io7m-com / exfilac

Simple, reliable, automated S3 uploads for Android
https://www.io7m.com/software/exfilac
ISC License
8 stars 1 forks source link

Force closed on Android 11 #20

Closed kri164 closed 1 month ago

kri164 commented 1 month ago

Hello,

I've encountered an error = force closed on Android 11. Motorola and Xiaomi phones. On Android 14 it works fine.

io7m commented 1 month ago

Hello!

Could you elaborate a bit? Where are you seeing this error? I've never heard of a "force closed" error.

It might be worth trying the 1.1.0 version that'll be out in a few days.

io7m commented 1 month ago

Ah, I see this refers to an "application not responding" error (where the dialog offers to force the app to close).

io7m commented 1 month ago

Is this, by any chance, happening on the initial loading screen?

If so, I think I've just managed to reproduce it on an Android 9 Xiaomi phone.

kri164 commented 1 month ago

Yes. I click on icon, screen flash for milisecond, nothing happened and system dialog informs about non response.

  1. října 2024 11:43:02 UTC, Mark Raynsford @.***> napsal:

    Is this, by any chance, happening on the initial loading screen?

    If so, I think I've just managed to reproduce it on an Android 9 Xiaomi phone.

    -- Reply to this email directly or view it on GitHub: https://github.com/io7m-com/exfilac/issues/20#issuecomment-2407236325 You are receiving this because you authored the thread.

    Message ID: @.***>

io7m commented 1 month ago

Thanks. This definitely needs to be fixed for 1.1.0. I'm not yet sure what the underlying cause is.

io7m commented 1 month ago

This was due to the database access layer using a standard JDK method that doesn't exist on versions of Android that old. I've tested this on a Xiaomi Android 9 device and the app starts up properly now.