[BOOT ANIMATION]Google Chrome boot animation by despotovski01 - GT540 Optimus Themes and Apps

Hi folks! I made another boot animation called "Google Chrome"! Here's a preview:
{
"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"
}
Of course, it looks better when applied on phone.
How to apply it:
Root Explorer tutorial:
1. Rename your boot animation to bootanimation
2. Put it on your SD card
3. Open Root Explorer and copy bootanimation.zip to /system/media. This will replace the existing boot animation
4. Reboot your phone
ADB tutorial:
1. Make sure you have downloaded android sdk
2. Put android sdk in C:\
3. Set the directory of command prompt to C:\android-sdk-windows\platform-tools. Click here for a video tutorial.
4. Rename your boot animation to bootanimation and put it in C:\android-sdk-windows\platform-tools
5. Open cmd
6. Type in order:
-adb remount
-adb push bootanimation.zip /system/media/bootanimation.zip
-adb reboot
----------------------------------------------------
Click here to get the download!

looking fine going to try it.at which program you are doing them ?

DarkCaine said:
looking fine going to try it.at which program you are doing them ?
Click to expand...
Click to collapse
I'm making the frames with Adobe Photoshop CS5 Extended, compress the boot animation with Power Archiver 2010, and make the desc.txt file with Notepad++.

thanks for info! ^^

Related

[Boot Animation] Stock Animation Landscape & Portrait!

So i decided to edit the stock boot animation to keep... well animating.
Also there is a Portrait version!
{
"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"
}
3 Options to install.
First step: Extract "Stock_Loop_bootanimation.zip" or "Stock_Portrait_Bootanimation.zip" to reveal "bootanimation.zip"
1. ADB
Navigate to the folder containing "bootanimation.zip" in terminal/command prompt.
Type the following
Code:
adb push bootanimation.zip /Data/Local
Then to test, set your device so display is in landscape (will not display properly if you have it on portrait and test it but will display fine either way on boot)
Code:
adb shell bootanimation
2. Root Explorer
Copy "bootanimation.zip" to your SD card
On your Streak open up Root Explorer (or any other app that allows you to copy paste to the internal memory)
Copy "bootanimation.zip" and paste it to /Data/Local
3. Terminal Emulator
thanks nickshertzer, his directions are for drop box but can easily be manipulated for simply copying the bootanimation.zip to your SDcard
nickshertzer said:
Bump! This is awesome! Thanks for sharing.
BTW, if you don't have / want to get out that sync cable for ADB, use dropbox & Terminal Emulator. Make sure you download the .zip using dropbox longpress first before running following command (requires Busybox / can't remember if it is installed default on Steve's ROM)
Code:
su
cp /sdcard/dropbox/bootanimation.zip /data/local/
reboot
Click to expand...
Click to collapse
Enjoy
thanks for the stock boot animation
Very nice animation!

[BootAnimation] Andy

{
"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"
}
3 Options to install.
First step: Download "bootanimation.zip"
1. ADB
Navigate to the folder containing "bootanimation.zip" in terminal/command prompt.
Type the following
Code:
adb push bootanimation.zip /Data/Local
Then to test, set your device so display is in landscape (will not display properly if you have it on portrait and test it but will display fine either way on boot)
Code:
adb shell bootanimation
2. Root Explorer
Copy "bootanimation.zip" to your SD card
On your Streak open up Root Explorer (or any other app that allows you to copy paste to the internal memory)
Copy "bootanimation.zip" and paste it to /Data/Local
3. Terminal Emulator
thanks nickshertzer, his directions are for drop box but can easily be manipulated for simply copying the bootanimation.zip to your SDcard
nickshertzer said:
BTW, if you don't have / want to get out that sync cable for ADB, use dropbox & Terminal Emulator. Make sure you download the .zip using dropbox longpress first before running following command (requires Busybox / can't remember if it is installed default on Steve's ROM)
Code:
su
cp /sdcard/dropbox/bootanimation.zip /data/local/
reboot
Click to expand...
Click to collapse
Enjoy
very nice, pure and simple but smooth..
request if you're up to it:
honeycomb honeybee android HD bootanimation...(maybe buzzing around!) = sweeeet!
thanks!
Nice work will give it a try do you have any plans to add more to it
Worked fine on DJ-Steve's 1.6.1. Simple but nice.
Edit: also works on baseband 318, with the perfmod.

[BOOT ANIMATION]Broken Glass boot animation by despotovski01

Hi guys, it's me again with another boot animation! It's called "Broken glass". Check it out:
{
"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"
}
Note: it looks better on the phone itself.
How to install it:
Root Explorer tutorial:
1. Rename your boot animation to bootanimation
2. Put it on your SD card
3. Open Root Explorer and copy bootanimation.zip to /system/media. This will replace the existing boot animation
4. Reboot your phone
ADB tutorial:
1. Make sure you have downloaded android sdk
2. Put android sdk in C:\
3. Set the directory of command prompt to C:\android-sdk-windows\platform-tools. Click here for a video tutorial.
4. Rename your boot animation to bootanimation and put it in C:\android-sdk-windows\platform-tools
5. Open cmd
6. Type in order:
-adb remount
-adb push bootanimation.zip /system/media/bootanimation.zip
-adb reboot
-------------------------------------------------------------------------
Click here to get the download!
Check out my other boot animations here!
Check out "Google Chrome" boot animation here!
That is very cool!
x3000 said:
That is very cool!
Click to expand...
Click to collapse
Thanks! I'm glad you like my boot animation.
Coool!!!!
Good work
downloading
thats badass

[HOWTO]Change boot animation

This is a short simple guide to changing your boot animation. It requires root, and an OEM version the Huawei Ascend Mate 2. You can do this on other versions of the phone, but the directories are different.
The best part about changing your boot animation is that it gets rid of the sound that I am always afraid I am going to hear in the middle of a movie theater randomly.
Personally I am using the stock Lollipop boot animation here:
{
"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"
}
You can use other 720p animations. Beware, a few different ones have given me bootloops on Lollipop. The one I have provided should be safe.
Using the root explorer of your choice, navigate to "root/cust/normal/us/media/" you should see a file there called "bootanimation.zip", rename this to "bootanimation.zip.orig".
Copy this file here to the same directory as "bootanimation.zip.orig" and rename it to "bootanimation.zip"
Change the file attributes to match the original file. It should look something like this:
At this point you should be done. Reboot and check it out.
Click to expand...
Click to collapse
I have had trouble in the past with boot loops after changing the boot animation. As in, a one time thing, some boot animations just don't work for whatever reason. If you can't boot after the above steps...
To revert to stock:
Boot into TWRP, go to Mount>Enable Cust or Custom Storage(if you don't have the "cust" partition as an option, you will need to flash this version of TWRP through fastboot
Go to Home>Advanced>File Manager
Locate the directory root/cust/normal/us/media/
Delete "bootanimation.zip"
Rename "bootanimation.zip.orig" to "bootanimation.zip"
Reboot
Click to expand...
Click to collapse

[Bootanimation] Target Dark boot animation[720p]

An experiment with boot animation, first try on the Xperia line.
By request I've made a 720p version for the XZ1 Compact series.
{
"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"
}
Non-flashable file:
1) boot twrp
2) mount oem(using touchscreen)
3) adb shell
4) cd /oem/media
5) mv bootanimation.zip baBAK.zip
6) exit shell then adb push bootanimation.zip /oem/media
7) back on the phone, unmount oem(using touchscreen)
8) reboot.
File is below:
View attachment bootanimation.zip
----------------------------------------------------------------------
Flashable file:
1) boot twrp
2) mount oem(using touchscreen)
3) adb shell
4) cd /oem/media
5) mv bootanimation.zip baBAK.zip
6) flash zip file
7) unmount oem(using touchscreen)
8) reboot.
File is below:
View attachment Target_Dark720p.zip
****************** 11/13/18
modified to allow system to interrupt the animation
******************
****************** 11/14/18
slight modifications again
******************
Hi NOOB here. Does this remove 'Bootloader is unlocked' message.?
rulebender said:
Hi NOOB here. Does this remove 'Bootloader is unlocked' message.?
Click to expand...
Click to collapse
Nope, that's separate.
When you turn the phone on you get the first bootloader unlock text, then there's the white "Sony" logo, then the second bootloader unlocked triangle, and THEN the boot animation plays.

Categories

Resources