polardiver / android-notifier

Automatically exported from code.google.com/p/android-notifier
0 stars 0 forks source link

Installation problem on HTC Hero #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello, I can't install your apk in my HTC Hero, it said that my phone can't 
support this app.

My OS version is 1.5 with HTC sense

Hope you can solve this issue, thank you.

Original issue reported on code.google.com by kevinwon...@gmail.com on 16 Mar 2010 at 2:21

GoogleCodeExporter commented 9 years ago
Indeed, the app requires at least Android 1.6 (API level 4), which is why it 
probably 
doesn't show up in your android market. I'll check what I'm using that is 
1.6-only and 
see if there's a way to make to make it work in API level 3 (Android 1.5).
Please notice that even on 1.6 you'll get limited functionality, since 
bluetooth access is 
only available in 2.0 (API level 5) and later.

You should consider updating your phone if that's an option, though - Android 
is 
already at API level 7 and going to 8, so less and less apps will support 1.5.

Original comment by rdamazio@gmail.com on 16 Mar 2010 at 2:49

GoogleCodeExporter commented 9 years ago
Ok, so apparently the two things I use that was different before 1.6 are SMS 
handling 
and detecting the Android version (!!). I'm preparing a change to make it work 
in 1.5 as 
well, which involves forking the Sms handling depending on the version, and 
downgrading the version detection to Build.VERSION.SDK instead of 
Build.VERSION.SDK_INT.

Original comment by rdamazio@gmail.com on 16 Mar 2010 at 6:19

GoogleCodeExporter commented 9 years ago
Done in r94 - will be in the next release. I'm attaching an apk for you in the 
meantime. 
Please confirm if this works as expected - it works fine in the emulator, but I 
don't have 
a real 1.5 device to test with.

Original comment by rdamazio@gmail.com on 16 Mar 2010 at 6:53

Attachments:

GoogleCodeExporter commented 9 years ago
It works fine in my phone! Thank you very much.
I hope you can release USB mode soon.

Original comment by kevinwon...@gmail.com on 18 Mar 2010 at 2:00

GoogleCodeExporter commented 9 years ago
Actually, my first priority is to write the linux and windows clients and have 
them work 
with wifi and bluetooth. USB is much more complex and will come later.

Original comment by rdamazio@gmail.com on 19 Mar 2010 at 2:34

GoogleCodeExporter commented 9 years ago
I have just released the newer version with cupcake support.

Original comment by rdamazio@gmail.com on 7 Apr 2010 at 5:48

GoogleCodeExporter commented 9 years ago

Original comment by rdamazio@gmail.com on 7 Apr 2010 at 6:01