Quote:
Originally Posted by [ACL]
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
|
I'll get to this when I get home today.
Oh, one quick question. Is it ok to flash and install the update file in one step? Or should I flash, boot, and then run the update on the second boot? Just making sure either way would work.