Skip to content

Adding GApps to OTA without rooting #260

Closed Answered by chenxiaolong
xabolcs asked this question in Q&A
Discussion options

You must be logged in to vote

MEETS_STRONG_INTEGRITY

Unless your device has a buggy bootloader, this is unfortunately impossible. With hardware attestation,
the bootloader reports four (unspoofable) fields containing details about the device state. It not only reports whether the bootloader is locked, but also the hash of the public key that was used for signing. If this doesn't match the stock OS, Google Play Integrity will not grant MEETS_STRONG_INTEGRITY.


To answer your questions specifically though:

Mounting system.img and copying files is indeed the easiest way to do it. This is the full workflow that I would suggest, which will automatically take care of everything AVB-related (including signing and recomputi…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@chenxiaolong
Comment options

@xabolcs
Comment options

@chenxiaolong
Comment options

@xabolcs
Comment options

@xabolcs
Comment options

Answer selected by xabolcs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants