
Hi LUVers, I'm trying do a wee bit of Android work (hey, it has a Linux kernel) and have an Aldi Bauhn AT101-014 [1] and have the latest SDK installed and updated (./android update sdk --no-ui). I have the device connected via USB with developer mode, USB debugging mode on, and a MTP connection [2] and have mtpfs installed. I am using Debian Mint as the development system. I understand that I have to modify /etc/udev/rules.d/51-android.rules and possibly ~/.android/adb_usb.ini to include the vendor ID. This can be determined from running lsusb as follows: lev@owl ~/src/android-sdk-linux/tools $ lsusb Bus 004 Device 079: ID 2207:0011 (snip. The above is the relevant device; informative isn't it?) I have created the file /etc/udev/rules.d/51-android.rules with the following: SUBSYSTEM=="usb", ATTR{idVendor}=="2207", MODE="0666", GROUP="plugdev" I have created the file ~/.android/adb_usb.ini with the following: 0x<2207> All of which I believe is in accord to what should be done. However when I run owl tools # adb start-server owl tools # adb devices List of devices attached owl tools # I would expecting some connectivity at this point. [1] http://www.bauhn.com.au/_literature_140385/AT101-014_-_Instruction_Manual [2] http://developer.android.com/tools/device.html Thanks in advance, -- Lev Lafayette, BA (Hons), GradCertTerAdEd (Murdoch), GradCertPM, MBA (Tech Mngmnt) (Chifley) mobile: 0432 255 208 RFC 1855 Netiquette Guidelines http://www.ietf.org/rfc/rfc1855.txt

On Wed, September 30, 2015 10:58 pm, Lev Lafayette wrote:
I have created the file ~/.android/adb_usb.ini with the following:
0x<2207>
I mean of course 0x2207 .. just in case there's any confusion. :) -- Lev Lafayette, BA (Hons), GradCertTerAdEd (Murdoch), GradCertPM, MBA (Tech Mngmnt) (Chifley) mobile: 0432 255 208 RFC 1855 Netiquette Guidelines http://www.ietf.org/rfc/rfc1855.txt

On 30/09/2015 10:45 PM, Lev Lafayette wrote:
On Wed, September 30, 2015 10:58 pm, Lev Lafayette wrote:
I have created the file ~/.android/adb_usb.ini with the following:
0x<2207>
I mean of course
0x2207
.. just in case there's any confusion. :)
This might help you: https://developer.android.com/tools/device.html#setting-up Cheers A.
participants (2)
-
Andrew McGlashan
-
Lev Lafayette