Hi!
I´d like to remove the time from statusbar as I think it´s redundant.
I´ve googled a lot and finally find (I think) a solution:
- Edit file: com/android/server/status/StatusBarPolicy.smali (from services.jar)
- Replace the line "invoke-direct {p0}, Lcom/android/server/status/StatusBarPolicy;->updateClock()V"
with this two lines: "invoke-direct {p0}, Lcom/android/server/status/StatusBarPolicy;->updateClock()V
invoke-virtual {p2, v3, v6}, Lcom/android/server/status/StatusBarService;->setIconVisibility(Landroid/os/IBinder;Z)V"
I tried searching for this piece of code in servicar.jar but I didn´t find it. So I extended my searched including files services.jar, SystemUI and framework. Still I have not found any similar code.
Anyone knows where this code is located?
Is this method a working solution?
Thank you in advance!
I´d like to remove the time from statusbar as I think it´s redundant.
I´ve googled a lot and finally find (I think) a solution:
- Edit file: com/android/server/status/StatusBarPolicy.smali (from services.jar)
- Replace the line "invoke-direct {p0}, Lcom/android/server/status/StatusBarPolicy;->updateClock()V"
with this two lines: "invoke-direct {p0}, Lcom/android/server/status/StatusBarPolicy;->updateClock()V
invoke-virtual {p2, v3, v6}, Lcom/android/server/status/StatusBarService;->setIconVisibility(Landroid/os/IBinder;Z)V"
I tried searching for this piece of code in servicar.jar but I didn´t find it. So I extended my searched including files services.jar, SystemUI and framework. Still I have not found any similar code.
Anyone knows where this code is located?
Is this method a working solution?
Thank you in advance!







Sign In
Create Account

Back to top









