Tagged Questions

The Android Open Accessory Development Kit(ADK) contains the Hardware Design Files, Firmware for the Accessory and the Application for the Android Device. The Android Open Accessory Protocol allows to connect a USB Host to the Android Device. Official ADK Webpage

learn more… | top users | synonyms

9
votes
2answers
996 views

Beginners tutorial for Arduino Mega ADK

Does anyone know of a good intro to controlling the Arduino Mega ADK with a handset? All I want to do is to control the LED on pin 13, using a very basic toggle switch app. Edit 26/10/11: ...
6
votes
1answer
67 views

What is Nak Limit?

Am trying to understand how the Android Open Accessory API works with the Arduino ADK board, I've been able send and receive information but I just want to know how everything works. I got to this ...
6
votes
2answers
2k views

A “Hello World” tutorial for Arduino and Android

A few days ago, Arduino just released a "start pack" for Android developers: http://arduino.cc/en/Main/ArduinoBoardADK The Arduino ADK is a microcontroller board based on the ATmega2560 ...
6
votes
1answer
2k views

Android ADK with PC as USB Host with libusb, bulk transfer error

I'm trying to make my PC the USB Host for Android 2.3.4 devices in order to be able to develop APIs without needing actual "accessories". To do this, I need to establish the PC as the USB Host and ...
5
votes
3answers
331 views

arduino ADK + android LED blink example compiling errors

I'm trying to make a project using the arduino ADK board http://arduino.cc/en/Main/ArduinoBoardADK and a Sony Ericsson Xperia Play running android 2.3.4. For starters all I want to do is blink a led ...
4
votes
5answers
2k views

Which android devices support the ADK / open accessory

Is there a list anywhere of which Android devices (phones, tablets) support the ADK / accessory mode? From what I have read, I known that the Nexus One, Nexus S and Xoom do support it. Are there any ...
4
votes
4answers
592 views

Does the Acer Iconia Tab A500 support Accessory mode?

I have an Acer Iconia Tab A500 with stock Honeycomb 3.1, and a Google ADK. I haven't been able to get the ADK to communicate with the tablet in Accessory mode, and I can't find any information that ...
4
votes
4answers
4k views

How can I get the ADK DemoKit example working on a Google I/O Galaxy Tab 10.1?

I'm trying to get the DemoKit example working on an ADK board. It seems like even with the 3.1 update the Galaxy Tab doesn't have everything it needs (or at least doesn't work as advertised). And even ...
4
votes
2answers
576 views

Including other Eclipse Projects in an Android application project

I have a library-only Android eclipse project (no main class, only library classes) that I want to include in my main Android Application project. I went to the Build Path and added the library ...
3
votes
2answers
353 views

Why doesn't the demokit program for the ADK compile in Arduino?

I have a pretty good understanding of Arduino and Java, and I decided to take a stab at trying to control my Arduino ATMega with my Samsung Galaxy 10.1 tab. I have installed API 12 with SDK manager, ...
3
votes
2answers
2k views

Android ADK USB library not loading

Just started trying out the Android ADK, but I can't get the DemoKit project to install on my development phone, which is a Droid X running Android 2.3.3. When I try to run the DemoKit project using ...
3
votes
1answer
1k views

ADK and Eclipse woes - com.android.future and USBAccessory?

I am trying to get ADK (Accessory Development Kit) set up with Eclipse, but after updating to API 12, to run the demokit Hello World, I get the 29 errors, the first few looking like: ...
2
votes
1answer
132 views

Proper way to close a USB accessory connection

What is the proper way to close a connection to a UsbAccessory in Android? It seems the even in the stock Google example, if I connect and accessory, exit the app and then go back to it, the ...
2
votes
1answer
219 views

Android ADK software that works in 2.3.4 and 3.1+ versions

I made an ADK app that works in Android 2.3.4, but I need to make it work with tablets as well. Since the API changes, how can I manage this? For example in 2.3.4 the method is getAccessory and in ...
2
votes
1answer
706 views

ADK FTDI USB driver

I'm trying to get the android ADK example applications working. The java stuff works fine. The arduino code compiles with no problems. The one issue I'm having is that the ADK board is not being ...
2
votes
2answers
2k views

What is resources.ap_ and why does it have a penchant for not existing?

Every once in a while a borked Eclipse build gets nailed down to the absence of this file, with the simple fix of cleaning the build, or occasionally doing a deeper clean on the project's metadata. I ...
2
votes
1answer
161 views

How do I reference adk resource in a different Android project?

I am developing a study project using the mosembro (mobile semantic browser) project inside my Android project. I am using Eclipse and I created my project, downloaded / imported mosembro and ...
1
vote
1answer
49 views

Android ADK error on Galaxy Tab 10.1

I'm programming android adk program (http://developer.android.com/guide/topics/usb/adk.html) on Samsung galaxy tab 10.1 (version 3.2). I have managed to get it working on simulator by using Google ...
1
vote
1answer
54 views

Android Dev: What type of tool is this?

I've been searching for the past couple of hours. But I'm at a total loss as to what I should be searching for because I don't know what it's called. I want to have a list of items Clicking on an ...
1
vote
1answer
45 views

Android Dev in Eclipse: Strange Error Message

I created a test project and added two XML files. When I save the project, I get an error message that doesn't make any sense. [2011-11-10 10:21:04 - Testing] res\layout\MainList.xml: Invalid ...
1
vote
0answers
99 views

Android USB Connection to computer malfunctions after being connected to the ADK with the DemoKit app

ADK and DemoKit are working perfectly. However, when plugged back into the computer the phone reports "USB Debugging Connected" but no "USB Connected". I then get no USB Storage and no ADB ...
1
vote
1answer
497 views

Can't get the Android open accessory kit to work with Samsung galaxy S I9000 / Cyanogenmod 7.1

I have a Galaxy S I9000 with Cyanogenmod 7.1. (Android 2.3.7) When I try to install Demokit on the device I get : [2011-10-14 13:01:43 - DemoKit] Installation error: ...
1
vote
1answer
165 views

Getting an instance of UsbManger in a (non activity) class with ADK in android 2.3.4

I am trying to get the android ADK working in a library in another package from my activity, for which I need various permissions/instances of various things. I have tried passing the activity context ...
1
vote
2answers
369 views

Is it possible to get the Android ADK working on an ASUS Eee Pad Transformer running 3.1?

I am running the ADK demo app tweaked for Android 3.1, using the ASUS Eee Pad Transformer tablet and an ADK board, built as described in Get Started With Android ADK (LINUX). I seem to be having the ...
1
vote
1answer
742 views

Accessing HID Devices with Android USBManager

I am doing research delving into the Android ADK. So far, my program gets the list of attached devices from the USBManager class and displays basic information about them. The USB Host mode works ...
1
vote
2answers
725 views

Setting up a cover flow in Android

I created an iphone application, and now I am consigned to do the same application in android. I used the OpenFlow from thefaj on github https://github.com/thefaj/OpenFlow however I have yet to be ...
0
votes
1answer
28 views

Trying to run Android ADK with my Galaxy S2 (v2.3.6). Demokit giving loads of errors on eclipse

I followed each and every step properly given in the ADK website. Downloaded and installed all the libraries. I was trying to run the demokit app given there in eclipse. But i get loads of errors such ...
0
votes
1answer
22 views

Is Android 4.0 still compatible with the ADK?

I'm thinking about investing in one of the newer android phones, but I am also really involved with developing on the ADK. Does anyone know if Ice Cream Sandwhich works with it? Thanks in advance
0
votes
0answers
25 views

Android ADK : UsbAccessory is not Parcelable in APIs library (IS parcelable according documentation)

In order to support USB mode in my application on pre 3.1 Android devices i decided to use Google API library: http://developer.android.com/sdk/android-2.3.4.html#usb. According to documentation ...
0
votes
1answer
92 views

DemoKit application wont connect with my ADK board?

I'm trying to get the DemoKit app to work with my Arduino ADK mega. I'm using a Samsung Galaxy Tab 10.1 running Android 3.2 (I only just updated to it, if this turns out to be the issue can someone ...
0
votes
1answer
101 views

Loading Android DemoKit ADK App On a Nexus S

thanks to stackoverflow I believe I have finally built the DemoKit App with Eclipse on my Windows 7 PC. Being very new to Java programming and Android programming (lots of C, C++, Perl, Javascript and ...
0
votes
1answer
102 views

Are there any examples of sending a video signal into an Android device via USB with the Android Open Accessory Development Kit (ADK)?

I'm researching the ability to use the Android Open Accessory Development Kit to send a video signal into an Android device via USB. According to the documentation, it appears that it should be ...
0
votes
1answer
267 views

Getting the Arduino ADK DemoKit example to work on a 3.1 Toshiba Thrive (AT-100)

I've been having some trouble getting my Arduino ADK to work with my Toshiba Thrive (or AT-100 in EU). It's running 3.1, but I'm aware in the US there has been an update recently to 3.2. Unfortunately ...
0
votes
3answers
71 views

Eclipse and ADK - Attempt to run Emulator: “Internal Error…”

When I attempt to run the emulator, I get an error message: "An internal error occurred during: "Launching DroidPro". Path for project must have only one segment." Any ideas what this means?
0
votes
1answer
96 views

Android Repository by Google Broken?

I am trying to download the android "ADT Plugin for Eclipse" from Google, and I get this error: http://i.stack.imgur.com/3Z7VB.png I have tried disabling my firewall, and forcing (and not forcing) ...
0
votes
1answer
239 views

Android ADK USB Accessory Mode/host mode

I have a general and quick question and since you can never get a hold of a developer at Google, I thought I would post the question here... Can anyone tell me, if we want to use our phones to ...
0
votes
1answer
238 views

Android ADK Supported Device List [closed]

While searching for Android ADK supported devices, I came across developers expressing the concern that although their device (smartphone or tablet) runs either Android 2.3.4 or 3.1, however, the ADK ...
0
votes
1answer
93 views

Android ADK - Connect multiple devices

Is it possible, to connect more than one accessory to my device using the ADK? For example using a nexus and a usb hub. Could I connect two arduino boards? Please let me know if this is possible. ...
0
votes
0answers
80 views

Is Application Development Kit / ADK for Symbol (Motorola) PDT-6100 device is compatible with ADK for Series 3000?

Anybody familiar with application development for Symbol (Motorola) PDT-6100 mobile device ? It's a mobile /portable computer device, running DR-DOS operaing system. My questions is whether the ADK ...
0
votes
3answers
719 views

ADK or microbridge on ASUS Eee Pad Transformer

How can the Android Open Accessory Development Kit (ADK) or the microbridge project be made to work with the ASUS Eee Pad Transformer? I can compile and install apps on the Transformer which uses ...
0
votes
4answers
604 views

What Android Tablet Currently Supports Accessory Mode for ADK Development

Unfortunately, the Samsung Galaxy Tab 10.1 I received at Google IO does not support accessory mode ...
0
votes
1answer
301 views

Eclipse won't start a new Android project anymore

A few weeks ago, I followed a tutorial to get Eclipse and the Android Development Kit up and running. I successfully built the test application and ran it on a virtual device. Tonight I finally went ...