accessory Questions

4

Solved

I've read multiple Q&A on the topic but none seem to work so here's my problem. I created a custom UITableViewCell and in the Storyboard, I asked for there to be a disclosure indicator accesso...
Expediential asked 15/1, 2015 at 1:27

1

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...
Autogamy asked 19/11, 2012 at 17:10

0

I am writing an Android app in Java that communicates with a USB accessory using an Android accessory API. The google documentation does not give an example of actually reading and writing data, on...
Economically asked 25/9, 2020 at 14:51

12

Solved

I need to change the color of the disclosureIndicatorView accessory in a UITableViewCell. I think there are two ways to get this done, but I'm not able to figure out which one's the optimum. So her...
Longshore asked 5/12, 2009 at 16:39

2

Solved

How can I make Android not request for permission each time I reconnect a USB device? I want to make it to remember "Use by default" checkmark for the USB devices so that I don't have to give permi...
Hitchcock asked 16/10, 2016 at 20:30

4

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; [[E...
Hedgehop asked 29/7, 2011 at 14:41

7

Solved

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 ...
Chokefull asked 3/1, 2013 at 22:28

3

I am using EAWiFiUnconfiguredAccessoryBrowser to detect EAWiFiUnconfiguredAccessory. The code to start the accessory search it's the following: - (void)viewDidLoad { [super viewDidLoad]; if (_a...
Detain asked 4/8, 2015 at 8:44

2

I am trying to learn Android USB Host/Accessory connection. I read android devices can act usb host or usb accessory. Therefore I create two project one of them usb host project, other usb accessor...
Nape asked 10/6, 2013 at 7:46

2

I know that it was supported starting Android 3.1, i mean "how to check hardware support"
Haro asked 24/3, 2013 at 13:20

1

Solved

Hereby the situation: I'm working on a Android Tablet that must work in Accessory mode. Reason why is because the tablet can't provide enough power to perform the communication with a Serial USB mi...
Woodchuck asked 3/2, 2015 at 13:7

2

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 connec...
Semicentennial asked 26/11, 2011 at 1:54

4

Solved

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...
Sabella asked 13/3, 2013 at 8:16

1

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 onRes...
Litt asked 30/10, 2012 at 19:19

1

We manufacture a new accessory for iPad/iPhone which should transfer commands to the iPad. We like to use UART (through a certain Apple-protocol called Lingo). My research shows that I can only use...
Munos asked 30/11, 2010 at 4:8

3

Solved

I have a pretty big issue. I am trying to create a favorite-button on every UITableViewCell in a UITableView. That works very good, and I currently have an action and selector performed when presse...
Hypabyssal asked 1/4, 2010 at 16:44

4

Solved

Am I missing something glaringly obvious or is there no way to debug an iOS app which uses an external accessory that's connected via the 30-pin dock without using a bucket load of logs etc. I want...
Bronwyn asked 6/8, 2010 at 2:51

2

Solved

I am looking for some good resources to learn the External Accessory framework, specially the "Bluetooth accessory interfacing". I know there is a book by Ken Maskrey for learning t...
Diagnostics asked 3/5, 2011 at 9:36

1

I have researched this to death online and cannot find anything regarding auto launching an iphone app when an external accessory is either paired using BT or plugged into the dock connector. We ...
Mitchmitchael asked 20/4, 2011 at 17:26
1

© 2022 - 2024 — McMap. All rights reserved.