Questions tagged [accessory]

Mode which allows Android-powered devices that cannot act as a USB host to still interact with USB hardware. In this mode, the attached Android USB accessory acts as the host, provides power to the USB bus, and enumerates connected devices.

123 questions
0
votes
0 answers

Register accessory to android phone, but when communication is established I receive “No installed aps work with this USB accessory”

I'm trying to register a custom accessory to my android phone (4.4.2, Slimkat and Cyanogen). I use a BeagleBoneBlack in Revision A5B running an Ubuntu with kernel version 3.8.13 as USB host. My accesory is recognized by the android device as the…
x'mpl'
  • 53
  • 11
0
votes
1 answer

iphone objective-c interesting problem with accessory and setEditing

In my DetailViewController i have the code UPDATED x2 This is my setEditing - (void)setEditing:(BOOL)editing animated:(BOOL)animated { [super setEditing:editing animated:animated]; [tableView setEditing:editing animated:YES]; //this line…
oberbaum
  • 2,431
  • 6
  • 35
  • 51
0
votes
1 answer

Keyboard Accessory View covers entire screen

I have a keyboard accessory view that I'm attaching to the keyboard in my app in order to provide a switchable alternative input view. Everything has been working fine but during the process of fine-tuning performance for the app I realised that I…
Red Nightingale
  • 631
  • 3
  • 17
0
votes
1 answer

Prototype UITableViewCell accessory covers up subviews

I would like to use the provided disclosure indicator accessory in my prototype cell. However, enabling it covers up the right hand portion of my custom cell divider. (Since my divider does not span the full width of the cell, I do not want to use…
arsenius
  • 8,894
  • 2
  • 42
  • 67
0
votes
1 answer

Make Accessory indicator clickable

I am showing a custom accessory view within my uitableview using the code below. Is it possible to target the accessory image as clickable? Do I need to make it a action? I need to make only the image clickable as within didSelectRowAtIndexPathI am…
memyselfandmyiphone
  • 1,008
  • 3
  • 20
  • 42
0
votes
3 answers

Undetected USB accessory with Arduino Due connected to Android MiniPad (MPgio)

I have problem working on an Android accessory job with Arduino Due which is uploaded Blink.ino (other samples too). The problem is that I couldn't detect any USB accessory (or List) from UsbManager got from getSystemService("USB_SERVICE") in any…
zennzero1
  • 1
  • 1
  • 2
0
votes
1 answer

Set accessory mode fail on Nexus 4

I am trying to learn about Android open accessory, because I am a newbie to ARM programming. So I want to put everything up from bottom, use free open source tools and code. Compiler: yagarto GNU ARM NXP LPC1768 demo board: from a company named…
spikeyang
  • 664
  • 9
  • 17
0
votes
1 answer

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.
user2382401
  • 41
  • 3
  • 8
0
votes
2 answers

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 add a border to the inputaccessoryview so I can use…
soulshined
  • 7,480
  • 4
  • 31
  • 63
0
votes
1 answer

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 is and where it is located??? What do I have to…
edererm
  • 31
  • 1
  • 6
0
votes
1 answer

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 the possibility to get data from jack input. I…
stonycis
  • 466
  • 4
  • 16
0
votes
1 answer

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 multiple rows, displaying a checkmark on that row. The…
0
votes
2 answers

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 connect my Arduino board with Android Tablet in Port…
0
votes
2 answers

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 connector and does not support USB HOST mode and…
roc524
  • 81
  • 1
  • 1
  • 7
0
votes
1 answer

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 Mega ADK. How do I setup the second activity, so…
1 2 3
8
9