Quote:
Originally Posted by steveholtam
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.