forked from osm0sis/PlayIntegrityFork
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
VisionR1 edited this page Dec 7, 2025
·
5 revisions
Welcome to the TargetedFix wiki!
The Basic of TargetedFix
-
The target.txt & the .json/prop is located to data/adb/modules/targetedfix/config/
-
With TargetedFix can "fix" multiple target.
-
The target.txt, is the list which put the apps you want "fix" FP.
-
The fix.json/prop, is the file which write the FP.
example.fix.json
{
// Build Fields
"MANUFACTURER": "",
"MODEL": "",
"FINGERPRINT": "",
"BRAND": "",
"PRODUCT": "",
"DEVICE": "",
"RELEASE": "",
"ID": "",
"INCREMENTAL": "",
"TYPE": "",
"TAGS": "",
"SECURITY_PATCH": "",
"DEVICE_INITIAL_SDK_INT": "",
// System Properties
"*.build.id": "",
"*.security_patch": "",
"*api_level": "",
// Advanced Settings
"spoofBuild": "1",
"spoofProps": "0",
"spoofProvider": "0",
"spoofSignature": "0",
"verboseLogs": "0"
}
example.fix.prop
# Build Fields
MANUFACTURER=
MODEL=
FINGERPRINT=
BRAND=
PRODUCT=
DEVICE=
RELEASE=
ID=
INCREMENTAL=
TYPE=
TAGS=
SECURITY_PATCH=
DEVICE_INITIAL_SDK_INT=
# System Properties
*.build.id=
*.security_patch=
*api_level=
# Advanced Settings
spoofBuild=1
spoofProps=
spoofProvider=
spoofSignature=
verboseLogs=
Note: You can remove the Advanced Settings if no needed.