• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root Phone rooted but can't use su

I have rooted my phone and am using the wireless tethering and can use other rooted apps. But when I try to use the adb shell and the su command, I am getting Permission Denied. Anybody know what the hell is happening? I am rooted using the Droid 2 method with the 2.2 OTA updae. Please help.

if you go into your superuser app is there an app called unknown?

If there is click on it then click forget. Then try again in ADB and see if you get an allow deny superuser popup on your phone. Assuming you do hit allow and you should be good to go from there.
 
Upvote 0
Well I found why I couldn't use the su in the command prompt. It seems that I had to allow permissions in the superuser to allow the computer to use the su command. Very wierd. But I can't mount the system folder. Still need help.

are you trying to mount /system with adb remount? If so and thats not working cause it often doesnt try this.

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


Then we you want to mount as ro do this

adb shell
su
mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system
 
Upvote 0
if you go into your superuser app is there an app called unknown?

If there is click on it then click forget. Then try again in ADB and see if you get an allow deny superuser popup on your phone. Assuming you do hit allow and you should be good to go from there.

I got that part working but why am I still unable to use the adb remount command? It just says remount failed: Peration not permitted.
 
Upvote 0

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones