View Single Post
  #1803 (permalink)  
Old 03-17-2011, 08:18 AM
Lmiller1708's Avatar
Lmiller1708
Flashaholic!
Offline
Location: La Crosse, WI
 
Join Date: Aug 2008
Posts: 873
Reputation: 2160
Lmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

Quote:
Originally Posted by natemcnutty View Post
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] View Post
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.
__________________
Reply With Quote
This post has been thanked 2 times.