Hovatek Forum MOBILE Android How to flash Huawei y550 l02
Can't login? Please, reset your password.
Hovatek is recruiting! Apply Now


How to flash Huawei y550 l02

How to flash Huawei y550 l02

Pages (3): 1 2 3 Next
phonesurgeon
phonesurgeon
phonesurgeon
Senior Member
192
11-01-2018, 12:59 PM
#1



Is there a flashtool to flash this device?
I cant boot to recover
Vol+ and Vol- plus power doesn't work

Its power + vol- works, which boots to rescue mode

Sent from my GT-N7100 using Tapatalk
SigmaX
SigmaX
SigmaX
Junior Member
21
11-01-2018, 01:16 PM
#2
(11-01-2018, 12:59 PM)paafugees Is there a flashtool to flash this device?
I cant boot to recover
Vol+ and Vol- plus power doesn't work

Its power + vol- works, which boots to rescue mode

Sent from my GT-N7100 using Tapatalk

Flash your device via SD-card
phonesurgeon
phonesurgeon
phonesurgeon
Senior Member
192
11-01-2018, 01:19 PM
#3
(11-01-2018, 01:16 PM)SigmaX
(11-01-2018, 12:59 PM)paafugees Is there a flashtool to flash this device?
I cant boot to recover
Vol+ and Vol- plus power doesn't work

Its power + vol- works, which boots to rescue mode

Sent from my GT-N7100 using Tapatalk

Flash your device via SD-card
It can't, the only command that works is vol - plus power and it boots to rescue mode.

Sent from my GT-N7100 using Tapatalk
SigmaX
SigmaX
SigmaX
Junior Member
21
11-01-2018, 01:58 PM
#4
(11-01-2018, 01:19 PM)paafugees
(11-01-2018, 01:16 PM)SigmaX
(11-01-2018, 12:59 PM)paafugees Is there a flashtool to flash this device?
I cant boot to recover
Vol+ and Vol- plus power doesn't work

Its power + vol- works, which boots to rescue mode

Sent from my GT-N7100 using Tapatalk

Flash your device via SD-card
It can't, the only command that works is vol - plus power  and it boots to rescue mode.

Sent from my GT-N7100 using Tapatalk

ok sorry for late

1-Use this tool  To extract rom files from update.app

Huawei Update Extractor


2- After extracting rom files - Use these commands With this tool

minimal_adb_fastboot

*Check if your device is connected via the 
Code:

fastboot devices


Code:

If it is,
then flash the BOOT.IMG file entering (fastboot flash boot BOOT.IMG)

Next, flash the RECOVERY.IMG(flash recovery RECOVERY.IMG)

After that, flash the SYSTEM.IMG (fastboot flash system SYSTEM.IMG)

Lastly, flash the CUST.IMG ( fastboot flash cust CUST.IMG )

And complete the rest of the files in the same way (fastboot flash xxxxx xxxx.img )

If all the flashing is done

restart your phone with the fastboot restart command.
I wish you success   Big Grin
This post was last modified: 11-01-2018, 02:00 PM by SigmaX.
xerxes
xerxes
xerxes
Senior Member
8,355
11-01-2018, 03:16 PM
#5



(11-01-2018, 01:19 PM)paafugees
(11-01-2018, 01:16 PM)SigmaX
(11-01-2018, 12:59 PM)paafugees Is there a flashtool to flash this device?
I cant boot to recover
Vol+ and Vol- plus power doesn't work

Its power + vol- works, which boots to rescue mode

Sent from my GT-N7100 using Tapatalk

Flash your device via SD-card
It can't, the only command that works is vol - plus power and it boots to rescue mode.

Sent from my GT-N7100 using Tapatalk

What's wrong with the device and how did the problem start?
phonesurgeon
phonesurgeon
phonesurgeon
Senior Member
192
11-01-2018, 03:30 PM
#6
(11-01-2018, 03:16 PM)innagee
(11-01-2018, 01:19 PM)paafugees
(11-01-2018, 01:16 PM)SigmaX
(11-01-2018, 12:59 PM)paafugees Is there a flashtool to flash this device?
I cant boot to recover
Vol+ and Vol- plus power doesn't work

Its power + vol- works, which boots to rescue mode

Sent from my GT-N7100 using Tapatalk

Flash your device via SD-card
It can't, the only command that works is vol - plus power and it boots to rescue mode.

Sent from my GT-N7100 using Tapatalk

What's wrong with the device and how did the problem start?
The device is stuck at bootlogo.

A customer brought it so i don't know it started.

Sent from my GT-N7100 using Tapatalk
xerxes
xerxes
xerxes
Senior Member
8,355
11-01-2018, 03:35 PM
#7
(11-01-2018, 03:30 PM)paafugees
(11-01-2018, 03:16 PM)innagee
(11-01-2018, 01:19 PM)paafugees
(11-01-2018, 01:16 PM)SigmaX
(11-01-2018, 12:59 PM)paafugees Is there a flashtool to flash this device?
I cant boot to recover
Vol+ and Vol- plus power doesn't work

Its power + vol- works, which boots to rescue mode

Sent from my GT-N7100 using Tapatalk

Flash your device via SD-card
It can't, the only command that works is vol - plus power and it boots to rescue mode.

Sent from my GT-N7100 using Tapatalk

What's wrong with the device and how did the problem start?
The device is stuck at bootlogo.

A customer brought it so i don't know it started.

Sent from my GT-N7100 using Tapatalk

What's the phone chipset and do you have its firmware?
phonesurgeon
phonesurgeon
phonesurgeon
Senior Member
192
11-01-2018, 03:36 PM
#8
(11-01-2018, 01:58 PM)SigmaX
(11-01-2018, 01:19 PM)paafugees
(11-01-2018, 01:16 PM)SigmaX
(11-01-2018, 12:59 PM)paafugees Is there a flashtool to flash this device?
I cant boot to recover
Vol+ and Vol- plus power doesn't work

Its power + vol- works, which boots to rescue mode

Sent from my GT-N7100 using Tapatalk

Flash your device via SD-card
It can't, the only command that works is vol - plus power  and it boots to rescue mode.

Sent from my GT-N7100 using Tapatalk

ok sorry for late

1-Use this tool  To extract rom files from update.app

Huawei Update Extractor


2- After extracting rom files - Use these commands With this tool

minimal_adb_fastboot

*Check if your device is connected via the 
Code:

fastboot devices


Code:

If it is,
then flash the BOOT.IMG file entering (fastboot flash boot BOOT.IMG)

Next, flash the RECOVERY.IMG(flash recovery RECOVERY.IMG)

After that, flash the SYSTEM.IMG (fastboot flash system SYSTEM.IMG)

Lastly, flash the CUST.IMG ( fastboot flash cust CUST.IMG )

And complete the rest of the files in the same way (fastboot flash xxxxx xxxx.img )

If all the flashing is done

restart your phone with the fastboot restart command.
I wish you success   Big Grin
"Phone locked" might the reason i think.[Image: bbc22267a3614fa09f5a1b5a286c5926.jpg][Image: b9ae859169eb4fa2a39322ae2d3cf85c.jpg]

Sent from my GT-N7100 using Tapatalk
phonesurgeon
phonesurgeon
phonesurgeon
Senior Member
192
11-01-2018, 03:39 PM
#9
The chipset Qualcomm MSM8916 Snapdragon 410 (I looked it up)

And yea, I have the firmware too.

Sent from my GT-N7100 using Tapatalk
phonesurgeon
phonesurgeon
phonesurgeon
Senior Member
192
11-01-2018, 03:41 PM
#10



The chipset Qualcomm MSM8916 Snapdragon 410 (I looked it up)

And yea, I have the firmware too.

Sent from my GT-N7100 using Tapatalk
Pages (3): 1 2 3 Next
Users browsing this thread:
 1 Guest(s)
Users browsing this thread:
 1 Guest(s)
YtWhTl
live chat
whatsapp telegram instagram