Presenting a full guide on theming and understanding conceps of Settings.apk
Theming it white with changeable background
Check 2nd Post
Note.
I am not responsible if you make any damage to your phone
Click to expand...
Click to collapse
This simple editing requires.
# STEP 1
Patience
[For that use my method of spreading cold water over your head.}
# STEP 2
Notepad ++
{A very handy tool}
google it if you dont have for editing xml files.
# STEP 3
My provided files for changing backgrounds.
Click to expand...
Click to collapse
Lets start our work.
# STEP 4
Decompile your Settings.apk
# STEP 5
Open Androidmanifest.xml
# STEP 6
In
Code:
<application android:label="@string/settings_label"
# STEP 7
Add this
Code:
android:theme="@*android:style/Theme.Light"
# STEP 8
So it will look like thisafter editing
Code:
<application android:theme="@*android:style/Theme.Holo" android:label="@string/settings_label"
# STEP 9
Now find
Code:
Theme.NoTitleBar
And replace each with
Code:
Theme.Light.NoTitleBar
# STEP 10
Now open ManageApplications$ApplicationsAdapter.smali in
Code:
smali/com/android/settings/applications/ManageApplications$ApplicationsAdapter.smali
# STEP 11
Find
Code:
getColorStateList
# STEP 12
Above it you will see public id linked to framework
i.e.
Code:
0x1060001
# STEP 15
Change it to
Code:
0x1060004
This is to fix white colour problem in manage aplications tab items.
# STEP 14
Recompile your apk back.
Click to expand...
Click to collapse
{
"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"
}
EXTRA TIPS.
#
Changing the backgroung from white to grey or set your image
# STEP 15
Download Zip Package from here and merge with your settings.
# STEP 16
Open styles.xml
Paste this in the last above
Code:
</resources>
Code:
<style name="Settings" parent="@*android:style/Theme.Light">
<item name="android:windowBackground">@drawable/background</item>
</style>
# STEP 17
Open Androidmanifest.xml
# STEP 18
In
Code:
<application android:label="@string/settings_label"
# STEP 19
Add this
Code:
android:theme="@style/Settings"
# STEP 20
So it will look like this after editing
Code:
<application android:theme="@style/Settings" android:label="@string/settings_label"
# STEP 21
And background will be changed.
Click to expand...
Click to collapse
#
To change separators
# STEP 22
Open styles.xml
Paste this in the last above
Code:
</resources>
Code:
<style name="Widget.TextView.ListSeparator.White" parent="@*android:style/Widget.TextView.ListSeparator">
<item name="android:textColor">#ff000000</item>
<item name="android:background">@drawable/light_header</item>
</style>
# STEP 23
Change
Code:
<style name="Settings" parent="@*android:style/Theme.Light">
<item name="android:windowBackground">@drawable/background</item>
</style>
to
Code:
<style name="Settings" parent="@*android:style/Theme.Light">
<item name="android:windowBackground">@drawable/background</item>
<item name="android:listSeparatorTextViewStyle">@style/Widget.TextView.ListSeparator.White</item>
</style>
# STEP 24
Recompile back your apk file.
# STEP 25
Sign it.
# STEP 26
Push to system/app with permissions rw-r-r
# YOUR STEP
And Work Completed.
Click to expand...
Click to collapse
how to change title bar size
i.e. Background below settings text .
In styles.xml of framework-res.apk
under theme find this
windowtitlesize
and replace its code with your desired height.
The bg name is
activity_titlebar.9.png
Click to expand...
Click to collapse
It is off topic but can you tell me how can I get aosp like settings menu on an ics device? Its a chinese clone running ics... so I was just wondering
Sent from my GT-I9500 using Tapatalk
xXx~~~SHLOK~~~xXx said:
It is off topic but can you tell me how can I get aosp like settings menu on an ics device? Its a chinese clone running ics... so I was just wondering
Sent from my GT-I9500 using Tapatalk
Click to expand...
Click to collapse
Like my theme¿
Sent from my GT-S5360 using Tapatalk 2
san122 said:
Like my theme¿
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
No it looks like tabbed settings in s4, I don't want to theme . Just replace the apk or something like that.
Great guide!
Sent from my ST70208-1 using Tapatalk
But How to open and edit .XML files? Please Help!
Use notepad ++
Sent from my GT-S5360 using Tapatalk 2
Thread updated with full guide.
For change title text in all apps edit screen_title.xml in framework-res
Отправлено с моего GT-S5830i через Tapatalk
Is this work with all rom ?? Btw, great guide you have there :thumbup::thumbup::thumbup:
XDA-Developer App
Lemon_Lime`s said:
Is this work with all rom ?? Btw, great guide you have there :thumbup::thumbup::thumbup:
XDA-Developer App
Click to expand...
Click to collapse
Yes will work with all gb roms.
Sent from my GT-S5360 using Tapatalk 2
Good Guide..
How to add Wifi and bluetooth on off switch??
Black-Moon said:
Good Guide..
How to add Wifi and bluetooth on off switch??
Click to expand...
Click to collapse
Use googlecforcthat.
There is a guide by Sniperkiller
san122 said:
Use googlecforcthat.
There is a guide by Sniperkiller
Click to expand...
Click to collapse
Thanks..
i tried the first guide on my modded settings but i had errors.so must this be on pure settings.apk?
Related
Hey people,
After porting the Xperia Z lockscreen to My device, i thought of putting a guide that's simple and easy, so that everyone can try doing it on their own..
For CM10 based ROM's:victory:
Assuming you Know how to De/Re-compile....
Here's
STEP 1: Decompile your android.policy.jar
And put THESE files into \smali\com\android\internal\policy\impl
Done.Recompile your android.policy
STEP 2: Add THIS to \framework
STEP 3: Add THIS to \fonts
STEP 4: And THIS to \etc\permissions
STEP 5: Now for the Lockscreen Settings(in order to change your wallpaper)
Decompile you Settings.apk
Navigate to \res\xml
Open settings_headers.XMl
Add the following Lines
Code:
<header android:icon="@drawable/ic_settings_lockscreen" android:id="@id/lock_screen_settings" android:title="@string/lock_screen_title">
<intent android:targetPackage="com.sonyericsson.lockscreen.uxpnxt" android:action="android.intent.action.MAIN" android:targetClass="com.sonyericsson.lockscreen.settings.Setup" />
</header>
{
"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"
}
Add this to ids.xml
(search for it, if you have it ignore.)
Code:
<item type="id" name="lock_screen_settings">false</item>
Add this to strings.xml
(search for it, if you have it ignore.)
Code:
<string name="lock_screen_title">Lock screen</string>
Recompile your Settings.apk
STEP 6: Add THIS to \system\app
STEP 7: For wallpapers, Add THIS to \etc\
All done .
SCREENSHOTS:
For CM9 based ROM's:victory:
Here's
STEP 1: Decompile your android.policy.jar
And put THESE files into \smali\com\android\internal\policy\impl
Done.Recompile your android.policy
STEP 2: Add THIS to \framework
STEP 3: Add THIS to \fonts
STEP 4: And THIS to \etc\permissions
STEP 5: Now for the Lockscreen Settings(in order to change your wallpaper)
Decompile you Settings.apk
Navigate to \res\xml
Open settings_headers.XMl
Add the following Lines
Code:
<header android:icon="@drawable/ic_settings_lockscreen" android:id="@id/lock_screen_settings" android:title="Xperia Settings">
<intent android:targetPackage="com.sonyericsson.lockscreen.uxpnxtjb" android:action="android.intent.action.MAIN" android:targetClass="com.sonyericsson.lockscreen.settings.Setup" />
</header>
Add this to ids.xml
(search for it, if you have it ignore.)
Code:
<item type="id" name="lock_screen_settings">false</item>
Add this to strings.xml
(search for it, if you have it ignore.)
Code:
<string name="lock_screen_title">Lock screen</string>
Recompile your Settings.apk
STEP 6: Add THIS to \system\app
STEP 7: For wallpapers, Add THIS to \etc\
All done .
SCREENSHOTS:
CREDITS:
Adi Aisiteru Reborn for making THIS compatible for CM9:good:
(don't forget to thank him too)
Sky_Walker
Thilina C for the wallpapers
You, for trying it out!
Feel free to hit thanks. This encourage's me!!
Guide for the official Xperia™ S lock screen for CM9 based ROM'sI have been going through a lot of threads asking for this MOD so, I thought of making one...
Assuming you Know how to De/Re-compile....
Here's
STEP 1: Decompile your android.policy.jar
And put THESE files into \smali\com\android\internal\policy\impl
Done.Recompile your android.policy
STEP 2: Add THIS to \framework
STEP 3: Add THIS to \fonts
STEP 4: And THIS to \etc\permissions
STEP 5: Now for the Lockscreen Settings(in order to change app shortcuts, notification settings....)
Decompile you Settings.apk
Navigate to \res\xml
Open settings_headers.XMl
Add the following Lines
Code:
<header android:icon="@drawable/ic_settings_lockscreen" android:id="@id/lock_screen_settings" android:title="Xperia Settings">
<intent android:targetPackage="com.sonyericsson.lockscreen.uxpnxt" android:action="android.intent.action.MAIN" android:targetClass="com.sonyericsson.lockscreen.settings.Setup" />
</header>
Add this to ids.xml
(search for it, if you have it ignore.)
Code:
<item type="id" name="lock_screen_settings">false</item>
Recompile your Settings.apk
STEP 6: Add THIS to \system\app
All done .
SCREENSHOTS:
CREDITS
AeonWorld for the original Xperia S lockscreen
@Sky_Walker
@Adi Aisiteru Reborn for their support.
If you want to use this MOD in your ROM's, Don't forget to mention me.:good:
Feel free to hit thanks .This encourage's me!!
Good Guide everything but the settings mod works :L youve forgot to write about adding the relevant ids and strings to what youve added in settings_headers cause what you've put here doesnt compile but as i say works good
Matyhew
matyhew said:
Good Guide everything but the settings mod works :L youve forgot to write about adding the relevant ids and strings to what youve added in settings_headers cause what you've put here doesnt compile but as i say works good
Matyhew
Click to expand...
Click to collapse
Thanks for reporting that!
thx for lock screen good job
yapamadım. android.policy.jar buraya yüklesem siz yapar mısınız?
Are you asking me to help you out with Android.policy.jar??
If so, provide me your android.policy.jar :thumbup:
Sent from my HTC Wildfire S A510e using xda app-developers app
Compatible with the new update? cm10.1
Sorry for my bad english
Sent from my Wildfire S A510e using xda premium
giacomix5 said:
Compatible with the new update? cm10.1
Sorry for my bad english
Sent from my Wildfire S A510e using xda premium
Click to expand...
Click to collapse
Nope, we need to wait and see what sony does and then we can probably get it working for 4.2.2...:fingers-crossed:
Cup_Cake said:
Nope, we need to wait and see what sony does and then we can probably get it working fro 4.2.2...:fingers-crossed:
Click to expand...
Click to collapse
You mean your mod is only for Jelly Bean 4.1.2 based CyanogenMod?
If I try it on 4.2.2 CM 10.1 with Nexus 4 will it break?
It will bootloop.
Sent from my HTC Wildfire S A510e using xda app-developers app
Cup_Cake said:
It will bootloop.
Sent from my HTC Wildfire S A510e using xda app-developers app
Click to expand...
Click to collapse
Is there anyway that you can create another guide to port the latest 4.2.2 lockscreen to CM10.1 or AOSP at least? I don't know how much it has changes so... It's up to you I'm sure there's many users waiting for Sony's lockscreen on AOSPs
how to decompile
Pls just tell me how to decompile and recompile android.policy.jar
hassouna said:
Pls just tell me how to decompile and recompile android.policy.jar
Click to expand...
Click to collapse
Download apktool https://code.google.com/p/android-apktool/
Extract files to only one directory.
Put androidpolicy.jar in same location.
Open cmd.
cd to your diectory. e.g. for me it's 'cd C:\Users\temp\Desktop\TOOLS\apktool1.5.2'
Issue the command:
Code:
apktool d android.policy.jar
Make your changes.
Then issue the command:
Code:
apktool b android.policy
Done.
thx
MIUI V5 android.policy.jar that has been modded.
MIUI-v5
thehacka1 said:
MIUI V5 android.policy.jar that has been modded.
Click to expand...
Click to collapse
OP updated, link added.:good:
EDIT: link removed
thehacka1 said:
MIUI V5 android.policy.jar that has been modded.
Click to expand...
Click to collapse
Didn't work
just let my phone stuck in boot animation
hassouna said:
Didn't work
just let my phone stuck in boot animation
Click to expand...
Click to collapse
Thanks for reporting! will test and report back.
GUIDE for CM9 based ROM's added!
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).
{
"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"
}
Oke guys, I want to share how to make white setting on stock jb , actualy I make this guide for xperia L but it working to on xperia M cause same onstock Jb 4.2.2 ok lets guide !
REQUIREMENT:
- BRAIN
- Patient
- experience
- Know how to decompile/recompiling Apk file
- notepad++
- Tool for decompiling, : apkmanager/apktool/Virtous/apkmultitools/ or else
first of all you need installed framework before try this guide
for installed framework
Code:
apktool if framework-res.apk
for installed sony framework
Code:
apktool if semcgenericuxpres.apk
Step One
Decompile settings.apk
Download THIS and extract then copy-paste all item on res/drawable-hdpi/
go to : res/value/style.xml and find this code :
Code:
<style name="Theme.Holo" parent="@*android:style/Theme.DeviceDefault " />
<style name="Theme.Holo.NoActionBar" parent="@*android:style/Theme.DeviceDefault.NoActionBar" />
<style name="Theme.Holo.NoActionBar.Black" parent="@*android:style/Theme.Holo.NoActionBar">
Change like this see red code :
Code:
<style name="Theme.Holo" parent="[COLOR="Red"]@*android:style/Theme.DeviceDefault.Light[/COLOR]" />
<style name="Theme.Holo.NoActionBar" parent="[COLOR="Red"]@*android:style/Theme.DeviceDefault.Light.NoActionBar[/COLOR]" />
<style name="Theme.Holo.NoActionBar.Black" parent="[COLOR="Red"]@*android:style/Theme.Holo.Light.NoActionBar[/COLOR]">
Find this code :
Code:
<style name="Theme.Holo.Dialog" parent="@*android:style/Theme.DeviceDefault.Dialog" />
<style name="Theme.Holo.DialogWhenLarge" parent="@*android:style/Theme.DeviceDefault.DialogWhenLarge" />
<style name="Theme.Holo.Dialog.Alert" parent="@*android:style/Theme.DeviceDefault.Dialog.Alert">
Change like this see red code :
Code:
<style name="Theme.Holo.Dialog" parent="[COLOR="Red"]@*android:style/Theme.DeviceDefault.Light.Dialog[/COLOR]" />
<style name="Theme.Holo.DialogWhenLarge" parent="[COLOR="Red"]@*android:style/Theme.DeviceDefault.Light.DialogWhenLarge[/COLOR]" />
<style name="Theme.Holo.Dialog.Alert" parent="[COLOR="Red"]@*android:style/Theme.DeviceDefault.Light.Dialog.Alert[/COLOR]">
Now recompile and sign apk, step one done !
Step Two
Decompile SomcPhone.apk
go to : res/value/style.xml and find this code :
Code:
<style name="Theme.Settings" parent="@*android:style/Theme.DeviceDefault ">
Change like this see red code :
Code:
<style name="Theme.Settings" parent="[COLOR="Red"]@*android:style/Theme.DeviceDefault.Light[/COLOR]">
Now recompile and sign apk
Note : if you get error on recompile SomcPhone, please delete this folder on SomcPhone.apk
Code:
values-mcc454-mnc1000
values-mcc454-mnc1000-zh-rCN
values-mcc454-mnc1000-zh-rHK
values-es-rUS
values-pt-rPT
Click to expand...
Click to collapse
Click to expand...
Click to collapse
And recompile again sign apk and Step two Done !
Step Three
Decompile framework-res.apk
Download THIS and extract then copy paste all item on res/drawable-hdpi/
Recompile Done !
Note : if you get error please read log.txt and share on this thread and I will help for fixing
Click to expand...
Click to collapse
Click to expand...
Click to collapse
All guide is Done ! now push it to your phone to the /system/app directory
And don’t forget press thanks button if this guide useful for you all!
Ashadin.com
reserved
AgungDaVici said:
Oke guys, I want to share how to make white setting on stock jb , actualy I make this guide for xperia L but it working to on xperia M cause same onstock Jb 4.2.2 ok lets guide !
REQUIREMENT:
- BRAIN
- Patient
- experience
- Know how to decompile/recompiling Apk file
- notepad++
- Tool for decompiling, : apkmanager/apktool/Virtous/apkmultitools/ or else
first of all you need installed framework before try this guide
for installed framework
Code:
apktool if framework-res.apk
for installed sony framework
Code:
apktool if semcgenericuxpres.apk
Step One
Decompile settings.apk
Download THIS and extract then copy-paste all item on res/drawable-hdpi/
go to : res/value/style.xml and find this code :
Code:
<style name="Theme.Holo" parent="@*android:style/Theme.DeviceDefault " />
<style name="Theme.Holo.NoActionBar" parent="@*android:style/Theme.DeviceDefault.NoActionBar" />
<style name="Theme.Holo.NoActionBar.Black" parent="@*android:style/Theme.Holo.NoActionBar">
Change like this see red code :
Code:
<style name="Theme.Holo" parent="[COLOR="Red"]@*android:style/Theme.DeviceDefault.Light[/COLOR]" />
<style name="Theme.Holo.NoActionBar" parent="[COLOR="Red"]@*android:style/Theme.DeviceDefault.Light.NoActionBar[/COLOR]" />
<style name="Theme.Holo.NoActionBar.Black" parent="[COLOR="Red"]@*android:style/Theme.Holo.Light.NoActionBar[/COLOR]">
Find this code :
Code:
<style name="Theme.Holo.Dialog" parent="@*android:style/Theme.DeviceDefault.Dialog" />
<style name="Theme.Holo.DialogWhenLarge" parent="@*android:style/Theme.DeviceDefault.DialogWhenLarge" />
<style name="Theme.Holo.Dialog.Alert" parent="@*android:style/Theme.DeviceDefault.Dialog.Alert">
Change like this see red code :
Code:
<style name="Theme.Holo.Dialog" parent="[COLOR="Red"]@*android:style/Theme.DeviceDefault.Light.Dialog[/COLOR]" />
<style name="Theme.Holo.DialogWhenLarge" parent="[COLOR="Red"]@*android:style/Theme.DeviceDefault.Light.DialogWhenLarge[/COLOR]" />
<style name="Theme.Holo.Dialog.Alert" parent="[COLOR="Red"]@*android:style/Theme.DeviceDefault.Light.Dialog.Alert[/COLOR]">
Now recompile and sign apk, step one done !
Step Two
Decompile SomcPhone.apk
go to : res/value/style.xml and find this code :
Code:
<style name="Theme.Settings" parent="@*android:style/Theme.DeviceDefault ">
Change like this see red code :
Code:
<style name="Theme.Settings" parent="[COLOR="Red"]@*android:style/Theme.DeviceDefault.Light[/COLOR]">
Now recompile and sign apk
And recompile again sign apk and Step two Done !
Step Three
Decompile framework-res.apk
Download THIS and extract then copy paste all item on res/drawable-hdpi/
Recompile Done !
All guide is Done ! now push it to your phone to the /system/app directory
And don’t forget press thanks button if this guide useful for you all!
Click to expand...
Click to collapse
I'll decently try and tell you.
HIT THANKS IF YOU LIKE
Nice guide sir, thanks
Sent from my GT-S6310 using XDA Premium 4 mobile app
there is no
Code:
<style name="Theme.Holo.NoActionBar.Black" parent="@*android:style/Theme.Holo.NoActionBar">
and this
Code:
<style name="Theme.Holo.NoActionBar.Black" parent="@*android:style/Theme.Holo.Light.NoActionBar">
and while recompiling it giving error
no resources found that matches the name '@*android:style/Theme.DeviceDefault.Light.dailog'
giridhargp said:
there is no
Code:
<style name="Theme.Holo.NoActionBar.Black" parent="@*android:style/Theme.Holo.NoActionBar">
and this
Code:
<style name="Theme.Holo.NoActionBar.Black" parent="@*android:style/Theme.Holo.Light.NoActionBar">
and while recompiling it giving error
no resources found that matches the name '@*android:style/Theme.DeviceDefault.Light.dailog'
Click to expand...
Click to collapse
are you installed xperia stock framework before this guide ? if you already to install this guide will fully working buddy .. keep working
AgungDaVici said:
are you installed xperia stock framework before this guide ? if you already to install this guide will fully working buddy .. keep working
Click to expand...
Click to collapse
Ya I do have stock 4.1.2 FW
HIT THANKS IF YOU LIKE
giridhargp said:
Ya I do have stock 4.1.2 FW
HIT THANKS IF YOU LIKE
Click to expand...
Click to collapse
try with fw 4.2.2 .. cause I try this guide to xperia m dual and it work fine
AgungDaVici said:
try with fw 4.2.2 .. cause I try this guide to xperia m dual and it work fine
Click to expand...
Click to collapse
Oh I don't have , I was trying to make white setting from almost one month, till now didn't get. Will try for xm single?
HIT THANKS IF YOU LIKE
it ended with bootloop i skipped step 2
i cannot find somcphone.apk anyone help??
jb 4.2.2 deodexed xperia m
sidrock622 said:
it ended with bootloop i skipped step 2
i cannot find somcphone.apk anyone help??
jb 4.2.2 deodexed xperia m
Click to expand...
Click to collapse
Somcphone is ur phone apk.
And always remember when you are doing experiment with framework-res, always have backup.
HIT THANKS IF YOU LIKE
giridhargp said:
Somcphone is ur phone apk.
And always remember when you are doing experiment with framework-res, always have backup.
HIT THANKS IF YOU LIKE
Click to expand...
Click to collapse
Yeah i took backup thats not problem settings.apk successfully recompiled
framework also recompiled
my problem is one time i got bootloop
so to chk wheather framework-res.apk is correctly modified
so simply tried to install tat apk its showing "Parse error"
settings.apk is fine able to open apk
"Parse error" how to solve this plz any tested xm dual users reply
Thanks, it works on my Xperia M
And by the way, aku juga dari Indonesia gan!!
WafiAzmiHartono said:
Thanks, it works on my Xperia M
And by the way, aku juga dari Indonesia gan!!
Click to expand...
Click to collapse
M or MD?
HIT THANKS IF YOU LIKE
Xperia M Single
WafiAzmiHartono said:
Thanks, it works on my Xperia M
And by the way, aku juga dari Indonesia gan!!
Click to expand...
Click to collapse
oh really
AgungDaVici said:
oh really
Click to expand...
Click to collapse
Yes
Thanks a lot, that's very useful :good:
WafiAzmiHartono said:
Iya gan
Maksih banyak :good:
Click to expand...
Click to collapse
Use English language. It's xda rule.
HIT THANKS IF YOU LIKE
giridhargp said:
Use English language. It's xda rule.
HIT THANKS IF YOU LIKE
Click to expand...
Click to collapse
I'm sorry, i already change it
Success recompiling 4.2.2 xperia m
thank you
what i did was after recompiling
instead of signing settings.apk,phone.apk and framework-res.apk
i replaced META-INF folder and AndroidManifest.xml from original apk to
compiled apk's(followed this wonderful guide http://forum.xda-developers.com/showthread.php?t=1806602#5)
no prase error after doing tat
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..
Hi all, i just want to share my little guide about Transparent framework that i used on my ROM
ICE CREAM BUBBLE
you can see the Screenshot there also.
i know there's many guide to doing this but the different on this guide is
its more easy and some fix for some popup dialog background
and make it looks perfect on Xperia 2013.
Already tested and working on:
- Xperia M XMS/XMD JB 4.1, 4.2, 4.3
- Xperia L JB 4.2
- Xperia V JB 4.3
- Xperia M2 JB 4.3
- And maybe working on any other Xperia
1. Decompiled your framework-res.apk
2. Open styles.xml
find: <style name="Theme.NoDisplay" parent="@style/Theme">
then add:
Code:
<item name="windowShowWallpaper">false</item>
find: <style name="Theme.DeviceDefault.Light.Dialog" parent="@style/Theme.DeviceDefault.Light">
then add:
Code:
<item name="windowShowWallpaper">false</item>
find: <style name="AlertDialog.DeviceDefault" parent="@style/AlertDialog.Holo">
then add:
Code:
<item name="windowShowWallpaper">false</item>
find: <style name="AlertDialog.DeviceDefault.Light" parent="@style/AlertDialog.Holo.Light">
then add:
Code:
<item name="windowShowWallpaper">false</item>
find: <style name="Theme.Holo" parent="@style/Theme">
and change it to:
Code:
<style name="Theme.Holo" parent="@style/Theme.Wallpaper">
and search below:
Code:
<item name="windowShowWallpaper">false</item>
change it to:
Code:
<item name="windowShowWallpaper">true</item>
find: <style name="Theme.DeviceDefault.Light" parent="@style/Theme.Holo.Light">
then add:
Code:
<item name="windowShowWallpaper">true</item>
3. Open drawable hdpi and find "semc_bg" and semc_bg_light and make it transparent,
or you can download transparent png on the attachment below.
4. Recompile and Done.
"JUST PRESS THANKS IF ITS WORK"
{
"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 :laugh:
wow....
nice guide bro...
thanx
crizt said:
wow....
nice guide bro...
thanx
Click to expand...
Click to collapse
you did it too! :laugh:
Nitip sendal om
Sent from my C2104 using XDA Premium 4 mobile app
vanitea said:
Nitip sendal om
Sent from my C2104 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
you're welcome om -_-
Nyimak
Sent from my C1905 using XDA Premium 4 mobile app
alwin_rosid said:
Nyimak
Sent from my C1905 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Try it bro!
Is there a way to add gaussian blur effect to notifications background?
rizla2 said:
Is there a way to add gaussian blur effect to notifications background?
Click to expand...
Click to collapse
notification background? you mean statusbar?
Dickey Kid'deviel said:
notification background? you mean statusbar?
Click to expand...
Click to collapse
nvm, found it: http://forum.xda-developers.com/xposed/modules/xposed-blurred-ui-v1-0-16-07-2014-t2818273
rizla2 said:
nvm, found it: http://forum.xda-developers.com/xposed/modules/xposed-blurred-ui-v1-0-16-07-2014-t2818273
Click to expand...
Click to collapse
i don't know what you mean, this guide is for transparent system, not a statusbar guide
I've tried and the results are good
Sent from my C1905 using XDA Premium 4 mobile app
Do you need UB or root or Superuser mod for this?
Sent from my C1905 using XDA Premium 4 mobile app
RedLedLight said:
Do you need UB or root or Superuser mod for this?
Sent from my C1905 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
You definitely need root to replace the framework-res file and you quite possibly need SUPERUSERMOD to allow it to work properly as an unsigned system app.
Will try soon Mastah
Dickey Kid'deviel said:
Hi all, i just want to share my little guide about Transparent framework that i used on my ROM
ICE CREAM BUBBLE
you can see the Screenshot there also.
i know there's many guide to doing this but the different on this guide is
its more easy and some fix for some popup dialog background
and make it looks perfect on Xperia 2013.
Already tested and working on:
- Xperia M XMS/XMD JB 4.1, 4.2, 4.3
- Xperia L JB 4.2
- Xperia V JB 4.3
- Xperia M2 JB 4.3
- And maybe working on any other Xperia
1. Decompiled your framework-res.apk
2. Open styles.xml
find: <style name="Theme.NoDisplay" parent="@style/Theme">
then add:
Code:
<item name="windowShowWallpaper">false</item>
find: <style name="Theme.DeviceDefault.Light.Dialog" parent="@style/Theme.DeviceDefault.Light">
then add:
Code:
<item name="windowShowWallpaper">false</item>
find: <style name="AlertDialog.DeviceDefault" parent="@style/AlertDialog.Holo">
then add:
Code:
<item name="windowShowWallpaper">false</item>
find: <style name="AlertDialog.DeviceDefault.Light" parent="@style/AlertDialog.Holo.Light">
then add:
Code:
<item name="windowShowWallpaper">false</item>
find: <style name="Theme.Holo" parent="@style/Theme">
and change it to:
Code:
<style name="Theme.Holo" parent="@style/Theme.Wallpaper">
and search below:
Code:
<item name="windowShowWallpaper">false</item>
change it to:
Code:
<item name="windowShowWallpaper">true</item>
3. Open drawable hdpi and find "semc_bg" and semc_bg_light and make it transparent,
or you can download transparent png on the attachment below.
4. Recompile and Done.
"JUST PRESS THANKS IF ITS WORK"
Click to expand...
Click to collapse
Not work with Xperia M SS 4.3 can't found you code to change its
apacher said:
Not work with Xperia M SS 4.3 can't found you code to change its
Click to expand...
Click to collapse
i tried many times on ss 4.3 xm, xv, sp, and m2 and its work, wich code you can't find?
RedLedLight said:
Do you need UB or root or Superuser mod for this?
Sent from my C1905 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
you just need root to do this, use superuser mod if you signed your framework, or just drag and drop meta-inf and androidmanifest from the original files to the recompiled apk's and ready to push on system
crizt said:
wow....
nice guide bro...
thanx
Click to expand...
Click to collapse
You using Transparent 100% or 75% ? Please tell me Cristop :3