- 08-28-2010, 05:13 AM #1
[ROOT] Universal Cliq and Dext rooting method (Safe: Won't break 3g)
EDIT (By [MENTION=3081367]adlx[/MENTION]): See [ROOT] Universal Cliq and Dext rooting method (Safe: Won't break 3g)
----------
This is the way from Droid 2, working on Backflip, Cliq XT, Cliq too - the thing that makes it better is that you don't have to flash anything (for the users with 3G bands WCDMA850/1900/2100) and therefore no risk of losing the 3G.
Setup:
- Install adb unless you haven't done so (here) and Motorola drivers unless you haven't done so (here)
- Download attached archive
- Extract to a directory, I used c:\Moto_MSM_Root
- Make sure you have USB degugging enabled
- Change connection to PC Mode (Charge Only)
Process:
- Open command prompt
- cd c:wherever-your-sdk-tools-folder-is
- adb devices (to verify the connection)
- adb push c:\Moto_MSM_Root\Superuser.apk /sdcard/Superuser.apk
- adb push c:\Moto_MSM_Root\su /sdcard/su
- adb push c:\Moto_MSM_Root\rageagainstthecage-arm5.bin /data/local/tmp/rageagainstthecage-arm5.bin
- adb push c:\Moto_MSM_Root\install-root.sh /data/local/tmp/install-root.sh
- adb shell
- cd /data/local/tmp
- chmod 0755 rageagainstthecage-arm5.bin
- chmod 0755 install-root.sh
-> keep your phone connected to PC
Download "Better Terminal Emulator" or "Terminal Emulator" or "ConnectBot" (I myself prefer ConnectBot - to open shell console there, just pick in the combobox "local", type any name into the editbox, and press enter) from the Market.
-> open the terminal emulator on the phone and type:
- cd /data/local/tmp
- ./rageagainstthecage-arm5.bin
Wait until you see this message - don't press anything:
Then press enter and type "exit" to close the terminal (or close it via the menu)Code:[+] Forked xxxx childs.
-> open the Terminal Emulator or ConnectBot on the phone (if you get the message that terminal died, dismiss it and run it again)
If you end up with "#" prompt, do the following. Otherwise reboot the phone and try opening the "Terminal Emulator" again. If even that doesn't give "#" prompt, go back to step "./rageagainstthecage-arm5.bin". There are mixed results atm., but some succeeded. See this post for possible way:
Type into the console:
- /data/local/tmp/install-root.sh
(if the script prints nothing, then it was successful)
- exit
- exit
Now you have successfully rooted the phone.
The install-root.sh contains the following:
All credit goes to Sebastian Krahmer at C skillsCode:mount -o rw,remount /dev/block/mtdblock1 /system cat /sdcard/su > /system/xbin/su chown root.root /system/xbin/su chmod 6755 /system/xbin/su cat /sdcard/Superuser.apk > /system/app/Superuser.apk chown root.root /system/app/Superuser.apk chmod 644 /system/app/Superuser.apk mount -o ro,remount /dev/block/mtdblock1 /system
Download:
ModMyMobile Forums - Downloads - Root (Backflip, Cliq XT, Cliq, Dext)Last edited by adlx; 03-22-2011 at 06:46 PM. Reason: new title

Thanks Semseddin for the signature and avatar.
-
63 Users Say Thank You to Skrilax_CZ For This Useful Post
adlx (09-28-2010), Besiege (01-28-2011), BigZ1981 (03-07-2012), bloodyshyt (11-12-2010), bloothe (12-31-2010), Bordeaux (12-04-2010), brian31001 (02-08-2011), bugomx (09-29-2010), buinamthai88 (09-29-2010), CarL!ToX™ (10-27-2011), Citizen86 (08-28-2010), Danation (10-22-2010), df77 (10-22-2010), dholla1 (03-31-2012), DitaRawr (07-30-2011), djrosso (09-30-2010), Double0EK (08-28-2010), drgxlx (10-07-2010), FEARiTSeLF (09-10-2010), foufouillon59 (09-21-2010), ftheomunhoz (12-18-2010), haziel (08-22-2011), hznemo (07-05-2011), ichan101 (08-27-2011), Imaz77ar (09-05-2010), injuwition (12-06-2010), jethro650 (12-24-2010), JoshScoffer (08-28-2010), Junoman (12-26-2010), kaiser1313 (01-12-2011), Keptwench (01-30-2011), krazak (02-20-2011), Lasikie (01-12-2011), Leggz (07-15-2011), lukgalek (10-21-2010), M4VB07 (02-05-2011), madmadmike (07-10-2011), maruhon (12-28-2010), Mharky (10-17-2010), Natethegreat253 (10-12-2010), njones (08-30-2010), Pheonix922 (02-15-2011), pyxisab78 (10-04-2010), RasMouSein (12-15-2010), reserved (12-15-2010), RhapsodyMendonca (02-23-2011), ricardocastro (10-22-2010), rlameda (09-07-2010), robrob119 (08-29-2010), SanchoBlaze (03-15-2011), skandarian (11-12-2010), snuffsez (01-10-2011), SometimesRomano (01-07-2011), spartan.tenchu (12-01-2010), sublime1184 (08-29-2010), teeedubb (11-06-2010), Tolden (02-25-2011), tom_sam (01-28-2011), tonymy01 (08-28-2010), venidodelcielo (05-02-2011), wrelessb (10-20-2010), xkjtx (10-11-2010), zguithues (09-29-2010)
- 08-28-2010, 08:43 AM #2
Itty Bitty Modder
- Join Date
- Aug 2010
- Posts
- 2
- Thanks
- 0
- Thanked 1 Time in 1 Post
- Downloads
- 17
- Uploads
- 0
LOL,today is not bad .....SF
-
The Following User Says Thank You to simondock For This Useful Post:
ricardocastro (10-22-2010)
- 08-28-2010, 08:56 AM #3
Itty Bitty Modder
- Join Date
- Aug 2010
- Posts
- 8
- Thanks
- 1
- Thanked 4 Times in 1 Post
- Downloads
- 8
- Uploads
- 0
i cannt chmod using ConnectBot. im getting "permission denied"!
help pls!
EDIT:
i got it! i gave permissions using adb.
if somebody is having this problem, do this:
adb shell
$ cd data/local/tmp
$ chmod 0755 rageagainstthecage-arm5.bin
$ chmod 0755 install-root.sh
$ exit
everything works now!
Last edited by JoshScoffer; 08-28-2010 at 09:24 AM. Reason: response to my problem
-
4 Users Say Thank You to JoshScoffer For This Useful Post
Keptwench (01-30-2011), maruhon (12-28-2010), ricardocastro (10-22-2010), sactownsav (01-01-2011)
- 08-28-2010, 09:28 AM #4
Fixed instructions.

Thanks Semseddin for the signature and avatar.
-
The Following User Says Thank You to Skrilax_CZ For This Useful Post:
maruhon (12-28-2010)
- 08-28-2010, 12:21 PM #5
So I Hear You Can Mod
- Join Date
- Aug 2010
- Posts
- 140
- Thanks
- 58
- Thanked 19 Times in 18 Posts
- Downloads
- 7
- Uploads
- 0
Huh, so this is the 3rd way to root the cliq? And this will allow you to have root on the stock ROM, unlike the original rooting method which forced you to load a new ROM, correct?
- 08-28-2010, 12:46 PM #6
Yes.

Thanks Semseddin for the signature and avatar.
- 08-28-2010, 01:37 PM #7
I'm a noob at this, but I really want to root my Cliq to have Wifi tethering, so I have a few questions about this:
1) Will this wipe my phone or delete anything at all?
2) Will my current firmware (leaked 2.1) remain there, or will it be replaced with something?
3) How can I flash a different ROM (I want to try j_rodd's Cliqmod ROM)?
4) What about the custom recovery? (I'm still unclear on this whole thing)
5) Is there an instruction video on this? If yes, please send me a link, if no, I would deeply appreciate it if somebody could make one. I want to do it perfectly, without mistakes, and a video instruction is the best way to do so.
Please be as detailed and simple when you answer these questions.
Thank you very much.
- 08-29-2010, 12:09 PM #8
Itty Bitty Modder
- Join Date
- Aug 2010
- Posts
- 3
- Thanks
- 3
- Thanked 2 Times in 2 Posts
- Downloads
- 3
- Uploads
- 0
I'm getting nothing after the "/data/local/tmp/install-root.sh"
You said I supposed to get something like:
mount -o rw,remount /dev/block/mtdblock1 /system
cat /sdcard/su > /system/xbin/su
chown root.root /system/xbin/su
chmod 6755 /system/xbin/su
cat /sdcard/Superuser.apk > /system/app/Superuser.apk
chown root.root /system/app/Superuser.apk
chmod 644 /system/app/Superuser.apk
mount -o ro,remount /dev/block/mtdblock1 /system
But I don't.
And yes, when I use ConnectBot I get instant "#"
I did everything right, just got stuck there. Any help please?
Thanks.Last edited by guiturazza; 08-29-2010 at 12:11 PM.
-
The Following User Says Thank You to guiturazza For This Useful Post:
maruhon (12-28-2010)
- 08-29-2010, 12:22 PM #9
If it doesn't output anything, it's ok.

Thanks Semseddin for the signature and avatar.
-
The Following User Says Thank You to Skrilax_CZ For This Useful Post:
guiturazza (08-29-2010)
- 08-29-2010, 12:42 PM #10
Itty Bitty Modder
- Join Date
- Jul 2010
- Posts
- 3
- Thanks
- 1
- Thanked 2 Times in 2 Posts
- Downloads
- 8
- Uploads
- 0
-
The Following User Says Thank You to tuespazio For This Useful Post:
guiturazza (08-29-2010)
- 08-29-2010, 04:27 PM #11
Itty Bitty Modder
- Join Date
- Aug 2010
- Posts
- 3
- Thanks
- 3
- Thanked 2 Times in 2 Posts
- Downloads
- 3
- Uploads
- 0
Sorry to bother again guys.
I'm very thankful for the replys, seems I rooted it (it my first time rooting some device).
Anyway, I'm not being able to remount (adb remount) and replacing a recovery.img (using Flash the recovery: adb shell flash_image recovery /sdcard/recovery.img). Thats the only way I learned to make a ROM flash, but I can't remount or flash a recovery from the cmd.
And I had read posts about it and a guy said that:
And when I run it at adb shell shows me "1", so is it rooted or not? I even tryed rooting it again, but still nothing.Try running this command-
Code:
and see if you get a 1 or a 0. If it's a 1, then ADB should not see the device as rooted, so find out about editing the boot.img file. If a 0, I don't know what's going on.Code:getprop ro.secure
Really sorry for the noob questions.
Thanks.
- 08-29-2010, 10:43 PM #12
Itty Bitty Modder
- Join Date
- Aug 2010
- Posts
- 10
- Thanks
- 6
- Thanked 0 Times in 0 Posts
- Downloads
- 2
- Uploads
- 0
Why is this titled: [ROOT] Another version - USE THIS ONE IF YOU HAVE WCDMA850/1900/2100 3G bands
Will this work on any dext? I have the latin american telcel version of the dext
system version: blur_version.011.8.mb200.americamovil.en.mx
firmware version: 1.5
baseband version: 76xxc-63805012-sdcbalum
kernel: 2.6.27 wmm125@rdlinux78 #1
build: r6380cp1-019.13
hardware version: sjug5698aa
network: telcel gsm
network type: umtsLast edited by swiftnomad; 08-29-2010 at 10:45 PM.
- 08-29-2010, 10:45 PM #13
Itty Bitty Modder
- Join Date
- Aug 2010
- Posts
- 7
- Thanks
- 3
- Thanked 0 Times in 0 Posts
- Downloads
- 2
- Uploads
- 0
Hi I do all the instruction but in this step:
Type into the console:
- /data/local/tmp/install-root.sh
I have the error in the atached file.
I do everything any idea?????
- 08-29-2010, 11:13 PM #14
Maybe Modder
- Join Date
- Feb 2007
- Posts
- 31
- Thanks
- 8
- Thanked 8 Times in 8 Posts
- Downloads
- 1
- Uploads
- 0
According to your screenshot it looks like you don't have root access, otherwise you'd have a # prompt instead of the $ prompt.
- 08-29-2010, 11:36 PM #15
Itty Bitty Modder
- Join Date
- Aug 2010
- Posts
- 3
- Thanks
- 3
- Thanked 2 Times in 2 Posts
- Downloads
- 3
- Uploads
- 0
If when you open the Command Prompt on your phone and instead get "#" you get "$" try doing the ./rageagainstthecage-amr5.bin again, or type "su" (yeah, only su) and see if it changes to "#".
I'm not a pro on it, actually is my first time rooting, but I pass through it and I did what I said, so...
-
The Following User Says Thank You to guiturazza For This Useful Post:
dccliq (10-29-2011)


LinkBack URL
About LinkBacks
Reply With Quote

