24 Hour Bug in Statusbar


Status
Not open for further replies.

pandinus

Members
Jan 5, 2011
21
15
Hello,

how do i fix the 24h Bug in the Statusbar? If 24h time format is enabled in settings in the statusbar is shown the 12h time format.
 

Attachments

  • 24h.jpg
    24h.jpg
    62.8 KB · Views: 359
I don't think there's a fix yet, but it is a known issue and I would assume that it will be fixed in next week's release.

Sent from my HTC HD2 using the miui-dev.com Forums App
 
I don't think there's a fix yet, but it is a known issue and I would assume that it will be fixed in next week's release.

Sent from my HTC HD2 using the miui-dev.com Forums App

It is a known issue. There's no ETA on it. Likely something in the MIUI source. Hope for a fix next week but don't plan on it.
 
The problem lies on the strings.xml under SystemUI.apk
There are 2 lines missing there.I already implemented the fix in the greek pack.
 
The problem lies on the strings.xml under SystemUI.apk
There are 2 lines missing there.I already implemented the fix in the greek pack.

hey finn, care to share my friend? im on IRC in #miui if you could call on over?

Cheers,

Mark
 
Hey Mark.

Heres the fix for the 24 hr bug

In SystemUI

<string name="status_bar_time_format_12">h:mma</string>
<string name="status_bar_time_format_24">H:mm</string>
<string name="status_bar_date_format">EEEE, d MMMM,</string>
<string name="status_bar_date_format_lock">EEEE, d MMMM</string>
 
Status
Not open for further replies.