03-30-2009, 05:19 PM | #1 |
Groupie
Posts: 176
Karma: 406
Join Date: Jan 2008
Device: Amazon Kindle 2, Amazon Kindle, Sony PRS-505
|
Kindle 1 Hacking question
I was trying to hack the K1 so that it can handle unicode characters. Taking cue from similar successful hacks on K2, I was trying to modify /usr/java/lib/font.properties and a custom font, using the custom upgrade bin, to achieve that. However, as igor pointed out, /usr is not writable on K1. Here are the mount and df results:
Code:
devfs on /dev type devfs (rw) /dev/bml0/6 on / type squashfs (ro) /dev/stl0/8 on /opt type ext3 (rw,sync,noatime,nodiratime) /proc on /proc type proc (rw,nodiratime) sysfs on /sys type sysfs (rw) devfs on /dev type devfs (rw) usbdevfs on /proc/bus/usb type usbdevfs (rw) devpts on /dev/pts type devpts (rw) tmpfs on /tmp type tmpfs (rw) /dev/bml0/7 on /mnt/dc type squashfs (ro) /dev/stl0/9 on /mnt/us type vfat (rw,noatime,nodiratime,fmask=0022,dmask=0022) /dev/mmc/blk0/part1 on /mnt/mmc type vfat (rw,sync,dirsync,noatime,nodiratime,fmask=0022,dmask=0022) Filesystem 1k-blocks Used Available Use% Mounted on /dev/bml0/6 11200 11200 0 100% / /dev/stl0/8 19766 12417 6329 66% /opt /dev/bml0/7 15104 15104 0 100% /mnt/dc /dev/stl0/9 186950 12986 173964 7% /mnt/us /dev/mmc/blk0/part1 3971584 288 3971296 0% /mnt/mmc |
03-30-2009, 06:30 PM | #2 |
Provocateur
Posts: 1,859
Karma: 505847
Join Date: Feb 2009
Location: Columbus, OH
Device: Kindle Touch, Kindle 2, Kindle DX, iPhone 3GS
|
So remount it rw?
|
Advert | |
|
03-30-2009, 06:58 PM | #3 |
Groupie
Posts: 176
Karma: 406
Join Date: Jan 2008
Device: Amazon Kindle 2, Amazon Kindle, Sony PRS-505
|
I frankly am not very familiar with Linux, let alone embeded linux. Also I didn't have shell access to K1, which unlike K2, doesn't have the USBnetwork utility. So I am very cautious now, especially seeing there are several busted k2's.
Note that / was mounted as SquashFS, which is a ro FS for embeded system. Can I mount it as rw? |
03-31-2009, 10:30 AM | #4 |
Wizard
Posts: 3,442
Karma: 300001
Join Date: Sep 2006
Location: Belgium
Device: PRS-500/505/700, Kindle, Cybook Gen3, Words Gear
|
SquashFS is read-only. /opt is writable and I think it's symlinked somewhere from the root, but I think that symlink doesn't include Java stuff.
What might work is overwriting the fonts directory with a symlink pointing to somewhere in /opt or the USB storage. |
03-31-2009, 11:06 AM | #5 |
Provocateur
Posts: 1,859
Karma: 505847
Join Date: Feb 2009
Location: Columbus, OH
Device: Kindle Touch, Kindle 2, Kindle DX, iPhone 3GS
|
Oh, sorry, I don't understand how you're able to access such commands and "hack the K1" without shell access like igorsk did.
You'd mount a new union filesystem over the SquashFS one so you could modify files in that filesystem. But igorsk has a different suggestion. |
Advert | |
|
03-31-2009, 11:39 AM | #6 |
Groupie
Posts: 176
Karma: 406
Join Date: Jan 2008
Device: Amazon Kindle 2, Amazon Kindle, Sony PRS-505
|
I found that "/" is mounted as ext2 in the recovery mode. it was much smaller and definitely didn't contain the same files as normal root filesystem. Is it only the small bootstrap recovery system? Will it be simpler if I try to mount and modify the /dev/bml0/6 in this mode?
Code:
devfs on /dev type devfs (rw) /dev/root.old on / type ext2 (rw) none on /dev type devfs (rw) /proc on /proc type proc (rw,nodiratime) sysfs on /sys type sysfs (rw) tmpfs on /tmp type tmpfs (rw) /dev/stl0/9 on /mnt/us type vfat (rw,noatime,nodiratime,fmask=0022,dmask=0022) /dev/mmc/blk0/part1 on /mnt/mmc type vfat (rw,sync,dirsync,noatime,nodiratime,fmask=0022,dmask=0022) Code:
Filesystem 1k-blocks Used Available Use% Mounted on /dev/root.old 2011 1604 407 80% / /dev/stl0/9 186950 97716 89234 52% /mnt/us /dev/mmc/blk0/part1 3971584 448 3971136 0% /mnt/mmc To sirbruce: you can use igor's update generator to wrap any shell script as an "update". So you can run any shell script this way but it is not interactive and very dangerous, at least until we can get a full recovery rom from Amazon. Last edited by lovebeta; 03-31-2009 at 11:52 AM. |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
hacking the Enhanced Kindle Editions | Nate the great | Kindle Developer's Corner | 6 | 08-29-2010 11:58 AM |
Hacks Some serious Kindle hacking | zetareticuli | Amazon Kindle | 0 | 07-28-2010 03:28 PM |
Question for Kindle Hacking Gurus | daffy4u | Kindle Developer's Corner | 3 | 11-28-2009 12:10 PM |
Ideas for Hacking Kindle WiFi | snookums | Kindle Developer's Corner | 31 | 07-22-2009 03:58 PM |
Kindle Hacking! | flamaest | Amazon Kindle | 1 | 05-01-2008 04:40 AM |