Volume down button problem for HiroMacro app

Post your questions and help other users.

Moderator: Martin

Post Reply
commax
Posts: 5
Joined: 13 Oct 2015 10:07

Volume down button problem for HiroMacro app

Post by commax » 13 Oct 2015 10:47

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 keyevent 25
or
Action Control UI : sendKey(25);
the record/play window of HiroMacro does not open , only volume down.

How can I open the record/play window of HiroMacro by Automagic ?

commax
Posts: 5
Joined: 13 Oct 2015 10:07

Re: Volume down button problem for HiroMacro app

Post by commax » 14 Oct 2015 08:25

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

Post Reply