<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://lms.onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=ADB%3A_USB_detect</id>
	<title>ADB: USB detect - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://lms.onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=ADB%3A_USB_detect"/>
	<link rel="alternate" type="text/html" href="https://lms.onnocenter.or.id/wiki/index.php?title=ADB:_USB_detect&amp;action=history"/>
	<updated>2026-04-20T23:25:38Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://lms.onnocenter.or.id/wiki/index.php?title=ADB:_USB_detect&amp;diff=71267&amp;oldid=prev</id>
		<title>Unknown user: Created page with &quot; There might be a problem with your USB device vender id.  Try different device ids as available in Android documentation (http://developer.android.com/tools/device.html). Man...&quot;</title>
		<link rel="alternate" type="text/html" href="https://lms.onnocenter.or.id/wiki/index.php?title=ADB:_USB_detect&amp;diff=71267&amp;oldid=prev"/>
		<updated>2024-11-18T14:34:11Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot; There might be a problem with your USB device vender id.  Try different device ids as available in Android documentation (http://developer.android.com/tools/device.html). Man...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
There might be a problem with your USB device vender id.&lt;br /&gt;
&lt;br /&gt;
Try different device ids as available in Android documentation (http://developer.android.com/tools/device.html). Many devices are recognized using Google (18d1). All other things are simple. Just Create a file:&lt;br /&gt;
&lt;br /&gt;
 sudo gedit /etc/udev/rules.d/51-android.rules&lt;br /&gt;
&lt;br /&gt;
and add:&lt;br /&gt;
&lt;br /&gt;
 SUBSYSTEM==&amp;quot;usb&amp;quot;, ATTR{idVendor}==&amp;quot;18d1&amp;quot;, MODE=&amp;quot;0666&amp;quot;, GROUP=&amp;quot;plugdev&amp;quot;&lt;br /&gt;
&lt;br /&gt;
then run:&lt;br /&gt;
&lt;br /&gt;
 sudo chmod a+r /etc/udev/rules.d/51-android.rules&lt;br /&gt;
&lt;br /&gt;
Then plug your device into PC with USB debugging OFF, after connecting, turn USB debugging ON and goto:&lt;br /&gt;
&lt;br /&gt;
 cd &amp;lt;sdk_path&amp;gt;/platform-tools&lt;br /&gt;
&lt;br /&gt;
and run:&lt;br /&gt;
&lt;br /&gt;
 ./adb devices&lt;br /&gt;
&lt;br /&gt;
You&amp;#039;ll see a device with some code excluding emulator (if running). That&amp;#039;s it! Now you can test your apps in your real device. While running, SDK will offer you to choose device if simulator is also running.&lt;/div&gt;</summary>
		<author><name>Unknown user</name></author>
	</entry>
</feed>