From ba9b5a8dc98faa5e56e31a05b0cd3c3a2c3f3078 Mon Sep 17 00:00:00 2001 From: askpng <81590263+askpng@users.noreply.github.com> Date: Sat, 1 Mar 2025 06:32:15 +0700 Subject: [PATCH] fix: Add missing permissions and correct MD5 to smartdock (#6) * Update values for dl_link with smartdock_1130 and act_md5 This updates the download link to the newest version of smartdock & fixes/updates the previously incorrect act_md5 value * Add WRITE_SECURE_SETTINGS and WRITE_SETTINGS permission Needed to successfully boot into the home screen --- stuff/smartdock.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/stuff/smartdock.py b/stuff/smartdock.py index 5b2e8ae..5e066c5 100644 --- a/stuff/smartdock.py +++ b/stuff/smartdock.py @@ -4,10 +4,10 @@ from stuff.general import General class Smartdock(General): id = "smartdock" - dl_link = "https://f-droid.org/repo/cu.axel.smartdock_1100.apk" + dl_link = "https://f-droid.org/repo/cu.axel.smartdock_1130.apk" partition = "system" dl_file_name = "smartdock.apk" - act_md5 = "f4087d34218eac902a5cca98ee03d215" + act_md5 = "6bfedb959ef5855c3782e8001cb67f86" apply_props = { "qemu.hw.mainkeys" : "1" } skip_extract = True permissions = """ @@ -30,6 +30,8 @@ class Smartdock(General): + + """