Quote:
Originally Posted by steveholtam
Still no data using the 213238 nbh and update files. I've got the adb shell logcat stuff all figured out as well. Just took all day! Here is the latest logcat -b radio log attached.
|
damn
fopen /etc/ppp/pap-secrets failed = 2
Means the files are not found. Have you figured out how to adb yet ? this might be a 1 line fix .. adb into the device and do the following
ls /system/etc
ls /data/ppp
Print out that you see. If /data/ppp has files, if it does then check if there is a ppp link inside /system/etc. If no link is found then remount system as rw using the command below.
mount -o rw,remount -t yaffs2 /system
Once thats done you can make the llink manually
ln -s /data/ppp /system/etc/ppp