Hello!
I tried to root my Micromax E484 through adb and fastboot. It flashed TWRP Recovery but upon giving the command - fastboot boot recovery.img, it gave an error - FAILED : UNKNOWN COMMAND
After this, my phone is not booting up! Upon starting the phone, TWRP logo appears then some lines written in red color but within a flash, the device restarts! And this keeps on happening continuously.
Can you pls. tell what is this problem? And what is its solution? It my phone bricked? Pls. help!
techie_vintage said:
Hello!
I tried to root my Micromax E484 through adb and fastboot. It flashed TWRP Recovery but upon giving the command - fastboot boot recovery.img, it gave an error - FAILED : UNKNOWN COMMAND
After this, my phone is not booting up! Upon starting the phone, TWRP logo appears then some lines written in red color but within a flash, the device restarts! And this keeps on happening continuously.
Can you pls. tell what is this problem? And what is its solution? It my phone bricked? Pls. help!
Click to expand...
Click to collapse
The problem is the command.
The command to flash recovery is
fastboot flash recovery path-to-recovery.img.
Write fastboot flash recovery and then drag and drop recovery.img and the path will come itself.
Bewildered Wolf said:
The problem is the command.
The command to flash recovery is
fastboot flash recovery path-to-recovery.img.
Write fastboot flash recovery and then drag and drop recovery.img and the path will come itself.
Click to expand...
Click to collapse
Thanks for the prompt reply!
But, my phone is not booting up!
Pls. chk the image I have attached! This is the error it displays for a second or two on bootup and then restarts and then again shows this screen and then restarts! This cycle keeps taking place continuosly!
So, what can I do now? Pls. guide!
techie_vintage said:
Thanks for the prompt reply!
But, my phone is not booting up!
Pls. chk the image I have attached! This is the error it displays for a second or two on bootup and then restarts and then again shows this screen and then restarts! This cycle keeps taking place continuosly!
So, what can I do now? Pls. guide!
Click to expand...
Click to collapse
Here : https://www.youtube.com/watch?v=Rs4zcryNt5Y
I hope it helps.
Bewildered Wolf said:
Here : https://www.youtube.com/watch?v=Rs4zcryNt5Y
I hope it helps.
Click to expand...
Click to collapse
Thanks for the help! But it didn't work! As I am unable to do anything on my phone! But, I tried flashing custom ROM through SP Flash tool but that too of no use as it doesn't flast at all! The process doesn't start and the problem remains the same! It's the same error (attached in my previous post) which it shows and that too for a second only and then automatically restarts! I mean it's entering TWRP but then shows that error and restarts! I can't do anything else!
Any other solution pls.?
Related
myxoom wont boot and it stuck at the boot logo! help pls!
Walk back into the store, walk up to customer service and say "It won't turn on"
That's about your only solution when someone loads a 3g kernel.
You might be able to try to Power Off, power on Press and hole Volume up and power when you see the moto logo.
i tried but failed! sad thing is i m staying malaysia n i ordered it via online!!!
pls! help me!
pls! i m gonna cry
Can you get into fastboot? You might want to try reflashing your boot and system partitions. I believe it was BeagleBoy that grabbed them off of a stock Xoom Wi-Fi. You're already unlocked I imagine. Should let you flash those right back in and start fresh.
This guy got out of a semi-brick by doing something similar.
http://forum.xda-developers.com/showthread.php?t=973355
Scourge1024 said:
Can you get into fastboot? You might want to try reflashing your boot and system partitions. I believe it was BeagleBoy that grabbed them off of a stock Xoom Wi-Fi. You're already unlocked I imagine. Should let you flash those right back in and start fresh.
Click to expand...
Click to collapse
If you can get into fastboot, you should be fine. Don't panic just yet.
Try reflashing the stock boot.img and system.img files through fastboot. I did it a few days ago http://forum.xda-developers.com/showpost.php?p=12832155&postcount=33
You can find boot.img and system.img for stock wifi xoom on the OP of that thread.
Failing that try the semi bricked solution.
I hope you solve your problem.
how do i enter fastboot?
sad is, now my machine stucks in boot screen (moto logo) .. n my com have no respond with it at all. any suggestion pls
omnia1994 said:
how do i enter fastboot?
sad is, now my machine stucks in boot screen (moto logo) .. n my com have no respond with it at all. any suggestion pls
Click to expand...
Click to collapse
Power off the device.
Then hold Volume Down and hold Power on at the same time.
it shows "Starting Fastboot protocol support" and stopped there. what this mean? =(
that means you should be able to get it running again.
follow the first message in this thread:
http://forum.xda-developers.com/showthread.php?t=1010568
probably from the stuck at 'dual core technology' bit...
but I think this is what you should follow:
adb reboot bootloader
fastboot flash boot boot.img
fastboot reboot
adb remount
adb push bcm4329.ko /system/lib/modules/bcm4329.ko
adb push tun.ko /system/lib/modules/tun.ko
adb push scsi_wait_scan.ko /system/lib/modules/scsi_wait_scan.ko
adb push cifs.ko /system/lib/modules/cifs.ko
adb push vold.fstab /system/etc/vold.fstab
adb reboot
you might also want to pick up the stock wifi images:
http://forum.xda-developers.com/showthread.php?t=1017398
and flash them using:
fastboot flash system system.img
fastboot flash recovery recovery.img
(you've already flashed boot.img above).
omnia1994 said:
it shows "Starting Fastboot protocol support" and stopped there. what this mean? =(
Click to expand...
Click to collapse
If you're lucky, your computer will connect and typing in "fastboot devices" will show an entry for your Xoom. You do not need to start with ADB if you're already in fastboot mode.
From there, flash the boot.img for the proper Xoom version you have. You may also want to flash the system.img as well.
From there, simply try to reboot using "fastboot reboot". Make sure your Xoom starts up. If it does, you're pretty much good to go. I'd root from there manually.
omnia1994 said:
it shows "Starting Fastboot protocol support" and stopped there. what this mean? =(
Click to expand...
Click to collapse
That means you are in fastboot.
You can now try to follow this http:// http://forum.xda-developers.com/showthread.php?t=1010568 skipping the unlock section. Or as scourge recommended, fastboot flash the stock .img files. You can find them here http://forum.xda-developers.com/showthread.php?t=1017398 and the instructions around post #26 in that thread.
but my com cant sense my device =(
n it stucks at boot screen with the words "Starting fastboot protocol support" but just stuck there, this works?
qubit76 said:
That means you are in fastboot.
You can now try to follow this http:// http://forum.xda-developers.com/showthread.php?t=1010568 skipping the unlock section. Or as scourge recommended, fastboot flash the stock .img files. You can find them here http://forum.xda-developers.com/showthread.php?t=1017398 and the instructions around post #26 in that thread.
Click to expand...
Click to collapse
That's not necessarily true. My PC can no longer detect my Xoom in any way whether or not it says "Starting Fastboot protocol support" or "Starting RSD mode 2". I can't get it to say anything else.
I used to be able to get into fastboot. That's how I bricked my Xoom... By trying to oem lock it with what I was hoping to be clean boot, system and recovery image files for the wifi.
Now, I can't even get back in to oem unlock or flash. RSD lite doesn't pick it up in RSD mode 2, but does pick up my old RAZR phone.
omnia1994 said:
but my com cant sense my device =(
n it stucks at boot screen with the words "Starting fastboot protocol support" but just stuck there, this works?
Click to expand...
Click to collapse
What sort of computer do you have? Can you copy and paste what you see when you type "fastboot devices"?
Copy and paste from your command prompt (or Linux terminal) and let's see what you've got.
ok. will report once tried. thx very much =)
Okay. If you can get into fastboot (check by "fastboot devices"), all you should need to do are these two commands if you're connected:
Code:
fastboot flash boot boot.img
fastboot flash boot system.img
fastboot reboot
That should get you close to stock first.
wth, i cant install the android SDK, it said it needs java to be installed. i ve installed that but still cant install the android sdk. =(
omnia1994 said:
wth, i cant install the android SDK, it said it needs java to be installed. i ve installed that but still cant install the android sdk. =(
Click to expand...
Click to collapse
Where error messages are you getting? Are you running 64bit?
help,like a noob i tried to root my razr i xt890,now it powers up into a boot mode that says normal power up,recovery,factory,bp tools,switch console,power off,what ever i choose apart from power off it just hangs,please help,i feel such a idiot much to the delight of my wife!
pag1967 said:
help,like a noob i tried to root my razr i xt890,now it powers up into a boot mode that says normal power up,recovery,factory,bp tools,switch console,power off,what ever i choose apart from power off it just hangs,please help,i feel such a idiot much to the delight of my wife!
Click to expand...
Click to collapse
Sounds like you have corrupted your boot file. If this is the case, its a simple fix. Extract the image from the attached file to the directory where you have fastboot installed, and then issue
Code:
fastboot flash boot razr_i_boot.img
Hope this helps.
fast boot?
Drew2k said:
Sounds like you have corrupted your boot file. If this is the case, its a simple fix. Extract the image from the attached file to the directory where you have fastboot installed, and then issue
Code:
fastboot flash boot razr_i_boot.img
Hope this helps.
Click to expand...
Click to collapse
thanks for the help,the problem is my computer wont connect to phone and i dont have fastboot,should have left the thing alone,if anyone can give me details that a noob can understand i would be forever in your debt
pag1967 said:
thanks for the help,the problem is my computer wont connect to phone and i dont have fastboot,should have left the thing alone,if anyone can give me details that a noob can understand i would be forever in your debt
Click to expand...
Click to collapse
How have you tried rooting your phone. Did you try flashing the zip file via recovery mode, or did you use the RAZRi_Root_Windows?
If you use tried flashing via recovery mode, then you will need to download the fastboot program. Try searching XDA for RAZRi_Root_Windows, or download the Android SDK.
If you tried using RAZRi_Root_Windows, then this includes fastboot, and the recovery image i included above.
Just open command prompt on your PC, and change the the directory that has the fastboot program located. Then, while your phones in boot mode, execute
Code:
fastboot flash boot razr_i_boot.img
thanks
Drew2k said:
How have you tried rooting your phone. Did you try flashing the zip file via recovery mode, or did you use the RAZRi_Root_Windows?
If you use tried flashing via recovery mode, then you will need to download the fastboot program. Try searching XDA for RAZRi_Root_Windows, or download the Android SDK.
If you tried using RAZRi_Root_Windows, then this includes fastboot, and the recovery image i included above.
Just open command prompt on your PC, and change the the directory that has the fastboot program located. Then, while your phones in boot mode, execute
Code:
fastboot flash boot razr_i_boot.img
Click to expand...
Click to collapse
thanks for the help,some one who knows what they are doing is looking at the phone,i will pass your advice on,thanks again
same problem here
pag1967 said:
thanks for the help,some one who knows what they are doing is looking at the phone,i will pass your advice on,thanks again
Click to expand...
Click to collapse
Drew2k ,
I have the same problem, and i did what you said but my phone shows the message:
Downloading...
Failed to hab check for boot: 0x56
preflash validation failed for boot
Fastboot comanded failed
What can I do???
Thanks
caiotmoraes said:
Drew2k ,
I have the same problem, and i did what you said but my phone shows the message:
Downloading...
Failed to hab check for boot: 0x56
preflash validation failed for boot
Fastboot comanded failed
What can I do???
Thanks
Click to expand...
Click to collapse
I've the same problem. Did you found any answer for this problem??
Drew2k said:
How have you tried rooting your phone. Did you try flashing the zip file via recovery mode, or did you use the RAZRi_Root_Windows?
If you use tried flashing via recovery mode, then you will need to download the fastboot program. Try searching XDA for RAZRi_Root_Windows, or download the Android SDK.
If you tried using RAZRi_Root_Windows, then this includes fastboot, and the recovery image i included above.
Just open command prompt on your PC, and change the the directory that has the fastboot program located. Then, while your phones in boot mode, execute
Code:
fastboot flash boot razr_i_boot.img
Click to expand...
Click to collapse
i opened the prompt screen..reach the directory..founde the image..but nothing happnes??!! for sure i'm donign something wrong but why!!!!???
The same thing bro!! anyone help
pag1967 said:
help,like a noob i tried to root my razr i xt890,now it powers up into a boot mode that says normal power up,recovery,factory,bp tools,switch console,power off,what ever i choose apart from power off it just hangs,please help,i feel such a idiot much to the delight of my wife!
Click to expand...
Click to collapse
I did the same thing try to root it did not unlock the boot looder & now my razr I is stuck and whe n i select any option it says fastboot menu disable. MY PHONE SCREEN :
Ap Fastboot Flash Mode (secure boot )
20.0D (sha-0ba4df3)
IFWI Info: 42.19
eMMC Info: Size 8Gb
Barcode: TA23704WS6
Battery (Okay): 3.85v (temp 42.0)
Connect Usb Data Cable
ROM-Key: Motorola-Key
Boot Mode Selection Menu
(Vo1 up selects. Vo1 Down Scrolls)
Normal Powerup
Recovery
Factory
BP Tools
Switch console [default:null]
Power Off
Fastboot Reason : Flash Failure
Fastboot: max download size: 100MB
_______________________________________________________________________________________________________________________
I know I should have left it alone.
If you can help me please give me easy to follow instructions since well Im a complete noob
Thanks in Advance
My email is [email protected]
My phone revive
black42 said:
I did the same thing try to root it did not unlock the boot looder & now my razr I is stuck and whe n i select any option it says fastboot menu disable. MY PHONE SCREEN :
Ap Fastboot Flash Mode (secure boot )
20.0D (sha-0ba4df3)
IFWI Info: 42.19
eMMC Info: Size 8Gb
Barcode: TA23704WS6
Battery (Okay): 3.85v (temp 42.0)
Connect Usb Data Cable
ROM-Key: Motorola-Key
Boot Mode Selection Menu
(Vo1 up selects. Vo1 Down Scrolls)
Normal Powerup
Recovery
Factory
BP Tools
Switch console [default:null]
Power Off
Fastboot Reason : Flash Failure
Fastboot: max download size: 100MB
_______________________________________________________________________________________________________________________
I know I should have left it alone.
If you can help me please give me easy to follow instructions since well Im a complete noob
Thanks in Advance
My email is [email protected]
Click to expand...
Click to collapse
Hey guys I got my phone back I opend rsd lite v6.1.4 and i restored it with: 8.7.1I-110_SML-13_BRLATAM_SCPNMINIICLABRLA_S1FF_fb.xml
bootlooader hope this helps thanks aniway
Can't flash it
black42 said:
Hey guys I got my phone back I opend rsd lite v6.1.4 and i restored it with: 8.7.1I-110_SML-13_BRLATAM_SCPNMINIICLABRLA_S1FF_fb.xml
bootlooader hope this helps thanks aniway
Click to expand...
Click to collapse
Got the same issue but with no luck. My RSD Lite keeps saying error on every file i try to flash. mine all of them end up in .xml.zip any ideas??
Sorry for my bad English. I know is a post about this , but no solution founded! I wiped my cachel/dalvik/data and Now I'm stucked with TWRP 2.6.3.0 boot loop. My tablet doesn't mount! I can go in the fastboot with adb reboot-bootloader. Fastboot work but it stucks and sending or reboot(and if i force reboot my tablet goes in twrp boot loop).I flashed Nv but I couldn't extract that blob. The custom recovery for twrp says something about saving in the intenet server. Please help me out! Sorry for my mistakes..
TheKid1997x said:
Sorry for my bad English. I know is a post about this , but no solution founded! I wiped my cachel/dalvik/data and Now I'm stucked with TWRP 2.6.3.0 boot loop. My tablet doesn't mount! I can go in the fastboot with adb reboot-bootloader. Fastboot work but it stucks and sending or reboot(and if i force reboot my tablet goes in twrp boot loop).I flashed Nv but I couldn't extract that blob. The custom recovery for twrp says something about saving in the intenet server. Please help me out! Sorry for my mistakes..
Click to expand...
Click to collapse
That's not nearly clear enough for someone to come in and help. Why don't you recount exactly each step you did and what happened at each then. What is a TWRP boot loop? Does fastboot recognize your tablet (does it return a serial number when you inquire?)? When you tried to send, did it say ok? Or wait for device? NVFlash: Are you on CWM recovery now? NVFlash doesn't run on TWRP! Saying "twrp says something about saving in the intenet server..." confuses me.
graphdarnell said:
That's not nearly clear enough for someone to come in and help. Why don't you recount exactly each step you did and what happened at each then. What is a TWRP boot loop? Does fastboot recognize your tablet (does it return a serial number when you inquire?)? When you tried to send, did it say ok? Or wait for device? NVFlash: Are you on CWM recovery now? NVFlash doesn't run on TWRP! Saying "twrp says something about saving in the intenet server..." confuses me.
Click to expand...
Click to collapse
Let's recap: I'm running TWRP. TWRP boot loop means the tablet continous boot into recovery.The only way I can acces fastboot i by going in recovery and than using the adb reboot-bootloader command in my pc. When I type fastboot devices gives me a serial number. The flashing procces from fastboot is preatty annoying because sometimes says OK erase , sended , writed(sometimes the writing procces take 2-3 secconds)Sometimes gives me errors such as many links. When I flashed NVflash that Root recovery from NV says something like: The bloobs were uploaded to the server!
Thanks anyway! I managed to delete the bootloader and the bad recovery! After that I flashed 2.4.40 and after the 2.7.0.1 . Now I'm running CM! THANKS:laugh:
Hello.. I need help for my oppo f1
I just tried to flash project spectrum and its lasted for more than 30mn showing that bar which says thats only 1mn remaining.... So after a lot of patience i force-rebooted my phone and it seems soft-bricked by showing a white line in the the top of the screen with the oppo's logo in normal boot and the recovery boot and the only thing that i can access is the fastboot menu
Need to urgent help please
Image: http://imgur.com/suVsLQ9
sidodz said:
Hello.. I need help for my oppo f1
I just tried to flash project spectrum and its lasted for more than 30mn showing that bar which says thats only 1mn remaining.... So after a lot of patience i force-rebooted my phone and it seems soft-bricked by showing a white line in the the top of the screen with the oppo's logo in normal boot and the recovery boot and the only thing that i can access is the fastboot menu
Need to urgent help please
Image: http://imgur.com/suVsLQ9
Click to expand...
Click to collapse
Same here, and no way to enter recovery despite fastboot succeded flashing operation.
sidodz said:
Hello.. I need help for my oppo f1
I just tried to flash project spectrum and its lasted for more than 30mn showing that bar which says thats only 1mn remaining.... So after a lot of patience i force-rebooted my phone and it seems soft-bricked by showing a white line in the the top of the screen with the oppo's logo in normal boot and the recovery boot and the only thing that i can access is the fastboot menu
Need to urgent help please
Click to expand...
Click to collapse
Install Original Firmware!
NatsueL33TGamer said:
Install Original Firmware!
Click to expand...
Click to collapse
NatsueL33TGamer
Click to expand...
Click to collapse
How to install the Original Firmware Dude??? we are not able to access anything other than the fastboot mode!!!
Try reflash recovery in computer
And download original firmware in your SD Card
And install Firmware in SD Card Tgats how I fix
Problem Solved!!!!!
Hey !! I solved the pblm!!! what I did was just hit and trial but it worked. Now I will give the method:
Follow these steps and see if u are lucky enough!
step1: go to fastboot mod in your oppo f1
step2: flash stock recovery using adb. Type in "fastboot flash recovery stock.img"(download here)
step3: do not reboot your device and type in "fastboot flashing lock_critical".
step4: type in "fastboot reboot"
After these 4 steps I was able to boot back in Project spectrum. I haven't checked until that if I m able to go to recovery mode but I will update once I check. Check if you can boot.
Note: keep the stock.img file in the same folder in which you have your adb installed.
And I am not sure if this will work for you also.. but it is safe so go give a try!!!
Click to expand...
Click to collapse
Click to expand...
Click to collapse
my r9 not enter fastboot mode, whst to do?
PC see him - MTP
If you dont mind will you provide a video link that how to use adb
So i did a stupid thing and flashed the wrong image when i was installing a new rom, I managed to lock myself out of ADB, TWRP and download mode. I'm in a bit of a pickle right now I've been trying everything I can to fix it, but I managed to do nothing. Is there anyone that can walk me through the steeps to get unbricked.
I've tried recovery through hisuite, but it says my device is not supported. My phone showed up via CMD command (fastboot devices) but not (adb devices). I have no idea what to do?
PLEASE HELP ME!!!
Nixonkai417 said:
So i did a stupid thing and flashed the wrong image when i was installing a new rom, I managed to lock myself out of ADB, TWRP and download mode. I'm in a bit of a pickle right now I've been trying everything I can to fix it, but I managed to do nothing. Is there anyone that can walk me through the steeps to get unbricked.
I've tried recovery through hisuite, but it says my device is not supported. My phone showed up via CMD command (fastboot devices) but not (adb devices). I have no idea what to do?
PLEASE HELP ME!!!
Click to expand...
Click to collapse
Give the all required information like Brand, model number in your post first.
Huawei honor 5x kiwi L24, I can't really acces the phone so finding some information is impossible. My main issue is when I boot it's failing to verify the Boot.img , recovery.img and system.img . I don't exactly know what all information I can give you
Nixonkai417 said:
So i did a stupid thing and flashed the wrong image when i was installing a new rom, I managed to lock myself out of ADB, TWRP and download mode. I'm in a bit of a pickle right now I've been trying everything I can to fix it, but I managed to do nothing. Is there anyone that can walk me through the steeps to get unbricked.
I've tried recovery through hisuite, but it says my device is not supported. My phone showed up via CMD command (fastboot devices) but not (adb devices). I have no idea what to do?
PLEASE HELP ME!!!
Click to expand...
Click to collapse
First open the tool
Select the update.app file
Then press Ctrl and select the imgs you want
And then right click and click extract selected
Like in here
https://up.harajgulf.com/imagef-149893652739431-png.html
-Hope- said:
First open the tool
Select the update.app file
Then press Ctrl and select the imgs you want
And then right click and click extract selected
Like in here
https://up.harajgulf.com/imagef-149893652739431-png.html
Click to expand...
Click to collapse
I have already done that, I've tried flashing it via SP flash tool but nothing, it won't show up. I've downloaded correct drivers and done what I could but my phone shows up as Lemobile android adb interface. It sometimes shows as a disk drive as well.
When I run CMD command (fastboot flash oem info) it shows everything but the recovery.img system.img and boot.img need verification how can I verify them without the debugging bridge active on the phone.
Nixonkai417 said:
I have already done that, I've tried flashing it via SP flash tool but nothing, it won't show up. I've downloaded correct drivers and done what I could but my phone shows up as Lemobile android adb interface. It sometimes shows as a disk drive as well.
When I run CMD command (fastboot flash oem info) it shows everything but the recovery.img system.img and boot.img need verification how can I verify them without the debugging bridge active on the phone.
Click to expand...
Click to collapse
What do you mean sir
Imgs are already verified cause they are official
And you don't need USB debug in fastboot mode
Your device is not has mtk processor so it won't work
-Hope- said:
What do you mean sir
Imgs are already verified cause they are official
And you don't need USB debug in fastboot mode
Your device is not has mtk processor so it won't work
Click to expand...
Click to collapse
I rooted my phone and was running xenon HD on my Huawei honor 5x, in the midst of switching ROMs I accidently targeted a TWRP recovery.img with the ROM and Gapps.
So what my phone dose now is when it powers on it an all green screen with a red box and a blue box. After a second it come up with " recovery image verify failed, please update to verified images." I can enter fastboot&rescue mode and a Huawei erecovery, but when i do try to download the recovery via WIFI it says package failure.
Nixonkai417 said:
I rooted my phone and was running xenon HD on my Huawei honor 5x, in the midst of switching ROMs I accidently targeted a TWRP recovery.img with the ROM and Gapps.
So what my phone dose now is when it powers on it an all green screen with a red box and a blue box. After a second it come up with " recovery image verify failed, please update to verified images." I can enter fastboot&rescue mode and a Huawei erecovery, but when i do try to download the recovery via WIFI it says package failure.
Click to expand...
Click to collapse
What happens when you try flashing through fastboot
Assuming that your bootloader is unlocked have you tried reflashing twrp?
-Hope- said:
What happens when you try flashing through fastboot
Assuming that your bootloader is unlocked have you tried reflashing twrp?
Click to expand...
Click to collapse
I had unlocked my bootloader but some research I was doing says, when you accidently flash wrong images it can relock the bootloader. I lost the original bootloader code and i don't exactly have the box anymore, so getting a new code will be difficult.
Nixonkai417 said:
I had unlocked my bootloader but some research I was doing says, when you accidently flash wrong images it can relock the bootloader. I lost the original bootloader code and i don't exactly have the box anymore, so getting a new code will be difficult.
Click to expand...
Click to collapse
As long as the bootloader says 'phone is unlocked' then its ok
-Hope- said:
As long as the bootloader says 'phone is unlocked' then its ok
Click to expand...
Click to collapse
I'm my case the bootloader has relocked, so in green it say phone status: locked.
Nixonkai417 said:
I'm my case the bootloader has relocked, so in green it say phone status: locked.
Click to expand...
Click to collapse
I've reread your previous post and you didn't mentioned what happens in the cmd window when trying to flash the files?
-Hope- said:
I've reread your previous post and you didn't mentioned what happens in the cmd window when trying to flash the files?
Click to expand...
Click to collapse
(REMOTE: command not allowed)
I have already sent an email to Huawei support, just waiting on a response to see if they can give me another unlock code. If I'm unable to unlock the boot loader again with the codes, what's my options for unlocling the boot loader without Huawei's help.