
Originally Posted by
skourg3
I had the same problem. In /default.prop there is a property called ro.secure and it needs to be set to 0 for that to work and it was set to 1. I was unable to change it. I tried with root explorer's text editor, the setprop command, and adb pull/edit/adb push. None of the changes held.
You CAN adb shell, su, and use the terminal command (I believe it's mount -o remount,rw -t yaffs /dev/block/mtdblock3 /system although I could have parts wrong). Though adb push to /system still won't work without ro.secure=0, so you'll have to push to the sdcard and copy it over through shell. I think I ran into an issue with this, too, but I don't remember; I'm back off Froyo now so I can't check again.