|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Sorry.... I am so out of my league. I was stuck with the terminal with this error -
"Unable to open log device /dev.log/main': Permission Denied" when running "logcat -b radio". But I figured out how to capture the same data using alogcat app. So here is the detailed RADIO only info. There seems to be a bunch of errors. Some are GSM related. Take a look. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
from my console it looks like u put in a gsm ril ima plug in my att sim card and run it again ill let ya knowwhat happens and ill send my log when done
|
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
fopen /etc/ppp/pap-secrets failed = 30 [ 03-06 17:46:41.980 125:0x8b E/RIL ] Some bullshit error failed = 30 meains you are still using the ppp from system instead of data. Now there is a chance the script failed and its looking in the old location. You really need to use adb to troubleshoot this further. Edit : try the new androidupdate. this was a mistake on my end Last edited by [ACL]; 03-07-2011 at 12:30 AM. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
yea i noticed ur android itself doesnt support it although im hoping u will one day but it goes further than it used to i actually get it booted up into android its when it starts lookin for service that makes it reboot now so it aint that bad
Edit: and acl if i dont have service do u still want my logs because i doubt it would make a difference if all u want is ril info? Last edited by vistazifta; 03-06-2011 at 11:40 PM. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
Ok done: redownload the android update and install. sorry bout that fellas. Maybe the picture below will get you to forgive me Last edited by [ACL]; 03-07-2011 at 12:16 AM. |
This post has been thanked 3 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
Your files from the autobuild seem to boot up just fine, so I'm thinking there is something not committed in initrd or something like that. Also, no data for me either, but not real way to show anything without ADB. I'm sure it still has to do with pppd, but I'm just not quite sure where to begin on that. Edit: Also, your androidinstall does not have a /system/bin/su Last edited by natemcnutty; 03-07-2011 at 01:07 AM. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
I have a BIG todo for you.. when we install new modules we just put em in data/modules. Thing is they should really be in data/modules/<uname of kernel>. Then link it back to data modules. This is so we can have different versions of modules for more than one kernel. This is a must since if you upgrade a kernel and wipe your old modules you wont be able to go back incase its a bad kernel. Also we cant use mount bind like we do now. Sometimes it locks the partition busy so we need to implement this and use links for the final product. You can do it hmm.. maybe we need lmiller to adb and verify. Can you ssh into your phone once wifi is enabled? should give u full shell. Edit: thanks to this im going to re-push out a new autobuild. shortly. Cache is important for cyanogen. they use it for alot.. so good call on that partition. Last edited by [ACL]; 03-07-2011 at 01:15 AM. |
|
|
|