- 08-26-2011, 11:49 AM #1
- Join Date
- Apr 2009
- Location
- La Rioja - Argentina
- Posts
- 5,175
- Thanks
- 1,885
- Thanked 4,272 Times in 1,850 Posts
- Blog Entries
- 6
- Downloads
- 181
- Uploads
- 360
Cliq 2 "Root Method For Gingerbread Leak 2.0.84"
Ok It looks like someone beat me to it...
This is a modified version of DROID 3 easy root script v7
I am still working on a Linux Bash.
Download file here
Unzip it and click the ClickHere.bat
Those of you on Linux can follow these steps in the mean time.....
Thanks mkultramegaLog in to the device using “adb shell” and type the following commands:
mv /data/local/12m /data/local/12m.bak
ln -s /data /data/local/12m
Next, physically reboot the device by pressing the power button. When it wakes up, log in using “adb shell” again, and type the following:
rm /data/local/12m
mv /data/local/12m.bak /data/local/12m
mv /data/local.prop /data/local.prop.bak
echo "ro.sys.atvc_allow_netmon_usb=0" > /data/local.prop
echo "ro.sys.atvc_allow_netmon_ih=0" >> /data/local.prop
echo "ro.sys.atvc_allow_res_core=0" >> /data/local.prop
echo "ro.sys.atvc_allow_res_panic=0" >> /data/local.prop
echo "ro.sys.atvc_allow_all_adb=1" >> /data/local.prop
echo "ro.sys.atvc_allow_all_core=0" >> /data/local.prop
echo "ro.sys.atvc_allow_efem=0" >> /data/local.prop
echo "ro.sys.atvc_allow_bp_log=0" >> /data/local.prop
echo "ro.sys.atvc_allow_ap_mot_log=0" >> /data/local.prop
echo "ro.sys.atvc_allow_gki_log=0" >> /data/local.prop
The ro.sys.atvc_allow_all_adb property is a Motorola-specific configuration that prevents ADB from dropping its root privileges. Reboot the device one final time, and on logging in with “adb shell”, you should be presented with a root prompt. Enjoy!
Thanks to mkultramega, Toaday, and zdooder for testing, KrazyKrivda for raising funds, scottml and Edgan for bouncing ideas, and rweb for convincing me to look at Droid 3 in the first place.
Now you have rootNow to push Superuser and Busybox
Download Multiupload.com - upload your files to multiple file hosting sites!
Unzip it and
adb push Superuser.apk /data/local/tmp/Superuser.apk
adb push su /data/local/tmp/su
adb push busybox /data/local/tmp/busybox
adb shell
mount -o remount,rw -t yaffs2 /dev/block/mtdblock6 /system
cd /data/local/tmp
chmod 4755 *
./busybox cp busybox /system/bin
chmod 4755 /system/bin/busybox
busybox cp Superuser.apk /system/app
busybox cp su /system/bin
chmod 4755 /system/bin/su
mount -o remount,ro /dev/mtd/mtdblock6 /system
UPDATE: Someone beat me to Linux Version also droid_easy_root_v7b.zip
HA just wish I saw that before wasted all that time
Thread Original: Root Method For Gingerbread Leak 2.0.84
- 11-02-2011, 06:15 AM #2
Itty Bitty Modder
- Join Date
- Nov 2011
- Posts
- 1
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Downloads
- 0
- Uploads
- 0
I like this forum, great! !
Last edited by phoenixsong6; 11-02-2011 at 09:34 AM.


LinkBack URL
About LinkBacks
Reply With Quote