For programming questions specific to hardware developed by HTC that runs the Android operating system.
Questions tagged [htc-android]
126 questions
0
votes
2 answers
Eclipse wont recognize my HTC desire
I'm trying to use my HTC Desire as a test phone for my Android application, but Eclipse just can't see it, now If i go to device manager there is a yellow !, i click uninstall, re-connect my HTC phone to the computer and it can not install the…

Canvas
- 5,779
- 9
- 55
- 98
0
votes
1 answer
Create AVD for HTC Desire & Samsung Galaxy 3 on ADT v21.1
How do I create avd for HTC Desire and Samsung Galaxy 3 phones using ADT v21.1?
All advises that I found are about old ADT.
Thank you

user2091330
- 21
- 3
0
votes
1 answer
Using ndk-stack on an SDK-only app
I am using some local HTML5 files within an embedded WebView in an Android app. This is built with only SDK, not NDK. When the WebView loads, there is a segmentation fault on HTC One X (not on any other phones), and the app crashes. I've read that…

Rajath
- 11,787
- 7
- 48
- 62
0
votes
0 answers
live wallpaper looks larger on htc X but looks ok on s3 and nexus 7 though the resolution is the same
I have a live wallpaper which works on high res devices, specifically on the galaxy s3 and the nexus 7.
I've tested it on an htc one x which is also a 720p device, but the wallpaper seems to be scaled up.
I don't own an htc x so I can't check what…

sollin
- 9
- 2
0
votes
1 answer
Reading String from 2 different methods in same class fails, null pointer exception on HTC phones API 8
I'm having a strange problem which only exhibits itself on certain manufacturers phones. Specifically HTC, this runs fine on my Samsumg S2.
I have 2 methods:
public void setPref(String key) {
prefkey = key ;
}
public String getPref() {
…

bazza2000
- 131
- 1
- 12
-1
votes
2 answers
adb not connecting to HTC Desire S or Xperia Play
I can connect to my Nexus 7 just fine so I'm not sure what to do here.
Basically when I try to do a command like 'adb logcat' both the Desire S and Xperia Play are not found and the console is stuck saying 'waiting for device'.
Both have USB…

meds
- 21,699
- 37
- 163
- 314