Search found 371 matches

by anuraag
05 Mar 2019 11:34
Forum: User Help / Bug Reports
Topic: Switch network mode to 2G/3G/4G/(5G)/WIFI
Replies: 19
Views: 41473

Re: Switch network mode to 2G/3G/4G/(5G)/WIFI

Try
1) manually switch to 2G mode.
2) execute my flow. Select 4G/3G/2G mode, wait some seconds and check whether 4G icon is showing or not.
Does your network actually works on 3G?
i mean does your operator support 3G network?
by anuraag
05 Mar 2019 11:12
Forum: User Help / Bug Reports
Topic: Switch network mode to 2G/3G/4G/(5G)/WIFI
Replies: 19
Views: 41473

Re: Switch network mode to 2G/3G/4G/(5G)/WIFI

So is it working or not? Does it properly changed your network mode from 4G/3G/2G to 3G?

You have to wait some seconds for your device to switch network.
"4G"(2G)
When it shows 4G only (not 4G+) then your device is working on a 4G network not 2G.

Does your network actually works on 3G?
by anuraag
05 Mar 2019 09:48
Forum: User Help / Bug Reports
Topic: Switch network mode to 2G/3G/4G/(5G)/WIFI
Replies: 19
Views: 41473

Re: Switch network mode to 2G/3G/4G/(5G)/WIFI

@stefanprivat You are doing something wrong here. Is it possible to share your flow? From 4G/3G/2G to 3G: old setting: 9 setting: 2 setting_name: preferred_network_mode trigger: System Setting Changed: Global* From 3G to 4G/3G/2G: old setting: 2 setting: 3 setting_name: preferred_network_mode trigge...
by anuraag
05 Mar 2019 00:07
Forum: User Help / Bug Reports
Topic: Switch network mode to 2G/3G/4G/(5G)/WIFI
Replies: 19
Views: 41473

Re: Switch network mode to 2G/3G/4G/(5G)/WIFI

@stefanprivat
Can you do following?
1) Delete previous flow shared by me.
1) Re-download flow from my above post. Enable capture system setting flow.
2) Switch network mode from your system setting.
3) Post output from file "/storage/emulated/0/system_setting.txt"
by anuraag
03 Mar 2019 21:45
Forum: User Help / Bug Reports
Topic: Switch network mode to 2G/3G/4G/(5G)/WIFI
Replies: 19
Views: 41473

Re: Switch network mode to 2G/3G/4G/(5G)/WIFI

@stefanprivat If your phone isn't dual sim then your phone will not have "preferred networkmode2" value. Instead it will have "preferred networkmode" value only. On dual sim phone there is 3 setting need to change preferred_network_mode, preferred_network_mode1, preferred_network_mode2 Try this flow...
by anuraag
03 Mar 2019 14:18
Forum: User Help / Bug Reports
Topic: AutoTools Web screen variables
Replies: 4
Views: 10161

Re: AutoTools Web screen variables

Script you have provided is completely broken.

Can you try
1) Configure your plugin
2) Enable replace variables/modify configuration without changing anything further
by anuraag
03 Mar 2019 13:10
Forum: User Help / Bug Reports
Topic: AutoTools Web screen variables
Replies: 4
Views: 10161

Re: AutoTools Web screen variables

You need to edit Variable names under "replace variables/modify configuration" in plugin action of Automagicic. I have created one flow with automagic earlier and it was working fine with autotools.

Edit: Try enabling "replace variables/modify configuration" and test your flow first.
by anuraag
01 Mar 2019 08:20
Forum: Flow Sharing Area
Topic: Navigation Apps Auto turn on/off GPS
Replies: 63
Views: 245229

Re: Navigation Apps Auto turn on/off GPS

@Desmanto you might have forgot it as it was already discussed in page 2 :D http://automagic4android.com/forum/view ... =10#p18708
by anuraag
01 Mar 2019 02:00
Forum: User Help / Bug Reports
Topic: Image save
Replies: 9
Views: 19452

Re: Image save

@Desmanto you are correct. We can use built-in action query content provider to get infos. But we can't get file path from all apps like web browser. We can't get real file path. In my case i am not getting file path from whatsapp also. And for MediaProvider(content://com.android.providers.media.doc...
by anuraag
28 Feb 2019 09:05
Forum: User Help / Bug Reports
Topic: Image save
Replies: 9
Views: 19452

Re: Image save

Edit: New flow http://automagic4android.com/forum/view ... 5c5#p24596

Here is one i have created for myself. Use debug dialog and check variables
file_name, file_type, file_path.

Later you can use copy file action.