I failed to copy the stock one before flashing a custom ROM with a different boot animation. Would someone on the stock ROM mind pulling their bootanimation.zip from /system/media/bootanimation.zip and hosting it?
I would greatly appreciate it.
Thanks!
sn0warmy said:
I failed to copy the stock one before flashing a custom ROM with a different boot animation. Would someone on the stock ROM mind pulling their bootanimation.zip from /system/media/bootanimation.zip and hosting it?
I would greatly appreciate it.
Thanks!
Click to expand...
Click to collapse
http://d-h.st/SE3
wrong thread.
Wooooooooo
OH THANK THE HEAVENS THIS IS STILL UP ! , i got my nexus about 2 weeks ago and i just flashed cyanogenmod 10.1 i wasnt really liking the boot animation and i was missing the stock one , BOOM here it is :good::good::good::good:
Just downloaded this as well for use with my senior project. Thank you for the link!
Noob question... How do you replace a custom animation with this one?
drbrainsol said:
Noob question... How do you replace a custom animation with this one?
Click to expand...
Click to collapse
Same way you replace this one with a custom animation.
See below or download FLASHABLE ZIP at BOTTOM
Code:
Windows
Assuming you've added the android sdk platform tools to your path and you just downloaded the file
C:\Users\xxx>cd downloads
C:\Users\xxx\downloads>adb remount
remount succeeded
C:\Users\xxx\Downloads>adb shell
$ su
# mv /system/media/bootanimation.zip /system/media/bootanimation.bak
# exit
C:\Users\xxx\Downloads>adb push bootanimation.zip /system/media/bootanimation.zip
3327 KB/s (3557385 bytes in 1.044s)
C:\Users\xxx\Downloads>adb shell
$ su
# chmod 0644 /system/media/bootanimation.zip
Or download this CWM / TWRP zip I made and flash it.
Download flashable zip here
Could someone host the KitKat stock one here?
Gesendet von meinem Nexus 4 mit Tapatalk
Related
Hello everyone,
I have recently been messing around with my droid 2 and was able to change the boot screen successfully by doing the following commands:
PHP:
adb push bootanimation.zip system/media/
After running this command I had the new animation and that works great. My question is if anyone know how to incorporate a boot up sound with this. I have tried creating a bootscreen folder and having the boot_animation.xml in both the system/media path and the system/media/bootscreen path, however to no success. It is to be noted that when I removed the bootanimation.zip from the system/media folder, it defaults to the original blue android loading animation as if it were not seeing a bootscreen folder.
theecho said:
Hello everyone,
I have recently been messing around with my droid 2 and was able to change the boot screen successfully by doing the following commands:
PHP:
adb push bootanimation.zip system/media/
After running this command I had the new animation and that works great. My question is if anyone know how to incorporate a boot up sound with this. I have tried creating a bootscreen folder and having the boot_animation.xml in both the system/media path and the system/media/bootscreen path, however to no success. It is to be noted that when I removed the bootanimation.zip from the system/media folder, it defaults to the original blue android loading animation as if it were not seeing a bootscreen folder.
Click to expand...
Click to collapse
What is the boot animation that you used and is is just as simple as removing the boot animation that is in the system media file and replacing it with another boot animation like what was done with the D1?
Yes it was pretty simple just do the following
PHP:
adb pull system/media/bootanimation.zip
This will pull you current boot animation. Move it somewhere to keep as a backup.
PHP:
adb push bootanimation.zip system/media/
This is assuming bootanimation.zip is located in you android sdk's tools folder. You can use any of the bootanimations that are an assortment of pngs.
Sent from my DROID2 using XDA App
I wonder what would happen if you had one in data/local
bump*
Anyone have any further info on this? I would really like a startup sound again.
theecho said:
Yes it was pretty simple just do the following
PHP:
adb pull system/media/bootanimation.zip
This will pull you current boot animation. Move it somewhere to keep as a backup.
PHP:
adb push bootanimation.zip system/media/
This is assuming bootanimation.zip is located in you android sdk's tools folder. You can use any of the bootanimations that are an assortment of pngs.
Sent from my DROID2 using XDA App
Click to expand...
Click to collapse
Ok if the boot animation is on the system media file like the D1 why cant we just take a boot animation and delete it out of the system media and replace it with a new one? Do you have to ADB push it?
The boot animation is kept in the system/media folder. If you can replace this by another means, it will work. I chose to use adb push as I was already in my command line due to an application i was writing.
help
hey guys, sorry for the noob question, but what r u guys using to zip your finnished product? (not a flashable zip) just the zip u can push or use root expor to just place in correct spot. i know you cant use anycompression, but ive tryed everything and i must be doing something wrong. to make sure my zip methods are not adding any compression, i pulled my orig bootanimation, which zipped is 6114kb, i unzipped, then rezipped, and i keep getting dif sized zip files.. if done right it should be the exact same size right?
using the following this is what i get
ok oring is 6114kb, heres what the others do, 7zip 6124kb(bigger) PC zip client 6086kb and winrar is the closest at 6119kb
any advice would be greatly apr
Does doing ADB push require you to plug the phone into the computer in PC mode?
Also, can you change boot animations on stock ROM, or only on custom ROM?
I downloaded a bootanimation.zip file that's 480x854 pixels, the same as the D2's screen. I also looked at the default bootanimation.zip file, which is 480x480. Does the resolution matter at all, or can the phone display it either way?
Tappin' and Talkin' with Tapatalk
theecho said:
Yes it was pretty simple just do the following
PHP:
adb pull system/media/bootanimation.zip
This will pull you current boot animation. Move it somewhere to keep as a backup.
PHP:
adb push bootanimation.zip system/media/
This is assuming bootanimation.zip is located in you android sdk's tools folder. You can use any of the bootanimations that are an assortment of pngs.
Sent from my DROID2 using XDA App
Click to expand...
Click to collapse
No need, you can download Super Manager from Market, using file manager function and get root access to copy directly.
Have fun.
Since this is bumped anyway, for whatever reason sounds will not work on boot with the default Rom. MIUI and other Roms are necessary for this mod.
Hey guys.. if you like the new boot animation from Motorola XOOM, i've sort of ported it to Milestone/DROID
in fact i just modded the desc.txt resolution settings.. but it seem working pretty well
so, here you go
if you don't know how to deal with bootanimations, feel free to ask
EDIT: use sileshn's version.. this is actually portrait mode animation, not fullscreen
do i just flash this in clockwork mod recovery?
i tried, i have cm7
and it didnt take (cm7 boot screen still showing)
Landscape mode
The same bootanimation in landscape mode.
much better if you add preview here
tylerwatt12 said:
do i just flash this in clockwork mod recovery?
i tried, i have cm7
and it didnt take (cm7 boot screen still showing)
Click to expand...
Click to collapse
Just use rootexplorer to replace your existing bootanimation.zip. It should either be in /system/media or /data/local. If there is no bootanimation.zip in either directories, just place the downloaded file to /data/local.
edit : Just checked. In CM7, the bootanimation file is in /system/media.
tegezan said:
much better if you add preview here
Click to expand...
Click to collapse
http://www.youtube.com/watch?v=p8stGDoW-ZY
Better option, download the attached zip file, inside there is a mp4 file, make in run in your media player with automatic repeat.
Edit: looks much better on phone than the preview.
well... landscape animation look better for me....
Landscape mode
Aarght.. sorry guys, i thougt it'd be already in landscape. i actually tried playing it in terminal only and that somehow happened to be in landscape..probably 'cause i had my hw keyboard open
so, feel free to use sileshn's version
Hello.
I can't replace the files in /system/media...
To do this i need adb)
Sent from my Milestone using XDA App
hi... what tools that i need to make or edit bootanimation.zip...?
coz i realize there one picture in landscape animation hv wrong rotation..?
thx..
tegezan said:
hi... what tools that i need to make or edit bootanimation.zip...?
coz i realize there one picture in landscape animation hv wrong rotation..?
thx..
Click to expand...
Click to collapse
unzip the contents. The file is the part0 directory. Correct the image using any image editor and rezip it ( including desc.txt ), dont use any compression ( very important ).
marcelotorres said:
Hello.
I can't replace the files in /system/media...
To do this i need adb)
Sent from my Milestone using XDA App
Click to expand...
Click to collapse
you have to remount the /system partition as read/write in order to be able to rewrite the old one..
you can do it in Terminal Emulator..this will to the trick:
Code:
mount -o remount,rw -t yaffs2 /dev/block/mtdblock6 /system
nice boot animations
can have it in Live Wallpaper
I really like that honeycomb animation.
Very cool.
The only issue I would have is that it would be hard to tell if you are getting a boot loop or if it's just taking a long time to boot.
I attached one that I made which includes an "intro" to the honeycomb animation - the milestone bios/boot animation that I'm sure most of you have seen.
Edit: See post 18 below for an updated version.
Astrowe said:
you have to remount the /system partition as read/write in order to be able to rewrite the old one..
you can do it in Terminal Emulator..this will to the trick:
Code:
mount -o remount,rw -t yaffs2 /dev/block/mtdblock6 /system
Click to expand...
Click to collapse
If his method doesn't work, try this..
I've done a few boot animations this way.. put the bootanimation.zip on the root of your SD card (make sure it's named bootanimation.zip if you're using windows, just right click the file and "Rename". don't put .zip at the end, Windows does that for you. Not sure about Macs..), and go into Terminal Emulator (you can download one from the Market for free) and type the following, hitting enter after each line:
su
cp /sdcard/bootanimation.zip /data/local/
reboot
note that when you hit enter after the 2nd line, it may take a few secons before you get the # sign again. once you see it, type reboot and enter. and you're all set!
zeppelinrox said:
I really like that honeycomb animation.
Very cool.
The only issue I would have is that it would be hard to tell if you are getting a boot loop or if it's just taking a long time to boot.
I attached one that I made which includes an "intro" to the honeycomb animation - the milestone bios/boot animation that I'm sure most of you have seen.
Click to expand...
Click to collapse
should i rename file to work it ?
Yeah it has to be named bootanimation.zip
I always give downloaded animations descriptive names so I can tell what it is just by looking at it.
Usually, I make a copy, rename the copy, and install that.
btw I noticed a stray frame that caused a stutter so I redid it.
I also noticed that the animation was too slow at 10 fps so I sped it up a bit....
It was 10 fps because that's what the original bios animation was set at.
I bumped it up to 20.
thanks friend
very beautiful.
I have a special request. Is there a way to retain the bootanimation of the NookColor's 1.2 Stock ROM? Or at least can someone create a bootanimation.zip that has the Stock ROM's boot animation? I can provide you an original nandroid of the STOCK ROM if it's needed. I hope someone can do this.
Here... extract this zip file, remount /system/ rw and adb the bootanimation (NOT the zip) to /system/bin/ and you will have B&N's 1.2 stock animation.
DizzyDen said:
Here... extract this zip file, remount /system/ rw and adb the bootanimation (NOT the zip) to /system/bin/ and you will have B&N's 1.2 stock animation.
Click to expand...
Click to collapse
This. Is. Wicked. Thanks a lot!
UPDATE:
erm... it didn't work for me. Once I placed the content of the zip (bootanimation), in the system/bin it just gave me a blank screen then it went straight to my homescreen. What am I doing wrong? well maybe because I placed the file manually using root explorer. can you tell me how to do it using adb in windows and adb wireless on the nook? what commands should I put on the adb?
UPDATE 2:
I was able to push the file using adb. It still didn't work for me. Maybe we're missing some files? I remember when I'm putting custom bootanimations, I also place a bootanimation.zip in the /system/media directory of the nook...
les02jen17 said:
This. Is. Wicked. Thanks a lot!
UPDATE:
erm... it didn't work for me. Once I placed the content of the zip (bootanimation), in the system/bin it just gave me a blank screen then it went straight to my homescreen. What am I doing wrong? well maybe because I placed the file manually using root explorer. can you tell me how to do it using adb in windows and adb wireless on the nook? what commands should I put on the adb?
UPDATE 2:
I was able to push the file using adb. It still didn't work for me. Maybe we're missing some files? I remember when I'm putting custom bootanimations, I also place a bootanimation.zip in the /system/media directory of the nook...
Click to expand...
Click to collapse
I know most had a zip in /system/media.... but the stock 1.2 didn't have anything related.... looking through the file I posted, it references some .png files that also are not present... I assumed they were contained as data in the file itself... I will look some more and get this setup for you... Sorry for shorting the research on this one.
Maybe the way Root Tools works will show the way.
Similar discussion here.
I hope we can have an update on this one soon... :'(
les02jen17 said:
I hope we can have an update on this one soon... :'(
Click to expand...
Click to collapse
We will... sorry got busy with some stuff on the IMEI Generator... will track it down for you.
Is there some reason this needs to be done? Deviating from the CM7 code is bound to cause issues....
patruns said:
Is there some reason this needs to be done? Deviating from the CM7 code is bound to cause issues....
Click to expand...
Click to collapse
Just thought it would be cool to retain the stock bootanimation, that's all. The device is still a NookColor after all, even after installing a CyanogenMod ROM in it. It would be nice if the device would say 'NookColor' when it boots. Just my opinion, though.
Sent from my NookColor using Tapatalk
It needs to be in the correct format. If you can break it down, it will work:
http://nookdevs.com/NookColor_Boot_Animation_editing_and_replacement
So maybe play it in the SDK, and record the screen?
EDIT: Or try pushing it to data/local
Also, read through this: http://forum.xda-developers.com/showthread.php?t=863439
When all hope seems lost...
When I thought that all hope seems lost on my desire to get the NC's stock bootanimation, in my NC running cyanogenmod, I came across this amazing stock-that-has-been-rooted bootanimation in YouTube... I think it's fate. LOL.
Pretty neat stuff, courtesy of Suteru. On the YouTube page is a link to the bootanimation.zip
Yup, I installed the bootanimation and it's wicked cool. (^_^)
les02jen17 said:
Just thought it would be cool to retain the stock bootanimation, that's all. The device is still a NookColor after all, even after installing a CyanogenMod ROM in it. It would be nice if the device would say 'NookColor' when it boots. Just my opinion, though.
Sent from my NookColor using Tapatalk
Click to expand...
Click to collapse
Put the bootanimation.zip file in the /data/local folder. It will override the bootanimation in the system/bin as long as it's there. If you delete it, the stock animation in /system/bin will show. FWIW, I like this animation from NookDevs which is a variation on the stock animation:
http://www.youtube.com/watch?v=apy-ZcdqZFA&feature=related
anyone who can make me a flashable zip for build.prop? i edited mine and i cant boot...
You can re flash your ROM in recovery or mount system and use something like adb or android commander to push a stable build.prop to it.
Sent from my GT-N7000 using xda premium
musashiro said:
anyone who can make me a flashable zip for build.prop? i edited mine and i cant boot...
Click to expand...
Click to collapse
For what? Stock GB/ICS, CM9, etc?
If you have valid one you can boot to recovery and use "adb push build.prop /system/build.prop" instead of having a flashable version.
i tried adb and Amora Filemanager and Droid Explorer but i can't delete the files i want to and rename my backup.
so i decided to flash GB rom again.. its a bit of a long shot, but its ok now...
First of all, thank you a lot
@hanspampel (For the zip)
@pendor24 (For your tutorial --- https://forum.xda-developers.com/galaxy-s8+/how-to/tuto-custom-splash-screen-s8-sm-g955f-t3623368)
@Redline (for adb)
everyone that ever contributed to this platform
Required:
1. PC with Windows
2. ADB Drivers (https://forum.xda-developers.com/attachment.php?attachmentid=4623157&d=1540039037)
3. Patience
Steps:
1. Open 1 CMD inside of ADB folder.
2. Type:
Code:
adb shell
Code:
su
(There should be a Magisk pop-up on your phone. Grant it.)
Code:
dd if=/dev/block/platform/11120000.ufs/by-name/UP_PARAM of=/sdcard/up_param.bin
Code:
mkdir /sdcard/up_param
Code:
cd /sdcard/up_param
Code:
tar xf /sdcard/up_param.bin
3. Now, go to your internal storage and you'll find a folder named param.bin. Inside, there are many .jpg. Search the logo.jpg
Using any program, edit it as you like. !!! THE FILE SHOULD NOT BE >400KB !!!
Name it logo.jpg (Just like this. Not anything else).
Copy the logo.jpg on root of your internal storage (not in a folder).
4. Type:
Code:
exit
Code:
su
Code:
cp -f /sdcard/logo.jpg /sdcard/up_param/logo.jpg
Code:
cd /sdcard/up_param
Code:
tar cf - `ls | sort -t.` > /sdcard/up_param.bin
Code:
dd if=/sdcard/up_param.bin of=/dev/block/platform/11120000.ufs/by-name/UP-PARAM
5. If everything worked, there should be no error. Now reboot. The splash is NOT CHANGED YET. Now we'll change it.
6. Download the zip attached.
7. Open it. Inside there is a logo.jpg. Replace it with your logo.jpg.
8. Save the zip. Copy it on your internal storage.
9. Flash it using TWRP.
10. Profit.
I can make custom splash screens for a very small donation (1$). I would like to buy a laptop for college, so everything helps!. Thanks in advance!
Examples
Soon I will post a tutorial on how to change boot animation/shut down animation
Hello
everything can be done from the emulator terminal.
pendor24 said:
Hello
everything can be done from the emulator terminal.
Click to expand...
Click to collapse
Hey, I know that, but I find it useful to make it on PC, because you edit it on your PC, right?. I will post a link to your thread for people who want to use emulator. Thanks again for your tutorial!
azZA_09 said:
Hey, I know that, but I find it useful to make it on PC, because you edit it on your PC, right?. I will post a link to your thread for people who want to use emulator. Thanks again for your tutorial!
Click to expand...
Click to collapse
with pleasure .
you can edit it on your mobile with photoshop.
and configure it without using a zip or have a custom recovery.
Thank you for your time and effort to bring us this magical pleasure and enjoyment with your guide
Thank you!
Man this epic. Thank you so much for this tutorial. Been wanting to learn this for ages just csnt find anything beyond xda to help..
Good looking splash screens you made there OP.
Androiderprime said:
Man this epic. Thank you so much for this tutorial. Been wanting to learn this for ages just csnt find anything beyond xda to help..
Click to expand...
Click to collapse
Thank you!
Megaflop666 said:
Good looking splash screens you made there OP.
Click to expand...
Click to collapse
Thank you!
I can create custom splash for 1$
azZA_09 said:
Thank you!
I can create custom splash for 1$
Click to expand...
Click to collapse
Appreciate the offer, but I always make my own stuff. NOW, if you were doing custom boot anim's, we could talk. My animations always look f'd up when i'm done. LoL
There is no need to do the steps to extract logo.jpg from param.
i just flashed my custom logo zip directly from TWRP recovery and changed the bootlogo.
if you want to go back to stock boot splash
either flash stock bootloader via odin or
flash the zip of stock boot splash via TWRP.
kingwicked said:
There is no need to do the steps to extract logo.jpg from param.
i just flashed my custom logo zip directly from TWRP recovery and changed the bootlogo.
if you want to go back to stock boot splash
either flash stock bootloader via odin or
flash the zip of stock boot splash via TWRP.
Click to expand...
Click to collapse
For some devices, like mine, the param step is required. IDK why, but glad it works for you anyway!
Superuser one I made, it's pretty minimal and for not having the front and just copy paste-ing it looks pretty good.
Anyone have a note 10 splash for our note 9? just a simple stock note 10 screen without any changes...
Sent from my SM-N960F using Tapatalk
bustyouup4free said:
Anyone have a note 10 splash for our note 9? just a simple stock note 10 screen without any changes...
Sent from my SM-N960F using Tapatalk
Click to expand...
Click to collapse
Ripped it from a Note10+ splash changer and removed the + and shifted Knox thing over. Might look a little different but should be fine.
Why would you honestly want the note 10 or 10 plus splash screen on a note 9? do you want it that bad but can't really get it that you want to make your 9 seem like a 10 just so you can stop wanting it so bad
KingVekxin said:
Why would you honestly want the note 10 or 10 plus splash screen on a note 9? do you want it that bad but can't really get it that you want to make your 9 seem like a 10 just so you can stop wanting it so bad
Click to expand...
Click to collapse
Agreed. That's just so weird.
I'm going to buy a Tesla emblem, and go stick it on my nice lil Mazda 3. This way I can confuse myself and others.
Does this work on the unlocked Snapdragon model? (N9600)
Has anyone tested it?
Does this also work on a Note 10+/Exynos with Android 10? Anyone tried it?
In case of a bootloop etc., can I just flash stock bootloader via odin and undo all?
How can I flash the zip without TWRP ? I don't have a custom ROM just Magisk root!