< Waiting For Device > Failed to install TWRP - Xiaomi Redmi Note 3 Questions & Answers

Hi guys .
I tried many method to install twrp but cmd always say < waiting for device > although i unlocked bootloader , check usb debugging and oem . Please help me
Solved: Just change PC

Did you boot into fastboot? If so try command "fastboot devices" and check if your device shows up.

Try this method also..
http://forum.xda-developers.com/redmi-note-3/how-to/method-to-flash-twrp-recovery-unlock-t3473294

JustinSang said:
Hi guys .
I tried many method to install twrp but cmd always say < waiting for device > although i unlocked bootloader , check usb debugging and oem . Please help me
Click to expand...
Click to collapse
You do not have fastboot drivers installed

Related

Nexus S can't unlock bootloader

Hi Everyone.I have Nexus S I9023. And i can't unlock bootloader. My phone , unfortunately, he fell into bootloop . And I do not have the option to run , among other things debug mode . I tried to rescue the phone via adb update in recovery . but my phone pops up that the installation was interrupted .
When I got the phone in fastboot mode by typing it in the CMD , " fastboot devices" , the command I find my phone , and fastboot oem unlock does not want to work. I have installed the SDK , drivers also have google . What to do?

How to unlock bootloader for LYF Flame-1 (LS-4503)

Hi guys!
does anyone knows how to unlock bootloader for lyf flame 1.
I have tried many methods but didn't work
I have tried getting into fast boot and typing "fastboot oem unlock" I am getting "FAILED <remote: unknown command>"
but nothing works.
i have tried using different tools (all in one tools, unlock my bootloader and many) but nothing works
it has been very hard to root my mobile as there is no full rooted script for my mobile and I have many tools to root my mobile(iroot,vroot,mobogenie,unlockroot,safe root,kingoroot,king root,mobile go,zroot,poot,etc) but kingroot has worked but not giving full permission. i cant give shell commands.
please help me to unlock my bootloader
my phone:LYF Flame-1 (LS-4503) running 5.1.1
kvbkiran said:
Hi guys!
does anyone knows how to unlock bootloader for lyf flame 1.
I have tried many methods but didn't work
I have tried getting into fast boot and typing "fastboot oem unlock" I am getting "FAILED <remote: unknown command>"
but nothing works.
i have tried using different tools (all in one tools, unlock my bootloader and many) but nothing works
it has been very hard to root my mobile as there is no full rooted script for my mobile and I have many tools to root my mobile(iroot,vroot,mobogenie,unlockroot,safe root,kingoroot,king root,mobile go,zroot,poot,etc) but kingroot has worked but not giving full permission. i cant give shell commands.
please help me to unlock my bootloader
my phone:LYF Flame-1 (LS-4503) running 5.1.1
Click to expand...
Click to collapse
If your android rooted using KingRoot then it must your bootloader is unlocked.
Try command in fastboot mode
"fastboot oem device-info" then see bootloader unlocked is true or false. If true means your bootloader is unlocked.
What ever i am typing its saying only "FAILED <remote: unknown command>"
Only the working code is "fastboot devices" 😥
kvbkiran said:
What ever i am typing its saying only "FAILED <remote: unknown command>"
Only the working code is "fastboot devices" 😥
Click to expand...
Click to collapse
Is your android detect in fastboot mode. When you run command fastboot devices then device shows their serial number.
yes it is showing my device with some serial key
is anytihng possible with download mode
Please anyone help me to unlock bootloader
please can anyone reply me
kvbkiran said:
please can anyone reply me
Click to expand...
Click to collapse
Have you enabled oem unlock option in developer setting.
yeah i did it but nothing happens
kvbkiran said:
yeah i did it but nothing happens
Click to expand...
Click to collapse
It may be because your android secure with FRP protection. Try Merapitool to remove FRP protection from your android.
there is nothing like that i have already bypassed frp
i have my resetted gmail account and also i have succesfully using my mobile
and i dont think removing frp will helps in unlocking bootloader
please help me i cant able to do anything from the bootloader
fastboot is detecting but cant able to execute any commands
Buddy may be ur boot.img needs to be modified root device using this . Toolkit
https://forum.xda-developers.com/android/general/how-to-rooting-guide-lyf-water-1-ls-5002-t3563825
Its a fastboot based if this works then other commands will start working
this is for LYF water
will it works me ?
please reply me
still i tried but still same problem
getting failed <remote: unknown command>
Can u send Boot.img
?
Also make sure usb debugging is enabled and drivers are installed for ur device .
please reply quick. Send me ur boot.img
Yes i have enabled the usb debugging and installed the perfect drivers for my phone
i have just extracted the boot.img from the flash file
https://drive.google.com/open?id=0B5f1QUUHbjhccjMzWHN3ZFNVVW8
Flame 1 and flame 8 these both devices have fastboot problems these devices never boot in fastboot properly. They just stuck at "power by android" screen when given command "reboot bootloder" or maually from recovery "reboot to bootloader"
Hey xda plz help me how to unlock bootloader for Lenovo a3300-hv plz help running ROM 4.4.2

OEM Unlock

Does enabling OEM Unlock from developer options (Android 5.1.1) unlocks the bootloader?
If yes then can I directly flash a custom recovery after enabling OEM Unlock?
ayu321 said:
Does enabling OEM Unlock from developer options (Android 5.1.1) unlocks the bootloader?
If yes then can I directly flash a custom recovery after enabling OEM Unlock?
Click to expand...
Click to collapse
No, it only gives you permission to unlock bootloader.
You will need to unlock bootloader using adb.
Try this,
Download adb and Koush Universal adb driver and install them on ur pc, always install the driver first and don't install the drivers adb setup asks u to install.
Run command prompt as administrator.
Open the folder in c drive where adb is installed, u can use file explorer for this.
Press Shift+right click and select open command window here.
Enable USB debugging on your phone and connect it to the pc by a USB cord.
Enter command "adb devices" without quotation marks.
If it shows some device connected, only then proceed further.
Enter command " adb reboot bootloader"
Enter command " fastboot devices", if it shows some device to be connected, only then proceed further.
Enter command " fastboot oem unlock".
Ur phone may then ask for final confirmation on the phone screen, select yes.
When procedure completes, type "fastboot reboot" and your phone will reboot normally.
Augustoandro said:
No, it only gives you permission to unlock bootloader.
You will need to unlock bootloader using adb.
Try this,
Download adb and Koush Universal adb driver and install them on ur pc, always install the driver first and don't install the drivers adb setup asks u to install.
Run command prompt as administrator.
Open the folder in c drive where adb is installed, u can use file explorer for this.
Press Shift+right click and select open command window here.
Enable USB debugging on your phone and connect it to the pc by a USB cord.
Enter command "adb devices" without quotation marks.
If it shows some device connected, only then proceed further.
Enter command " adb reboot bootloader"
Enter command " fastboot devices", if it shows some device to be connected, only then proceed further.
Enter command " fastboot oem unlock".
Ur phone may then ask for final confirmation on the phone screen, select yes.
When procedure completes, type "fastboot reboot" and your phone will reboot normally.
Click to expand...
Click to collapse
thnx for the reply augustonandro ! but i think im doing something wrong , whenever i type the command adb reboot bootloader my device(Galaxy J200G) restarts instead of rebooting to bootloader . So I just went to my stock recovery and chose option "reboot to bootloader" but still it restarted instead of rebooting to bootloader.
Am I doing something wrong?
ayu321 said:
thnx for the reply augustonandro ! but i think im doing something wrong , whenever i type the command adb reboot bootloader my device(Galaxy J200G) restarts instead of rebooting to bootloader . So I just went to my stock recovery and chose option "reboot to bootloader" but still it restarted instead of rebooting to bootloader.
Am I doing something wrong?
Click to expand...
Click to collapse
Try "adb reboot download" command
If u try
Setting>Developer Option>
Now search
OEM Unlock and enable
Ashwinrg said:
Try "adb reboot download" command
Click to expand...
Click to collapse
this command reboots to download mode not bootloader
guys i just found out this thread:https://forum.xda-developers.com/galaxy-j2/development/dev-samsung-galaxy-j2-lte-t3258147 and it says that just enable OEM Unlock and your bootloader will be unlocked. Is it true?
No, as explained above. That just allows the bootloader to be unlocked via ADB/fastboot (unless the bootloader is locked down like many ZTE phones).
Have you tried "adb reboot-bootloader"?
HI...I know after so many years....But i am having some problem considering my nokia 5 phone....In developer option the OEM unlock is greyed out and i cannot unlock it at all(i cannot toggle it on)....Any possible way i can turn it on....Let me know....Thanks in advance
Thebisboss said:
HI...I know after so many years....But i am having some problem considering my nokia 5 phone....In developer option the OEM unlock is greyed out and i cannot unlock it at all(i cannot toggle it on)....Any possible way i can turn it on....Let me know....Thanks in advance
Click to expand...
Click to collapse
It might already be unlocked

[Rooting & Unlocking Bootloader] Vivo Y53 (1606)

How do I root on this type of phone?
I've tried kingroot via computer , kingoroot via computer, etc... I also tried to unlocked my bootloader using adb through the following commands
"adb reboot bootloader"
"fastboot bbk unlock_vivo"
But the fastboot mode in the phone isn't responding at all. I have no idea what to do to root and unlock the bootloader.
Would be awesome if u guys help me out on my little problem [emoji28]
Sent from my vivo 1606 using Tapatalk
OverallAlpha said:
How do I root on this type of phone?
I've tried kingroot via computer , kingoroot via computer, etc... I also tried to unlocked my bootloader using adb through the following commands
"adb reboot bootloader"
"fastboot bbk unlock_vivo"
But the fastboot mode in the phone isn't responding at all. I have no idea what to do to root and unlock the bootloader.
Would be awesome if u guys help me out on my little problem [emoji28]
Click to expand...
Click to collapse
Hello.
Maybe am too late to reply to ur question.
Have u turn ON Allow Oem Unlock in Developer option ?
Hello is vivo y53 available for root?
I also facing this problem, please anyone help
RidzVarn said:
Hello.
Maybe am too late to reply to ur question.
Have u turn ON Allow Oem Unlock in Developer option ?
Click to expand...
Click to collapse
Yes, but on reboot it automatically disables it. It's not permanent
jacktemp said:
Yes, but on reboot it automatically disables it. It's not permanent
Click to expand...
Click to collapse
Try this method :
- Switch on the OEM unlocking option in Dev Opt and plug in USB to PC and direct booting into bootloader using ADB cmd
adb reboot-bootloader
- Navigate to PC device manager and look for new device detection and update driver. On Update Drivers popup, navigate to Properties TAB and choose 'Hardware Ids' from scroll menu, rightclick and copy the first id that shown and google for the drivers.
Sometime, from my experiences, PC might say the driver installed for our phone is correct, but it isn't. Thats why when we enter fastboot cmd eg :
fastboot oem unlock
nothing will happen, bcos the driver isnt correctly designed for it.
Well, good luck trying...
RidzVarn said:
Hello.
Maybe am too late to reply to ur question.
Have u turn ON Allow Oem Unlock in Developer option ?
Click to expand...
Click to collapse
Yes Sab Kar liya but no root

Question How to unlock Bootloader?

Hello anywhere!
How unlock Bootloader on buid V3.15
I try adb command " fastboot flashing unlock " but nothing happens
command promt writes me: < waiting for any device > ...
Dudes!!! I figured it out
It turns out that I did not have ADB drivers installed. After installation I was able to unlock
be careful!

Categories

Resources