Search found 12 matches

by VitPMir
06 Apr 2021 04:35
Forum: User Help / Bug Reports
Topic: Offline Help Files, Where Are They?
Replies: 15
Views: 31129

Re: Offline Help Files, Where Are They?

Thanks. I'm not rooted but I think I'll change that. Found: through Automagic itself you can get into this folder without ROOT How? Action: Copy Files. Old phone: Source Files - "/data/data/ch.gridvision.ppam.androidautomagic/files/help"; Target - "/storage/emulated/0/download/AMHelp"; New phone: S...
by VitPMir
03 Apr 2021 15:35
Forum: User Help / Bug Reports
Topic: Offline Help Files, Where Are They?
Replies: 15
Views: 31129

Re: Offline Help Files, Where Are They?

piz wrote:
23 Mar 2021 13:29
VitPMir wrote:
23 Mar 2021 09:07
/data/data/ch.gridvision.ppam.androidautomagic/files (need ROOT)
Thanks. I'm not rooted but I think I'll change that.
Found: through Automagic itself you can get into this folder without ROOT
by VitPMir
03 Apr 2021 15:32
Forum: User Help / Bug Reports
Topic: Offline Help Files, Where Are They?
Replies: 15
Views: 31129

Re: Offline Help Files, Where Are They?

piz wrote:
23 Mar 2021 13:29
VitPMir wrote:
23 Mar 2021 09:07
/data/data/ch.gridvision.ppam.androidautomagic/files (need ROOT)
Thanks. I'm not rooted but I think I'll change that.
Found: through Automagic itself you can get into this folder without ROOT.
by VitPMir
23 Mar 2021 09:07
Forum: User Help / Bug Reports
Topic: Offline Help Files, Where Are They?
Replies: 15
Views: 31129

Re: Offline Help Files, Where Are They?

I know there's no support any more but I'm hoping somebody sees this and knows the answer. Where exactly does the offline help reside once it's downloaded? I want to back it up so I can restore it if I have to do a phone reset after the online version is taken down at some point. I've searched usin...
by VitPMir
18 May 2020 15:17
Forum: Feature Requests
Topic: Input Dialog (Loading)
Replies: 5
Views: 31374

Re: Input Dialog (Loading)

See this post:
VitPMir wrote:
18 May 2020 14:51
Sorry for my English (using Google Translate).
I post an example of using the progress bar. The file has a widget and two flows.
by VitPMir
18 May 2020 14:51
Forum: Flow Sharing Area
Topic: ProgressBar: widget, progress bar flow, example flow
Replies: 1
Views: 12793

ProgressBar: widget, progress bar flow, example flow

Sorry for my English (using Google Translate).
I post an example of using the progress bar. The file has a widget and two flows.
ProgressBar_20200518_183624.xml
(22.08 KiB) Downloaded 1432 times
by VitPMir
01 Feb 2020 04:57
Forum: Flow Sharing Area
Topic: SQLite for Automagic
Replies: 14
Views: 42975

Re: SQLite for Automagic

anuraag wrote:
31 Jan 2020 23:33

This code can be used to close database.
Thanks.
by VitPMir
31 Jan 2020 18:54
Forum: Flow Sharing Area
Topic: SQLite for Automagic
Replies: 14
Views: 42975

Re: SQLite for Automagic

fagci wrote:
31 Jan 2020 18:40
Sorry, but in every Android phone sqlite3 console utility exists. So, no need to write more code instead of SQL
Not all phones have sqlite3. I do not have (Mi Max 2). And to install this utility you need root.
by VitPMir
21 Dec 2019 10:06
Forum: Flow Sharing Area
Topic: SQLite for Automagic
Replies: 14
Views: 42975

Re: SQLite for Automagic

anuraag wrote:
21 Dec 2019 09:22
Can you give some reference where i can learn more about sQ or sWHERE Variables you used?
https://www.guru99.com/sqlite-query.html

https://www.sqlitetutorial.net

https://www.sqlite.org/lang_select.html
by VitPMir
21 Dec 2019 06:59
Forum: Flow Sharing Area
Topic: SQLite for Automagic
Replies: 14
Views: 42975

Re: SQLite for Automagic

anuraag wrote:
20 Dec 2019 15:02
Good effort.

I have already tested same java functions but problem here is database takes some minutes to close.
Renamed 'objDb' to 'global_objDb', opened the database.
After 12 hours, I performed INSERT. Everything worked.