-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Kivy Launcher 1.9.1 APK doesn't work on Lollipop #548
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
Comments
yes, same problems here: automatic update seems to be enabled on my Sony Z4/Lollipop and now I have Kivy Launcher 1.9.1 with exactly the symptoms you described. It has driven me crazy for 2 days now - thanks for your post, since I was searching in my own kivy code all the time - aaaaa ... I think there is (also?) a problem with the .kivy-folder (or before?) as during the install of a new kivy-app the app exits before generating that folder. Did you find a solution? |
I haven't found a fix for the Kivy Launcher but I did find a way to turn off automatic update for this app only. Sent from my Samsung device -------- Original message -------- yes, same problems here: automatic update seems to be enabled on my Sony Z4/Lollipop and now I have Kivy Launcher 1.9.1 with exactly the symptoms you described. It has driven me crazy for 2 days now - thanks for your post, since I was searching in my own kivy code all the time - aaaaa ... I think there is (also?) a problem with the .kivy-folder (or before?) as during the install of a new kivy-app the app exits before generating that folder. Did you find a solution? Did you manage to disable automatic updates in lollipop? — |
Do any of you have an adb logcat log of the result when trying the new (broken) launcher version? |
I would like to do so, but sorry - as I'm a noob here - I don't know how. I installed a terminal app and gave it a |
For now I can provide this: If I start pong in landscape-mode it's running and generates the .kivy-folder plus logs. And maybe the starting of the log already helps, it shows this ... |
Ah - no, forget my last comment, as I looked into older logs and they show similar messages like ... By the way, meanwhile I rebooted my android, hoping that /sdcard/logcat.txt would be filled up and closed, but it's still empty :-( |
I uploaded the full 2.7 MB file to pastefile only to discover that it will take one week before it's viewable. Here are two snippits near the end of the adb logcat log that I captured. The python extraction seems to proceed smoothly up to this point, which is where the last python entries occur; I/python (12422): extracting lib/python2.7/lib-dynload/syslog.so ...... Then there are a couple of kivy related entries further along; \I/AndroidRuntime(12422): VM exiting with result code 0, cleanup skipped. Then nothing more is seen or heard of from python or kivy. binpaste url pastefile (not yet showing, I just put this here as a reminder to self Regards, On 13/02/16 05:19 PM, Alexander Taylor wrote:
|
Ooops, the url has nothing in it. Please use this one |
I think this - kivy/kivy#3937 - is related to our problem, if not identical. For me I can commit it's depending on orientation-setting in android.txt. |
New Launcher in market has been uploaded by @tito |
I think the Kivy Launcher 1.9.1 is broken. Uninstalling 1.9.1 and then installing the 1.90 APK or 1.8.0 permits me to run my apps again within the /sdcard/kivy folder. But when I uninstall 1.9.0 or 1.8.0 and re-install 1.9.1, that process doesn't solve the problem for me. Kivy Launcher 1.9.1 doesn't run.
The Kivy Launcher 1.9.1 app appears to hang (nothing changes on the screen for a few seconds) and then the Launcher screen blanks under the Launcher title action bar and the app crashes.
I've tried deleting the /sdcard/kivy/myappfolder/.kivy - the hidden folder within any of my application folders in case there are traces of 1.9.0 that are preventing 1.9.1 from launching but that doesn't work. Maybe the 1.9.1 Launcher has a problem on Note 4's with Lollipop?
I arrived at this situation because Google Play and Google's Lollipop automatically upgrades in the background (without asking the user) APKs that don't have permission beyond the norm. So I awoke to a new 1.9.1 Kivy Launcher sitting within my Note 4 that wouldn't run.
The text was updated successfully, but these errors were encountered: