Guest Rydlis Posted July 23, 2013 Report Share Posted July 23, 2013 (edited) This mod will add seconds to your status bar (compatible with Electra, CM9/10/10.1 and Sora OS -> This mod will be available in next snapshot also with new Multitasking) Screenshot: Download: flashable.zip (The version from screenshot) Flash it through recovery, wipe only cache!! Tutorial: You will need: -SystemUI from your CM9/10/10.1 based rom -APKMultitool for compile/decompile and sign -XML editor, like Geany (don't know what is on Windows or Mac) Lets start modding! -decompile your SystemUI.apk from your current rom (must be CM based!) -Now, it depend where you want seconds! In (1)unexpanded status bar or (2)expanded status bar (1)unexpanded status bar -open /res/layout/status_bar.xml and find this line <com.android.systemui.statusbar.policy.Clock ... /> and replace it with this line <DigitalClock android:textAppearance="@style/TextAppearance.StatusBar.Clock" android:gravity="left|center" android:id="@id/clock" android:paddingLeft="6.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" /> -done, now you must compile it with APKMultitool and sign it and flash it (template is down) (2)expanded status bar (like on screenshot)(only for CM10.1) -open /res/layout/status_bar_expanded_header.xml -find this line <com.android.systemui.statusbar.policy.Clock android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Clock" android:id="@id/clock" android:clickable="true" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginRight="8.0dip" android:singleLine="true" android:layout_centerVertical="true" /> and replace it with this line <DigitalClock android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Clock" android:id="@id/clock" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" /> -also, you should change this line (only for CM10.1) <RelativeLayout android:enabled="false" android:id="@id/datetime" android:background="@drawable/ic_notify_button_bg" android:paddingLeft="8.0dip" android:paddingRight="8.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent"> to this <RelativeLayout android:enabled="false" android:id="@id/datetime" android:background="@drawable/ic_notify_button_bg" android:paddingLeft="2.0dip" android:paddingRight="2.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent"> -done, now you must compile it with APKMultitool and sign it and flash it (template is down) -hope it was easy to understand Template for flashing & FAQ flashable.zip App not work due bad sign key? download this zip and open it to ApkMultitool/other/here ModifiedSignFiles.zip Don't know how to work with Apkmultitool? http://forum.xda-dev...d.php?t=1310151 this should help :) How to flash? -copy zip on sd card -reboot to recovery -wipe only cache!! -flash your package -reboot You can click on the +1 button, it's free! Edited July 23, 2013 by Rydlis Link to comment Share on other sites More sharing options...
Guest george109 Posted July 23, 2013 Report Share Posted July 23, 2013 (edited) Thanks, Can I have a tutorial! ;) EDIT: On how to make them, not to flash them! :P Edited July 23, 2013 by george109 Link to comment Share on other sites More sharing options...
Guest Rydlis Posted July 23, 2013 Report Share Posted July 23, 2013 (edited) Sure :D I'll edit first post as soon as possible ;) -added Tutorial how to make it Edited July 23, 2013 by Rydlis Link to comment Share on other sites More sharing options...
Guest george109 Posted July 23, 2013 Report Share Posted July 23, 2013 Sure :D I'll edit first post as soon as possible ;) -added Tutorial how to make it Thanks! :) Link to comment Share on other sites More sharing options...
Guest george109 Posted July 23, 2013 Report Share Posted July 23, 2013 (edited) Double post - Can you do this on other versions like ICS? Thanks :) Edited July 23, 2013 by george109 Link to comment Share on other sites More sharing options...
Guest Rydlis Posted July 23, 2013 Report Share Posted July 23, 2013 (edited) for ICS -navigate to /res/layout/status_bar.xml and find <com.android.systemui.statusbar.policy.Clock ... /> line and change it to <DigitalClock android:textAppearance="@style/TextAppearance.StatusBar.Clock" android:gravity="center" android:paddingTop="2.0px" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" android:layout_weight="1.0" /> (Not sure if the gravity won't affect the clock, you must try it and send a result) Edited July 23, 2013 by Rydlis Link to comment Share on other sites More sharing options...
Guest george109 Posted July 23, 2013 Report Share Posted July 23, 2013 for ICS -like on JB, find <com.android.systemui.statusbar.policy.Clock ... /> line and change it to <DigitalClock android:textAppearance="@style/TextAppearance.StatusBar.Clock" android:gravity="center" android:paddingTop="2.0px" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" android:layout_weight="1.0" /> (Not sure if the gravity won't affect the clock, you must try it and send a result) Ok, Ill have a go at that :) Link to comment Share on other sites More sharing options...
Guest ludilo66 Posted July 25, 2013 Report Share Posted July 25, 2013 (edited) I try on http://www.modaco.com/topic/363749-jb422-cm-101-r2-by-joestone/ not working. Sistem UI has stoped. Edited July 25, 2013 by ludilo66 Link to comment Share on other sites More sharing options...
Guest george109 Posted July 25, 2013 Report Share Posted July 25, 2013 I try on http://www.modaco.com/topic/363749-jb422-cm-101-r2-by-joestone/ not working. Sistem UI has stoped. Does it keep stopping? Does this happen when you turn the phone on, and unlock it, and can you press OK and carry on? Can you see the status bar at the top with the clock and notifications? Link to comment Share on other sites More sharing options...
Guest Rydlis Posted July 25, 2013 Report Share Posted July 25, 2013 I need a little bit more, or you can send me your modified SystemUI and I'll try repaire it Link to comment Share on other sites More sharing options...
Guest ludilo66 Posted July 26, 2013 Report Share Posted July 26, 2013 (edited) Does it keep stopping? Does this happen when you turn the phone on, and unlock it, and can you press OK and carry on? Can you see the status bar at the top with the clock and notifications? Keep stoping. All the time. When I turn phone on. I pull down battery and flash it again. :( Edited July 26, 2013 by ludilo66 Link to comment Share on other sites More sharing options...
Guest Rydlis Posted July 26, 2013 Report Share Posted July 26, 2013 wait, did you mod SystemUI from your CM10.1(?) or you flash my modified SystemUI? The problem can be in SystemUI, my modified flashable SystemUI is from Dazzozo's CM10.1 excuse my English Link to comment Share on other sites More sharing options...
Guest GHE_1908 Posted January 7, 2014 Report Share Posted January 7, 2014 This is an awesome mod thanks a lot Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now