11-01-2018, 12:59 PM
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
(11-01-2018, 01:16 PM)SigmaX Wrote:It can't, the only command that works is vol - plus power and it boots to rescue mode.(11-01-2018, 12:59 PM)paafugees Wrote: 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
(11-01-2018, 01:19 PM)paafugees Wrote:(11-01-2018, 01:16 PM)SigmaX Wrote:It can't, the only command that works is vol - plus power and it boots to rescue mode.(11-01-2018, 12:59 PM)paafugees Wrote: 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
Sent from my GT-N7100 using Tapatalk
fastboot devices
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.
(11-01-2018, 01:19 PM)paafugees Wrote:(11-01-2018, 01:16 PM)SigmaX Wrote:It can't, the only command that works is vol - plus power and it boots to rescue mode.(11-01-2018, 12:59 PM)paafugees Wrote: 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
Sent from my GT-N7100 using Tapatalk
(11-01-2018, 03:16 PM)innagee Wrote:The device is stuck at bootlogo.(11-01-2018, 01:19 PM)paafugees Wrote:(11-01-2018, 01:16 PM)SigmaX Wrote:It can't, the only command that works is vol - plus power and it boots to rescue mode.(11-01-2018, 12:59 PM)paafugees Wrote: 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
Sent from my GT-N7100 using Tapatalk
What's wrong with the device and how did the problem start?
(11-01-2018, 03:30 PM)paafugees Wrote:(11-01-2018, 03:16 PM)innagee Wrote:The device is stuck at bootlogo.(11-01-2018, 01:19 PM)paafugees Wrote:(11-01-2018, 01:16 PM)SigmaX Wrote:It can't, the only command that works is vol - plus power and it boots to rescue mode.(11-01-2018, 12:59 PM)paafugees Wrote: 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
Sent from my GT-N7100 using Tapatalk
What's wrong with the device and how did the problem start?
A customer brought it so i don't know it started.
Sent from my GT-N7100 using Tapatalk
(11-01-2018, 01:58 PM)SigmaX Wrote:"Phone locked" might the reason i think.(11-01-2018, 01:19 PM)paafugees Wrote:(11-01-2018, 01:16 PM)SigmaX Wrote:It can't, the only command that works is vol - plus power and it boots to rescue mode.(11-01-2018, 12:59 PM)paafugees Wrote: 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
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
I wish you successCode: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.