Hi guys ,
I was trying to get rid of from emergency mode and finally I found a solution and want to share with you.Sorry for bad english.
First of all you should know that you are doing this with your own risk and you will lose your all data .
REQUIREMENTS
-Windows Device Recovery Tool (Download)
-Your device's rom (you can get it from here)
-Your device's emergency files (files end with .hex and .mbn. You should see them under the rom details.)
When you get ready , connect your phone to computer via usb. Then open your Command line in administrator and type :
If you are using 32 bit operating system:
If you are using 64 bit operating system:
Now we will use thor2 for get rid of from emergency mode but we cant do it immediately.We should install bootloader again.Copy your rom and emergency files to desktop.
IMPORTANT
Then type in command line and edit code:
Press your phone's soft-reset(volume down-power) buttons and Windows will give notification sound about your device disconnect and reconnect.It will take about 10 seconds at least.Timing is important.You should restart your device and hit enter at the same time. Otherwise you will get:
"THOR2_EMERGENCYFLASHV1_ERROR_PROGRAMMER_SEND_FAILED
THOR2 1.8.2.18 exited with error code 85030 (0x14C26)"
You should see "Exited with success".
Then your phone lead to flashing mode but it wont flash any file. For flash your rom type:
And you are done.Just wait for flash ends. Then your device will restart in factory settings and you will able to use your device.Hope it helps!
Credits:
DilanCHD's Tutorial
I was trying to get rid of from emergency mode and finally I found a solution and want to share with you.Sorry for bad english.
First of all you should know that you are doing this with your own risk and you will lose your all data .
REQUIREMENTS
-Windows Device Recovery Tool (Download)
-Your device's rom (you can get it from here)
-Your device's emergency files (files end with .hex and .mbn. You should see them under the rom details.)
When you get ready , connect your phone to computer via usb. Then open your Command line in administrator and type :
If you are using 32 bit operating system:
Code:
cd "%ProgramFiles%\Microsoft Care Suite\Windows Device Recovery Tool"
Code:
cd "%ProgramFiles(x86)%\Microsoft Care Suite\Windows Device Recovery Tool"
IMPORTANT
Then type in command line and edit code:
Code:
thor2 -mode emergency -hexfile %HomePath%\Desktop\YOUR_HEX_FILE.hex -mbnfile %HomePath%\Desktop\YOUR_MBN_FILE.mbn -ffufile %HomePath%\Desktop\YOUR_ROM_FILE.ffu -skipffuflash
"THOR2_EMERGENCYFLASHV1_ERROR_PROGRAMMER_SEND_FAILED
THOR2 1.8.2.18 exited with error code 85030 (0x14C26)"
You should see "Exited with success".
Then your phone lead to flashing mode but it wont flash any file. For flash your rom type:
Code:
thor2 -mode uefiflash -ffufile "%HomePath%\Desktop\YOUR_ROM_FILE.ffu" -do_full_nvi_update -do_factory_reset -reboot
Credits:
DilanCHD's Tutorial
Last edited: