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
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
I removed that awful carrier text from the status bar, while preserving it in the notification shade and on the lockscreen.
{
"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"
}
Changes are made to xml in the SystemUI.apk
Here's how to do it:
Decompile the SystemUI.apk using apktool
Navigate to /res/layout/status_bar.xml, open with Notepad++, Geany, etc
Find the line that contains:
Code:
<TextView android:textAppearance="@android:style/TextAppearance.StatusBar.Icon" android:textSize="16.0sp" android:textStyle="bold" android:gravity="left|center" android:id="@id/onsText" android:paddingLeft="6.0px" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" android:maxLength="18"
You want to edit the android:maxLength to "0". that will delete it.
Save your changes in the editor.
Recompile the SystemUI folder using apktool.
Grab the SystemUI.apk from the dist folder and get it on your phone. ADB, Root Explorer, whatever.
Push it to /system/app
Change permissions to rw*r*r .... thats 0644
Reboot and enjoy.
OR
You can use my SystemUI.
*THIS IS ONLY FOR ROOTED JELLY BEAN*
*BACKUP YOUR EXISTING SYSTEMUI TO YOUR SDCARD AND DO A BACKUP IN SAFESTRAP*
I am not responsible for anything that messes up your phone. However usually the worst that can happen with a SystemUI is your wallpaper, notification bar, and navbar disappear. In this case I just fire up RootExplorer and move my backed up copy of SystemUI back in and all is well again after a reboot.
Download:
SystemUI.apk
reserved
why not
thanks again younggunn2008. is your systemui.apk from the latest jb ota for the leak?
andy2na said:
thanks again younggunn2008. is your systemui.apk from the latest jb ota for the leak?
Click to expand...
Click to collapse
Yes sir
Sent from my MotoAHD
Youngunn2008 said:
Yes sir
Sent from my MotoAHD
Click to expand...
Click to collapse
mod works great! hopefully you figure out the battery mod, last thing to make my install near perfect!
andy2na said:
mod works great! hopefully you figure out the battery mod, last thing to make my install near perfect!
Click to expand...
Click to collapse
I'm working on it with another Motorola dev, he's got some ideas I'm gonna try out.
Sent from my MotoAHD
Thanks. It worked great once I decided to use a GUI file explorer instead of trying to figure out how to mount system rw in adb.
Woot! (I'm always looking for more space in the notification bar).
And to change the name of the operator?
Enviado desde mi XT925 usando Tapatalk 2
Youngunn2008 said:
I removed that awful carrier text from the status bar, while preserving it in the notification shade and on the lockscreen.
Changes are made to xml in the SystemUI.apk
Here's how to do it:
Decompile the SystemUI.apk using apktool
Navigate to /res/layout/status_bar.xml, open with Notepad++, Geany, etc
Find the line that contains:
Code:
<TextView android:textAppearance="@android:style/TextAppearance.StatusBar.Icon" android:textSize="16.0sp" android:textStyle="bold" android:gravity="left|center" android:id="@id/onsText" android:paddingLeft="6.0px" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" android:maxLength="18"
You want to edit the android:maxLength to "0". that will delete it.
Save your changes in the editor.
Recompile the SystemUI folder using apktool.
Grab the SystemUI.apk from the dist folder and get it on your phone. ADB, Root Explorer, whatever.
Push it to /system/app
Change permissions to rw*r*r .... thats 0644
Reboot and enjoy.
OR
You can use my SystemUI.
*THIS IS ONLY FOR ROOTED JELLY BEAN*
*BACKUP YOUR EXISTING SYSTEMUI TO YOUR SDCARD AND DO A BACKUP IN SAFESTRAP*
I am not responsible for anything that messes up your phone. However usually the worst that can happen with a SystemUI is your wallpaper, notification bar, and navbar disappear. In this case I just fire up RootExplorer and move my backed up copy of SystemUI back in and all is well again after a reboot.
Download:
SystemUI.apk
Click to expand...
Click to collapse
Where did you get that wallpaper and what I'd that clock and weather app?
Sent from my MB886 using xda premium
Hemotherapy said:
Where did you get that wallpaper and what I'd that clock and weather app?
Sent from my MB886 using xda premium
Click to expand...
Click to collapse
Wallpaper is just one I found from wallbase I can post it up if you want. The widgets are actually three different ones... The analog clock is the 4.2 clock app modded to be black. The weather is BeWeather 2x1 widget with no background, roboto light font, and vosflat black icon... And the battery percent is minimalistic text. I'm using holo launcher with overlapping widgets allowed and 5x4 grid.
The latest combo of widgets I'm using:
Wallpaper you requested:
http://db.tt/KcqSmaSt
Sent from my MotoAHD Maxx
Pzyduck said:
And to change the name of the operator?
Enviado desde mi XT925 usando Tapatalk 2
Click to expand...
Click to collapse
Haven't tried this yet but I'm sure its fairly simple edit. Let me look
Sent from my MotoAHD Maxx
Thanks boss!
Sent from my MB886 using xda premium
Thankless you, youngunn2008! Brilliance once again. I got a lot to learn from u.
Sent from my MB886 using xda premium
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
{
"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.