Hello, I want to mount my rootfs a+rw.... I tried to edit the /init.rc by: 1) remount rootfs rw,pulled init.rc , edited it and pushed it back...sync....bur after reboot the changes were was gone...
2) write a new ramdisk.img .... mkdir ramdisk_files/ cd ramdisk_files/ gunzip -c ../ramdisk.img | cpio -i find . | cpio -o -H newc | gzip > ../newramdisk.cpio.gz ../mkbootimg --cmdline 'no_console_suspend=1 console=null' --kernel ./uImage --ramdisk ./newramdisk.cpio.gz -o ./mynewimage.img but my new kernel was not accepted... and the ramdisk.img on the SD was ignored at reinstallation.... What can I do? regards sascha ____________________________________________________________ Text: GRATIS für alle WEB.DE-Nutzer: Die maxdome Movie-FLAT! Jetzt freischalten unter http://movieflat.web.de _______________________________________________ android-freerunner mailing list [email protected] http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org
