From 8d2d1ecbd268ff864790dd9a59d9e25dba7de7c2 Mon Sep 17 00:00:00 2001 From: Chris Renshaw Date: Sun, 8 Sep 2024 22:17:19 -0300 Subject: [PATCH] README: document spoofSignature in Troubleshooting --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eff31d1..e0e7424 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,8 @@ Note: Some modules which modify system (e.g. Xposed) can trigger DroidGuard dete ### Failing DEVICE verdict (on custom ROM) - Check the ROM signing keys with command `adb shell unzip -l /system/etc/security/otacerts.zip` or `unzip -l /system/etc/security/otacerts.zip` -- If the output shows the ROM is signed with the AOSP testkey then inform your ROM maintainer to start signing their builds with a private key for their next build and ideally also provide a ROM signature migration build to allow you to update to it without requiring a data wipe +- If the output shows the ROM is signed with the AOSP testkey then inform your ROM maintainer to start signing their builds with a private key for their next build and ideally also provide a ROM signature migration build to allow users to update to it without requiring a data wipe +- There is an experimental advanced feature to attempt to work around this by spoofing the ROM signature in Package Manager, see the spoofing Advanced Settings section below - You may also try a different custom ROM, or go back to the stock ROM for your device, if available/possible ### Failing Play Protect/Store Certification and/or Google Wallet Tap To Pay Setup Security Requirements