Rooting Your Motorola Bravo using ADB Method
Rooting the Motorola Bravo has been confirmed as easy as the Droid 2 rooting. That is stated by one of the XDA member. However, you mind find it seems a bit strange since both devices are exactly different. The bravo comes with SuperOneClick, z4root, and Universal androot App to pwn. Next, you can just follow the instructions below to see how
the same method would work.
First, install ADB on your computer. 
Second, download Droid2Root package and exract the files.
Third, connect your phone to computer and enable the USB debugging.
Fourth, change the Motorola bravo’s connection to Portal and Tools.
Fifth, start the command prompt and use this commands below.
adb devices (to verify the connection)
cd C:|Droid2Root
adb push Superuser.apk /sdcard/Superuser.apk
adb push su /sdcard/su
adb push busybox /sdcard/busybox
adb push rageagainstthecage-arm5.bin /data/local/tmp/rageagainstthecage-arm5.bin
adb shell
cd data/local/tmp
chmod 0755 rageagainstthecage-arm5.bin
./rageagainstthecage-arm5.bin
Sixth, wait he process and back in C:\Droid2Root directory. next, type this commands:
adb devices (to verify the connection)
adb shell (you should now have a # prompt)
mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
cp /sdcard/Superuser.apk /system/app/Superuser.apk
cp /sdcard/su /system/bin/su
cp /sdcard/busybox /system/bin/busybox
chmod 4755 /system/bin/su
chmod 4755 /system/bin/busybox
mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system
exit







No Comment to “Rooting Your Motorola Bravo using ADB Method”