Thread: PRS-T1 getting adb working
View Single Post
Old 02-26-2012, 11:19 PM   #49
xuyn2003
Connoisseur
xuyn2003 might easily be mistaken for a Texanxuyn2003 might easily be mistaken for a Texanxuyn2003 might easily be mistaken for a Texanxuyn2003 might easily be mistaken for a Texanxuyn2003 might easily be mistaken for a Texanxuyn2003 might easily be mistaken for a Texanxuyn2003 might easily be mistaken for a Texanxuyn2003 might easily be mistaken for a Texanxuyn2003 might easily be mistaken for a Texanxuyn2003 might easily be mistaken for a Texanxuyn2003 might easily be mistaken for a Texan
 
Posts: 71
Karma: 18140
Join Date: Jul 2011
Device: PRS-T1&KOBOTOUCH
Quote:
Originally Posted by j0534ng31 View Post
I suppose that it returns always FALSE if you donīt have busybox correctly installed, as you don't have a 'grep' command... try 'busybox grep' instead...



It's very possible you are right



Again, I suppose this can only be solved by using one of the other approachs: to edit the boot image (very dangerous) or to edit the fonts cramfs image (very easy) and replace the system fonts.
Thanks for your reply!

Because my font is very big, 12MB, so I can't made a cramfs image which is smaller than the original image.

Later, I put one font in /data, can be binded successfuly before the system loading fonts, because /data has already been mounted when the install-recovery.sh is running.
The weakness of putting fonts in /data is occupied much space of /data.

I just don't know how to mount /mnt/sdcard mannualy in recovery.sh.
mount -t vfat /dev/block//vold/179:1 /mnt/sdcard?
I can successfuly excute this command in terminal emulator, mounted to a temp directory /tt,
but after I put it in install-recovery.sh, after reboot, mount was failed.

Last edited by xuyn2003; 02-26-2012 at 11:26 PM.
xuyn2003 is offline   Reply With Quote