Questions tagged [htc-hero]

HTC Hero is a smart phone that runs on Android

Hero is a smart phone released in July 2009. It is an android based smart phone

Full Specification

Developer Site

15 questions
12
votes
3 answers

Android: Intent.ACTION_SEND with EXTRA_STREAM doesn't attach any image when choosing Gmail app on htc Hero

On the Emulator with a default mail-app all works fine. But I have no attach when I'am receiving a mail which I've sent from my Hero using a Gmail app. The default Mail app on the hero works fine. How can I make this code works with Gmail app on…
shinydev
  • 759
  • 2
  • 7
  • 20
10
votes
4 answers

javascript geolocation on android doesn't work

I am developing a website that relies on pulling the geolocation data of a mobile user. I am doing it the typical way via: function initialize() { if(window.google && google.gears) { var geo =…
Dan.StackOverflow
  • 1,279
  • 4
  • 18
  • 28
3
votes
3 answers

Bluetooth issues on HTC hero

I've written an android application getting data from external sensors using Bluetooth. It's working fine on Sony Ericsson XPERIA but not on a HTC Hero (it finds external devices but it can't get any data from them) I'm wondering why. After some…
user1058169
  • 31
  • 1
  • 2
3
votes
0 answers

Programmatically disable WiredHeadset

I have an HTC Hero with a major issue. It thinks that the headset/headphones are plugged in. I sent it to HTC and they said there is water damage so no fix. I have tried toggleheadset, toggleheadset2. I've rooted my device and installed the Android…
johnnynotsolucky
  • 540
  • 3
  • 16
3
votes
2 answers

How to access programmatically what is displayed in an Android lock screen

Today I am looking for a way to mimic the behavior I know from my HTC Hero's lock screen: the calendar and alarm clock can put text & drawables there to inform about an upcoming event or an expired alarm. The lock screen remains there in that it…
Zordid
  • 10,451
  • 11
  • 42
  • 58
2
votes
2 answers

Bindlisten failed when starting Accept Thread

Can anyone tell me what this problem is? I'm trying to get my application to start an Accept Thread, however this error keeps occurring. Can anyone help? I'm using HTC Hero with Android 2.1. ERROR/BluetoothChatService(9585): java.io.IOException:…
Navigatron
  • 2,065
  • 6
  • 32
  • 61
1
vote
2 answers

Debugging android application on HTC Hero

Is it possible to connect the ADB with an HTC Hero? I tried following the instructions for the Win USB driver but when I try to install the driver I just get a generic message saying that there was a problem installing the driver. Looking at the…
w00tfest99
  • 51
  • 3
  • 8
1
vote
1 answer

Building specifically for HTC phone

Greetings, I am trying to generate android platform specifically for HTC Hero. I have followed the instructions described and built from trunk (I…
Vasilij
  • 11
  • 1
1
vote
1 answer

Adsense not displaying on HTC Hero

We've been developing an Android application which includes Google Adsense. However there seems to be a problem with the ads not showing on HTC Hero phones. It does show on HTC Magic. Have anyone else had the same problem? Are there any…
Eric Nordvik
  • 14,656
  • 8
  • 42
  • 50
0
votes
1 answer

Android BOOT_COMPLETED not working!

This is a simple program i created to test BOOT_COMPLETED event of Android but it's not working! am i doing something wrong here?
kakopappa
  • 5,023
  • 5
  • 54
  • 73
0
votes
0 answers

No battery temperature updates on HTC Hero / Android 2.1

I'm writing an Android app using old Android phones dedicated to temperature monitoring. Now I'm having problem with an HTC Hero running Android 2.1 update-1. It doesn't receive updates of the battery temperature sensor. It only gets an initial…
Flite
  • 23
  • 5
0
votes
2 answers

Running HTC rom on emulator

I have came across some weird behavior while using camera in my app. I am clicking picture from camera and then uploading it to server. I didn't mention in my code that device should save the pic first, it works well in samsung, nexus BUT on running…
Sunil
  • 13
  • 1
  • 5
0
votes
1 answer

android.settings.INPUT_METHOD_SETTINGS doesn't work with HTC hero

My application has a button that sends the user to the locale setting. I do this with this code: startActivity(new Intent(android.provider.Settings.ACTION_INPUT_METHOD_SETTINGS)); This works fine with some devices, but with the HTC Hero I…
Macarse
  • 91,829
  • 44
  • 175
  • 230
0
votes
5 answers

Which handset for university Android programming classes?

Next year there will be Android programming classes on Wroclaw University (Poland) but handsets for excersises needs to be choosen now. I was thinking about HTC Hero because: as HTC device it is a reference model for Android ecosystem; it will run…
tomash
  • 12,742
  • 15
  • 64
  • 81
0
votes
1 answer

White screen appears on phone when I use AndEngine

There's problem with HTC Hero and AndEngine's BaseGameActivity: when launched, there's only white screen, without any graphics like background and sprites. But I can see objects like lines (org.anddev.andengine.entity.primitive.Line) etc. and also I…
uncle Lem
  • 4,954
  • 8
  • 33
  • 53