It seems that this device's bootloader is in fact unlockable. As shown in mattlgroff's thread over here . After reading through the unlock page source code, I was able to gather a few pieces of information (read the beautified source here). In the BootLoader.prototype there is a function defined called _checkProduct() which takes your unlock data and converts it into three parts split by the pound symbol.
Code:
var phoneArray = phoneID.split('#');
var phoneSN = phoneArray[0];
var phoneHash = phoneArray[2];
var phonePUID = phoneArray[3];
It then makes a POST request to this url like so:
Code:
https://motorola-global-portal.custhelp.com/cc/productRegistration/verifyPhone/" + phoneSN + "/" + phonePUID + '/' + phoneHash + '/'
It seems that not the entire unlock data string is required as the value of phoneArray[1] is never used. It appears that given the correct translation method the phone and the website both produce the same unlock token (duh or the online unlocker wouldn't work).
I've registered the #atrixhd-dev channel on freenode if anybody would like to join in the cause. Root exploiting, Bootloader unlocking, if it has to do with Atrix HD development come join.
Good news..
I'm not a dev but I really appreciate your effort. I'll keep monitoring here. Hope we'll have unlocked method as well as rooting method soon. Keep exploring..
Sent from my DROID4 using Tapatalk 2
C0deMaver1ck said:
It seems that this device's bootloader is in fact unlockable. As shown in mattlgroff's thread over here . After reading through the unlock page source code, I was able to gather a few pieces of information (read the beautified source here). In the BootLoader.prototype there is a function defined called _checkProduct() which takes your unlock data and converts it into three parts split by the pound symbol.
Code:
var phoneArray = phoneID.split('#');
var phoneSN = phoneArray[0];
var phoneHash = phoneArray[2];
var phonePUID = phoneArray[3];
It then makes a POST request to this url like so:
Code:
https://motorola-global-portal.custhelp.com/cc/productRegistration/verifyPhone/" + phoneSN + "/" + phonePUID + '/' + phoneHash + '/'
It seems that not the entire unlock data string is required as the value of phoneArray[1] is never used. It appears that given the correct translation method the phone and the website both produce the same unlock token (duh or the online unlocker wouldn't work).
I've registered the #atrixhd-dev channel on freenode if anybody would like to join in the cause. Root exploiting, Bootloader unlocking, if it has to do with Atrix HD development come join.
Click to expand...
Click to collapse
atta baby do work son!
WOW thats awesome. i am glad that no one has given up yet. thanks again and keep up the good work.
Thanks for the work!
If there's anything I can do to help, please PM me and I will be glad to participate
Sent from my HTC One S using xda premium
Posted the channel in the atrix forums. Hopefully we can get more devs to look at this phone.
Posted the channel in the atrix forums. Hopefully we can get more devs to look at this phone.
Click to expand...
Click to collapse
Do you have a link to your post?
If there's anything I can do to help, please PM me and I will be glad to participate
Click to expand...
Click to collapse
There are actually a few things, but it'd probably be best to discuss them in the chat room.
C0deMaver1ck said:
Do you have a link to your post?
See Post 1: I've registered the #atrixhd-dev channel on freenode if anybody would like to join in the cause. Root exploiting, Bootloader unlocking, if it has to do with Atrix HD development come join.
Click to expand...
Click to collapse
popfan said:
C0deMaver1ck said:
Do you have a link to your post?
See Post 1: I've registered the #atrixhd-dev channel on freenode if anybody would like to join in the cause. Root exploiting, Bootloader unlocking, if it has to do with Atrix HD development come join.
Click to expand...
Click to collapse
I know what I wrote myself. I was requesting a link to where he posted the channel I registered.
Did you really think I didn't know what I said in my own post?
Click to expand...
Click to collapse
popfan said:
C0deMaver1ck said:
Do you have a link to your post?
See Post 1: I've registered the #atrixhd-dev channel on freenode if anybody would like to join in the cause. Root exploiting, Bootloader unlocking, if it has to do with Atrix HD development come join.
Click to expand...
Click to collapse
C0deMaver1ck said:
popfan said:
I know what I wrote myself. I was requesting a link to where he posted the channel I registered.
Did you really think I didn't know what I said in my own post?
Click to expand...
Click to collapse
BWAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHA
http://forum.xda-developers.com/showthread.php?t=1898965
They've already started flaming so dunno how useful it will be.
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Nice! I'm hoping to root this phone ASAP any testing needing to get done I will help as long as there's no risk of bricking.
Sent from my MB886 using xda app-developers app
I second that.Ill do anything i can without bricking my phone.
C0deMaver1ck said:
popfan said:
I know what I wrote myself. I was requesting a link to where he posted the channel I registered.
Did you really think I didn't know what I said in my own post?
Click to expand...
Click to collapse
Sorry my misread
Click to expand...
Click to collapse
C:\android-sdk-windows\fastboot>fastboot flash aboot aboot.mbn
sending 'aboot' (256 KB)...
OKAY [ 0.028s]
writing 'aboot'...
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 0.314s
Click to expand...
Click to collapse
Now I'm stuck with a dead android.
No more dead android. Thanks matt
Code:
c:\>fastboot getvar all
(bootloader) version-bootloader: 1097(*)
(bootloader) product: qinara
(bootloader) secure: yes
(bootloader) mid: 0055
(bootloader) version: 0.5
(bootloader) serialno: TA********
(bootloader) qe: qe 0/0
(bootloader) unlocked: no
(bootloader) iswarrantyvoid: no
(bootloader) max-download-size: 31457280
(bootloader) emmc-size: 8GB
(bootloader) reason: Key pressed
(bootloader) revision-hardware: 0x8400
(bootloader) cpu: MSM8960 CS
(bootloader) uid: ********
(bootloader) cid: 0x01
all:
finished. total time: 0.019s
c:\>fastboot oem unlock 01234567890123456789
...
(bootloader) Password incorrect!
(bootloader) OEM unlock failure!
FAILED (remote failure)
finished. total time: 0.403s
Just pasting some info, thought it might help seeing another device. I'm calling it quit's after trying to script a brute force on fastboot oem unlock only to realize that im retarded and didn't do some simple math first. I figure with an attempt time of 0.403s each password attempt i would have to wait up to 846,818,972,806,483,136,364,827 years before it guessed the correct unlock code
CaptMorganz said:
Code:
c:\>fastboot getvar all
(bootloader) version-bootloader: 1097(*)
(bootloader) product: qinara
(bootloader) secure: yes
(bootloader) mid: 0055
(bootloader) version: 0.5
(bootloader) serialno: TA********
(bootloader) qe: qe 0/0
(bootloader) unlocked: no
(bootloader) iswarrantyvoid: no
(bootloader) max-download-size: 31457280
(bootloader) emmc-size: 8GB
(bootloader) reason: Key pressed
(bootloader) revision-hardware: 0x8400
(bootloader) cpu: MSM8960 CS
(bootloader) uid: ********
(bootloader) cid: 0x01
all:
finished. total time: 0.019s
c:\>fastboot oem unlock 01234567890123456789
...
(bootloader) Password incorrect!
(bootloader) OEM unlock failure!
FAILED (remote failure)
finished. total time: 0.403s
Just pasting some info, thought it might help seeing another device. I'm calling it quit's after trying to script a brute force on fastboot oem unlock only to realize that im retarded and didn't do some simple math first. I figure with an attempt time of 0.403s each password attempt i would have to wait up to 846,818,972,806,483,136,364,827 years before it guessed the correct unlock code
Click to expand...
Click to collapse
A for effort
Sent from my MB886 using xda app-developers app
Hey guys... i want a couple of more experienced eyes to take a look at this... does this mean unlocked BL or just a unlocked sim card (cuz i know it is sim unlocked for a fact)
Sorry if its obvious but im not a dev and i have no idea...
Sent from my MB886 using xda app-developers app
gabo_e30 said:
Hey guys... i want a couple of more experienced eyes to take a look at this... does this mean unlocked BL or just a unlocked sim card (cuz i know it is sim unlocked for a fact)
Sorry if its obvious but im not a dev and i have no idea...
Sent from my MB886 using xda app-developers app
Click to expand...
Click to collapse
That's an engineering device with an unlocked bootloader. Congrats. Unfortunately it won't help any retail devices.
Gabo, where/how did you luck into that device?
#jealous lol
Sent from my Atrix HD using Tapatalk 2
Related
I'd like to update my RAZR i to JB by flashing one of the "Homemade Fastboots", but I can't get the unlock status of this device and so I am a bit afraid the flash process might fail halfway in and the device becoming unusable. I have never played around with things like unlocking or rooting before.
The command found on page 9 of "Unlock the Bootloader on Your RAZR i" is not recognized (see below). The adt-bundle I used was just downloaded today.
C:\RAZR\adt-bundle-windows-x86_64\sdk\platform-tools>fastboot oem getvar all
...
(bootloader) unrecognized oem command
(bootloader) List of oem commands:
(bootloader) system
(bootloader) showtext
(bootloader) partitions
(bootloader) partition
(bootloader) md5
(bootloader) fb_mode_set
(bootloader) fb_mode_clear
(bootloader) blank
(bootloader) build-signature
(bootloader) help
(bootloader) unlock
(bootloader) lock
(bootloader) get_unlock_data
(bootloader) pull
(bootloader) push
(bootloader) dump
(bootloader) bosconsole
(bootloader) prod_fuse
(bootloader) nvm
(bootloader) config
(bootloader) dnx_timeout
(bootloader) proxy
FAILED (remote failure)
finished. total time: 0.240s
Btw, I did get an unlock key through the Motorola website, but the unlock command also doesn't work.
C:\RAZR\adt-bundle-windows-x86_64\sdk\platform-tools>fastboot oem unlock ............
...
(bootloader) Not supported on engineer phone!
FAILED (remote failure)
finished. total time: 0.186s
Does anyone know if the Homemade Fastboots can be loaded on this RAZR i without "bricking" it?
Ok, if unsure about flashing the homemade fastboots, is there any other reasonably safe way to flash a regular JB firmware on this RAZR i that currently has obviously a non-standard firmware?
I am somewhat worried to get another "not supported on this phone" or other error message in the middle of the process of loading another firmware, when I've already gotten beyond the point of no return, and then being stuck with a non-working phone.
Iridium8 said:
(bootloader) Not supported on engineer phone!
Click to expand...
Click to collapse
This mean that your phone is a prototype for test purposes, not a retail phone. (Hope you didn't pay for it...)
A have one of this too. Have you manage to update your phone?
Thanks a lot!
evilinheaven said:
This mean that your phone is a prototype for test purposes, not a retail phone. (Hope you didn't pay for it...)
A have one of this too. Have you manage to update your phone?
Thanks a lot!
Click to expand...
Click to collapse
Hi,
Sorry for the late reply, I didn't check back here recently.
Apparently mine is some kind of retail phone, but with a specially built software version. Since I wanted this phone so badly (and I still believe this it the one phone on the market that suits me best), but I didn't have a chance to go to Europe at the time, I bought this from a store in China that had imported it to there. However, to be able to sell this phone in China they are putting these "specially made" software versions with added Chinese UI language on the phone. Since I couldn't get any useful advise in this forum I later contacted those who sold me this phone and they told me I should be able to put any official 4.0.4 version on it (which would then be upgradable OTA), but also warned me that I could then end up with a sim-locked/net-locked RAZR i. So I didn't pursue this any further. I might try it once I've got my next smartphone, but at the moment I am still very happy with my RAZR i.
Hi,
I wanted to return 100% to stock and I flashed hboot 1.44.0000 from 1.28.401.7 and then I flashed latest 3.62.401.1 and now (S-ON and Relocked) I can´t unlock the bootloader. Here is what I have tried:
1-. Unlock via HTCDev --> After getting Unlock_code.bin and "flashing" it, my One does nothing. There is no unlock screen promt.
2-. Use renove to unlock bootloader --> As bootloader version and main version doens't match, it gives me an error (Segmentation Fault (Core dumped))
3-. Flashing official RUU of One Developer Edition --> Model ID error.
I have search for a solution here and I can't find anything... Have I locked my One forever?
Regards,
Urko
Can't unlock bootloader
urko95 said:
Hi,
I wanted to return 100% to stock and I flashed hboot 1.44.0000 from 1.28.401.7 and then I flashed latest 3.62.401.1 and now (S-ON and Relocked) I can´t unlock the bootloader. Here is what I have tried:
1-. Unlock via HTCDev --> After getting Unlock_code.bin and "flashing" it, my One does nothing. There is no unlock screen promt.
2-. Use renove to unlock bootloader --> As bootloader version and main version doens't match, it gives me an error (Segmentation Fault (Core dumped))
3-. Flashing official RUU of One Developer Edition --> Model ID error.
I have search for a solution here and I can't find anything... Have I locked my One forever?
Regards,
Urko
Click to expand...
Click to collapse
Hi,
Use the HTC One Mega tool kit, look at the attached screenshot for the same.
kash_9763 said:
Hi,
Use the HTC One Mega tool kit, look at the attached screenshot for the same.
Click to expand...
Click to collapse
There is no link right no, could you please let me a mirror link of the toolkit?
Regards,
Urko
kash_9763 said:
Hi,
Use the HTC One Mega tool kit, look at the attached screenshot for the same.
Click to expand...
Click to collapse
you need to be s-off for that
---------- Post added at 04:58 PM ---------- Previous post was at 04:56 PM ----------
urko95 said:
There is no link right no, could you please let me a mirror link of the toolkit?
Regards,
Urko
Click to expand...
Click to collapse
here you go: http://forum.xda-developers.com/showthread.php?t=2490398
and BTW, it won't work. you need s-off for that to work
Can't unlock bootloader
urko95 said:
There is no link right no, could you please let me a mirror link of the toolkit?
Regards,
Urko
Click to expand...
Click to collapse
Hi,
Here you go..
you could check this: http://forum.xda-developers.com/showthread.php?t=2492469&page=5
and this: http://forum.xda-developers.com/showpost.php?p=47363868&postcount=8
Don't know if it would work though.
Htc One return back to original stock ROM to get OTA
nkk71 said:
you could check this: http://forum.xda-developers.com/showthread.php?t=2492469&page=5
and this: http://forum.xda-developers.com/showpost.php?p=47363868&postcount=8
Don't know if it would work though.
Click to expand...
Click to collapse
Hi,
Below are the details of my instrument HTC One and right now am on Revolution HD ROM 4.3+Sense5.5 rooted. I would like to go back to original stock ROM to get OTA. Kindly let me know complete detailed procedure to unroot and get back to stock as original factory reset with locked bootloader.
C:\HTCOneRoot>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.54.0000
(bootloader) version-baseband: 4A.17.3250.14
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 2.24.401.9
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno:
(bootloader) imei:
(bootloader) meid: 00000000000000
(bootloader) product: m7_u
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0711000
(bootloader) cidnum: HTC__J15
(bootloader) battery-status: good
(bootloader) battery-voltage: 4148mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-d959c75800
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.078s
Here is my thread http://forum.xda-developers.com/showthread.php?p=47417362#post47417362
Kindly let me know your advice
nkk71 said:
you could check this: http://forum.xda-developers.com/showthread.php?t=2492469&page=5
and this: http://forum.xda-developers.com/showpost.php?p=47363868&postcount=8
Don't know if it would work though.
Click to expand...
Click to collapse
Nothing happens ... Here you have what I have type in CMD:
C:\Users\Urko\Desktop>fastboot flash unlocktoken Unlock_code.bin
sending 'unlocktoken' (0 KB)...
OKAY [ 0.142s]
writing 'unlocktoken'...
(bootloader) unlock token check successfully
OKAY [ 0.005s]
finished. total time: 0.148s
I have tried with a new account and nothing happens. Thanks for your attention BTW
Regards,
Urko
urko95 said:
Nothing happens ... Here you have what I have type in CMD:
C:\Users\Urko\Desktop>fastboot flash unlocktoken Unlock_code.bin
sending 'unlocktoken' (0 KB)...
OKAY [ 0.142s]
writing 'unlocktoken'...
(bootloader) unlock token check successfully
OKAY [ 0.005s]
finished. total time: 0.148s
I have tried with a new account and nothing happens. Thanks for your attention BTW
Regards,
Urko
Click to expand...
Click to collapse
Yeah sorry mate, didn't think it would work but was worth a shot. Like the other thread said, they had to run a full RUU, and unfortunately they're not around (unless you can get someone nice and professional from HTC on the phone, like the other guy).
nkk71 said:
Yeah sorry mate, didn't think it would work but was worth a shot. Like the other thread said, they had to run a full RUU, and unfortunately they're not around (unless you can get someone nice and professional from HTC on the phone, like the other guy).
Click to expand...
Click to collapse
So, there is no solution?
Thank you all
Regards,
Urko
urko95 said:
So, there is no solution?
Thank you all
Regards,
Urko
Click to expand...
Click to collapse
As far as I know, unfortunately not, please someone correct me if you've found another method
otherwise you'll need to contact HTC and hope they're willing to help you.
if revone would work for you (hboot 1.44) then that would work.
maybe we should ask revone and rumrunner to combine their work
nkk71 said:
As far as I know, unfortunately not, please someone correct me if you've found another method
otherwise you'll need to contact HTC and hope they're willing to help you.
if revone would work for you (hboot 1.44) then that would work.
maybe we should ask revone and rumrunner to combine their work
Click to expand...
Click to collapse
Swicthing tomorrow to a Xperia Z1... Bye HTC One forum, I will miss you :crying:
Regards,
Urko
Actually its my friends mobile. it was on a custom rom . It has a "tampered unlocked" bootloader. He wanted to go back for stock rom so i relocked the bootloader and now i cant turn on it to flash from RUU. now i want to know how can i go back to previous rom or how to flash stock rom. Please needed help
kolithakasun said:
Actually its my friends mobile. it was on a custom rom . It has a "tampered unlocked" bootloader. He wanted to go back for stock rom so i relocked the bootloader and now i cant turn on it to flash from RUU. now i want to know how can i go back to previous rom or how to flash stock rom. Please needed help
Click to expand...
Click to collapse
Can you please post the output of
Code:
fastboot getvar all
Please remove the IMEI and Serial numbers before posting :good:
Sent from my HTC One using Tapatalk
Danny201281 said:
Can you please post the output of
Code:
fastboot getvar all
Please remove the IMEI and Serial numbers before posting :good:
Sent from my HTC One using Tapatalk
Click to expand...
Click to collapse
Hey, I'm still lurking if you need anything you know what to do.
@alray still around ? I see @nkk71 in the M9 forums on occasion
Code:
C:\adb>fastboot getvar all
(bootloader) kernel: lk
(bootloader) product: htc_himaulatt
(bootloader) version: 1.0
(bootloader) imei: *******************
(bootloader) version-main: 1.32.617.6
(bootloader) boot-mode: download
(bootloader) version-bootloader: 1.0.0.0000
(bootloader) mid: 0PJA11000
(bootloader) cid: BS_US002
all:
finished. total time: 0.013s
C:\adb>adb devices
:silly::silly::silly: :good:
clsA said:
Hey, I'm still lurking if you need anything you know what to do.
@alray still around ? I see @nkk71 in the M9 forums on occasion
Code:
C:\adb>fastboot getvar all
(bootloader) kernel: lk
(bootloader) product: htc_himaulatt
(bootloader) version: 1.0
(bootloader) imei: *******************
(bootloader) version-main: 1.32.617.6
(bootloader) boot-mode: download
(bootloader) version-bootloader: 1.0.0.0000
(bootloader) mid: 0PJA11000
(bootloader) cid: BS_US002
all:
finished. total time: 0.013s
C:\adb>adb devices
:silly::silly::silly: :good:
Click to expand...
Click to collapse
Hello mate , I'll be heading to the M9 forums soon. Should get my upgrade in a week or so. Was thinking of going with the M8 but probably will take the M9
Sent from my HTC One using Tapatalk
Danny201281 said:
Hello mate , I'll be heading to the M9 forums soon. Should get my upgrade in a week or so. Was thinking of going with the M8 but probably will take the M9
Sent from my HTC One using Tapatalk
Click to expand...
Click to collapse
the M9 forums are dead compared to the action here back in the day. it's a Great phone though, just not very popular.
I think we lost a bunch of people to the samsung s6 / note 5 / s6+ / nexus / lg G4 / Moto x pure/style ...ect ect
clsA said:
Hey, I'm still lurking if you need anything you know what to do.
@alray still around ? I see @nkk71 in the M9 forums on occasion
:silly::silly::silly: :good:
Click to expand...
Click to collapse
Yep still here
Danny201281 said:
Can you please post the output of
Code:
fastboot getvar all
Please remove the IMEI and Serial numbers before posting :good:
Sent from my HTC One using Tapatalk
Click to expand...
Click to collapse
After unlocking the bootloader its booted again. thank you for your reply
clsA said:
Hey, I'm still lurking if you need anything you know what to do.
@alray still around ? I see @nkk71 in the M9 forums on occasion
Code:
C:\adb>fastboot getvar all
(bootloader) kernel: lk
(bootloader) product: htc_himaulatt
(bootloader) version: 1.0
(bootloader) imei: *******************
(bootloader) version-main: 1.32.617.6
(bootloader) boot-mode: download
(bootloader) version-bootloader: 1.0.0.0000
(bootloader) mid: 0PJA11000
(bootloader) cid: BS_US002
all:
finished. total time: 0.013s
C:\adb>adb devices
:silly::silly::silly: :good:
Click to expand...
Click to collapse
wrong place, this is for the HTC One M7, you have a HTC One M9 :silly::silly::silly::cyclops::cyclops:
havent had much time lately, been travelling quite a bit, and now i need to catch up on some work
not to mention my old laptop died, so reinstalling all the programs and moving everything to a new laptop, is an excessivly time consuming thing imo
hope you guys are all doing well :fingers-crossed:
So when i entered the fastboot getvar all command in adb
Heres what i got
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot getvar all
(bootloader) max-download-size: 134217728
(bootloader) partition-size:userdata: 17329be00
(bootloader) partition-type:userdata: unknown
(bootloader) partition-size:cache: fa00000
(bootloader) partition-type:cache: unknown
(bootloader) partition-size:system: 4b000000
(bootloader) partition-type:system: unknown
(bootloader) partition-size:TEE2: 500000
(bootloader) partition-type:TEE2: unknown
(bootloader) partition-size:TEE1: 500000
(bootloader) partition-type:TEE1: unknown
(bootloader) partition-size:LOGO: 380000
(bootloader) partition-type:LOGO: unknown
(bootloader) partition-size:MISC: 80000
(bootloader) partition-type:MISC: unknown
(bootloader) partition-size:recovery: 1000000
(bootloader) partition-type:recovery: unknown
(bootloader) partition-size:boot: 1000000
(bootloader) partition-type:boot: unknown
(bootloader) partition-size:UBOOT: 100000
(bootloader) partition-type:UBOOT: unknown
(bootloader) partition-size:EXPDB: 1160000
(bootloader) partition-type:EXPDB: unknown
(bootloader) partition-sizeKB: 100000
(bootloader) partition-typeKB: unknown
(bootloader) partition-size:KB: 100000
(bootloader) partition-type:KB: unknown
(bootloader) off-mode-charge: 1
(bootloader) secure: yes
(bootloader) kernel: lk
(bootloader) product: FORD
(bootloader) version: 0.5
(bootloader) unlock_status: false
(bootloader) unlock_version: 1
(bootloader) unlock_code: 0xaXXXXXXXXXXX
(bootloader) prod: 1
all: Done!!
finished. total time: 0.180s
Im wondering if the unlock code can be used to unlock it or its just the binary data on true or false.
@sd_shadow Your thoughts on this?
This maybe useful or maybe not.
Link for the kindle hdx 8.9
[DEV] Bootloader unlock procedure and software by @dpeddi
Ugh wish i had another kindle fire
sd_shadow said:
This maybe useful or maybe not.
Link for the kindle hdx 8.9
[DEV] Bootloader unlock procedure and software by @dpeddi
Click to expand...
Click to collapse
Apparently I just tried this with the one Getvar gave me it didnt work. gave me an unlock code error
I bought this fire for my son. The hdx unlock worked until 3.2.4 firmware and is based on a bug on image verification. Probably we can't unlock any more the bootloader..both on newer HDx and on this cheap fire.
@sd_shadow So what's the status on the bootloader unlock? Anything us common users can do to help?
Would making a petition online to Amazon help our cause? Or maybe get @geohot involved if possible?
rjmxtech said:
@sd_shadow So what's the status on the bootloader unlock? Anything us common users can do to help?
Would making a petition online to Amazon help our cause? Or maybe get @geohot involved if possible?
Click to expand...
Click to collapse
Dude can you layoff for a bit? You're saying the same things in every thread. The bootloader isn't unlocked, most likely won't be. Amazon won't break for a petition, and geohot works for google. Be patient, the constant hounding doesn't make it work faster...
ldeveraux said:
Dude can you layoff for a bit? You're saying the same things in every thread. The bootloader isn't unlocked, most likely won't be. Amazon won't break for a petition, and geohot works for google. Be patient, the constant hounding doesn't make it work faster...
Click to expand...
Click to collapse
Um, this is one of the only threads I have posted this in. Calm yourself. I am just trying to see what I can do. Trying to do things is better than sitting and doing nothing and waiting for others to do them for you.
rjmxtech said:
Um, this is one of the only threads I have posted this in. Calm yourself. I am just trying to see what I can do. Trying to do things is better than sitting and doing nothing and waiting for others to do them for you.
Click to expand...
Click to collapse
look, I get it, you really want the bl unlocked. You posted in 3 threads about it, one had to be cleaned. But unless you know anything about the process, there's nothing to help with. I'm not discouraging, it's just the way it is. Let those in the know alone, leave them to their work. Trust me, you won't miss anything if it happens
ldeveraux said:
look, I get it, you really want the bl unlocked. You posted in 3 threads about it, one had to be cleaned. But unless you know anything about the process, there's nothing to help with. I'm not discouraging, it's just the way it is. Let those in the know alone, leave them to their work. Trust me, you won't miss anything if it happens
Click to expand...
Click to collapse
That one I posted in the wrong place I changed to "nvm" when I realized I posted in the wrong place but I get what you're saying.
well i bricked my fire today trying to install cm12:crying: seems the recovery img was corrupted some how so ill need the bl to be unlocked to flash a custom one. i have reached the limits of my knowledge, as limited as it may be. rooting for those of you that know what you are doing. thank you for the effort, even if it doesnt result in a fix.
jwalb89 said:
well i bricked my fire today trying to install cm12:crying: seems the recovery img was corrupted some how so ill need the bl to be unlocked to flash a custom one. i have reached the limits of my knowledge, as limited as it may be. rooting for those of you that know what you are doing. thank you for the effort, even if it doesnt result in a fix.
Click to expand...
Click to collapse
What are the symptoms of your brick? Can you get to fastboot?
Drax TD said:
What are the symptoms of your brick? Can you get to fastboot?
Click to expand...
Click to collapse
I do have access to fastboot, but not to recovery as stated so no adb commands for me... on normal boot it goes to the cm12 boot logo, and continues attempting to boot.
Shouldn't he be able to recover if he gets boot image and fastboot?
Sent from my KFFOWI using Tapatalk
Franzferdinan51 said:
Shouldn't he be able to recover if he gets boot image and fastboot?
Sent from my KFFOWI using Tapatalk
Click to expand...
Click to collapse
fastboot mode doesn't work with 5.1.1 bootloader
Sent from my XT1060 using Tapatalk
sd_shadow said:
fastboot mode doesn't work with 5.1.1 bootloader
Sent from my XT1060 using Tapatalk
Click to expand...
Click to collapse
Are you sure because I'm pretty sure I used fastboot to restore my tablet when it bricked though I could be wrong may have been adb side load
Sent from my KFFOWI using Tapatalk
Franzferdinan51 said:
Are you sure because I'm pretty sure I used fastboot to restore my tablet when it bricked though I could be wrong may have been adb side load
Sent from my KFFOWI using Tapatalk
Click to expand...
Click to collapse
fastboot will not work to flash any thing as the bootloader is locked. my hope right now it to create a valid update.zip from the stock firmware, and use fastboot update. some one is making a full stock backup for me right now. maybe between that and the original firmware .bin i can make it happen. not exactly sure how to do it, as ive never had to do it before. i will give it a shot though.
jwalb89 said:
fastboot will not work to flash any thing as the bootloader is locked. my hope right now it to create a valid update.zip from the stock firmware, and use fastboot update. some one is making a full stock backup for me right now. maybe between that and the original firmware .bin i can make it happen. not exactly sure how to do it, as ive never had to do it before. i will give it a shot though.
Click to expand...
Click to collapse
Ahh well good luck can't wait too see what you come up with would love to have a real recovery instead of flash fire
Sent from my KFFOWI using Tapatalk
jwalb89 said:
fastboot will not work to flash any thing as the bootloader is locked. my hope right now it to create a valid update.zip from the stock firmware, and use fastboot update. some one is making a full stock backup for me right now. maybe between that and the original firmware .bin i can make it happen. not exactly sure how to do it, as ive never had to do it before. i will give it a shot though.
Click to expand...
Click to collapse
Any luck getting a update.zip that can restore stock using fastboot?
Thanks
For those who are planning to buy from Motorola China (CN ROM), do NOT convert to Global ROM! Do NOT buy from an online retailer where the phone has been converted to global ROM.
This is a warning to everyone if you don't want any headache in software support.
Reasons why you should NOT convert to Global ROM:
1. You can NEVER re-lock your bootloader - your phone will get BRICKED if you try to re-lock your bootloader.
2. You can NEVER update your software over-the-air. Do you want to own a phone with an update-less software? Yes, this is NOT possible as there will be an error message everytime you try to update your phone's software.
3. There will be a WARNING MESSAGE ("Your bootloader is unlocked.. etc") every time you restart your phone. Do you want this nasty message to ruin your phone's software?
4. Google Pay will detect your phone as tampered won't meet security requirements.
5. Streaming platforms and banking apps may not work once your phone is rooted.
Why do you NEED to update to Global ROM when in fact, CN ROM OFFICIALLY SUPPORTS Google Play Services.
1. Just go to Settings > System > Google Play Services
2. Toggle to ON and you can now install Play Store and use it to download your favorite Google Apps.
NO issues whatsoever. As simple as that.
My device is converted and bl is locked. That's how it came to me, i have no idea It's not even unlocked right now )
Updates are coming and installing, no problem.
BL locked & no warning message.
Even if this was not the case, i would like to convert the device again, because there is no language in CN rom, as far as i know, only CN and EN languages.
My country Turkey & my language Turkish
Your question is a little pointless. Not everyone has to know Chinese or English. For this reason, it may need this procedure, for example I
cascade128 said:
My device is converted and bl is locked. That's how it came to me, i have no idea It's not even unlocked right now )
Updates are coming and installing, no problem.
BL locked & no warning message.
Even if this was not the case, i would like to convert the device again, because there is no language in CN rom, as far as i know, only CN and EN languages.
My country Turkey & my language Turkish
Your question is a little pointless. Not everyone has to know Chinese or English. For this reason, it may need this procedure, for example I
Click to expand...
Click to collapse
Read below
Pls don't spread false information that bl can be RE-LOCKED because Motorola modders know it will brick your phone
[CLOSED] Convert your Moto x30 Pro (CN) to Edge 30 Ultra (EU)
FIRST OFF: If you have not bought the phone yet and plan on getting it: DON'T. The camera is broken and Motorola refuses to communicate with their customers. Is a fix coming? I someone working on it? Who knows. The phone is also still on Android...
forum.xda-developers.com
ijuanp03 said:
Read below
Pls don't spread false information that bl can be RE-LOCKED because Motorola modders know it will brick your phone
[CLOSED] Convert your Moto x30 Pro (CN) to Edge 30 Ultra (EU)
FIRST OFF: If you have not bought the phone yet and plan on getting it: DON'T. The camera is broken and Motorola refuses to communicate with their customers. Is a fix coming? I someone working on it? Who knows. The phone is also still on Android...
forum.xda-developers.com
Click to expand...
Click to collapse
Dude, i don't give information to "lock it". I wrote "It was sold to me like this, i received it like this" look there, read it well, don't be idle
ijuanp03 said:
Read below
Pls don't spread false information that bl can be RE-LOCKED because Motorola modders know it will brick your phone
[CLOSED] Convert your Moto x30 Pro (CN) to Edge 30 Ultra (EU)
FIRST OFF: If you have not bought the phone yet and plan on getting it: DON'T. The camera is broken and Motorola refuses to communicate with their customers. Is a fix coming? I someone working on it? Who knows. The phone is also still on Android...
forum.xda-developers.com
Click to expand...
Click to collapse
I dont know if it can really brick your phone when you convert in a clean way and your device is recognized as the original.
But I put the warning there as a lot of people have bricked their devices before by not paying proper attention.
In theory it SHOULD be possible to relock, once you are on the original firmware but I strongly advise against it.
No idea how @cascade128 received a locked converted device though, seems to be possible.
I dont know why you are so radical against unlocking, of course it brings drawbacks but that was always the case since Samsung implemented efuses.
Also: Android Auto and Hey Google do not work on CN and there is a very limited language selection.
@cascade128: could you boot into fastboot / bootloader, create a "fastboot getvar all" dump and send it to me via PM?
I'd really like to take a look at this. Also: Does the Lenovo Rescue assistant recognize your device as xt2241-2?
Killuminati91 said:
I dont know if it can really brick your phone when you convert in a clean way and your device is recognized as the original.
But I put the warning there as a lot of people have bricked their devices before by not paying proper attention.
In theory it SHOULD be possible to relock, once you are on the original firmware but I strongly advise against it.
No idea how @cascade128 received a locked converted device though, seems to be possible.
I dont know why you are so radical against unlocking, of course it brings drawbacks but that was always the case since Samsung implemented efuses.
Also: Android Auto and Hey Google do not work on CN and there is a very limited language selection.
@cascade128: could you boot into fastboot / bootloader, create a "fastboot getvar all" dump and send it to me via PM?
I'd really like to take a look at this. Also: Does the Lenovo Rescue assistant recognize your device as xt2241-2?
Click to expand...
Click to collapse
I sent
Well the fact to have a converted device with a locked bootloader it is good for modding!
I guess @cascade128 bought from a vendor that has maybe contacts in Motorola (or is someone from Motorola itself) that has access to stuff that we don't.
It is interesting though...cause I'm holding on on unlocking the bootloader (and then rooting) for warranty purposes and I don't how long I can wait
Cause now my "Unlock OEM" option isn't greyed out anymore
I bought the device second hand and it was like this. I also get this error when i try to unlock BL.
Error:
(bootloader) Failed to get unlock data.
OKAY [ 0.026s]
Finished. Total time: 0.028s
Mobile phones imported in our country(Turkey) must be registered with a passport, paying tax (government tax $150). Conditions: Having entered/exited a country with this passport in the last 1 year and the sim card(s) to be used in the device belong to the passport holder. This device has to be used by this passport holder for 3 years. For this reason, the imei numbers of this device have also been changed. 2 imei numbers belong to an old Motorola brand device. Main question; how did he enable bootloader lock after doing these? I think what he's using is the software box. Otherwise, this operation is not possible! The guy who made it gave this information, paid $60.
My device:
(bootloader) kernel: uefi
(bootloader) version-bootloader: MBM-3.0-eqs-3d687e600d1-220914
(bootloader) product: eqs
(bootloader) board: eqs
(bootloader) secure: yes
(bootloader) lcs-state: SECURE_PROD_MODE
(bootloader) hwrev: PVT1C
(bootloader) radio: ROW
(bootloader) storage-type: UFS
(bootloader) emmc: N/A
(bootloader) ufs: 256GB SAMSUNG KLUEG4RHGB-B0E1 FV=0201 WB=2048
(bootloader) ram: 12GB SAMSUNG LP5 DIE=12Gb CH=4
(bootloader) cpu: SM_PALIMA 1.0
(bootloader) serialno: ***************
(bootloader) cid: 0x0000
(bootloader) channelid: 0x00
(bootloader) uid: 41E4067C001D90E1
(bootloader) token: inactive
(bootloader) securestate: oem_locked
(bootloader) factory-modes: allowed
(bootloader) verity-state: enforcing (0)
(bootloader) iswarrantyvoid: no
(bootloader) chipid: 0000043B41E4067C
(bootloader) max-download-size: 805306368
(bootloader) reason: Volume down key pressed
(bootloader) imei: ********************
(bootloader) imei2: ******************
(bootloader) meid:
(bootloader) date: 08-21-2022
(bootloader) sku: XT2241-1
(bootloader) carrier_sku: XT2241-1
(bootloader) battid: SB18D62340
(bootloader) battery-voltage: 3975
(bootloader) iccid:
(bootloader) cust_md5:
(bootloader) max-sparse-size: 268435456
(bootloader) poweroffalarm: 0
(bootloader) ro.carrier: reteu
(bootloader) ro.build.fingerprint[0]: motorola/eqs_ge/eqs:12/S3SQ32.16-5
(bootloader) ro.build.fingerprint[1]: 3-9/d68d4-cb5c2:user/release-keys
(bootloader) ro.build.version.qcom[0]: AU_LINUX_ANDROID_LA.VENDOR.1.0.R1
(bootloader) ro.build.version.qcom[1]: .11.00.00.816.142
(bootloader) version-baseband[0]: M8475_DE10_240.2652.01.143.19R EQS_PVT
(bootloader) version-baseband[1]: 1C_ROWDSDS_CUST
(bootloader) kernel.version[0]: Linux version 5.10.101-android12-9-00001
(bootloader) kernel.version[1]: -g1b6eff567cae-ab8943976 ([email protected]
(bootloader) kernel.version[2]: ld-host) (Android (7284624, based on r41
(bootloader) kernel.version[3]: 6183b) clang version 12.0.5 (https://and
(bootloader) kernel.version[4]: roid.googlesource.com/toolchain/llvm-pro
(bootloader) kernel.version[5]: ject c935d99d7cf2016289302412d708641d52d
(bootloader) kernel.version[6]: 2f7ee), LLD 12.0.5 (/buildbot/src/androi
(bootloader) kernel.version[7]: d/llvm-toolchain/out/llvm-project/lld c9
(bootloader) kernel.version[8]: 35d99d7cf2016289302412d708641d52d2f7ee))
(bootloader) kernel.version[9]: #1 SMP PREEMPT Sat Aug 13 08:16:31 UTC
(bootloader) kernel.version[10]: 2022
(bootloader) git:xbl_config: MBM-3.0-eqs-01b1dd0a1-dirty-220914
(bootloader) git:xbl_ramdump: MBM-3.0-eqs-01b1dd0a1-dirty-220914
(bootloader) git:uefi: MBM-3.0-eqs-01b1dd0a1-dirty-220914
(bootloader) git:abl: MBM-3.0-eqs-3d687e600d1-220914
(bootloader) git:aop: MBM-3.0-eqs-abd531e6-dirty-220914
(bootloader) git:aop_config: MBM-3.0-eqs-abd531e6-dirty-220914
(bootloader) git:tz: MBM-3.0-eqs-896c99b46-dirty-220914
(bootloader) git:hyp: MBM-3.0-eqs-896c99b46-dirty-220914
(bootloader) git:devcfg: MBM-3.0-eqs-896c99b46-dirty-220914
(bootloader) git:keymaster: MBM-3.0-eqs-1a8597eb-220914
(bootloader) git:storsec: MBM-3.0-eqs-1a8597eb-220914
(bootloader) git:uefisecapp: MBM-3.0-eqs-1a8597eb-220914
(bootloader) gitrov: MBM-3.0-eqs-896c99b46-dirty-220914
(bootloader) git:qupfw: MBM-3.0-eqs-f3989a2-220914
(bootloader) git:cpucp: MBM-3.0-eqs-f3989a2-220914
(bootloader) git:shrm: MBM-3.0-eqs-01b1dd0a1-dirty-220914
(bootloader) git:spss: MBM-3.0-eqs-f3989a2-220914
(bootloader) frp-state: no protection (77)
(bootloader) current-slot: a
(bootloader) running-bl-slot: _a/_a
(bootloader) running-boot-lun: 1
(bootloader) slot-count: 2
(bootloader) slot-successful:_a: yes
(bootloader) slot-successful:_b: no
(bootloader) slot-unbootable:_a: no
(bootloader) slot-unbootable:_b: no
(bootloader) slot-retry-count:_a: 6
(bootloader) slot-retry-count:_b: 7
(bootloader) logical-block-size: 0x1000
(bootloader) erase-block-size: 0x1000
(bootloader) is-userspace: no
(bootloader) pcb-part-no: SB28D53290
(bootloader) snapshot-update-status: none
(bootloader) primary-display[0]: csot_nt37701A_667_curve_1080x2400_dsc_c
(bootloader) primary-display[1]: md_c4
(bootloader) secondary-display: none
(bootloader) fdr-allowed: yes
all: listed above
Finished. Total time: 0.126s
Killuminati91 said:
I dont know if it can really brick your phone when you convert in a clean way and your device is recognized as the original.
But I put the warning there as a lot of people have bricked their devices before by not paying proper attention.
In theory it SHOULD be possible to relock, once you are on the original firmware but I strongly advise against it.
No idea how @cascade128 received a locked converted device though, seems to be possible.
I dont know why you are so radical against unlocking, of course it brings drawbacks but that was always the case since Samsung implemented efuses.
Also: Android Auto and Hey Google do not work on CN and there is a very limited language selection.
@cascade128: could you boot into fastboot / bootloader, create a "fastboot getvar all" dump and send it to me via PM?
I'd really like to take a look at this. Also: Does the Lenovo Rescue assistant recognize your device as xt2241-2?
Click to expand...
Click to collapse
Exactly. Did the person really received a converted and "locked" device?
Moto modders know too well this WILL brick your phone. It's a given fact already
SedyBenoitPeace said:
Well the fact to have a converted device with a locked bootloader it is good for modding!
I guess @cascade128 bought from a vendor that has maybe contacts in Motorola (or is someone from Motorola itself) that has access to stuff that we don't.
It is interesting though...cause I'm holding on on unlocking the bootloader (and then rooting) for warranty purposes and I don't how long I can wait
Cause now my "Unlock OEM" option isn't greyed out anymore
Click to expand...
Click to collapse
I can say the same without any proof whatsoever. Unless...
English Community-Lenovo Community
cascade128 said:
English Community-Lenovo Community
Click to expand...
Click to collapse
Your version is "reteu" which is NOT "retcn" (CN ROM) so your phone is Edge 30 Ultra from the beginning
Nope. Its possible to switch carrier info via fastboot command.
@cascade128: What happens when you try to get an unlock code from the official site with the ORIGINAL imei?
cascade128 said:
English Community-Lenovo Community
Click to expand...
Click to collapse
So now you have to tell us where you bought the phone in order for us to unlock and then relock the bootloader! hahahah
I don't know how much I can resist without unlocking, but I have to say that now without root you can do plenty of things comparing with the past.
ijuanp03 said:
Your version is "reteu" which is NOT "retcn" (CN ROM) so your phone is Edge 30 Ultra from the beginning
Click to expand...
Click to collapse
Killuminati91 said:
Nope. Its possible to switch carrier info via fastboot command.
@cascade128: What happens when you try to get an unlock code from the official site with the ORIGINAL imei?
Click to expand...
Click to collapse
You can't tell him, because that kid doesn't really know, but he has a lot of ideas/claims. He doesn't know anything. I guess that's enough for the last photo i sent to be silent
The original imei numbers of the device need to be rewritten. The person who will do it is in Istanbul, but i am not in Istanbul. I am in a far place. I will go at the first opportunity and write the original imei numbers and unlock the device there. Of course that will cost me another $60.
@SedyBenoitPeace I bought it second hand from one of the users, it was used for 1 week. He had these processes done by a software repairman in Istanbul, for 60$. No need to be surprised, our place is full of inventors
cascade128 said:
You can't tell him, because that kid doesn't really know, but he has a lot of ideas/claims. He doesn't know anything. I guess that's enough for the last photo i sent to be silent
The original imei numbers of the device need to be rewritten. The person who will do it is in Istanbul, but i am not in Istanbul. I am in a far place. I will go at the first opportunity and write the original imei numbers and unlock the device there. Of course that will cost me another $60.
@SedyBenoitPeace I bought it second hand from one of the users, it was used for 1 week. He had these processes done by a software repairman in Istanbul, for 60$. No need to be surprised, our place is full of inventors
Click to expand...
Click to collapse
Well thank you for the insight...for sure this Istanbul's guy is someone from Motorola or at least has some Motorola tools
SedyBenoitPeace said:
Well thank you for the insight...for sure this Istanbul's guy is someone from Motorola or at least has some Motorola tools
Click to expand...
Click to collapse
There are service boxes we call "Box", this friend is Turkish. It's not from Motorola, it's a software developer. I don't know exactly, but he's famous in his business. As i said, there are many such people here. There are some Syrians, even Iranians. They can solve insurmountable problems with the service equipment (different manufacturers) we call this "box", these works are quite famous in our country.
For example very famous this Box: https://sigmakey.com/
That these devices can "force flash" the event. In other words, they can flash firmware without the need for any unlock code or processing.
For example very famous again(update list / writing edge 30 ultra:
ChimeraTool supported models
9,925 supported models of Samsung, Blackberry, Nokia, Sony, HTC, LG, Huawei, Lenovo, Xiaomi, MTK, Vivo, Qualcomm, Generic Android, Oppo, Motorola, Utility, ASUS devices. Find your model!
chimeratool.com
ijuanp03 said:
For those who are planning to buy from Motorola China (CN ROM), do NOT convert to Global ROM! Do NOT buy from an online retailer where the phone has been converted to global ROM.
This is a warning to everyone if you don't want any headache in software support.
Reasons why you should NOT convert to Global ROM:
1. You can NEVER re-lock your bootloader - your phone will get BRICKED if you try to re-lock your bootloader.
2. You can NEVER update your software over-the-air. Do you want to own a phone with an update-less software? Yes, this is NOT possible as there will be an error message everytime you try to update your phone's software.
3. There will be a WARNING MESSAGE ("Your bootloader is unlocked.. etc") every time you restart your phone. Do you want this nasty message to ruin your phone's software?
Why do you NEED to update to Global ROM when in fact, CN ROM OFFICIALLY SUPPORTS Google Play Services.
Just go to Settings > System > Google Play Services
Toggle to ON and you can now install Play Store and use it to download your favorite Google Apps.
NO issues whatsoever. As simple as that.
Click to expand...
Click to collapse
Does this work with all Google services? Such as Google pay, assistant and so on? Debating buying the phone on aliexpress as there's a sale.
Either way, dont buy it until they fix the camera.