These directions are current as of February 2011 and worked well for me. They may not work for you, and might even destroy your Kindle. At the very least, they definitely void your warranty. Proceed at your own risk (and joy).
;debugOn and press the Return key (don't confuse the Return key, which looks something like ↵, with the center button of the 5-way controller as I did)~usbNetwork and press the Return key
$ telnet 192.168.2.2
Trying 192.168.2.2...
Connected to 192.168.2.2.
Escape character is '^]'.
Welcome to Kindle!
#################################################
# N O T I C E * N O T I C E * N O T I C E #
#################################################
Rootfs is mounted read-only. Invoke mntroot rw to
switch back to a writable rootfs.
#################################################
[root@kindle root]#/mnt/us/kiterm/myts.armmntroot rw)chmod +x /etc/init.d/kiterm):#! /bin/sh
# /etc/init.d/kiterm
case "$1" in
start)
echo "Starting kiterm "
/mnt/us/kiterm/myts.arm &
;;
stop)
echo "Stopping kiterm "
killall myts.arm
;;
*)
echo "Usage: /etc/init.d/kiterm {start|stop}"
exit 1
;;
esac
exit 0# ln -s /etc/init.d/kiterm /etc/rc5.d/S97kiterm
Ctrl = AA (aka Symbol)
Esc = Left Next Page
.------------------------. .----------------------.
| Key Back Back+Shift | | Key Alt Alt+Shift |
+------------------------+ +----------------------+
| Q ` ~ | | Q 1 ! |
| A Tab Back Tab | | W 2 @ |
| Z < > | | E 3 # |
| U - _ | | R 4 $ |
| I = + | | T 5 % |
| O [ { | | Y 6 ^ |
| P ] } | | U 7 & |
| K ; : | | I 8 * |
| L ' " | | O 9 ( |
| Del \ | | | P 0 ) |
| . , < | '----------------------'
| Sym . > |
| Ret / ? |
'------------------------'
3. By default, the Kindle's rootfs is mounted as read-only. Make it writable with:mntroot rwmntroot rocreated: 2011.02.25, updated: 2014.02.23