Quote:
Originally Posted by nhedgehog
1) In the failed ROM I have /system/bin/set_font_service.sh (from the C67ML ROM) there but I didn't run it manually.
2) Stupid me: Till now I only changed the system.img so I let the boot.img (once changed) alone. In the boot.img of Energy Ereader Pro v5 init.rc is present but no mentioning of set_font_service.sh.
Edt:
PS: How is your batterylife? I read in the Chinese forum that it is worse with the 1.7.3 ROM.
PPS: I just compared the init.rc of boot.img of the C67ML and the Energy Ereader Pro. You are right /system/bin/set_font_service.sh is called in the C67ML boot.img. I'll try now to adapt it.
|
I added following lines to init.rc in boot.img from Boyue-T61D-20150831 rom.
Code:
service setfontservice /system/bin/set_font_service.sh
class main
user root
oneshot
and it works. (I added "chmod 0777 /sys/.../brightness" too, that's all)
and sorry, I got my T61D (inkBOOK, to be exact) just few days ago and I didn't try to use it long time.
(hacking first, using next...)