i got the same error, the way i fixed it was to download chmod from the market then open it type in the 0755. i couldnt find a button to save it i just hit the home key on my phone plugged in my phone and re did the commands
cd c:\android\tools
adb remount
adb push c:\android\tools\u2nl /system/bin/u2nl
adb push c:\android\tools\autostart.sh /data/opt/autostart.sh
Now:
adb shell
chmod 0755 /system/bin/u2nl
chmod 0755 /data/opt/autostart.sh
adb reboot"
after that it worked. i had been trying for about a month, and finally i have internet and mms working on my phone but for some reason my google account wont auto sync anymore.
cd c:\android\tools
adb remount
adb push c:\android\tools\u2nl /system/bin/u2nl
adb push c:\android\tools\autostart.sh /data/opt/autostart.sh
Now:
adb shell
chmod 0755 /system/bin/u2nl
chmod 0755 /data/opt/autostart.sh
adb reboot"
after that it worked. i had been trying for about a month, and finally i have internet and mms working on my phone but for some reason my google account wont auto sync anymore.