Adb Not Detecting Device In Fastboot

Adb Not Detecting Device In Fastboot Rating: 4,4/5 4466 votes
  1. Fastboot Devices Not Showing Ubuntu
  2. Adb Not Detecting Device In Fastboot Windows
  3. How To Use Adb Fastboot

Learn how you can easily unbrick any Android device stuck at logo screen or continuously rebooting. Method applies to any stock or rooted devices. Setup fastboot adb drivers. You can follow our guide to setup adb fastboot. Extract /unzip the ROM file, to get the boot.img file.

I have a Moto G (Falcon-xt 1033).

Recently I successfully flashed cm 13 nighly on my device, everything worked fine, used the phone a little while, then flashed supersu and device went into a boot loop.

I had removed rom zip files from device storage, so I am trying to push rom zip into my device via adb. But the adb does not detect my device(nor does my laptop- running ubuntu 14.04). I tried a bunch of things from from trying all ports to updating adb version to creating 51-android.rules file under etc/udev/rules.d/

The recovery my device used is cwm.I want to access the storage drive of my device either by adb or by any alternative to push the rom .zip and other files. How exactly can I go about solving this problem.

PLEASE HELP!

user3762742
user3762742user3762742

1 Answer

Fastboot Devices Not Showing Ubuntu

From my experience, it is generally a bad idea to flash supersu on a CM13 install, because supersu is already supported by CM13 (in the developer options, the 'root access' item), and there are some know issues with doing so. Here are some things that I would try :

First, make sure USB debugging is on for adb. You can enable it in Settings > developer options > Android debugging. You can also try to enable root access for ADB. Boot into recovery and try 'adb devices'. If this does not work, you can try the following steps :

Happy death day pirate bay. 1- If you can detect your device in fastboot mode (fastboot devices), flash a new recovery (TWRP or clockworkmod).

2- Reboot into fastboot

3- Go into recovery

4- Try adb devices. If it works, format system, data, cache and reinstall everything (except supersu ;p).

If this does not work, I would suggest you flash the factory Motorola image from fastboot mode and then try steps 1-4 again.

If all fails, I would suggest consulting the associated page of your ROM on XDA.

Adb Not Detecting Device In Fastboot
FranckFranck

Adb Not Detecting Device In Fastboot Windows

Not the answer you're looking for? Browse other questions tagged usbandroidadb or ask your own question.

I have Lenovo Yoga Tablet PC 1051L.

I try this :

result :

then:

result:

How To Use Adb Fastboot

then I try reboot bootloader:

my tablet reboot and show DIRIODBOOT screen.but when I Try fastboot dont found any device :

or when I try this:

show me:

My questions:

why fastboot can't detect my device?

Adb

How I Can fix this problem

I have same problem with fastboot in windows 10 but when iRoot installed the Lenovo driver fastboot detect device.But I cant find any driver Lenovo driver in Ubuntu.

A1GardA1Gard
1661 gold badge3 silver badges18 bronze badges

1 Answer

Maybe this question can help you..

Try using sudo $(which fastboot)

for instance sudo $(which fastboot) devices

Of course, if it's still actually at the moment..

amc
4,9646 gold badges29 silver badges47 bronze badges
АртёмАртём

Not the answer you're looking for? Browse other questions tagged driversandroidlenovoadb or ask your own question.