View Single Post
  #1547 (permalink)  
Old 03-08-2011, 10:34 PM
natemcnutty's Avatar
natemcnutty
VIP Member
Offline
Threadstarter
 
Join Date: Nov 2009
Posts: 845
Reputation: 3070
natemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming 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 Lmiller1708 View Post
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.

Last edited by natemcnutty; 03-08-2011 at 10:37 PM.
Reply With Quote