Questions tagged [device]

DO NOT USE. This tag is ambiguous. Questions about hardware not related to programming are off-topic.

2988 questions
1
vote
2 answers

Is there software or code to alter USB power output

I had a look at this and this but no one sounded particularly sure of their ideas and I'm kind of after a different thing anyway. I want to hook my usb power cables (red and black) up to my phone so I don't have to use a battery (the battery is dead…
AmbrosiaDevelopments
  • 2,576
  • 21
  • 28
1
vote
0 answers

How is Android root filesystem created for Android emulator?

I am working on the Android ICS AOSP for Android emulator. When I compile and create an Android image and load it using the Android SDK (emulator), I can see the set of devices under /dev/; but when I look at the…
Rookie
  • 735
  • 5
  • 11
  • 30
1
vote
0 answers

Adding hda/hdb device to android emulator

I want to add a virtual hard disk & additional flash memory to android emulator For that I created qemu raw images using below command: qemu-img create internal.img 4G qemu-img create internal-flash.img 4G Then i made it ext4 type by below…
Rookie
  • 735
  • 5
  • 11
  • 30
1
vote
1 answer

localhost UIWebview loads on Simulator but not on Iphone device

I have a UIWebview that loads a local asp website, it works properly on the Simulator but not on the device. I don't know where is the problem ? Here is my code : - (void)viewDidLoad { [super viewDidLoad]; NSString *index =…
user2037696
  • 1,055
  • 3
  • 16
  • 33
1
vote
1 answer

how can I get information about the mouse, keyboard, gamepad in MAC OS

need information about the buttons of the device, how many, etc. I tried iokit but got a strange list name = IOUSBRootHubDevice name = IOUSBHubDevice name = IOUSBDevice name = IOUSBHubDevice name = IOUSBDevice name = IOUSBRootHubDevice name =…
user1881371
  • 129
  • 11
1
vote
2 answers

Adaptive Images+ for WordPress: Integrate with WordPress

Intro I decided to create a topic for a script that create adaptive images. I have updated this topic so I can refer. Demand a more focused on a particular answer @ChrisFerdinandi advised me to use the script Adaptive Images+. This script would do…
Caspert
  • 4,271
  • 15
  • 59
  • 104
1
vote
1 answer

Unplugging causes Adb connection Error:An existing connection was forcibly closed by the remote host

Seriously going nuts with this. I don't want a solution that tells me to restart eclipse or anything slow like that. Killing adb and restart eclipse is obviously going to work. But am I supposed to waste 1 full min restarting adb just to upload an…
Nuby Joe
  • 57
  • 1
  • 5
1
vote
1 answer

Event fired when app is reopened?

I would like to know if a event is fired, when I switch to another app or the homescreen respectively if the app is reopened? I'm not using PhoneGap, but only Sencha native packaging (which uses NimbleKit I guess). On the debugging console, I can…
Chris R.
  • 415
  • 2
  • 5
  • 15
1
vote
4 answers

Detecting appearance/disappearance of volumes on osx

I want to update a list of storage devices as the user inserts USB keys, adds external disks and mounts disk images. IOKit's IOServiceAddInterestNotification looks like the way to go, but the obvious use of registering general interest in…
Rhythmic Fistman
  • 34,352
  • 5
  • 87
  • 159
1
vote
0 answers

What could cause wrong EditText background color on Nook HD+ device?

I have had two reports from Nook HD+ users that my android app using a Holo Dark theme does not show EditText colors correct: they appear with white text on white background, making it impossible to read. I have applied no custom styling and the…
Gerrit Beuze
  • 903
  • 2
  • 10
  • 26
1
vote
2 answers

how to support all the devices under mdpi folder

Im very much confused on how will I be able to support all the different android devices that falls under the mdpi category where in fact they all have different screen sizes... I was able to support the HVGA slider (320x480) but it looks awful when…
Ann ann
  • 21
  • 2
  • 7
1
vote
1 answer

What are the Device Filters?

I always get this Error when I mistype a tag in an aspx file: "Unrecognized tag prefix or device filter" I know what tag prefix is , but I don't have good information about Device Filters. Can any one help me find a comprehensive resource to learn…
you mhmd
  • 95
  • 1
  • 11
1
vote
2 answers

How to find bluetooth devices not set to visible in python?

Im trying to make a algorithm in python to detect if my phone is in the area. Im using this to find my device: bluetooth.discover_devices() But it only detects my phone if I set my Bluetooth on my phone to "visible". Is there a function or command…
nblitz
  • 19
  • 2
1
vote
2 answers

How to list com devices in Dos terminal?

How do I list com devices in terminal ? The idea is to list a virtual COM port number enumerated when a Serial to USB converter is plugged in.
Bleamer
  • 637
  • 9
  • 24
1
vote
2 answers

Re-deploy app but selectively preserve old data on device

For testing purposes, I need to periodically deploy new builds of my iOS app to the device which has old data in its document folder. I'd like to be able to selectively update part of the data and control keep-new or keep-old behaviour for any files…
kakyo
  • 10,460
  • 14
  • 76
  • 140