What happened...

caucasionj

Member
Nov 2, 2011
9
0
0
Visit site
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...
 

seanubis

Well-known member
Feb 8, 2010
234
9
0
Visit site
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.
 

caucasionj

Member
Nov 2, 2011
9
0
0
Visit site
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.
 

JkdJedi

Well-known member
Aug 20, 2010
2,197
218
0
Visit site
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:
 

caucasionj

Member
Nov 2, 2011
9
0
0
Visit site
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?
 

caucasionj

Member
Nov 2, 2011
9
0
0
Visit site
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:

Forum statistics

Threads
943,148
Messages
6,917,516
Members
3,158,846
Latest member
RemusGhostofRome