Integrate T56 cellular policy and secure updater - #14
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
awatchar
marked this pull request as ready for review
August 13, 2026 17:39
This was referenced Aug 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Integrates Issue #11 T56 cellular policy provisioning with Issue #12's secure existing-device updater on versionCode 3070301.
CELLULAR_POLICY_V1_T56migration and truthful WARN handlingWhy
Already-provisioned radios need an in-place update path that cannot silently clear identity/configuration or claim unsupported modem/APN readiness. Physical T56 testing also showed the firmware may return on the alternate local ADB server after reboot, so re-identification must scan both reviewed ports while still requiring exact app identity correlation.
Validation
:app:testFossDebugUnitTest,:app:assembleFossDebug,:app:assembleFossReleaseLEGACY_READY_UI, IDE7ROW7, config 16, Ready, no mutationALREADY_OK; APN unavailable/no route remains truthful WARNAPK_VERSION=ALREADY_OK, same-ID Ready after reboot, config 16, expanded preservation evidenceScope and limitations
This is a preliminary integration candidate. It has not been tagged or published as a stable release. E7ROW7 acceptance is same-debug-signer evidence only; it does not waive Android's signing-key boundary or authorize a release-signed install over the debug build. T99/RYKS physical updater acceptance and protected Release signing/provenance remain separate gates.
Closes neither #6, #11 nor #12 automatically; issue scope/results should be reviewed after CI and PR review.