Quote:
Originally Posted by giosa
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
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
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
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.