Quote:
Originally Posted by natemcnutty
So, removing /bin from sysinit.rc caused some weird data issues for me. It would start out on 3G but could never download anything. Then it would switch over to Edge and downloads would work but of course be really slow. Anyone else experience this? For now, I've just removed the link for /bin/su and put /bin back in the path. I'm thinking there are some things that reference it directly that are no longer getting called (like the ppp scripts or something).
Also, I just created the /sbin/ueventd link (to /system/init) and put init.android from rootfs as /system/init. It seems to be running like a dream!
|
I had the same issue. Currently I'm using this line in my sysinit.sh:
mount -o remount,rw /
rm /bin/su
mount -o remount,ro /
Crude but it works for now. I guess we just need to remove the su from the bin folder.
Quote:
Originally Posted by [ACL]
oo.. need to update the frx then. I'm uploading the last recovery for testing. Did you play with the last one? there was a bug with the backup and restore.
|
Another new one...
or was it just the updated restore script.