chokkarg / omnidroid

Automatically exported from code.google.com/p/omnidroid
Apache License 2.0
0 stars 0 forks source link

Allow 1.5 sdk based support #125

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
http://developer.android.com/guide/topics/manifest/uses-sdk-element.html

Original issue reported on code.google.com by case.and...@gmail.com on 13 Jul 2010 at 9:43

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r808.

Original comment by case.and...@gmail.com on 13 Jul 2010 at 9:47

GoogleCodeExporter commented 8 years ago
If we have to use 1.6 on the dev phone, we should be able to flash the firmware 
using these instructions: http://developer.htc.com/adp.html

Original comment by case.and...@gmail.com on 13 Jul 2010 at 10:06

GoogleCodeExporter commented 8 years ago
Change made in r701 will cause SMS to not work on API-3 (Android 1.5).  
Suggested work around is a wrapper class that dispatches the appropriate API 
leveled class:

http://android-developers.blogspot.com/2010/07/how-to-have-your-cupcake-and-eat-
it-too.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+blogspot%
2FhsDu+%28Android+Developers+Blog%29&utm_content=Google+Reader

Original comment by case.and...@gmail.com on 15 Jul 2010 at 6:24

GoogleCodeExporter commented 8 years ago
The change mentioned that caused this is: 
http://code.google.com/p/omnidroid/source/diff?spec=svn701&r=701&format=side&pat
h=/trunk/omnidroid/src/edu/nyu/cs/omnidroid/app/core/SMSReceivedEvent.java

Original comment by case.and...@gmail.com on 15 Jul 2010 at 6:26

GoogleCodeExporter commented 8 years ago

Original comment by case.and...@gmail.com on 16 Jul 2010 at 12:50