[Guide][Xhdpi][4.0+]Xperia switch animation - Android Themes

Hi friends I want to share my new work
Yes its xperia switch animation for 4.0+
After searching in xperia framework after lots of errors in xmls and changing codes hex color values im finally able to port this mod so let's begin
Tools you need
Your framework-res.apk
Apktool
Text editor
My resource file
1) Decompile your framework
2) replace and merge my resources in your framework
3)recompile your framework
Download
http://www89.zippyshare.com/v/VCxIcTIP/file.html
Screenshots
http://imgur.com/TAxujjR
http://imgur.com/FQaIoXf
http://imgur.com/BYKFVmT
http://imgur.com/uqaITFW
Credits
Google
Sony
Apktool for android
Jota+
Axel
And me @akashpillai
Don't forget to hit thanks button

akashpillai said:
Hi friends I want to share my new work
Yes its xperia switch animation for 4.0+
After searching in xperia framework after lots of errors in xmls and changing codes hex color values im finally able to port this mod so let's begin
Tools you need
Your framework-res.apk
Apktool
Text editor
My resource file
1) Decompile your framework
2) replace and merge my resources in your framework
3)recompile your framework
Download
http://www89.zippyshare.com/v/VCxIcTIP/file.html
Screenshots
http://imgur.com/TAxujjR
http://imgur.com/FQaIoXf
http://imgur.com/BYKFVmT
http://imgur.com/uqaITFW
Credits
Google
Sony
Apktool for android
Jota+
Axel
And me @akashpillai
Don't forget to hit thanks button
Click to expand...
Click to collapse
where is the ss sir ?

eboybasit said:
where is the ss sir ?
Click to expand...
Click to collapse
See post again you can find it easily They are imgur links

Related

[LINKS][TIPS] Edit system files, ROM, Kernel

I'm gonna give links for various guides to edit these files
Remember, these files are most useful for theming or making ROMs so read on if you want to develop your own ROMs...:good:
A noobs guide for uot kitchen
http://forum.xda-developers.com/showthread.php?t=1676817
Full guide for editing systemui.apk and framework-res.apk and also making a custom rom
http://forum.xda-developers.com/showthread.php?t=2086771
Editing classes.dex inside services.jar
http://forum.xda-developers.com/showthread.php?t=2160478
Change status bar clock color
http://forum.xda-developers.com/showthread.php?t=549309
Make status bar transparent
http://forum.xda-developers.com/showthread.php?t=1891702
Battery Bar Mod
http://forum.xda-developers.com/showthread.php?t=1371330
Decompiling/Recompiling and Advance Theming of 9 PNG
http://forum.xda-developers.com/showthread.php?t=2254824
Android Theming(Big guide with lots of links)
http://forum.xda-developers.com/showthread.php?t=2069287
Build.prop edits
http://forum.xda-developers.com/showthread.php?t=2256588
ADB, Logcat for n00bs and newbies
http://forum.xda-developers.com/showthread.php?t=2141817
KERNEL DEVELOPMENT(Advanced User)
How to use Github
http://forum.xda-developers.com/showthread.php?t=1877040
Guides on building kernels
http://forum.xda-developers.com/showthread.php?t=1845099&highlight=build+kernel (More useful for BCM devices)
http://forum.xda-developers.com/showthread.php?t=2226199
http://forum.xda-developers.com/showthread.php?t=2152819 (Using NDK)
Add features to your kernel( from XDA-U)
http://xda-university.com/as-a-developer/adding-features-to-your-kernel
TIPS​
Tip-1
Enable CRT screen off animation in ur phone(Will not enable animation when screen is turned on)(does not work on S5830i)
Decompile framework-res.apk
go to res/values find bools.xml and open it.
[/B]
Change this
<bool name="config_animateScreenLights">true</bool>
to this
<bool name="config_animateScreenLights">false</bool>
If this does not work, look for detailed guide with editing of services.jar
Tip-2
Change your android version and name(just a superficial change!)
1. Open your explorer.
2. Go to system/
3. There's a file named "build.prop"
4. Long press and then open in text editor.
5. Find these-
ro.build.display.id - Build Number(Default: GINGERBREAD.XXLA2)
ro.build.version.release- Android version(Default: 2.3.6)
6. Edit, Save and Reboot!
Tip-3
Make status bar transparent(Only transparent for homescreen)
1. Decompile systemui.apk
2. Go to res/layout/status_bar,xml
3.Find android:background=FF000000 and change it to android:background=000000000 for full transparency and to android:background=5F000000 for half transparency.
4.If android:[email protected] statusbar_background (this name can be different) is present in status_bar.xml then you can find the image named statusbar_background in res/drawable-ldpi( or mdpi/hdpi depending on the device) and make that image transparent via image editors!
This simply means our status bar background is drawable and we are providing proper image for it!
Will add more tips soon!
Re: [LINKS][TIPS] Editing system files and more!
Thank js.. Very helpfull for a noob like me..
Sent from my GT-S6500D
thank you very much. it was helpful for me too.
Re: [LINKS][TIPS] Editing system files and more!
EvolutionHybrid said:
Thank js.. Very helpfull for a noob like me..
Sent from my GT-S6500D
Click to expand...
Click to collapse
eserguei said:
thank you very much. it was helpful for me too.
Click to expand...
Click to collapse
Quite strange that the guys who found it useful haven't bothered to atleast hit a small thanks button!
Sent from my Xperia Neo V using xda premium
Ghostfreak NB said:
Quite strange that the guys who found it useful haven't bothered to atleast hit a small thanks button!
Sent from my Xperia Neo V using xda premium
Click to expand...
Click to collapse
I did, but not to you
Also, is the CRT effect not able to be done on a Gingerbread-based stock rom? I decompiled my framework-res.apk with NinjaMorph but, I can't seem to find the dir [APK ROOT]/res/values nor the bools.xml file...
Another question, is it dangerous to my rom's stability if I use somebody else's framework-res.apk? (taking into account that my rom's backed up though, it's not really an issue )
Ah, my phone is a GT-S5830M (same as the GT-S5830i)
El_Dark said:
I did, but not to you
Also, is the CRT effect not able to be done on a Gingerbread-based stock rom? I decompiled my framework-res.apk with NinjaMorph but, I can't seem to find the dir [APK ROOT]/res/values nor the bools.xml file...
Another question, is it dangerous to my rom's stability if I use somebody else's framework-res.apk? (taking into account that my rom's backed up though, it's not really an issue )
Ah, my phone is a GT-S5830M (same as the GT-S5830i)
Click to expand...
Click to collapse
I am also S5830i user but this method won't work due to unknown reasons! I'll edit OP!
Otherwise it will work on other devices!
Don't replace framework-res.apk.. U'll get bricked.. If u are doing ui changes just take the pngs and replace in ur framework-res.apk! But make sure resolution is same as that of original one!
Sent from mass relay
El_Dark said:
Also, is the CRT effect not able to be done on a Gingerbread-based stock rom? I decompiled my framework-res.apk with NinjaMorph but, I can't seem to find the dir [APK ROOT]/res/values nor the bools.xml file...
Click to expand...
Click to collapse
It is yes, but you can only theme images it seems with NinjaMorph, which is why it doesn't list the folders that consist mainly of xmls, which can only be edited after being decompiled.
Was really a very easy n a extremely noov friendly tutorial.
Thnx guys!
Sent from my GT-I9100 using xda premium
VERY NICE GUIDE !!! Thanks a lot ,, many more to learn
Can u give a guide to add notification toggles in aosp ics
Sent from my GT-S5570 using xda premium
really helpful
thanks (pressed already)
How do I change the Model Number?
js2892 said:
I'm gonna give links for various guides to edit these files
Remember, these files are most useful for theming or making ROMs so read on if you want to develop your own ROMs...:good:
A noobs guide for uot kitchen
http://forum.xda-developers.com/showthread.php?t=1676817
Full guide for editing systemui.apk and framework-res.apk and also making a custom rom
http://forum.xda-developers.com/showthread.php?t=2086771
Editing classes.dex inside services.jar
http://forum.xda-developers.com/showthread.php?t=2160478
Change status bar clock color
http://forum.xda-developers.com/showthread.php?t=549309
Make status bar transparent
http://forum.xda-developers.com/showthread.php?t=1891702
Battery Bar Mod
http://forum.xda-developers.com/showthread.php?t=1371330
Decompiling/Recompiling and Advance Theming of 9 PNG
http://forum.xda-developers.com/showthread.php?t=2254824
Android Theming(Big guide with lots of links)
http://forum.xda-developers.com/showthread.php?t=2069287
Build.prop edits
http://forum.xda-developers.com/showthread.php?t=2256588
ADB, Logcat for n00bs and newbies
http://forum.xda-developers.com/showthread.php?t=2141817
KERNEL DEVELOPMENT(Advanced User)
How to use Github
http://forum.xda-developers.com/showthread.php?t=1877040
Guides on building kernels
http://forum.xda-developers.com/showthread.php?t=1845099&highlight=build+kernel (More useful for BCM devices)
http://forum.xda-developers.com/showthread.php?t=2226199
http://forum.xda-developers.com/showthread.php?t=2152819 (Using NDK)
Add features to your kernel( from XDA-U)
http://xda-university.com/as-a-developer/adding-features-to-your-kernel
TIPS​
Tip-1
Enable CRT screen off animation in ur phone(Will not enable animation when screen is turned on)(does not work on S5830i)
Decompile framework-res.apk
go to res/values find bools.xml and open it.
[/B]
Change this
<bool name="config_animateScreenLights">true</bool>
to this
<bool name="config_animateScreenLights">false</bool>
If this does not work, look for detailed guide with editing of services.jar
Tip-2
Change your android version and name(just a superficial change!)
1. Open your explorer.
2. Go to system/
3. There's a file named "build.prop"
4. Long press and then open in text editor.
5. Find these-
ro.build.display.id - Build Number(Default: GINGERBREAD.XXLA2)
ro.build.version.release- Android version(Default: 2.3.6)
6. Edit, Save and Reboot!
Tip-3
Make status bar transparent(Only transparent for homescreen)
1. Decompile systemui.apk
2. Go to res/layout/status_bar,xml
3.Find android:background=FF000000 and change it to android:background=000000000 for full transparency and to android:background=5F000000 for half transparency.
4.If android:[email protected] statusbar_background (this name can be different) is present in status_bar.xml then you can find the image named statusbar_background in res/drawable-ldpi( or mdpi/hdpi depending on the device) and make that image transparent via image editors!
This simply means our status bar background is drawable and we are providing proper image for it!
Will add more tips soon!
Click to expand...
Click to collapse
Hi,
How would I change the Model Number?
rasmutu said:
Hi,
How would I change the Model Number?
Click to expand...
Click to collapse
Please don't quote the whole OP.
go to system/build.prop
open the file and change value of ro.product.model
It seems good. I'm going to click. thank you!

lildroid-res.apk missing

hey guys,
i want to modify my toggle-bar.
but for that lidroid-res.apk is necessary, but it is NOT in /system/framework
i need this file for modding...
any ideas?
My ROM: see signature
JackoMJ
For modding toggle bar is necessary to made some smali and xml edit too, only lidroid apk in framework folder is for nothing. Look here for more info.
somin.n said:
For modding toggle bar is necessary to made some smali and xml edit too, only lidroid apk in framework folder is for nothing. Look here for more info.
Click to expand...
Click to collapse
Thx somin, i read the thread and tested it.
And i must confess that i am too silly for that ... :crying:

[PORT][JB 4.3]Latest Xperia Z2 Home Launcher [6.3.A.0.5][21/07/14]

Hello everyone !
I have tried to port the latest Z2 Home Launcher and fix some bug on JB.
It is working fine on my device XV Stock ROM JB 4.3.
Sorry for my poor english.
Feautures:
Latest Xperia Launcher 6.3.A.0.5
Full screen show on JB 4.3
A bit fast
Install instructions:
Download the .zip
Put it to SD card
Reboot to CWM and flash it
If you got fc add this two line to your build.prop
Code:
dalvik.vm.dexopt-flags=v=n,o=v,m=y
dalvik.vm.verify-bytecode=false
Download:
- Initial release Dev-Host
Thanks to:
-Sony Mobile
[email protected]Ben Ling for lastest Home.apk
[email protected]serajr for ZU Home full screen ported
[email protected]niaboc79 for old version ported
My first port is base on their ported
Thanks you!!!!
Fully working on my Xperia TX
Waiting more ports
how to make the border around like this.
Can be made with transparent status bar and navigation bar..
Please, thanks in advance
devilmaycry2020 said:
how to make the border around like this.
Click to expand...
Click to collapse
raditzava said:
Can be made with transparent status bar and navigation bar..
Please, thanks in advance
Click to expand...
Click to collapse
in my phone
it is
systemui.apk involved
Leo said:
in my phone
it is
systemui.apk involved
Click to expand...
Click to collapse
Ok, I've got it, need some smali coding and it ok now
bcc290786 said:
Hello everyone !
I have tried to port the latest Z2 Home Launcher and fix some bug on JB.
It is working fine on my device XV Stock ROM JB 4.3.
Sorry for my poor english.
Feautures:
Latest Xperia Launcher 6.3.A.0.5
Full screen show on JB 4.3
A bit fast
Install instructions:
Download the .zip
Put it to SD card
Reboot to CWM and flash it
If you got fc add this two line to your build.prop
Code:
dalvik.vm.dexopt-flags=v=n,o=v,m=y
dalvik.vm.verify-bytecode=false
Download:
- Initial release Dev-Host
Thanks to:
-Sony Mobile
[email protected]Ben Ling for lastest Home.apk
[email protected]serajr for ZU Home full screen ported
[email protected]niaboc79 for old version ported
My first port is base on their ported
Click to expand...
Click to collapse
Taiwaneese?
It works in Xperia V Lt25i with storck firmware 9.2.A.2.5?
How does it really differ? What is improved over the older versions? I mean is there a benefit for the user, ergonomics, functions, fuel consumption? Or is it just the higher version number?
devilmaycry2020 said:
Ok, I've got it, need some smali coding and it ok now
Click to expand...
Click to collapse
Perhaps you mean have to edit smali too? But smali home.apk or sytemUI.apk ??
raditzava said:
Perhaps you mean have to edit smali too? But smali home.apk or sytemUI.apk ??
Click to expand...
Click to collapse
need edit smali home.apk and edit some png file.
devilmaycry2020 said:
need edit smali home.apk and edit some png file.
Click to expand...
Click to collapse
You know where his smali files ?? You mean change the png files in a transparent ??
raditzava said:
You know where his smali files ?? You mean change the png files in a transparent ??
Click to expand...
Click to collapse
you need to decompile the systemui.apk . then you can find smali, xml and png files where you can edit:silly:
Does it need a deodexed rom?
Here Stock Xperia T Rooted 4.3 reporting that work just by moving .apk file, set permission and replace into system folder. It doesn't FC so far at all. No need to flash on CMW in my case.
Transparency by Xposed.
Installed secssufully on Xperia V.
Thanks!

How to remove carrier name ?

Does anyone know how to remove from the system tray carrier name ?
If you can edit the systemui.apk after deodexing, it should be easy for you.
Unfortunately it was not possible for me, to deodex our systemui.apk.
The downloadable edited systemui.apk of the p6 is running, if you rename the original systemui.apk and systemui.odex.
But after that you will miss some taskbar functions.
Tippfehler said:
If you can edit the systemui.apk after deodexing, it should be easy for you.
Unfortunately it was not possible for me, to deodex our systemui.apk.
The downloadable edited systemui.apk of the p6 is running, if you rename the original systemui.apk and systemui.odex.
But after that you will miss some taskbar functions.
Click to expand...
Click to collapse
Thanks, but no detailed instructions can not do it .
Hide Operator P6 (You can test apk from #10):
http://forum.xda-developers.com/showthread.php?t=2776681
If you google for these words, you can find instructions:
systemui.apk status_bar.xml TextView paddingLeft
Tippfehler said:
Hide Operator P6 (You can test apk from #10):
http://forum.xda-developers.com/showthread.php?t=2776681
If you google for these words, you can find instructions:
systemui.apk status_bar.xml TextView paddingLeft
Click to expand...
Click to collapse
Its working, thanks:good: I used the apk from first post
I made a simple tutorial here :
http://forum.xda-developers.com/ascend-p7/development/guide-how-to-remove-carrier-tray-t2843461
The systemui.apk from #10 has a house instead of a huawei logo for home.
If you don´t rename systemui.odex, you will get a lot of systemui error messages and it would be difficult, to fix it.
The better way is to edit the original systemui.apk.
Since this is working well, am I able to deodex this SystemUI and make my own changes? Couldn't deodex the original SystemUI.
...
i cannot get it working. all i see is black window when i restart. what deodoxing means? wut
i tried this: http://forum.xda-developers.com/ascend-p7/development/guide-how-to-remove-carrier-tray-t2843461
deodex: http://www.addictivetips.com/mobile/what-is-odex-and-deodex-in-android-complete-guide/
deodex tool: http://forum.xda-developers.com/ascend-p7/general/guide-stock-rom-flashables-wip-t2836655

[Q] Adding items to settings.apk

Hi guys
I want to add items in settings.apk . I have searched everywhere and the only things I found are guides to add these
items or change layout but I need to decompile settings.apk , edit strings etc .
I dont want to do these things and I wonder if there is some kind of Xposed Module or app I can use to do these
things ?
Can you help me ?
:victory: Thank You :victory:
@-XperiaMan-
Hi
1. Download advanced apktool by @BDFreak
2. Install frameworks from your device (framework-res.apk+SemcUXPGeneric.apk)
3. Decompile settings.apk
4. Using notepad++
5. Add to logos to drawble folders with others size
6. Res/Xml/settings_headers.xml open with notepad++ and add to items for here.
Good luck and sorry for my bad english.
jancsessz said:
@-XperiaMan-
Hi
1. Download advanced apktool by @BDFreak
2. Install frameworks from your device (framework-res.apk+SemcUXPGeneric.apk)
3. Decompile settings.apk
4. Using notepad++
5. Add to logos to drawble folders with others size
6. Res/Xml/settings_headers.xml open with notepad++ and add to items for here.
Good luck and sorry for my bad english.
Click to expand...
Click to collapse
Thank you , but as I said , I dont want to decompile,use apktool or something but I will try it anyway
Thank you

Categories

Resources