View Single Post
  #1518 (permalink)  
Old 03-08-2011, 03:57 AM
[ACL]'s Avatar
[ACL]
VIP Member
Offline
Location: NY
 
Join Date: Feb 2010
Posts: 1,534
Reputation: 6350
[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 01-07: Panel power on/off fixes

Quote:
Originally Posted by steveholtam View Post
This is what I tried

C:\Program Files\Android\android-sdk\platform-tools>adb shell
# setprop ro.kernel.android.ndns 2
setprop ro.kernel.android.ndns 2
# setprop net.eth0.dns1 208.67.222.222
setprop net.eth0.dns1 208.67.222.222
# setprop net.eth0.dns2 208.67.220.220
setprop net.eth0.dns2 208.67.220.220
#

Not sure I did that right, but if I did, it did not work. No data.

Attached is the radio logcat for you.
your log shows no call to pppd. If you have stuff in /data/ppp then try this

#mount -o rw,remount -t yaffs2 /system
#cd /system/bin
#chmod 4775 pppd

*ooops i meant 4755 on pppd.

Just reuploaded the install. Hopefully the permissions carry over this time.
__________________

Last edited by [ACL]; 03-08-2011 at 04:43 AM.
Reply With Quote