View Single Post
Old 11-15-2012, 10:13 AM   #44
dsmid
Linux devotee
dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.
 
dsmid's Avatar
 
Posts: 598
Karma: 2069047
Join Date: Feb 2011
Device: Kindle 3, Kindle 4B, Kindle PW2
Yes, it's Java.
I think all you need to modify is this file:
https://code.google.com/p/kindle-cs/...ispatcher.java
Drop all the code that is not useful for your goal.

To simulate 5-way keypresses, you'll have to open "file" /proc/fiveway and write strings like "send 108\n" to it.

Code:
103    = Up
108    = Down
105    = Left
106    = Right
194    = Select
If it's beyond your hacking abilities, I can do it for you.

Last edited by dsmid; 11-15-2012 at 10:33 AM.
dsmid is offline   Reply With Quote