[Boot Animation] i9001 S Plus BIOS - Galaxy S I9000 Themes and Apps

Here are i9001 bios boot animation.This is my 1st time doing this. I edited some texts for our i9001 and replace the scifi animation. original credits go to LitePro and specialex for the base http://forum.xda-developers.com/showthread.php?t=863063 And also to saintmichealsarmoury from youtube for the scifi animation.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I've attached 2 files to choose from, one is with the scifi animation and the other is green android startup. copy the zip file to system/media and change the name to sanim.zip and set permission to rw-r-r.
edited- i've attached a new i9001_scifi file zip as the previous one has a slow framerate and animation doesn't complete for phone with fast bootup time. use attachment from nikagl's post if this one doesn't fit.

Here's a script that can be used with adb to replace the sanim.zip with a file dragged on top of this script (so just drag any file ontop of the batch, for instance BootAnim.cmd, you put this code in):
Code:
@echo off
setlocal enabledelayedexpansion
if (%1) equ () goto quit
set filelocation=/system/media
set backupfolder=Backup
echo Waiting for device...
adb wait-for-device
echo 1: Backup %filelocation%/sanim.zip
if not exist "%backupfolder%\nul" mkdir "%backupfolder%"
if not exist "%backupfolder%\%1" adb -d pull %filelocation%/sanim.zip "%backupfolder%" & echo backup done: %filelocation%/sanim.zip to "%backupfolder%"...
echo.
adb -d remount
echo 2: Copying %1 %filelocation%/sanim.zip
adb push %1 %filelocation%/sanim.zip
echo.
echo 3: Changing permissions for %filelocation%/sanim.zip
adb -d shell chmod 644 %filelocation%/sanim.zip
echo.
adb -d remount
echo.
echo all ok?
pause
---------- Post added at 07:56 PM ---------- Previous post was at 07:55 PM ----------
Very nice boot animation btw!! Good addon for the SGS+
---------- Post added at 07:57 PM ---------- Previous post was at 07:56 PM ----------
Looks like it doesn't work.. please wait installing it, will debug now
---------- Post added at 08:05 PM ---------- Previous post was at 07:57 PM ----------
First boot failed, but second boot worked! Boot animation second part does not show up (only two images) as phone/rom is too fast

Attached the CWM installable files... good luck with them
Also included the rotating Android from Cranium...

Also included this thread in the Index...

nikagl said:
Also included this thread in the Index...
Click to expand...
Click to collapse
I've changed the scifi boot animation file as the previous one has slow framerate and didn't show completely for phones that has fast bootup. Should be ok now just tested myself. let me know if it's still the same.
Sent from my GT-I9001 using xda premium

thanks! works fine now, added the cwm installable version to my other post too

nikagl said:
thanks! works fine now, added the cwm installable version to my other post too
Click to expand...
Click to collapse
welcome

Nice animation, great job!

igor_999 said:
Nice animation, great job!
Click to expand...
Click to collapse
Thanks
Sent from my GT-I9001 using xda premium

nice Boot Animation !

If u search u will find a thread for i9000 bootanimation on xda....all the bootanimation from post #1 are in there....just search for i9000 bootanimation n rename to sanim tho...

herzau said:
nice Boot Animation !
Click to expand...
Click to collapse
thanks
Sent from my GT-I9001 using xda premium

pyronia said:
If u search u will find a thread for i9000 bootanimation on xda....all the bootanimation from post #1 are in there....just search for i9000 bootanimation n rename to sanim tho...
Click to expand...
Click to collapse
You may need to change framerate, see previous posts...
Sent from my GT-I9001 using xda premium

@fadzlihellmuth
attached one of my favorite boot animation to..hope u not mind..i got this from i9000 thread (thanks to him..couldn't remember his name..sorry) ..framerate is ok.. tested on my sgsplus .. cwm flashable (thanks to nikagl)
http://www.mediafire.com/?8y8i1ez0ek1utgt

FaqihCici said:
@fadzlihellmuth
attached one of my favorite boot animation to..hope u not mind..i got this from i9000 thread (thanks to him..couldn't remember his name..sorry) ..framerate is ok.. tested on my sgsplus .. cwm flashable (thanks to nikagl)
http://www.mediafire.com/?8y8i1ez0ek1utgt
Click to expand...
Click to collapse
nice.. gonna make another one soon..

Very good, thank you,

Can anyone upload stock boot animation Galaxy S Plus.
Thank you.

Related

[BOOT][PORT] Galaxy Nexus Boot Animation MDPI

Hey guys! I know you're all hyped-up with Jelly Bean, and I just ported THE Galaxy Nexus' Jelly Bean boot animation for you.
Here it is: http://dl.dropbox.com/u/38889733/bootanimation.zip
Enjoy!
Remember to press thanks, share, and give me credit (and credit to Google, of course).
--Installation instructions:
If you have a 100% stock ROM, then this won't work at all for you. Samsung has their proprietary Boot animation file extensions and they support sound. For non-stock ROMs, like CM7, CM9, CM10, or custom stock-based ROMs, you need to go to your root explorer (might be ES File Explorer or Root Explorer), go to /system/media and delete the bootanimation.zip (or, alternatively, change its extension to .bak, to keep a backup, just in case). Then paste the zip I provided, and change the permissions (by holding down the .zip folder, go to the "Change Permissions" option) this way:
x x -
x - -
x - -
Reboot, and that's it!
-----------------------------------
Edit: Copied the instructions from post #21, since many people were asking how to install it.
Thanks bro...
Screenshot:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Don't work to me
Enviado desde mi GT-S5830
Don't work to me
Click to expand...
Click to collapse
Did you copy it to system/media and set the right permisions?
try with this zip: http://www.mediafire.com/?wikuf9e2pp4nn2o
Great boot bro ! Thanks
I am newbie
axuse me bro...
help me.. how to install it...
thanks before..
b1choO said:
try with this zip: http://www.mediafire.com/?wikuf9e2pp4nn2o
Click to expand...
Click to collapse
the first link doesnt work.but this one works on my galaxy ace. thanks! :angel:
---------- Post added at 03:49 PM ---------- Previous post was at 03:46 PM ----------
AbeebShirazy said:
axuse me bro...
help me.. how to install it...
thanks before..
Click to expand...
Click to collapse
use your root explorer, open your parent folder > system > media
rename the bootanimation.zip to bootanimation.zip.bak for backup
then paste the new bootanimation.zip that you have downloaded.
dont forget to set permission: rw-r--r--
reboot your phone and see what happen
the first one doesnt work because u did not create zip as "keep" ... its simply compressed!
After u change it to keep and install it ... size is really really really OFF!
But non-a-less good job!
SnowPluralism said:
the first one doesnt work because u did not create zip as "keep" ... its simply compressed!
After u change it to keep and install it ... size is really really really OFF!
But non-a-less good job!
Click to expand...
Click to collapse
How is size really really off?
Any way you can be more specific about it, so I can fix it?
BTW, reuploaded it, might be better this time. Try it out and tell me.
ANDROIDCUSTOMIZe said:
Did you copy it to system/media and set the right permisions?
Click to expand...
Click to collapse
Yes and don't work
Enviado desde mi GT-S5830
xSkArx said:
Yes and don't work
Enviado desde mi GT-S5830
Click to expand...
Click to collapse
Fully working now, tested with a couple of Aces
Not working eh?
Cool bootanimation, sadly not working on my Ace. I have push it to system/media, change the name to bootanimation.zip and replace the old one, set the permission to rw-r--r-- and still... not working.
I never change permissions when i change my bootanimation. Has always worked.
Sent from my GT-S5830 using xda premium
kindroid said:
the first link doesnt work.but this one works on my galaxy ace. thanks! :angel:
---------- Post added at 03:49 PM ---------- Previous post was at 03:46 PM ----------
use your root explorer, open your parent folder > system > media
rename the bootanimation.zip to bootanimation.zip.bak for backup
then paste the new bootanimation.zip that you have downloaded.
dont forget to set permission: rw-r--r--
reboot your phone and see what happen
Click to expand...
Click to collapse
i dont have any file named bootanimation.zip in my system>media.
i have "bootsamsung.qmg"
what should i do???
r4wky said:
i dont have any file named bootanimation.zip in my system>media.
i have "bootsamsung.qmg"
what should i do???
Click to expand...
Click to collapse
I believe your ROM is 100% stock, however rooted, this might not be for you...
so what should i do then???
help??
Install either CM or any custom ROM based on Stock.
Sent from my GT-S5830 using xda premium
hm9408 tou have PM.
how install this animation boot?

[BOOT ANIMATION] DOCTOR WHO WEEPING ANGEL w/ SPLASH SCREEN

My first boot animation... A little large, but it works... and if you like Doctor Who, it is awesome, especially paired with the Splash Screen!
Place bootanimation.zip in the system/media/ folder, and flash "flashthisimage.zip" in recovery.
https://www.dropbox.com/sh/pnjmtyfa136zewi/zwnte6kSFn
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Special thanks to wewoapsiak for taking a second to make the gif for the OP (since I was too slow!!)
downloading now. gave you a thanks without even seeing it just because Dr. Who is so awesome.
Freaky! But I love it! That's super awesome!
Generating random authentication keys
I now love you forever. I haven't seen what it looks like. But any Doctor Who boot animation has to be good.
Sent from my SPH-L710 using xda app-developers app
Weird,
I flashed it and said everything was good but all I see is the Keep Calm message, then android and nothing else.
Obviously when I looked at the PNG files it was ok. Was so hoping this would work.
Liquidsmooth ROM but Verizon S III phone
Casbah said:
Weird,
I flashed it and said everything was good but all I see is the Keep Calm message, then android and nothing else.
Obviously when I looked at the PNG files it was ok. Was so hoping this would work.
Liquidsmooth ROM but Verizon S III phone
Click to expand...
Click to collapse
You can flash "flashthisimage.zip" in CWM or TWRP, but bootanimation.zip is not a flashable zip... Gotta manually move it to system/media.
Give that a try and let me know.
ediebol said:
You can flash "flashthisimage.zip" in CWM or TWRP, but bootanimation.zip is not a flashable zip... Gotta manually move it to system/media.
Give that a try and let me know.
Click to expand...
Click to collapse
No joy unfortunately. Could it be some kind of permission issue or maybe a difference in ROM...I'm running Liquidsmooth JB so maybe that is causing the problem. Had to restore the backup. Gonna try 1 more thing and I'll let you know. LOVE to get this working though. The PNG's are fantastic!
---------- Post added at 04:02 PM ---------- Previous post was at 03:54 PM ----------
OK....partially working now by moving the bootanimation.zip file directly to system/media and changing permissions to rw- r-- r--
I don't get the BLINK message but do get the angel moving and changing face form...
Next to see about the message. :silly: haha
---------- Post added at 04:07 PM ---------- Previous post was at 04:02 PM ----------
Casbah said:
No joy unfortunately. Could it be some kind of permission issue or maybe a difference in ROM...I'm running Liquidsmooth JB so maybe that is causing the problem. Had to restore the backup. Gonna try 1 more thing and I'll let you know. LOVE to get this working though. The PNG's are fantastic!
---------- Post added at 04:02 PM ---------- Previous post was at 03:54 PM ----------
OK....partially working now by moving the bootanimation.zip file directly to system/media and changing permissions to rw- r-- r--
I don't get the BLINK message but do get the angel moving and changing face form...
Next to see about the message. :silly:
Click to expand...
Click to collapse
Just unpacked them both again and can't find the Keep Calm png files anywhere. So confused and really shouldn't be doing this at work. haha
I'm on the ktoonsez AOKP and it works fine... so I'm thinking it was the permissions that needed to be fixed like you did.
The keep calm message is a splash screen that should show right before the boot animation starts...
Sent from my SPH-L710 using xda app-developers app
Probably so. It's the splash screen included in one of the zip files? I couldn't find it when I extracted them to look for it.
Sent from my SCH-I535 using xda app-developers app
flashthisimage.zip is for the splash screen.
Sent from my SPH-L710 using xda app-developers app
Ahhh! Ok going to give it a shot and will report back....
That did it! Ok so the primary issue was that I needed to change permissions once I moved the bootanimation.zip to the correct folder. Thanks again for a great job!
Next time I will put everything in one, clearly named flashable ZIP and make all of our lives easier! :silly:
Got a screenshot u can add to the OP? Thanks.
Yeah I'll add one of the flash screen and maybe upload the boot to YouTube.
Sent from my SPH-L710 using xda app-developers app
I can not seem to get it to flash, I am using Safestrap Recovery v3..04
CWM and TWRP recoveries work, can't speak for anything else...
Make sure you are only flashing "flashthisimage.zip"... bootanimation.zip needs to be manually moved.
Also - really slow on the screenshots, but I'm workin' on it... been busy recently...
love it!
Here is a .gif of your animation. I only went off of the desc.txt, and you don't have a looping ending so I guess this is how it's supposed to play.
wewoapsiak said:
Here is a .gif of your animation. I only went off of the desc.txt, and you don't have a looping ending so I guess this is how it's supposed to play.
Click to expand...
Click to collapse
Thank you so much! At least someone is less slack than I! Added to the OP.
Has anyone made a tardis going through the worm hole boot animation like at the begging of each episode when the tv show name is displayed? XD.
Maybe some form of The Silent boot animation? (the creepy sender men like guys who you instantly forget about once you look away and the doctor commonly draws a dash on his arms every time he sees one to remind himself there's one there etc).
Sorry the last one wasn't that good of an idea but just brain storming some ideas for the doctor who world XD

[MOD] Remove ciphering from notify

Another mod for Razr M
oh my gosh use it only if you have boring message in notify, in Russia we had it, see below
This mod remove stupid label if your Mobile operator use network without encryption, and you going crazy.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Step by step
Just copy needed version of framework-res.apk from Zip to /system/ Yeah it's realy work , thx!
ver.1 View attachment framework-resNoCIP.apk NoCIP
ver.2 View attachment framework-resnNoNaviNoCIP.apk] NoCIP NoStupidNavibutton
change permissions 777
and only now copy framework-res.apk (with replacing the old file) to /system/framework
reboot
be happy.
if you want change all manually just decompile framework-res.apk open bools.xml and change
<bool name="config_enable_ciphering_indicator">false</bool>
<bool name="config_enable_ps_ciphering_indicator">false</bool>
<bool name="config_enable_cs_ciphering_indicator">false</bool>
26.04.13 for stock
View attachment framework-res_4.1.2_no_CIP_only.apk
serraxer said:
Another mod for Razr M
Remove stupid label if your Mobile operator use network without encryption, and you going crazy.
View attachment 1763627
Step by step
Just copy framework-res.apk to /system/ Yeah it realy work , thx!
change permissions 777
and only now copy framework-res.apk to /system/framework
reboot
View attachment 1763629 NoCIP
View attachment 1763662] NoCIP NoStupidNavibutton
if you want change all manually just decompile framework-res.apk open bools.xml and change
<bool name="config_enable_ciphering_indicator">false</bool>
<bool name="config_enable_ps_ciphering_indicator">false</bool>
<bool name="config_enable_cs_ciphering_indicator">false</bool>
Click to expand...
Click to collapse
I couldnt understand what was written there. Can you decipher it so that normal user like me can understand. Especially this line :"Just copy framework-res.apk to /system/ "
Where should use the two downloaded files?
---------- Post added at 07:37 PM ---------- Previous post was at 06:41 PM ----------
completed first two steps and rebooted the phone. What should be done with the .apk's available ??
kaskoraja said:
I couldnt understand what was written there. Can you decipher it so that normal user like me can understand. Especially this line :"Just copy framework-res.apk to /system/ "
Where should use the two downloaded files?
---------- Post added at 07:37 PM ---------- Previous post was at 06:41 PM ----------
completed first two steps and rebooted the phone. What should be done with the .apk's available ??
Click to expand...
Click to collapse
File 1 NoCIP - only message disabled
File 2 NoCIP NoStupidNavibutton - message disabled + Navigation Buttons disabled
You should use only one of this files
should I install these files or copy to some location ?
You need Root Explorer app for this
1) Open Root Explorer and go to /system/ Then copy downloaded file to this directory. Change permission on download apk to 777 (long tap)
2) Open Root Explorer and go to /system/framework. Now copy downloaded apk from /system/ to /system/framework
3) Thats all.
But be careful, if you do wrong - it may be problems with boot
thanks for taking time to give detailed explanation. I have one more doubt. Should I delete original framework-res.apk that is already present in /framework folder ??
finally able to make it working
kaskoraja said:
finally able to make it working
Click to expand...
Click to collapse
It's okey? you did it right? Phone works and there is no annoying message about ciphering?
Re: [Mod] Remove ciphering from notify
In early attempts i forgot to rename the file..no cip was included in it #facepalm. Made this change and it worked out without ant errors
Sent from my XT907 using xda app-developers app
It works!
This one is for STOCK version?? Im in eclipse ROM and i dont wanna mess my framework if not sure.
Re: [Mod] Remove ciphering from notify
Nvm, tried your framework and I had boot loop because im using a different ROM, so i did it manually and now ciphering notification its gone at last. Thanks!!!
Sent from my XT907 using xda app-developers app
Moto Droid Maxx
Kelvin0007 said:
Nvm, tried your framework and I had boot loop because im using a different ROM, so i did it manually and now ciphering notification its gone at last. Thanks!!!
Sent from my XT907 using xda app-developers app
Click to expand...
Click to collapse
Can you help me to do the same on my droid maxx (the same rom as moto x)?
What steps?
1. Root (this is clear for me)
2. ....

[SHARE] 81 AWESOME Boot Animations

User raishiro has created 81 boot animations from the artist Paolo Čerić's work of animated GIFs. There are some very high quality boot animations so be sure to check them out from the thread linked below.
Download the XHDPI resolution (this is the closest to our phone's resolution).
Place the bootanimation.zip file in the /data/local folder to survive rom flashes.
Thread Link
Dont forget to hit the
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
button
i don't beleive this works on the s4. they don't use the bootanimation.zip format for the boot screens.
probablecauz69 said:
i don't beleive this works on the s4. they don't use the bootanimation.zip format for the boot screens.
Click to expand...
Click to collapse
It actually does work. Even with the format difference
C.Sweat said:
It actually does work. Even with the format difference
Click to expand...
Click to collapse
then maybe it's the rom i am on. i flashed the zip and it did not work. only if i chage the bootsamsung.qmg
bootsamsungloop.qmg & shutdown.qmg files which these zip files don't have. oh well. thanks for the link
probablecauz69 said:
then maybe it's the rom i am on. i flashed the zip and it did not work. only if i chage the bootsamsung.qmg
bootsamsungloop.qmg & shutdown.qmg files which these zip files don't have. oh well. thanks for the link
Click to expand...
Click to collapse
No problem. ... But Its not a flashable zip. You have to move it to the /data/local folder and reboot
C.Sweat said:
No problem. ... But Its not a flashable zip. You have to move it to the /data/local folder and reboot
Click to expand...
Click to collapse
that still doesn't work. from what i have read it doesn't work an every kind of rom. on the one i am using (wicked V4) you need to change the bootsamsung.qmg, bootsamsungloop.qmg and shutdown.qmg files
---------- Post added at 03:53 PM ---------- Previous post was at 03:17 PM ----------
i found a tutorial on how to convert the zip files into the other format that works on my rom. it's a little involved but it works now. :good:
probablecauz69 said:
that still doesn't work. from what i have read it doesn't work an every kind of rom. on the one i am using (wicked V4) you need to change the bootsamsung.qmg, bootsamsungloop.qmg and shutdown.qmg files
---------- Post added at 03:53 PM ---------- Previous post was at 03:17 PM ----------
i found a tutorial on how to convert the zip files into the other format that works on my rom. it's a little involved but it works now. :good:
Click to expand...
Click to collapse
Oh ok. Good to know.
*OP updated with conversion tutorial
Correct me if I'm wrong as I don't own an S4, but to get the animations work with my S3 I needed to change my kernel to one that supports custom boot animations. All Samsung phones have them disabled by default. Either do that or flash cyanogenmod.
raishiro said:
Correct me if I'm wrong as I don't own an S4, but to get the animations work with my S3 I needed to change my kernel to one that supports custom boot animations. All Samsung phones have them disabled by default. Either do that or flash cyanogenmod.
Click to expand...
Click to collapse
You are right. They have to be in the format of qmg for kernel to accept them without that mod.
Sent from my SGH-M919 using Tapatalk 2
elesbb said:
You are right. They have to be in the format of qmg for kernel to accept them without that mod.
Sent from my SGH-M919 using Tapatalk 2
Click to expand...
Click to collapse
Correct me if I am wrong, but I believe TouchWiz roms (stock and customs based on it like WICKED) use the .qmg animations while customs based on CM/AOSP use bootanimation.zip/shutanimation.zip
WhosAsking said:
Correct me if I am wrong, but I believe TouchWiz roms (stock and customs based on it like WICKED) use the .qmg animations while customs based on CM/AOSP use bootanimation.zip/shutanimation.zip
Click to expand...
Click to collapse
You are right. But on the S3 there was a kernel mod that allowed .zip animations to work.
WhosAsking said:
Correct me if I am wrong, but I believe TouchWiz roms (stock and customs based on it like WICKED) use the .qmg animations while customs based on CM/AOSP use bootanimation.zip/shutanimation.zip
Click to expand...
Click to collapse
Incorrect. You can place the bootanimation.zip in system/media on touchwiz roms :good:
links don't work in op
mrdreamers said:
links don't work in op
Click to expand...
Click to collapse
Um....yes they do. What trouble are you having? I am sure we can help you out
Sent from my SGH-M919 using xda app-developers app

[Bootanimation] Xperia XZ2 boot animation

A refreshed version to the Xperia Touch boot animation.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Credits: Sony and my XperiFirm and UnSIN
Thanks
Looks like the Xperia Touch bootanimation is much prettier than this.
Can you make it for 720p?
720p version and Magisk modules of the new boot animation
IgorEisberg said:
A refreshed version to the Xperia Touch boot animation.
Click to expand...
Click to collapse
Thanks a lot for sharing the new boot animation! :good:
ytheekshana said:
Looks like the Xperia Touch bootanimation is much prettier than this.
Click to expand...
Click to collapse
Well, IMO it's time for a change of scenery every now and then. The new boot animation looks nice and unique too.
Metall Boy said:
Can you make it for 720p?
Click to expand...
Click to collapse
I converted it for 720p screens, see attached bootanimation.zip file.
If you use Magisk, you can also use the attached Xperia_XZ2_series_bootanimation_720p_Magisk_Module_V1.0.zip (tested on my Z3c), so you don't need to manually install the bootanimation.zip in your system directory.
I also made a module of Igor's bootanimation.zip for 1080p screens, see attached Xperia_XZ2_series_bootanimation_1080p_Magisk_Module_V1.0.zip.
It's same bootanimation, but color inversed
IgorEisberg said:
A refreshed version to the Xperia Touch boot animation.
Click to expand...
Click to collapse
Can we get a white version?
nreuge said:
Can we get a white version?
Click to expand...
Click to collapse
There is no white version, ask Sony to make one...
I copy it in system patition and after reboot it is still the stock boot animation of my own phone, x compact!
So what am i doing wrong? And also the results are th same with magisk module...
Kianush said:
I copy it in system patition and after reboot it is still the stock boot animation of my own phone, x compact!
So what am i doing wrong? And also the results are th same with magisk module...
Click to expand...
Click to collapse
Where did you copy the file (which folder way) ? You must copy it to root > oem > media, not to system > media :good:
Mazellat said:
Where did you copy the file (which folder way) ? You must copy it to root > oem > media, not to system > media :good:
Click to expand...
Click to collapse
Wel thanks for the info, now i get the error copy failed in root explorer! Any idea?
Kianush said:
I copy it in system patition and after reboot it is still the stock boot animation of my own phone, x compact!
So what am i doing wrong? And also the results are th same with magisk module...
Click to expand...
Click to collapse
If you copied to system/media, Then delete booanimation.zip in oem/media
I was trying to make one for Xperia tipo 480p but it didn't work...
It looks white...
I think it's the hex values..
Please check the attached picture my tipo while booting up
Btw, i used boot animation factory to create this bootanimation
Please let me know how can i make it work for Xperia tipo
Thanks
Sent from my Sony H8216 using XDA Labs
IgorEisberg said:
There is no white version, ask Sony to make one...
Click to expand...
Click to collapse
Maybe, one can make it with inverting the photo colour
Sent from my Xperia XZ2 Premium using XDA Labs
---------- Post added at 01:16 PM ---------- Previous post was at 01:14 PM ----------
Nidhal AKA the king said:
I was trying to make one for Xperia tipo 480p but it didn't work...
It looks white...
I think it's the hex values..
Please check the attached picture my tipo while booting up
Btw, i used boot animation factory to create this bootanimation
Please let me know how can i make it work for Xperia tipo
Thanks
Click to expand...
Click to collapse
Yup, might be a issue with the HEX values
Sent from my Xperia XZ2 Premium using XDA Labs
---------- Post added at 01:17 PM ---------- Previous post was at 01:16 PM ----------
IgorEisberg said:
There is no white version, ask Sony to make one...
Click to expand...
Click to collapse
Or, get the XZ Premium's bootanimation
Sent from my Xperia XZ2 Premium using XDA Labs

Categories

Resources