Android ADB error: "device not found" on Ubuntu

Source: Internet
Author: User
Http://www.pocketmagic.net /? P = 762 Android ADB error: "device not found" on specified tuby Radu motisan posted on June 2nd, 2009

I 've been getting this error way too often recently, so I 've decided to point out some of the causes.

1) using my older desktop pc I cannot use ADB to connect to the Android device, but I can see the files on the micro sdcard. seems to be related to hardware, and not much I cocould do to fix it. on the other hand, I can use my notebook to connect with ADB wihtout any issues.

2) under Ubuntu, using latest SDK from Google, I remember everything worked smooth: ADB shell, ADB push, and the others. suddently, I got this error:
* Daemon not running. Starting it now *
* Daemon started successfully *
Error: device not found

Same for ADB devices, ADB-getstate and so on.

The problem is that we need to run everything with root privileges.
So the correct way to do it is:

Sudo./ADB kill-Server
Sudo./ADB Shell

Hope this saves you some precious time.

Radu motisan

By Radu motisan
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.