I had previously rooted my droid when it was running 2.2 froyo. Using the OTA upgrade, i got a gingerbread (2.3.4) for my phone. As obvious, the root privileges were gone..but the superuser app and the everything else related to it is still there in the system/bin and system/xbin folders. Now when i try to run "su" command from an adb shell to re-root my phone, it shows "permission denied".
Is there anyway that i can get the "#" shell i.e. the su privileges instead of the normal "$" shell, so that i can manually delete the previous root files? Thanks.
adb shelland see whether you get a#(root) prompt or a$(user) prompt. In the latter case, you could try tosudoand see whether that works. Unlikely, but possible. With CWM, you could have connectedadb shellin recovery mode with root permissions, AFAIK. – Izzy Aug 13 '12 at 19:20