Tagged Questions
The htc-hero tag has no wiki summary.
3
votes
2answers
4k views
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) {
...
3
votes
1answer
8k views
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.
...
2
votes
2answers
1k views
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 ...
1
vote
1answer
54 views
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 ...
1
vote
4answers
1k views
Removing custom roms HTC Hero
Are there any ways to remove custom roms for HTC Hero and go back to the original rom that was shipped with the phone?
1
vote
0answers
431 views
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, ...
1
vote
2answers
2k views
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 ...
1
vote
1answer
124 views
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 suppose):
http://source.android.com/download
...
1
vote
1answer
198 views
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 ...
0
votes
1answer
517 views
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.
...
0
votes
1answer
517 views
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?
<?xml version="1.0" encoding="utf-8"?>
<manifest ...
0
votes
1answer
411 views
HTC Hero Update 2.1 --> Broke Audio Streaming?
I have installed the 2.1 update on my HTC Hero yesterday, and happy as a puppy I instaleld my streaming app... Just to discover that it won't stream decently... It has to stream an mp3 stream and it ...
0
votes
0answers
248 views
Do dispatchTouchEvent() gets called on HTC Hero?
Could someone with Htc hero (android 1.5) please try if boolean dispatchTouchEvent() method works on htc hero. I tried something on emulator and it works, but when i try it on my phone it doesn't get ...
0
votes
1answer
623 views
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 ...
0
votes
6answers
290 views
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 ...