Commit Graph

78 Commits

Author SHA1 Message Date
chiteroman
9b4249424b
fix bad code 2025-01-15 21:11:31 +01:00
chiteroman
eea2f6bd3f
mega update 2025-01-13 23:52:13 +01:00
backslashxx
419c07745e scripts/customize: remove webui on managers with action 2024-12-26 13:24:29 +08:00
KOWX712
420ebda8bc Add action-on-webui
Add `action-on-webui` support to old version KernelSU and Apatch users. Old version Magisk users are able to use KSUWebUIStandalone to run `action.sh` through WebUI.
2024-12-26 12:56:19 +08:00
chiteroman
fde296fb2a
v18.2 2024-12-24 19:44:06 +01:00
KOWX712
18da0cee2a module/action: final touchups 2024-12-24 22:46:35 +08:00
backslashxx
1269775793 module/autopif: tweak download function 2024-12-24 19:58:03 +08:00
backslashxx
3c5d5142f8 module/autopif: functionify failure bailout 2024-12-24 19:58:03 +08:00
backslashxx
1d004623dc module/autopif: better process kill 2024-12-24 19:58:03 +08:00
backslashxx
47d700eee1 module/autopif: use root manager provided tmpfs 2024-12-24 19:58:03 +08:00
backslashxx
c35983269f module/autopif: simplify further 2024-12-24 19:58:03 +08:00
backslashxx
be65e69c3f module/autopif: simplify download and messages 2024-12-24 19:58:03 +08:00
backslashxx
ac9870a738 module/autopif: introduce and use download function 2024-12-24 19:58:03 +08:00
backslashxx
824fee7cf1 module/autopif: simplify find_busybox
this is for simplification
2024-12-24 19:58:03 +08:00
KOWX712
5e22e0f59b module/autopif: simplify
this leaves core functionality intact
this also ignores dev previews as stated on
c3ee7e5c0a

Co-Authored-By: Chris Renshaw <osm0sis@outlook.com>
2024-12-24 19:57:51 +08:00
Chris Renshaw
6634cc9a0e module/autopif: sync up to v11
snapshot @ 0d05112f38
2024-12-24 15:47:10 +08:00
Chris Renshaw
405efadec2 module: import autopif.sh
snapshot @ 8c216e2d40
2024-12-24 15:43:52 +08:00
chiteroman
94c7c8252a Fix workflows + update AGP 2024-12-13 22:07:35 +01:00
chiteroman
aba008e224 Update fingerprint
XiaomiEUModule_2024.11.27.apk
2024-12-13 21:59:05 +01:00
chiteroman
668a338d8a v18.0 2024-11-17 01:41:01 +01:00
DanGLES3
bb1d41951f
Remove Selinux Prop spoofing
I'd suggest either removing this line of code or have it set the property to 1, which by itself shouldn't problematic as it's present on some stock ROMs thus doesn't alarm detection systems and doesn't cause property deletion detection
2024-11-07 00:20:02 -03:00
ZQBCWG
224cf94417
Fixed continue installing when magisk is not found 2024-10-30 18:22:40 +08:00
3a06fa5cf14d569c
1f1126ee5c
Better magisk zygisk check 2024-10-26 23:22:39 +08:00
3a06fa5cf14d569c
721c93e7f0
Check zygisksu before execute magisk 2024-10-26 23:10:25 +08:00
chiteroman
cd22f0361a v17.9 2024-10-25 11:58:41 +02:00
chiteroman
73050ca67c Add EliteRoms module apk to conflict app list 2024-10-25 11:42:51 +02:00
chiteroman
01036c58a7 Fix uninstall conflict apps 2024-10-25 01:11:18 +02:00
chiteroman
2a3506a053 Correctly check Shamiko module and add missing GMS proc 2024-10-25 00:21:37 +02:00
chiteroman
7bc8d991dc Check if app is installed 2024-10-25 00:11:35 +02:00
chiteroman
a4d268cf3d Update fingerprint from XiaomiEU apk 2024-10-25 00:11:23 +02:00
chiteroman
0c536e05c7 Don't force remove SNFix 2024-10-24 23:13:49 +02:00
chiteroman
d1c1be57c8 Fix script bootloop issue 2024-10-24 23:12:00 +02:00
Inche Hwang
2ec63b609d
Check Shamiko whitelist before configuring DenyList
Since creating a file named 'whitelist' on /data/adb/shamiko/ seems to be the only way to enable whitelist mode on Shamiko.

This commit adds a simple if statement to check that whitelist mode is not enabled.
2024-10-24 01:03:28 +09:00
chiteroman
fb36aab0c0 v17.8 2024-10-23 14:28:43 +02:00
chiteroman
0d2c22d982 Improve scripts 2024-10-23 14:22:27 +02:00
chiteroman
ac9d4d385c Improvements
- Better logic in prop hook.
- Extract common fields from fingerprint.
- Other changes.
2024-10-23 13:06:15 +02:00
xqyz
15579aa13b Add additional PixelPropsUtils props to workaround 2024-10-22 11:57:21 +02:00
chiteroman
a466518ab6 Revert "Add action.sh"
This reverts commit 1ece12a655.

Magisk busybox doesn't have Internet :(
2024-10-03 17:24:41 +02:00
chiteroman
28291bcf5d Prepare v17.7 x2 2024-10-03 16:49:26 +02:00
chiteroman
6e78670321 Update fp
Fix RCS
2024-10-03 16:41:05 +02:00
chiteroman
1ece12a655 Add action.sh 2024-10-03 16:35:31 +02:00
chiteroman
eff20178eb v17.6 2024-09-19 01:31:11 +02:00
chiteroman
b5de390c3c Remove keybox 2024-09-18 14:13:28 +02:00
chiteroman
50b27de41c
Update fp 2024-09-16 13:23:27 +02:00
Chris Renshaw
aeae232c37
Fix Magisk version check
- the variable only gets set during installations, not in the boot script env
2024-09-16 12:41:25 +02:00
chiteroman
cb296225e0
v17.5 2024-09-15 18:40:49 +02:00
chiteroman
b89e9ecbd1
Check Zygisk using SQL instead enviroment variable
https://github.com/chiteroman/PlayIntegrityFix/issues/423
2024-09-15 17:16:37 +02:00
chiteroman
244e037f85
v17.4 2024-09-05 21:11:05 +02:00
chiteroman
bf00dbf143
Update + fix compile
Get scripts from PIFork by @osm0sis

Co-authored-by: Chris Renshaw <osm0sis@outlook.com>
2024-09-04 12:15:37 +02:00
chiteroman
372112cd4d
Revert "Fix SELinux prop spoofing"
This reverts commit cd7249510d.
2024-09-04 01:10:35 +02:00