|
|
|
||||
|
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:
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
Quote:
__________________
If i'v helped you, then please click the button |
|
||||
|
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Nate/Lmiller : weird thing just happened.. i got some file corruption on /cache.
cyangen has two dalvik-caches and one had a bunch of nonsense and i would get oob errors on the dmesg log. Im thinking since cache is at the end of nand, you think we have the same issue as hd2 where they cant write to the last 24mb of nand ? So far this happened once and i guess im glad it was just the cache. Had it been the data it would be difficult to troubleshoot. /data/dalvik-cache <= Used by market apps (stored in /data/app) /cache/dalvik-cache <= Used by System apps (stored in /system/app). |
|
||||
|
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
|
|
||||
|
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
So you guys still can't write to the cache partition?
If so try changing this line on the MAKEDEV's mknod -m 0666 /dev/mtd/mtd4 c 90 6 to mknod -m 0666 /dev/mtd/mtd4 c 90 8 I stated this before but never looked at the push, but I was also uncertain about it... Sorry about that. But maybe the cache getting corrupt is something different... Kinda like the losing of some widgets on the Android home screen? As for not being able to write to the recovery partition are you still using the same starting place as before. 0x4000000? I won't be able to test for a while today for I forgot my phone at home.
__________________
|
|
||||
|
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
Since cache partition begins at 1E000000, the errors start showing up at 1ff31000 which is really close to the end. We will need to try a few things to see whats up. A good test to see is if you or lmiller can move your dalvik cache over to this partition. And recreate my issue. Simple link should do the job. Right away android gets angry since a corrupt dalvik cache is trouble for any app in the bad area. I'll try to reduce the mtd parts and see if the problem keeps happening. I'll reduce the mtd from to end at 1FE00000 which is about 510mb (skipping the last 2mb). Now a separate issue is the recovery. which is marked as protected. we can read it but writing to it does not work. So i get the feeling this needs to be extended as well. |
|
||||
|
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Still no data using the 213238 nbh and update files. I've got the adb shell logcat stuff all figured out as well. Just took all day! Here is the latest logcat -b radio log attached.
|
![]() |
|
|
|