TWRP Recovery Theme 480x800

M

Modding.MyMind

Guest
Want to port your own TWRP Theme?:
So, if you don't know then I will share it here and inform the masses who read this :).

I wrote two scripts, TWRPUI and TWRPIMAGE, that will port a TWRP theme from one resolution to another. I'm continuously looking for ways to improve it but for now it works VERY good.

It is best to grab a TWRP theme which is based on a higher resolution and port it to your lower resolution and for good reasons too. Enlarging the theme from a small resolution to a larger resolution could cause wear and tear on the theme by making it not appear as crisp and clean as it should.

Anyways, I will keep it short, but please note that GraphicsMagick is required in order to use TWRPIMAGE. I have compiled it for ARM devices and it can be found in my repo called, gm.

In addition, both scripts require the use of busybox.

Feel free to play around with it and if you come up with an idea for either of the scripts please feel free to share your insights with me.

Remember, the only stupid question or idea is the one which is not shared or expressed ;).

https://github.com/ModdingMyMind/TWRP_IMAGE_PORTER


To use the TWRP Theme, you must go to /sdcard/TWRP on your device and create another folder named, theme. Then take the zip and rename it to ui.zip. Place the ui.zip inside of the theme folder. Reboot in to your custom recovery and enjoy. If you wish to not use it anymore, then just delete the zip file.

If you enjoy these themes, then a simple click on the thanks button will suffice. Please be sure to go and give thanks to the original author's as well.

  • If you find something out of place or simply wrong with the theme, please bring it to my attention.
  • I am only one guy, and so with that said, I can only recognize and spot so many things on my behalf.
  • To help resolve any issue's, then it will be YOUR obligation to speak up about it. I will not be offended, but pleased to know of the current situation so that I may be able to resolve the problem with a solution.
  • Thanks and enjoy these themes.

Credit goes to @Primokorn and @NorthLight for their original work for devices with 720x1080 and 1080x1920 resolutions.

You can check out their awesome work at 1080 Themes and also 720 Themes

Credit for testing and feedback on XDA_Origin:
@russellvone
@rickberg
@lordvincent 90

XDA_Origin (Ported) - By Modding.MyMind

Screenshots:




Credit for testing and feedback on Pip_Boy_V3:
@lordvincent 90

Pip_Boy_V3 (Ported) - By Modding.MyMind

Screenshots:

















Light Emerald UI (Ported) - By @lordvincent 90

Download - Light Emerald UI

Screenshots:







Credit goes to @z31s1g for the following themes. He has these available across many forums for many devices with close to or similar resolutions. You can check out his signature for further details. You can get a glimpse of his work here. The shared thread link for his themes are used as my base for porting them over from 720x1280 to 480x800.



Code:
[COLOR="Red"][B]HOW TO USE AROMA FM with Holofied Themes:[/B][/COLOR]
[LIST=1]
[*]Download holofied_aromafm_191.zip.
[*]Flash the zip in recovery.
It will copy the flashable Aroma FM package to sdcard\TWRP\[B]aromafm\aromafm.zip[/B]
[*]Go to "settings" and tick the option to use Aroma FM.
[*]Go back to main screen and select, File Manager
[*]Profit!
[/LIST]
Holofied Black (Ported) - By Modding.MyMind

Holofied Dark (Ported) - By Modding.MyMind

Holofied Light (Ported) - By Modding.MyMind

Holofied Play (Ported) - By Modding.MyMind : Credits for testing and feedback - @lordvincent 90

Holofied XDA (Ported) - By Modding.MyMind
 

Attachments

Last edited:
M

Modding.MyMind

Guest
Good job mate !
Really happy to see this theme on this screen resolution.
Hope you will continue.
Thanks.
It will be continued. I plan to port all of your work ;). You keep making them and I will keep porting them lol.

Sent from my C525c using Tapatalk
 
M

Modding.MyMind

Guest
Those. Are. Amazing!
Some features in the pip boy theme will not work because it is built around the latest version of TWRP which ours do not currently obstain, like HTC Dumlock for example, so the icons will still be there in the theme but depending on whether or not the twrp being used has those particular features will determine whether or not those functions will be enabled or disabled. Either way, it will not render the ability to use the theme at all.

And a side note.... That pip boy theme is freakin SICK!!!

Got some more work to do to it, but will hopefully have it up and going soon. The work week is about to start for me so I will be slightly delayed working on it.

Sent from my C525c using Tapatalk
 
M

Modding.MyMind

Guest
Also, @lordvincent 90, is working on a theme as well. When or if he decides to share it, I will put it on here. Ultimately, that will be up to him, but I hope he does lol. :)

Sent from my C525c using Tapatalk
 
M

Modding.MyMind

Guest
Its rather easy to port. Most of the variables at the beginning of the ui.xml file will be the same as the original twrp stock ui.xml file. To speed the process up, I use an application on linux called, Meld Diff Viewer. It allows me to compare folders and files so I can see the exact differences between them which is easier on the eyes and can give me the ability to quickly see and adjust what needs to change and what doesn't. For the extra variables found in the ui.xml file you are trying to port that isn't seen in the twrp stock ui.xml in regards to the variable sources found at the top of the file will simply be divided or multiplied depending upon the change in the resolution. However, there is only two values when doing the math that can give %100 results without the requirement of making slight adjustments here and there. That is dividing/multiplying by either the number one or two. 1.5 will only give up to %50 in results and so therefore will require some slight editing afterwards. In my case, I am going from 1080 to 480 so I have to use 2.25. This is well over %100 which actually causes a negative effect and so I must go through each page of TWRP and make the necessary changes needed in order for the theme to fit properly; which is where GIMP comes in to play lol. :)

Sent from my C525c using Tapatalk
 
Last edited:
M

Modding.MyMind

Guest
Oh, and to add to my novel above lol...

The tedious part is all the calculating, and having to bounce back and forth between the recovery on your device to confirm what is and isn't working so you can go back to the drawing board on your computer lol. @lordvincent 90 knows exactly what I am talking about and he shares my pain on this lol.

Sent from my C525c using Tapatalk
 

aji_kambas

Senior Member
Jan 9, 2012
69
19
0
Mataram Baru
facebook.com
here are some progress screenshots and zip file.

I put my mod in S3 mini theme, HERE
 

Attachments

Last edited:
M

Modding.MyMind

Guest
Sorry for the delay on Pip_Boy guys. Work has been crazy. Getting an early start on my weekend off. A good update however, is that a majority of the work is already done from last weekend. Still some things that need to be worked out. Will be working on it again. If all goes well, I should have it up and going by this Sunday at the latest, but please, don't hold me to my words lol. I have a lovely lady to keep happy also.

Sent from my C525c using Tapatalk
 
M

Modding.MyMind

Guest
Hmm, gonna be a delay. Something in the script is offsetting my Y and X values by adding on to my calculation which is in turn, over shooting them. Now its finding a needle in a haystack. Whatever is causing it is slowing me down. If it weren't for this problem, the port would be completed already. Gonna have to work on it some more fellas.

Sent from my C525c using Tapatalk