Thread: PRS-T1 getting adb working
View Single Post
Old 02-03-2012, 01:51 PM   #18
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
Hi, I need to mount /system partition in read-write mode.
To mount any partition in read-write mode: mount -o remount,rw device mountpoint
i.e., 'system' filesystem:
Code:
mount -o remount,rw /dev/block/mmcblk2p10 /system
i.e., 'root' filesystem:
Code:
mount -o remount,rw rootfs /

Quote:
Originally Posted by giosa View Post
Will this procedure S-off/NAND unlock my PRS T1?
For this app to work it requires *FULL ROOT* (aka NAND unlocked or S-OFF)
You are speaking about some other device (HTC?), not a PRS-T1...

PRS T1 is NAND 'unlocked' by default.
AFAIK 'NAND unlock' and 'S-OFF' has nothing to do with 'FULL ROOT'... besides, you have 'full root' now.

Quote:
Originally Posted by giosa View Post
My goal is to change system font by using Font Changer (root) app.
You cannot do it this way...

As porkupan has told you:
Quote:
Originally Posted by porkupan View Post
The fonts partition is CRAMFS, it cannot be remounted for RW. It has nothing to do with any "NAND locks". The CRAMFS partitions can only be fully reprogrammed/reflashed.
He has also given to you (somewhere, I can't remember where just now) the full explanation of this solution, and one other option, i.e., to bind mount the font folder with some other folder containing your desired fonts.
j0534ng31 is offline   Reply With Quote