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