Skip to content

Commit 2ee1ce4

Browse files
committed
Update
1 parent 000efc1 commit 2ee1ce4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**Version: 1.4.2 (25-4-2026)**
44

5-
+ Fix bootloop add-on patch-rom
5+
+ Fix bootloop add-on patch-rom A14 ↓
66
+ Fix add-on patch ROM errors
77
+ Fix code
88

app/src/main/assets/module/ZADD/patch_rom/patch-rom.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ if [ "$fix_apksign" == 1 ];then
431431
Thayvc 1 '.method .*. verify([BII)Z' $oi/smali/classes*/java/security/Signature.smali
432432
Thayvc 1 '.method .*. verifyManifestHash(Ljava' $oi/smali
433433
elif [ "${vv##*/}" == "services.jar" ];then
434-
ulfbbfkj="$oi/smali/classes*/com/android/server/pm/ReconcilePackageUtils.smali"
434+
ulfbbfkj="$(ls -1d $oi/smali/classes*/com/android/server/pm/ReconcilePackageUtils.smali 2>/dev/null)"
435435
if [ "$(grep -cm1 ALLOW_NON_PRELOADS_SYSTEM_SHAREDUIDS "$ulfbbfkj")" == 1 ]; then
436436
Thayme '.method static constructor <clinit>()V
437437
.locals 1

0 commit comments

Comments
 (0)