- Aug 23, 2010
- 176
- 78
- 0
I tried using cory's method , tried 3 times and all 3 times I failed.
I think this is the reason....
- If it is "system" or "data", only the corresponding partition
is updated.
c:\TBroot>adb shell chmod 777 /data/local/psneuter
c:\TBroot>adb shell /data/local/psneuter
property service neutered.
killing adbd. (should restart in a second or two)
c:\TBroot>adb shell mount -o remount,rw -t ext3 /dev/block/mmcblk0p25 /system
c:\TBroot>adb shell /data/local/busybox cp /data/local/su /system/xbin/su
/data/local/busybox: permission denied
c:\TBroot>adb shell chown 0:0 /system/xbin/su
Unable to chmod /system/xbin/su: No such file or directory
c:\TBroot>adb shell chmod 6755 /system/xbin/su
Unable to chmod /system/xbin/su: No such file or directory
c:\TBroot> adb reboot
c:\TBroot>
what am i missing???
I think this is the reason....
- If it is "system" or "data", only the corresponding partition
is updated.
c:\TBroot>adb shell chmod 777 /data/local/psneuter
c:\TBroot>adb shell /data/local/psneuter
property service neutered.
killing adbd. (should restart in a second or two)
c:\TBroot>adb shell mount -o remount,rw -t ext3 /dev/block/mmcblk0p25 /system
c:\TBroot>adb shell /data/local/busybox cp /data/local/su /system/xbin/su
/data/local/busybox: permission denied
c:\TBroot>adb shell chown 0:0 /system/xbin/su
Unable to chmod /system/xbin/su: No such file or directory
c:\TBroot>adb shell chmod 6755 /system/xbin/su
Unable to chmod /system/xbin/su: No such file or directory
c:\TBroot> adb reboot
c:\TBroot>
what am i missing???