How to remove clock?

dcraig

Well-known member
Sep 17, 2010
89
3
0
Visit site
Does anyone know how to remove the clock in the notification bar completely? Not just AM/PM... I have searched all over and cannot seem to find how to do this! I know it has something to do with services.jar

Thanks!
 

Paul627g

AC Moderator All-Star
Moderator
Nov 25, 2010
15,963
2,752
0
Visit site
Does anyone know how to remove the clock in the notification bar completely? Not just AM/PM... I have searched all over and cannot seem to find how to do this! I know it has something to do with services.jar

Thanks!

Yes it has to do with modified services.jar and I think the framework-res.apk has to be modified.

I will search around, if I come up with something I will post it.
 
  • Like
Reactions: dcraig

Paul627g

AC Moderator All-Star
Moderator
Nov 25, 2010
15,963
2,752
0
Visit site
You ask, you recieve...

Remove clock (EC05)

Restore Clock (EC05)

These were found at Lostandtired.com/android-development (midNIGHT) (credit ptfdmedic)

Note: Since this is probably based on a stock EC05 "services.jar" then there is a good chance by flashing this you will break whatever is currently modded in the services.jar in the ROM your using.

Things that may break (off the top of my head)

CIQ removal (services.jar)
AM/PM removal mod (services.jar)
Full Battery Pop Up Kill (services.jar)

There maybe more but those I know right off the top of my head.
 
  • Like
Reactions: dcraig

chris41g

Well-known member
Mar 25, 2011
75
63
0
Visit site
if you have any of the afore mentioned mods, do a diff of the smali files and you can figure out which part is the clock.. usually going to be in the StatusBarPolicy.smali or something similar...