Questions tagged [htc-thunderbolt]

HTC Thunderbolt is a smartphone runs on Android

Thunderbolt is a smartphone developed by HTC Corporation. It runs on Android 2.2 and it can be upgraded to 4.0

Full Specification

Developer SIte

10 questions
24
votes
4 answers

Android Email Multiple Attachment issue on HTC Thunderbolt

I have a weird situation here. I am trying to send emails with multiple attachments using the following piece of code. Intent emailIntent = new Intent( android.content.Intent.ACTION_SEND_MULTIPLE ); // emailIntent.setType( "plain/text"…
21
votes
3 answers

Android HttpClient OOM on 4G/LTE (HTC Thunderbolt)

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 throwing an OOM. This happens only on 4G/LTE devices,…
psychotik
  • 38,153
  • 34
  • 100
  • 135
3
votes
2 answers

Is there emulator available for HTC Thunderbolt?

I have created an application its working fine on HTC Wildfire but one of my application user having HTC Thunderbolt has reported that it is generating Application Force Close dialog. As i don't have real device and i want to sort out the issue, i…
Pankaj Khurana
  • 3,243
  • 10
  • 50
  • 79
3
votes
1 answer

Android access to front camera on HTC Thunderbolt

I need to access the front camera on the HTC Thunderbolt from within an application (as a standard Camera object). Can any developers point me in the right direction? HTC has released a jar for accessing the front camera on the EVO, but it doesn't…
Adam
  • 31
  • 1
2
votes
2 answers

Cannot get camera preview (call camera) , HTC Thunderbolt

I am new to android app development so please any answers would be great with code examples. My problem is this, I have to develop a camera app that streams mjpeg to a server. Now I have successfully created the app for my Motorola Atrix and that…
1
vote
0 answers

Custom Google Map Type not showing map type control options on android HTC Thunderbolt

I'm writing an application that uses custom map types and you can choose which map to show from a drop down control over the map. Everything is working fine on iPhones and my LG android. I'm having problems on my friend and his wife's HTC…
Justin
  • 1,428
  • 1
  • 13
  • 29
1
vote
2 answers

Not receiving C2DM message

I have an app with C2DM currently implemented. I had it working to the point where I was receiving messages. Then a few days later I ran it on the same device and it was not receiving messages. The device is an HTC Thunderbolt. I ran the app on two…
Thomas Williams
  • 621
  • 5
  • 15
1
vote
4 answers

how do i test apps on an htc thunderbolt

I have been developing an android app, and i wanted to test it out on a real phone. I recently bought an htc thunderbolt to try it out in. The problem is, that my computer won't install the adb driver. What do i need to do to get it to work? The ide…
Ephraim
  • 8,352
  • 9
  • 31
  • 48
1
vote
0 answers

I get no text in the body of the email when I try to share content using an HTC Thunderbolt running Android 2.3.4

I get no text in the body of the email when I try to share content. I am using an HTC Thunderbolt running Android 2.3.4. However, I do not get this problem in Samsung phone. I have done programming of the application though Phonegap. Are there any…
0
votes
1 answer

Android Bitmap Saves As Weird Lines

When I save a picture taken on certain devices, it saves as some weird lines. I have no idea how to describe the look of this image so here it is: My code works perfectly on most devices but we have had two of our users speak up with the…