Page 1 of 18 1234567891011 ... LastLast
Results 1 to 15 of 266

Thread: [ROOT] Cliq XT

  1. #1
    Skrilax_CZ's Avatar
    offline Retired Moderator
    Join Date
    Feb 2007
    Location
    Prague
    Posts
    5,244
    Thanks
    1,881
    Thanked 3,138 Times in 1,338 Posts
    Downloads
    28
    Uploads
    29

    [ROOT] Cliq XT

    Instructions (it's the Droid 2 root method):

    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:
    Code:
    [+] Forked xxxx childs.
    Then press enter and type "exit" to close the terminal (or close it via the menu)

    -> 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:
    Code:
    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
    All credit goes to Sebastian Krahmer at C skills

    Download:
    ModMyMobile Forums - Downloads - Root (Backflip, Cliq XT, Cliq, Dext)

    Custom Recovery:
    A) http://modmymobile.com/forums/405-mo...8-27-10-a.html
    B) Portal Android - Comunidade de Desenvolvedores da Plataforma Android - Ver T


    Note: Delete this file (if exists) if you are about to flash the custom recovery: "/system/recovery.img" - otherwise after you reboot, you'll have stock recovery back.
    Last edited by Skrilax_CZ; 09-08-2010 at 03:33 PM.

    Thanks Semseddin for the signature and avatar.

  2. 42 Users Say Thank You to Skrilax_CZ For This Useful Post

    achaps81 (08-26-2010), adlx (06-09-2011), beezy (08-28-2010), Bordeaux (12-04-2010), brandnew 2009 (09-09-2010), chilled26 (09-04-2010), cwierts1 (09-04-2010), darrylking06 (09-04-2010), Double0EK (08-26-2010), firtvid20 (10-20-2010), GotHeart (04-05-2011), Hairo (07-06-2011), ic04969 (08-28-2010), JBoogie3 (10-27-2010), jcsjr (09-05-2010), josuearisty (07-22-2011), Junoman (12-26-2010), j_r0dd (08-27-2010), kruang (08-30-2010), l<enny (09-11-2010), LesterJesus (03-29-2011), likuidfire (09-01-2010), mastermind278 (08-26-2010), max0066 (07-21-2011), MulderFoxx (09-13-2010), nachobkc (11-24-2010), Offset (11-08-2010), Ploni Almoni (08-26-2010), RavenFB (08-26-2010), robnj2fl2000 (08-26-2010), Rockman000 (11-21-2010), romanc85 (03-03-2011), savedsoul (09-02-2010), Stratinator (10-03-2010), sublime1184 (08-26-2010), SuperJoker (08-27-2010), Tanis.7x (08-27-2010), Teaspoon83 (09-10-2010), teeedubb (08-28-2010), tg11285 (08-31-2010), whbjr (03-26-2011), Yvese (09-09-2010)

  3. #2
    offline So I Hear You Can Mod
    Join Date
    Jun 2010
    Location
    Southwestern Illinois
    Posts
    122
    Thanks
    7
    Thanked 15 Times in 11 Posts
    Downloads
    5
    Uploads
    0
    This is awesome, Skrilax! Now, I hate to sound stupid, but how would i go about flashing a 2.1/2.2 ROM after root? I'm not really going to consider a jailbreak unless I can upgrade the OS as a result. Thanks in advance for any info!

  4. #3
    Double0EK's Avatar
    offline Call Me THE Mobile Modder
    Join Date
    Apr 2010
    Location
    Las Vegas, NV
    Posts
    2,077
    Thanks
    346
    Thanked 468 Times in 367 Posts
    Downloads
    22
    Uploads
    0
    freakin finally! yes cant wait to try this on the XT! Do we have any ROMs for the XT yet?

  5. #4
    IllBlew's Avatar
    offline Of Mice and Modders
    Join Date
    Aug 2010
    Posts
    64
    Thanks
    8
    Thanked 16 Times in 11 Posts
    Downloads
    20
    Uploads
    0

    cliq xt rooting

    I have been trying for 3-4 hours to root my Cliq XT and cannot obtain root. If I get anywhere I will post it here.

    Also my SD card has been corrupted 3 times, tried factory restore then rooting, no resolution as of yet.

    Last edited by IllBlew; 08-26-2010 at 09:38 PM.

  6. #5
    offline Developer
    Join Date
    Jul 2010
    Posts
    441
    Thanks
    137
    Thanked 477 Times in 166 Posts
    Downloads
    34
    Uploads
    0
    Have you rebooted? Make sure to unplug USB. Turn Off. Turn back on. After the phone is finally loaded then plug USB and rerun.

    Have you restarted the phone?
    Do the code. If you get $, unplug USB. Turn the phone off. Turn it back on. Wait for it to be fully loaded. Then plug the USB and start from adb shell and cd /data/local/tmp.

    Also make sure when you run adb kill-server that you are quick... You want it killed before MotoConnect popup on the taskbar appears.
    Last edited by mastermind278; 08-26-2010 at 09:41 PM. Reason: Automerged Doublepost

  7. #6
    offline Maybe Modder
    Join Date
    Jun 2010
    Posts
    31
    Thanks
    11
    Thanked 17 Times in 7 Posts
    Downloads
    13
    Uploads
    0
    Skrilax, I'm happy to see you guys finally can root CliqXT.

    Below is the link to our latest version of Quench Custom Recovery, I am pretty sure it will work fine on their CliqXT phones:

    http://www.4shared.com/file/9L9sFk5I...nch_Final.html

    And here is a link to a retail Brazilian firmware, that will also work on your phones (already rooted):

    http://www.4shared.com/file/9lYfDpAY/nandroid.html

    PS.: Once you get the # prompt, you can flash the custom recovery and then install the Brazilian rom (no radio changes). As I said: it's already rooted.

    Feel free to attach these files on this forum, if you want.

    Regards!
    Last edited by paulogeneses; 08-26-2010 at 09:54 PM.

  8. #7
    offline Maybe Modder
    Join Date
    Jul 2010
    Posts
    31
    Thanks
    6
    Thanked 7 Times in 5 Posts
    Downloads
    11
    Uploads
    0
    i cant copy the su or superuser apk to the sdcard it say permission denied.thats as far as i got..i tried to run cmd as admin.please help.this should be easy just a few steps

  9. #8
    offline Developer
    Join Date
    Jul 2010
    Posts
    441
    Thanks
    137
    Thanked 477 Times in 166 Posts
    Downloads
    34
    Uploads
    0
    Do you have the SDCARD mounted to the PC? If so unmount the SDCARD.

    Also it seems that the backflip users are having success using terminal on the phone and this script, Backflip root!!
    If anyone wants to try that it might make things a bit easier.

  10. The Following User Says Thank You to mastermind278 For This Useful Post:

    robnj2fl2000 (08-27-2010)

  11. #9
    achaps81's Avatar
    offline So I Hear You Can Mod
    Join Date
    Feb 2008
    Posts
    229
    Thanks
    10
    Thanked 15 Times in 14 Posts
    Downloads
    173
    Uploads
    0
    ok so ive gotten to ./rageagainstthecage-arm5.bin, i run it, kill the server, and i keep getting $, i reboot my phone, wait for it to load, then plug it in and still the same every time, is there a timing to kill the server? idk what to do now, please help, so want my xt rooted

    ok heres what i did, when it came time to kill the server so i wouldnt get $, i kept hitting up and enter on adb kill-server, ran it about 6 or 7 times while phone was connecting to pc, and BAM......# the rest completed as normal, time to remove some tmobile crap :-D
    Last edited by achaps81; 08-26-2010 at 11:29 PM.
    There is no spoon.....

  12. #10
    tguy188's Avatar
    offline Itty Bitty Modder
    Join Date
    Aug 2010
    Posts
    17
    Thanks
    5
    Thanked 1 Time in 1 Post
    Downloads
    2
    Uploads
    0
    Yesss!! With your new method i instantly rooted my phone!! Thnx soo much!!
    Last edited by tguy188; 08-28-2010 at 03:51 PM.

  13. #11
    offline Itty Bitty Modder
    Join Date
    Aug 2010
    Posts
    5
    Thanks
    0
    Thanked 1 Time in 1 Post
    Downloads
    2
    Uploads
    0

    i have a rooted cliq xt finally thank you

    now what can i do with it, got set cpu but only goes to 528.any roms . oh and i had problems i finally ran the rageagainstthecage-arm5.bin file like 6 times in a row no adbserver-killer just press up arrow to use last cmd hope that helps

    run the rageagainsthecage-arm5.bin command over and over real fast dont worry about adbkiller
    Last edited by johnb420; 08-27-2010 at 01:19 AM. Reason: Automerged Doublepost

  14. The Following User Says Thank You to johnb420 For This Useful Post:

    Tanis.7x (08-27-2010)

  15. #12
    Skrilax_CZ's Avatar
    offline Retired Moderator
    Join Date
    Feb 2007
    Location
    Prague
    Posts
    5,244
    Thanks
    1,881
    Thanked 3,138 Times in 1,338 Posts
    Downloads
    28
    Uploads
    29
    I've updated the instructions to use a terminal emulator if you have problems with rooting it.

    Thanks Semseddin for the signature and avatar.

  16. #13
    offline Itty Bitty Modder
    Join Date
    Aug 2010
    Posts
    9
    Thanks
    2
    Thanked 0 Times in 0 Posts
    Downloads
    2
    Uploads
    0
    Quote Originally Posted by johnb420 View Post
    now what can i do with it, got set cpu but only goes to 528.any roms . oh and i had problems i finally ran the rageagainstthecage-arm5.bin file like 6 times in a row no adbserver-killer just press up arrow to use last cmd hope that helps

    run the rageagainsthecage-arm5.bin command over and over real fast dont worry about adbkiller
    As crazy as it sounds, this ended up working for me.

    Edit: Everything went smoothly after I got the # prompt, but the Superuser app is not requesting super user permission.
    Last edited by Tanis.7x; 08-27-2010 at 07:13 AM.

  17. #14
    offline Itty Bitty Modder
    Join Date
    Aug 2010
    Location
    Nashville Area, Tennessee
    Posts
    14
    Thanks
    2
    Thanked 0 Times in 0 Posts
    Downloads
    2
    Uploads
    0
    definitely a patience factor here guys... I have tried spamming the ./rageagainstthemachine cmd... I have tried spamming the kill-server cmd... I even tried doing both in one process... still not working...

    but I don't give up that easy... will keep trying.

    any have any other suggestions... or just rinse and repeat this? =(
    Last edited by digir0gue; 08-27-2010 at 11:03 AM.

  18. #15
    IllBlew's Avatar
    offline Of Mice and Modders
    Join Date
    Aug 2010
    Posts
    64
    Thanks
    8
    Thanked 16 Times in 11 Posts
    Downloads
    20
    Uploads
    0
    Quote Originally Posted by digir0gue View Post
    definitely a patience factor here guys... I have tried spamming the ./rageagainstthemachine cmd... I have tried spamming the kill-server cmd... I even tried doing both in one process... still not working...

    but I don't give up that easy... will keep trying.

    any have any other suggestions... or just rinse and repeat this? =(
    I just did a foctory restore did the method using better terminal emulator and it worked first try. Try the terminal method be patient and wait, close terminal, open terminal run ootc.sh exit done.

Page 1 of 18 1234567891011 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •