Quote:
Originally Posted by [ACL]
Yup i noticed your commit about the MKdevs (Thanks good call). I think i will make a new project so we can keep track of these files we need. sysinit.rc is the heart and soul of the boot process so it needs to be on git.
system should have its own su. This way we dont need to link anything from data. Thats what all these roots do anyways, just look at the real root for nexus one
Code:
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
rm /system/xbin/su
rm /system/bin/su
cat /superboot/su>/system/xbin/su
chmod 4755 /system/xbin/su
cat /superboot/Superuser.apk>/system/app/Superuser.apk
mount -o ro,remount -t yaffs2 /dev/block/mtdblock3 /system
This is a simple fix we can actually do over adb or via recovery (whenever i finish lol ).
fu8k the querty.. ill look into that.. Sucks you still have no data. No luck enabling wifi and trying to telnet or something? lets get creative :-p
|
I will try to get the superuser working tonight.
Also Nate Make sure you have etc/ppp linked to data/ppp. Then either reboot or restart your RIL. And it should pop right up.
I think this should be added to the install-seq.sh script.
Just tested my GPS and it works great. But be patient... Very patient...