更换电池指示器 (Android)
有一个开源电池指示器,我非常喜欢它而不是默认的。我想修改它以替换默认的电池指示器。如果不构建整个自定义 ROM,这是否可能?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,无需构建新的自定义 ROM 也是可以的,但您仍然需要 root 访问权限。电池指示器的 .png 文件位于 Framework-res.apk 中,您可以提取该文件,仅替换电池的 .png 文件,然后以适当的访问权限将其放回原位,这样就可以工作了。有点像只能更改锁定屏幕上的“Verizon Wireless”(或其他运营商)文本的过程。
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.
我认为如果不构建一个完整的定制 ROM,这是不可能的。
I do not believe it is possible without building a whole custom ROM.