Thank you, Martin.
I tried to set the trigger as your advice, but it is not work.
I do not understand "maybe need to be tweaked".
Please, explain more about how to "be tweaked".
Search found 5 matches
- 31 Mar 2017 16:33
- Forum: User Help / Bug Reports
- Topic: Need help , trigger for app isn't responding
- Replies: 3
- Views: 7911
- 10 Mar 2017 14:04
- Forum: User Help / Bug Reports
- Topic: Need help , trigger for app isn't responding
- Replies: 3
- Views: 7911
Need help , trigger for app isn't responding
Sometimes Android show "app isn't responding" pop up as the picture,
so Automagic flow can not work normally.
I want to know trigger to detect "app isn't responding" pop up,
then close this pop up.
so Automagic flow can not work normally.
I want to know trigger to detect "app isn't responding" pop up,
then close this pop up.
- 02 Feb 2017 06:04
- Forum: User Help / Bug Reports
- Topic: Need help , trigger for app permission
- Replies: 1
- Views: 4684
Need help , trigger for app permission
I use Automagic to update some apps automaticly.
But sometimes app need to allow permission again, see the bellow picture.
So I want to know trigger to detect app permission pop up ,
then click allow.
But sometimes app need to allow permission again, see the bellow picture.
So I want to know trigger to detect app permission pop up ,
then click allow.
- 14 Oct 2015 08:25
- Forum: User Help / Bug Reports
- Topic: Volume down button problem for HiroMacro app
- Replies: 1
- Views: 6758
Re: Volume down button problem for HiroMacro app
I can solve this problem by
Action Execute Root Command : sendevent /dev/input/event0 1 114 1
Action Execute Root Command : sendevent /dev/input/event0 0 0 0
Action Execute Root Command : sendevent /dev/input/event0 1 114 0
Action Execute Root Command : sendevent /dev/input/event0 0 0 0
Action Execute Root Command : sendevent /dev/input/event0 1 114 1
Action Execute Root Command : sendevent /dev/input/event0 0 0 0
Action Execute Root Command : sendevent /dev/input/event0 1 114 0
Action Execute Root Command : sendevent /dev/input/event0 0 0 0
- 13 Oct 2015 10:47
- Forum: User Help / Bug Reports
- Topic: Volume down button problem for HiroMacro app
- Replies: 1
- Views: 6758
Volume down button problem for HiroMacro app
Normally after HiroMacro start , I press the volume down button to open the record/play window. I want Automagic to play HiroMacro. I can have Automagic start HiroMacro. But when Automagic simulates the volume down button by Action Execute Root Command : input keyevent KEYCODE_VOLUME_DOWN or input k...