You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Charging: Record the confirmed HONOR telemetry defect in the ledger
Settles the open "needs one device reading" item on the HONOR entry. The
contributor's screenshot (EXIF model=BKQ-N49, 10.0.0.193 C636E4R106P1)
shows Amply's own Charge counter row reading 7 mAh, which is
round(6978 / 1000) of the same raw value their dumpsys reported, so both
read one source and it is scaled by 1000 on a 7100 mAh cell. Unprompted
second corroboration in the same screenshot: Current now reads 0 mA
while Status reads Discharging with the screen on, which is impossible.
The competing "genuine end-of-charge trickle" explanation is dead.
Records the shipped design and, more usefully, the two pure-inference
designs that were built and abandoned before it, with the reason each
failed. The second failure is the one worth keeping: the states that
look like this defect are states Amply itself manufactures, since a
device at a charge-limit hold reports CHARGING with current near zero,
which is the same signature StatsLimitHitDetector uses to detect a hold.
That makes a purely data-driven unit inference unsound in this codebase
specifically, which is not obvious from the outside and would otherwise
be rediscovered the hard way.
Also notes that the ~4% cap figure recorded earlier is a ratio, so it is
unaffected by the scaling question.
0 commit comments