Quote:
Originally Posted by [ACL]
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.