What happened...

caucasionj

Member
Nov 2, 2011
9
0
0
to the old forum and everyone on it? I could find everything i needed for sbfing and rooting etc. I could root my phone with the files in 10 min and now its taking me 5 days to just reroot my device...which still isnt rooted because i cant get rid of my superuser on my phone...
 
If you need to manually remove the Superuser app. then you should be able to do that in an adb shell - take the following steps at your own risk:

First, install the Android SDK.

Then, connect your DX to your computer over USB.

Then, run...
Code:
adb shell
...on your computer.

Then, in the shell session, run the following commands:

Code:
mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
rm -rf /system/app/Superuser.apk
mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system
exit

Then, disconnect your device and reboot it.

That should do it.
 
Ive installed SKD and it asked me to install Java and none of the packages will install and the command screen wont let me type anything in it.
 
to the old forum and everyone on it? I could find everything i needed for sbfing and rooting etc. I could root my phone with the files in 10 min and now its taking me 5 days to just reroot my device...which still isnt rooted because i cant get rid of my superuser on my phone...

Read the stickies dude. :cool:
 
If you need to manually remove the Superuser app. then you should be able to do that in an adb shell - take the following steps at your own risk:

First, install the Android SDK.

Then, connect your DX to your computer over USB.

Then, run...
Code:
adb shell
...on your computer.

Then, in the shell session, run the following commands:

Code:
mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
rm -rf /system/app/Superuser.apk
mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system
exit

Then, disconnect your device and reboot it.

That should do it.

where do i punch in these commands? on the black screen that pops up with the SDK box?
 
im in adb finally and ill run

mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system

and ill get

mount: operation not permitted

ive also received

rm failed for -rf, read only file
 
Last edited:
Verify that Settings > Applications > Development > USB debugging on your phone is checked.