NneutronscottLevel 5 - Gold Elite Member
NEC It'll hopefully be packaged up or replaced by something even easier but grab the grab binary from [Login to see the link]
- adb push grab /data/local/tmp
- adb shell
- cd /data/local/tmp
- chmod +x grab
- ./grab /dev/input/event1
you'll need to keep the shell open although you could try (I can't verify until replacement arrives) adb shell "nohup /data/local/tmp/grab /dev/input/event1 &"
after which you should be able to unplug and it will run until it is rebooted.