Re: NAND Boot Testing - 01-07: Panel power on/off fixes
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.
|