1 Attachment(s)
Rooting Motorola droid 2.1 (without a data loss
Hey guys, I know that alot of people on 2.1 are frustrated by the fact that rooting 2.1 means downgrading and upgrading.... blah blah blah.
but i found a much easier way.
just have android sdk installed and go ahead and follow these steps:
for both windows and mac you're going to want to download Superuser.apk and su which are both in the handy dandy attachment.
YOU HAVE TO PUT THE FILES INTO THE ANDROID/TOOLS SECTION OF THE SDK!!!
MAC
Code:
./adb push su /system/bin/su
./adb push Superuser.apk /system/app/Superuser.apk
then reboot your phone
Windows
Code:
adb push su /system/bin/su
adb push Superuser.apk /system/app/Superuser.apk