[BootAnimation] Andy - Streak 5 Themes and Apps

{
"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.

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!

[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

CWM Mac??

I have locked bootloader and i want cwm but i only have a windows that the drivers dosent work to install on for my xperia p :crying:. So i wonder how i can install cwm on mac? Atis112 have made a script for windows but not for mac. Please help?
Using terminal for mac??
Sent from my MT27i using xda app-developers app
It can be installed manually also
Just copy the following 4 files : chargemon, charger, recovery.tar and sh
The first 3 files should go to /system/bin folder
and the last to xbin folder
Set permissions 0644 or rw-r--r-- for the recovery.tar and 755 or rwxr-xr-x for the rest of them This can be done with any rooted file explorer
Reboot and you can access CWM as normal
Enjoy
Min3r said:
It can be installed manually also
Just copy the following 4 files : chargemon, charger, recovery.tar and sh
The first 3 files should go to /system/bin folder
and the last to xbin folder
Set permissions 0644 or rw-r--r-- for the recovery.tar and 755 or rwxr-xr-x for the rest of them This can be done with any rooted file explorer
Reboot and you can access CWM as normal
Enjoy
Click to expand...
Click to collapse
{
"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"
}
Like this?? btw its on swedish.
Thanks for the fast answer
EDIT: WORKING!! :laugh: thanks :angel:

[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

Categories

Resources