{"id":288,"date":"2014-01-20T09:53:26","date_gmt":"2014-01-20T04:23:26","guid":{"rendered":"http:\/\/sandeepmathew.wordpress.com\/?p=288"},"modified":"2014-01-20T09:53:26","modified_gmt":"2014-01-20T04:23:26","slug":"android-device-not-regonized","status":"publish","type":"post","link":"https:\/\/sandeepmathew.com\/index.php\/2014\/01\/20\/android-device-not-regonized\/","title":{"rendered":"Android device not regonized ?"},"content":{"rendered":"<p>Borrowed from Stackoverflow . Keeping it here for my ready reference<\/p>\n<p>http:\/\/stackoverflow.com\/questions\/7594975\/why-is-eclipse-and-adb-not-recognizing-my-android-device<\/p>\n<p>First, check the kind of quotes you are using in your udev rules. It looks like you might be using non-ASCII double quotes. See the difference between the quotes around <code>usb<\/code> and <code>usb_device<\/code>, etc.<\/p>\n<pre><code>UBSYSTEM==\"usb\", SYSFS{idVendor}==\"1bbb\", MODE=\"0666\"\nSUBSYSTEM==\u201dusb_device\u201d, SYSFS{idVendor}==\u201d1bbb\u201d, MODE=\"0666\"<\/code><\/pre>\n<p>You can also just use <code>sudo<\/code> with ADB, as suggested by @JeremyD. Doing that makes this file essentially irrelevant.<\/p>\n<p>Second,<\/p>\n<ol>\n<li>Edit <code>~\/.android\/adb_usb.ini<\/code> (or if you are running as root, check <code>\/root\/.android<\/code>)<\/li>\n<li>Add <code>0x1bbb<\/code> to the end of the file if it already exists, otherwise do: <code>echo 0x1bbb &gt;&gt; adb_usb.ini<\/code><\/li>\n<li><code>adb kill-server<\/code><\/li>\n<li><code>adb start-server<\/code><\/li>\n<li>Check output of <code>adb devices<\/code> for your device<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>Borrowed from Stackoverflow . Keeping it here for my ready reference http:\/\/stackoverflow.com\/questions\/7594975\/why-is-eclipse-and-adb-not-recognizing-my-android-device First, check the kind of quotes you are using in your udev rules. It looks like you might be using non-ASCII double quotes. See the difference between the quotes around usb and usb_device, etc. UBSYSTEM==&#8221;usb&#8221;, SYSFS{idVendor}==&#8221;1bbb&#8221;, MODE=&#8221;0666&#8243; SUBSYSTEM==\u201dusb_device\u201d, SYSFS{idVendor}==\u201d1bbb\u201d, MODE=&#8221;0666&#8243; You can also [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[],"_links":{"self":[{"href":"https:\/\/sandeepmathew.com\/index.php\/wp-json\/wp\/v2\/posts\/288"}],"collection":[{"href":"https:\/\/sandeepmathew.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sandeepmathew.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sandeepmathew.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sandeepmathew.com\/index.php\/wp-json\/wp\/v2\/comments?post=288"}],"version-history":[{"count":0,"href":"https:\/\/sandeepmathew.com\/index.php\/wp-json\/wp\/v2\/posts\/288\/revisions"}],"wp:attachment":[{"href":"https:\/\/sandeepmathew.com\/index.php\/wp-json\/wp\/v2\/media?parent=288"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sandeepmathew.com\/index.php\/wp-json\/wp\/v2\/categories?post=288"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sandeepmathew.com\/index.php\/wp-json\/wp\/v2\/tags?post=288"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}