[TUTORIAL][KK]Animated Background System And Puldown Notification - Sony Cross-Device General

Inspiration from boot animation and methods from animated nofification dropdown background from here.
Preview
Requirement:
1. Advanced apktool
2. Notepad++
3. Deodex System
A. Animation Background System
To do this mod first follow this tutorial to make the background transparent.
http://forum.xda-developers.com/showthread.php?t=2641414
1. Make sure you have a transparent background settings
2. Decompile framework-res.apk
3. Download framework-res.zip from attachment and merge to your framework-res.apk
4. Now navigate to /res/values/styles.xml and change the line :
Code:
<item name="windowBackground">@drawable/kalel_background_white</item>
to:
Code:
<item name="windowBackground">@drawable/kalel_anim_fr</item>
5. Recompile framework-res.apk
6. Enjoy
B. Animated Puldown Notification.
1. Decompile SystemUI.apk
2. Download SystemUI.zip from attachment and merge to your SystemUI.apk
3. Now navigate to /res/layout/somc_tabs_status_bar_expanded.xml and change the line :
Code:
<com.sonymobile.systemui.statusbar.tools.SomcTabsNotificationPanelView android:id="@id/notification_panel" android:background="@drawable/somc_notification_panel_bg"
to:
Code:
<com.sonymobile.systemui.statusbar.tools.SomcTabsNotificationPanelView android:id="@id/notification_panel" android:background="@drawable/kalel_anim_sys"
4. Recompile SystemUI.apk
5. Enjoy
For Xperia Z1 you can download this mod here : http://forum.xda-developers.com/xperia-z1/themes-apps/mod-cosmicflow-animation-background-t2954739
If you want to use other animation you can change the image file and edit the file kalel_anim_fr.xml and kalel_anim_sys.xml.
Sorry for my bad english
Do With Your Own Risk
Thanks TO: (if I forgot someone, please remember me)
- BDFreak for Advanced Apktool
- SilencerOfLambs for ANIMATED NOTIFICATION DROPDOWN BACKGROUND
- neoxx3m for bootanimation file

Very Good

Removed for nothing

kalel2012 said:
Inspiration from boot animation and methods from animated nofification dropdown background from here.
Click to expand...
Click to collapse
will this work for samsung or 4.1.2 ?

manojkumar8552 said:
will this work for samsung or 4.1.2 ?
Click to expand...
Click to collapse
has not been tested. please try

kalel2012 said:
has not been tested. please try
Click to expand...
Click to collapse
lets see

kalel2012 said:
has not been tested. please try
Click to expand...
Click to collapse
confuse now !!
which file should be change here

I don't own a xperia but I must say this is fuc*in awesome great work buddy :highfive:

manojkumar8552 said:
confuse now !!
which file should be change here
Click to expand...
Click to collapse
sorry, i can't help. I think there is difference xml

Does this require root? I have the Z3v, but also another thing, does this drain battery as bad?

Is it possible to make it more 'flow'?
Anyway, very nice mod!

GigaSPX said:
Does this require root? I have the Z3v, but also another thing, does this drain battery as bad?
Click to expand...
Click to collapse
Require root.

NFS_FM said:
Is it possible to make it more 'flow'?
Anyway, very nice mod!
Click to expand...
Click to collapse
of course, add more images in the drawable-xxhdpi and edit xml in attachment.

kalel2012 said:
of course, add more images in the drawable-xxhdpi and edit xml in attachment.
Click to expand...
Click to collapse
Thank you for the answer.

Here this mod for Xperia Z http://forum.xda-developers.com/showthread.php?t=2970674

did in my rom this process but my systemui was a little strange transparent half and with large dimensions and transparent to open the configurations

http://m.youtube.com/watch?feature=youtu.be&v=7EcQcJ0YNMM
Theme

Related

moding status bar

please how to mod a status bar in esiest way
while i have tried using app manager he is asking for adb what is adb
i have installed adb drivers but no response please do yhe needfull
Try uot kitchen, very easy.
Here the site -> http://uot.dakra.lt/
Click kitchen and mod everything you want. Go to the tab that you can upload your systemui.apk and framework-res.apk. Go to summary and submit your work. Click pickup and wait you file appears. Install through recovery. Done.
ADB means Android Debug Bridge. If you're using apk multi-tool or apk manager, it asks for adb. It's very confusing and you may have to set the PATH variable, maybe download the SDK and all that. Use Apktool. I use it all the time for decompiling apks and it's the best for me. You can find the links to download it and the guide here.
gu200123 said:
Try uot kitchen, very easy.
Here the site -> http://uot.dakra.lt/
Click kitchen and mod everything you want. Go to the tab that you can upload your systemui.apk and framework-res.apk. Go to summary and submit your work. Click pickup and wait you file appears. Install through recovery. Done.
Click to expand...
Click to collapse
thanks......... but i dint mean this anything else......as i have already used this........i have actually changed some.....i meant by editing system ui file or framework file....can i make some changes in it.....so that i can make it or change the way i want..........not the UOT way......pls help ty
This thread will help you. http://forum.xda-developers.com/showthread.php?t=1714481
hmahadi98 said:
This thread will help you. http://forum.xda-developers.com/showthread.php?t=1714481
Click to expand...
Click to collapse
its not working panel icons are not working means as i added in png format they are not coming
please help me out
i am using creeds rom v3.5
and its theme of ics
pushpakjain said:
its not working panel icons are not working means as i added in png format they are not coming
please help me out
i am using creeds rom v3.5
and its theme of ics
Click to expand...
Click to collapse
Are the images that you added ugly?
Like stretched or something?
pushpakjain said:
its not working panel icons are not working means as i added in png format they are not coming
please help me out
i am using creeds rom v3.5
and its theme of ics
Click to expand...
Click to collapse
Make sure the icons are of the same size and same name....if it's jpg or other format, convert it to png....
Sent from my GT-S5360 using Tapatalk 2
pushpakjain said:
its not working panel icons are not working means as i added in png format they are not coming
please help me out
i am using creeds rom v3.5
and its theme of ics
Click to expand...
Click to collapse
U have to replace icons,with original..and the resolution and format should be same..
Example: If the original icon resolution is 48x48 then u should change ur image resolution to 48x48 or near like 52x52 not 200x200 and if the original icon is like Wifi_on.PNG then u have to rename your icon in wifi_on.PNG and then just replace... clear???
DELETED
gu200123 said:
Are the images that you added ugly?
Like stretched or something?
Click to expand...
Click to collapse
Somewhat and yes I have converted it into png format only
Sent from my Neo V

[Q] How to make transparent status bar

Hi guys! I am currently using odexed samsung galaxy y duos and this systemui modded by Kenjboy and I was thinking if there's a way to make it transparent and remove clock and date from the expanded? will anyone please help me?
here's the link of where i get it.
http://forum.xda-developers.com/showthread.php?t=2364522
thanks!
First Deodex
See for transparent status bar
http://forum.xda-developers.com/showthread.php?t=2204389
Decompile SystemUI.apk with apktool
For expanded change any pngs mentioned in status_bar_expanded.xml
For clock & date delete lines starting something like com.clock & com.dateview from status_bar_expanded.xml
Request to edit
marcussmith2626 said:
First Deodex
See for transparent status bar
http://forum.xda-developers.com/showthread.php?t=2204389
Decompile SystemUI.apk with apktool
For expanded change any pngs mentioned in status_bar_expanded.xml
For clock & date delete lines starting something like com.clock & com.dateview from status_bar_expanded.xml
Click to expand...
Click to collapse
thanks for your reply sir. but please can you do it for me? i do not know how to edit xmls and i dont have a pc. just remove the clock and date in the expanded and if you can add battery percentage, do it so. your work will be greatly appreciated. thanks in advance sir!
also, if making the statusbar transparent needs to be deodexed, just nevermind. i prefer using odex that deodexed ones. thanks again!
by the way sir, this is what i want to remove. thankssss!!
No I'm not doing it for you - learn to do it yourself!
There is Apktool for mobile so you don't need a pc to decompile
marcussmith2626 said:
No I'm not doing it for you - learn to do it yourself!
There is Apktool for mobile so you don't need a pc to decompile
Click to expand...
Click to collapse
okay sir. i thought i can only do it by pc. since there is a way to make it through mobile, i can manage everything. thank you for informing me. thankss! )

Which Smali Generate Tab in framework.jar

Hello Devs I am Developing Rom Called Zero Which smali generate the tabs in framework.jar and Which Public .xml are follow in framework.jar help pls
Great... >_< Waiting For the rom to be release >_<
Thanax But i need the answer
shadman0 said:
Hello Devs I am Developing Rom Called Zero Which smali generate the tabs in framework.jar and Which Public .xml are follow in framework.jar help pls
Click to expand...
Click to collapse
Normaly This Smalis Of Framework.jar Generates/Implements Tabs In Android Apps (As Like Our Tabbed Settings)-
android/view/GestureDetector
(Implements The Swipe/Gesture View)
android/view/View
(Implements The View Style Of Tabs)
android/widget/TabHost
(Generate The Tabs)
There Are Also Many Child Implements In Framework.jar,To Generate Tabs,So For Detailed Information You Have To Learn Android Developing....Go To Developers.android.com To Learn..
TECHNO_THUNDER said:
Normaly This Smalis Of Framework.jar Generates/Implements Tabs In Android Apps (As Like Our Tabbed Settings)-
android/view/GestureDetector
(Implements The Swipe/Gesture View)
android/view/View
(Implements The View Style Of Tabs)
android/widget/TabHost
(Generate The Tabs)
There Are Also Many Child Implements In Framework.jar,To Generate Tabs,So For Detailed Information You Have To Learn Android Developing....Go To Developers.android.com To Learn..
Click to expand...
Click to collapse
Which smali in framework.jar that control tabs
shadman0 said:
Hello Devs I am Developing Rom Called Zero Which smali generate the tabs in framework.jar and Which Public .xml are follow in framework.jar help pls
Click to expand...
Click to collapse
explain
TECHNO_THUNDER said:
Normaly This Smalis Of Framework.jar Generates/Implements Tabs In Android Apps (As Like Our Tabbed Settings)-
android/view/GestureDetector
(Implements The Swipe/Gesture View)
android/view/View
(Implements The View Style Of Tabs)
android/widget/TabHost
(Generate The Tabs)
There Are Also Many Child Implements In Framework.jar,To Generate Tabs,So For Detailed Information You Have To Learn Android Developing....Go To Developers.android.com To Learn..
Click to expand...
Click to collapse
Which smali need to modify for themeing tab in framework.jar
Never looked in framework.jar but in framework-res.apk it is tab_indicator.xml and the one below it .I dont remember tab..cml
san122 said:
Never looked in framework.jar but in framework-res.apk it is tab_indicator.xml and the one below it .I dont remember tab..cml
Click to expand...
Click to collapse
Hey bro i need smali
shadman0 said:
Which smali need to modify for themeing tab in framework.jar
Click to expand...
Click to collapse
Can You Please Explain,What Do You Want To Do With This?
TECHNO_THUNDER said:
Can You Please Explain,What Do You Want To Do With This?
Click to expand...
Click to collapse
Hey bro framework.jar is source of framework-res.apk which have to modify
shadman0 said:
Hey bro framework.jar is source of framework-res.apk which have to modify
Click to expand...
Click to collapse
What will you do with your tab ?
Sent from my GT-S5360 using xda app-developers app
Here u can see some tabs these are cannot theme by decopile so these only can be modify by framework-res.apk here the tabs resource and framework.jar source of tab which smali is the source of tab
shadman0 said:
Here u can see some tabs these are cannot theme by decopile so these only can be modify by framework-res.apk here the tabs resource and framework.jar source of tab which smali is the source of tab
Click to expand...
Click to collapse
If You Are Asking About Job Manager Tabs,The Background and Tab Selected/Unselected are *.9.png Images.
And For The Text View Bug Of The Tabs,Just Resize(Small) The Icons That You Are Using In The Tab..
TECHNO_THUNDER said:
If You Are Asking About Job Manager Tabs,The Background and Tab Selected/Unselected are *.9.png Images.
And For The Text View Bug Of The Tabs,Just Resize(Small) The Icons That You Are Using In The Tab..
Click to expand...
Click to collapse
Hey our rom will be Text tab but in Settings Jobmanger Contacts and phone will be icon
shadman0 said:
Hey our rom will be Text tab but in Settings Jobmanger Contacts and phone will be icon
Click to expand...
Click to collapse
Ok,So You Mean That You Wanna Remove The Texts From The Tabs??
TECHNO_THUNDER said:
If You Are Asking About Job Manager Tabs,The Background and Tab Selected/Unselected are *.9.png Images.
And For The Text View Bug Of The Tabs,Just Resize(Small) The Icons That You Are Using In The Tab..
Click to expand...
Click to collapse
Yes

Theming Help

can someone tells me guide to edits framework of galaxy y? (I means to add theme, etc) Thanks
GalKill said:
can someone tells me guide to edits framework of galaxy y? (I means to add theme, etc) Thanks
Click to expand...
Click to collapse
Sorry this question is too general
First you need to decide what exactly it is you want to do
Next type into google what it is you want to do and add xda on the end (you can add galaxy y on the end too if you want to search galaxy y threads) - eg how to add brightness slider xda galaxy y
marcussmith2626 said:
Sorry this question is too general
First you need to decide what exactly it is you want to do
Next type into google what it is you want to do and add xda on the end (you can add galaxy y on the end too if you want to search galaxy y threads) - eg how to add brightness slider xda galaxy y
Click to expand...
Click to collapse
Sorry sir :'( But how to change height name banner and change the icons?
GalKill said:
Sorry sir :'( But how to change height name banner and change the icons?
Click to expand...
Click to collapse
hight will be in xml file and png will be in res folder
cant tell you which xml or what the name of the png is you will have to decompile the apk you want to mod and look through it
marcussmith2626 said:
hight will be in xml file and png will be in res folder
cant tell you which xml or what the name of the png is you will have to decompile the apk you want to mod and look through it
Click to expand...
Click to collapse
Sir,Please help me also?
marcussmith2626 said:
hight will be in xml file and png will be in res folder
cant tell you which xml or what the name of the png is you will have to decompile the apk you want to mod and look through it
Click to expand...
Click to collapse
Can u give me the specific directory of the folder,please?
GalKill said:
Can u give me the specific directory of the folder,please?
Click to expand...
Click to collapse
I cant because I dont have the apk nor can I really help you - you will just have to look through the xml untill you come across the line for thing you wish to change the height of
Same for the png - look through the res folder untill you see the png you wish to change
marcussmith2626 said:
I cant because I dont have the apk nor can I really help you - you will just have to look through the xml untill you come across the line for thing you wish to change the height of
Same for the png - look through the res folder untill you see the png you wish to change
Click to expand...
Click to collapse
But it's appear on all apps; I think the problem is on the framework-res.apk. It's miniROM touchwiz nature UX
GalKill said:
But it's appear on all apps; I think the problem is on the framework-res.apk. It's miniROM touchwiz nature UX
Click to expand...
Click to collapse
then look in the framework - probably in styles.xml
you can try <item name="listPreferredItemHeight">64.0dip</item>
I presume thats the gap between items in a list/the height of each item
marcussmith2626 said:
then look in the framework - probably in styles.xml
you can try <item name="listPreferredItemHeight">64.0dip</item>
I presume thats the gap between items in a list
Click to expand...
Click to collapse
How about to make it into stock-like ? (No icon, just a banner with the app name )
GalKill said:
How about to make it into stock-like ? (No icon, just a banner with the app name )
Click to expand...
Click to collapse
most likely will require smali change as the smali will probably refer to a public value for the png or it could be a case of it just being refered as a drawable value in a drawable/layout xml - again you will have to look
without knowledge or understanding of what you are looking at it will be very hard for you to do - sorry

Hide carrier name in lock screen

Hello, all. I'm trying to hide my carrier's name on lock screen. I don't mind it being on my status bar when I swipe down for notifications though.
I'm rooted with magisk, stock rom 8.1, pixel 2 xl mod.
I do not want to use a custom rom nor do I want to use exposed. Thanks!
jayeebee said:
Hello, all. I'm trying to hide my carrier's name on lock screen. I don't mind it being on my status bar when I swipe down for notifications though.
I'm rooted with magisk, stock rom 8.1, pixel 2 xl mod.
I do not want to use a custom rom nor do I want to use exposed. Thanks!
Click to expand...
Click to collapse
Upload your SystemUI.apk and framework-res.apk. I believe I can take it off for you.
Tulsadiver said:
Upload your SystemUI.apk and framework-res.apk. I believe I can take it off for you.
Click to expand...
Click to collapse
Thank you very much. I really appreciate that however I would like to learn how to do it by myself because I update my ROM via fastboot every month. So I think I will have to do that modification every month.
jayeebee said:
Thank you very much. I really appreciate that however I would like to learn how to do it by myself because I update my ROM via fastboot every month. So I think I will have to do that modification every month.
Click to expand...
Click to collapse
No problem. The xml's to mod are in the systemui.apk res/layout folder. The keyguard_status_bar.xml and keyguard_emergency_carrier_area.xml
for id/keyguard_carrier_text and Id/carrier_text change the layout widths and height's to 0.0dip and add Android:visibility="gone" to those two lines of code.
Tulsadiver said:
No problem. The xml's to mod are in the systemui.apk res/layout folder. The keyguard_status_bar.xml and keyguard_emergency_carrier_area.xml
for id/keyguard_carrier_text and Id/carrier_text change the layout widths and height's to 0.0dip and add Android:visibility="gone" to those two lines of code.
Click to expand...
Click to collapse
Thanks can I do this in notepad++? Do I have to recompile?
jayeebee said:
Thanks can I do this in notepad++? Do I have to recompile?
Click to expand...
Click to collapse
Decompile, edit with notepad++, recompile.

Categories

Resources