简体   繁体   中英

Android ADB doesn't see device

I'm trying to run my applications on OMEGA T107 tablet. But adb doesn't see my device. I tried almost everything.

I'm trying to run my applications on OMEGA T107 tablet. But adb doesn't see my device. I tried almost everything.

I'm trying to run my applications on OMEGA T107 tablet. But adb doesn't see my device. I tried almost everything.

I'm trying to run my applications on OMEGA T107 tablet. But adb doesn't see my device. I tried almost everything.

I'm trying to run my applications on OMEGA T107 tablet. But adb doesn't see my device. I tried almost everything.

I'm trying to run my applications on OMEGA T107 tablet. But adb doesn't see my device. I tried almost everything.

I'm trying to run my applications on OMEGA T107 tablet. But adb doesn't see my device. I tried almost everything.

I'm trying to run my applications on OMEGA T107 tablet. But adb doesn't see my device. I tried almost everything.

I'm trying to run my applications on OMEGA T107 tablet. But adb doesn't see my device. I tried almost everything.

I'm trying to run my applications on OMEGA T107 tablet. But adb doesn't see my device. I tried almost everything.

I'm trying to run my applications on OMEGA T107 tablet. But adb doesn't see my device. I tried almost everything.

I'm trying to run my applications on OMEGA T107 tablet. But adb doesn't see my device. I tried almost everything.

I'm trying to run my applications on OMEGA T107 tablet. But adb doesn't see my device. I tried almost everything.

Solutions above might work for you but if none of them worked , like they didn't for my "Huawei Honor 7 (PLK-L01)" I found the link below and this one worked and it seems like a general answer!

The problem was bad drivers which was preventing the universal driver to detect the device

Just follow the steps in this link:

https://www.makeuseof.com/tag/android-wont-connect-windows-adb-fix-it-three-steps/

you might also need this one:

How to find your device in "USBDeview" (needed in instructions of the link)

when you want to delete bad drivers, if your list is messy like mine, you can find your device using Omid Heshmatinia's answer:

open “Device Manager”. Select your device (mostly in USB devices or Other devices) and right-click and choose “Properties”. Choose the “Details” tab and select “Hardware Ids” from the property dropdown, you can see the hardware id

it will be like USB\\VID_2207&PID_0010&REV_0222&MI_01 (in this case hardware id is 2207)

In "USBDeview" sort the list by Instance id tab, now you can find the device using hardware id.

install Google USB Driver in android studio then : go to device manager find your device phone right click select option select drivers in tab 2 click update drivers click browse my computer ... click browse select AppData\\Local\\Android\\Sdk\\extras\\google\\usb_driver and next to install then open cmd and enter 3 command :

adb kill-server adb start-server adb devices

I'm trying to run my applications on OMEGA T107 tablet. But adb doesn't see my device. I tried almost everything.

Keep in mind while you connecting device Android propose to select one of possible connection options. In my case:

  1. File transfer
  2. Power charging
  3. Media

Not all types of connection will work with ADB. In my case need to select Power charging to be able to connect to ADB

  1. Go to Device Manager

屏幕截图设备管理器

  1. Right-click Android Composite ADB Interface
  2. Uninstall devices
  3. Right-click your LocalPC then select Scan for hardware changes

Your device should be enabled

  • Open Command Prompt
  • adb kill-server
  • adb start-server
  • adb devices

控制台截图

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM