From 2d3bd9432fdfd610c25a411f493e21cebe11952f Mon Sep 17 00:00:00 2001 From: Rishi Date: Sat, 22 Mar 2025 17:09:09 +0530 Subject: [PATCH] Update SmartDock to new version and add WRITE_SECURE_SETTINGS to fix bootloop --- stuff/smartdock.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/stuff/smartdock.py b/stuff/smartdock.py index 5b2e8ae..62e8fa4 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,7 @@ class Smartdock(General): + """