Charging: Record the tanzanite session re-verification in the ledger - #71
Merged
Conversation
The 2026-08-14 beta run on the Redmi Note 14 (tanzanite) failed its temporary-session check: the native-change observer cancelled on a notification carrying no value change, so the device charged to 100% with Battery protection never restored. That was fixed by NativeChangeGuard (#65), which shipped in v0.3.4-beta0. The contributor re-ran the session test on that build (issue #48): the session reached 100% and Battery protection was re-written automatically with the cable still connected. RESTORE_FULL therefore fires without a disconnect, and the guard holds against the exact notification pattern that produced the bug. Ledger row and known-gaps bullet updated; the remaining unrun items on this device are the disconnect-early restore, the Shizuku tier, boot recovery, and an R8 smoke.
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
No user-facing behavior change. Documentation only: the device-qualification ledger now records that the Redmi Note 14 (
tanzanite, HyperOS 3) passed its temporary full-charge session re-test on v0.3.4-beta0, closing the one failing item from its 2026-08-14 verification run.Technical Context
NativeChangeGuard). The re-run is the first confirmation of that fix against the device whose notification pattern produced the bug, rather than against the unit tests alone.RESTORE_FULLfiring while still plugged, so restoration on this adapter does not depend on a disconnect.Source: #48 (comment)