Quote:
Originally Posted by natemcnutty
Yeah, the init.android I grabbed was the one from the eclair-rootfs which was what we used for Froyo. The Gingerbread git is different
As for the directories, I tried making the cache folder then mounting it during the flashall part, but I couldn't get it to work. I'll check out the commit tomorrow so I can see what I missed :P
|
A really productive night. The data issue ended up being the location of the ppp directory like i mentioned before. We have to move it to a new location and created a link to the original spot. For my test i just moved it to the /cache partition but thats not a good idea. Should be moved somewhere to data but not sure where yet. Means the androidupdate.gz structure has to change a bit and the install script will need to make the link.
To replicate my success just move the ppp folder inside /system/etc to another writable parition like data. Make sure the directory and files have permission for everyone to read and write.
So im going to commit my initrd. I liked your commits before .. thanks for cleaning it up. Major changes are mostly to recognise cache. And it also checks for the recovery which i have not finished making the installer for. i'll upload the install script as well. Also we can go back to either the jonpry ril or emwe. The ril i created isnt ready for our use. Its prob not even worth it to create another ril until i talk to stine about it.
Also i want to remove most of the replimenu options except for Install and boot to recovery. When it boots to recovery we will be able to do everything.