MM PLK-L01 313 | Unlocked Bootloader: Almost all fastboot commands fail - Honor 7 Q&A, Help & Troubleshooting

Hi,
I have Windows 10 and HiSuite installed.
I successfully unlocked my bootloader of my Honor 7 (EU version, with MM 313 received via OTA).
Most of the fastboot commands fail:
C:\Users\daniel\Desktop>fastboot oem get-bootinfo
...
(bootloader) unlocked
OKAY [ 0.000s]
finished. total time: 0.000s
C:\Users\daniel\Desktop>fastboot getvar all
getvar:all FAILED (remote: Command not allowed)
finished. total time: 0.000s
C:\Users\daniel\Desktop>fastboot getvar version-main
getvar:version-main FAILED (remote: Command not allowed)
finished. total time: -0.000s
C:\Users\daniel\Desktop>fastboot boot twrp_cn.img
downloading 'boot.img'...
OKAY [ 0.844s]
booting...
FAILED (remote: Command not allowed)
finished. total time: 0.844s
The "OEM RELOCK" and "OEM UNLOCK" and also "REBOOT" commands are working.
Do you have any idea what's going wrong?

MarioGirotti said:
Hi,
I have Windows 10 and HiSuite installed.
I successfully unlocked my bootloader of my Honor 7 (EU version, with MM 313 received via OTA).
Most of the fastboot commands fail:
C:\Users\daniel\Desktop>fastboot oem get-bootinfo
...
(bootloader) unlocked
OKAY [ 0.000s]
finished. total time: 0.000s
C:\Users\daniel\Desktop>fastboot getvar all
getvar:all FAILED (remote: Command not allowed)
finished. total time: 0.000s
C:\Users\daniel\Desktop>fastboot getvar version-main
getvar:version-main FAILED (remote: Command not allowed)
finished. total time: -0.000s
C:\Users\daniel\Desktop>fastboot boot twrp_cn.img
downloading 'boot.img'...
OKAY [ 0.844s]
booting...
FAILED (remote: Command not allowed)
finished. total time: 0.844s
The "OEM RELOCK" and "OEM UNLOCK" and also "REBOOT" commands are working.
Do you have any idea what's going wrong?
Click to expand...
Click to collapse
Nothing wrong with you, these commands are just not supported by Huawei bootloader (fastboot)

Damn... I wanted to boot into a custom recovery without flashing it. On Nexus 4 this was possible.

MarioGirotti said:
Damn... I wanted to boot into a custom recovery without flashing it. On Nexus 4 this was possible.
Click to expand...
Click to collapse
Yup, sucks big time, especially when trying to develop something

MarioGirotti said:
Hi,
I have Windows 10 and HiSuite installed.
I successfully unlocked my bootloader of my Honor 7 (EU version, with MM 313 received via OTA).
Most of the fastboot commands fail:
C:\Users\daniel\Desktop>fastboot oem get-bootinfo
...
(bootloader) unlocked
OKAY [ 0.000s]
finished. total time: 0.000s
C:\Users\daniel\Desktop>fastboot getvar all
getvar:all FAILED (remote: Command not allowed)
finished. total time: 0.000s
C:\Users\daniel\Desktop>fastboot getvar version-main
getvar:version-main FAILED (remote: Command not allowed)
finished. total time: -0.000s
C:\Users\daniel\Desktop>fastboot boot twrp_cn.img
downloading 'boot.img'...
OKAY [ 0.844s]
booting...
FAILED (remote: Command not allowed)
finished. total time: 0.844s
The "OEM RELOCK" and "OEM UNLOCK" and also "REBOOT" commands are working.
Do you have any idea what's going wrong?
Click to expand...
Click to collapse
test this command
fastboot oem get-lockstate
and see if the bootloader is really unlocked

^ maybe the green text saying "unlocked" is a hint

fosseperme said:
test this command
fastboot oem get-lockstate
and see if the bootloader is really unlocked
Click to expand...
Click to collapse
I will check this evening when I am back from work also this command

fosseperme said:
test this command
fastboot oem get-lockstate
and see if the bootloader is really unlocked
Click to expand...
Click to collapse
Great:
C:\Users\daniel>fastboot oem get-lockstate
...
FAILED (remote: Command not allowed)
finished. total time: 0.002s
But the bootloader screen itself tells: PHONE Unlocked

MarioGirotti said:
Great:
C:\Users\daniel>fastboot oem get-lockstate
...
FAILED (remote: Command not allowed)
finished. total time: 0.002s
But the bootloader screen itself tells: PHONE Unlocked
Click to expand...
Click to collapse
by the way, on this phone it's...
Code:
fastboot oem get-bootinfo
EDIT: IGNORE ME! You already said that in the OP

Related

Working With Fastboot Command in Atrix2

C:\android-tools>fastboot devices
014FDCF003009004 fastboot
C:\android-tools>fastboot oem unlock\
...
FAILED (remote: unsupported command)
finished. total time: 0.003s

My HTC phone bricked, can't ADB load, can't S-OFF

My HTC phone bricked. :crying:
1. HTC Screen freeze
2. HBOOT-1.76.0007 S-ON
3. reovery menu just has only 3 options
3.1 reboot system now [Home+Back]
3.2 apply sdcard:update.zip [Alt+S]
3.3 wipe data/factory reset [Alt+W]
4. D:\tmp>fastboot getvar cid
cid: HTC__023
my try
1. try to install RUU by grep rom.zip but no RUU for HTC__23 so it returns CID error
2. cannot run adb because cannot boot to phone OS
3. I have tried
D:\tmp>fastboot boot recovery-RA-hero-v1.6.2.img
downloading 'boot.img'... OKAY [ 1.320s]
booting...
4. I have tried
D:\tmp>fastboot flash recovery recovery-RA-hero-v1.6.2.img
sending 'recovery' (3804 KB)... FAILED (remote: not allow)
finished. total time: 0.002s
5. I have tried
D:\tmp>fastboot oem rebootRUU
... OKAY [ 0.009s]
finished. total time: 0.009s
D:\tmp>fastboot flash recovery recovery-RA-hero-v1.6.2.img
sending 'recovery' (3804 KB)... OKAY [ 1.321s]
writing 'recovery'... INFOsignature checking...
FAILED (remote: 12 signature verify fail)
finished. total time: 2.235s
D:\tmp>fastboot oem writecid 11111111
... INFO[ERR] Command error !!!
OKAY [ 0.007s]
finished. total time: 0.007s
D:\tmp>fastboot -w
erasing 'userdata'... FAILED (remote: not allow)
finished. total time: 0.001s
D:\tmp>fastboot flash boot boot.img
sending 'boot' (1740 KB)... OKAY [ 0.704s]
writing 'boot'... INFOsignature checking...
FAILED (remote: 12 signature verify fail)
finished. total time: 1.123s
D:\tmp>fastboot oem device-info
... INFO[ERR] Command error !!!
OKAY [ 0.005s]
finished. total time: 0.005s
6. When I try many commands, it will return "FAILED (remote: 12 signature verify fail)"
I don't know what to do now T T

Break Huawei Mediapad M1 8.0 U (3G)

After Huawei logo I have a black screen and unbale to Boot/access Recovery.
Code:
C:\adb tools>fastboot devices
К fastboot
C:\adb tools>fastboot oem get-bootinfo
...
(bootloader) locked
OKAY [ 0.016s]
finished. total time: 0.016s
C:\adb tools>fastboot oem unlock UUUUUUUUUUUUUUUU
...
FAILED (remote: password wrong)
finished. total time: -0.000s
Code:
C:\adb tools>fastboot reboot-bootloader
rebooting into bootloader...
OKAY [ 0.004s]
finished. total time: 0.005s
C:\adb tools>fastboot flash BOOT BOOT.img
target reported max download size of 1073741824 bytes
sending 'BOOT' (6538 KB)...
OKAY [ 0.259s]
writing 'BOOT'...
FAILED (remote: Command not allowed)
finished. total time: 0.265s
C:\adb tools>fastboot flash RECOVERY RECOVERY.img
target reported max download size of 1073741824 bytes
sending 'RECOVERY' (9490 KB)...
OKAY [ 0.376s]
writing 'RECOVERY'...
FAILED (remote: Command not allowed)
finished. total time: 0.383s
Code:
C:\adb tools>fastboot oem unlock
...
FAILED (remote: data parse fail)
finished. total time: 0.004s
Fastboot mode is working but i can not get into recovery.
When try to power on it : Appears Huawei Logo and indicator works like this: one time flashing red, then flashing green three times after the red again, etc. After all this - a black screen with the backlight.
At this moment i have only fastboot available, what can i do to unbrick the device ?
UPDATE
I bought a code to unlock the bootloader, but it still gives FAILED (remote: password wrong). I am sure that I enter the code correctly!!!
P.S. Sorry for bad English
please help!!!

			
				
anrekon10 said:
After Huawei logo I have a black screen and unbale to Boot/access Recovery.
Code:
C:\adb tools>fastboot devices
К fastboot
C:\adb tools>fastboot oem get-bootinfo
...
(bootloader) locked
OKAY [ 0.016s]
finished. total time: 0.016s
C:\adb tools>fastboot oem unlock UUUUUUUUUUUUUUUU
...
FAILED (remote: password wrong)
finished. total time: -0.000s
Code:
C:\adb tools>fastboot reboot-bootloader
rebooting into bootloader...
OKAY [ 0.004s]
finished. total time: 0.005s
C:\adb tools>fastboot flash BOOT BOOT.img
target reported max download size of 1073741824 bytes
sending 'BOOT' (6538 KB)...
OKAY [ 0.259s]
writing 'BOOT'...
FAILED (remote: Command not allowed)
finished. total time: 0.265s
C:\adb tools>fastboot flash RECOVERY RECOVERY.img
target reported max download size of 1073741824 bytes
sending 'RECOVERY' (9490 KB)...
OKAY [ 0.376s]
writing 'RECOVERY'...
FAILED (remote: Command not allowed)
finished. total time: 0.383s
Code:
C:\adb tools>fastboot oem unlock
...
FAILED (remote: data parse fail)
finished. total time: 0.004s
Fastboot mode is working but i can not get into recovery.
When try to power on it : Appears Huawei Logo and indicator works like this: one time flashing red, then flashing green three times after the red again, etc. After all this - a black screen with the backlight.
At this moment i have only fastboot available, what can i do to unbrick the device ?
UPDATE
I bought a code to unlock the bootloader, but it still gives FAILED (remote: password wrong). I am sure that I enter the code correctly!!!
P.S. Sorry for bad English
Click to expand...
Click to collapse
removing the sd, and cable. and on again. if you do not take it to repair your company ..
How we break

Bootloader unlock problem

I have problem when i try unlock bootloader of my ANE-AL00
CMD-Fastboot say: deactivate find my Phone. But isnt prossible.
https://youtu.be/a5CjIqQCbuw
Hi
Hi?
(bootloader) Necessary to disable Phone finder!
FAILED (remote: Command not allowed)
finished. total time: 0.020s

P20 LITE bricked

Hello,
I've been battling for two days on a damn Huawei P20 Lite (ANE-LX1) which is totally bricked.
I have a page with red writing that says System is damaged but nothing happens if I press Volume Up etc.
So I tried to flash by EDL mode and I'm afraid I don't really understand how it happens, I can't do anything but it is noted that the bootloader and the FRP are locked.
I have an EFT Pro dongle, I tried to unlock it, I succeeded but it's temporary unlocking and it's useless to me.
I leave you the answers to the various Fastboot commands hoping that you will be able to help me.
Thanks in advance
Code:
fastboot oem get-product-model
...
(bootloader) ANE-LX1
OKAY [ 0.006s]
finished. total time: 0.007s
C:\Users>fastboot getvar vendorcountry
vendorcountry: hw/eu
finished. total time: 0.005s
C:\Users>fastboot oem oeminforead-SYSTEM_VERSION
...
(bootloader) :ANE-LX1 9.1.0.132(C432E5R1P7)
OKAY [ 0.008s]
finished. total time: 0.009s
C:\Users>fastboot oem oeminforead-CUSTOM_VERSION
...
FAILED (remote: The reason of failed input oem_nv_item error!)
finished. total time: 0.010s

Categories

Resources