Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # file watch on Android
- # detect when a file has changed and execute command
- inotifyd '/data/local/tmp/screen.sh' file.txt
- # example shell script that turns the screen on
- # /data/local/tmp/screen.sh
- input keyevent 224
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement