当实际信号强度为空时如何显示自定义信号强度UI?

时间:2018-08-22 23:53:49

标签: android custom-rom

我使用Google Cloud Platform从AOSP源构建了自己的自定义ROM。我将所有内容同步并编译到了具有闪存功能的zip中。除了信号强度一直闪烁(空蜂窝信号强度)外,其他所有东西都工作正常,这在任何普通ROM上都从未见过。像这样:

enter image description here

我对编译自定义ROM还是很陌生,因此我想了解一些有关从源同步的文件中编辑哪些文件的指导,以将虚假的蜂窝信号强度“伪造”为最小信号强度,如下所示。

enter image description here

真的很感谢任何指导。谢谢!

1 个答案:

答案 0 :(得分:0)

Afaik,SystemUI软件包是开始的地方。 (frameworks / base / packages / SystemUI)。

// Android N based.
// Mobile network Signal Strength icons
com.android.systemui.statusbar.policy.TelephonyIcons

// Control which icons to be displayed?
com.android.systemui.statusbar.policy.MobileSignalController

// Place holder where signal icon is displayed.
com.android.systemui.statusbar.SignalClusterView