Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
5answers
8k views

How do I get the friendly name of a COM port in Windows?

I have a GSM modem connected via USB. The modem creates 2 serial ports. The first is automatically attached to the modem, the second shows in Device Manager as "HUAWEI Mobile Connect - 3G PC UI ...
2
votes
2answers
114 views

Changing wireless network adapter wireless mode properties

My school uses 802.11a, but at home I use 802.11b. This means every time I go from home to school or the other way I have to go to device manager -> Network adapters -> Intel(R) WiFi Link 5100 AGN -> ...
2
votes
1answer
135 views

e-mail and Android mail account settings from code

Is there a way to create/change an email account from source at android an ios? We would like to provide our customer a way for adding their mail accounts to android and ios devices within in an app. ...
1
vote
0answers
36 views

Android Elumator error -ddmlib error

When test my codes by elumator ,Eclipse console show this error(but application Debug is OK): [2011-12-28 13:30:26 - ddmlib]Your host of software to suspend a already established connection。 ...
1
vote
0answers
504 views

Profile Manager Lion Server error

My Lion Server (10.7.1) worked perfectly until this tuesday. Yesterday when I went to profile manager's page, sometime it works and sometime not. Also, if I do the enrollment of a device sometimes ...
1
vote
1answer
138 views

Windows - How to explore the devices by connection. Like Windows “Device Manager”

The idea is to start from the VID and PID of USB hub and then explore its contents. Given a USB hub how do we explore the connected devices? I need to programmatically explore the attacked devices ...
1
vote
0answers
230 views

DevicePolicyManager wipeData not wiping out Email settings

I have a device management app that uses the DevicePolicyManager methods. On a specific trigger, I invoked the wipeData method with flag = 0 (its a 2.2 HTC incredible). The device rebooted and wiped ...
0
votes
2answers
50 views

Attempting to run embedded tool from WIX msi for selective installation

Basically I'm trying to build a WIX msi that can run devcon.exe (command line version of windows hardware manager) to detect if a particular piece of hardware is installed. If it is, then install msi ...
0
votes
1answer
41 views

Register to the DeviceManager of Linux

I read some questions here but couldn't really find the specific problem I'am faced with here... I need to implement a "DeviceCache" in a particular project which caches all device-names found in ...
0
votes
1answer
1k views

Device Enable/Disable script

I have Windows 7 64 Bit Professional Edition on a computer I built myself so there is no manufacturer to ask. I am using an on-board sound card which has 7.1 and Optical outputs. The optical output is ...
0
votes
1answer
148 views

Link to the Device Manager

Is there a way to add a link to the Device Manager in a WPF application? I mean, a hyperlink that once clicked opens the Device Manager window. Thank you very much.
0
votes
1answer
181 views

Is there a way to trigger a hardware refresh (aka Device Manager) using .NET?

I don't mind if it's only possible in the latest version of Windows, but I am wondering if there is a way to trigger this using .NET:
0
votes
1answer
104 views

Mobile Device Manager 2008 SP1 With WSUS 3.1 SP2

Can I install MDM 2008 SP1 with WSUS 3.1 SP2? It fails telling me I need WSUS 3.0 SP1 or higher.. but since I have SP2 shouldn't it work? I'm installing on Server 2008
0
votes
4answers
934 views

Windows device manager and hardware IDs

I'm curious how the windows device manager obtains the hardware IDs for a device, even though no device driver may be loaded for the device yet. Anybody have a clue on how Windows goes on about this? ...