Skip to content

Noob Question: Do all the charging control methods work by manipulating temperature sensing? #101

Closed Answered by VR-25
dbza asked this question in Q&A
Discussion options

You must be logged in to vote

Hey there,
Temperature is reported by the kernel (charging drivers).
Were you able to figure out the temperature threshold at which "device too hot" kicks in?
You may try freezing the battery service by setting a custom battery level - before that threshold.
This will keep android from getting battery status updates (including temperature) from the kernel.

$ su
# # fake 50%
# dumpsys battery set level 50
# # undo
# dumpsys battery reset

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dbza
Comment options

Answer selected by dbza
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