lundi 6 juin 2016

[fix]how-to-fix-adb-errors-in-ubuntu

Hello guys.................:D:D:D

This is "GOPINADH";)

TODAY I'am going show you how fix adb error in ubuntu...........

This happens to me sometimes with certain devices.

This is the error i get
input
Code:

adb devices
output
Code:

* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached

So here is the solution for this

Step 1: Find the Vendor ID

You can do this by typing
Code:

lsusb
. My output is something like this:

Code:

Bus 001 Device 006: ID 1782:4012 Spreadtrum Communications Inc.
In this case, 1782 is the Vendor ID.
Step 2: Create an adb_usb.ini file

Run the following

Code:

echo "0x<your device's Vendor ID>" > ~/.android/adb_usb.ini
Step 3: Restart adb

Code:

adb kill-server
Code:

adb start-server
Since doing that, my devices have all shown up in adb devices.

now input
Code:

adb devices
output
Code:

List of devices attached
06320984656459        device

press thanks if helped:good:


from xda-developers http://ift.tt/25GHUUB
via IFTTT

Aucun commentaire:

Enregistrer un commentaire