The accessory tag has no wiki summary.
0
votes
1answer
26 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.
-3
votes
0answers
9 views
How does switch the android phone to device from host (Android accessorry) [closed]
I wrote a app that let the phone into host mode in android when connecting the USB accessory.
could I write programmatically the app to device mode (not host) when USB accessory is connecting
this ...
0
votes
1answer
28 views
InputAccessoryView Border?
I'm creating a custom keyboard accessory view. I am currently about 95% done with it. The only thing I have left is to remove the 1px (or 2px?) line above the native iOS keyboard. Is there a way to ...
0
votes
1answer
162 views
USB-Serial FT232R not detected by Samsung Galaxy S4
I am trying to connect a usb-serial accessory to my Samsung Galaxy S4 phone. The usb device is not detected in Android OS and not in the underlying LinuxSE (according to the app "USB Device Info" ...
1
vote
0answers
20 views
android ioio open accessory doesn't work, while adb works
I'm able to get my application working when I have USB debugging on. But when I turn of debugging so I can use open accessory, the application doesn't work. What happends is that when I connect the ...
0
votes
0answers
97 views
How to check usb host support on android device programmatically?
I know that it was supported starting Android 3.1, i mean "how to check hardware support"
0
votes
1answer
285 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 ...
1
vote
2answers
194 views
EAAccessoryManager accessory picker bug
I'm trying to build an app that communicates with an external accessory (over bluetooth). To ensure the app is user-friendly I'd like him not to go to the settings to connect with the accessory but to ...
0
votes
2answers
183 views
How to connect to the Accessory correctly with BluetoothManager?
I am trying to connect an accessory in my application without doing setting in “setting->bluetooth”.
I have followed the steps from this link: ...
0
votes
1answer
200 views
Sony SmartWatch - what is the host application (AHA)
I want to extend an application to communicate with the sony smartwatch under usage of the control API. I am new at developing extensions for the sony smartwatch and I did not understand what the AHA ...
0
votes
0answers
51 views
connect to android usb accessory manifest
Trying to connect to usb accessory AFTER app is running.
Does my intent-filter in my AndroidManifest.xml need to have
action android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED"
or is that ...
1
vote
1answer
209 views
android enumerate USB application
I have an application that uses USB accessory. The app is setup to auto detect the device using the intent filter when the device is plugged in and then starts the application. My manifest follows ...
3
votes
1answer
442 views
android adb wireless debugging with USB accessory
I have adb wireless connection working for debuging applications in eclipse, but I am having an issue with an application that is using the USB cable to attach to an accessory.
The application is ...
1
vote
1answer
194 views
Serial Communication with iOS External Accessory (without authentication coprocessor)
It's my first question on stackoverflow. We're developing iOS external accessory under MFi program. (serial communication using lightning connector) However, we have some problems.
Background
We ...
0
votes
1answer
162 views
iOS accessory SDK - 3.5mm jack control
I want to create a project which will interact with the iPhone/iPad via the 3.5mm jack. There are a bunch of these accessories on kickstarter.com. Although, I could't find any SDK that will provide me ...
1
vote
2answers
1k views
Toolbar with “Previous” and “Next” for Keyboard inputAccessoryView
I've been trying to implement this toolbar, where only the 'Next' button is enabled when the top textField is the firstResponder and only the 'Previous' button is enabled when the bottom textField is ...
0
votes
0answers
142 views
Android Nexus S device never get into accessory mode with Open Accessory Protocole version 2
--- EDIT 7/01/13 ---
I understand this is a kind of tricky problem. For that purpose, I think the best way would be to work with someone involved in the AOA protocole development. Does anyone know ...
2
votes
1answer
155 views
FT311D Accessory Launch Application from Google Play
I am using the FT311D Device from FTDI on my USB accessory - http://www.ftdichip.com/Android.htm
This device will place the Android Phone into a Slave mode and my USB Accessory will be the master.
...
1
vote
0answers
364 views
Connecting External Accessories Bluetooth devices without user interaction
According to EAAccessoryManager Class Reference from iOS 6 onward using showBluetoothAccessoryPickerWithNameFilter we can show a Accessory picker that will help user to connect External Accessories ...
4
votes
1answer
81 views
Android Dev: Need explanation of openAccessory() what execatly is its return value?
I'm struggling with resume of my Android App when connected to USB accessory.
Obviously my ParcelFileDescriptor is null, and the method openAccessory() doesn't return anything when I call it ...
0
votes
1answer
710 views
UITableView cellForRowAtIndexPath checkmark accessory setting acting weird
Setup: I have a property called "_itemListArray(ivar)", that is set to a list of "Item(NSString itemName, NSString itemPrice)". I populate a UITableView with these items and the user can select ...
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 ...
1
vote
1answer
314 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 ...
0
votes
0answers
159 views
Support both com.android.future.usb.accessory and android.hardware.usb in the same app
I have an android application that uses Open Accessory protocol.Some of the APIs are different in com.android.future.usb.accessory and android.hardware.usb. And also few devices/manufacturers support ...
0
votes
1answer
441 views
Android ADK and Arduino: mAccessory is null
ADK Mega is not connecting with my Android device! Ainol Aurora Android 4.0.4 with CyanogenMod 9 (file com.android.future.usb.accessory.jar is present)
In logcat I see: mAccessory is null
When I ...
0
votes
2answers
946 views
Using Arduino to connect Android tablet to USB Accessory
I have an Arduino-compatible board with USB Host Shield. It is connected to an Acer A100 Android tablet running "Ice Cream Sandwich" (Android 4.0.3) with Kernel 2.6.39.4. (The tablet has a USB micro ...
0
votes
0answers
98 views
usb accessory, change focus intent behavior on USB_ACCESSORY_ATTACHED
I want to change a little bit the standard behaviour of launch Activity, on USB_ACCESSORY_ATTACHED event, when I plug my device.
What I got:
I launch mon apply (ActivityA)
ActivityA) launch ...
0
votes
1answer
133 views
How to get access to the Arduino ADK in a second activity
I'm currently working with the Arduino Mega ADK and an Android tablet. My app consists of two activities. In the main activity everything works fine, and I'm able to control my app via the Arduino ...
1
vote
1answer
153 views
continuous sending of data
The android application is bulit in such a way that when data is being sent(on clicking the button) to the usb device ,LED toggles and the data is being displayed. I want data to be sent continuously ...
0
votes
1answer
145 views
NSButton with down-facing triangle on the right
I'm trying to make a native NSButton object in IB. When I select Accessory as a Button Type, the title disappears. When I try to write the title, the button is not resizing and the triangle keeps ...
0
votes
1answer
230 views
does Samsung Transfix 2.3.4 support Android USB Accessory
I am trying to develop a Android app that uses Open Accessory (usb accessory host mode). I have a Cricket Samsung Transfix phone. It has version 2.3.4 android. When I load my app is get an error
...
2
votes
3answers
249 views
UITableViewCell imageView repeating
I am fairly new to iphone development, and I am trying to create my own "invite your friends" system using UITableViewCell. I Have checked other posts, but i do not know how to fix it. One problem i ...
1
vote
2answers
1k views
Android USB Accessory
I have upgrade table from 2.3.3 to 4.0. It is working fine.
Now, I have installed ADB test application from sample code.
But it doesn't show anything. only black screen is there when I attacttached ...
0
votes
1answer
103 views
Can the charger is recognized as accessory in Android 2.3.4..?
I want to recognize the charger through my application.
I implemented the Android Accessory API in my app, and installed in Samsung Galaxy S2.
But I am getting AccessoryList as null.
How to resolve ...
1
vote
2answers
1k views
Why usbManager.getAcccessoryList(); allways returns null?
I am testing my app in Samsung Galaxy S2 with android 2.3.4
I am following
http://developer.android.com/guide/topics/usb/accessory.html
instructions.
When ever I try to run it, ...
0
votes
2answers
757 views
Value for External Accessory of “Required background modes” key in iOS5
I read iOS Programming Guide, and I found not only "audio, location, voip", but also "External Accessory & Newsstand apps" are allowed in background mode. documents are as following:
In iOS, only ...
0
votes
1answer
340 views
How to start Android / iOS accessory development?
I am trying to get involved with programming accessories to interface with either Android or iOS devices. I'm a programmer with no computer engineering / electrical engineering background and am at a ...
0
votes
1answer
131 views
What methods are available for connecting a hardware accessory to iphone and android devices to transfer data?
I am trying to develop a piece of hardware to be compatible with both iphone and android devices. I would like to be able to use this hardware to transfer binary type files (i.e. images) to the device ...
2
votes
0answers
140 views
The android powered device is not responding for switching to accessory mode
We are trying to port the Accessory protocol from the Arduino ADK to a Freescale iMX35 board. We are using beagle board as Android powered device and the baegle board has been ported with Android ...
1
vote
1answer
380 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
129 views
Remove cell accessories with Mono Touch
How can i remove all the cell accessories within a table with the press of a button?
I wanted to go through all the table rows and set the accessory for each cell to none. To do this you need to know ...
8
votes
1answer
1k 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 ...
3
votes
2answers
1k views
How to implement Android Open Accessory mode as a service?
I've been playing around with the Android Open Accessory Development Kit. By following the DemoKit example provided by Google, I've had no trouble in adapting the solution to my application. I can ...
0
votes
2answers
3k views
Android - IOIO board , simple UART code issue
I am using the IOIO board given by sparkfun. While trying to test UART , I tied the RX and TX of the IOIO board and wanted to send one byte from the phone and receive same byte on the Phone ans show ...
1
vote
2answers
828 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 ...
1
vote
1answer
211 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.
...
5
votes
3answers
1k views
Why does EAAccessoryDidConnectNotification occur twice?
I have a class that manages messages coming from and going to an external accessory to an iPad. In the init I have the following code:
- (id) init
{
self = [super init];
if (!self) return;
...
1
vote
2answers
622 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
1answer
1k views
How to get NSOutputStream to send or flush packets immediately
I am having an issue with latency when connecting to a bluetooth accessory using the External Accessory Framework. When sending data I get the following custom output in the console:
if( [stream ...
3
votes
2answers
3k 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 ...

