Skip to content
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

Open
e9x0 opened this issue Dec 20, 2024 · 3 comments
Open

Updated download link for smartdock.apk #201

e9x0 opened this issue Dec 20, 2024 · 3 comments

Comments

@e9x0
Copy link

e9x0 commented Dec 20, 2024

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!

@cmetzger93
Copy link

This worked to install smartdock but now puts Waydroid in an infinite bootloop. Any advice?

@e9x0
Copy link
Author

e9x0 commented Dec 23, 2024

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

@Sherirk
Copy link

Sherirk commented Jan 5, 2025

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.
For the newest version of smartdock to work I guess there needs to be some changes to the permissions/properties that the script modifies, but I'm not smart enough to figure that out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants