[GUIDE] KitKat Style Gradient StatusBar - Galaxy Y GT-S5360 General

Hi Guys, Today I am going to show you how to make KitKat Style Gradient StatusBar.
Preview:
{
"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"
}
Disclaimer: I and XDA are not responsible for the damage of your phone. Take necessary backup if you are indoubt.
Requirements:
SystemUI.apk from you ROM
SystemUI.zip from here
Know how to Decompile/Recompile
Let's start:
1. Download and extract SystemUI.zip
2. Decompile SystemUI.apk
3. Go to res/drawable
4. Copy gradient_bg.xml from SystemUI.zip there
5. Open res/layout/status_bar.xml
6. In the second line find this code
Code:
android:background="#ff000000"
and change it to
Code:
android:background="@drawable/gradient_bg"
7. Recompile SystemUI.apk
Push it into system/app
Set proper permissions(rw-r--r--)
Credits:
CarlDeanCatabay

Reserved 01
Reserved 01

Awesome! nice work @MuSaddiq
Making GFX Devs Proud :good::good::good:

DC07 said:
Awesome! nice work @MuSaddiq
Making GFX Bandits & Devs Proud :good::good::good:
Click to expand...
Click to collapse
Thanks

cool mod frnd!!!!!

Nice mod mate. Though when I get notifications statusbar goes to the same black background. I tried modding status_bar_latest_event.xml but still the same. Any idea of what may be the problem?

Uchooseme said:
Nice mod mate. Though when I get notifications statusbar goes to the same black background. I tried modding status_bar_latest_event.xml but still the same. Any idea of what may be the problem?
Click to expand...
Click to collapse
Can u show me your status_bar.xml ?

MuSaddiq said:
Can u show me your status_bar.xml ?
Click to expand...
Click to collapse
No need, I just forgot to change the background in line 11 of my status_bar.xml. Turns out the status bar notifications and the normal status bar had different backgrounds.
Thanks anyway :good:

Good job, Bro:good:

CM7 on this method does not work?
Statusbar disappears..

Fantom001 said:
CM7 on this method does not work?
Statusbar disappears..
Click to expand...
Click to collapse
Sorry, But I don't know that this will work on cm or not.
Sent from my GT-S5360 using xda app-developers app

Fantom001 said:
CM7 on this method does not work?
Statusbar disappears..
Click to expand...
Click to collapse
There is no problem in this guide.
This will even work on any device.
You have done something wrong.
Sent from my GT-S5360 using Tapatalk 2

Fantom001 said:
CM7 on this method does not work?
Statusbar disappears..
Click to expand...
Click to collapse
san122 said:
There is no problem in this guide.
This will even work on any device.
You have done something wrong.
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
I dont think this will work on cm7 as you need to hack the systemui and then you need to build a theme with a transparent statusbar to apply in theme chooser
I wrote a guide all about this quite some time ago
you can find it
http://forum.xda-developers.com/showthread.php?t=2204389

Why dont you use tinted status bar of xposed modules

i tried ur method...but how to remove that line???

vishal1404 said:
i tried ur method...but how to remove that line???
Click to expand...
Click to collapse
I think its come from other xml file like me in first try
G S c u l e r l o r

vishal1404 said:
i tried ur method...but how to remove that line???
Click to expand...
Click to collapse
Check in dimens.xml of framework
About status bar hieght

vishal1404 said:
i tried ur method...but how to remove that line???
Click to expand...
Click to collapse
That is divider for statusbar and launcher.
To remove that, install any other stock launcher which supports transparency.
Or
Decompile your launcher
open res/values/styles.xml
add this style
Code:
<style name="My.Theme" parent="@*android:style/Theme.Wallpaper.NoTitleBar">
<item name="android:windowContentOverlay">@null</item>
</style>
now open AndroidManifest.xml
find this line (this line may be different in your rom)
Code:
<application android:label="@string/application_name" android:icon="@drawable/ic_launcher_home" android:name="LauncherApplication">
add this code in that line
Code:
android:theme="@style/My.Theme"
Now that line will look like this
Code:
<application [COLOR="Red"]android:theme="@style/My.Theme"[/COLOR] android:label="@string/application_name" android:icon="@drawable/ic_launcher_home" android:name="LauncherApplication">
Recompile
Push it in to system/app
Set proper permissions(rw-r--r--)
Sent from my GT-S5360 using xda app-developers app

MuSaddiq said:
That is divider for statusbar and launcher.
To remove that, install any other stock launcher which supports transparency.
Or
Decompile your launcher
open res/values/styles.xml
add this style
Code:
<style name="My.Theme" parent="@*android:style/Theme.Wallpaper.NoTitleBar">
<item name="android:windowContentOverlay">@null</item>
</style>
now open AndroidManifest.xml
find this line (this line may be different in your rom)
Code:
<application android:label="@string/application_name" android:icon="@drawable/ic_launcher_home" android:name="LauncherApplication">
add this code in that line
Code:
android:theme="@style/My.Theme"
Now that line will look like this
Code:
<application [COLOR="Red"]android:theme="@style/My.Theme"[/COLOR] android:label="@string/application_name" android:icon="@drawable/ic_launcher_home" android:name="LauncherApplication">
Recompile
Push it in to system/app
Set proper permissions(rw-r--r--)
Sent from my GT-S5360 using xda app-developers app
Click to expand...
Click to collapse
kk...thanks for the reply....and i would try.....but i am doing it with my phone so it takes lot of time.....anyways changed the framework with the semi transparent mod provided by zionnear for lenox.....AND yes it removed the divider line

The gradient isn't perfect on my ICS Xperia Ray. It doesn't blend in 100% (see attachment).

Related

change the color from the font. Is it possible?

hello guys
I have a question: is it possible to change the color from the font of the time in the statusbar? or somewhere else? I see that in other roms and I want to change it manually. When it's possible, can you post a tutorial-link or something to do change that?
Thanks
Sony Ericsson Xperia Play (R800i)
Android: 2.3.4 - Stock
I think thats enough^^
and sorry for my bad english^^ (best regards from germany )
Justin20020 said:
hello guys
I have a question: is it possible to change the color from the font of the time in the statusbar? or somewhere else? I see that in other roms and I want to change it manually. When it's possible, can you post a tutorial-link or something to do change that?
Thanks
Sony Ericsson Xperia Play (R800i)
Android: 2.3.4 - Stock
I think thats enough^^
and sorry for my bad english^^ (best regards from germany )
Click to expand...
Click to collapse
you need to decompile one of the framework apks and edit the smali (i think ) code
Sent from my R800i using Tapatalk 2
fma965 said:
you need to decompile one of the framework apks and edit the smali (i think ) code
Sent from my R800i using Tapatalk 2
Click to expand...
Click to collapse
hey^^
one of the framework apks? I found one in system\framework\ (framework-res.apk) and I don't find a smali code or something I can see in the apk a folder names "color" but I don't know what I change there :/
To change the color of the clock:
1.Decompile the SystemUI.apk
2.Open res/layout/status_bar.xml
3.Find this line
Code:
<com.android.systemui.statusbar.Clock 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" />
4. add
Code:
android:textColor="TEXTCOLOR"
"TEXTCOLOR" being your choice of HEX COLOR CODE (EXAMPLE: #ff49E9BD = Electric Turquoise)
Always put "ff" before the the color code.
ATTACK said:
To change the color of the clock:
1.Decompile the SystemUI.apk
2.Open res/layout/status_bar.xml
3.Find this line
Code:
<com.android.systemui.statusbar.Clock 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" />
4. add
Code:
android:textColor="TEXTCOLOR"
"TEXTCOLOR" being your choice of HEX COLOR CODE (EXAMPLE: #ff49E9BD = Electric Turquoise)
Always put "ff" before the the color code.
Click to expand...
Click to collapse
thanks but how can I Decompile it?
Justin20020 said:
thanks but how can I Decompile it?
Click to expand...
Click to collapse
APKTOOL:
http://code.google.com/p/android-apktool/
HOW TO:
http://forum.xda-developers.com/showpost.php?p=21854312&postcount=1
ATTACK said:
APKTOOL:
http://code.google.com/p/android-apktool/
HOW TO:
http://forum.xda-developers.com/showpost.php?p=21854312&postcount=1
Click to expand...
Click to collapse
sorry but I don't look through it
I've followed the instructions and I copyied overwrite it with the old and then I got errors that systemui is terminated. Then I restarted my phone and my statusbar is not there ._. what should I do?
I've signed the apk and I name it from "SystemUI-signed.apk" to "SystemUI.apk"
here looks my Phone now so:
{
"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"
}
Justin20020 said:
sorry but I don't look through it
I've followed the instructions and I copyied overwrite it with the old and then I got errors that systemui is terminated. Then I restarted my phone and my statusbar is not there ._. what should I do?
I've signed the apk and I name it from "SystemUI-signed.apk" to "SystemUI.apk"
here looks my Phone now so:
Click to expand...
Click to collapse
You don't sign system apk's. If you sign system apk's the signature's wont match. Just re-compile and move the 'resources.arcs' file and any other xml files you edited out of the "-new" apk and copy them into original apk.
ATTACK said:
You don't sign system apk's. If you sign system apk's the signature's wont match. Just re-compile and move the 'resources.arcs' file and any other xml files you edited out of the "-new" apk and copy them into original apk.
Click to expand...
Click to collapse
I did it but my statusbar isn't there again ._. I do something wrong :/ but I don't know what
Justin20020 said:
I did it but my statusbar isn't there again ._. I do something wrong :/ but I don't know what
Click to expand...
Click to collapse
Try again, but just move the "status_bar.xml'' only to the original apk.
ATTACK said:
Try again, but just move the "status_bar.xml'' only to the original apk.
Click to expand...
Click to collapse
doesn't work. I got messages that system.ui is terminated. When I put the akku from the phone can I boot. And then is my status bar not visible or not there.
Justin20020 said:
doesn't work. I got messages that system.ui is terminated. When I put the akku from the phone can I boot. And then is my status bar not visible or not there.
Click to expand...
Click to collapse
Ok, could you upload your FRAMEWORK-RES.APK & SYSTEMUI.APK so I can have a look at it.
-just remember to post the link-
QuickFilePost:
http://www.qfpost.com/
ATTACK said:
Ok, could you upload your FRAMEWORK-RES.APK & SYSTEMUI.APK so I can have a look at it.
-just remember to post the link-
QuickFilePost:
http://www.qfpost.com/
Click to expand...
Click to collapse
Framework-res.apk
SystemUI.apk
the color I want is #ff00ffff (its cyan)
Use UOT Kitchen http://uot.dakra.lt/
EDIT: wrong color code ! do you mean #00FFFF
MonY960 said:
Use UOT Kitchen http://uot.dakra.lt/
EDIT: wrong color code ! do you mean #00FFFF
Click to expand...
Click to collapse
uff its so complicated xD
wrong code? I thought I must add "#ff" o.o
Justin20020 said:
uff its so complicated xD
wrong code? I thought I must add "#ff" o.o
Click to expand...
Click to collapse
http://uot.dakra.lt/how_to/
Justin20020 said:
Framework-res.apk
SystemUI.apk
the color I want is #ff00ffff (its cyan)
Click to expand...
Click to collapse
Here's the edited "status_bar.xml" just put it in your original SystemUI.apk.
You are correct, you have to put "FF" or "TT" in front of the color code.
LIKE THIS:
Code:
android:textColor="#ff00ffff"
ATTACK said:
Here's the edited "status_bar.xml" just put it in your original SystemUI.apk.
You are correct, you have to put "FF" or "TT" in front of the color code.
LIKE THIS:
Code:
android:textColor="#ff00ffff"
Click to expand...
Click to collapse
doesn't work. Should I do it with android commander? (I got when I press root access "root unavailable". but my phone is rooted) I overwrited the systemui.apk with root explorer
Justin20020 said:
doesn't work. Should I do it with android commander? (I got when I press root access "root unavailable". but my phone is rooted) I overwrited the systemui.apk with root explorer
Click to expand...
Click to collapse
Try flashing it through recovery [CWM]
ATTACK said:
Try flashing it through recovery [CWM]
Click to expand...
Click to collapse
I got a bootloop .___.

[TUTORIAL][SAMMY][JB] Theme Your Statusbar On Your Own

CREDITS ARE NECESSARY
A GUIDE TO THEME STATUSBAR IN A REALLY GOOD WAY (FOR SAMSUNG PHONES)
NOTE I WONT PROVIDE ANY SCREENIES FOR EVERY LINE!! -IT WOULD BE A GOOD CHALLENGE TO THEMERS
FIRSTLY BEFORE ANYTHING REMEMBER THIS IS AN ARGB FORMATTING FOR HEX CODING OF COLOURS
{
"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 won’t show you HOW to do it I’ll just navigate WHAT files BELONG to WHAT
A Simple Example What I have themed
LET'S START
So List of Things you need
- SystemUI.apk (of your desired ROM)
- Framework-res.apk (of your desired ROM)
- Creativity (of your OWN MIND)
- APKTOOL (Apkmanager, ApkMulti-tool etc)
- Patience and Understanding
Copy your framework-res.apk and SystemUI.apk to your APKTOOL folder
Open cmd change directory (CD) to APKTOOL folder
Write this in cmd now
Code:
apktool if framework-res.apk
Decompile SystemUI.apk
Code:
apktool d SystemUI.apk
Navigate yourself to the Folder in APKTOOL folder … i.e. SystemUI
Go to /res/drawable-hdpi
We’ll start with editing the PULLDOWN BAR – NORMAL and PRESSED
This belongs to
tw_status_bar_close_off (NORMAL)
and
tw_status_bar_close_on” (PRESSED)
Click to expand...
Click to collapse
Then if you have a dual-Sim phone (just like my Grand)
You may change the SIM Switcher Backgrounds
“quick_panel_btn_default_normal.9.png”
and
“quick_panel_btn_default_press.9.png”
Click to expand...
Click to collapse
Now let’s come to Notification Expanded Background
There’s a notification_panel_bg.9.png IMG… just delete it and paste the image you want to put in background
AS
notification_panel_bg.png (Height and width should be by your phone’s resolution)
Click to expand...
Click to collapse
Now moving on to the BRIGHTNESS SLIDER ICON & BACKGROUND
This is the icon name
ic_sysbar_brightness.png
Click to expand...
Click to collapse
CONTINUED ON NEXT POST ​
For Background Navigate to – /res/layout
Open this file with notepad++
tw_status_bar_expanded.xml
Click to expand...
Click to collapse
(For dual phones)
tw_status_bar_expanded_dual.xml
Click to expand...
Click to collapse
Find (ctrl+f)
Code:
android:id="@id/brightness_controller"
Now you have to options … you can use directly COLOR (#argb)
USE HEX COLOR CODE TO SIMPLY CHANGE the BACKGROUND COLOUR
Edit
Code:
android:background=”#FF1e1e1e”
to ANY HEX COLOR CODE YOU WANT
OR Redirect it to an image by changing the HEX COLOR code to
Code:
android:background="@drawable/brightness_slider"
and paste your brightness_slider background of 480x56px (varies on different resolution – divide 480 by 1.5 and 56 by 1.5 for MDPI)
To drawable-hdpi
NEXT IS HEADER of the NOTIFICATION BAR (Might be the most wanted Editing)
Navigate to res/layout
tw_statusbar_expanded_header.xml
Click to expand...
Click to collapse
Probably the SECOND line of the XML would be for background (MAY VARY TO OTHER XMLS)
Change the
Code:
android:background="#ff000000"
to a color code of your choice or simply redirect it to an image
by changing the HEX code to
Code:
android:background="@drawable/notification_header_bg_exp"
and put your image file of 407x52 with the name
notification_header_bg_exp.png in drawable-hdpi
Now LETS move on to Some Small Changes
Navigate to res/Values
Open Colors.xml
Change HEX CODE for CLEAR BUTTON TEXT
Code:
<color name="tw_status_bar_clear_btn_text">#ff000000</color>
Open drawables.xml
Change the HEX CODE for HEADER OF STATUSBAR BACKGROUND
Code:
<item type="drawable" name="status_bar_background">#ffffffff</item>
Change the HEX CODE for NOTIFICATIONs BACKGROUND
Code:
<item type="drawable" name="tw_notification_background_null">#ffffffff</item>
<item type="drawable" name="tw_notification_background_pressed">#ff6b6b6b</item>
THAT'S ALL FOR SYSTEMUI.APK
Compile SystemUI.apk
Code:
apktool b SystemUI
then
Copy the META-INF folder and AndroidManifest.xml from original to the new APK using WINRAR/7-zip
​​Lets go to framework ... CONT on NEXT POST
Decompile framework-res.apk
Code:
apktool d framework-res.apk
Navigate to res/values/styles.xml
FIND
Code:
<style name="TextAppearance.StatusBar.EventContent" parent="@style/TextAppearance.StatusBar.EventContent">
Change the HEX code of <item name="android:textColor">#ffffffff</item> to your CHOICE Color
Probably the next line would be
Code:
<style name="TextAppearance.StatusBar.EventContent.Title" parent="@style/TextAppearance.StatusBar.EventContent.Title">
Change the HEX code of <item name="android:textColor">#ffffffff to your CHOICE Color
Okay so, let’s move on the Notification bar COMMON icons ( missed calls etc)
you would find some files related
Code:
stat_notify_*.png
change them for their respective icons
Recompile the framework-res.apk
Code:
apktool b framework-res
Copy the META-INF folder and AndroidManifest.xml from original to the new APK using WINRAR/7-zip
So That's It for now .... Thanks and Regards ​
Great guide bro, but should be in themes n apps section
Chotudevil says
chotu222 said:
Great guide bro, but should be in themes n apps section
Chotudevil says
Click to expand...
Click to collapse
Oops my mistake. .. let the MOD Move the Thread
This is preety good concept
But I am confused with how should I start... I hav downloaded apkmultitool
Sent from my GT-I9082 using Tapatalk 2
awesome tutorial.
Resonance28295 said:
This is preety good concept
But I am confused with how should I start... I hav downloaded apkmultitool
Sent from my GT-I9082 using Tapatalk 2
Click to expand...
Click to collapse
Open multi tool ... install framework-res.apk
decompile system ui.apk
decompile framework-res.apk
start your work
very very good tutorial ...
Sent from my GT-I9082 using xda premium
Can anyone make a sony xperia theme for galaxy grand (I mean original same as xperia z or sl) Thnx in advance!
:fingers-crossed:
Thanks !

[MOD][Stock JB 4.1.2] KitKat 4.4 Gradient+S4 Status Bar

S4 StatusBar Mod​
Include
KitKat Gradient Status & Nav Bars - Thank you @ATTACK [GUIDE][AOSP][4.1+][WIP] KitKat Gradient Status & Nav Bars
Fix Notification Transparent
How To Do It?
Decompile SystemUI.apk
Go to SystemUI.apk/res/values/dimens.xml
Search this line:
Code:
<item type="dimen" name="status_bar_icon_drawing_alpha">65.0%</item>
<item type="dimen" name="tw_status_bar_icon_drawing_alpha">50.0%</item>
Change it to:
Code:
<item type="dimen" name="status_bar_icon_drawing_alpha">95.0%</item>
<item type="dimen" name="tw_status_bar_icon_drawing_alpha">95.0%</item>
Recompile SystemUI.apk
Full Toggle
How To Do It?
Decompile SystemUI.apk
Go to SystemUI.apk/res/values/arrays.xml
Download whole line and change with this code
Code:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="spen_apps">
<item>com.diotek.mini_penmemo,com.diotek.mini_penmemo.Mini_PenMemo_Service</item>
<item>com.sec.android.app.snotebook,com.infraware.filemanager.FmFileTreeListActivity</item>
<item>com.android.calendar,com.android.calendar.AllInOneActivity</item>
<item>com.acrodea.crayonphysics,com.acrodea.crayonphysics.crayonphysics</item>
<item>air.com.adobe.pstouch.oem1,air.com.adobe.pstouch.oem1.AppEntry</item>
<item>com.infraware.PolarisOfficeStdForTablet,com.infraware.splash.SplashActivity</item>
</string-array>
<string-array name="QuickSettingButtonAttribute">
<item>Wifi</item>
<item>MobileData</item>
<item>SilentMode</item>
<item>AutoRotate</item>
<item>Bluetooth</item>
<item>Location</item>
<item>DormantMode</item>
<item>PowerSaving</item>
<item>AirplaneMode</item>
<item>DoNotDisturb</item>
<item>DrivingMode</item>
<item>NfcP2p</item>
<item>SmartStay</item>
<item>Sync</item>
</string-array>
<string-array name="mini_mode_apps">
<item>com.sec.minimode.taskcloser.MiniTaskcloserService</item>
<item>com.android.calendar.month.MiniCalendarService</item>
<item>com.sec.android.app.worldclock.MiniWorldClockService</item>
<item>com.diotek.mini_penmemo.Mini_PenMemo_Service</item>
<item>com.sec.android.app.popupcalculator.PopupCalculatorService</item>
<item>com.sec.android.app.music.minimode.MiniMusicService</item>
</string-array>
</resources>
Recompile SystemUI.apk
ScreenShoot
{
"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"
}
Perfect Installation
Flash this [MOD][4.1.2] Enable Ripple Effect
Flash this [MOD] 18 color ink effect + AOSP lockscreen + 4-way reboot
Flash this [VRT][THEME/MOD] Advance Galaxy Mini [27/07/2013]
Download my mod in download section,download both of them
Push to System/app and push android.policy.jar to System/framework
Set Permission like another file in System/app and system/framework,or permission 644
Done!
Download
SystemUI.apk Dropbox
-Rename it to SystemUI.apk
Android.policy.jar Dropbox
Thank For
Allah SWT
@Ticklefish -for tool
@ATTACK -for KitKat Gradient
​
Great job, mates. :good:
Stay tuned i will make another mod
Sent from my GT-I8190 using xda app-developers app
MR.Volkf said:
Stay tuned i will make another mod
Sent from my GT-I8190 using xda app-developers app
Click to expand...
Click to collapse
Nice one mate. Waiting patiently !
MR.Volkf said:
Stay tuned i will make another mod
Sent from my GT-I8190 using xda app-developers app
Click to expand...
Click to collapse
Mate, what is the 'notification' toggle for ?
Does this work in the latin model?
Enviado desde mi GT-I8190L mediante Tapatalk
abnerangel96 said:
Does this work in the latin model?
Enviado desde mi GT-I8190L mediante Tapatalk
Click to expand...
Click to collapse
Yes, only has a bug with a toggle, NFC R/W p2p doesn't work
(Sip, bueno yo ando usando la versión stock deodex latina y no hay ningún problema solo q no funciona el toggle de NFC)
I forgot to mention fix,just push it imto system/framework https://db.tt/dw3kBCJY
Sent from my GT-I8190 using xda app-developers app
I assume i need to backup some files before downloading this mod?
And do i need to complete steps 1, 2 and 3? Because i only want to install that S4 status bar.
MR.Volkf said:
I forgot to mention fix,just push it imto system/framework https://db.tt/dw3kBCJY
Sent from my GT-I8190 using xda app-developers app
Click to expand...
Click to collapse
That means you edit the framework too ?
Sam_90 said:
I assume i need to backup some files before downloading this mod?
And do i need to complete steps 1, 2 and 3? Because i only want to install that S4 status bar.
Click to expand...
Click to collapse
If u only want s4 status bar, you can only do this
1)Decompile SystemUI.apk
2)Go to SystemUI.apk/res/values/dimens.xml
3)Search this line:
Code:
Code:
<item type="dimen" name="status_bar_icon_drawing_alpha">65.0%</item>
<item type="dimen" name="tw_status_bar_icon_drawing_alpha">50.0%</item>
Change it to:
Code:
Code:
<item type="dimen" name="status_bar_icon_drawing_alpha">95.0%</item>
<item type="dimen" name="tw_status_bar_icon_drawing_alpha">95.0%</item>
4)Recompile SystemUI.apk
I tried this, and it really works, looks extremely like s4 !
making this status bar mod makes the status bar looks odd on some apps like play store?
blake2893 said:
making this status bar mod makes the status bar looks odd on some apps like play store?
Click to expand...
Click to collapse
You should try it yourself.
FC
MR.Volkf said:
I forgot to mention fix,just push it imto system/framework https://db.tt/dw3kBCJY
Sent from my GT-I8190 using xda app-developers app
Click to expand...
Click to collapse
When i put android.policy my phone has fc, what do you add into android policy?
^Make it gradient like in kitkat
Sent from my GT-I8190 using xda app-developers app
NFC on Status Bar doesn't work (but I haven't FC, simply it seems it doen't exist) even if I've put fix with correct permissions on framework folder. Could I change this link on status bar with another for me really usefull, like wi-fi tethering? (but I don't know how)...
I'll try asap with wifi tethering,what s3 mini version you use?
Sent from my GT-I8190 using xda app-developers app
MR.Volkf said:
I'll try asap with wifi tethering,what s3 mini version you use?
Sent from my GT-I8190 using xda app-developers app
Click to expand...
Click to collapse
I8190XXAMJ2 (Jelly Bean 4.1.2, Build Data 21-10-2013), official release for Italy. Rooted :good:
I mean with nfc version or International version without nfc
Sent from my GT-I8190 using xda app-developers app
Can you make the kitkat gradient for CM10.2? It would be awesome
BTW, thanks for your work :good:
MR.Volkf said:
I mean with nfc version or International version without nfc
Sent from my GT-I8190 using xda app-developers app
Click to expand...
Click to collapse
Sorry. Without :fingers-crossed:

[GUIDE]How To Make Rom Transparent

Hey Guys Today M Going To Show You How To Make Your Rom[Any Rom] Transparent
I Tried Many Tutorials But None Of Them Was Succesful....So I Compared Stock Framework-res.apk
With Custom Rom's Framework And I Got Succes
#I WONT BE RESPONSIBLE FOR ANY DAMAGE DONE TO YOUR PHONE..SO TRY AT YOUR OWN RISK
WORKED ON----
GALAXY Y DUOS GT-S6102
So Here We Go::::::::::
REQUIREMENTS===
1.DECOMPILING/RECOMPILING KNOWLEDGE+TOOL
2.FRAMEWORK-RES.APK
3.NOTEPAD++
STEP 1
Decompile Your Framework-res.apk[With No Error]
Go To Decompiled Folder In
res/values/styles.xml
Open Styles.xml With Notepad ++ And Do This
Find <style name="Theme">
And Below <style name="Theme"> Line Find Colorbackground & Windowbackground
There May Be Some Line Like This:
Code:
[COLOR=RED]<item name="colorBackground">@color/background_dark</item>[/COLOR]
[COLOR=BLUE]<item name="windowBackground">@drawable/screen_background_dark</item>[/COLOR]
Replace Them With
Code:
[COLOR=RED]<item name="colorBackground">@color/transparent</item>[/COLOR]
[COLOR=BLUE]<item name="windowBackground">@color/background</item>[/COLOR]
And Add This Line Below Window Background Or Anywhere You Like,But It Should Lie Under <style name="Theme"> & </style>
Code:
<item name="windowShowWallpaper">true</item>
=========================================================
Find <style name="Theme.Black" parent="@style/Theme">
And Replace
Code:
[COLOR=RED]<item name="colorBackground">@color/black</item>[/COLOR]
[COLOR=BLUE]<item name="windowBackground">@color/black</item>[/COLOR]
With
Code:
[COLOR=RED]<item name="colorBackground">@color/background</item>[/COLOR]
[COLOR=BLUE]<item name="windowBackground">@color/background</item>[/COLOR]
=========================================================
Find <style name="Theme.Dialog" parent="@style/Theme">
Add The Following Line In It
Code:
<item name="windowShowWallpaper">false</item>
=========================================================
Find <style name="Theme.Light" parent="@style/Theme">
Add This line In It
Code:
<item name="windowShowWallpaper">false</item>
========================================================
Now Do The Above Step In The Followig Line Also
I MEAN::::::::::::::::::::Find The Following Line One By One
Code:
<style name="Theme.Translucent" parent="@style/Theme">
<style name="Theme.Translucent.NoTitleBar" parent="@style/Theme.Translucent">
<style name="Theme.NoDisplay" parent="@style/Theme">
<style name="Theme.Panel" parent="@style/Theme">
ADD This Line
Code:
<item name="windowShowWallpaper">false</item>
For Each Of The Codes Given Above REMEMBER-----ONE BY ONE
========================================================
Find <style name="Theme.Wallpaper" parent="@style/Theme">
ADD THESE LINE IT
Code:
<item name="windowShowWallpaper">true</item>
STYLES.XML WORK IS FINISHED HERE NOW LETS START WITH COLOR.XML
It will Be Located In Decomiled Folder Of Framework-res.apk
res/values/colors.xml
Open Colors.xml With notepad++
And Add This Line
Code:
<color name="background">#7f000000</color>
Above
Code:
</resources>
I Like 50% Transparency So I Gave
Code:
#7f0000000
TRANSPARENCY CODES
100% #00000000
70% #3F00000000
50% #7F000000
25% #BF000000
Click to expand...
Click to collapse
All Done Save Recompile And sign And Install It Via Flashable Zip To Avoid Restarts
And After Flashing You May Loose Your statusbar So Have A Backup Of Your SystemUI And Flash It After The Installation Of Framework-res.apk
OR ELSE
Put Your SystemUI(& lidroid-res.apk) In flashable zip along with framework-res.apk
Click to expand...
Click to collapse
I PROVIDED MY STYLES.XML FOR YOUR REFERENCE
PRESS THANKS IF YOU LIKED MY WORK
Here Are Some 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"
}
Reserved
shadman0 said:
Reserved
Click to expand...
Click to collapse
Yap
Gey bro it will not @Color/background u have to give @Color/transparent
shadman0 said:
Gey bro it will not @Color/background u have to give @Color/transparent
Click to expand...
Click to collapse
hmm thanks bro..but as i told that i compared styles from different rom so the rom which i compared it had background in some some codes instead of transparent....
if u give everywhere everywhere transparent then u will have some bugs like u wont b able to see the taskmanager to clear ram and My files black bug etc etc..this is working try n see once
wow nice guide for u bro . insert too (#bf - 25% trans) code . it will much cooler if u bg 25% trans .
Sent from my GT-S5360 using Tapatalk 2
Lemon_Lime`s said:
wow nice guide for u bro . insert too (#bf - 25% trans) code . it will much cooler if u bg 25% trans .
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
Thnx Bro..I forgot... that code so i dint gave it
Has any1 tried out yet??
Himan Boro said:
Has any1 tried out yet??
Click to expand...
Click to collapse
I try, but can't recompile
Sent from my GT-S5360 using xda app-developers app
GSculerlor said:
I try, but can't recompile
Sent from my GT-S5360 using xda app-developers app
Click to expand...
Click to collapse
described the problem . so it ease other to answer it in feature .
why did u cant recompile ?
Sent from my GT-S5360 using Tapatalk 2
Lemon_Lime`s said:
described the problem . so it ease other to answer it in feature .
why did u can recompile ?
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
I forget. Im still on school and didnt bring my laptop.
Sent from my GT-S5360 using xda app-developers app
ahh okey but hey . just focus on u skool not u smartphone
Sent from my GT-S5360 using Tapatalk 2
GSculerlor said:
I try, but can't recompile
Sent from my GT-S5360 using xda app-developers app
Click to expand...
Click to collapse
Which Apktool did u use...
use Advanced Apk tool by @BDFreak
it doesnt give any error...
Link pleaseee
http://forum.xda-developers.com/showthread.php?t=2639400
here it is
Can you please upload some screen shots of the transparent rom?
Sent from my GT-S5360 using Tapatalk 2
delroydsouza said:
Can you please upload some screen shots of the transparent rom?
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
ya sure. ....i wil upload it..

[TUT][MM-LP] Mod your SymtemUI to look like Android N

This is a tutorial showing how to mod your SystemUI.apk to look like the one of android N (regarding quicksettings and notifications)
Look at screenshots at the end...
Note: in the Xperia X SystemUI, some of these modifications are already done
1- Decompile SystemUI.apk
2- Quicksettings and notifications modifications
- Go in SystemUI.apk > res > values and open color.xml with a text editor (e.g. Notepad++)
Search for the line:
Code:
<color name="system_secondary_color">#ff384248</color>
and replace it with:
Code:
<color name="system_secondary_color">#ff263238</color>
and save the file
- Go in SystemUI.apk > res > values and open dimens.xml
Search for the line:
Code:
<dimen name="qs_brightness_padding_top">6.0dip</dimen>
and replace it with:
Code:
<dimen name="qs_brightness_padding_top">-5.0dip</dimen>
Search for the line:
Code:
<dimen name="notification_side_padding">8.0dip</dimen>
and replace it with:
Code:
<dimen name="notification_side_padding">0.0dip</dimen>
Search for the line:
Code:
<dimen name="notification_material_rounded_rect_radius">2.0dip</dimen>
and replace it with:
Code:
<dimen name="notification_material_rounded_rect_radius">0.0dip</dimen>
Search for the line:
Code:
<dimen name="notification_material_rounded_rect_radius_negative">-2.0dip</dimen>
and replace it with:
Code:
<dimen name="notification_material_rounded_rect_radius_negative">0.0dip</dimen>
Search for the line:
Code:
<dimen name="notification_padding">4.0dip</dimen>
and replace it with:
Code:
<dimen name="notification_padding">0.5dip</dimen>
Search for the line:
Code:
<dimen name="notifications_top_padding">8.0dip</dimen>
and replace it with:
Code:
<dimen name="notifications_top_padding">0.5dip</dimen>
And add these lines at the end of the file:
Code:
<dimen name="notification_material_shadow_rounded_rect_radius">0.0dip</dimen>
<dimen name="status_bar_expanded_header_elevation">0.0dip</dimen>
and save the file
- Go in SystemUI.apk > res > layout and open status_bar_expanded_header.xml
Search for the string:
Code:
android:elevation="4.0dip"
and replace it with:
Code:
android:elevation="0.0dip"
and save the file
3- Recompile SystemUI.apk with original signature
It's done, enjoy
Credits: @Lars124 for his tutorial which partially helped 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"
}
res
Will this work on AOSP based ROMs or it'll work onlu on stock?
Sony Xperia C5 - Android 5.1.1 - Working. Thanks!
thanks
nathankaunang said:
thanks
Click to expand...
Click to collapse
Wah ada om nathan..
Well, thanks for the tutorial, I'll try it on lollipop mate..
Looks so nice..
:good:
nrokos said:
Will this work on AOSP based ROMs or it'll work onlu on stock?
Click to expand...
Click to collapse
May work on AOSP, but look at the tutorial of Lars124 too (link in credits)
Well, it's working on lollipop deodexed rom
Thanks mate.
How about lockscreen notifications ?
Sent from my C6903 using XDA-Developers mobile app
nice share bro
but for few people just like me doesn't have any much time to dc/rc some apk to change padding so easyway is using xposed module it's name Qs X tiles per row [L-M] v0.97 or Android N-ify
@nreuge - many thanks - everything is working
dstrikersZ1 said:
How about lockscreen notifications ?
Click to expand...
Click to collapse
Yes - works on lockscreen also
ryandxter said:
nice share bro
but for few people just like me doesn't have any much time to dc/rc some apk to change padding so easyway is using xposed module it's name Qs X tiles per row [L-M] v0.97 or Android N-ify
Click to expand...
Click to collapse
Thanks for this hints - But some (like me) like to stay with less Xposed modules as possible.
I like to modify the apks for myself... Only direct code adjustments gives you the best UI experience.
This mod cost me 3 minutes. But with quite good apk de-re-compling knowledge - which may not everybody has...
Therefore I really appreciate if modders share there codes
@nreuge, is it possible to have tha carrier text shown on status bar expanded and lockscreen on status bar also, i tried it but it shows on lockscreen also. Thanks for dis guide!
Hi, I use cm13 and how can I change my lock screen clock and battery icon like Sony android 6 ROMs?
sent from Xperia™ SP | Android 6.0.1
Guys, a beginner here... How can I recompile the apk with original signature? And after recompiling it says
Code:
warning string ... has no default translation
is that a problem? Thanks in advance!
PS: I installed the framework-res.apk.
EDIT: figured it out, it's working! Thanks for the amazing tutorial!!!
Working on m4 aqua 5.0
Note: I had to add this line because it was missing
Code:
<dimen name="notification_material_rounded_rect_radius_negative">0.0dip</dimen>
plz.. Mod Ui for me FW MM570
you have already done a great job! but noob like me its hard to do coding, I like yours way than xposed module, here is my System Ui.apk..if u kindly mod it for me and then I can share with other noobs! Thanks in Advance!:highfive:
dark-mew said:
Well, it's working on lollipop deodexed rom
Thanks mate.
Click to expand...
Click to collapse
Can you show me how to change the toggle icons? You mod SystemUI, or use Xposed?
Could you please do it for me
Xperia z2 D6502 MM .570 odexed
Thanks in advance...
xperiafath said:
you have already done a great job! but noob like me its hard to do coding, I like yours way than xposed module, here is my System Ui.apk..if u kindly mod it for me and then I can share with other noobs! Thanks in Advance!:highfive:
Click to expand...
Click to collapse
cosmicfajr said:
Could you please do it for me
Xperia z2 D6502 MM .570 odexed
Thanks in advance...
Click to expand...
Click to collapse
Guys, I'm sorry but I do mods only for the Z5...
I've not so much free time, and doing a mod means update it at every firmware update. It's why I've done this tutorial. I think there are enough people in the Z2 forum to do it and share it.
Hope you understand...
thanhtuan1611 said:
Can you show me how to change the toggle icons? You mod SystemUI, or use Xposed?
Click to expand...
Click to collapse
Actually, it's pretty easy mate.
Just replace the stock icons with the AOSP icons.
And if you don't want to decompile your systemui, you can use root explorer to extract your systemui and then go to res/drawable-xhdpi-v4 and replace the icons.
And after that, just compress the files inside systemui folder as a zip and then rename it to change the extension to be apk.
Push it to your system and give the right permission, reboot.

Categories

Resources