• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

FAILED (remote: unknown command) ZTE BLADE V9

  • Thread starter Thread starter Juxo321
  • Start date Start date
J

Juxo321

Guest
I need help because I want to unlock the bootloader but i can't, my device is Zte blade V9 I enabled OEM lock AND enabled usb debugging

PS C:\Users\Justin\Downloads\platform-tools> fastboot flashing unlock
...
FAILED (remote: unknown command)
finished. total time: 0.008s
PS C:\Users\Justin\Downloads\platform-tools> fastboot oem unlock
...
FAILED (remote: unknown command)
finished. total time: 0.012s
PS C:\Users\Justin\Downloads\platform-tools>
 
I've been trying to unlock the bootloader but I can't, I enabled OEM unlock and usb debugging, I've been searching for a solution all day I am stressed, could someone please help me i'm new to this?

This is the error

PS C:\Users\Justin\Downloads\platform-tools> fastboot flashing unlock
...
FAILED (remote: unknown command)
finished. total time: 0.008s
PS C:\Users\Justin\Downloads\platform-tools> fastboot oem unlock
...
FAILED (remote: unknown command)
finished. total time: 0.012s
PS C:\Users\Justin\Downloads\platform-tools> enable OEM lock
 
I've been trying to unlock the bootloader but I can't, I enabled OEM unlock and usb debugging, I've been searching for a solution all day I am stressed, could someone please help me i'm new to this?

This is the error

PS C:\Users\Justin\Downloads\platform-tools> fastboot flashing unlock
...
FAILED (remote: unknown command)
finished. total time: 0.008s
PS C:\Users\Justin\Downloads\platform-tools> fastboot oem unlock
...
FAILED (remote: unknown command)
finished. total time: 0.012s
PS C:\Users\Justin\Downloads\platform-tools> enable OEM lock

https://www.google.com/amp/s/gearallnews.com/how-to-unlock-the-bootloader-of-zte-blade-v9-vita/amp/

There are directions
 
I need help because I want to unlock the bootloader but i can't, my device is Zte blade V9 I enabled OEM lock AND enabled usb debugging

PS C:\Users\Justin\Downloads\platform-tools> fastboot flashing unlock
...
FAILED (remote: unknown command)
finished. total time: 0.008s
PS C:\Users\Justin\Downloads\platform-tools> fastboot oem unlock
...
FAILED (remote: unknown command)
finished. total time: 0.012s
PS C:\Users\Justin\Downloads\platform-tools>
is the phone in fastboot mode?
is platform-tools where you have adb setup?
if you type
Code:
adb devices
what happens? it should show a list of devices connected
 
is the phone in fastboot mode?
is platform-tools where you have adb setup?
if you type
Code:
adb devices
what happens? it should show a list of devices connected

Yes the phone is in fastboot mode and there are some webs and I did all the steps, I've had this problem always, It always says FAILED (remote: unknown command)

C:\Program Files (x86)\Minimal ADB and Fastboot>adb devices
List of devices attached
320784339447 device
 

Attachments

  • Captura de pantalla (11).png
    Captura de pantalla (11).png
    47.8 KB · Views: 221

Attachments

  • Captura de pantalla (12).png
    Captura de pantalla (12).png
    59 KB · Views: 191
according to that screen shot seems like everything seems to be working. i did not see what the output was for
Code:
fastboot oem unlock
 
according to that screen shot seems like everything seems to be working. i did not see what the output was for
Code:
fastboot oem unlock

Yes but with every command only says "FAILED (remote: unknown command)" and I don't know how to fix it :c
 
start from scratch
1.reboot your phone normally
2.
Code:
adb devices
just to make sure adb recognizes your phone
3.
Code:
adb reboot bootloader
4.
Code:
fastboot oem unlock

make sure that you are using the right directory when typing the commands
 
start from scratch
1.reboot your phone normally
2.
Code:
adb devices
just to make sure adb recognizes your phone
3.
Code:
adb reboot bootloader
4.
Code:
fastboot oem unlock

make sure that you are using the right directory when typing the commands

It doesn't work :c, do u know other form to install TWRP without unlock the bootloader?
 

Attachments

  • Captura de pantalla (15).png
    Captura de pantalla (15).png
    138.7 KB · Views: 284
well keep an eye out here. there maybe others here who might be able to help further. i'll keep looking for answers and will post anything that i come across here in this thread.
 
Back
Top Bottom