Waiting for device ... - YU Yuphoria

I am problem with installing adb driver
It is installed but still not shows my device in fastboot
I tried all possible ways to install it through
Pdanet
15seconds adb installer
Windows update
Firmware file (stock rom zip)
All things are working , and it is showing adb driver installed in device manager and
All file transfer , media , tethering and hotspot working fine , i am only having problem with adb driver on fastboot
I need help , please

Try this
fastboot -i 0x2A96 devices
if it works then execute every options like
fastboot -i 0x2A96 <option>

Related

[Q] Fastboot freezes my phone?

I'm sure that there is a simple fix for this but whenever I boot my phone into fastboot either in ADB or manually, my phone freezes.
I've checked all the variables before asking such as making sure that all the drivers are installed.
When I go to device manager, it tells me that the latest drivers are already installed...
I assigned the correct path to the ADB and fastboot location but still nothing...
This is basically what happens:
Open adb location and open command window here.
Type adb to see if it's working (it does)
-adb devices (device IS listed)
-adb reboot bootloader (phone boots into fastboot and shows; "=> fastboot mode.../" or something like that
-fastboot (to see if it's working and it DOES)
Then from there, I can't do anything as my phone seems to freeze.
No fastboot <command> will work.
Any advice is highly welcomed

Pattern Unlock [ the noob way ]

Requirement :
1. Android device with pattern locked!
2. Device Drivers (important)
Not Required:
1. Boot loader unlocked
2. Rooted Device
3. Custom Recovery
4. Usb Debugging ON
5. Data Connection ON
6. Wifi
7. Gmail ID & Password
> First of all you need to install fastboot in your pc.
"If you dont know any thing about adb & fastboot "
Use "15 seconds ADB Installer v1.4.2" by - Snoop05
http://d-h.st/IRd
Or
Download this: Minimal ADB and Fastboot -by shimp208
https://www.dropbox.com/s/dm8zlbp3hbpelmf/minimal_adb_fastboot_v1.2_setup.exe?dl=0
>If you dont have device drivers , Try this http://pdanet.en.softonic.com/download (i dont know if it work or not !)
>If everything work fine, fastboot will detect your device.
then try these command on Command Prompt or minimal adb fastboot
Code:
fastboot devices (if drivers are ok! , it will detect device)
fastboot -w (erase all data/cache)
fastboot reboot (reboot device)
>Congratulation Everything Done,.. Now there is no pattern lock
>By doing this you will loss every application you have installed before (i mean factory reset- as it wipe "Data&Cache")
BUT YOU GET YOUR PHONE BACK \../,

Tutorial fix stuck on fastboot mode for rom global

- There are some models when the faulty update will hang on fastboot because the previous recovery has been changed. Here my device uses the global NA rom and has rooted the device, and when I updated it from v1.18 to v1.20, when booting up the recovery system failed, I was taken to the fastboot screen and stopped at the fastboot screen.
*TUTORIAL:
- S1: Install driver zte+usb android and adb fastboot tool (if you haven't).
- S2: Copy file recovery.img (of rom global you use) to folder adb
- S3: Open folder adb and open cmd cd to folder adb and type command:
fastboot devices //Check if the device is connected, if not then review the driver
fastboot oem nubia_unlock NUBIA_NX629J
fastboot flash recovery recovery.img
fastboot reboot
Done

Adb fails to recognise device only when in fastboot

Hi all,
I've seen I haven't been the only one with this problem, but I haven't seen a clear solution yet. My Poco F2 pro miui global gets recognised by adb, and by the unlocking software when in fastboot, but not by adb in fastboot. I am trying to install TWRP. I have tried various drivers (currently running one from the official mi forum), running the command prompt, powershell and terminal with admin rights, killing and starting the adb server, using a windows or linux system to do it, made sure to enable USB debugging, file exchange and permanently accepting fingerprints after connecting. But to no avail. Any suggestions on what to try next?
Thanks in advance.
herkio1 said:
Hi all,
I've seen I haven't been the only one with this problem, but I haven't seen a clear solution yet. My Poco F2 pro miui global gets recognised by adb, and by the unlocking software when in fastboot, but not by adb in fastboot. I am trying to install TWRP. I have tried various drivers (currently running one from the official mi forum), running the command prompt, powershell and terminal with admin rights, killing and starting the adb server, using a windows or linux system to do it, made sure to enable USB debugging, file exchange and permanently accepting fingerprints after connecting. But to no avail. Any suggestions on what to try next?
Thanks in advance.
Click to expand...
Click to collapse
Adb use Adb.exe and fastboot fasboot.exe (differente programs)
For Twrp you must use this command " .\fastboot flash recovery twrp.img "with CMD or Powershell.
download sdk Platform tools https://developer.android.com/studio/releases/platform-tools.
extract platform-tools folder.
Put this twrp https://androidfilehost.com/?fid=17248734326145679747 into platform tools folder
Phone in fastboot mode power and volume - (Obviously the phone must be detected on the pc)
use this command " .\fastboot flash recovery twrp.img "with CMD or Powershell.
Solved thanks, I used fastboot for fastboot mode and adb for in twrp/booted in system. I must have mistyped because I could flash the twrp.img file but it then gave me an error when trying to boot into it.

Waiting for Device Error

i want to root https://www.xda-developers.com/root/
when i try
Code:
fastboot flash boot /path/to/magisk_patched.img
im stuck at
< waiting for device >
when i try
adb devies
it show my device
but when i boot to fastboot in my phone
i try
fastboot devices
didn't show fastboot devices
i use
15 seconds ADB Installer​https://www.droidthunder.com/adb-drivers/#Method_1_Using_15_seconds_ADB_Installer
what should i do ??
if youre on windows, have you installed the driver provided by your manufacturer? Or did you run command prompt as administrator?
if youre on linux, did you execute adb/fastboot with root permissions?
Also make sure you use the official plaform tools: https://developer.android.com/studio/releases/platform-tools
MLPIR said:
if youre on windows, have you installed the driver provided by your manufacturer? Or did you run command prompt as administrator?
if youre on linux, did you execute adb/fastboot with root permissions?
Also make sure you use the official plaform tools: https://developer.android.com/studio/releases/platform-tools
Click to expand...
Click to collapse
im on windows i have already install mtp driver also run cmd as admin in the platform-tools folder still not show the devices.
chatofking said:
im on windows i have already install mtp driver also run cmd as admin in the platform-tools folder still not show the devices.
Click to expand...
Click to collapse
Is your usb properly plugged in and working? (Both on the computer and phone)
yes as you can see
it work on adb devices but not fastboot devices.
Code:
D:\platform-tools>adb devices
List of devices attached
WGWWINQGT8NBJVB6 device
Code:
D:\platform-tools>fastboot devices
what should i do ??
Run this command sequence
Code:
adb devices
adb reboot fastboot
fastboot devices
xXx yYy said:
Run this command sequence
Code:
adb devices
adb reboot fastboot
fastboot devices
Click to expand...
Click to collapse
did you mean
Code:
adb reboot bootloader
xXx yYy said:
Run this command sequence
Code:
adb devices
adb reboot fastboot
fastboot devices
Click to expand...
Click to collapse
thank it worked now
it show fastboot mode instead fastboot in my phone
D:\platform-tools>fastboot devices
WGWWINQGT8NBJVB6 fastboot
can i ask one more question i got this message
when i
D:\platform-tools>fastboot flash boot D:\platform-tools/magisk_patched-25100_1VYTU.img
it show
Code:
Sending 'boot' (98304 KB) FAILED (remote: 'Download is not allowed on locked devices')
fastboot: error: Command failed
what should i do ??

Categories

Resources