Skip to content

Info #1

@VisionR1

Description

@VisionR1

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions