View Single Post
  #1808 (permalink)  
Old 03-17-2011, 11:34 AM
neopeek's Avatar
neopeek
N00b
Offline
Location: Germany
 
Join Date: Jun 2010
Posts: 31
Reputation: 215
neopeek is keeping up the good workneopeek is keeping up the good workneopeek is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

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 -/system/lib/libhtcgeneric-ril.so -- -/dev/smd0 
to

PHP Code:
service ril-daemon /system/bin/rild -/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!
__________________
Reply With Quote
This post has been thanked 2 times.