View Single Post
Old 02-09-2012, 03:59 PM   #7
j0534ng31
Connoisseur
j0534ng31 can extract oil from cheesej0534ng31 can extract oil from cheesej0534ng31 can extract oil from cheesej0534ng31 can extract oil from cheesej0534ng31 can extract oil from cheesej0534ng31 can extract oil from cheesej0534ng31 can extract oil from cheesej0534ng31 can extract oil from cheesej0534ng31 can extract oil from cheese
 
Posts: 83
Karma: 1224
Join Date: Dec 2011
Location: Gijon (Spain)
Device: Sony PRS-T1 black
Quote:
Originally Posted by giosa View Post
Sorry I don't know, maybe more experienced guys will replay.
Yes, it can be done like this...


But I think you cannot mount it to /ebook/fonts... anyway, you can:

1- Mount the font image to a new directory (for instance, /cache/testfonts)

2- Bind mount it (mount -o bind /cache/testfonts /ebook/fonts)



Quote:
Originally Posted by giosa View Post
5. Copy your new mmcblk2p5.img to sdcard on PRS T1 (it's READER partition, which is mounted when you connect to PC in data transfer mode)
Open Terminal emulator on your read and write the following command
Code:
dd if=/mnt/sdcard/mmcblk2p5.img of=/dev/block/mmcblk2p5 bs=1024
of course make sure you have su # promt. You can do this command in recovery mode and then the code will be different. I've done with this code in normal mode.
Just two little notes:

1- You'd better do this in 'recovery mode'...

2- Remember to add the 'dd' option that Boroda has told you ('conv=notrunc')... It can be very useful, just in case something goes wrong.

Last edited by j0534ng31; 02-09-2012 at 07:14 PM.
j0534ng31 is offline   Reply With Quote