Break Huawei Mediapad M1 8.0 U (3G) - Huawei MediaPad, T-Mobile SpringBoard

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

Related

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

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

My HTC phone bricked.
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

Cant install TWRP on my G5

Hello,
Im trying to flash TWRP on my LG G5.
The installation is successful but i cant boot into it.
I already unlocked my Bootloader.
It keeps telling me this:
PS C:\adb> fastboot flash recovery twrp.img
target reported max download size of 536870912 bytes
sending 'recovery' (19132 KB)...
OKAY [ 0.443s]
writing 'recovery'...
OKAY [ 0.203s]
finished. total time: 0.646s
PS C:\adb> fastboot boot twrp.img
downloading 'boot.img'...
OKAY [ 0.418s]
booting...
FAILED (remote: unknown command)
finished. total time: 0.449s
When i try to get into recovery with the button method i get the stock recovery.
Pls help...
That means that the bootloader is unlocked right?
PS C:\adb> fastboot getvar unlocked
unlocked: yes
finished. total time: 0.000s

FAILED (remote: unknown command)

Hello xda.
I am having a big problem with trying to flash a recovery image for my LG Aristo 2.
Whenever I execute the command "fastboot flash recovery recovery.img", it comes up with this.
Code:
target reported max download size of 262144000 bytes sending 'recovery' (16954 KB)... OKAY [ 0.539s] writing 'recovery'... FAILED (remote: unknown command) finished. total time: 0.543s
I tried "fastboot boot recovery.img" and it gave me this.
Code:
downloading 'boot.img'... OKAY [ 0.538s] booting... FAILED (remote: unknown command) finished. total time: 0.542s
Why does it say this? Please help. I just want to root my phone.
Sidenote: This is my first time actually being able to root.

Can´t install TWRP

Hi folks,
I´ve an Xiaomi Poco F1 with an unlocked bootloader. Usb debugging is enabled and no password is set. If I run
HTML:
fastboot flash recovery twrp.img
the error
HTML:
Sending 'recovery' (31000 KB) FAILED (Write to device failed (Unknown error))
fastboot: error: Command failed
appers. Any ideas why this happens?
Count_Omega said:
Hi folks,
I´ve an Xiaomi Poco F1 with an unlocked bootloader. Usb debugging is enabled and no password is set. If I run
HTML:
fastboot flash recovery twrp.img
the error
HTML:
Sending 'recovery' (31000 KB) FAILED (Write to device failed (Unknown error))
fastboot: error: Command failed
appers. Any ideas why this happens?
Click to expand...
Click to collapse
Under linux, I get a success
HTML:
target reported max download size of 536870912 bytes
sending 'recovery' (6 KB)...
OKAY [ 0.010s]
writing 'recovery'...
OKAY [ 0.003s]
finished. total time: 0.013s
and
HTML:
fastboot boot twrp.img
creating boot image...
creating boot image - 10240 bytes
downloading 'boot.img'...
OKAY [ 0.008s]
booting...
OKAY [ 0.051s]
finished. total time: 0.059s
runs along. But it doesn´t get through to the twrp screen.
some weeks ago i read on forum that miui10.0.3 or 4 has some fastboot errors,
for example if you have flashed miui10.0.3 or 10.0.4 and then try to write recovery it will give error in fastboot
i would suggest flash miui10.0.1 or earlier via miuiflasher fastboot rom and then try!

Categories

Resources