Search found 8 matches

by rj45
19 Feb 2020 11:18
Forum: Flow Sharing Area
Topic: Navigation Apps Auto turn on/off GPS
Replies: 63
Views: 245477

Re: Navigation Apps Auto turn on/off GPS

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
by rj45
10 Feb 2020 21:29
Forum: Flow Sharing Area
Topic: Navigation Apps Auto turn on/off GPS
Replies: 63
Views: 245477

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 :D
by rj45
09 Jan 2014 08:55
Forum: Feature Requests
Topic: Input Dialog Type Digits
Replies: 1
Views: 6783

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...
by rj45
08 Jan 2014 09:16
Forum: User Help / Bug Reports
Topic: Input Dialog as variable
Replies: 9
Views: 23469

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 ...
by rj45
07 Jan 2014 20:01
Forum: User Help / Bug Reports
Topic: Input Dialog as variable
Replies: 9
Views: 23469

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...
by rj45
07 Jan 2014 14:02
Forum: User Help / Bug Reports
Topic: Input Dialog as variable
Replies: 9
Views: 23469

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...
by rj45
07 Jan 2014 09:57
Forum: User Help / Bug Reports
Topic: Input Dialog as variable
Replies: 9
Views: 23469

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?
by rj45
03 Jan 2014 09:17
Forum: User Help / Bug Reports
Topic: Input Dialog as variable
Replies: 9
Views: 23469

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.