Questions tagged [htc-android]

For programming questions specific to hardware developed by HTC that runs the Android operating system.

126 questions
0
votes
3 answers

How can I stop zoom in webpage of webview in android for HTC

How can I stop zoom in webpage of webview in android for HTC mobiles when clicking in input text . Any suggestions will be appreciated .
Ram
  • 114
  • 12
0
votes
1 answer

How to hide menu button of pgs4a(pygame subset for android)?

I developed an app from android using pgs4a. On my galaxy s4 it fits on the screen and works perfectly. On an HTC One (M7) however a menu button appears on the bottom of the screen causing the app to not fit on the screen properly. Anyone who has…
Kevin Klute
  • 450
  • 1
  • 4
  • 22
0
votes
1 answer

Emulating an HTC device for development

I developed an app that works perfectly on all devices I've tested it on so far, including two emulators, a Motorola, and 2 different Samsung phones, but when running on an HTC m8 HTTPGet doesn't work, the app doesn't crash, it just hangs…
Devon M
  • 751
  • 2
  • 9
  • 24
0
votes
1 answer

Android SDK - Hide HTC Sidebar

The HTC sidebar with the software buttons is not good for the aspect ratio. How do I hide it? I am already using: And this hides the top menu bars on Samsung devices, but not the sidebar on HTC devices.
P.Henderson
  • 1,001
  • 2
  • 13
  • 23
0
votes
1 answer

HTC one x doesn't remember debug mode

When I connect any Android Smartphone which I previously used to debug to my pc, normally it automatically sets the debug mode enabled. Somehow since a few weeks my HTC one X stopped doing this. Everytime I connect my smartphone I have to manually…
Bart Burg
  • 4,786
  • 7
  • 52
  • 87
0
votes
1 answer

HTC keeps losing connection to adb

I'm having issues with the adb connection to my HTC One S. Sometimes it connects just fine but after a couple of minutes or even seconds it loses connection and appears as offline. When this happens I unplug it and plug it back in, and then…
Ruben2112
  • 423
  • 4
  • 18
0
votes
1 answer

is there any way to read last one month alarm records in android?

I am developing an App in which i want to use last one month alarm records. I tried a lot using content://com.htc.android.alarmclock/alarm in content resolver but i am not able to get last one month records. Uri uri =…
Kailash Ahirwar
  • 771
  • 3
  • 14
0
votes
1 answer

PouchDB Not Working on HTC Device

I've creating an phonegap android app using PouchDB. Here is list of devices that i've tested: - HTC One Mini - not worked - HTC Desire X - not worked - Lenovo A690 - worked fine - LG G2 - worked fine - Emulator Android (4.0.0 - 4.2.2) - worked…
Dion Alexander
  • 169
  • 1
  • 1
  • 7
0
votes
2 answers

IntelliJ Application testing on Android device

Hy Everybody! I am starting to learn android development and I would like to try my applications on my HTC (wildfire s) android device(smartphone). My big big problem is a can't do that. The intellij provide the following after i am clicking a run…
0
votes
1 answer

Android ZXing barcode scanner not working with HTC Evo 4g Lte

One of my users is having a problem using the barcode scanner on my app. Basically, it won't scan, it never has. He is using my app on a HTC Evo 4g Lte. My app makes use of the ZXing integrated code and this is the first device that has had an…
Elaine McGovern
  • 269
  • 7
  • 24
0
votes
2 answers

Can't run app from Eclipse in my htc device

I'm trying to run my app from Eclipse to my htc Sensation, but in gives me this screen It was works in the past and I don't know what happened this time to make it like this. How can I solve this issue?
Eman87
  • 2,735
  • 7
  • 36
  • 53
0
votes
1 answer

HTC Wildfire S, intent of camera capture has a duplicate copy in Gallery in addition to the specified output in ContentProvider

For security reason, I do not want the photo saved in the sdcard. So after searching, I find a way to save the photo in the intenral storage. The code snippet is as below: Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); photo = new…
user1914692
  • 3,033
  • 5
  • 36
  • 61
0
votes
1 answer

HTC - Issue with open the camera

I have some problem when I try to develop my app with Htc devices. When i open the camera, it put a white image at the bottom of my app. As you can see in the image, only i can use the camera with the half. Anyone know how can I solve this problem?…
fr4n
  • 755
  • 1
  • 8
  • 16
0
votes
2 answers

Google Maps API V2: GPS icon doesn't appear

In my app I have recently upgraded Google Maps from V1 to V2. Now, with an HTC One S (Android 4.1.1) when I switch on GPS and enter in the map activity, the app recognizes that GPS is on but its icon doesn't appear and the app can't find my…
Umberto
  • 2,011
  • 1
  • 23
  • 27
0
votes
1 answer

Android: UDP client on HTC devices

My application contains a client thread (UDP and TCP) which receive data from a wifi interface. I've tested the app on some devices (Samsung, sony, and HTC). It works well on all the devices in TCP mode, but in UDP mode it only works on Sony and…
JSHeb
  • 113
  • 3
  • 8
1 2 3
8
9