Re: Linux/Android on CDMA Touch Pro -- Now working on Verizon! And with GPS!
for permissions, you need to connect via adb
then:
shell
mount -o rw,remount /
that should take care of permissions issues with that.
or go into terminal and type:
shell
mount -o rw,remount /
|