ADK refers to an Arduino based development Kit for the Android Open Accessory Protocol
1
vote
1answer
18 views
Arduino ADK ways to connect to an Android tablet
Is it possible to connect Arduino ADK and Android through a USB cable in two ways?
The first way is through the same connector (USB1) as used at programming, and
The second way is through a USB ...
0
votes
2answers
44 views
Android Java App - java.net.SocketException: Permission denied
Using MYSQL for my android app:
MainActivity.
public class MainActivity extends Activity implements OnClickListener {
Button login;
EditText username, password;
TextView status;
HttpPost httppost;
...
0
votes
1answer
30 views
LED control from android without using arduino and similar costly boards
I want to control an LED from an android application, Can I do it without arduino or similar costly boards, I need only an on/off control from a button in my android app.
-1
votes
1answer
20 views
Aakash tablet Specs for Arduino connectivity [closed]
I have an Aakash tablet with me, now for doing some Arduino related stuff using the Android accessory, it is required to know the manufacturer,model and version. How can I find it???
Another issue ...
0
votes
0answers
19 views
Can the uiselector class be extended to use a UI object's id?
The uiselector class in Android's uiautomator uses classname, text, index, and other attributes to identify an object. Is it possible to extend the uiselector class to be able to use the object's id ...
0
votes
1answer
56 views
An easy way to program an Android keyboard layout app
I would like to program an android app that replaces the standard keyboard by one with the one-hand optimized Coffee++ keyboard layout.
What special problems would I have to face in the progress? I ...
0
votes
1answer
37 views
Xbox360 ADK Error
I compiled my code and got this error.
C:\Program Files (x86)\MSBuild\Microsoft\Xbox 360
ADK\Microsoft.Xbox360.Adk.targets(1372,5): error : Unsupported
assembly reference(s):
...
1
vote
1answer
98 views
Helloworld Doesn't run on Emulator
Okay, this is really ticking me off. I ran it on both my emulator and on an android device. The code does NOT display "Helloworld, Android -mykong.com". I start the app, find it on the emulator, click ...
0
votes
1answer
23 views
ADK Auto connect without confirmation
I am working on android application which connects android device via USB to mega adk 2560 board. When I connect my android device to adk board and open my application it asks me to choose adk mode in ...
1
vote
1answer
90 views
Android (ADB) debug with Arduino USB host
I have tested Arduino ADK and Android communication over USB, but I can not debug an Android application, because USB is connected to the Arduino.
Is there a workaround solution?
I tried to connect ...
1
vote
0answers
52 views
Android to Arduino Mega ADK board REconnecting
When I connect my Arduino Mega ADK board to an AOA Android app everything is fine (initially), the connection to the ADK board is fully functional in both directions. However, if the screen rotates, ...
0
votes
1answer
290 views
How to toggle USB mode in Android?
I am designing a USB OTG board as an extension board for Android. The board is based upon Freescale KL25Z128VLK4. Most part of design is similar to IOIO from Sparkfun, with some extensions.
By ...
0
votes
1answer
197 views
ADK with Google Nexus 4
I'm trying to get my mega ADK to work with a Google Nexus 4 device (by LG) and having little to no luck with it. Not even the demo app from play store. Has anyone been able to get this phone going ...
0
votes
0answers
20 views
ADK Mode uto connect without asking and showing alert dialog
I am working on application which uses adk mode. When I connect my android device to arduino mega adk 2560 board it shows a alert dialog asking for attaching it in USB accessary mode.I want don't want ...
0
votes
2answers
73 views
Connecting Eclipse Helios and Android Plugin in Windows 7 (32-
I installed Eclipse Helios Software. And i also downloaded Android SDK Manager. I installed some in the SDK. When I click on Help---> Install New Software and click the "Add" button. I was asked the ...
-5
votes
1answer
48 views
Does iball Andi series support Android Open Accessory Development kit? [closed]
I am using iball Andi 3n.
Is Accessory Development kit supported on this phone?
2
votes
1answer
48 views
What is this indicator in ADK eclipse
Quick question about ADK and Eclipse, what does this indicator at the bottom right of eclipse that looks like a progress bar that never goes away? Mine usually says "81 of 161" and bounces around but ...
0
votes
0answers
106 views
confused by diffrent ADK libraries
i am trying to setup Arduino IDE v 1.0.1 to work with Ardunio mega ADK , i setup everything but the problem that there are many adk libraries around specifically there are
adk_release_20120606 which ...
0
votes
1answer
236 views
galaxy s3 not charging while connecting to Ardunio mega ADK
i have an Ardunio mega ADK R3 and Samsung Galaxy S3 , i'am trying to control the LED at pin 13 using an application on galaxy using this tutorial:
...
-1
votes
2answers
267 views
Arduino Mega ADK + Galaxy S3 + USB
i wanna buy a samsung galaxy s3, but i dont know if it can be connected. Does anybody knows it works? Do i need an otg usb cable to conect or it can be with normal usb cable?
2
votes
1answer
245 views
is there a kind of raspberry ADK board
Is there a way for a raspberry-pi to comunicate (read/write) to an android device through usb cable and gpio connector, not necessarily usb protocol but with an Api and without root right.
0
votes
1answer
141 views
The method getAccessory(Intent) is undefined for the type UsbManager
I am working on a project about android and I am trying to set a connection between device and ADK my problem is .getAccessory(); method. It should be taken from UsbManager class, but eclipse throws ...
0
votes
1answer
39 views
how to display an activity by clicking on a button in another activity in android?
i am a beginner in android app development.
i am trying to display an activity(named MainPage1Activity) by linking it with another activity(named activity_main) when a button is pressed in the ...
0
votes
1answer
126 views
ADK: device gets stuck when reading from the ADK
I have problems when I when to send messages via USB from the board to the devicersa.
Hardware:
Arduino ADK 2011
Samsung Galaxy S3, Android 4.1.2
The problem is the read method in the Android app ...
1
vote
0answers
232 views
Detect button click on arduino using an android device
I need to detect a button/switch press on an Arduino MEGA ADk board using an android device. This is my current setup (The setup will be connected to the phone through a micro USB cable):
As you ...
0
votes
1answer
59 views
ADK - User prompt dialog is cancelled/bypassed almost instantly
I am attempting to prompt a user for input based on prior input.
Allow me to clarify and add some context:
This application is a dice-rolling simulator. The main activity displays the number of dice ...
1
vote
0answers
198 views
ADK2012_IDE/hardware/arduino/sam/libraries/PN532/SPI.cpp:101: error: expected primary-expression before ',' token
When trying to get the Seeduino NFC board working with my Android ADK I get this error:
ADK2012_IDE/hardware/arduino/sam/libraries/PN532/SPI.cpp:101: error: expected primary->expression before ',' ...
1
vote
1answer
298 views
java.io.IOException: write failed: ENODEV while writting data to arduino from JellyBean device
Am getting
E/xx( 5508): java.io.IOException: write failed: ENODEV (No such device)
E/xxx( 5508): at libcore.io.IoBridge.write(IoBridge.java:462)
E/xxx( 5508): at ...
0
votes
1answer
249 views
Arduino Mega ADK with USB HUB
is it possible to see data of android device when is it in accessory mode??
in my opinion what we need
1. USB hub
2. android phone(which work with accessory mode)
3. Arduino Mega ADk
4. USB cables ...
-1
votes
1answer
422 views
How burn bootloader into Arduino mega ADK [closed]
i am trying to make a Mega ADK(custom board) board but right now i have problem. i am not able to program 2560 via arduino IDE.
i told you what i did
first of all burn the hex file in 16U2 via AVR ...
0
votes
0answers
107 views
usb.jar on device with xml file but application wont run
I have developed an USB ADK application that runs 100% on a Samsung Galaxy Tab 2.0. I'm trying to get it to work on a SANEI N10, but it didn't have the usb.jar in /system/framework, so I rooted the ...
5
votes
3answers
309 views
suggested protocol for android-arduino communication
Using the Android Open Accessory standard, I have an android powered device talking back and forth with an arduino mega ADK microcontroller hooked up via USB. I would like to know what the best ...
1
vote
2answers
172 views
Android tcpip ADB session disconnects when accessory is attached
I am developing an ADK application using Windows 7 x64, API 15 with a target of an Acer Tab A100 running Android 4.0.3 and an Arduino with a USB shield. The tablet is not rooted.
I am able to ...
-3
votes
1answer
3k views
Google ADK 2012 - where to buy [closed]
Does anybody know where I can buy the Google ADK 2012?
Thanks
Thomas
0
votes
0answers
63 views
adk.SndData help in Arduino sketch
adk.SndData returns 4 and I'm not getting data on Android phone. Can anyone please tell me how to do it?
void loop(){
uint16_t value = 0;
uint8_t data[1];
Usb.Task();
if(adk.isReady()) {
data[0] = ...
-5
votes
1answer
81 views
How can i make a sticky footer between all activities [closed]
Please i wanted to ask about how can i make a sticky footer even between many activities for
ADS or media player
Thank you ...
0
votes
0answers
23 views
Why ADK puts some statements on the bottom of a class?
I found the strange thing in the class android.os.Handler (API-16).
These variables are put at the bottom of the class:
final MessageQueue mQueue,
final Looper mLooper,
final Callback mCallback,
...
7
votes
0answers
554 views
build.xml gives errors when compiling a Processing sketch which includes ArduinoAdkUsb
Software involved:
* Latest Android SDK (as of today - 8/29/2012) with all of the latest APIs, Tools, Extras, etc downloaded.
* Processing 2.0a8 (latest build)
* Arduino ADK libraries for Processing ...
0
votes
2answers
553 views
Using a non-5v analogReference voltage in the ADK2012
I have a the ADK2012 arduino due-like device. I am using google's copy of the arduino software, and I can compile and run various sketches without trouble.
I've got an LM35 that I've hooked up to an ...
2
votes
0answers
464 views
Bluetooth Accessory and Android Open Accessory Protocol
I am developing an Android application that should communicate with Bluetooth Accessories (barcode scanners). I am trying to understand what ADK and AOA Protocol 2.0 means for me. I have read ADK 2012 ...
4
votes
4answers
779 views
How do I compile the hello world program for Arduino ADK?
All I'm trying to do is compile the Arduino to Android 'hello world' program from the book "Beginning Android ADK with Arduino".
Here is the code
#include <Max3421e.h>
#include <Usb.h>
...
6
votes
1answer
243 views
Android ADK - Working on a gamepad
I am working on a new idea and the code is going very well, but I am facing some issues and need your help.
I have recently bought an old and broken gaming station at a ridicoulous price (I don't ...
1
vote
1answer
316 views
Android cannot find accessory device after enabling WiFi debugging
I'm developing an Android Accessory using a Galaxy Nexus phone and the official Arduino ADK board. I'm using all the standard Arduino libraries available here. I'd like to be able to debug my ...
1
vote
2answers
356 views
Arduino ADK does not receive data from Galaxy S II over USB
I'm working on a project which relies on communication between my Galaxy S II and my Mega ADK.
The Arduino shows that it is beginning communication properly, and the S II is sending the ...
0
votes
4answers
534 views
Android SDK installer stuck on “Detecting whether Java SDK is installed” [duplicate]
Like the title suggests - the Android SDK r20.0.1 installer won't get past the "Detecting whether Java SDK is installed" (picture below).
I'm running Windows 7 64 bit.
My steps:
installed both ...
0
votes
1answer
248 views
How to attach Micromax funbook as USB accessory mode?
I am developing an application to read sensor data from Arduino to Android device. The Android device is Micromax Funbook Tablet which has 4.0.3 ICS Android OS. The Android documentation says it ...
0
votes
2answers
247 views
Multiple handlers reusable code
Can some please suggest an alternative to using two different handlers in the one activity, or let me know that this method is OK?
Details:
I'm in the process of developing some code for use with ...
-1
votes
3answers
121 views
Appliance Remote Control
I like to do a project based on android.I like to create an application for controlling lights in a room.My doubt is whether I can control those lights from anywhere using the androiod phone or it can ...
1
vote
0answers
578 views
Turning ADB on or off when Android phone is in accessory mode removes it from accessory mode
I'm writing and application for the Nexus S that interfaces with my computer.
After I set the phone in accessory mode, any time I turn ADB on or off while it is in accessory mode, the phone leaves ...
1
vote
2answers
798 views
Download Microsoft MediaRoom ADK (SDK)
I am new to Microsoft MediaRoom. I want to download Microsoft MediaRoom ADK(SDK). I tried a lot but did not found any link for download. So please can any one give me a link for this.
MediaRoom is ...
