Wirelessly posted (Opera/9.80 (Android; Opera Mini/6.0.24212/24.743; U; en) Presto/2.5.25 Version/10.54)
Quote:
Originally Posted by [ACL
]
Quote:
Originally Posted by natemcnutty
Was getting an invalid mount, so I committed loop3 thinking that would fix it. Then got another error that it was an invalid argument. Finally figured out that I simply did sudo apt-get install squashfs-tools and ended up with v4, not 3.4...
Anyway, I did get system.ext2 loop mount off sdcard then cp -a everything over to /system working perfectly. I tried using dd to do a low level copy of everything, but that failed on me for some reason. I'll commit that change to the script in recovery shortly.
|
yeah i updated the code right before your commit. I actually moved it to use loop0.
I'm actually just using the 3.4 mksquasfs binary so i dont have to mess with the versioning for squash fs tools.
Autobuild should spit out an image shortly. I was able to install fresh, restore without reboot and then after a reboot get back to android with a new kernel and no module issues so i think we are set for now. So everyone should be able to now continue without losing anything. Even after a full upgrade
ive been using the phone for about 4 hours and i do notice some small bugs that need fixing.. I killed my batt on purpose to work on that charging issue.
|
That sounds awesome. I am still having issues getting FRX06 working properly. I can get it to boot without issues, but I cannot get data working for the life of me. The method of copying directly out of system.ext2 and then using the androidupdate.tgz to fix the rest seems to work great though