-
Notifications
You must be signed in to change notification settings - Fork 73
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
Recent versions crashing at startup on old Android device #885
Comments
I wonder if this is caused because of the target SDK version @EmilJunker ? |
@serpico Are you sure that 3.5.0 is the last version that still works on your phone? It would be helpful to know which exact version made the app incompatible with your phone. Could you maybe try the versions from the GitHub releases instead of F-Droid and gradually upgrade to the latest version starting with 3.5.1? Just note that you will have to uninstall the app from F-Droid to do that because the app signatures are different (so make sure to back up your food and diary data first and move the exported json file to a secure location). |
Ok I'll do this and report back the first version from github that crash. |
Every time I try a different version I delete the previous .apk from the SD card, uninstall via the app menu in Android and shut down the phone then power it up again before copying the next version onto the SD card and installing it
|
In version 3.7.2, we temporarily switched to a forked cordova camera plugin because the official camera plugin was incompatible with Android 13 at that time. In version 3.8.0, we then switched back to the official camera plugin. @serpico Could you try to install version 3.8.0 as well just to see if it crashes too? |
Here's the logcat with 3.8.0 downloaded from github |
Hi,
I'm using an old phone ( Asus Zenphone Z010D, Android 6.0.1 ) and from what I remember updating to a more recent version of waistline ( currently running waistline 3.5.0 from F-Droid ) would lead to the app crashing.
Would it make sense for me to to gradually update ( 5 versions from 3.5.0 to 3.7.2 ( in the Archive F-Droid repo ) and 3 others including the current 3.9.1 in the F-Droid repo ) and provide the results of
adb logcat | grep waist.line
( or something similar ) so the crashes could be debugged and maybe fixed ?Maybe contributors here prefer to focus on other tasks than maintaining the app for a small if not non-existent subset of users, which I would totally understand.
The text was updated successfully, but these errors were encountered: