Skip to content
/ COPG-VD Public
forked from AlirezaParsi/COPG

COPG-VD is a fork of COPG by @AlirezaParsi, renamed to COPG-VD to prevent confusion. This module is redesigned for global device spoofing. This means even system apps and the whole device will be hooked.

License

Notifications You must be signed in to change notification settings

VD171/COPG-VD

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COPG-VD

COPG-VD is a fork of COPG by @AlirezaParsi, renamed to COPG-VD to prevent confusion.
This module is redesigned for global device spoofing.
This means even system apps and the whole device will be hooked.

How to use?

If using this module and spoofing a working FingerPrint, using PlayIntegrityFix or GooglePhotosUnlimited are unnecessary.

Example JSON config file

/data/adb/COPG-VD.json

  • All fields are OPTIONAL. If some field is not provided, it will be skipped.
{
  "COPG-VD": {
    "BRAND": "google",
    "DEVICE": "comet",
    "MANUFACTURER": "Google",
    "MODEL": "Pixel 9 Pro Fold",
    "FINGERPRINT": "google/comet_beta/comet:CANARY/ZP11.251121.010/14518957:user/release-keys",
    "PRODUCT": "comet_beta",
    "BOOTLOADER": "unknown",
    "BOARD": "comet",
    "HARDWARE": "comet",
    "DISPLAY": "ZP11.251121.010",
    "ID": "ZP11.251121.010",
    "HOST": "58f21d9a5042",
    "INCREMENTAL": "14518957",
    "TIMESTAMP": "1764628806",
    "ANDROID_VERSION": "16",
    "SDK_INT": "36",
    "PREVIEW_SDK": "20251117",
    "SDK_FULL": "36.1",
    "CODENAME": "CANARY",
    "USER": "android-build",
    "SDK_FINGERPRINT": "5884f561dec5f7cd98d06e1dc7ca80b1",
    "SECURITY_PATCH": "2025-12-05"
  }
}

Be sure to use strings on double-quotes only.

WebUI

Using the WebUI is unnecessary if you edit the JSON config file directly.
If you are a Magisk user, use KsuWebUI by KOW (https://github.com/KOWX712/KsuWebUIStandalone/releases).

Use resetprop:

Disable resetprop usage and enable spoof Build info only.

Use ro.product.manufacturer:

Disable if you care for "Found device spoofing" detection in Disclosure root detector app.


For multi-profiles and multiple targets,
use the original COPG by AlirezaParsi:
https://github.com/AlirezaParsi/COPG

About

COPG-VD is a fork of COPG by @AlirezaParsi, renamed to COPG-VD to prevent confusion. This module is redesigned for global device spoofing. This means even system apps and the whole device will be hooked.

Resources

License

Stars

Watchers

Forks

Languages

  • C++ 84.6%
  • JavaScript 6.2%
  • CSS 4.8%
  • HTML 2.9%
  • Shell 1.4%
  • CMake 0.1%