Quote:
Originally Posted by Lmiller1708
I will try to get the superuser working tonight.
Also Nate Make sure you have etc/ppp linked to data/ppp. Then either reboot or restart your RIL. And it should pop right up.
I think this should be added to the install-seq.sh script.
Just tested my GPS and it works great. But be patient... Very patient...
|
Does it have to be /etc/ppp? Because we currently do not have /etc mounted to anything like we did on the rootfs. We could mount /data/etc /etc if we need to.
So we just need this in the install script, right?
Code:
ln -s /data/etc/ppp /system/etc/
Note that we do have a file in /system/etc/ppp that may need to move into /data/etc/ppp if we do this.
Edit: Clarification, we do not have /etc mounted during init or the install-seq.sh. I believe it gets mounted in sysinit.rc which I guess we could symlink in there for ppp.