htc-android Questions

4

I got a simple input field which has a maxlength="2" attribute. The code looks like this below: <input id="txtLoginName" maxlength="2"> It works fine on most Android devices. However, on t...
Chantel asked 27/6, 2014 at 2:22

5

When trying to push an app to my device using Android studio, I'm getting the below log readout in AS about 80% of the time. Any clues? Waiting for device. Target device: htc-htc_one_m8-FA43NWM072...
Soneson asked 3/3, 2015 at 19:49

2

I am using the Camera API on the Android and gotten my code to work on several platforms including the Samsung Galaxies and HTC Desire. So far I'm only experiencing a problem on the HTC Desire Z, w...
Friedland asked 12/7, 2011 at 2:24

4

How do I get Android Studio adb to recognize my usb device (HTC Droid DNA) I keep getting the USB device not found message in the abd log. Windows also will not install my drivers and my HTC sync m...
Paulitapaulk asked 15/6, 2014 at 6:44

3

I've released an IME (soft keyboard) app and I am getting crash reports from HTC phones only. Here is the stack trace: java.lang.NullPointerException at android.graphics.BitmapFactory.decodeResou...
Mclendon asked 12/10, 2011 at 21:56

3

I am trying to measure the audio path from speaker to microphone on two different phones, an htc Wildfire S running Android 2.3.5, and an htc One X running Android 4.0.3. Using Eclipse, I coded an ...
Urissa asked 18/9, 2013 at 15:20

2

Solved

I write my own SyncAdapter based on example in SDK. It should add contacts from external source, and it works perfect in device emulator. But when I run it on HTC Desire after all I can't see my Ac...
Berardo asked 5/12, 2010 at 20:35

2

Solved

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 i...

1

The Problem: Certain Android devices (listed at the bottom of the question) exhibit unexpected behavior when utilizing the setOrientationHint(int degrees) function for videos taken with the front f...
Macrogamete asked 7/2, 2013 at 23:37

2

Solved

This is a scenario. There are folders: drawable drawable-ldpi drawable-mdpi drawable-hdpi draawble-xhdpi An image (usually background, but not bound to such images only) is located in /res/draw...
Coltson asked 28/12, 2012 at 13:16

1

I have an app that reads the microphone. Specifically I'm detecting blowing into the microphone ;) It doesn't work on a lot of HTC devices. I've picked up an HTC Droid Eris as well as an HTC Droid ...
Lasagne asked 3/5, 2012 at 2:3

1

Solved

Every few days I get a crash report for my application with the following stack trace, or small variants thereof (with different line numbers based on different android versions) java.lang.NullPoi...
Bdellium asked 7/9, 2012 at 21:35

3

I've an Android application which has text box for search, some buttons, webviews (1 visible 2 invisible) and an admob adview. the app just searches on some special sites and it works great on emul...
Berezina asked 21/6, 2012 at 8:36

1

Solved

I'm having problems with intent URIs on a particular device, so I tried the CommonsWare URLHandler sample as suggested here: Launching my app using the intent URI, and the intent URI hyperlink on i...
Darya asked 2/8, 2012 at 14:50

2

Our application uses a lot of bitmaps. It works fine for example on G1, XOOM. But on HTC Desire there is an OutOfMemory error. In code we use try/catch(OutOfMemoryError e) and all devices(except De...
Alves asked 7/6, 2011 at 19:52

1

Solved

I have application which uses Sherlock ActionBar package. The application uses platform-specific behavior for menu (so it's 3-dot icon in ActionBar on ICS and classic menu under HW button on pre-...
Abydos asked 19/6, 2012 at 21:19

1

I have been seeing this problem for a while in my application. It shows itself by randomly hardlocking or rebooting HTC phones when they are rendering using OpenGL. Checking the logcat it appears t...
Reveal asked 8/3, 2011 at 22:21

3

Solved

I have gotten some reports from users of crashes when try use my application on Verizon's 4G/LTE. Looking at the stack trace, it looks like Android's HttpClient.execute() implementation is throwin...
Pringle asked 18/3, 2011 at 21:28
1

© 2022 - 2024 — McMap. All rights reserved.