[TUTORIAL] Build your own flashable VRTheme Mods for Xperia 2011 HDPI.[ANY ROM]

Abhinav1997

Inactive Recognized Developer / Retired Forum Mode
Jul 29, 2012
2,590
5,305
0
Disclaimer
Code:
 You are using this tutorial by yourself and i'm in no way responsible if your mobile is damaged due to it. I will help you in best way possible to get you out of the worse situation but I can't guarantee anybody. ThankYou!
How to build apps icon pack:

Things you require:

-Base VRTheme-Here!(Don't worry there are no trojans)
-Some icons-Here are my AOSP icons.
-Required apps from the ROM which you want to modify.
-Notepad++ for changing updater-script.
-Any good photo editing tool.
-A brain to avoid mistakes and bother me with stupid questions.
-Kindness to press the THANKS button below.
Steps:

1. Download all the things required.
2. Open your ROM and copy all the apps and move them to a seperate folder. Here we will take only 3 apps-Browser, Messaging and Calculator.





3. Now extract these apps using 7zip or winrar.





4. Now open the app folder, go to res and find the location where the icon of the app is present. These are generally present in mipmap-hdpi or drawable-hdpi. For e.g. in my case Browser app it's present in mipmap-hdpi named as ic_launcher_browser.png:





5. Now extract the VRTheme base folder and go to vrtheme->system->app and make a new folder their with named as appname.apk(Here appname refers to the name of the app). For e.g. Browser.apk in my case.





6. Now make res folder in it. And under res folder make another folder which contains app icon. For e.g res->mipmap-hdpi in my case:





7. Now place your modified icon in it and rename it to the original icon name. For e.g. ic_launcher_browser.png in my case. And resize it to 72X72. If you want to resize it by percent then decrease xhdpi icons by 66.7%. I don't recommend resizing from MDPI as it will decrease the quality of the icon and blur it.:(





8. Do the same for other apps. In my case calculator and messaging.





9. Now give this icon pack your name. Go to META-INF->com->google->android and open updater-script with notepad++ and in second line replace alokbina with your name. You can practically change almost everything under ui_print in updater-script but remember that it should be in the format ui_print("ABCD"); . Here replace ABCD with whatever you like.


10. Now you will be having 4 folders- data, META-INF, system, vrtheme and an image named as preview. Zip all these and rename it whatever you like and flash it with CWM and you're done! Enjoy your own icon pack :) Feel free to THANK me :laugh:


Important Tip:-Note the size of the original icon and modify the other icon accordingly or else you may not get any icon or smaller icon. For e.g. sometimes the icon present in the app is of size 96X96 though it is hdpi app. But still change the other icon size also to 96X96 to get best result. :)
Credits:
Sandy7 who taught me all this(sorry forgot to mention earlier :D). Please give him a THANKS too. :)
 
Last edited:

Abhinav1997

Inactive Recognized Developer / Retired Forum Mode
Jul 29, 2012
2,590
5,305
0
Re: [GUIDE] Build your own flashable VRTheme Mods for Xperia 2011 HDPI.[ANY ROM]

Does this only work for morphing drawables? Or can xmls be morphed as well?
Yes xmls can be morphed/themed the same way but remember ro place them in the correct folder and ur good to go :)

Press THANKS if I helped,
Best Regards,
AJ
 

vashta

Senior Member
Oct 4, 2012
533
380
0
Nice guide. I always want to try this vrtheme on my arc.

Edit : The guide works... Thx again bro....
 
Last edited: