|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
| This post has been thanked 3 times. |
|
||||
|
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
|
|
||||
|
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. |
|
||||
|
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
|
|
||||
|
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
I do know we cant format the recovery parititon table. Something about it being protected .. :-\ anwyays off to bed.. thanks for the commit.. 21.352783] msm_nand_read_oob 1ff31000 800 10 failed -74, corrected 0 to [ 62.875152] msm_nand_read_oob 1ff3f800 800 10 failed -74, corrected 0 Last edited by [ACL]; 03-07-2011 at 04:33 AM. |
|
||||
|
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
Specifically this file: /system/etc/dbus.conf Here is what the Vogue changes them too... chown 1002:1002 /system/etc/dbus.conf chmod 0444 /system/etc/dbus.conf @ACL, How are you creating your andriodinstall.tgz? I'm thinking we are having issues with permissions coming right from the tgz. Here is mine... Probably not right but it works once I run the fixperm script Code:
echo "Making androidupdate.tar" cd androidupdate chown -R 0:0 * tar -cvzf ../androidupdate.tar * chown -R lance:lance * cd .. echo "Moving androidupdate.tar" cp androidupdate.tar ~/Desktop/Android/1.Complete_Build/ANDROID/ echo "Making androidinstall.tar" cd androidinstall chown -R 0:0 * tar -cvzf ../androidinstall.tar * chown -R lance:lance * cd .. echo "Moving androidinstall.tar" cp androidinstall.tar ~/Desktop/Android/1.Complete_Build/ANDROID/ cp install-seq.sh ~/Desktop/Android/1.Complete_Build/ANDROID/ echo "Completed..."
__________________
|
|
||||
|
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
Quote:
Last edited by [ACL]; 03-07-2011 at 12:22 PM. |
![]() |
|
|
|