[Boot Animation] Stock Animation Landscape & Portrait! - Streak 5 Themes and Apps

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!

Related

[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]Google Chrome boot animation by despotovski01

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! ^^

[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

[MOD] CM11 Bootanimation {MDPI/HDPI}

CM11 Bootanimation for MDPI and HDPI devices
Decided to make an optimized and a resized one for our devices​​
{
"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"
}
*Warning
I'm not responsible for devices that undergo bootloops or any errors, it's your choice to make these changes.​
*Requirements
-Unlocked bootloader
-Rooted device
*Instructions
Via Root Explorer:
-Place the file in your sd card.
-Rename it as "bootanimation" (Without quotes)
-Copy or move it to root/data/local
-Set permission as r-w-r-r
-Reboot
Via ADB:
-Enable USB debugging in your device.
-You should have SDK installed. Go to platform-tools.
-In notepad++ type
Code:
echo off
pause
files\adb root
files\adb remount
files\adb push files\bootanimation.zip /data/local
files\adb shell chmod 755 /data/local/
files\adb reboot
pause
echo on
-Name it and save it as .bat (Type ".bat" after the name of your file without spaces) save it to platform-tools.
-Place the "bootanimation_HDPI.zip" or "bootanimation_MDPI.zip" to platform-tools.
-Connect your device to your Machine.
-Open the file you created and CMD will appear, press enter, wait for it.
-Your device will reboot, done ​
*Downloads
bootanimation_HDPI.zip
bootanimation_MDPI.zip
*Credits
CyanogenMod​
Can i please get one without the text
Zer07777 said:
Can i please get one without the text
Click to expand...
Click to collapse
Sorry I can't because I haven't backed up the psd file that I have used for before I reformatted my machine plus it will take a long time to redo again the bootanimation
cant we just take the bootanimation.zip and paste it to system/media ?
ket_kul said:
cant we just take the bootanimation.zip and paste it to system/media ?
Click to expand...
Click to collapse
yes. i do that way. dont forget to set permissions

[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