[GUIDE] Change DateView format (Now with carrier name)

Search This thread

mariozawa

Senior Member
Jul 1, 2012
443
1,015
Malolos, Bulacan
www.facebook.com
What is this?
Just a DateView mod

What is DateView?
DateView is the date in our statusbar that shows when we expand our statusbar Many of us removing DateView in our statusbar maybe because it is annoying so lets make it cool :D

How to use
Download the attached DateView smali files.
Extract it and move to SystemUI/smali/com/android/systemui/statusbar (or just simply replace the DateView smalis)

To change the DateView format find
Code:
const-string v4, "E"
And change the "E" to any Java date format
(Not available for Carrier X DateView.smali)

To change the DateView to Carrier Name just download and extract Carrier X DateView.smali

Screenshot by @mohawk97
He use

Code:
const-string v4, "M"
attachment.php


To display the time use this


Code:
const-string v4, "h:mm a"
For more Date formats go here
http://www.tutorialspoint.com/java/java_date_time.htm

This is the screenshot for Carrier X DateView

attachment.php


Credits
PotatoInc
Our friends from Lenox Evolution
You baby
 

Attachments

  • DateViewSmali.zip
    2.1 KB · Views: 144
  • 10336590_506181316154952_2316060771644851069_n.jpg
    10336590_506181316154952_2316060771644851069_n.jpg
    10.3 KB · Views: 2,706
  • 10370592_506295436143540_1678846224_n.jpg
    10370592_506295436143540_1678846224_n.jpg
    8.4 KB · Views: 1,885
Last edited:

mohawk97

Senior Member
Mar 25, 2014
60
55
Perak
What is this?
Just a DateView mod

What is DateView?
DateView is the date in our statusbar that shows when we expand our statusbar Many of us removing DateView in our statusbar maybe because it is annoying so lets make it cool :D

How to use
Download the attached DateView smali files.
Extract it and move to SystemUI/smali/com/android/systemui/statusbar (or just simply replace the DateView smalis)

To change the DateView format find
Code:
const-string v4, "E"
And change the "E" to any Java date format

Screenshot by @mohawk97
He use

Code:
const-string v4, "M"
attachment.php


To display the time use this




Code:
const-string v4, "h:mm a"
For more Date formats go here
http://www.tutorialspoint.com/java/java_date_time.htm


Credits
PotatoInc
Our friends from Lenox Evolution
You baby




Reserve:silly:
 

Top Liked Posts

  • There are no posts matching your filters.
  • 5
    What is this?
    Just a DateView mod

    What is DateView?
    DateView is the date in our statusbar that shows when we expand our statusbar Many of us removing DateView in our statusbar maybe because it is annoying so lets make it cool :D

    How to use
    Download the attached DateView smali files.
    Extract it and move to SystemUI/smali/com/android/systemui/statusbar (or just simply replace the DateView smalis)

    To change the DateView format find
    Code:
    const-string v4, "E"
    And change the "E" to any Java date format
    (Not available for Carrier X DateView.smali)

    To change the DateView to Carrier Name just download and extract Carrier X DateView.smali

    Screenshot by @mohawk97
    He use

    Code:
    const-string v4, "M"
    attachment.php


    To display the time use this


    Code:
    const-string v4, "h:mm a"
    For more Date formats go here
    http://www.tutorialspoint.com/java/java_date_time.htm

    This is the screenshot for Carrier X DateView

    attachment.php


    Credits
    PotatoInc
    Our friends from Lenox Evolution
    You baby