View Single Post
Old 03-30-2009, 04:19 PM   #1
lovebeta
Groupie
lovebeta has a complete set of Star Wars action figures.lovebeta has a complete set of Star Wars action figures.lovebeta has a complete set of Star Wars action figures.lovebeta has a complete set of Star Wars action figures.lovebeta has a complete set of Star Wars action figures.
 
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
So what shall I do now? many thanks for any of your input!!
lovebeta is offline   Reply With Quote