EDIT: Disregard this post please!
Quote:
Originally Posted by skull43
How do I capture the screen kindle in touch?
|
I think Ixtab means a firmware image (the entire nand memory [if the kindle uses nand]). Or the operating system of the kindle. You would basically be backing up the kindle. The guide on the Wiki is a little old. You could write a shell script something like this and execute it (through usbnetwork or xterm).
Quote:
#!/bin/sh
dd if=/dev/mmcblk0p1 of=/mnt/us/mmcblk0p1.bin bs=4k &&
echo "mmcblk0p1 done Continue? (If not ctrl-c)" && read &&
dd if=/dev/mmcblk0p2 of=/mnt/us/mmcblk0p2.bin bs=4k &&
echo "All Done!"
|
Then plug in your kindle and copy the file's named mmcblk0p1.bin and mmcblk0p2.bin. I think it should (SHOULD!!) work. (Their is no reason I can see why it would not...) If you need more help please ask, I know how great it would be for all (awesome) developers to get their hands on this image. I hope I could Help!
P.S. - If he did mean screenshot you can just execute the "screenshot" command from usbnetwork.