Questions tagged [htc-android]

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

126 questions
0
votes
1 answer

Multiple screens for HTC Desire and HTC Sensation

The thing I want to do is to have different layout for the Sensation and Desire models. I read things about programming for multiple screens and providing resources for different screen size and density, but this sensation resolutions drive me crazy…
Lukap
  • 31,523
  • 64
  • 157
  • 244
0
votes
1 answer

Why don't I see an overscroll glow on a HTC Desire HD

I have an app that uses several lists and scroll views. On a Nexus S I see an orange glow if I overscroll the lists. On a HTC Desire HD the list simply stops at the top, there is no bounce or overscroll visible. I tried to set the overscrollmode…
Janusz
  • 187,060
  • 113
  • 301
  • 369
0
votes
1 answer

Android Bluetooth issue when reading from inputsream in HTC Desire Z

I am doing a project dealing with transmitting image files from BTM-182 Bluetooth module to Android phone. The program is based on Android 2.0. I have read the Bluetooth Chat program from google, and I can establish the connection using standard…
Peter
  • 1
0
votes
1 answer

Android app wont install on Htc Wildfire issue

I have tested my app on many devices such as Samsung Xperia, Galaxy, HTC desire and HTC droid and it works fine. However when I try to install on a Htc Wildfire from the marketplace I get the error "Incompatible with this device". Does anyone have…
brux
  • 3,197
  • 10
  • 44
  • 78
0
votes
3 answers

Can't start app from launcher in Android

My application is able to run from the launcher on the Galaxy Tab, but on the HTC Legend, I get the following error in logcat: --------- beginning of /dev/log/main D/Rosie ( 194): can't start activity: android.intent.action.MAIN ---------…
Amandeep Grewal
  • 1,801
  • 3
  • 19
  • 30
0
votes
0 answers

old HTC android phone can not receive react-native build

I have an HTC Desire 510 running Android 4.4.2. Earlier in the year, I was able to deploy react-native apps to it, back when react-native init still generated index.android.js and index.ios.js in the project root folder. Today, it seems react-native…
John
  • 32,403
  • 80
  • 251
  • 422
0
votes
2 answers

What hex colorcode for grey, is the HTC Sense theme using?

What hex colorcode for grey, is the HTC Sense theme using ?
user77115
  • 5,517
  • 6
  • 37
  • 40
0
votes
2 answers

Is it possible to create an Android application directly on the HTC Evo phone?

As a means of simplifying development, I'd like to be able to create and test an application right on my handset. Is it possible to build an application directly on the HTC Evo phone?
Brian T Hannan
  • 3,925
  • 18
  • 56
  • 96
0
votes
1 answer

How can i solve libmedia.so issue in htc?

I got crash from HTC One (M8) (htc_m8) when my app get start. I can not find any related issue in my app. It's may be device related issue But other app running normally. Please help me to find that it's device specific or app specific. Here is…
Vijay Vala
  • 73
  • 4
0
votes
2 answers

HTC One M8 - making use of 2nd rear camera

I have an HTC One M8 device, which has 2 rear cameras and an additional front facing camera. My problem is trying to access the 2nd rear camera; I have managed to make an app which runs 2 simultaneous cameras (1 front and 1 rear facing), but the…
0
votes
2 answers

How does one enable Developer Options on an HTC One?

I am trying to set up remote debugging on an HTC One. On the Android web site, and the Marmalade web site, they say I need to "enable on-device developer options", but I have not found Developer Options on my phone as instructed. They write: To…
Dronz
  • 1,970
  • 4
  • 27
  • 50
0
votes
1 answer

Preview Camera HTC-One cuts image

I'm using a custom camera preview on my app, it works fine in almost all devices, for HTC-One I'm getting a bad cut, the original photo doesn't match what the preview shows on the top. It only happens on this device, this is the code of my preview…
user961376
0
votes
1 answer

after starting eclipse my phone (htc desire) disconnects form my pc

My phone(htc desire) loses connection with HTC Sync, version: 2.0.33 on my laptop when I start eclipse galileo. I have windows 7 32 bit. The followings are what I have done to solve this problem but with no luck: unplug and replug the usb…
mnish
  • 3,877
  • 12
  • 36
  • 54
0
votes
1 answer

Android HTC phone with two rear cameras

I'm trying to select the rear camera in HTC phones but in the API I have only two cameras: CAMERA_FACING_FRONT, CAMERA_FACING_BACK. When I call the open() with CAMERA_FACING_BACK, I get the camera that I don't want (lower resolution than the other…
Migore
  • 1,477
  • 3
  • 19
  • 40
0
votes
1 answer

HTC phone uses different theme while creating fragment the first time and after orientation change

I instantiate Fragment in the activity in a following manner: Fragment fragment = new SimpleTestFragment(); fragment.setArguments(bundle); final FragmentManager fragmentManager =…
MatBos
  • 2,380
  • 24
  • 34
1 2 3
8 9