Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
#!/system/bin/sh
echo -n boot-recovery | busybox dd of=/dev/block/nandf count=1 conv=sync; sync; reboot
busybox mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.bak
Shouldn't be too hard, The Hard part was porting from Aurora/Elf to Coby, I had to compile the libs, and wifi files, But This should be able to be ported to any Coby allwinner.
I am on my way to work, I work nights right now.
Anyway download the rom open the zip, delete /system/vendor /system/usr /system/etc/camera.cfg /system/lib/hw/camera.exDroid.so
/system/lib/hw/sensors.exDroid.so /system/lib/hw/lights.sun4i.so
Now replace the above files and or folders with your own 9742 files and folders.
The next thing most likely add the 180 rotation to build.prop
You then would need to edit the boot.img add your kernel. If you upload your kernel I will do it for you when I can.
From here we see how the rom runs on your 9742, if not working well add more files from /system/lib/hw
I'm gonna ask an extremely newb and possibly stupid question. Can I just drag and drop the boot.img from my dump into the zip file and delete the cm9_boot.img?
I installed this Cm9 on my tablet with clockwork and now my tablet works great! including the locations services
thanks for all your work.