Commit Graph

94 Commits

Author SHA1 Message Date
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
chiteroman
b121977824 Create .gitattributes 2024-10-24 22:34:35 +02:00
Marcos
57323e0e93
Merge pull request #454 from IcyColdified/main
Check if Shamiko whitelist is not active before configuring DenyList
2024-10-24 22:26: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
chiteroman
51350088ae Bring back Dobby! 2024-10-22 12:48:05 +02:00
chiteroman
d846ccc772 Update to Java 21 2024-10-22 12:24:28 +02:00
chiteroman
5cfa5a3357 Update AGP 2024-10-22 12:23:47 +02:00
chiteroman
2598ecfd7c Downgrade CMake x2 2024-10-22 12:18:59 +02:00
chiteroman
affc86afc5 Update NDK, revert LTO, downgrade CMake 2024-10-22 12:16:33 +02:00
chiteroman
7ed05a41d7 Convert to Linux line endings (LF)
find . -type f -exec dos2unix {} \;
2024-10-22 12:15:16 +02:00
xqyz
15579aa13b Add additional PixelPropsUtils props to workaround 2024-10-22 11:57:21 +02:00
chiteroman
da4bd8b983 v17.7 2024-10-03 17:26:57 +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
d9fdddb9ec workflow: fetch 1, java 21 2024-10-03 16:53:11 +02:00
chiteroman
24b4146f79 Downgrade CMake
Fix Github Actions
2024-10-03 16:50:02 +02:00
chiteroman
28291bcf5d Prepare v17.7 x2 2024-10-03 16:49:26 +02:00
chiteroman
f1c1f5051a Prepare v17.7 2024-10-03 16:42:03 +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
f3f15a1c6e Update Gradle, AGP & CMake 2024-10-03 16:29:10 +02:00
chiteroman
eff20178eb v17.6 2024-09-19 01:31:11 +02:00
Marcos
c830292dd9
Merge pull request #426 from chiteroman/dependabot/gradle/com.android.application-8.6.1
Bump com.android.application from 8.6.0 to 8.6.1
2024-09-18 22:38:37 +02:00
dependabot[bot]
a44459199f
Bump com.android.application from 8.6.0 to 8.6.1
Bumps com.android.application from 8.6.0 to 8.6.1.

---
updated-dependencies:
- dependency-name: com.android.application
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-18 15:44:20 +00:00
Marcos
469ad49ea9
Create dependabot.yml 2024-09-18 17:43:38 +02:00
chiteroman
b5de390c3c Remove keybox 2024-09-18 14:13:28 +02:00
chiteroman
8701a60f2f
Free JNI memory 2024-09-16 13:24:03 +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
Marcos
621db455f7
Create LICENSE 2024-09-15 18:27:39 +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
d3c6e36063
Drop emulator support
Integrity won't pass so it's useless to compile these libs
2024-09-04 02:55:38 +02:00
chiteroman
f3c2e39438
Refactor CMake 2024-09-04 01:16:58 +02:00
chiteroman
32270b2a9c
Update to Gradle 8.10 and AGP 8.6.0 2024-09-04 01:13:15 +02:00
chiteroman
372112cd4d
Revert "Fix SELinux prop spoofing"
This reverts commit cd7249510d.
2024-09-04 01:10:35 +02:00
chiteroman
eb1a06b475
Use shadowhook v1.0.10
Dobby is dead :(
2024-09-04 01:01:08 +02:00
chiteroman
e6f00301f2
Use cJSON v1.7.18 2024-09-04 00:59:21 +02:00
chiteroman
5bc702242b
Remove submodules 2024-09-04 00:57:23 +02:00
chiteroman
689b93b9b6
Release v17.3 2024-08-25 03:50:49 +02:00
chiteroman
a96220b3bb
Remove useless code 2024-08-25 03:45:12 +02:00
chiteroman
ca3c717a8e
Add missing rules for ProGuard 2024-08-25 03:44:11 +02:00
chiteroman
9730ca0a72
Remove bouncycastle 2024-08-25 03:21:10 +02:00
Marcos
c671450d12
Merge pull request #405 from salvogiangri/main
Fix SELinux prop spoofing
2024-08-19 13:21:22 +02:00