-
Notifications
You must be signed in to change notification settings - Fork 231
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
ARMv7 v1.1.41 crashes on launch on some devices #2116
Comments
Does the OS give you any logs? The only thing that's changed that would be relevant is the Flutter (and some package) versions. |
Sorry, accidentally closed this issue. FireOS doesn't have traditional logs the way stock Android does so I'd have to sideload something like LogFox and hope it works. I'll try to see if I can find something helpful, but I noticed that the previous version works fine and the current version also makes the stick make a weird sound when it attempts to launch. |
Another thing, I can't pick an export directory on my Google TV Onn 4k box. I can on the fire TV altho the interface is really bad, but none of the third-party file managers come up when that's selected, only for choosing a file to import. My Onn device has no documentsui file picker built in and sideloading one doesn't work. |
Same issue here, |
similar issue, when i try to open the app with any version above 1.1.40 it is just stuck in the loading screen (where you just see the app logo) |
Think you could grab a logcat? Can't really do it on FireTV easily and it might point the dev to the problem. |
First time doing logcat, hopefully done this correctly! |
Hello! I have the same problems with a Samsung Galaxy S5 running a LineageOS 18.1 fork, Android 11. Last version that worked was 1.1.40. Spent quite a bit of time filtering the logcat. Hope this helps. |
v1.1.46 fixes this issue for me! Both with armeabi-v7a and arm64-v8. |
Just tried it and on Fire TV it still crashes like normal except the screen is now white instead of gray or something IDK. |
That's sad... |
Latest works fine on my Onn 4k Google TV. That's also ARMv7 I'm pretty sure so I don't even know if the Fire Stick being ARMv7 is what's causing it. Could be some sort of Android dependency that is needed on the latest version? What device do you have that wasn't working and is now fixed? |
Saddly v1.1.46 does not fix the issue for me. I attached logcat and tombstone for the latest version of Obtainium (v1.1.46) Still the same error:
Maybe is not Obtainium's fault directly, maybe some dependancy of Obtainium is feeling funcky on ARMv7. Best wishes! |
Samsung galaxy a40 running crdroid 9.11, android 13 |
I can confirm 1.1.46 also has the exact same issue only Nexus 5, Android 13. |
Can anyone with an affected device set up a dev environment and try troubleshooting? The logcats don't really have enough info and I don't have an affected device. |
How do you do this, if I knew what to do I could give it a go. |
You would need to install Flutter and Android dependencies (https://docs.flutter.dev/get-started/install), then clone the Obtainium repo and open it in Android Studio (or VSCode which is what I use alongside the Flutter extension). Then adjust the build configs, enable USB debugging on your device, connect it and build. From there you can start changing the code and investigating the problem. If you're not a software dev it may not be feasible (or at least would take a long time). |
After updating to v1.1.41, Obtainium crashes to launcher with a gray screen on a 2018 4k Firestick running Fire OS 6.7.0.9.
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: