Of course I have! The trick was to change the folowing in /system/sysinit.rc as it always used to hang on RIL initialization
on smd 0:
Changed
PHP Code:
service ril-daemon /system/bin/rild -l /system/lib/libhtcgeneric-ril.so -- -d /dev/smd0
to
PHP Code:
service ril-daemon /system/bin/rild -l /system/lib/libhtcgeneric-ril.so
This simple trick made me boot up! But once the screen's off it won't reawake! Didn't test out if ril can work this way as I have no SIM card here at work. But now we should be able to find a proper solution for GSM + CDMA for RIL initialization. As I have seen on tinboot code you are still using force cdma option. Have seen also a lot of build.prop's which have separate rild.libarg's to do some
smd 0 initialization of RIL! Will do some logcat later!
Quote:
we may not have the init for the panel for all gsm devices. Once the screen goes down it wont re-init.
We have the code actually just never thew it in there.
|
Please threw it in as I can do further testing here!
Also found a bug. Forgot once to rename androidupdate-latest.tgz to androidupdate.tgz afterwards "isCheckpointed" option wouldn't even accept whatever I did and always wanted me to rename it to androidupdate.tgz although I already renamed it and had it in right place (andboot). Had to reflash RHODIMG.NBH and start from scratch! Have to finish now. C ya later!