How to mod softkey in status bar? [CM9]
plzz.....i need guide........
Thanks
be more specific, what you want to change?
yeah, i use lg p500 .......
i like it,,,,,,,
can u help!?
thanks
x-dira said:
yeah, i use lg p500 .......
i like it,,,,,,,
can u help!?
thanks
Click to expand...
Click to collapse
He mean, what do you want mod ?
F4uzan said:
He mean, what do you want mod ?
Click to expand...
Click to collapse
........softkey in status bar (CM9).......:good:
x-dira said:
........softkey in status bar (CM9).......:good:
Click to expand...
Click to collapse
not sure if trolling or not... ok, so you already have softkeys at the bottom, but you want to change how they look? that's what you want?
{
"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 actually never liked soft buttons on statusbar... but i know that navbar at the bottom is damn handy maybe you should try harder by searching for tutorial or something, because if that's possible i'm sure someone made a tutorial about it already or just ask the guy who made it for cm9, send him a pm...
there's a thread here in themes section...OP y u no search ?
x-dira said:
Click to expand...
Click to collapse
:what:
Sent from my GT-I9100 using Tapatalk 2
mr.faridcom said:
:what:
Sent from my GT-I9100 using Tapatalk 2
Click to expand...
Click to collapse
sr....screenshot for u
can u help me :crying: .........i want mod on LG P500 (CM9)
Thanks
A_U said:
there's a thread here in themes section...OP y u no search ?
Click to expand...
Click to collapse
i cannot find guide
x-dira said:
sr....screenshot for u
can u help me :crying: .........i want mod on LG P500 (CM9)
Thanks
i cannot find guide
Click to expand...
Click to collapse
OK, do the following:
download any mod which contains those softkeys
decompile it with apktool
look to file called status_bar.xml in /res/layouts folder and see what going in there, make your mod and don't forget to give credits to the original moder
Sent from my GT-I9100 using Tapatalk 2
mr.faridcom said:
OK, do the following:
download any mod which contains those softkeys
decompile it with apktool
look to file called status_bar.xml in /res/layouts folder and see what going in there, make your mod and don't forget to give credits to the original moder
Sent from my GT-I9100 using Tapatalk 2
Click to expand...
Click to collapse
Thank you so much!
yeah! im Succses......but......back, menu in status bar not working? how to fix?
code
<LinearLayout androidrientation="horizontal" android:id="@id/navigationArea" android:clipChildren="false" android:clipToPadding="false" android:layout_width="wrap_content" android:layout_height="fill_parent" android:layout_alignParentLeft="true">
<com.android.systemui.statusbar.policy.KeyButtonView android:id="@id/back" android:layout_width="40.0dip" android:layout_height="fill_parent" android:src="@drawable/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="40.0dip" android:layout_height="fill_parent" android:src="@drawable/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/menu" android:layout_width="40.0dip" android:layout_height="fill_parent" android:src="@drawable/ic_sysbar_menu" android:contentDescription="@string/accessibility_menu" systemui:keyCode="82" systemui:glowBackground="@drawable/ic_sysbar_highlight" />
</LinearLayout>
Click to expand...
Click to collapse
x-dira said:
Thank you so much!
yeah! im Succses......but......back, menu in status bar not working? how to fix?
Click to expand...
Click to collapse
Hmm, actually it works in apps like XDA ... etc, seems you need to do few modifications in code, search in xda member evilsto's threads.
edit: try to add parameter called "clickable=true" to the status bar layout, maybe it helps.
Sent from my GT-I9100 using Tapatalk 2
Related
guys can anyone teach me how to edit the background of mms.apk.. i was able to modify the bubbles but not the background.. please help me
{
"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"
}
Sent from my LG-P990 using Tapatalk 2
what????
You must say what you want
cojo11 said:
what????
You must say what you want
Click to expand...
Click to collapse
i want to change the blue background into pure black.. not the bubble background, the conversation background
Sent from my LG-P990 using Tapatalk 2
here is my mms.apk
that is a problem,me and some guys trie it but nobody has done it,when you make it,please say how;-)
i may have an idea but i can't build it after decompiling.. that is my problem
Sent from my LG-P990 using Tapatalk 2
tell me what,maybe i can help
maybe at PM;-)
i think the backgroundd is not a .png file but a configuration which can be found in one of the xml files inside the layout folder..
Sent from my LG-P990 using Tapatalk 2
i think two but i find only one enrty with background and chage it,but nothing happend:-(
cojo11 said:
i think two but i find only one enrty with background and chage it,but nothing happend:-(
Click to expand...
Click to collapse
how did you compile it? i can't do it with apktool
Sent from my LG-P990 using Tapatalk 2
how about editing list_item_background in drawable folder?
Sent from my LG-P990 using Tapatalk 2
shure you can do it with apktool
what will you edit here??
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_selected="true" android:drawable="@android:color/transparent" />
<item android:state_selected="false" android:state_pressed="true" android:drawable="@android:color/transparent" />
<item android:state_selected="false" android:drawable="@android:color/transparent" />
</selector>
cojo11 said:
shure you can do it with apktool
what will you edit here??
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_selected="true" android:drawable="@android:color/transparent" />
<item android:state_selected="false" android:state_pressed="true" android:drawable="@android:color/transparent" />
<item android:state_selected="false" android:drawable="@android:color/transparent" />
</selector>
Click to expand...
Click to collapse
dude i guess i found it.. i just cant try it coz i cant recompile my apks.. can u please edit compose_message_activity.xml in res/layout folder and change #ffadc0ce to black hexa #000000....
dont laugh,i modify today some apk but after modify the mms.apk,nothing work anymore:-(
same when i change nothig in a apk,only errors:-(
the same on 2 pcs
cojo11 said:
dont laugh,i modify today some apk but after modify the mms.apk,nothing work anymore:-(
same when i change nothig in a apk,only errors:-(
the same on 2 pcs
Click to expand...
Click to collapse
no worries mate.. look what i've done
Sent from my LG-P990 using Tapatalk 2
hey great!! how???
or can you give me maybe the apk??
cojo11 said:
hey great!! how???
or can you give me maybe the apk??
Click to expand...
Click to collapse
i did what i told you.. i edited that xml.. and finally apktool worked for me here is the apk
great!!! now i hope its from a 20q;-)
i will put it in my Rom with big credit to you
cojo11 said:
great!!! now i hope its from a 20q;-)
i will put it in my Rom with big credit to you
Click to expand...
Click to collapse
of course its from v20q rom.. i have a fully stock rom themed by me
nice,when you want,you can upload it or i put in my Rom with credits,may you will try my Rom
Hi !
I am trying to change color indicator to diffrent... like in ss:
{
"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"
}
Can someone help me, please ? :<
BlackLie said:
Hi !
I am looking for two .pngs in framework-res/systemui :
Can someone help me, please ? :<
Click to expand...
Click to collapse
Must be in layout xmls I don't think these are images
Sent from my GT-S5570 using xda premium
arpitkh96 said:
Must be in layout xmls I don't think these are images
Sent from my GT-S5570 using xda premium
Click to expand...
Click to collapse
That's not good... Thank you
And can u give me a tip or do you know in which .xml it can be ?
Anyone ? It is very important for me :<
Up
BlackLie said:
Up
Click to expand...
Click to collapse
Somewhat like in power button XML etc
C'mon there aren't much XML in cm9 systemui layout . Don't be so lazy
Sent from my GT-S5570 using xda premium
arpitkh96 said:
Somewhat like in power button XML etc
C'mon there aren't much XML in cm9 systemui layout . Don't be so lazy
Sent from my GT-S5570 using xda premium
Click to expand...
Click to collapse
It is modded cm7 and I really tried very hard to find it but I couldn't :< Thank you very much
I am blind ! :< Sorry, but I still can't find it
BlackLie said:
I am blind ! :< Sorry, but I still can't find it
Click to expand...
Click to collapse
Show me ur power button xml
Sent from my GT-S5570 using xda app-developers app
arpitkh96 said:
Show me ur power button xml
Sent from my GT-S5570 using xda app-developers app
Click to expand...
Click to collapse
I can't find this file, the only files I found with power tag are:
power_profile.xml (framework)
power_dialog.xml (framework)
stat_power_bg.xml (SystemUI)
power_widget_button.xml (SystemUI)
I have found also PowerButton.smali (SystemUI) <maybe you mean this one>
BlackLie said:
I can't find this file, the only files I found with power tag are:
power_profile.xml (framework)
power_dialog.xml (framework)
stat_power_bg.xml (SystemUI)
power_widget_button.xml (SystemUI)
I have found also PowerButton.smali (SystemUI) <maybe you mean this one>
Click to expand...
Click to collapse
I think you can find what you news in power widget button XML....
Sent from my GT-S5570 using Tapatalk 2
hsay said:
I think you can find what you news in power widget button XML....
Sent from my GT-S5570 using Tapatalk 2
Click to expand...
Click to collapse
This is how it looks:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout androidrientation="vertical" android:id="@id/power_widget_button" android:background="@drawable/stat_power_bg" android:focusable="true" android:clickable="true"
xmlns:android="http://schemas.android.com/apk/res/android">
<ImageView android:id="@id/power_widget_button_image" android:layout_width="fill_parent" android:layout_height="0.0dip" android:scaleType="center" android:layout_weight="1.0" />
<ImageView android:id="@id/power_widget_button_indic" android:layout_width="fill_parent" android:layout_height="wrap_content" android:scaleType="fitXY" />
</LinearLayout>
Click to expand...
Click to collapse
BlackLie said:
I can't find this file, the only files I found with power tag are:
power_profile.xml (framework)
power_dialog.xml (framework)
stat_power_bg.xml (SystemUI)
power_widget_button.xml (SystemUI)
I have found also PowerButton.smali (SystemUI) <maybe you mean this one>
Click to expand...
Click to collapse
4th one
Sent from my GT-S5570 using xda premium
arpitkh96 said:
4th one
Sent from my GT-S5570 using xda premium
Click to expand...
Click to collapse
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout androidrientation="vertical" android:id="@id/power_widget_button" android:background="@drawable/stat_power_bg" android:focusable="true" android:clickable="true"
xmlns:android="http://schemas.android.com/apk/res/android">
<ImageView android:id="@id/power_widget_button_image" android:layout_width="fill_parent" android:layout_height="0.0dip" android:scaleType="center" android:layout_weight="1.0" />
<ImageView android:id="@id/power_widget_button_indic" android:layout_width="fill_parent" android:layout_height="wrap_content" android:scaleType="fitXY" />
</LinearLayout>
Click to expand...
Click to collapse
Which attribute should I change to color ?
BlackLie said:
Which attribute should I change to color ?
Click to expand...
Click to collapse
you have everything linked in this file, take a look at "@drawable" line, and go there... see what's on other side
BlackLie said:
Which attribute should I change to color ?
Click to expand...
Click to collapse
After post of yackovsky . Only common sense remains. Hope u got it
Sent from my GT-S5570 using xda premium
arpitkh96 said:
After post of yackovsky . Only common sense remains. Hope u got it
Sent from my GT-S5570 using xda premium
Click to expand...
Click to collapse
yackovsky said:
you have everything linked in this file, take a look at "@drawable" line, and go there... see what's on other side
Click to expand...
Click to collapse
Here is stat_power_bg.xml
<?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/stat_inner_press" />
<item android:state_focused="true" android:state_window_focused="true" android:state_enabled="true" android:drawable="@drawable/stat_inner_focus" />
<item android:drawable="@drawable/stat_power_background" />
</selector>
Click to expand...
Click to collapse
I had edited stat_power_background.png but it changed background under the icon (sth like toggle bg)...
I can't see any diffrent thing to edit ;x
BlackLie said:
Here is stat_power_bg.xml
I had edited stat_power_background.png but it changed background under the icon (sth like toggle bg)...
I can't see any diffrent thing to edit ;x
Click to expand...
Click to collapse
Give me ur systemui I will try to check it
Edit-it maybe the third png
Sent from my GT-S5570 using xda premium
arpitkh96 said:
Give me ur systemui I will try to check it
Edit-it maybe the third png
Sent from my GT-S5570 using xda premium
Click to expand...
Click to collapse
SystemUI.apk - 288.08 KB
So... How is it going ?
{
"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"
}
Download link: http://d-h.st/WnM
Install in Recovery
work with deodex or stock 4.2.2
How to install
do a full backup before installing, just in case.
install via cwm or tw recovery
reboot.
(hopefully) enjoy
vuidoi said:
Download link: http://d-h.st/WnM
Install in Recovery
work with deodex or stock 4.2.2
How to install
do a full backup before installing, just in case.
install via cwm or tw recovery
reboot.
(hopefully) enjoy
Click to expand...
Click to collapse
I'm very glad to meet you here.
Is this mod for stock 4.2.2 odex?
Sent from Sony Xperia Z®
thaikhang91 said:
I'm very glad to meet you here.
Is this mod for stock 4.2.2 odex?
Sent from Sony Xperia Z®
Click to expand...
Click to collapse
Yes, sir. But work with deodex,243...244 too
It's working on stock .244, thanks ~
Would this work for Xperia ZL? Not sure if you are editing systemui or framework so I don't have a clue.
Sent from my C6506 using xda premium
alainmona said:
Would this work for Xperia ZL? Not sure if you are editing systemui or framework so I don't have a clue.
Sent from my C6506 using xda premium
Click to expand...
Click to collapse
Edit only SystemUi, work with all android 4x you can see status_bar.xml
This my code
Code:
</LinearLayout>
<FrameLayout android:gravity="right" android:orientation="horizontal" android:id="@id/power" android:layout_width="wrap_content" android:layout_height="fill_parent">
<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="start|center" android:id="@id/clock" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" android:paddingStart="6.0dip" />
<com.android.systemui.statusbar.policy.KeyButtonView android:id="@id/power" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="0.0dip" android:src="@drawable/ic_sysbar_lock" android:singleLine="true" android:layout_toRightOf="@id/clock" android:layout_alignParentLeft="true" android:contentDescription="@string/accessibility_power" systemui:keyCode="26" systemui:glowBackground="@drawable/ic_sysbar_highlight" />
</FrameLayout>
</LinearLayout>
hi, i just flashed your mod and i find out it change my button sequence it should be <Back Home Recent> not <Recent Home Back> and somemore the recent menu has turn to left which by default is right. and it disable the kill all button on the recent menu there. i'm just here to report some opinion. can you make it "right" back? and the kill all button on the recent menu there. i'm using ★ monxDIFIED ★ ESSENTIAL | DARK/LIGHT | HONAMiX™ rom. thank you by the way.
mankent7 said:
hi, i just flashed your mod and i find out it change my button sequence it should be <Back Home Recent> not <Recent Home Back> and somemore the recent menu has turn to left which by default is right. and it disable the kill all button on the recent menu there. i'm just here to report some opinion. can you make it "right" back? and the kill all button on the recent menu there. i'm using ★ monxDIFIED ★ ESSENTIAL | DARK/LIGHT | HONAMiX™ rom. thank you by the way.
Click to expand...
Click to collapse
http://forum.xda-developers.com/showpost.php?p=44237288&postcount=276
Just flashed resize navbar fromt glitschi667(thank) then navbar is BACK-HOME-RECENT. Sorry im fogotten
vuidoi said:
http://forum.xda-developers.com/showpost.php?p=44237288&postcount=276
Just flashed resize navbar fromt glitschi667(thank) then navbar is BACK-HOME-RECENT. Sorry im fogotten
Click to expand...
Click to collapse
thank you for reply i just flash the patch now work fine.
it just the recent menu without the kill all button. but i'm happy with it how.
and the dropdown menu's toggle long press to setting all not working.
it would be great if you have spare time to make it kill all button. :laugh::laugh::good:
I need some help with editing the tw_status_bar_expanded_header.xml to include Previous Apps. Where I want to put it is in between the Settings icon and the clear all icon. I have tried several times but only get errors when recompiling the systemui. Hope someone can help who knows editing of xml and language needed. Thanks in advance
See screen shot:
{
"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"
}
Here is my tw_status_bar_expanded_header xml file:
View attachment tw_status_bar_expanded_header.zip
just so you know, this just the xml file, not an installable zip file.
Edit: see last post for result
Try adding this line...
Code:
<com.android.systemui.statusbar.policy.KeyButtonView android:id="@id/recent_apps" android:paddingLeft="2.0dip" android:paddingRight="1.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:src="@drawable/ic_sysbar_recent" android:layout_toLeftOf="@id/back" android:contentDescription="@string/accessibility_recent" systemui:keyCode="187" systemui:glowBackground="@drawable/ic_sysbar_highlight" />
After this line....
Code:
<com.android.systemui.statusbar.RotationToggle android:id="@id/rotation_lock_button" android:visibility="gone" android:clickable="true" android:layout_width="32.0dip" android:layout_height="32.0dip" android:layout_margin="8.0dip" android:button="@drawable/ic_notify_rotation" android:contentDescription="@string/accessibility_rotation_lock_off" />
Make sure that you have the proper png file named "ic_sysbar_recent" in drawable-hdpi folder....
I'm not an expert themer, but I know a thing or two about all these... So please give it a try and inform me....
Sami Kabir said:
Try adding this line...
Code:
After this line....
Code:
Make sure that you have the proper png file named "ic_sysbar_recent" in drawable-hdpi folder....
I'm not an expert themer, but I know a thing or two about all these... So please give it a try and inform me....
Click to expand...
Click to collapse
Thanks. Got it how I like it. Had to do some changes to the code and other things in the xml. Will post screen & the xml when done for you and others to see when I get to my computer.
sent from my phone because i can
EDIT: Here is the edited tw_status_bar_expanded_header xml to go in layout along with the png for the recentapps that should go in drawable-hdpi folder,
View attachment tw_status_bar_expanded_header_edited.zip
This is what it looks like:
@ Sami Kabir thank you for your help...
bobfrantic said:
View attachment 2274246
@ Sami Kabir thank you for your help...
Click to expand...
Click to collapse
You're welcome....
and Wow, it looks great mate!!
Sami Kabir said:
You're welcome....
and Wow, it looks great mate!!
Click to expand...
Click to collapse
Yup, I Like it.. and thanks again
bobfrantic said:
Yup, I Like it.. and thanks again
Click to expand...
Click to collapse
About this image:
http://forum.xda-developers.com/attachment.php?attachmentid=2274246&d=1379835545
Can you please provide me all pngs?
In this thread you provided only recentapps png, not the other two.
littlethings said:
About this image:
http://forum.xda-developers.com/attachment.php?attachmentid=2274246&d=1379835545
Can you please provide me all pngs?
In this thread you provided only recentapps png, not the others.
Click to expand...
Click to collapse
That's because the other two are already in the drawable_hdpi folder of systemui.apk's
but here you go anyways,
View attachment otherimages.zip
bobfrantic said:
That's because the other two are already in the drawable_hdpi folder of systemui.apk's
but here you go anyways,
View attachment 2752400
Click to expand...
Click to collapse
My apologies, it's because I'm trying to fix touchwiz glitches.
littlethings said:
My apologies, it's because I'm trying to fix touchwiz glitches.
Click to expand...
Click to collapse
Not a problem, hope they help you.
Intro
Hi guys, I found this guide by @fugjoo, to add seconds to the status bar clock, seemed really cool but, it was for CM10.1, so I did some more searching and found another guide by @Ticklefish, but that was for ICS. Disappointed again, I said, why not GB?
And you guys know, "Curiosity is the mother of all inventions" [It's not an invention, but, mehh ]
I tried, and it worked. [Reason for the guide]
The method is same but the line to edit is not the same as of ics/jb so many users would get confused whether to take the risk or not. [Second reason of this]
Click to expand...
Click to collapse
How to
What you'll need:
Apk Multi Tool or any tool capable of compiling and decompiling apks.
Notepad++
SystemUI.apk
Procedure:
Pull your SystemUI.apk
Decompile your SystemUI.apk
Go to res/layout/status_bar.xml
Find this line:
Code:
<[COLOR="Red"]com.android.systemui.statusbar.Clock[/COLOR] android:textAppearance="@*android:style/TextAppearance.StatusBar.Icon" android:gravity="left|center" android:paddingRight="6.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />
Delete the highlighted part and replace it with
Code:
DigitalClock
It should look like this after editing,
Code:
<DigitalClock android:textAppearance="@*android:style/TextAppearance.StatusBar.Icon" android:gravity="left|center" android:paddingRight="6.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />
Compile your SystemUI.apk
That's all
Click to expand...
Click to collapse
Screenshot
{
"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"
}
Click to expand...
Click to collapse
Credits
@fugjoo
@Ticklefish
@destructo570
Click to expand...
Click to collapse
COOL
..........Reserved....... :highfive:
Reserved
Sent from my GT-S5830i using xda app-developers app
Reserved
will add in JELLYBREAD5.1.1
And Amogh how was the progress for Pure JellybeanMod For V5.1
I will add it too.
Sent from my GT-S5830i using Tapatalk 2
lol
1) Replace the red text with <DigitalClock
2) That's all xD
Nice discovery anyway
Sniper Killer said:
lol
1) Replace the red text with <DigitalClock
2) That's all xD
Nice discovery anyway
Click to expand...
Click to collapse
Yeah, just a minor thing, found it working on GB, thought everyone should know
Sent from my GT-I8150 using Tapatalk now Free
VERY good and useful
400 !!
Great Guide !!
Hit Thanx If I helped U - Its frEE
Bootanimations-MDPI
Post Your DevicE History HerE.
Lol very usefull and damn easy. Good work!
Gesendet von meinem GT-S5830i mit Tapatalk 2
Looking good!
amogh420 said:
Yeah, just a minor thing, found it working on GB, thought everyone should know
Sent from my GT-I8150 using Tapatalk now Free
Click to expand...
Click to collapse
what i've to change to make digital clock on statusbar.
imElectronica said:
what i've to change to make digital clock on statusbar.
Click to expand...
Click to collapse
Change
Code:
com.android.systemui.statusbar.Clock
to
Code:
DigitalClock