0
votes
0answers
63 views

android 21.1 change skin [closed]

Ok, I go into the Android Device Manager, and create a new AVD. However, the option to select a skin is no longer there! Did they remove it in the latest update? If not, how do I change the skin?
1
vote
2answers
691 views

Frustrating DevicePolicyManager lockNow() behavior

Things are simple: press an icon and send the phone to standby. The frustrating part comes from the phone: sometimes, randomly instead of remaining in standby, the screen awakes and the lock screen is ...
0
votes
1answer
192 views

Creating MyTouch 3G Emulator

What are the settings I need to create an emulator that mimics the HTC MyTouch 3G Slide Phone in the Android Virtual Device Manager? The part I am most unsure about is which skin to use (HVGA, QVGA, ...
2
votes
0answers
394 views

Android Emulator 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。 ...
2
votes
1answer
383 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. ...
17
votes
1answer
544 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 ...