Bootloader loop - unable to unlock bootloader - X Play Q&A, Help & Troubleshooting

Dear All,
I have a Problem with my Moto X play XT 1562. I have brought it a year back.
For some strange reason, My phone stopped working all of a sudden.
when I connect it to a PC via USB I'll get a boot-loader menu which says "StartUp failed Please connect the phone to a software repair assistant on the PC". Though I have figured out the problem I am unable to do anything about it.The problem is simple yet complex at the same time,
Problem: Though I have rooted many android phones previously, I never rooted this one. So My boot-loader is locked. I have got the Unique unlock key from Motorola site But when I get to this commad
HTML:
fastboot oem unkock [MY_UNLOCK_KEY]
I get an error message saying "Check 'Allow unlock OEM' in developer options". But my phone is not booting so far so that I can check that.
The basic problem is, My phone's OS is corrupted and I am unable to boot a new OS to it, As the boot loader is locked, I am unable to unlock the boot loader because I have not checked on 'Allow OEM unlock'. I am unable to check 'Allow OEM Unlock' because I The os is corrupted. - (This looks like a riddle )
1.Is there any way I can either bypass this?
2.Is there any way I can check 'Allow unlock OEM' using fastboot or any other tool?
I have tried the following already,
1.tried to clear user data and cache with fastboot - Still remains the same
2.tried to flash a recovery image even though the boot-loader is locked - No Use.
3.contacted service centre just to realise that I have to change the PCB which will cost me a new phone!
Can anyone of you please help me out with this.
Thanks a Ton in Advance.

pldeep said:
Dear All,
I have a Problem with my Moto X play XT 1562. I have brought it a year back.
For some strange reason, My phone stopped working all of a sudden.
when I connect it to a PC via USB I'll get a boot-loader menu which says "StartUp failed Please connect the phone to a software repair assistant on the PC". Though I have figured out the problem I am unable to do anything about it.The problem is simple yet complex at the same time,
Problem: Though I have rooted many android phones previously, I never rooted this one. So My boot-loader is locked. I have got the Unique unlock key from Motorola site But when I get to this commad
HTML:
fastboot oem unkock [MY_UNLOCK_KEY]
I get an error message saying "Check 'Allow unlock OEM' in developer options". But my phone is not booting so far so that I can check that.
The basic problem is, My phone's OS is corrupted and I am unable to boot a new OS to it, As the boot loader is locked, I am unable to unlock the boot loader because I have not checked on 'Allow OEM unlock'. I am unable to check 'Allow OEM Unlock' because I The os is corrupted. - (This looks like a riddle )
1.Is there any way I can either bypass this?
2.Is there any way I can check 'Allow unlock OEM' using fastboot or any other tool?
I have tried the following already,
1.tried to clear user data and cache with fastboot - Still remains the same
2.tried to flash a recovery image even though the boot-loader is locked - No Use.
3.contacted service centre just to realise that I have to change the PCB which will cost me a new phone!
Can anyone of you please help me out with this.
Thanks a Ton in Advance.
Click to expand...
Click to collapse
You can still flash the firmware that is meant for your model/carrier without unlocking bootloader. run getvar all command in fastboot to determine what firmware exatly do you need if unsure.

minimale_ldz said:
You can still flash the firmware that is meant for your model/carrier without unlocking bootloader. run getvar all command in fastboot to determine what firmware exatly do you need if unsure.
Click to expand...
Click to collapse
Can you please guide me trough the steps in a very vauge way(I'll be able to folllow) thanks a ton for the response

pldeep said:
Can you please guide me trough the steps in a very vauge way(I'll be able to folllow) thanks a ton for the response
Click to expand...
Click to collapse
Connect your phone in fastboot mode and type this command:
Code:
fastboot getvar all
in output look for this:
Code:
(bootloader) ro.build.fingerprint:
It's the firmware version that you currently have on your phone. Download exactly the same one and you'll be able to flash it with bootloader locked.

minimale_ldz said:
Connect your phone in fastboot mode and type this command:
Code:
fastboot getvar all
in output look for this:
Code:
(bootloader) ro.build.fingerprint:
It's the firmware version that you currently have on your phone. Download exactly the same one and you'll be able to flash it with bootloader locked.
Click to expand...
Click to collapse
Hey Sorry minimale_ldz,
I got it till this step. I wanted to know what command should I use to flash the os into the phone.
I know how to do Recovery though
HTML:
Fastboot flash recovery recovery.img
I want to know how to do the same with OS.
Thanks again

pldeep said:
Hey Sorry minimale_ldz,
I got it till this step. I wanted to know what command should I use to flash the os into the phone.
I know how to do Recovery though
HTML:
Fastboot flash recovery recovery.img
I want to know how to do the same with OS.
Thanks again
Click to expand...
Click to collapse
You've got instructions in this thread:
https://forum.xda-developers.com/mo...de-how-to-flash-factory-image-return-t3261486
Mind that you'll likely have more system.img_sparsechunk files, so make sure you flash all of them (just change commands accordingly).

Guys I had no luck in doing that.
When ever I try to flash the contents of the stock os, I get a error message which says Pre Flash validation failed.
Can any one help me please

pldeep said:
Guys I had no luck in doing that.
When ever I try to flash the contents of the stock os, I get a error message which says Pre Flash validation failed.
Can any one help me please
Click to expand...
Click to collapse
Your emmc ship is corrupt. That means your whole storage is broken and not fixable.

But i am able to flash some of the contents of the stock ROM. I get this "Pre flash validation failed" error only when I try to flash some of the files like (system.img_sparsechunk.0-9,recovery.img and gpt.bin). I even tried to reset the emmc_chip, I says that the command was succesfully executed.
Is there any other option left??
I am fighting this battle since a week now.

pldeep said:
Dear All,
I have a Problem with my Moto X play XT 1562. I have brought it a year back.
For some strange reason, My phone stopped working all of a sudden.
when I connect it to a PC via USB I'll get a boot-loader menu which says "StartUp failed Please connect the phone to a software repair assistant on the PC". Though I have figured out the problem I am unable to do anything about it.The problem is simple yet complex at the same time,
Problem: Though I have rooted many android phones previously, I never rooted this one. So My boot-loader is locked. I have got the Unique unlock key from Motorola site But when I get to this commad fastboot oem unkock [MY_UNLOCK_KEY]
I get an error message saying "Check 'Allow unlock OEM' in developer options". But my phone is not booting so far so that I can check that.
The basic problem is, My phone's OS is corrupted and I am unable to boot a new OS to it, As the boot loader is locked, I am unable to unlock the boot loader because I have not checked on 'Allow OEM unlock'. I am unable to check 'Allow OEM Unlock' because I The os is corrupted. - (This looks like a riddle )
1.Is there any way I can either bypass this?
2.Is there any way I can check 'Allow unlock OEM' using fastboot or any other tool?
I have tried the following already,
1.tried to clear user data and cache with fastboot - Still remains the same
2.tried to flash a recovery image even though the boot-loader is locked - No Use.
3.contacted service centre just to realise that I have to change the PCB which will cost me a new phone!
Can anyone of you please help me out with this.
Thanks a Ton in Advance.
Click to expand...
Click to collapse
Bull**** about the PCB. Use RsdLite, had the same issue. Flash the latest package and use the USB at the back of the PC

kpamkar said:
Bull**** about the PCB. Use RsdLite, had the same issue. Flash the latest package and use the USB at the back of the PC
Click to expand...
Click to collapse
Hey Kpamkar,
I have tried it with RSD Lite, But no luck. on the RSD interface it says that flash failed,
On the mobile it says
version downgraded for primary_gpt
Can you please help me out with the latest stock rom for Moto x play, I am unable to get the exact stock rom any where, I have looked at this link: https://github.com/motoxplay/stock
My phone finger prints details are as follows(I got it with
HTML:
fastboot getvar all
command):
ro.build.fingerprint[0]: motorola/lux_retasia_ds/lux_uds:6.
ro.build.fingerprint[1]: 0.1/MPDS24.107-70-1-5/5:user/relea
ro.build.fingerprint[2]: se-keys
ON the phone these are the details that are shown:
baseband version:M8936_2020632.44,03.21.57R LUX_EMEA_DSDS_CUST
Product/Variant: LUX XT1562 32GB P2C
It wold be great if you could please share with me any kind of links that you have used which can guide me through this whole process.
Thanks a lot again!

pldeep said:
Hey Kpamkar,
I have tried it with RSD Lite, But no luck. on the RSD interface it says that flash failed,
On the mobile it says
version downgraded for primary_gpt
Can you please help me out with the latest stock rom for Moto x play, I am unable to get the exact stock rom any where, I have looked at this link: https://github.com/motoxplay/stock
My phone finger prints details are as follows(I got it with fastboot getvar all
command):
ro.build.fingerprint[0]: motorola/lux_retasia_ds/lux_uds:6.
ro.build.fingerprint[1]: 0.1/MPDS24.107-70-1-5/5:user/relea
ro.build.fingerprint[2]: se-keys
ON the phone these are the details that are shown:
baseband version:M8936_2020632.44,03.21.57R LUX_EMEA_DSDS_CUST
Product/Variant: LUX XT1562 32GB P2C
It wold be great if you could please share with me any kind of links that you have used which can guide me through this whole process.
Thanks a lot again!
Click to expand...
Click to collapse
In my case I had. 52 version of the ROM. I had a locked bootloader boot loop. But I was able to fix it using rsdLite. Are you using the latest version of the firmware and connecting the ports at the back of the pc? Also install proper drivers
You need to use RETASIA DS, the most recent version

@pldeep
firmware is here.

minimale_ldz said:
@pldeep
firmware is here.
Click to expand...
Click to collapse
Tried this. But no luck.
It still shows the same error "version downgrade for gpt_bin"

pldeep said:
Tried this. But no luck.
It still shows the same error "version downgrade for gpt_bin"
Click to expand...
Click to collapse
try flashing it without gpt.bin and bootloader

Try booting into twrp without flashing it. Use fastboot boot command
---------- Post added at 08:44 PM ---------- Previous post was at 08:29 PM ----------
pldeep said:
Tried this. But no luck.
It still shows the same error "version downgrade for gpt_bin"
Click to expand...
Click to collapse
What are you trying to flash?

Same problem over here... Did you solve it?
Downloading right now the latest rom image for Moto X Play from this site.... //firmware.center/firmware/Motorola/Moto%20X%20Play/Stock/XT1563/

Hey install Fastboot files and download twrp image for Lux and place it in the Fastboot folder.
Then run :- Fastboot reboot recovery.img
It will boot to twrp.

Any update for this? I'm in a similar situation now :-/
Tried RSD, it doesn't see my device (fastboot and adb works fine)
install Fastboot files and download twrp image for Lux and place it in the Fastboot folder.
Click to expand...
Click to collapse
How can I do that?
Also, someone mentioned emmc_chip reset - how to do that?
Thanks

Related

No Command

Hello everyone
yesterday i got notification with new update that i have to setup
so after charging my phone at night i started the update this morning
then booom i can't start my nexus anymore ,
first i got message ( your device is corrupted. it can't be trusted and may not work properly ) although i didn't make any custom rom nor recovery nor unlock my boot loader
second
i got No command error
then boot loop all the way
after some google i tried to press power + volume up and down to enter recovery ( the stock recovery )
i did wipe cash + wipe data factory hoping it solve the problem but seems no way
also i read Heisenberg's How-To Guide For Beginners
many times and downloaded last Stock img but can't install it via fastboot cause i didn't activate usb debugging before nor “Enable OEM Unlock” so i can't even unlock my nexus ,
donno what i have done wrong that due to that
anyway this is my recovery version
angler
6.0.1
MMB29P
and this is getvar all
(bootloader) version:0.01
(bootloader) unlocked:no
(bootloader) hardware-revision:ANGLER-VN2
(bootloader) version-baseband:angler-02.50
(bootloader) version-bootloader:angler-02.45
(bootloader) display-panel:
(bootloader) charger-screen-enabled:0
(bootloader) max-download-size: 0x1d800000
(bootloader) partition-type:cache:ext4
(bootloader) partition-size:cache: 0x6400000
(bootloader) partition-type:userdata:ext4
(bootloader) partition-size:userdata: 0xdaa17ee00
(bootloader) partition-type:system:ext4
(bootloader) partition-size:system: 0xc0000000
(bootloader) serialno:
(bootloader) kernel:lk
(bootloader) product:angler
Sorry for talking much but i stayed long time trying to solve it but can't (more than 5 hours )
so i don't know other place more pro than here,
so any help will be very thankful
terrible. call customer service from where you got the phone, asap
unfortunately i got the phone as gift from Chinese friend that bought it from USA
WHAT'S UP GUYS
58 view and 1 reply , just give me any hope that my nexus can work again plssss
tell me anything
theres' not much you can do when the bootlader is locked and you dont have anything enabled to get back into it.
just try calling google, whether it's a gift or not
i live in Egypt no google here , what can i do ?????
is there any flashable rom can be flashed with locked bootloader ?
i have idea
can i install update from adb on the stock recovery option that can solve the problem ??
(apply update from adb ) option , or apply update from sd card
cause all i can enter here is the bootloader and the recovery .
atef79 said:
i have idea
can i install update from adb on the stock recovery option that can solve the problem ??
(apply update from adb ) option , or apply update from sd card
cause all i can enter here is the bootloader and the recovery .
Click to expand...
Click to collapse
Possibly. In the below thread, there are URL's for the OTA's. The last couple pages should have a URL to download the update.zip for MMB29Q, the February OTA.
http://forum.xda-developers.com/showthread.php?t=3213781
Sent from my Nexus 5X using Tapatalk
SlimSnoopOS said:
Possibly. In the below thread, there are URL's for the OTA's. The last couple pages should have a URL to download the update.zip for MMB29Q, the February OTA.
http://forum.xda-developers.com/showthread.php?t=3213781
Sent from my Nexus 5X using Tapatalk
Click to expand...
Click to collapse
thank you very much
i'll try it but i don't know the command name if i choose apply update from adb
not working for same reason can't activate USB debugging [always get ( error: closed)]
is there tool can do that like toolkit or flash tool can transfer files in my situation
Good morning
I read alot of posts with bootloop problems in this section but all while guys have twrp so they can solve it easly , I remember I faced this problem 3or 4 years ago when I bought htc desire 816 but there was stock rom that can be flashed with locked boot loader l know this is not htc nor have SD card slot (really hate this point ) but there is must be solution for problem happen when trying simple ota update ,really feel bad after all these searching and find no solution .
I don't have usb c otg now if I bought one can transfer or installing files in my case like apply update from SD card option in stock recovery or will face same problem of not activate usb debugging ??
Good morning
every hour i log to this topic to check replies found nothing i put alot of hope in you guys
anyway i'am using toolkit now trying to find any command that can work with my nexus so i can start the device , but didn't find any yet
if i donate for it can they fix bootloop or unlock my neuxs ?
thanked
atef79 said:
Good morning
every hour i log to this topic to check replies found nothing i put alot of hope in you guys
anyway i'am using toolkit now trying to find any command that can work with my nexus so i can start the device , but didn't find any yet
if i donate for it can they fix bootloop or unlock my neuxs ?
thanked
Click to expand...
Click to collapse
What version of fastboot are you using? I believe I had the no command error with an older version of fastboot.
You may not be able to unlock it because of the developer option "Enable OEM Unlock", unless you already checked it.
The unlock bootloader command is "fastboot flashing unlock".
dl200010 said:
What version of fastboot are you using? I believe I had the no command error with an older version of fastboot.
You may not be able to unlock it because of the developer option "Enable OEM Unlock", unless you already checked it.
The unlock bootloader command is "fastboot flashing unlock".
Click to expand...
Click to collapse
all fastboot and adb i got from
Heisenberg's How-To Guide For Beginners
Nexus 6P
and i know it's working cause i always test fastboot devices and it shows the device code
and yes i can't unlock my bootloader cause i can't enable oem unlock so i can't flash stock rom nor stock recovery nor anything
now i'am trying to install ota from adb sideload that is an option in stock recovery install update from recovery but i got this error
system partition has unexpected contents
E: Error in /sideload/package.zip
status 7
installation aborted
i'll search for another ota may be older one and try again hope it works
thanks
atef79 said:
all fastboot and adb i got from
Heisenberg's How-To Guide For Beginners
Nexus 6P
and i know it's working cause i always test fastboot devices and it shows the device code
and yes i can't unlock my bootloader cause i can't enable oem unlock so i can't flash stock rom nor stock recovery nor anything
now i'am trying to install ota from adb sideload that is an option in stock recovery install update from recovery but i got this error
system partition has unexpected contents
E: Error in /sideload/package.zip
status 7
installation aborted
i'll search for another ota may be older one and try again hope it works
thanks
Click to expand...
Click to collapse
There is NOTHING you can do.....you pretty much have a brick
atef79 said:
all fastboot and adb i got from
Heisenberg's How-To Guide For Beginners
Nexus 6P
and i know it's working cause i always test fastboot devices and it shows the device code
and yes i can't unlock my bootloader cause i can't enable oem unlock so i can't flash stock rom nor stock recovery nor anything
now i'am trying to install ota from adb sideload that is an option in stock recovery install update from recovery but i got this error
system partition has unexpected contents
E: Error in /sideload/package.zip
status 7
installation aborted
i'll search for another ota may be older one and try again hope it works
thanks
Click to expand...
Click to collapse
Try this,
Go into recovery and click on "Apply update from adb"
See if "adb shell rm -r /sideload/package.zip" works
after that try rebooting the phone
Ok will try this command ty
atef79 said:
Ok will try this command ty
Click to expand...
Click to collapse
Keep me posted. Also do you know what version you where on?
dl200010 said:
Keep me posted. Also do you know what version you where on?
Click to expand...
Click to collapse
MMB29P 6.0.1 this is what I have now
All info in the op
dl200010 said:
Try this,
Go into recovery and click on "Apply update from adb"
See if "adb shell rm -r /sideload/package.zip" works
after that try rebooting the phone
Click to expand...
Click to collapse
i tried this command and this the message i got
error:closed
i think adb shell need usb debugging enabled
can i flash stock rom or stock recovery or custom (but bootloader locked)from adb sideload ???

Help! Moto x bricked

Hello friends... Yesterday I was trying to take short way to root by using king root. But messed up. Here is the situation.
I tried to root this phone through this bull**** Kingroot.. And it failed.. Later on when i restarted the phone it got bootlooped and is totally bricked! i get this error- Startup Failed: Your device didn't start up successfully. use the software repair assistant on computer to repair your device. Connect your device to your computer to get the software repair assistant.
AP Fastboot flashmode (secure)
Fastboot Reason: Last time flashing failed
hab check failed for boot
failed to verify hab image boot
failed to validate boot image
ERROR: Failed to pass validation. backup to fastboot
Boot Up failed
Can some please explain in details to recover the device.. Step by step procedure to bring phone back to life.. And link to files required.. Thanks a lot for your help guys. Also.. Phone bootloader is still locked and obviously not rooted.
mani16985 said:
Hello friends... Yesterday I was trying to take short way to root by using king root. But messed up. Here is the situation.
I tried to root this phone through this bull**** Kingroot.. And it failed.. Later on when i restarted the phone it got bootlooped and is totally bricked! i get this error- Startup Failed: Your device didn't start up successfully. use the software repair assistant on computer to repair your device. Connect your device to your computer to get the software repair assistant.
AP Fastboot flashmode (secure)
Fastboot Reason: Last time flashing failed
hab check failed for boot
failed to verify hab image boot
failed to validate boot image
ERROR: Failed to pass validation. backup to fastboot
Boot Up failed
Can some please explain in details to recover the device.. Step by step procedure to bring phone back to life.. And link to files required.. Thanks a lot for your help guys. Also.. Phone bootloader is still locked and obviously not rooted.
Click to expand...
Click to collapse
Download rsd lite and flash the stock rom through it.
Thanks buddy for replying.. Can you please guide where can I find rsdlite. What is it and which stock rom to flash.. 5.1 or 6 marshmalow. Any link will be appreciated. Thanks again bro.
Sorry to bump.. But I need help really bad.
mani16985 said:
Sorry to bump.. But I need help really bad.
Click to expand...
Click to collapse
http://rsdlite.com/
download rsd lite
download your phone's 6.0 rom and flash it
Thanks buddy, it worked
Phone wont show up under device!
I HAVE THE EXACT SAME PROBLEM, i tried using rsd lite but my phone wouldnt show up under devices? can anyone please help its been a whole week !
SuliE97 said:
I HAVE THE EXACT SAME PROBLEM, i tried using rsd lite but my phone wouldnt show up under devices? can anyone please help its been a whole week !
Click to expand...
Click to collapse
Use Windows 7. Rsdlite doesn't work on Windows 10 if I'm not mistaken, probably also on 8/Vista.
Sent from my XT1562 using XDA-Developers mobile app
wont work
I downloaded wine/wineloader on my mac because i have no windows and then i downloaded and used rsdlite for windows 7 but it still wouldnt read
Rsdlite was also unable to detect my Moto X Play. I tried Rsdlite on two laptops both running Window 7 as well as tried different data cables but to no avail.
Was the phone in fastboot mode when you connect it to rsdlite?
Sent from my XT1562 using XDA-Developers mobile app
Yes, mine was in fastboot. And I tried various advice from various forums but no success
its stuck on the bootloader screen, i tried it on windows 7 computers and windows 8, my phone wont be detected by any computer, its called "lux" and somethings wrong with the driver, i uninstalled it, installed it again (motorola device manager), in driver settings i uninstalled it, downloaded the latest update for the driver) and my phone would still not be recognized by rsdlite or the computer in general BUT when i tried using the verizon software repair software on my mac, it was read as razr 2 but it would get stuck at 6%
mani16985 said:
Hello friends... Yesterday I was trying to take short way to root by using king root. But messed up. Here is the situation.
I tried to root this phone through this bull**** Kingroot.. And it failed..
Click to expand...
Click to collapse
What ROM were you on when you tried Kingroot? It worked perfectly for me after I returned my Xt1564 to stock, then ran Kingroot, I trashed the root app that it installed and replaced with SuperSu Pro. Has been working like a charm for weeks.
SuliE97 said:
I HAVE THE EXACT SAME PROBLEM, i tried using rsd lite but my phone wouldnt show up under devices? can anyone please help its been a whole week !
Click to expand...
Click to collapse
It's okay. It still works actually. I had this condition with locked bootloader and boot loop
Hey man, its been months and my phone is still bricked, i tried doing everything. Can someone give me a step by step tutorial? Boot loader is still locked. I tried everything!
Thanks
SuliE97 said:
Hey man, its been months and my phone is still bricked, i tried doing everything. Can someone give me a step by step tutorial? Boot loader is still locked. I tried everything!
Thanks
Click to expand...
Click to collapse
Dual sim or single simple.?
Phone region?(Brazil,India,EU etc)
Does your phone still boot to bootloader?If it boots into bootloader,download minimal fastboot and adb file given in the link below
http://forum.xda-developers.com/showthread.php?t=2317790.
Download the latest appropriate firmware and extract it to the Minimal Fastboot and adb folder.
Firmwares: https://github.com/motoxplay/stock
Download the latest drivers
https://motorola-global-portal.custhelp.com/app/answers/detail/a_id/88481
If you are on Windows 10 or 8.1 disable driver signature enforcement
https://www.youtube.com/watch?v=71YAIw7_-kg
If you still get error while installing drivers download the following file for windows 10
https://www.microsoft.com/en-us/download/details.aspx?id=48231
Put the phone in bootloader mode by holding down the volume button down while connecting it to the computer.Open the minimal adb fastboot folder,hold shift key and right click the mouse.Select "Open Command window here" option.Once command window is open,type the following commands
fastboot devices
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img_sparsechunk.0
fastboot flash system system.img_sparsechunk.1
fastboot flash system system.img_sparsechunk.2
fastboot flash system system.img_sparsechunk.3
fastboot flash system system.img_sparsechunk.4
fastboot flash system system.img_sparsechunk.5
fastboot flash system system.img_sparsechunk.6
fastboot flash system system.img_sparsechunk.7
fastboot flash system system.img_sparsechunk.8
fastboot flash system system.img_sparsechunk.9
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot erase cache
fastboot erase userdata
fastboot erase customize
fastboot erase clogo
fastboot reboot
You can also follow this guide.
http://forum.xda-developers.com/general/rooting-roms/motorola-usb-drivers-rsd-lite-firmware-t3042687
Sirob said:
Yes, mine was in fastboot. And I tried various advice from various forums but no success
Click to expand...
Click to collapse
Don't worry too much. Rsdlite works perfectly. It might show unknown device but it works

My phone it's blocked into huawei start screen

Hello,
Yesterday when I Wanting to charge the battery of my phone, it's suddenly turned off, and since it is stuck on the startup screen..
I have traveled dozens of French forums in search of a solution, I come back to you now because I am a little desperate
As for my phone, he was never rooted, and I never change firnware, I do not have access to recovery, there is only fastboot mode that works
In the fastboot mode, i can read "ap-s-abnormal-n/a et phone locked frp lock".
If I understand correctly, I can not flash my phone because it is blocked..
Please help me
Do you have Access to the huawei E-Recovery? Try doing a factory reset there.
Or try to unlock your Bootloader with ADB, Flash TWRP and then Flash a customrom or another Firmware.
I hope I was able to help you.
Greetings from Germany.
TheOldMan said:
Do you have Access to the huawei E-Recovery? Try doing a factory reset there.
Or try to unlock your Bootloader with ADB, Flash TWRP and then Flash a customrom or another Firmware.
I hope I was able to help you.
Greetings from Germany.
Click to expand...
Click to collapse
I don't have access to the recovery mode too
I tried to unlock my bootloader but to no avail, all of the flash commands are concluded with a "Writing **** FAILED", and ADB does not recognize my phone
Thanks for the reply !
Noflex said:
I don't have access to the recovery mode too
I tried to unlock my bootloader but to no avail, all of the flash commands are concluded with a "Writing **** FAILED", and ADB does not recognize my phone
Thanks for the reply !
Click to expand...
Click to collapse
Unlock bootloader again
Adi5 said:
Unlock bootloader again
Click to expand...
Click to collapse
With pleasure but how ?
When I try to do this in fastboot i have this
Code:
... FAILED (remote: Command not allowed)
My only solution at this time is DC phoenix unlocker but i'm not sure about the fiability, and I don't want pay for this..

Wrong IMEI in zui com?

Hi,
I put all information into "zui.com/iunlock" correctly, but I get a "Please enter the correct IMEI1" error, and I'm entering it correctly
Please help...
If it's a brand new phone, the imei is not registred by the website at the start.
After a couple of day of use it must work.
Same problem for me at the start and after two day of using the phone my imei is working on the website.
Thanks for the reply
Do I need to put my sim in the phone?
Or is it enough just to connect to wifi?
I used my sim for about 3h, and I got the site to take my IMEI!
Now my bootloader is unlocked
Thanks
Your welcome
I received my smartphone for 10 days. but my emei is still not recognized.
I installed a firewall and everything is blocked except the browser and the messages. I have to authorize a specific program for zui to integrate it?
hello, after 25 days of waiting my imei still did not pass. yesterday I sent an email to devworld and today I had my file
YES :good:
lecomte_jean said:
hello, after 25 days of waiting my imei still did not pass. yesterday I sent an email to devworld and today I had my file
YES :good:
Click to expand...
Click to collapse
Good to know, thank's for the feedback
Bypass
I had the exact same issue and for some weird reason the weirdest glitch ever helped my bypass ZUI all together:
I made a little .bat file to automate all the adb and fastboot commands once I'd get the bootloader unlock file
I didn't know for sure if I had referred to the subfolders in my adb map correctly so I wanted to test it out:
adb reboot bootloader
fastboot flash unlock ".\Z6 Pro\Bootloader.img"
fastboot oem unlock-go
fastboot reboot
adb reboot bootloader
fastboot --disable-verity --disable-verification flash vbmeta ".\Z6 Pro\vbmeta.img"
fastboot reboot bootloader
fastboot flash recovery ".\Z6 Pro\twrp.img"
that's what it was gonna be^
but to test out if I had referred correctly I changed vbmeta.img's name into bootloader.img since it was the first path and I expected it to fail but this way I'd at least find out if I got a file not found error or a incorrect boot loader unlock file error.
It flashed correcty, the os is stable and I just installed TWRP.
Idk if this can be done with any img, but the vbmeta file shouldn't have done that. XD

OEM unlocking won't work

Hi everyone,
Today I tried unlocking the bootloader on my Lenovo Z6 Pro to root my phone but I've hit a dead end.
I've enabled OEM unlocking and USB debugging on the developer options before using "adb reboot bootloader". I managed to get to bootloader mode alright, but neither "fastboot flashing unlock" nor "fastboot oem unlock-go" works; I always get "remote: flashing unlock is not allowed" or "remote: oem unlock is not allowed".
This makes it seem like I didn't enable OEM unlocking before, but I made sure it was enabled. Any ideas how I might solve this?
Hi,
First you have to get the sn.img file for unlocking your bootloader from the zui website. Reboot to bootloader, first flash the img file and then enter the command for unlocking. As far as I have tried, you have to use this image file every time you need to unlock the bootloader(if you have locked it)
Good luck
Sayi Keshkar said:
Hi,
First you have to get the sn.img file for unlocking your bootloader from the zui website. Reboot to bootloader, first flash the img file and then enter the command for unlocking. As far as I have tried, you have to use this image file every time you need to unlock the bootloader(if you have locked it)
Good luck
Click to expand...
Click to collapse
Thanks for the reply. I gave up rooting my device for a while but I got tired of my phone bugging all the time so decided to give it another shot. This time I have another problem and it's driving me crazy: ADB wouldn't detect my phone when it's connected so I still can't unlock my bootloader. I tried installing every driver I could find but nothing works, but I can transfer files through explorer just fine. It occured to me that the USB might be the problem but it's the exact same one I used the last time I tried rooting it and I didn't have this problem back then.

Categories

Resources