Jeremy Logan
Jeremy Logan

Reputation: 47514

Replacing the battery indicator (Android)

There's an open source battery indicator that I greatly prefer to the default one. I was wanting to modify it to replace the default battery indicator. Is this even possible without building a whole custom ROM?

battery indicator screenshot

Upvotes: 3

Views: 2102

Answers (2)

John
John

Reputation: 1909

Yes, it is possible to do without building a new custom ROM, but you still need root access. the .png files for the battery indicator are in the framework-res.apk, you can extract that, replace just the .png files for the battery and put it back with approriate access rights and it will work. kinda like the process to just can change the "Verizon Wireless" (or other carrier) text on the lock screen.

Upvotes: 5

CommonsWare
CommonsWare

Reputation: 1007399

I do not believe it is possible without building a whole custom ROM.

Upvotes: 1

Related Questions