Commit Graph

64 Commits

Author SHA1 Message Date
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
chiteroman
a96220b3bb
Remove useless code 2024-08-25 03:45:12 +02:00
Marcos
c671450d12
Merge pull request #405 from salvogiangri/main
Fix SELinux prop spoofing
2024-08-19 13:21:22 +02:00
chiteroman
acca37b3be
Bring back spoofing fields in Java + code refine 2024-08-19 13:13:48 +02:00
chiteroman
94291f16e0
Prepare v17.3 2024-08-19 13:13:22 +02:00
Salvo Giangreco
cd7249510d
Fix SELinux prop spoofing
Signed-off-by: Salvo Giangreco <giangrecosalvo9@gmail.com>
2024-08-19 11:08:34 +02:00
chiteroman
56eed97fdd
Big update
- Spoof android.os.Build fields in Zygisk instead Java
- Compatibility with TrickyStore module
- If hook is disabled, unload Zygisk lib
- Add granular advanced spoofing options (thanks @osm0sis)
- Other minor improvements
2024-08-18 01:34:13 +02:00
chiteroman
a19c65108b
Fix custom ROMs support 2024-08-18 01:05:27 +02:00
chiteroman
bcb3b3aa41
Prepare v17.2 2024-08-18 00:59:40 +02:00
chiteroman
372be7e799
Don't remove TS when installing PIF 2024-08-17 23:35:31 +02:00
chiteroman
8c4474f7cb
Update fingerprint from husky to akita 2024-08-16 10:46:08 +02:00
chiteroman
fa4943b741
Prepare v17.1 2024-08-16 10:45:46 +02:00
chiteroman
a1bdcb0995
Double quote to prevent globbing and word splitting 2024-08-13 23:53:02 +02:00
chiteroman
c48fdd452b
Prepare v17.0 x2 2024-08-13 23:51:31 +02:00
chiteroman
59745cfa9c
Use latest husky beta fingerprint 2024-08-13 23:51:14 +02:00