[android-porting] Removing battery icon from the Home screen

2010-04-02 Thread pysup
Hello All, I am trying to remove the battery and RSSI bar icon from the Home screen but I dont know where to look for it. Is it in the packages/ apps/launcher? Thanks -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: Removing battery icon from the Home screen

2010-04-09 Thread pysup
Managed to do it by changing the visibility service.setIconVisibility(mBatteryIcon, false); in frameworks/base/services/java/com/android/server/status/ StatusBarPolicy.java On Apr 2, 2:53 pm, pysup wrote: > Hello All, > > I am trying to remove the battery and RSSI bar icon fro