[THEMES] RUJELUS22 *CM6 Nightlies, CM6.1.2, Sense, MIUI, Gingerbread* Updated 1-10-11 - EVO 4G Themes and Apps

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Decided to consolidate my themes into one post so everything is in one place. Please post here about my themes.
Versions avalible
-RUJELUS22 Edition-
CM6 Nightlies *Newest 191*
Sense - 3.70 Coming very soon... (lots of updates)
MIUI *Now available with help from dadoc04*
CM6.1.0
CM6.1.1
CM6.1.2 *New*
Beta of Gingerbread for Salvage ROM (Still a lot left to do on this one)
-Superman-
Sense - CM6 Version available from abu_noah
-Batman-
Sense
CM6 *Coming Soon* (Could use some creative people to help finish this one up)
Downloads & Version info
New site with screen shots and downloads of all themes. (Hopefully I have all the kinks worked out)
RUJELUS22 Themes
New market (Flashable zip untill I add to the themes)
Gingerbread Keyboard Theme (Flashable zip untill I add to the themes)

For some reason im not able to download anything off the site. Everything I try downloading it just never begins the download. Might it be me or is the site still being finished? Great themes by the way.

rsantana said:
For some reason im not able to download anything off the site. Everything I try downloading it just never begins the download. Might it be me or is the site still being finished? Great themes by the way.
Click to expand...
Click to collapse
I was having the same issue downloading from my phone. Rujelus has been made aware and is working on it along with keeping his themes updated for us folks who love the latest and greatest.
For now, you will need to download to your computer and then transfer to your SD card.
Hope this helps

finally got the theme working on 192 nightly, but just one problem; how do you get the text when you push "menu" to come up white, or any other color than the default black?
Its impossible to see it.
I have the rjuleus xml file enabled in themes, but it still doesnt do anything for the menu text...
thanks!

bah, wrong thread.

Great idea to put them all into one thread!

New CM 6.1.0 Final Version up
wase4711 said:
finally got the theme working on 192 nightly, but just one problem; how do you get the text when you push "menu" to come up white, or any other color than the default black?
Its impossible to see it.
I have the rjuleus xml file enabled in themes, but it still doesnt do anything for the menu text...
thanks!
Click to expand...
Click to collapse
As far as I know it does not even work on 192 last build I did was 191. The white menu text is not a setting it is an xml edit in framework-res.apk
JasonK75 said:
Great idea to put them all into one thread!
Click to expand...
Click to collapse
Thanks
rsantana said:
For some reason im not able to download anything off the site. Everything I try downloading it just never begins the download. Might it be me or is the site still being finished? Great themes by the way.
Click to expand...
Click to collapse
Still working on this no idea why the phone will not download them.

Just flashed RUJELUSS22_Blue_Froyo_Beta_2.4_Full and it is very sweet, but I have one question..
Were the icons in the screen shots supposed to be included in the Theme? All icons are just the stock SENSE icons still.
Any help is appreciated..

jones79 said:
Just flashed RUJELUSS22_Blue_Froyo_Beta_2.4_Full and it is very sweet, but I have one question..
Were the icons in the screen shots supposed to be included in the Theme? All icons are just the stock SENSE icons still.
Any help is appreciated..
Click to expand...
Click to collapse
No the Sense and CM versions do not have the icons they are the ibox icons from the market. I have thought about changing them but there is no way to theme all the apps. The MIUI build has them added but the MIUI theming support makes adding icons for every app easy.
The Batman theme has a bunch added also. I will be changing them just never got around to it.

rujelus22 said:
No the Sense and CM versions do not have the icons they are the ibox icons from the market. I have thought about changing them but there is no way to theme all the apps. The MIUI build has them added but the MIUI theming support makes adding icons for every app easy.
The Batman theme has a bunch added also. I will be changing them just never got around to it.
Click to expand...
Click to collapse
Thanks for the quick reply.. I'll play around with adding in some custom icons then.. I haven't flashed the Batman theme yet, but I have it downloaded so I'll be sure to take a look. Thanks for your hard work.

Good **** rujelus..... thx man
Sent from my HTC Evo

will the batman theme work on cyanogenmod 6.1.0-RC2?

Lcsevo said:
will the batman theme work on cyanogenmod 6.1.0-RC2?
Click to expand...
Click to collapse
No the batman theme is for Sense. I have not done a CM port of this yet

Need to find xml file?? Can somebody help
Hey this is a mod theme of rujelus22 i have been working on!! I'm trying to make the rosie all clear but i can't seem to find the xml file to edit the color or remove the (phone) text at the bottom!! Can somebody please help!!

iaccax said:
Hey this is a mod theme of rujelus22 i have been working on!! I'm trying to make the rosie all clear but i can't seem to find the xml file to edit the color or remove the (phone) text at the bottom!! Can somebody please help!!
Click to expand...
Click to collapse
I can see what I can do for ya when I get home.

ok thanks!! i would gladly donate if you can help!!

iaccax said:
Hey this is a mod theme of rujelus22 i have been working on!! I'm trying to make the rosie all clear but i can't seem to find the xml file to edit the color or remove the (phone) text at the bottom!! Can somebody please help!!
Click to expand...
Click to collapse
Found it for ya.
The way it is here will make it transparent.
It is in Rosie.apk
res\layout-port\button-bar.xml
<?xml version="1.0" encoding="UTF-8"?>
<com.htc.launcher.widget.ButtonBar android:background="@com.htc:drawable/common_app_rosie_navbar" android:layout_width="fill_parent" android:layout_height="@dimen/button_bar_height" android:layout_alignParentBottom="true"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:launcher="http://schemes.android.com/apk/res/com.htc.launcher">
<TextView android:id="@id/middle_btn" android:background="@drawable/bb_btn_middle" android:focusable="false" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentBottom="true" android:layout_centerHorizontal="true" />
<TextView android:enabled="false" android:textSize="@dimen/button_bar_textsize" android:textColor="#00000000" android:gravity="center" android:id="@id/middle_btn_content" android: paddingRight="@dimen/button_bar_mid_padding_right" android: paddingBottom="@dimen/button_bar_mid_padding_bottom" android:focusable="false" android:clickable="false" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/phone" android:shadowColor="#00000000" android:shadowDx="1.0" android:shadowDy="1.0" android:shadowRadius="1.0" android:drawableLeft="@drawable/bb_btn_middle_src" android:layout_alignBottom="@id/middle_btn" android:layout_centerHorizontal="true" />
<ImageButton android:id="@id/left_btn" android:background="@drawable/bb_btn_left" android:focusable="false" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/button_bar_margin" android:src="@drawable/bb_btn_left_src_on" android:scaleType="center" android:layout_alignBottom="@id/middle_btn" android:layout_alignParentLeft="true" />
<ImageButton android:id="@id/right_btn" android:background="@drawable/bb_btn_right" android:focusable="false" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginRight="@dimen/button_bar_margin" android:src="@drawable/bb_btn_right_src" android:scaleType="center" android:layout_alignBottom="@id/middle_btn" android:layout_alignParentRight="true" />
<View android:id="@id/left_btn_touch" android:clickable="true" android:layout_width="@dimen/button_bar_touch_width" android:layout_height="@dimen/button_bar_touch_height" android:layout_alignBottom="@id/middle_btn" />
<View android:id="@id/right_btn_touch" android:clickable="true" android:layout_width="@dimen/button_bar_touch_width" android:layout_height="@dimen/button_bar_touch_height" android:layout_alignBottom="@id/middle_btn" android:layout_alignParentRight="true" />
</com.htc.launcher.widget.ButtonBar>

If i want the battery and clock what do i do with the Stock services.jar to restore battery and clock on the sense version?
THanks for this theme

AtiRadeon1 said:
If i want the battery and clock what do i do with the Stock services.jar to restore battery and clock on the sense version?
THanks for this theme
Click to expand...
Click to collapse
Flash it through recovery

rujelus22 said:
Flash it through recovery
Click to expand...
Click to collapse
K sweet so simple

Related

Help Theming soft keys

So as the title suggests, Is there a way to theme the softkeys in CM or Stock roms. I need to theme the background of the status bar as i dont like black. Can some one help me??
As i know the easiest way is to use aokp rom work best if you have 3113 or 5113 their are already roms for both
Sent from my GT-P5100 using xda app-developers app
For stock. Decompile systemUI.apk and edit \res\drawable-sw600dp-mdpi\tw_status_bar_background.9 All of the other assoiciated images are in the same location. My location knowledge is based off of a 7" and the 10" is prolly in the drawable-sw800dp-mdpi folder.
good day.
Now as a side bar, I run a stock tw rom on my tab2 7 (I love the ir blaster so aosp is out for me ) but I do some personal tweaking for my taste. You can change the order and add a custom button with this quick breeze over.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I added a power button and changed order of recent and home buttons plus edited all of the pressed images (also de-touch wizzed the crap out of the notif panel and got rid of the text under toggles and made line indicator line smaller and found all the powder blue text colors via xml edits). But on to adding power button and changing order.
decompile systemUI.apk and navigate to \res\layout-sw600dp\tw_status_bar.xml
Code:
<com.android.systemui.statusbar.policy.KeyButtonView android:id="@id/back" android:layout_width="wrap_content" android:layout_height="fill_parent" android:src="@drawable/tw_ic_sysbar_back" android:contentDescription="@string/accessibility_back" systemui:keyCode="4" systemui:glowBackground="@drawable/ic_sysbar_highlight" />
<com.android.systemui.statusbar.policy.KeyButtonView android:id="@id/home" android:layout_width="wrap_content" android:layout_height="fill_parent" android:src="@drawable/tw_ic_sysbar_home" android:contentDescription="@string/accessibility_home" systemui:keyCode="3" systemui:glowBackground="@drawable/ic_sysbar_highlight" />
<com.android.systemui.statusbar.policy.KeyButtonView android:id="@id/recent_apps" android:layout_width="wrap_content" android:layout_height="fill_parent" android:src="@drawable/tw_ic_sysbar_recent" android:contentDescription="@string/accessibility_recent" systemui:glowBackground="@drawable/ic_sysbar_highlight" />
Above is the way the lines appear in the stock xml and you can simply reorder lines so that they will appear in set order. But I added a new line and changed order seen in code below.
Code:
<com.android.systemui.statusbar.policy.KeyButtonView android:id="@id/back" android:layout_width="wrap_content" android:layout_height="fill_parent" android:src="@drawable/tw_ic_sysbar_back" android:contentDescription="@string/accessibility_back" systemui:keyCode="4" systemui:glowBackground="@drawable/ic_sysbar_highlight" />
<com.android.systemui.statusbar.policy.KeyButtonView android:id="@id/home" android:layout_width="wrap_content" android:layout_height="fill_parent" android:src="@drawable/tw_ic_sysbar_power" android:contentDescription="@string/accessibility_home" systemui:keyCode="26" systemui:glowBackground="@drawable/ic_sysbar_highlight" />
<com.android.systemui.statusbar.policy.KeyButtonView android:id="@id/recent_apps" android:layout_width="wrap_content" android:layout_height="fill_parent" android:src="@drawable/tw_ic_sysbar_recent" android:contentDescription="@string/accessibility_recent" systemui:glowBackground="@drawable/ic_sysbar_highlight" />
<com.android.systemui.statusbar.policy.KeyButtonView android:id="@id/home" android:layout_width="wrap_content" android:layout_height="fill_parent" android:src="@drawable/tw_ic_sysbar_home" android:contentDescription="@string/accessibility_home" systemui:keyCode="3" systemui:glowBackground="@drawable/ic_sysbar_highlight" />
I added a new home line and changed the sytem key value to power from this reference http://developer.android.com/reference/android/view/KeyEvent.html and you also need to add new @drawable references as well. Next is creating 2 brand new images using gimp in \res\drawable-sw600dp-mdpi\ tw_ic_sysbar_power_normal.png and tw_ic_sysbar_power_press.png. It is also needed to create the "new" drawable xml for the 2 new images. In res\drawable\ create a new xml file named tw_ic_sysbar_power.xml with included content from below.
Code:
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/tw_ic_sysbar_power_press" />
<item android:drawable="@drawable/tw_ic_sysbar_power_normal" />
</selector>
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/tw_ic_sysbar_power_press" />
<item android:drawable="@drawable/tw_ic_sysbar_power_normal" />
</selector>
* edit * for some reason using the code paste it left off the last </selector> line as seen as a direct paste above.
compile apk and push to device.
Steps can be used to add any command. i.e. persistent play and skip media buttons.
good day.
:laugh: Thanks. Will try that and tell .
chopper the dog said:
Now as a side bar, I run a stock tw rom on my tab2 7 (I love the ir blaster so aosp is out for me ) but I do some personal tweaking for my taste. You can change the order and add a custom button with this quick breeze over.
Click to expand...
Click to collapse
Dont suppose you would happen to know about the actual navigation bar at all ? I'm under the impression that its in \framework-res\res\drawable-hdpi and named ab_bottom_solid_dark_holo.9.
I have decompiled it in VTS and extracted it and edited it. checked the 9 was ok with the 9patch tool and recompiled it . Pushed it back into my device and after a reboot nothing changes . wiped the cache and dalvik but no dice.
Also tried this one
Any ideas please ?
Thanks for the information on the softkeys , great tutorial ! :good:
Even i would love to have semi-transparent bar at bottom. With headset icon if possible
silentvisitor said:
Even i would love to have semi-transparent bar at bottom. With headset icon if possible
Click to expand...
Click to collapse
Thats what im hoping to do , just kinda stuck at the moment tho
Sean_Seany said:
Dont suppose you would happen to know about the actual navigation bar at all ? I'm under the impression that its in \framework-res\res\drawable-hdpi and named ab_bottom_solid_dark_holo.9.
I have decompiled it in VTS and extracted it and edited it. checked the 9 was ok with the 9patch tool and recompiled it . Pushed it back into my device and after a reboot nothing changes . wiped the cache and dalvik but no dice.
Any ideas please ?
Thanks for the information on the softkeys , great tutorial ! :good:
Click to expand...
Click to collapse
I dont have it decompiled atm but if you changed something and dont see a affect it prolly means theres another drawable folder its pulling it from. You can check the other drawables and see if you see the same file in them. Hell i change emm all most times lol
RomsWell said:
I dont have it decompiled atm but if you changed something and dont see a affect it prolly means theres another drawable folder its pulling it from. You can check the other drawables and see if you see the same file in them. Hell i change emm all most times lol
Click to expand...
Click to collapse
AHA i see , cool thanks for the tip :good: I will give it a shot.

[MOD/HOW-TO][CM10][V2][5-10-2012]Notification Drawer Tweaks

Just want to share a Mod I did on the CM10 status bar when pulled down. By default, when the notification drawer is pulled down, the status bar is hidden. I didn't like it, so I tweaked the layout to make it look like CM9 and before. Also I noticed that the 'Clear All' button gets pushed out due to the large font of the time and also due to the settings button. So I removed the settings button from the layout (I never use it anyways) I made the Top section a horizontal scroll view. And this is how it looks like...
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
If you're curious how I did this, following are the steps(for v1):
1. Decompile the SystemUI.apk.
2. Goto res/layout/super_status_bar.xml
3. In that find :
Code:
<include android:layout_width="fill_parent" android:layout_height="0.0dip" layout="@layout/status_bar_expanded"/>
Modify it to:
Code:
<include android:layout_width="fill_parent" android:layout_height="0.0dip" android:layout_marginTop="@android:dimen/status_bar_height" layout="@layout/status_bar_expanded"/>
4. Then go to layout/status_bar_expanded.xml and find
Code:
<TextView android:id="@id/carrier_label" android:layout_width="fill_parent" android:layout_height="@dimen/carrier_label_height" android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Network" android:layout_gravity="bottom" android:gravity="center" android:visibility="invisible"/>
Modify it to
Code:
<TextView android:id="@id/carrier_label" android:layout_width="fill_parent" android:layout_height="@dimen/carrier_label_height" android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Network" android:layout_gravity="bottom" android:layout_marginBottom="57dip" android:gravity="center" android:visibility="invisible"/>
This dip value maybe different for different devices. It's necessary because your close handle and carrier label will be shifted below due to the first mod. So it's a trial error.
5. Next in the same file find...
Code:
<com.android.systemui.statusbar.phone.CloseDragHandle android:id="@id/close"....
Add this property to it...
Code:
android:layout_marginBottom="@android:dimen/status_bar_height" android:paddingBottom="-10dip"
marginBottom dimen is fixed but padding bottom depends on your device.
6. To remove settings button, find the following in layout/status_bar_expanded_header.xml:
Code:
<ImageView android:layout_width="48.0dip" android:layout_height="48.0dip" android:id="@id/settings_button" android:contentDescription="@string/accessibility_settings_button" android:scaleType="center" android:src="@drawable/ic_notify_quicksettings"/>
Modify it to
Code:
<ImageView android:layout_width="48.0dip" android:layout_height="48.0dip" android:id="@id/settings_button" android:contentDescription="@string/accessibility_settings_button" android:scaleType="center" android:visibility="gone" android:src="@drawable/ic_notify_quicksettings"/>
7. To change Notification Drawer Bg color, follow this thread.
8. Thats it. Recompile and enjoy.
Click to expand...
Click to collapse
v2
Tweaked for CM10 A2
Instead of removing the settings shortcut, made the header a Horizontal ScrollView, i.e., Now you can scroll the top section(with the clock) to reveal the Clear All icon.
Lowered the Transparency of background.
v1
Status Bar always seen.
Settings shortcut in notification drawer removed.
Drawer background changed.
Instructions:
1. Download zip from the attachment.
2. Rename to SystemUI.apk
3. Place it in a system folder and change permissions to rw-r-r.
4. Replace it in /data/sys-parts/app/ (that's where our system apps are).
5. Reboot.
Note: Change permissions before replacing the apk because SystemUI starts force closing after replacement. Don't worry about the force closes. After reboot everything will be ok.
Also if anyone makes a flashable zip, plz post it. I'll add it in the OP.
Thanx.
​
Works perfect. Persistent status bar.
Sent from my GT-I9003 using xda premium
@ ammar
Superb buddy...
Thx :thumbup:
Sent from my GT-I9003 using xda app-developers app
@Ammar786 .. what tool did you use to decompile and recompile systemui.apk ? Any link to a guide or tutorial?
Hetalk said:
@Ammar786 .. what tool did you use to decompile and recompile systemui.apk ? Any link to a guide or tutorial?
Click to expand...
Click to collapse
I use Tickle My Android. Check it out.
THanks man ... but am done for the day ...
See if you're interested in modding statusbar per tutorial http://forum.xda-developers.com/showthread.php?t=1835833&highlight=cm10
Hetalk said:
THanks man ... but am done for the day ...
See if you're interested in modding statusbar per tutorial http://forum.xda-developers.com/showthread.php?t=1835833&highlight=cm10
Click to expand...
Click to collapse
Hmmm.. Seems easy... May do it later... Currently I'm doing something else. If I get time i'll do it.
Hetalk said:
THanks man ... but am done for the day ...
See if you're interested in modding statusbar per tutorial http://forum.xda-developers.com/showthread.php?t=1835833&highlight=cm10
Click to expand...
Click to collapse
Thank you, i was looking for something like that! :good:
Is there any way to make the background a little transparent?
dj_stikes said:
Is there any way to make the background a little transparent?
Click to expand...
Click to collapse
Yeah there is. I'll post it here asap.
Guys... Want to ask something... Do you want fully transparent bg or semi-transparent?
^^ Blueish transparent
Hetalk said:
^^ Blueish transparent
Click to expand...
Click to collapse
Bluish transparent?... Let's see how it looks... Will reply back with some screenshots...
So this is how it'll look like with Blue...
^^ perfect ... gimme gimme
I hope it wont break the other tweaks you made.
Hetalk said:
^^ perfect ... gimme gimme
I hope it wont break the other tweaks you made.
Click to expand...
Click to collapse
Nope it won't, wait I'm fixing the Carrier Label Text Color.
Ok... Here it is... Attached... Will update the OP too...
^^ Amazing work man ... too good ... see screenshots. This is exactly what I wanted.
Haven't test it because i am in remics jb that already have tweaked statusbar but it look great.Anyway thanks:thumbup:
Sent from my GT-I9003 using xda premium

Themers. and Devs, Enable ink lockscreen in the sgs4. preconfigured

UNTESTED
so ink lockscreen comes pre configured in the sgs4, but all it needs is a place in the settings so..
all we have to do is
Decompile SecSettings.apk
Go to \res\xml folder and open lockscreen_settings.xml
Search for "CheckBoxPreference android:title="@string/ripple_effect"
then right below it replace the current inkeffect configuration cmds with these
Code:
<PreferenceScreen android:title="@string/ink_effect" android:key="ink_effect">
<intent android:targetPackage="com.android.settings" android:action="android.intent.action.MAIN" android:targetClass="com.android.settings.InkeffectPreview" />
</PreferenceScreen>
then save it and Compile *if you can*
the only problem is that most of these SGS4 4.2.2 apks are to hard to decompile and compile so i havent tested this yet, so if anyone is able to
succeed in testing this. please give back feedback for testing :highfive: :highfive: :good: :good:
@cabloomi Doesnt work. I tested both by selecting the rippleeffect and also light effect! i modifed the same at line 25
<PreferenceScreen android:title="@string/ink_effect" android:key="ink_effect">
<intent android:targetPackage="com.android.settings" android:action="android.intent.action.MAIN" android:targetClass="com.android.settings.InkeffectPreview" />
</PreferenceScreen>
I will have a look further in the smali files!
@grgsiocl , how are you able to decompile and compile it. i have many mods in mind that include the SecSettings.apk
but it wont go back and compile even if i dont touch or change anything. please zip your work space and send it to me. lol like the apktool and the framwork base's 1 and 2.
and i think it might be CSC activated like we figured out recently that the call recorder mod is also
cabloomi said:
@grgsiocl , how are you able to decompile and compile it. i have many mods in mind that include the SecSettings.apk
but it wont go back and compile even if i dont touch or change anything. please zip your work space and send it to me. lol like the apktool and the framwork base's 1 and 2.
and i think it might be CSC activated like we figured out recently that the call recorder mod is also
Click to expand...
Click to collapse
i can easily do it as i am using the newsest version apktool. I also pushed framewrok-res.apk, twframework-res.apk and ssytemui. I will upload the apktool for you in a minute!
Edit uploaded the tool here! Just push the corresponding frameworks after extracting the zip and you are good to go! I am also using the backsmali /smali versio 2.0 , that also will upload it!
i made centerclock for the s4, want it @grgsiocl
maybe you can make a black transparent bar
and thank you for the apktool. it worked perfectly
If you already done it, then share please. I always love to have missing features in phone
Sent from my GT-I9500 using Tapatalk 2
grgsiocl said:
If you already done it, then share please. I always love to have missing features in phone
Sent from my GT-I9500 using Tapatalk 2
Click to expand...
Click to collapse
the clock wont roll out the way for a notification. so.. help me. this is what i did to get it center
decompile SystemUI.apk
Navigate to res/layout/status_bar.xml
Look for a line that starts with
Code:
<com.android.systemui.statusbar.policy.Clock
and i deleted it.
then added these lines
Code:
<LinearLayout android:gravity="center" android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="fill_parent">
<com.android.systemui.statusbar.policy.Clock android:textAppearance="@style/TextAppearance.StatusBar.Clock" android:gravity="center" android:paddingTop="3.0px" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" android:layout_weight="1.0" />
</LinearLayout>
under this line
Code:
xmlns:systemui="http://schemas.android.com/apk/res/com.android.systemui">
then i changed the clock from blue to white
from this line
Code:
<style name="TextAppearance.StatusBar.Clock" parent="@*android:style/TextAppearance.StatusBar.Icon">
<item name="android:textSize">16.0dip</item>
<item name="android:textStyle">normal</item>
<item name="android:textColor">@*android:color/holo_blue_light</item>
</style>
I change the
<item name="android:textColor">@*android:color/holo_blue_light</item>
to <item name="android:textColor">#ffffffff</item>
so now its center, but it wont roll out the way for a notification
any ideas @grgsiocl
never mind. got it working, but its kinda glitchy
Cabloomi,
If you did not code this, please provide a link and credit to the "original" author.
Thanks
Sent from my GT-I9500 using xda premium
and what do i do if i did code it??
nothing right. ?
cabloomi said:
and what do i do if i did code it??
nothing right. ?
Click to expand...
Click to collapse
There is lots of info on the net for this mod...... and been for a long time.
I was just asking, not accusing you, because you would have wasted your time otherwise
Sent from my GT-I9500 using xda premium
UpInTheAir said:
There is lots of info on the net for this mod...... and been for a long time.
I was just asking, not accusing you, because you would have wasted your time otherwise
Sent from my GT-I9500 using xda premium
Click to expand...
Click to collapse
Remember this from last year
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
lol. i still have that message in my inbox
cabloomi said:
Remember this from last year
lol. i still have that message in my inbox
Click to expand...
Click to collapse
Yeah, do remember and still stick by it mate.
I am not criticizing you. I still encourage you to keep at it, but please try and provide links and credits to any "original" work you may have borrowed to edit. That's all.
Cheers,
UITA
BTW off topic .... Noticed you have a ROM out. Nice work. You'll notice on my signature I've been cooking also for the P6810 & P6800. More to do soon as JB just released
Sent from my GT-I9500 using xda premium

[4.4] True Quick Settings

Sony divided notification and quick settings in 4.4, but it's not easy to use quick settings with one finger now.
I managed to show quick settings in notification tab!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
[EDIT]
SystemUI Patcher can do same thing!
https://play.google.com/store/apps/details?id=com.wedy.systemuimod
http://repo.xposed.info/module/com.wedy.systemuimod
1. Decompile SystemUI.apk
2. Open SystemUI.apk\res\layout\somc_tabs_status_bar_expanded.xml, then edit
Code:
<com.sonymobile.systemui.statusbar.tools.ToolsTabWidget android:orientation="horizontal" android:id="@android:id/tabs" android:layout_width="fill_parent" android:layout_height="wrap_content" />
to
Code:
<com.sonymobile.systemui.statusbar.tools.ToolsTabWidget android:orientation="horizontal" android:id="@android:id/tabs" android:layout_width="fill_parent" android:layout_height="0.0dip" />
This will hide tabs.
3. Open SystemUI.apk\res\layout\somc_quick_settings_tab.xml and copy LinearLayout
For example (.681),
Code:
<LinearLayout android:orientation="vertical" android:id="@id/tools_rows" android:layout_width="fill_parent" android:layout_height="wrap_content" />
4. Open SystemUI.apk\res\layout\somc_notifications_tab.xml and paste "3."'s LinearLayout above
Code:
<include layout="@layout/status_bar_expanded_stylus_actions" />
For example (.681),
Code:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="vertical" android:id="@id/notifications_tab" android:layout_width="fill_parent" android:layout_height="wrap_content" android:animateLayoutChanges="false"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:systemui="http://schemas.android.com/apk/res/com.android.systemui">
<LinearLayout android:orientation="vertical" android:id="@id/tools_rows" android:layout_width="fill_parent" android:layout_height="wrap_content" />
<include layout="@layout/status_bar_expanded_stylus_actions" />
5. Now quick settings should be shown on notification tab, but tiles are too big.
To make them smaller, open SystemUI.apk\res\values\dimens.xml and edit
Code:
<dimen name="notification_panel_tools_row_height">100.0dip</dimen>
to 50.0dip or something you like.
Attached image is 50.0dip
[optional]
If you want to change items per row,
open SystemUI.apk\res\values\integers.xml and edit
Code:
<integer name="config_maxToolItemsInARow">4</integer>
6. Save all and compile.
7. Install SystemUI.apk with adb or recovery, Done!
Modded SystemUI.apk for Z1 .681 deodexed can be downloaded from here (Xperia logo home ver.) (flashable)
Note this apk will not work on custom rom.
I added quick settings tile setting to SystemUI Patcher.
http://repo.xposed.info/module/com.wedy.systemuimod
I have no knowledge to integrate list preference, so tiles per low is fixed to 6 at the moment:crying:
thanks man ! Cool
Hello
Is that i just need to install systemui apk only?
Or did i need todo as from the first step?
nikFarhan96 said:
Is that i just need to install systemui apk only?
Or did i need todo as from the first step?
Click to expand...
Click to collapse
If you are using stock deodexed rom (not custom rom such as RomAur), you just need to install SystemUI.apk.
can i reset back??
avveMeetU said:
can i reset back??
Click to expand...
Click to collapse
I think, if you make a buckup from your system.ui.apk, then yes
RyokoN said:
If you are using stock deodexed rom (not custom rom such as RomAur), you just need to install SystemUI.apk.
Click to expand...
Click to collapse
Yes,i will flash to NUT fw 4.4 and deodexed patched.
So just need to install lke normal apk.is there any problem if i remove this SystemUI.apk into system?
nikFarhan96 said:
Yes,i will flash to NUT fw 4.4 and deodexed patched.
So just need to install lke normal apk.is there any problem if i remove this SystemUI.apk into system?
Click to expand...
Click to collapse
Install via recovery(use XZDR 2.7.99) is recommended.
If you want to revert, you have to overwrite SystemUI.apk with non-modded one, in this case NUT's SystemUI.apk
Any chance do it for cm based rom?
Sent from my Xperia Z1 using XDA Premium 4 mobile app
awsome
i love it
quick question will this work on z ultra??
RyokoN said:
Install via recovery(use XZDR 2.7.99) is recommended.
If you want to revert, you have to overwrite SystemUI.apk with non-modded one, in this case NUT's SystemUI.apk
Click to expand...
Click to collapse
Orait,i understand that.thanks for fast response.
Will give a feedback later.
Confirm,working good on NUT kit kat deodexed patch by krabappel.
Thanks,can i suggesting something?
I think it would be better if u can do another version with stock icon.
I mean those "xperia" on home button.it would be nice if the stick home nav bar on there.
Btw,thanks to you @RyokoN
thanks man
I can't find systemui in system apps has kit kat renamed system ui.
Using nuts rom 4.4 deodexed
Sent from my C6903 using Tapatalk
nikFarhan96 said:
Confirm,working good on NUT kit kat deodexed patch by krabappel.
Thanks,can i suggesting something?
I think it would be better if u can do another version with stock icon.
I mean those "xperia" on home button.it would be nice if the stick home nav bar on there.
Btw,thanks to you @RyokoN
Click to expand...
Click to collapse
Sorry, I forgot to revert it...
I added stock home icon version.
https://mega.co.nz/#!W5gCXIrY!L4JbBi5EPYyyc23NnnmoZghveRRJAm9p3rt88PYmy2Q
RyokoN said:
Sorry, I forgot to revert it...
I added stock home icon version.
https://mega.co.nz/#!W5gCXIrY!L4JbBi5EPYyyc23NnnmoZghveRRJAm9p3rt88PYmy2Q
Click to expand...
Click to collapse
No need to say sorry bro.
As u do a great job here.
I should say a big thanks to you! U are awesime.
Thanks
adamo86 said:
I can't find systemui in system apps
Click to expand...
Click to collapse
It's in system/priv-app
Works perfectly, thanks.
Works great on Criskelo KitKat !!!
Many thanks !!
From my Xperia Z1 tuned with XZDR / CrisKelo ROM & a F****** LB
Nice work. Thank you

[HOW TO] 100% battery mod with stock percentage battery text

For you today a detalied tutorial x adding stock battery percentage over the stock kitkat battery:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
First, you have to know how to push files and decompile apk, or even create a flashable x it. Tutorial is for advanced users, developers and themers
This thread is not intended to provide zips, due to various roms around, so a wrong flashable will maybe lead to a fc or loosing some mods, or better if someone will do it, i will add it on first post (if comfirmed working).... credits given
let's start with it:
U need SystemUI.apk of course, decompile it.
1. go to \res\values\arrays.xml
<array name="batterymeter_color_values">
<item>#ffff3300</item>
<item>#ffffffff</item>
<item>#ffffffff</item>
</array>
<integer-array name="batterymeter_bolt_points">
<item>130</item>
<item>-146</item>
<item>392</item>
<item>-146</item>
<item>201</item>
<item>259</item>
<item>442</item>
<item>259</item>
<item>10</item>
<item>783</item>
<item>157</item>
<item>334</item>
<item>0</item>
<item>334</item>
</integer-array>
Click to expand...
Click to collapse
here you can set colors of battery for various levels, i leaved red when less then 5%, and white for others.
Battery meter bolt pints builds the thunder when charging, so i made it bigger, copy all like above
2. go then to \res\values\colors.xml
<color name="batterymeter_frame_color">#ff999999</color>
<color name="batterymeter_charge_color">#ffffffff</color>
<color name="batterymeter_bolt_color">#f21eff00</color>
Click to expand...
Click to collapse
change above values as your likings, frame color is the grayed frame of the battery i have setted solid light grey insted of a semi trasparent stock, charge color tells you enough, no explanation needed
Bolt color is thunder color when charging, i putted a 95% trasparent green(u can put whatever color you like)
3. now focus on \res\values\dimens.xml
<dimen name="status_bar_battery_text_size">11.0dip</dimen>
<dimen name="battery_icon_width">11.66dip</dimen>
<dimen name="battery_icon_height">17.33dip</dimen>
<dimen name="battery_icon_bottom_margin">0.33000004dip</dimen>
<dimen name="status_bar_battery_text_marginStart">0.0dip</dimen>
Click to expand...
Click to collapse
first value it is text dimension, ignore it as i mod it in last step
second and third value is for battery dimension, i make it bigger as x screen to fit my bigger signal icon, u can do as x your needings
ignore fourth value(just copy paste it)
set last value to 0.0 as above
4. now open \res\values\strings.xml and find the string
<string name="status_bar_settings_battery_meter_format">%d</string>
Click to expand...
Click to collapse
modify is as above as it will remove percentage from battery text
5. last point go to \res\layout\status_bar.xml
<LinearLayout android:gravity="center" android: orientation="horizontal" android:id="@id/signal_battery_cluster" android:layout_width="wrap_content" android:layout_height="fill_parent" android: paddingStart="2.0dip">
<include android:id="@id/signal_cluster" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginRight="3.0dip" layout="@layout/signal_cluster_view" />
<TextView android:textSize="@dimen/status_bar_battery_text_size" android:textColor="#ffffffff" android:layout_gravity="center" android:id="@id/battery_text" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/status_bar_network_name_separator" android:importantForAccessibility="no" android:fontFamily="sans-serif" android:layout_marginStart="@dimen/status_bar_battery_text_marginStart" />
<com.android.systemui.BatteryMeterView android:id="@id/battery" android:layout_width="@dimen/battery_icon_width" android:layout_height="@dimen/battery_icon_height" android:layout_marginBottom="@dimen/battery_icon_bottom_margin" android:layout_marginStart="3.0dip" />
</LinearLayout>
Click to expand...
Click to collapse
and paste this:
<LinearLayout android:gravity="center" android: orientation="horizontal" android:id="@id/signal_battery_cluster" android:layout_width="wrap_content" android:layout_height="fill_parent" android: paddingStart="2.0dip">
<include android:id="@id/signal_cluster" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginRight="3.0dip" layout="@layout/signal_cluster_view" />
<com.android.systemui.BatteryMeterView android:id="@id/battery" android:layout_width="@dimen/battery_icon_width" android:layout_height="@dimen/battery_icon_height" android:layout_marginBottom="@dimen/battery_icon_bottom_margin" android:layout_marginStart="3.0dip" />
<TextView android:textSize="10.33dip" android:textStyle="bold" android:textColor="#ff000000" android:layout_marginStart="-12.0dip" android: paddingTop="1.0dip" android:id="@id/battery_text" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/status_bar_network_name_separator" android:importantForAccessibility="no" android:fontFamily="sans-serif" />
</LinearLayout>
Click to expand...
Click to collapse
in the textview content u can modify regarding your needings, text size,color, font and format.
Be Aware, for emoji reasons(otherwise above u will see emoji instead of code) remove the space in pasted text from :
android: orientation
android: paddingStart
android: paddingTop
Recompile it and it is done
Mod will work even u have applied imaged battery mod, so you can just add your preferred image battery
hope you enjoy.
Feel free to use this tutorial, it will work on other devices too , just some position corrections needed.
I will just ask credits, thanks.
mine
_alex74_ said:
mine
Click to expand...
Click to collapse
this work on i9500 right?
ice.modding said:
this work on i9500 right?
Click to expand...
Click to collapse
it will work on every device, the code is nearly the same even on my LG L9 II
@_alex74_ can u make it as a flashable zip .. I tried on my systemui.apk I got failed ..
& this my SystemUI.apk
https://mega.co.nz/#!lUogWJyQ!V2eM53FuGqEWF8mIzEJvk3B0xP70o0v1VXhh9sxHo20
Sent from my SM-G900F using Tapatalk
thereassaad said:
@_alex74_ can u make it as a flashable zip .. I tried on my systemui.apk I got failed ..
& this my SystemUI.apk
https://mega.co.nz/#!lUogWJyQ!V2eM53FuGqEWF8mIzEJvk3B0xP70o0v1VXhh9sxHo20
Sent from my SM-G900F using Tapatalk
Click to expand...
Click to collapse
sure lemme do it
Which rom u use?
_alex74_ said:
sure lemme do it
Which rom u use?
Click to expand...
Click to collapse
DN3 V5.2 N2
Sent from my SM-G900F using Tapatalk
thereassaad said:
DN3 V5.2 N2
Click to expand...
Click to collapse
S5 Rom?
uploading x you few zips. send links via PM as up.
report here if works as i will add on thread then(If S5 rom will open thread there )
_alex74_ said:
S5 Rom?
uploading x you few zips. send links via PM as up.
report here if works as i will add on thread then(If S5 rom will open thread there )
Click to expand...
Click to collapse
Bro N2 Custom Rom everything from S5 rom & okay send me pm & will report here & im wait
Sent from my SM-G900F using Tapatalk
---------- Post added at 01:40 PM ---------- Previous post was at 01:12 PM ----------
Bro its working VR but when I put my on charging I got thats like on
& thats working
Sent from my SM-G900F using Tapatalk
---------- Post added at 01:47 PM ---------- Previous post was at 01:40 PM ----------
& this u edit mine one but the number of percentage its very big & same issues when charging
Sent from my SM-G900F using Tapatalk
thereassaad said:
Bro its working VR but when I put my on charging I got thats like on
Click to expand...
Click to collapse
yep i know this, i will work on it trying to add animation when charging
thereassaad said:
this u edit mine one but the number of percentage its very big
Click to expand...
Click to collapse
yep i'm aware even of this, will solve it easily i think.
btw during all normal live(from 99 to 1 percent is working), so small issue under work
this is how i fixed it... in fact u can choose whatever color u will want for bolt when battery charging.
_alex74_ said:
this is how i fixed it... in fact u can choose whatever color u will want for bolt when battery charging.
Click to expand...
Click to collapse
Bro this my screen
Sent from my SM-G900F using Tapatalk
Updated post with charging fix.
about not centered 100 percent number in battery has to think about it, as it is dinamix text and layouted from right not from center.
So small bug as u will kepp 100% just for a while
will try to fix in these days
B&W KK444 theme !!
_alex74_ said:
Updated post with charging fix.
about not centered 100 percent number in battery has to think about it, as it is dinamix text and layouted from right not from center.
So small bug as u will kepp 100% just for a while
will try to fix in these days
Click to expand...
Click to collapse
Look _alex74_ the picture of you new KK444 theme ..can you fix the problem ( pop-up display )...
Work fine thanks

Categories

Resources