Hi is there a program that can allow me to change WIN5 boot screen at load up form those awfull four colors to some thing more beautiful while it is loading up?
check this out...
Related
Since this is the most popular Themes forum on XDA, I thought I'd ask here if anyone has any WVGA Shutdown animations to share.
Thanks,
-Rag.
what exactly do you mean by that? shutdown happens instantly there actually isnt the time to display something
You can actually add a .gif to display at shutdown (not soft reset, but real shutdown) similar to the animation.gif that plays at boot up. You can set this via registry editting or the Advanced confg. tool.
I have a Topaz from Vodafone and it came with branding => I had a theme in the vodafone color (red, white) and custom boot and shutdown sequences. The shutdown animation started as the Vodafone "teardrop" being surronded by a red background. It then was absorbed by the teardrop, it flashed briefly and faded away. Pretty cool actually, I wouldn't even mind having the same one. Oh yeah, almost forgot: I flashed dutty's rom, so that's why I'm searching for a new animation.
I think I digressed a bit. To sum it up: You can have a boot up AND a shutdown animation. I just can't find a "cool" one. That's why I thought I'd ask here, see if anybody has something to offer.
Greets,
-Rag.
wow dude, i didnt even know it could be possible, sorry cannot help anyway :\
Hey, i'm trying to change the boring charging screen that the Nexus has, you know what i mean...? that drawl white battery that fills up with white then restarts..
I was rooting around in my root.. and i came across the images for it in /res/images/charger I tried replacing the images, but every time i re-boot the OS re-asserts the original images. Is there something i'm doing wrong? is it possible to change this?
Thanks.
Hi,
I came from the One M8 only yesterday. I had to use image2wallpaper to make my wallpaper fit but olt only showed it in a small square rather than using the whole screen.
Tried to apply my wallpaper using the OP3 settings and it only shows part of the image as it's spread across multiple displays even though I'm only using be screen.
What app can I use or how can I have my wallpaper show on the full screen rather than just part or in a square and not using the full screen as I'd like?
Try this one, it's my go-to for these kinds of things! If you don't like that, then maybe this one has what you need!
I resized a jpg to 1920x1920 and it fit fine. It also was able to "slide" as you swiped from screen to screen.
I can't remember if this was a good lock option or not , but after upgrading to one UI 3.1 I can't seem to locate the option to change the slider colour in split screen mode from the standard blue .
In other words the blue line that separates the 2 apps when in split screen mode.
Any help would be appreciated.
Hmm ... after the December update, I have this ugly bluish colours on the boot animation screen.
I think I've read somewhere that this is supposed to match the Material you theme (which I don't use as I use Nova).
I digged around a bit and found that it is controlled by 4 properties:
Code:
persist.bootanim.color1
persist.bootanim.color2
persist.bootanim.color3
persist.bootanim.color4
They have some weird (negative) integer value determining the colors on the boot animation.
Not sure exactly how to interpret the numbers.
Anyway, I just find it ugly and inconsistent ... first the traditional Google logo appear in the traditional colours, then the circling G logo in another color scheme.
Weird ... and ugly (my opinion).
I actually managed to work around it. In my personal Magisk module, I have "resetprop" these 4 properties to an empty string (""). i.e.
Code:
resetprop persist.bootanim.color1 ""
(do this for all 4 of them)
Then, upon reboot, I get the old boot animation colours back.
On my phone, the values reverted back to the ones before I empty them after the boot. So next restarts give me weird negative colors again