View Single Post
  #1809 (permalink)  
Old 03-17-2011, 11:52 AM
[ACL]'s Avatar
[ACL]
VIP Member
Offline
Location: NY
 
Join Date: Feb 2010
Posts: 1,534
Reputation: 6350
[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

Quote:
Originally Posted by neopeek View Post
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!

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!
Ahh ok.. stinedb did the same to boot but its not a real fix. I know i removed alot of code for gsm on the kernel so eventually we will need to see whats needed. good news is wistilt is working on a ril for everyone.

Yea most of our files are hardcoded for cdma, but we can easily fix that. Also the force cdma option wont be used anymore after the next round of updates since we have variant recognition at the kernel level, so we will remove it from tinboot as well (thanks for reminding me).

once you boot into android, dump a dmesg. I'll take alook at the clocks to make sure we have everything in working order. Thanks dood.

edit: also we run a modified ril for now. So after dmesg, get a "logcat -b radio" to see how our changes are affecting gsm. Thanks again
__________________

Last edited by [ACL]; 03-17-2011 at 12:02 PM.
Reply With Quote
This post has been thanked 1 times.