Yes You are totally right I made a mistake writing the post
location_mode with value 3 = GPS ON
location_mode with value 0 = GPS OFF
Search found 8 matches
- 19 Feb 2020 11:18
- Forum: Flow Sharing Area
- Topic: Navigation Apps Auto turn on/off GPS
- Replies: 63
- Views: 248870
- 10 Feb 2020 21:29
- Forum: Flow Sharing Area
- Topic: Navigation Apps Auto turn on/off GPS
- Replies: 63
- Views: 248870
Re: Navigation Apps Auto turn on/off GPS
On Xiaomi Mi 9 (MIUI 11.2 xiaomi.eu rooted) I just found that on Category Secure the location_mode with value 0 enables GPS and location_mode with value 3 will disable the GPS
- 09 Jan 2014 08:55
- Forum: Feature Requests
- Topic: Input Dialog Type Digits
- Replies: 1
- Views: 6842
Input Dialog Type Digits
Please add new Type to the Input Dialog - Digits with option which would open the numeric keyboard. Sometimes there is a need to pass manually numbers to script and it would be much faster if the numpad appear at once. Now there is only one option to do this but it works only on rooted phones becaus...
- 08 Jan 2014 09:16
- Forum: User Help / Bug Reports
- Topic: Input Dialog as variable
- Replies: 9
- Views: 23581
Re: Input Dialog as variable
You misunderstood me - I don't want to enter digits via action - it has to be done manually. When Input Dialog appears it's opens keyboard with letters and I want keyboard with numbers (numpad) So I was wondering is there any other solution to bring up the numeric keyboard or maybe the Input Dialog ...
- 07 Jan 2014 20:01
- Forum: User Help / Bug Reports
- Topic: Input Dialog as variable
- Replies: 9
- Views: 23581
Re: Input Dialog as variable
I finally managed to force Input Dialog to show numeric keyboard by adding another action to shortcut trigger - Execute root command: input tap (position x) (position y). I checked position by enabling in Developer Options Show Touches and Pointer Location. It is not elegant solution but working - i...
- 07 Jan 2014 14:02
- Forum: User Help / Bug Reports
- Topic: Input Dialog as variable
- Replies: 9
- Views: 23581
Re: Input Dialog as variable
Hi, Thanks for info but I still cannot force Input Dialog to show numeric keyboard :( My flow is very simple: Shortcut | | Input Dialog | | Call Number: 123{value} Where should I put the root command or control UI - I've tried to put the action execute root command and control UI before and after th...
- 07 Jan 2014 09:57
- Forum: User Help / Bug Reports
- Topic: Input Dialog as variable
- Replies: 9
- Views: 23581
Re: Input Dialog as variable
Thanks now my plugin works.
I've got another question about Input Dialog - is there any way to run the keyboard in numeric mode. I need to input digits in the text field?
I've got another question about Input Dialog - is there any way to run the keyboard in numeric mode. I need to input digits in the text field?
- 03 Jan 2014 09:17
- Forum: User Help / Bug Reports
- Topic: Input Dialog as variable
- Replies: 9
- Views: 23581
Input Dialog as variable
Hi,
Is it possible to make Input Dialog Text value as a variable ? I need to pass the value to other part of the script but I have no idea how to do this.
Is it possible to make Input Dialog Text value as a variable ? I need to pass the value to other part of the script but I have no idea how to do this.