[GUIDE] Transparent Framework JB Xperia 2013 - Sony Xperia M

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

Related

[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] KitKat Style Gradient StatusBar

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).

[GUIDE] [HOW TO] Make white settings on stock xperia JB [03.10.2014]

{
"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

[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..

[Guide][LP] How to Tint Navbar Color to StatusBar Color

Hi xda
I found very simple way to get tinted navbar color to status bar color in some popular apps like Gmail, YouTube, DropBox. This not affect to all apps.
And I'm sorry if this is repost :angel:
Requirements:
- Know how to decompile recompile
- ApkTool
- Java installed
- Notepad++
- framework-res.apk
Steps:
1. Decompile framework-res.apk
2. Open res/values/styles.xml
3. Search
Code:
<style name="Theme">
scroll down until you find
Code:
<item name="statusBarColor">@color/black</item>
<item name="navigationBarColor">@color/black</item>
change it to
Code:
<item name="statusBarColor">?colorPrimaryDark</item>
<item name="navigationBarColor">?colorPrimaryDark</item>
4. Search
Code:
<style name="Theme.Material" parent="@style/Theme">
scroll down until you find
Code:
<item name="statusBarColor">?colorPrimaryDark</item>
<item name="navigationBarColor">@color/black</item>
change it to
Code:
<item name="statusBarColor">?colorPrimaryDark</item>
<item name="navigationBarColor">?colorPrimaryDark</item>
5. Search
Code:
<style name="Theme.Material.Light" parent="@style/Theme.Light">
scroll down until you find
Code:
<item name="statusBarColor">?colorPrimaryDark</item>
<item name="navigationBarColor">@color/black</item>
change it to
Code:
<item name="statusBarColor">?colorPrimaryDark</item>
<item name="navigationBarColor">?colorPrimaryDark</item>
6. Recompile, sign, push it to system.
ONLY TESTED ON CM12, CM12.1, RR, PA. BUT I THINK IT'LL WORK ALSO ON STOCK ROM
KNOWN ISSUES:
- Only work in portrait mode
- Navbar color went black when keyboard opened
BEFORE
{
"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"
}
AFTER
Working on eXistenZ Y
thank bro
request
Navbar Color to StatusBar Color
xperia z3 compact 5.0.2
framework-res.apk
sytem/framework/ framework-res.apk/rw--r--r--
Nice one. Working with Z2 stock 5.1.1 rom.
idid idamrep said:
Hi xda
I found very simple way to get tinted navbar color to status bar color in some popular apps like Gmail, YouTube, DropBox. This not affect to all apps.
And I'm sorry if this is repost :angel:
Requirements:
- Know how to decompile recompile
- ApkTool
- Java installed
- Notepad++
- framework-res.apk
Steps:
1. Decompile framework-res.apk
2. Open res/values/styles.xml
3. Search
Code:
<style name="Theme">
scroll down until you find
Code:
<item name="statusBarColor">@color/black</item>
<item name="navigationBarColor">@color/black</item>
change it to
Code:
<item name="statusBarColor">?colorPrimaryDark</item>
<item name="navigationBarColor">?colorPrimaryDark</item>
4. Search
Code:
<style name="Theme.Material" parent="@style/Theme">
scroll down until you find
Code:
<item name="statusBarColor">?colorPrimaryDark</item>
<item name="navigationBarColor">@color/black</item>
change it to
Code:
<item name="statusBarColor">?colorPrimaryDark</item>
<item name="navigationBarColor">?colorPrimaryDark</item>
5. Search
Code:
<style name="Theme.Material.Light" parent="@style/Theme.Light">
scroll down until you find
Code:
<item name="statusBarColor">?colorPrimaryDark</item>
<item name="navigationBarColor">@color/black</item>
change it to
Code:
<item name="statusBarColor">?colorPrimaryDark</item>
<item name="navigationBarColor">?colorPrimaryDark</item>
6. Recompile, sign, push it to system.
ONLY TESTED ON CM12, CM12.1, RR, PA. BUT I THINK IT'LL WORK ALSO ON STOCK ROM
BEFORE
AFTER
Click to expand...
Click to collapse
Cool guide, but i have 2 questions, how did u get that carrier logo, and is there a way to do the tint, but for all apps? (like Lolistat)
Syzew said:
Cool guide, but i have 2 questions, how did u get that carrier logo, and is there a way to do the tint, but for all apps? (like Lolistat)
Click to expand...
Click to collapse
it's resurrection remix carrier logo, I changed it to xperia :v
yes, there is. to get tinted in all apps, need to add smali to SystemUI, add package name and hex code to smali.
go here http://forum.xda-developers.com/android/general/how-to-tinted-status-bar-using-app-t3048978
There is a problem with this mod, though it works fine but in messaging app it chooses color of main screen and keeps it through out other conversations (image attached for explanation)
Edit: Also navbar is black when keyboard is opened.. Thought it would be same color as status bar..
Araib93 said:
There is a problem with this mod, though it works fine but in messaging app it chooses color of main screen and keeps it through out other conversations (image attached for explanation)
Edit: Also navbar is black when keyboard is opened.. Thought it would be same color as status bar..
Click to expand...
Click to collapse
http://forum.xda-developers.com/crossdevice-dev/sony/guide-lolipop-mods-making-tutorials-t3173217
Rajeev said:
http://forum.xda-developers.com/crossdevice-dev/sony/guide-lolipop-mods-making-tutorials-t3173217
Click to expand...
Click to collapse
Not using Official Sony Android so nope that guide doesn't work (for AOSP, since the strings he ask to search are not present in AOSP in the first place)
Thanks !!! , worked correctly on Xperia M (Nicki) running with ArchiDroid v 3.1.1
Araib93 said:
Not using Official Sony Android so nope that guide doesn't work (for AOSP, since the strings he ask to search are not present in AOSP in the first place)
Click to expand...
Click to collapse
Did u tried it?
Rajeev said:
Did u tried it?
Click to expand...
Click to collapse
Yes I decompiled systemui and went to the path the guide mentioned but the strings it ask to search for are not there for AICP (that's what I said in the last post)
Info
Well Done!
& This is for Android App Developers to Set Color for NavBar/StatusBar in their apps
Code:
int API = android.os.Build.VERSION.SDK_INT;
if(API > 20){
Window window = this.getWindow();
window.addFlags(WindowManager.LayoutParams.FLAG_DRAWS_SYSTEM_BAR_BACKGROUNDS);
window.clearFlags(WindowManager.LayoutParams.FLAG_TRANSLUCENT_STATUS);
window.setStatusBarColor(Color.parseColor("#COLOR_CODE"));
getWindow().setNavigationBarColor(Color.parseColor("#COLOR_CODE"));
}
Used in my Apps
# Floating Shortcuts >> Xda-Project
# ASAPP Service >> Xda-Project
# Get Translate
:good:
will this work with viber app?
Thanks. It worked in my Z1C stock lollipop rom.
Edit: Doesn't work in landscape mode, Color reverts back to original in landscape mode but works fine in portrait mode. Any suggestion why its happening? Also i would like to mention that when i try to move framework-res.apk to system/framework folder my device crashes and reboot itself but it work even though it crashes.
Wow, thanks for the guide
Thank you friend, working fine Xperia Z3 single chip.
Hey bro can I use this guidelines in My Xperia Kitkat device
Sent from my D2105 using XDA Free mobile app
But it's possible make navbar trasparent ?

Categories

Resources