hide the clock


baskuipers

Members
Apr 11, 2011
27
11
Were did the option go to hide the clock in the taskbar, I think it was still present in last weeks release??
Will it come back? :(
 
There has never been such an option in MIUI. You must be thinking of a no clock mod for the notification bar.
 
There has never been such an option in MIUI. You must be thinking of a no clock mod for the notification bar.

Then it has to be a leftover setting from Cyanogenmod ( becuase i didn't do a clean instal the first time :p )

Too bad, then i have to search for some kind of mod ;)
 
Then it has to be a leftover setting from Cyanogenmod ( becuase i didn't do a clean instal the first time :p )

Too bad, then i have to search for some kind of mod ;)

If you find one post back with the link please.

Sent From My Miui Havin, Gingerbread Throwing eVo4g
 
Well that's a lie. To hide the clock in the taskbar, you need to do it yourself.


Next we will hide the Clock Icon (most popular!)

Navigate to com/android/server/status/StatusBarPolicy.smali and open the smali file with you favorite code / text editor.

Search for the following line of code ( Roughly around line 574 )

Code:
Code:
invoke-direct {p0}, Lcom/android/server/status/StatusBarPolicy;->updateClock()V

Find the line of code and place the following directly below it.

Code:
Code:
invoke-virtual {p2, v3, v6}, Lcom/android/server/status/StatusBarService;->setIconVisibility(Landroid/os/IBinder;Z)V

Save and compile.