Quote:
Originally Posted by [ACL]
Index of /files/xdandroid/
This has the rc in there like the initrd expects it (sysinit.rc)
also i think i moved all the libs there .. forgot.
also you need to rename it :-p
|
Thanks ACL, I'm able to mount it this way. What command did you use to tar it? Here is what I was using...
Code:
tar -cvzf androidinstall.tar androidinstall/
Also I can't seem to get my data to stick after a reboot, any Ideas?
I was able to get Android to boot with the basic init from the Vogue, but a lot did not work correctly. I have added the code to the init that Nate posted above and some from the rootfs along with some files but I haven't yet got past the boot screen... Still crossing my fingers though...
EDIT: Maybe this for the androidinstall (inside the folder of course)
Code:
tar -cvzf ../androidinstall.tar *
Update: Was able to get it to boot to Andorid, touch screen and buttons all work. But I have no service and it will reboot after ~45 seconds.