Hello I'm French , sorry for my English;
I would like found my Key for unlock Bootloader, can you help me ?
my phone is :
C:\adb>fastboot oem hwdog certify begin
...
(bootloader) FBLOCK25499d90a287d18b
OKAY [ 0.048s]
finished. total time: 0.048s
C:\adb>fastboot oem get-product-model
...
(bootloader) LLD-L31
OKAY [ 0.016s]
finished. total time: 0.016s
C:\adb>fastboot oem get-build-number
...
(bootloader) :LLD-L31 8.0.0.144(C432)
OKAY [ 0.016s]
finished. total time: 0.016s
It's possible ?
thanks
See here :-
https://forum.xda-developers.com/9-lite/how-to/unlock-bootloader-code-t3859685
Sparkrite said:
See here :-
https://forum.xda-developers.com/9-lite/how-to/unlock-bootloader-code-t3859685
Click to expand...
Click to collapse
Thank, but I would like a Slock file, where I found this files?
@OldDroid
carthery said:
Thank, but I would like a Slock file, where I found this files?
@OldDroid
Click to expand...
Click to collapse
Did you even go to the link I posted???
If you did, did you read the OP ???
It tells you how to and where to go to get the slock file from Olddroid.
Related
hello bro
i have moto xt926 4.4.2
3 month ago unlock boot lodaer but now i need relock boot lodaer for new update please
who know instr to help me
nokia alkng said:
hello bro
i have moto xt926 4.4.2
3 month ago unlock boot lodaer but now i need relock boot lodaer for new update please
who know instr to help me
Click to expand...
Click to collapse
1. Wrong Forum, bro (here is Razr i)
2. Use ADB relock (pretty the same as ADB unlock you have done...)
5m00v3 said:
1. Wrong Forum, bro (here is Razr i)
2. Use ADB relock (pretty the same as ADB unlock you have done...)
Click to expand...
Click to collapse
please can you gave me instr how to plz
5m00v3 said:
1. Wrong Forum, bro (here is Razr i)
2. Use ADB relock (pretty the same as ADB unlock you have done...)
Click to expand...
Click to collapse
C:\android>fastboot reboot
rebooting...
finished. total time: 0.006s
C:\android>fastboot oem lock
< waiting for device >
...
(bootloader) FAIL: Please run fastboot oem lock begin first!
OKAY [ 0.011s]
finished. total time: 0.011s
C:\android>fastboot oem lock
...
(bootloader) FAIL: Please run fastboot oem lock begin first!
OKAY [ 0.010s]
finished. total time: 0.011s
C:\android>
i call to motorola support but not slove
oky no problem can you tell me how to install twrp for xt926 4.4.2 i try one by one but cant install twrp
nokia alkng said:
(bootloader) FAIL: Please run fastboot oem lock begin first!
Click to expand...
Click to collapse
did you try: fastboot oem lock begin
And for xt926, go to the section of this forum for your phone, there u find twrp instr and files: http://forum.xda-developers.com/droid-razr-hd
5m00v3 said:
did you try: fastboot oem lock begin
And for xt926, go to the section of this forum for your phone, there u find twrp instr and files: http://forum.xda-developers.com/droid-razr-hd
Click to expand...
Click to collapse
hi bro
yas i tried more
C:\android>fastboot reboot
rebooting...
finished. total time: 0.006s
C:\android>fastboot oem lock
< waiting for device >
...
(bootloader) FAIL: Please run fastboot oem lock begin first!
OKAY [ 0.011s]
finished. total time: 0.011s
C:\android>fastboot oem lock
...
(bootloader) FAIL: Please run fastboot oem lock begin first!
OKAY [ 0.010s]
finished. total time: 0.011s
nokia alkng said:
hi bro
yas i tried more
Click to expand...
Click to collapse
have a look into this batch file: http://forum.xda-developers.com/showpost.php?p=44430691&postcount=4
This is relock for Razr i, so DONT use it directly on your phone!
Look into the relock.bat file for ADB commands to relock...
---------- Post added at 04:08 PM ---------- Previous post was at 03:50 PM ----------
maybe you only need:
fastboot oem lock begin
fastboot oem lock
fastboot reboot
I have a UK XT1068 and have upgraded to Lollipop.
I've been trying to go back to stock so I can catch the stock OTA upgrade but the first two commands in the list don't seem to be working right i.e.
mfastboot.exe flash partition gpt.bin
target max-sparse-size: 256MB
sending 'partition' (32 KB)...
OKAY [ 0.109s]
writing 'partition'...
(bootloader) Preflash validation faile
FAILED (remote failure)
finished. total time: 0.422s
mfastboot.exe flash motoboot motoboot.img
target max-sparse-size: 256MB
sending 'motoboot' (2184 KB)...
OKAY [ 0.172s]
writing 'motoboot'...
(bootloader) Motoboot: Preflash validation for tz
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 0.469s
I'm using the stock ROM - RETGBALL_XT1068_4.4.4_KXB21.85-23_cid7_CFC.xml.
The rest of the commands do seem to work OK and the ROM seems to flash but I'm not sure everything is OK.
Also, I can't relock the boot loader, I get the following error:
mfastboot.exe oem lock
...
(bootloader) FAIL: Please run fastboot oem lock begin first!
(bootloader) sst lock failure!
OKAY [ 0.013s]
finished. total time: 0.014s
mfastboot.exe oem lock begin
...
(bootloader) Ready to flash signed images
OKAY [ 0.043s]
finished. total time: 0.044s
mfastboot.exe oem lock
...
(bootloader) sst lock failure!
OKAY [ 0.011s]
finished. total time: 0.012s
Any assistance would be greatly appreciated
Don't worry about it. Carry on with the rest of the commands. This is a pretty common error that has no effect.
Oh and you don't need to relock your bootloader to get an OTA.
mahendru1992 said:
Don't worry about it. Carry on with the rest of the commands. This is a pretty common error that has no effect.
Oh and you don't need to relock your bootloader to get an OTA.
Click to expand...
Click to collapse
Thanks for the info.
What does stop an OTA? I thought it was the unlocked bootloader?
podge3 said:
Thanks for the info.
What does stop an OTA? I thought it was the unlocked bootloader?
Click to expand...
Click to collapse
Anything not stock, for instance, a custom recovery or kernel.
If you've modified your system files, or disabled or uninstalled system apps, even that can prevent you from receiving an update.
mahendru1992 said:
Anything not stock, for instance, a custom recovery or kernel.
If you've modified your system files, or disabled or uninstalled system apps, even that can prevent you from receiving an update.
Click to expand...
Click to collapse
OK, thanks again.
Hi everyone
Yesterday I've installed Android 6.0. Tesla ROM after downgrading to Stock Android 5.1. (Stock 6.0. was slow as hell)
When I was beginning to install Android 5.1. stock fastboot had said that it cant install gpt.bin file. I've read that it's possible to do the install without it. Restarting or turning on after completely successful install it shows every time the bootloader and I always have to press START. I've decided to install Tesla ROM thinking it will fix that. But the problem remains still. I've tried to re-lock my bootloader but it says Please fully flash the signed build before locking phone. What do I have to do now to fix it? Thanks in advance
Check your phone box, there is a sticker that should say "XT 1541 retXX" so you know wich region is right for your phone, then download the fw from the filefacory repo http://www.filefactory.com/folder/c6cdedc45a775d27/?sort=created&order=DESC&show=50 and flash it whit mfastbootV2
PS
Your phone have a dedicated section --> http://forum.xda-developers.com/2015-moto-g
edrpomidor said:
Hi everyone
Yesterday I've installed Android 6.0. Tesla ROM after downgrading to Stock Android 5.1. (Stock 6.0. was slow as hell)
When I was beginning to install Android 5.1. stock fastboot had said that it cant install gpt.bin file. I've read that it's possible to do the install without it. Restarting or turning on after completely successful install it shows every time the bootloader and I always have to press START. I've decided to install Tesla ROM thinking it will fix that. But the problem remains still. I've tried to re-lock my bootloader but it says Please fully flash the signed build before locking phone. What do I have to do now to fix it? Thanks in advance
Click to expand...
Click to collapse
Use mfastboot v2, and try to flash a 5.1 firmware from the same region (if your phone was from Latin America use retLA, if it's from asia use retasia, for the US use retUS, etc.)
benjausen said:
Use mfastboot v2, and try to flash a firmware FROM THE SAME REGION. Did you change motoboot.img? If so then skip 5.X gpt.bin and motoboot.img flashing.
Click to expand...
Click to collapse
No I didn't
deleted
benjausen said:
Use mfastboot v2, and try to flash a 5.1 firmware from the same region (if your phone was from Latin America use retLA, if it's from asia use retasia, for the US use retUS, etc.)
Click to expand...
Click to collapse
I've done everything you said (gpt.bin has been installed!), showing of bootloader is gone.
But the problem with blocking of bootloader exist yet... However, thanks
C:\Users\\Desktop\ADB and Fastboot>fastboot oem lock
...
(bootloader) Please run fastboot oem lock begin first!
OKAY [ 0.047s]
finished. total time: 0.052s
C:\Users\\Desktop\ADB and Fastboot>fastboot oem lock begin
...
(bootloader) Please fully flash the signed build before locking phone!
OKAY [ 0.015s]
finished. total time: 0.017s
or in mfastboot-v2
C:\Users\\Desktop\Новая папка>mfastboot oem lock begin
...
(bootloader) Not supported command in current status!
FAILED (remote failure)
finished. total time: 0.020s
C:\Users\\Desktop\Новая папка>mfastboot oem lock
...
(bootloader) Please flash valid signed images just after lock begin
(bootloader) command!
OKAY [ 0.032s]
finished. total time: 0.035s
edrpomidor said:
I've done everything you said (gpt.bin has been installed!), showing of bootloader is gone.
But the problem with blocking of bootloader exist yet... However, thanks
C:\Users\\Desktop\ADB and Fastboot>fastboot oem lock
...
(bootloader) Please run fastboot oem lock begin first!
OKAY [ 0.047s]
finished. total time: 0.052s
C:\Users\\Desktop\ADB and Fastboot>fastboot oem lock begin
...
(bootloader) Please fully flash the signed build before locking phone!
OKAY [ 0.015s]
finished. total time: 0.017s
or in mfastboot-v2
C:\Users\\Desktop\Новая папка>mfastboot oem lock begin
...
(bootloader) Not supported command in current status!
FAILED (remote failure)
finished. total time: 0.020s
C:\Users\\Desktop\Новая папка>mfastboot oem lock
...
(bootloader) Please flash valid signed images just after lock begin
(bootloader) command!
OKAY [ 0.032s]
finished. total time: 0.035s
Click to expand...
Click to collapse
Try to flash a 6.0 firmware for your region after the lock. Might not be the best, but at least you will have a working phone. It seems you relocked it, so you won't be able to use other images or to root and install custom ROMS. My XT1072 runs 6.0.1 CM13 and the touchscreen is lagged plus a reduced gaming perfomance, but the phone works.
benjausen said:
Try to flash a 6.0 firmware for your region after the lock. Might not be the best, but at least you will have a working phone. It seems you relocked it, so you won't be able to use other images or to root and install custom ROMS. My XT1072 runs 6.0.1 CM13 and the touchscreen is lagged plus a reduced gaming perfomance, but the phone works.
Click to expand...
Click to collapse
Now I have stock Android 6.0.1 RETEU XT1541, working phone with unlocked bootloader, so if I want, I can flash other ROMs.
edrpomidor said:
Now I have stock Android 6.0.1 RETEU XT1541, working phone with unlocked bootloader, so if I want, I can flash other ROMs.
Click to expand...
Click to collapse
Try flashing CM12.1 then.
I have an HTC Desire C
It was not able to boot, got stuck at the boot screen.
So I used fastboot, unlocked the bootloader, installed cwm recovery, and then accidentally relocked the phone. Now I can't unlock it again.
I get this when I try to unlock it again:
fastboot oem flash Unlock_code.bin
...
(bootloader) [ERR] Command error !!!
OKAY [ 0.009s]
finished. total time: 0.010s
I get this error when I try to boot into RUU mode and try to flash a zip:
sending 'zip' (250722 KB)...
OKAY [ 20.054s]
writing 'zip'...
(bootloader) signature checking...
FAILED (remote: 12 signature verify fail)
finished. total time: 52.095s
I cant flash the stock recovery back cuz my bootloader isn't unlocked. What should I do now? Any help would be appreciated
I have a Motorola Moto G 4G (2nd gen)
So I'm trying to install my stock 6.0 rom on my phone, I have fastboot, adb and the drivers installed my rom(i think its the correct one)
(XT1072_THEA_RETGB_6.0_MPB24.65-34_cid7_subsidy-DEFAULT_CFC.xml.zip)
I have all the software needed installed but whenever I try to flash someing it says this:
C:\Recover\XT1072_THEA_RETGB_6.0_MPB24.65-34_cid7_subsidy-DEFAULT_CFC.xml>mfastboot flash partition gpt.bin
target max-sparse-size: 256MB
sending 'partition' (32 KB)...
OKAY [ 0.113s]
writing 'partition'...
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 0.483s
My bootlocker is unlocked:
fastboot oem unlock
(bootloader) fastboot oem unlock [ unlock code ]
OKAY [ 0.033s]
finished. total time: 0.035s
I have no I dea what to do atm I tried different guides but I just keeps getting stuck at the "Your bootloader unlocked......" screen you get when you unlock your bootloader.
I followed serveral guides but nothing seems to work and I'm to the poin that I dont even wanna root just a working phone..
If any of you guys could help me out that would be great because I've been trying thiis for 5 hours and no succes
If you have any questions feel free to ask me, I'm available on discord and ts if needed!
THanks I advance
Have you flashed the rest of the firmware. You can ignore that bootloader message.