DO NOT USE. This tag is ambiguous. Questions about hardware not related to programming are off-topic.
Questions tagged [device]
2988 questions
32
votes
7 answers
How to connect a Windows Mobile PDA to Windows 10
Does anyone know how I can get a Windows Mobile 6.5 PDA to connect up to a Windows 10 PC?
Before upgrading the PC from Window 8.1 I was able to use Windows Mobile Device Center to link up to the PDA over USB. This allowed me to access files on the…

Iain Hoult
- 3,889
- 5
- 25
- 39
30
votes
3 answers
objective c iphone : can we view console log on device
is there a way to view the console output as we are running an iphone App on the device?
If not directly, is there an app on the App store which lets you view the log after the App has finished running?

user315067
- 755
- 4
- 9
- 13
30
votes
7 answers
Uninstall Android Wear App From Real Device
Might be a noob question but for the life of me I can't figure out how to uninstall an app from my Samsung Gear Live.
I need to uninstall the debug version so I know I have a fresh production version when I download it from the Google Play store.

KevinTydlacka
- 1,263
- 1
- 15
- 30
29
votes
1 answer
What triggers the BluetoothDevice.ACTION_ACL broadcasts?
I would like to know what events in remote physical devices trigger ACTION_ACL_CONNECTED and ACTION_ACL_DISCONNECTED in a listening device. My test results make no sense. I have gathered several devices within a few decimeters of each other:
a…

Tombola
- 1,131
- 5
- 15
- 26
29
votes
3 answers
Copying a struct containing pointers to CUDA device
I'm working on a project where I need my CUDA device to make computations on a struct containing pointers.
typedef struct StructA {
int* arr;
} StructA;
When I allocate memory for the struct and then copy it to the device, it will only copy the…

Thorkil Holm-Jacobsen
- 7,287
- 5
- 30
- 43
29
votes
6 answers
Getting Device ID or Mac Address in iOS
I have an application that uses rest to communicate to a server, i would like to obtain the iphones either mac address or device ID for uniqueness validation, how can this be done?

Daniel
- 22,363
- 9
- 64
- 71
28
votes
15 answers
Android: Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE
I'm getting "Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE" error while installing the application on my device today.
It is working fine till yesterday, today only im facing this problem. I have deleted some files on my SD card, but still…

Venkat Papana
- 4,757
- 13
- 52
- 74
28
votes
3 answers
ADB is not recognizing my device
This is not like other questions:
I already have installed:
ADT
Samsung Kies 3 (because I have a Samsung Galaxy S5)
Google USB Driver
I already have configured:
Developer options in my device enabled
USB Debugging enabled
My computer and Kies…

Antonio
- 11,413
- 6
- 34
- 48
27
votes
6 answers
how to manage debug and release version on android device?
I'm new to Android dev and I'm almost ready to release a first version of my app :)
While testing the signed release apk on my phone, it refuse to install because the debug version is installed with the debug signature.
So I have to uninstall the…

Geob-o-matic
- 5,940
- 4
- 35
- 41
27
votes
4 answers
Android: AVD-Settings for Galaxy S3-Like AVD
I need help with the AVD-Settings for my new Virtual Device.
I need the settings for an AVD that has the same size like the new Samsung Galaxy S3.

h00ligan
- 414
- 1
- 5
- 12
25
votes
4 answers
ld: library not found for -lcrt1.3.1.o error while running app in device with xcode 8.0 with iOS10
After upgrading xcode to 8.0, my application project build with error for device target but building successfully for simulator.
Error is like:
ld: library not found for -lcrt1.3.1.o
What does the solution for this error.

Sandip Patel - SM
- 3,346
- 29
- 27
25
votes
8 answers
How to Deploy Android Application to Beta Tester Devices
My android app is not in the app store yet.
Is it possible to send my app to someone, and they install it on their device.
Something like iphone AdHoc?

aryaxt
- 76,198
- 92
- 293
- 442
25
votes
19 answers
Best way to get started with programming other things than your computer?
What is the best way to get started with programming things outside of your computer?
I don't mean mainstream things like cell phones with APIs.
Please assume working knowledge of C/C++

Brian R. Bondy
- 339,232
- 124
- 596
- 636
24
votes
8 answers
Constantly getting ...DeviceMonitor] Failed to start monitoring
I find that after running or debugging my application a few times using eclipse, that I get the above output in my console (in red) and I get no feedback from Dalvik as to the connection status to my phone is going. My application will still debug…

makar
- 497
- 1
- 4
- 16
24
votes
2 answers
How does Bluetooth pairing work?
How exactly does Bluetooth paring work? What is communicated between each device during the pairing process?
I was told if you had device-A wanting to pair with device-B:
A sends a 'unique key' to device B on some wavelength/frequency
B returns an…

jbutler483
- 24,074
- 9
- 92
- 145