[android-developers] Re: Android 1.5 on CDMA phones and OEM non-conformance documentation...

2010-04-02 Thread Ken H
Just reporting that I was successful in building my application against the Android 2.1 SDK and running it without issue on several Android 1.5 CDMA phones. Just curious, how are you doing that? You can't check CDMA features on a phone who's OS doesn't have a CDMA package...or maybe you are,

[android-developers] Re: Android 1.5 on CDMA phones and OEM non-conformance documentation...

2010-03-31 Thread Richard Schilling
Just reporting that I was successful in building my application against the Android 2.1 SDK and running it without issue on several Android 1.5 CDMA phones. Richard On Mar 30, 5:05 pm, Richard Schilling richard.rootwirel...@gmail.com wrote: I did think of another option - simply build against

[android-developers] Re: Android 1.5 on CDMA phones and OEM non-conformance documentation...

2010-03-30 Thread Richard Schilling
I did think of another option - simply build against 2.0 or 2.1, and then tell the manifest that the application will run on 1.5. Application logic can figure out if CDMA is supported or not... I'm going to try that first. On Mar 30, 2:37 pm, Mark Murphy mmur...@commonsware.com wrote: Or