naz664 / crDroid_gsi

Script and patches for building PHH-Treble based crDroid GSI
170 stars 33 forks source link

[REQUEST] Sign the build with custom keys #99

Open bittergg opened 6 months ago

bittergg commented 6 months ago

Hello, Recently the Play Integrity API has changed in a way it detects custom ROMs, and for it to currently pass the device integrity the build must be signed by keys that havent been banned. People on XDA's PlayIntegrityFIX have been successful with passing device by signing their builds, therefore i request for the next builds of this GSI rom to be signed by non-test/banned keys.

bittergg commented 5 months ago

After signing the build myself, i can confirm that signing the gsi build makes the device pass Play Integrity. The signed image can be dirty flashed over an unsigned image on android 13+.

giving-sesame commented 5 months ago

After signing the build myself, i can confirm that signing the gsi build makes the device pass Play Integrity. The signed image can be dirty flashed over an unsigned image on android 13+.

I have the same problem. Could you please give me a link to instructions how to sign the build by myself?

Sherirk commented 4 months ago

After signing the build myself, i can confirm that signing the gsi build makes the device pass Play Integrity. The signed image can be dirty flashed over an unsigned image on android 13+.

I have the same problem. Could you please give me a link to instructions how to sign the build by myself?

You can follow the build instructions from this repo's README, but before the "Generating Rom Makefile" step you gotta apply this. I believe you can even do the signing process after creating the rom makefile and before the "Compilation" step but not sure.

giving-sesame commented 4 months ago

You can follow the build instructions from this repo's README, but before the "Generating Rom Makefile" step you gotta apply this. I believe you can even do the signing process after creating the rom makefile and before the "Compilation" step but not sure.

Thank you very much for hints!