Hello again, I'm looking for some help from aura, glo and touch owners in order to get working binary files to simulate a touch in the home button ( just the touch has a hardware power button, but in the other models we can get this by listen to touch input in the top-left of the screen (at least on my mini this is a home button here :) )
For aura / aura hd and glo you'll need to type just two commands from telnet:
1º: # cat /dev/input/event1 > update-screen
( then you need to touch the home button on the screen just one time)
2º: if you wish to test if this binary can refresh the screen of your device, then write:
# cat update-screen > /dev/input/event1
For touch you'll need to change /dev/input/event1 (the touchscreen) to /dev/input/event0.
Those binary files can be usefull if we wish to return back to nickel from koreader, coolreader or another executable that temporary kills nickel before its execution and restart nickel after that :)
For aura / aura hd and glo you'll need to type just two commands from telnet:
1º: # cat /dev/input/event1 > update-screen
( then you need to touch the home button on the screen just one time)
2º: if you wish to test if this binary can refresh the screen of your device, then write:
# cat update-screen > /dev/input/event1
For touch you'll need to change /dev/input/event1 (the touchscreen) to /dev/input/event0.
Those binary files can be usefull if we wish to return back to nickel from koreader, coolreader or another executable that temporary kills nickel before its execution and restart nickel after that :)