Tell me more ×
Android Enthusiasts Stack Exchange is a question and answer site for enthusiasts and power users of the Android operating system. It's 100% free, no registration required.

When the phone's battery reaches ~20%, I get the message to connect my charger on the lock screen. Is there a way to lower the threshold for the notification -- similar to the setting for a laptop?

For clarity, I want to change the settings so that the "Connect your charger" message appears when my battery is at 5%, instead of its current threshold, ~20%.

I should mention that I'm looking for a setting that's on the phone, without the need to modify back-end files. Also, I've actually gone through the whole settings section looking for the option and didn't find anything. Hopefully, I didn't overlook it.

share|improve this question
See this answer in respect to the battery threshold hardcoded within the Android system in itself. – t0mm13b Aug 25 '12 at 0:07
I don't own a S3 but it's likely that you cant modify this threshold without flashing a custom ROM. – Flow Aug 25 '12 at 0:09
@t0mm13b Thanks for the link to that question. Unless somebody knows for sure that there's no setting on the S3, I think I have my answer. It's funny, I automatically assumed there would be a setting. – user1037894 Aug 25 '12 at 0:13
@user1037894 there is no setting for the battery threshold in any ROM, regardless :) – t0mm13b Aug 25 '12 at 0:20
@t0mm13b Thanks for the information. If you make your comment an answer, I'll select it as correct. – user1037894 Aug 25 '12 at 0:28

1 Answer

up vote 4 down vote accepted

There is no setting available in any Android ROM that has the battery threshold setting.

From the previous answer given, it is built in.

Only course of option is to roll your own Android build, with the hard-coded value adjusted, but, and is a big but indeed, it is not the recommended route to take, as the code behind Android to handle the battery mechanism varies from chip-set to chip-set and to each and their own manufacturer.

By adjusting it, there could be invariable damage to the battery as a result, since the threshold is specified, by "tweaking" it could affect the battery in the long run and possibly end up shortening the battery life also.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.