View Single Post
  #1444 (permalink)  
Old 03-04-2011, 10:31 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 - 01-07: Panel power on/off fixes

Quote:
Originally Posted by [ACL] View Post
Nate: Here is a little info to help out. I cant replicate since i have no service but you might be able to do it.

/etc is a simlink to /system/etc (and ril needs to access /etc/ppp)

originally the ril bombs out because /system is read only. Now if we change it to rw, then it bombs out due to permissions. This isnt even because of pppd yet since this part of the code is before.

I'm not sure what the exact permissions are but we need to get it set. Also we can move the ppp folder to data so we can rw without messing up system.

So thats a new experiment to try.
So I tried to replicate the privileges the best I could with a new system...
Still can't get it to work. And still had to redo the pap and chap files to get them writable. Once I did that my service kept dropping completely out...


My next step was going to try this approach again: ln -s /system/bin/pppd /bin/pppd

Also what do you think about just copying everything from system/etc to /etc... This is what's done with Rootfs. And this might help with the permissions.
__________________
Reply With Quote