- 09-18-2011, 05:35 PM #271
Itty Bitty Modder
- Join Date
- Sep 2011
- Posts
- 1
- Thanks
- 1
- Thanked 0 Times in 0 Posts
- Downloads
- 0
- Uploads
- 0
great
great post .. work with my CLIQ
- 09-19-2011, 08:26 PM #272
Itty Bitty Modder
- Join Date
- May 2011
- Posts
- 14
- Thanks
- 9
- Thanked 0 Times in 0 Posts
- Downloads
- 7
- Uploads
- 0
Hello! And first of all, thanks for sharing the tricks on the forum, I've done this trick with the latin american version of the Cliq XT (Quench) and it worked amazingly right!!

Now I've bought a Motorola Backflip, also a Latin American version (I think it's Brazilian made, but for sure It's not from USA or Europe) and I've been trying to flash the offered Backflip SBF without success, I keep having the following errors using RSD Lite 4.5.7 and 5.0 with the latest Moto Connect drivers:
I do everything said on the 1st post, but RSD Lite would error out when creating the Image File.... Luckily the phone was not flashed and it's not bricked, just working with the original FW like nothing has happened!21:06:04, September 19, 2011
Line: 554
ERROR: Phone[0000]: Error sending JUMP command Device API Error: 0xE0030040 Address: 0xB00000 Command: JUMP
File: D:\test_dev_usb\flash\code\flashdll\RDLOp.cpp
Device ID: 0
21:06:04, September 19, 2011
Line: 316
ERROR: Phone[0000]: Error jumping to RAM Downloader
File: D:\test_dev_usb\flash\code\flashdll\RDLOp.cpp
Device ID: 0
21:06:04, September 19, 2011
Line: 1177
ERROR: Phone[0000]: Flash failed.
File: D:\test_dev_usb\flash\code\flashdll\PST_FP_FlashTh read.cpp
Device ID: 0
21:06:04, September 19, 2011
Line: 587
ERROR: Flash failure: Phone[0000]: Error sending JUMP command Device API Error: 0xE0030040 Address: 0xB00000 Command: JUMP (Error Code: e0030040),
Detailed Error Details: Direction of the Error=2000, Command Value=500000, Code Group Number=No Codegroup
File: D:\test_dev_usb\flash\code\flashdll\FlashHdlr.cpp
Device ID: 0
21:06:20, September 19, 2011
Line: 1485
ERROR: Error getting subscriber unit information.
File: D:\test_dev_usb\flash\code\flashdll\PST_FP_FlashTh read.cpp
21:06:38, September 19, 2011
Line: 1485
ERROR: Error getting subscriber unit information.
File: D:\test_dev_usb\flash\code\flashdll\PST_FP_FlashTh read.cpp

The phone is SIM-Locked to Personal Argentina S.A and I want to use it with Claro Argentina S.A (Claro is better than Personal in any possible way..)
So, can anyone sort this out and help me? Your help will be greatly appreciated!
Thanks for all, cheers from Buenos Aires, Argentina!
- 09-20-2011, 10:27 AM #273
[MENTION=3261031]Fedroid[/MENTION], please don't double-post. Yakk's method is specifically for Cliq (Dext) and Cliq XT (Quench). You have answered the OP's question in the BackFlip section as to whether it would work for the BF. Obviously, from your experience, the answer is no. Thank you for the test report.
Disfrutar de un buen día.
Hic sunt dracones...
-
The Following User Says Thank You to Saurus For This Useful Post:
Fedroid (09-20-2011)
- 09-21-2011, 08:52 AM #274
Itty Bitty Modder
- Join Date
- May 2011
- Posts
- 14
- Thanks
- 9
- Thanked 0 Times in 0 Posts
- Downloads
- 7
- Uploads
- 0
Thanks for the reply and sorry for the double post! As happened, I thought that nobody would reply on the other thread so that's why I've double-posted

Well at least I brought that awaited report of this trick on the backflip, I didn't knew that I was doing a contribution to the community that has given me that much knowledge about Android phones!
I guess that it works only for the AMERICAN version of the BF which is called the MOTUS, so can someone say the OP to change the words "BACKFLIP" to "MOTUS" and recommend me a reliable website for buying an unlock code???? :O
thanks for all!!
- 09-21-2011, 11:11 AM #275
AT&T calls it BackFlip, others Motus. eBay is a good source for unlock services, make sure it says "Money back guarantee if code does not work."
Hic sunt dracones...
-
The Following User Says Thank You to Saurus For This Useful Post:
Fedroid (09-21-2011)
- 09-21-2011, 05:48 PM #276
Itty Bitty Modder
- Join Date
- May 2011
- Posts
- 14
- Thanks
- 9
- Thanked 0 Times in 0 Posts
- Downloads
- 7
- Uploads
- 0
Ok will try that! I'm thrilled as of why it didn't work on my BF since I've seen others reporting sucess on their ones... :/
maybe those who reported sucess a few messages back were on european or american ones and mine was done in brazil, so the FW versions are incompatible or even RSD Lite refuses to work with it?
If any logcat or other log would serve to solve this problem, then I'll provide it!
If someone has sucessfully unlocked a BF with codes from a website, please refer it to me
Thanks for the support!
- 10-12-2011, 11:14 PM #277
Itty Bitty Modder
- Join Date
- Oct 2011
- Posts
- 1
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Downloads
- 0
- Uploads
- 0
Hey, Where am i supposed to enter that command ? i entered it into the connectbot of my phone.
When i entered the command it didn't do anything just went to the next line with a #
but when i dialed #073887* and type in any numbers i got "unlock unsuccessful, tries remaining 2"
Please help me i new to this stuff, thank you.
- 10-13-2011, 11:26 AM #278
You probably did everything right; insmod would probably have reported some error if it were unsuccesful.
To double check:
Make sure you downloaded the correct file for Cliq XT & unpack it to memdump.ko
Move/copy the .ko file to your SD card, either drag/drop in Windows or use adb push.
Open ConnectBot
Change SSH to Local
Enter any user name
(You can use adb shell instead of the phone terminal for the following commands as well.)
Type: su
to get superuser permission in root directory (also can type: pwd to make sure you are in root = "/")
Type: ls -l /sdcard/memdump.ko
to make sure you moved the unpacked file (96 Kbytes) to your SD card correctly (ls -l = list, long form)
If you find you have made a mistake before, then type: insmod /sdcard/memdump.ko
again to reinstall the .ko file, and try to unlock again.
If still unsuccessful, leave the remaining try for when you buy the unlock code (and pray you're not dyslexic).
Edit: reviewed posts - before trying again see this: [UNLOCK] Network Unlock Request Unsuccessful fix by Yakk!Last edited by Saurus; 10-13-2011 at 11:40 AM.
Hic sunt dracones...
- 10-25-2011, 07:12 PM #279
Itty Bitty Modder
- Join Date
- Sep 2008
- Location
- Barranquilla - Colombia
- Posts
- 12
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Downloads
- 168
- Uploads
- 0
aaaaaaHHHH !!!!!!!!!!!!!!! HELPP !!!! i have unlock unsuccessful, tries remaining 0 need help .. i have subsidy code but 0 remaining !!! need help for unlock my cel !! plz
- 10-26-2011, 12:05 AM #280V300, V551, V557, L6, L7, Z6, ZN5, Cliq and VE66 along with Cliq XT, Bravo and Backflip! missing something?

Modded L7
Modding Cliq XT, Backflip and Bravo! 
Wear the #UnlockMoto twibbon! - Campain for Motorola Unlocked Bootloaders! http://twb.ly/UnlockMoto
- 01-17-2012, 12:09 PM #281
Itty Bitty Modder
- Join Date
- Nov 2011
- Posts
- 3
- Thanks
- 1
- Thanked 0 Times in 0 Posts
- Downloads
- 10
- Uploads
- 0
I have the same problem
I entered the code only one time but on the screen apear ,,tries remaining 0"
- 01-17-2012, 02:47 PM #282
@eshanu1 Who is your carrier and country?
Hic sunt dracones...
- 01-18-2012, 05:28 AM #283
Itty Bitty Modder
- Join Date
- Nov 2011
- Posts
- 3
- Thanks
- 1
- Thanked 0 Times in 0 Posts
- Downloads
- 10
- Uploads
- 0
Thank you traying to help. I did it: after 4 month finnaly I unlocked my phone succesfuly!!!!
Many thanks josuearisty
What I did:
1. rooted my phone
2. installed recovery
3. installed CliqXT_STOCK_1.32.20.zip with recovery
4. installed radio5036CliqXT.zip with recovery (this is a realy important step, without it you can not unlock your phone)
5. ran adb shell insmod /sdcard/memdump.ko in command
6. typed #073887* in dialer, typed 12345678 pressed unlock button.Last edited by eshanu1; 01-31-2012 at 06:56 AM.
- 02-07-2012, 10:22 PM #284
Itty Bitty Modder
- Join Date
- Feb 2010
- Posts
- 2
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Downloads
- 1
- Uploads
- 0
Can't downgrade, why?
So I already rooted the phone, have ClockworkMod Recovery v5.0.1.0 working, but can't get the stupid phone to downgrade back to the original ROM. I screwed up and installed a custom ROM, but didn't backup the original ROM. I have the CliqXT_STOCK_1.32.20.zip but the stupid phone wont' take it. Keeps saying E:signature verification failed, Installation aborted. What am I doing wrong. I can't unlock the SIM because apparently it won't do it on anything newer then the stock?
- 02-15-2012, 06:45 PM #285
Itty Bitty Modder
- Join Date
- Nov 2011
- Posts
- 3
- Thanks
- 1
- Thanked 0 Times in 0 Posts
- Downloads
- 10
- Uploads
- 0
ooooo yeaaaah! just unlocked a second cliq xt. it works fine!


LinkBack URL
About LinkBacks
Reply With Quote

