+ Reply to Thread
Results 1 to 10 of 10
  1. #1
    Skrilax_CZ's Avatar
    offline Retired Moderator
    Join Date
    Feb 2007
    Location
    Prague
    Posts
    5,241
    Thanks
    1,881
    Thanked 3,103 Times in 1,338 Posts
    Downloads
    27
    Uploads
    29

    Motorola Backflip / Cliq XT has been rooted!

    So as you might have heard, Droid 2 has been rooted. Well the same method is working on the Motorola Backflip, as several users were able to root their AT&T Backflips (until now, only old Chinese and Euro Backflips could be rooted via the Cliq method, as well as Quench) and on also Cliq XT. However the method is one of the "patience is a virtue" types at the moment, so don't lose your nerves

    The thread with instructions can be found here:
    For Backflip: http://modmymobile.com/forums/406-mo...-backflip.html
    For Cliq XT: http://modmymobile.com/forums/405-mo...t-cliq-xt.html

    Last edited by Skrilax_CZ; 08-26-2010 at 06:38 PM.

    Thanks Semseddin for the signature and avatar.

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

    adlx (08-30-2010), Pzyduck (08-26-2010), sublime1184 (08-26-2010), Xtian89 (08-26-2010)

  3. #2
    Pzyduck's Avatar
    offline Super Moderator X
    Join Date
    Apr 2009
    Location
    La Rioja - Argentina
    Posts
    5,162
    Thanks
    1,873
    Thanked 4,201 Times in 1,836 Posts
    Blog Entries
    6
    Downloads
    181
    Uploads
    360
    As always a big Scrilax


    Regards

  4. The Following User Says Thank You to Pzyduck For This Useful Post:

    robnj2fl2000 (08-26-2010)

  5. #3
    offline Maybe Modder
    Join Date
    Jul 2010
    Posts
    31
    Thanks
    6
    Thanked 7 Times in 5 Posts
    Downloads
    11
    Uploads
    0
    thank you...its funny cause i was last night trying to do this from the brazilin site but got tired of translating.its a about time somebody has rooted the cliq xt.
    Last edited by robnj2fl2000; 08-26-2010 at 08:04 PM.

  6. #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

    Quote Originally Posted by robnj2fl2000 View Post
    thank you...its funny cause i was last night trying to do this from the brazilin site but got tired of translating.its a about time somebody has rooted the cliq xt.
    There are only one cliq xt's confirmed rooted I have been trying all night no luck.

  7. #5
    SuperJoker's Avatar
    offline Administrator
    Join Date
    Sep 2006
    Location
    Amsterdam
    Posts
    13,947
    Thanks
    3,445
    Thanked 6,943 Times in 3,405 Posts
    Downloads
    1287
    Uploads
    791
    W000t! Way to go.

  8. #6
    theradark's Avatar
    offline Of Mice and Modders
    Join Date
    Jan 2009
    Location
    bogota, colombia
    Posts
    98
    Thanks
    13
    Thanked 13 Times in 13 Posts
    Downloads
    196
    Uploads
    2
    i want an android phone... :S
    and come on! iīts a phone running under linux!! ha! linux itīs the most flexible operting system... or one of the most...hope that this will be the beginning
    Theradark@exa

  9. #7
    offline Itty Bitty Modder
    Join Date
    Sep 2010
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Downloads
    11
    Uploads
    0
    There is a PHP error on the Backflip Root page...

    "Fatal error: Call to undefined method vB_Template::fetch_template_raw() in /home/modmymob/public_html/forums/vbseo/includes/functions_vbseo_hook.php on line 25"

  10. #8
    offline Itty Bitty Modder
    Join Date
    Sep 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Downloads
    1
    Uploads
    0

    Error on Backflip ROOT page

    Is there no where else that displays the rooting instructions for the Backflip besides the page that has the error?

    I'm following these instructions for rooting my Backflip:

    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

    Process:
    - Open command prompt
    - cd c:\wherever-your-sdk-tools-folder-is
    - adb devices (to verify the connection)
    - cd c:\Moto_MSM_Root
    - adb push Superuser.apk /sdcard/Superuser.apk
    - adb push su /sdcard/su
    - adb push busybox /sdcard/busybox (optional)
    - 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

    - let the process run until it returns you to c:/Moto_MSM_Root (be patient, but may need to reboot the phone)
    - cd c:/wherever-your-sdk-tools-folder-is
    - adb kill-server
    - adb devices (to verify the connection)
    - adb shell (you should now have a # prompt)
    - mount -o rw,remount /dev/block/mtdblock1 /system
    - cp /sdcard/Superuser.apk /system/app/Superuser.apk
    - cp /sdcard/su /system/xbin/su
    - cp /sdcard/busybox /system/bin/busybox (optional)
    - chown root.root /system/xbin/su
    - chmod 6755 /system/xbin/su
    - chown root.root /system/bin/busybox (optional)
    - chmod 755 /system/bin/busybox (optional)
    - chown root.root /system/app/Superuser.apk
    - chmod 644 /system/app/Superuser.apk
    - mount -o ro,remount /dev/block/mtdblock1 /system
    - exit
    - exit

    I get all the way down to the bolded line and my prompt displays a "$" instead of the expected "#". Where did I go wrong? How do I fix this to completion?
    Last edited by applesgrunt; 09-10-2010 at 12:14 PM. Reason: Automerged Doublepost

  11. #9
    SuperJoker's Avatar
    offline Administrator
    Join Date
    Sep 2006
    Location
    Amsterdam
    Posts
    13,947
    Thanks
    3,445
    Thanked 6,943 Times in 3,405 Posts
    Downloads
    1287
    Uploads
    791
    Errors should be fixed guys. Sorry for the trouble.
    Follow me on Twitter

  12. #10
    offline Itty Bitty Modder
    Join Date
    Jul 2008
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Downloads
    186
    Uploads
    0
    hello everybody i just flash my l9 and some how tha phone is showing boot loader
    0c.70.
    sw version:
    r452j_G_08.21.
    08R
    PH SIG ERR:
    35:02:
    plz help me

Posting Permissions

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