sergey-miryanov / linden-flurry

Android extension for OpenFL for Flurry
MIT License
11 stars 2 forks source link

Readme Clarifications #2

Closed ashes999 closed 9 years ago

ashes999 commented 9 years ago

Hi again,

The README.md file states that you need Android OS 14 (4.0) for Flurry. But this Flurry documentation page suggests:

Flurry Analytics requires a minimum Android API level 10.

(That's Android 2.3.3.) Is the minimum version 14 or 10?

sergey-miryanov commented 9 years ago

Yes, I want to not support API 10 :)

ashes999 commented 9 years ago

That would mean you don't get analytics unless your users are on API 14 :( that would be very sad.

sergey-miryanov commented 9 years ago

Ok, I get your point. I will add API 10 support asap (probably following weekends).

On Mon, Dec 22, 2014 at 5:50 PM, Ashiq A. notifications@github.com wrote:

That would mean you don't get analytics unless your users are on API 14 :( that would be very sad.

— Reply to this email directly or view it on GitHub https://github.com/sergey-miryanov/linden-flurry/issues/2#issuecomment-67833563 .

ashes999 commented 9 years ago

I'm just asking. Based on this Android dashboard from Google, <= 2.x accounts for around 10% of users. I would think with Analytics, you would want to see even those users.

Thanks for changing this :)

thomasuster commented 9 years ago

I don't think you should bother dropping the API level. If you're using OpenFL you likely need or higher anyways. I vote for closing the issue.

ashes999 commented 9 years ago

While there is some contention around the minimum version, OpenFL officially supports API level 9 or newer.

Based on the Android Dashboard, this means you could lose up to 10% of your stats from clients on Android OS 2.x versions if you drop support.

sergey-miryanov commented 9 years ago

Second day I tried to run sample application on simulator with Android 10 or Android 12 version. Without luck. I got following error

BUILD SUCCESSFUL
Total time: 46 seconds
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
3153 KB/s (4064524 bytes in 1.258s)
    pkg: /data/local/tmp/LindenSamples-release.apk
Success
rm failed for -f, Read-only file system
Starting: Intent { act=android.intent.action.MAIN cmp=ru.zzzzzzerg.linden.samples/.MainActivity }
*:E lime:D Main:D GameActivity:D GLThread:D trace:D
E/BatteryService(   78): usbOnlinePath not found
E/BatteryService(   78): batteryVoltagePath not found
E/BatteryService(   78): batteryTemperaturePath not found
E/EventHub(   78): could not get driver version for /dev/input/mouse0, Not a typewriter
E/EventHub(   78): could not get driver version for /dev/input/mice, Not a typewriter
E/WifiService(   78): Invoking mWifiStateMachine.setWifiEnabled
E/ThrottleService(   78): Could not open GPS configuration file /etc/gps.conf
E/NetworkTimeUpdateService(   78): Could not open GPS configuration file /etc/gps.conf
E/NetworkTimeUpdateService(   78): NTP server address not found, not syncing to NTP time
E/logwrapper(  160): executing /system/bin/tc failed: No such file or directory
E/logwrapper(  162): executing /system/bin/tc failed: No such file or directory
E/logwrapper(  164): executing /system/bin/tc failed: No such file or directory
E/SoundPool(   78): error loading /system/media/audio/ui/Effect_Tick.ogg
E/SoundPool(   78): error loading /system/media/audio/ui/Effect_Tick.ogg
E/SoundPool(   78): error loading /system/media/audio/ui/Effect_Tick.ogg
E/SoundPool(   78): error loading /system/media/audio/ui/Effect_Tick.ogg
E/SoundPool(   78): error loading /system/media/audio/ui/Effect_Tick.ogg
E/SoundPool(   78): error loading /system/media/audio/ui/KeypressStandard.ogg
E/SoundPool(   78): error loading /system/media/audio/ui/KeypressSpacebar.ogg
E/SoundPool(   78): error loading /system/media/audio/ui/KeypressDelete.ogg
E/SoundPool(   78): error loading /system/media/audio/ui/KeypressReturn.ogg
E/TelephonyManager(   78): Hidden constructor called more than once per process!
E/TelephonyManager(   78): Original: android, new: android
sergey-miryanov commented 9 years ago

So I will make support of Android 10 with the blind eyes. Anyone who can test it - please test.

sergey-miryanov commented 9 years ago

I close this. Feel free to reopen it if face some issues.

ashes999 commented 9 years ago

I tried this on the Android emulator with API 10 and it just crashed. Not sure if it's my app (eg. OpenFL) or linden-analytics which caused it. I don't know if this is worth pursuing.

sergey-miryanov commented 9 years ago

I leave this closed until someone will face issues on real devices.