Quote:
Originally Posted by Lmiller1708
Good your charger is working! I will try it out the next time my dies...
Couple of things...
First with the recovery...
If the install fails you do not get notified on the screen... You can only see it in the log.
My Install-seq.sh script is working like it should... But I'm still having troubles with the modules They seem to be installing correctly but gives me this in the bootlog and when I do a depmod in the command: depmod: chdir(2.6.27.46-01268-ga175a7c): No such file or directory
I also have apps in my androidupdate.tgz that are not getting installed, everything.
Last but not least the system is getting mounted at rw on boot...
Any Ideas?
|
If you are doing the upgrade to frx6 i can see a potential issue. the setup to mount the ext2 is using loop0 as well, and thats wht is needed for the modules. So modules will need to go back to loop3
well when you adb into the system. look for this
/system/lib/modules/2.6.27.46-01268-ga175a7c.sqsh
This has to be there before android starts. The initrd should mount this and make a link back to modules under the correct version. So something in there is failing.
apps? never tried apps via adnroidupdate. are the files getting copied over correctly?
edit: oops looks like nate cleaned up my mess and already put everything back to loop3 .. good looking out.