Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation problem on HTC Hero #5

Closed
GoogleCodeExporter opened this issue Jan 29, 2016 · 7 comments
Closed

Installation problem on HTC Hero #5

GoogleCodeExporter opened this issue Jan 29, 2016 · 7 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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

  • Changed state: Accepted
  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

@GoogleCodeExporter
Copy link
Author

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

  • Changed state: Started

@GoogleCodeExporter
Copy link
Author

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

  • Changed state: Fixed

Attachments:

@GoogleCodeExporter
Copy link
Author

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
Copy link
Author

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
Copy link
Author

I have just released the newer version with cupcake support.

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

  • Changed state: Verified
  • Added labels: OpSys-Android

@GoogleCodeExporter
Copy link
Author

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

  • Changed state: Released

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant