From 8218b0ffe94740f6548bc1bbeb9dbf9e9c9024bc Mon Sep 17 00:00:00 2001 From: hiroshi Date: Wed, 3 Dec 2025 03:37:17 -0500 Subject: [PATCH] Pong: Set RKP properties When the bootloader is unlocked on this device, we lose access to OEM provisioned certificate chains, likely as a security measure. However, remote provisioning is supported and is the fallback in such a situation. This will allow basic integrity to pass without resorting to keybox spoofing. --- product.prop | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/product.prop b/product.prop index f93714f..77ef257 100644 --- a/product.prop +++ b/product.prop @@ -27,5 +27,9 @@ persist.radio.is_vonr_enabled_0=true persist.radio.is_vonr_enabled_1=true persist.vendor.vonr_setting_support=1 +# Remote Key Provisioning (RKP) +remote_provisioning.enable_rkpd=true +remote_provisioning.hostname=remoteprovisioning.googleapis.com + # Game FrameRate debug.graphics.game_default_frame_rate.disabled=true