-
Notifications
You must be signed in to change notification settings - Fork 180
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
Updated download link for smartdock.apk #201
Comments
This worked to install smartdock but now puts Waydroid in an infinite bootloop. Any advice? |
yeahhh, that happened to me too; so what i did was, put fdroid inside waydroid and then installed smartdock from fdroid and then run it with the settings and permissions granted |
This can be "fixed" by only changing line 7 from "https://f-droid.org/repo/cu.axel.smartdock_1100.apk" to "https://f-droid.org/archive/cu.axel.smartdock_1100.apk". F-droid moves old versions of apps to their archive. The md5 doesn't need to be changed as this is the same file that was once available in the original url. |
The author of smartdock has updated the app on fdroid, and running your script returns an infinite 404 error for the current
smartdock.py
script.On line 7 at
stuff/smartdock.py
, change 61st character from 0 to 3, i.e.,old
:https://f-droid.org/repo/cu.axel.smartdock_1100.apk
new
:https://f-droid.org/repo/cu.axel.smartdock_1130.apk
and on line 10, new md5 hash >
6bfedb959ef5855c3782e8001cb67f86
auf Wiedersehen!
The text was updated successfully, but these errors were encountered: