Quote:
Originally Posted by natemcnutty
I haven't tried the mtdparts yet, but I did just push the change for the ppp. It's this: ln -s /data/ppp /system/etc
That will create a directory link that says any calls to /system/etc/ppp will go to /data/ppp. I believe this will work when /etc is mounted from /system/etc because it will still see the /etc/ppp directory as /data/ppp.
As for permissions, I really don't know much about them, and I feel that a lot of our issues may be stemming from them. Wish I knew more to help there, but I haven't gotten in to that yet.
|
We just figured out that the symlink /data/ppp /etc/ppp was not working because of this line in the init: mount -o remount,ro /system
Remove it and it will work like a charm.