[Stock Boot Animation] Restores the stock boot animation - Epic 4G Themes

Someone asked for a DK28 kernel that supports EXT4 without custom boot animation support.
They wanted the stock boot animation. This is the result.
Here is a link to the original thread.
:[Installer]:
epic_stock_boot.zip
What it does:
Restores stock animation files into /system/media
Code:
bootani.qmg
bootsamsung.qmg
bootsamsungloop.qmg
Restores the stock boot sound into /system/etc
Installs a single black frame bootanimation.zip into /system/media​This was the only way I was able to get the stock boot screen to show with out flickering.
Basically, it plays a single black frame and then continues into the stock animation.
The single black frame is not noticeable (at least to me).
:[Cleaner]:
epic_stock_boot_cleaner.zip
What it does:
Removes stock animation files from /system/media
Code:
bootani.qmg
bootsamsung.qmg
bootsamsungloop.qmg
From my experience, the 3 stock qmg files will cause a conflict with custom boot animations.
Both animations seem to be shown at the same time with mad crazy flickering.
Use the cleaner before you install a custom animation.
:[Testing]:
This has been tested and is working on Bonsai v2.0.1
:[Changelog]:
2-12-11
Added cleaner zip.
Updated installer to use PowerOn.wav from DK28 (instead of one I found on the forums).
2-12-11
Initial release.
=]

Thank you for this
Sent from my SPH-D700 using Tapatalk

dreamsforgotten said:
Thank you for this
Click to expand...
Click to collapse
NP. In the end I kind of tricked it into working.
I tried to modify the init.rc file on my phone and only use the stock files.
Couldn't get it to work, and I don't think we can automate an init.rc mod w/o re-packing the whole kernel anyway.
I tried using the 1st frame of the sprint animation but it had a flicker.
Also tried using the samsungmobile splash screen, again slight flicker at the start.
So this is as good as it gets for now (black no flicker), and it's acceptable in my opinion.
I just hoped someone finds it useful, and it seems you have.
;]

Thanks Nube! So could I edit-add files to the bootanimation.zip in the files folder to make a custom boot ani?
I.e. set a path for the parts of the custom boot under the desc.txt and create parts folders with the boot frames in them?

running_the_dream said:
Thanks Nube! So could I edit-add files to the bootanimation.zip in the files folder to make a custom boot ani?
I.e. set a path for the parts of the custom boot under the desc.txt and create parts folders with the boot frames in them?
Click to expand...
Click to collapse
You would not want to use this as a base for creating your own custom boot animation!
From my experience the 3 qmg files this file restores will conflict with a normal custom boot animation.
I should have mentioned that in the OP (I'll add it). I'll throw together a stock animation removal zip.
If you want to create your own custom animation, I would say you should start with this guide here (best resource I've found).
And then once you feel you understand what's being done, I would say you should check out this program here.
That should get you going.
=]

Thanks again Nube. I'll review those threads

running_the_dream said:
Thanks again Nube. I'll review those threads
Click to expand...
Click to collapse
NP.
[edit]
Oh, I should add that I totally ignored the scripting (zip scripting) part of that guide.
The guide might be outdated and might still be using amend scripting.
I already know my way around an edify script, so I didn't pay attention to that part.
[/edit]
OP updated.
=]

Haha yup I figured those threads assumed amend scripting. I remember someone posting the steps to convert amend script to edify (might have been you in fact). Looks like I'll need to do a lot of reading...when I get to a computer

running_the_dream said:
Haha yup I figured those threads assumed amend scripting. I remember someone posting the steps to convert amend script to edify (might have been you in fact). Looks like I'll need to do a lot of reading...when I get to a computer
Click to expand...
Click to collapse
Probably was me or Dameon87, I made the amend2edify converter also.
A simple script for a boot animation would be:
Code:
ui_print("Mount /system.");
run_program("/sbin/mount", "/dev/block/stl9", "/system");
ui_print("Install files.");
package_extract_file("files/PowerOn.wav", "/system/etc/PowerOn.wav");
package_extract_file("files/bootanimation.zip", "/system/media/bootanimation.zip");
ui_print("Set permissions. Just to be safe.");
set_perm(0, 0, 0644, "/system/etc/PowerOn.wav");
set_perm(0, 0, 0644, "/system/media/bootanimation.zip");
ui_print("Unmount /system.");
run_program("/sbin/umount", "/system");
That would be for the animation and the sound.
The files would be in a folder named "files" in the zip.
package_extract_file("files/PowerOn.wav", "/system/etc/PowerOn.wav");
package_extract_file("files/bootanimation.zip", "/system/media/bootanimation.zip");
Click to expand...
Click to collapse
=]

Thank you for posting this
changing the wav file in there would affect the boot sound right?
just simply change the file name to poweron
I wanted to change it to say something like "this shi7 is epic!!! haha

Thanks for remover zip
THANKS! I didn't really need the stock one but the remover did come in handy rather than going in and removing them myself.

Would this work with restoring the stock animation on any version, for example EB13? Or is this only for DK28?

klownin816 said:
Would this work with restoring the stock animation on any version, for example EB13? Or is this only for DK28?
Click to expand...
Click to collapse
Yes it will work with EB13

iamchocho said:
THANKS! I didn't really need the stock one but the remover did come in handy rather than going in and removing them myself.
Click to expand...
Click to collapse
Glad it was useful to you.
klownin816 said:
Would this work with restoring the stock animation on any version, for example EB13? Or is this only for DK28?
Click to expand...
Click to collapse
As long as the file names have not changed, it should.
AJC9000 said:
Yes it will work with EB13
Click to expand...
Click to collapse
And thank you for the confirmation that it does.
=]

Perfect, thanks!!

sorry for the noob question, but do i just apply th cleaner from th sdcard in cwm? i have stock eb13 w genocide kernal and th stock animation runs in th background to th android logo in th forground. I just wanna make sure all that remains is th android logo. thanx for any help

jspsuperman said:
sorry for the noob question, but do i just apply th cleaner from th sdcard in cwm? i have stock eb13 w genocide kernal and th stock animation runs in th background to th android logo in th forground. I just wanna make sure all that remains is th android logo. thanx for any help
Click to expand...
Click to collapse
If you just want the default "no animation" shimmering android logo, then yes just run the cleaner from CWM.
=]

bringing back an old thread b/c this is a great idea for kernels with custom boot animation support enabled where the user still wants to remain on a stock rom (with the stock boot animation)
i've linked this thread into my kernel's OP...thanks nubecoder

Related

[How To] Replace Shutdown Animation

..
..
Heres one I did. It's animated but it goes so fast you practically miss it anyway...
Couldn't get a gif preview up.
I got a few more I made but I wanted to share this one. A good universal shutdown sequence.
Also just for reference, it seems the png's can so far be anything under a png 24.
I love the Android Scribble boot animations that GLa'DOS put together here:
http://forum.xda-developers.com/showthread.php?t=696193
I decided to create an "un-scribble" shutdown animation which is basically his work in reverse. I had to cut several "frames" to get it down to 26 images but it looks pretty good. It's attached as Scribble_shutdown.zip.
Martian21
Here is an i, robot shutdown sequence i made. I wish the picture was a little clear but it works.
Can i use the same animation for the Shotdown as for the Startsup?
I mean that both 26 png's
Would be nice to know that
Thank God for custom shutdown animations. Oh if anyone is looking for tutorial on how to do it check: http://www.phonebuff.com/2011/06/change-shutdown-animation-for-android/
I am unable to find system/media/video folder.
i made folder of this kind and ket the zip too nothing happens.
help will be much appreciated
s.yogamurthy said:
I am unable to find system/media/video folder.
i made folder of this kind and ket the zip too nothing happens.
help will be much appreciated
Click to expand...
Click to collapse
The newest ROMs do not use this file format. They are utilizing the *.qmg files - not hackable. If you roll back to Froyo or Eclair you can use this type of shutdown.
I have a problem
Hi guys
In my phone the shutdown animations is in a diferetn location
the location is system/bin/shutdownanimation and i can run this as a script.
I renamed it to .bak and now it doesent show up wich is great but i cant replace another one i've tried as a .gif .qmg i've changed the permisions to be de same as the original animation but the new one never works HELP
using root explorer
stock rom
stock kernel
root using xda how to
device huawei y300
boot splash screen was succesfuly changed with genotools
What is the correct file type and how can i replace it?

Default Galaxy S Bootscreens on Cognition?

Is there any way to put the stock captivate boot screen animations and sound back on the Captivate after installing cognition? I'm not too big of a fan of the cognition boot screen.
vaiol123 said:
Is there any way to put the stock captivate boot screen animations and sound back on the Captivate after installing cognition? I'm not too big of a fan of the cognition boot screen.
Click to expand...
Click to collapse
I have the stock bootanimation.zip. I'll upload the file when I get off work. Just drop it into system/media/ named as bootanimation.zip. As far as the boot sound goes, nobody to my knowledge has had any luck with that. Everything I have tried to restore custom/stock bootsounds has failed.
Thank you very much!
10tonhammr said:
I have the stock bootanimation.zip. I'll upload the file when I get off work. Just drop it into system/media/ named as bootanimation.zip. As far as the boot sound goes, nobody to my knowledge has had any luck with that. Everything I have tried to restore custom/stock bootsounds has failed.
Click to expand...
Click to collapse
Minor difficulties. The bootanimation.zip file I have for the true stock animation is corrupted and I'm not having any luck fixing it.
I've attached two alternatives though. The first file is the SGS bootanimation that has been optimized for a smaller screen. It works fine, but it is smaller than it would normally be.
The other is a modded version with a BIOS boot intro followed by the SGS boot animation (full sized). In my opinion, its pretty freakin sweet. Credit to specialex and LitePro. This one is their work, not mine.
Either way, download, rename to bootanimation.zip and drop it into system/media folder using root explorer or a comparible file manager app.
Thanks man. The BIOS style one looks sick. It seems that you can restore a bootsound through SGSTools, but when I set a random .ogg notification sound as the shut down sound, it played it in a never ending loop. I'll try and tinker with it some.
vaiol123 said:
Thanks man. The BIOS style one looks sick. It seems that you can restore a bootsound through SGSTools, but when I set a random .ogg notification sound as the shut down sound, it played it in a never ending loop. I'll try and tinker with it some.
Click to expand...
Click to collapse
Yea, I had no luck working with SGS Tools and the boot/shutdown sound changer. It works great on stock 2.1 w/ root (I tested it the last time I flashed back to stock- rocking the "droid" voice on boot for a while).
Unfortunately, it never worked for me on custom roms. Even tried .mp3 and .oog files instead of .wav just for the hell of it. I think the issue has to do with the playlogos1 file that the devs modify to kill the default shutdown/startup sounds. I'm going to try SGST again though... its been a while and that app has been updated 4 or 5 times since I last tried.
Well, I found the shutdown.ogg file from the JH7 OTA .zip file and yes, it did work through SGSTools! If I find the original boot animation in one of these folders it'll be back to stock appearence Now whether or not I want to do that is the question hehehe....
EDIT: Turns out only the shutdown sound was working. Im doing a Rom Manager backup now, but my plan is too remove the bootanimation.zip file and restore the factory playlogos and playlogos1 files back to system/bin and see what happens.
EDIT 2: Well that didn't work... I found two other files called bootsamsung.qmg and bootsamsungloop.qmg and seeing if those work.
EDIT 3: No luck there either. I wonder if it is possible at all to restore the boot animation and sound, and what the developers did to remove it. Its very interesting...
Here's a copy of the stock bootanimation.zip. Credit to whoever I got this from. Personally I like the BIOS one

[Boot Animation] ctOS Boot Animation

Hello!
So I've been playing a bit of Watch Dogs as of late, and decided that I wanted to go ahead and make a ctOS-style boot animation, emulating the geometric hacker-looking loading animation you see in the game;
I went ahead and found this video of the animation I was looking for, and formatted it into a 1080p boot animation for my OnePlus One, and any other 1080x1920 resolution phones.
Click Here To Download The CM11/CM12 Version From Google Play!
OTHER LINKS ARE DOWN THIS WEEK UNTIL MY GOOGLE DRIVE IS UPDATED
I've attached the two ZIP installers to this OP in the meantime:
Installation Instructions:
The first download link is the Google Play link for my CM11/CM12 version, it works with any ROM that supports both the CM11 Theme Engine, and the new CM12 Theme Engine!
The other 2 attachments are flashable ZIP files - one for 1080p phones, and the other for 720p phones - just reboot to your recovery (TWRP or CWM), and flash away! The installer backs up your previous boot animation, and applies mine. It's that simple.
A huge thanks to Flashalot for making the ZIP for me, and now thanks to exxxistent for making a 720p version installer too!
ATTENTION -- for any ROMs using the CM11 or CM12 Theme Engine, use the Google Play link above; any of the following methods will only replace the stock boot animation for the ROM with the one you install. Therefore, any themes you apply other than the stock ROM theme will supersede my boot animation and use the theme's instead.
To install via your phone:
Download the bootanimation.zip file, and open up a root file explorer to find where you downloaded it to
Now go ahead and navigate to your /system/media folder (you may need to allow your file explorer to mount system as read/write for the next step)
Find your current bootanimation.zip, and rename it to bootanimation.zip.bak (just backin' up your original one)
Now copy the downloaded bootanimation.zip into /system/media, and make sure the permissions for the zip are RW-R-R (octal 644)
And it's installed!
To install via ADB:
Download the bootanimation.zip file from the download link above, and find the file in your computer's file manager
Open up the folder where you have your ADB binary, and copy the bootanimation.zip file into that folder
Connect your phone to your computer via USB, and make sure USB Debugging is enabled on your phone
Open up Command Prompt (PC) or Terminal (Mac), and type:
Code:
cd [THE FOLDER ADB IS IN]
** For Mac users, you may need to type in ./adb instead of just adb, if you get a "command not found" error
Now, type in the following, hitting enter after every line:
Code:
adb push bootanimation.zip /sdcard/bootanimation.zip
adb shell
su
mount -o remount rw /system
mv /system/media/bootanimation.zip /system/media/bootanimation.zip.bak
cp /sdcard/bootanimation.zip /system/media
chmod 644 /system/media/bootanimation.zip
And you're good to go!
Click to expand...
Click to collapse
I'm currently working on a variant of this animation, in which the beginning part loops and then the animation ends on the ctOS icon, like it does if you are waiting for the game to load. I've figured out how the Android L and M boot animations implement a closing animation, so it shouldn't take long to recreate the 1080p version to start with.
Enjoy!
hey bro!!
I like this bootanimation.
my mobile doesn't supports the .gif format, so can u make this .zip for me?
Do you want the previews I made in a zip format? Because the bootanimation itself is in a JPEG series format that should work for any 1080p phone.
Very nice!
Is this just download and flash via twrp?
Sent via quantum entanglement, focused through my OnePlus One.
beastlykings said:
Very nice!
Is this just download and flash via twrp?
Sent via quantum entanglement, focused through my OnePlus One.
Click to expand...
Click to collapse
It is not. It's to push to /system/media and to set permissions to at least rw-r-r.
That is a great idea for a boot animation, but wouldn't it be nicer to make it an apk instead of zip and use the CyanogenMod theme engine to set it as boot animation?
Is it possible, can you make it or perhaps someone here who knows how can help you?
Sent from my OnePlus One using XDA Free mobile app
Thanks a lot. Just flash and good to go. I wonder if this will work on the htc m8?
ILoveYouAll said:
Thanks a lot. Just flash and good to go. I wonder if this will work on the htc m8?
Click to expand...
Click to collapse
It should work on any 1080x1920 resolution screen, so you should be good to go. As far as the installer goes, just make sure your bootanimation for your ROM is being loaded
from /system/media, and you should be fine using it with your m8.
P1f said:
That is a great idea for a boot animation, but wouldn't it be nicer to make it an apk instead of zip and use the CyanogenMod theme engine to set it as boot animation?
Is it possible, can you make it or perhaps someone here who knows how can help you?
Sent from my OnePlus One using XDA Free mobile app
Click to expand...
Click to collapse
That's a great idea! I went ahead and started looking into making CM11 Theme Apps, so once I've made one for the bootanimation I'll put the Google Play link here.
This is epic, I love it. :good:
Thanks for de-mystifying this for us.
I wanted the stock CyanogenMod "cid" animation on my One, and your explanation made it dead easy to accomplish.
Very nice. Thank you.
Looking forward to more!
Very very nice ... Love it
The stock bootanimation + ctOS style has to be something awesome. Can you do it?
Thanks for your work!
Enviado desde mi OnePlus One usando Tapatalk
you know what, you may as well copy the "bootanimation.zip" file to the /data/local/ directory, change permissions to rw-r-r and then reboot. you get the same effect without renaming any file at all. for me it's cleaner and may not break future OTAs.
Did not work on Mahdi rom flashed via TWRP
Edit: Also tried with adb shell... the file is copied correctly but boot animation is still stock !! how is this possible ?
Heas Heartfire said:
The stock bootanimation + ctOS style has to be something awesome. Can you do it?
Thanks for your work!
Enviado desde mi OnePlus One usando Tapatalk
Click to expand...
Click to collapse
If you're referring to the stock Android L boot animation, then yes, I'm already working on it! Classes just started for me, so I may be a bit busy for a while, but I'll work on this as much as I can.
ondoy1943 said:
you know what, you may as well copy the "bootanimation.zip" file to the /data/local/ directory, change permissions to rw-r-r and then reboot. you get the same effect without renaming any file at all. for me it's cleaner and may not break future OTAs.
Click to expand...
Click to collapse
That's true, it's definitely easier... I prefer doing everything manually if I'm going to do anything manually at all, so I guess that's why I like renaming files and working in the /system/media/ directory
dayanandgp said:
Did not work on Mahdi rom flashed via TWRP
Click to expand...
Click to collapse
So sorry it couldn't work for you! It looks like Mahdi ROM may not be working with any custom boot animations right now, so I've added that to the OP. I've also contacted the dev to let me know when that's been resolved, so we'll just have to sit tight and wait until that's working again....
nissanskylinebam said:
So sorry it couldn't work for you! It looks like Mahdi ROM may not be working with any custom boot animations right now, so I've added that to the OP. I've also contacted the dev to let me know when that's been resolved, so we'll just have to sit tight and wait until that's working again....
Click to expand...
Click to collapse
Got it working !! apparently the issue is themesshowcase App ... If you set a different bootanimation from stock , the .zip file is picked up from local folder of the theme. so even though i copied the file to correct location , it was the stock location. i.e what you have mentioned in OP. After i switched to stock bootanimation via Themesshowcase app , it loaded ctOS animation very nice animation !! thanks for the work !
dayanandgp said:
Got it working !! apparently the issue is themesshowcase App ... If you set a different bootanimation from stock , the .zip file is picked up from local folder of the theme. so even though i copied the file to correct location , it was the stock location. i.e what you have mentioned in OP. After i switched to stock bootanimation via Themesshowcase app , it loaded ctOS animation very nice animation !! thanks for the work !
Click to expand...
Click to collapse
Perfect, thanks for letting me know! I'll go add that to the installation instructions, and remove that Mahdi ROM is incompatible. The dev actually just got back to me and told me boot animations work fine with the ROM, so it's good to hear there's just a workaround required for manual insertion via my flashable zip. Otherwise that would've sucked for everyone using the CM11 Theme Engine...
If I want to switch back to stock can I change it from the theme manager or do I have to reflash the stock animation as well?
jonjinbae said:
If I want to switch back to stock can I change it from the theme manager or do I have to reflash the stock animation as well?
Click to expand...
Click to collapse
I'm going to add all of this to the OP when I get a free minute here, but the CM11 Theme Manager will see my installed boot animation as the stock one that comes with the ROM, so you will have to manually restore the old one before seeing it in your default theme again. You can change to another boot animation via the Theme Manager, but the stock one will stay as mine until you either flash the "undo" zip file or manually replace the backed-up stock boot animation.

Cant Change Boot Animation

Im attempting to add a custom boot animation to my OPO and I am having a lot of trouble. I searched around and all the threads basically say to put the zip file into system/media for CM roms. My current boot animation comes from a theme pack. I went into themes and unchecked boot animation before adding the new one. Even after adding the new one the animation from the theme is still there. I then swapped to the default theme, and im still getting the same result. I tried using data/local just incase, and got the same result. Do you have any idea what im doing wrong?
You may have a flashable zip as opposed to one you just simply put in the /system/media folder. What did the op recommend for install. I don't know what bootanimation you have.
from the one+
noobtoob said:
You may have a flashable zip as opposed to one you just simply put in the /system/media folder. What did the op recommend for install. I don't know what bootanimation you have.
from the one+
Click to expand...
Click to collapse
I have the files for a flashable zip as well as a bootanimation.zip meant to be put directly into the system. The post provided both methods. I tried the flash through TWRP and it failed. As stated above I put the bootanimation.zip into system/media and nothing happens. I even tried it in data/local (had to create the local folder) and still nothing.
Bklynrx7 said:
I have the files for a flashable zip as well as a bootanimation.zip meant to be put directly into the system. The post provided both methods. I tried the flash through TWRP and it failed. As stated above I put the bootanimation.zip into system/media and nothing happens. I even tried it in data/local (had to create the local folder) and still nothing.
Click to expand...
Click to collapse
Can you throw me a link to which one you are trying to use? Also, what are you running? Cm11s, aosp, etc... You shouldn't have had to create the local folder under data, so best bet would have been the system/media folder.
from the one+
noobtoob said:
Can you throw me a link to which one you are trying to use? Also, what are you running? Cm11s, aosp, etc... You shouldn't have had to create the local folder under data, so best bet would have been the system/media folder.
from the one+
Click to expand...
Click to collapse
Sure, thanks for the help. Here is the thread: http://forum.xda-developers.com/showthread.php?t=1115717. Yes Im using CM11s, rooted but not otherwise modified. I thought the problem might have something to do with permissions, so I gave the zip file permission to read/write/execute. Now I am no longer seeing the custom nexus loadscreen from the theme i was using, but I am getting the factory OPO lockscreen.
Bklynrx7 said:
Sure, thanks for the help. Here is the thread: http://forum.xda-developers.com/showthread.php?t=1115717. Yes Im using CM11s, rooted but not otherwise modified. I thought the problem might have something to do with permissions, so I gave the zip file permission to read/write/execute. Now I am no longer seeing the custom nexus loadscreen from the theme i was using, but I am getting the factory OPO lockscreen.
Click to expand...
Click to collapse
On CM11s the spot for it is definitely in /system/media. Make sure to move the old one into a folder called old or rename it bootanimation.old. The permissions should be rw- r-- r--. But, if you still don't see it the files may not be formatted to fit the one plus screen.
Bklynrx7 said:
Sure, thanks for the help. Here is the thread: http://forum.xda-developers.com/showthread.php?t=1115717. Yes Im using CM11s, rooted but not otherwise modified. I thought the problem might have something to do with permissions, so I gave the zip file permission to read/write/execute. Now I am no longer seeing the custom nexus loadscreen from the theme i was using, but I am getting the factory OPO lockscreen.
Click to expand...
Click to collapse
from the one+
noobtoob said:
On CM11s the spot for it is definitely in /system/media. Make sure to move the old one into a folder called old or rename it bootanimation.old. The permissions should be rw- r-- r--. But, if you still don't see it the files may not be formatted to fit the one plus screen.
from the one+
Click to expand...
Click to collapse
Thanks for the help, it seems like there might be something going on with my phone. Now no boot animations work. Even the ones built into themes that worked before just show me the stock boot ani. Any ideas what went wrong?
Bklynrx7 said:
Thanks for the help, it seems like there might be something going on with my phone. Now no boot animations work. Even the ones built into themes that worked before just show me the stock boot ani. Any ideas what went wrong?
Click to expand...
Click to collapse
Not really any ideas. I would just flash back to sick and start over. That way you know the system is fresh and nothing should stop it from working correctly. Losing data sucks, but you could run a rom like Calkulin stock 38r. Just wipe phone correctly and keep all the sdcard data. Minimal setup required after that. And then try out bootanimation right out if the gate.
from the one+
noobtoob said:
Not really any ideas. I would just flash back to sick and start over. That way you know the system is fresh and nothing should stop it from working correctly. Losing data sucks, but you could run a rom like Calkulin stock 38r. Just wipe phone correctly and keep all the sdcard data. Minimal setup required after that. And then try out bootanimation right out if the gate.
from the one+
Click to expand...
Click to collapse
I ended up doing this today just to get the 38r update. Boot animations from apk's work again. Still no luck with the one I was originally going after but Im still trying. Thanks for the input.
Hi,
I've tried downloading a few boot animations from Theme Showcase, but no matter what I click (boot animations, fonts, wallpapers) it only shows me a list of themes to download. Is there any way to browse the boot animations form this app?
I'm using a OPO which is NOT rooted.

>>>>[BOOTANIMATION]<<<[FLASHABLE] made from the nexus 6p commercial

>>>>[BOOTANIMATION]<<<[FLASHABLE] made from the nexus 6p commercial
I was bored/ unemployed and decided to turn the nexus 6p commercial into a bootanimation.
Just replace your original from system/media ( make sure you keep the original in a safe place) change permission to rw-r--r--.
Hit like if you like. Hit donate if you want too. The attached .gif is not the actual boot animation just a preview made for this post.
Here is the video used to create the boot:
https://youtu.be/4cAHL4LMNlY
https://www.androidfilehost.com/?fid=24399994186369465
******UPDATE EMPLOYED!!!!!********
If you have any request I'm willing to custom make one for you, since I'm unemployed and bored, only 30 Sec video clips please. Or any recommendations?
****UPDATE*** added FLASHABLE.ZIP
https://www.androidfilehost.com/?fid=24407100847293357
***reserved****
is there a difference? you posted 2 times at seperate times
gd6noob said:
is there a difference? you posted 2 times at seperate times
Click to expand...
Click to collapse
No one post just contains the video used
really really choppy and slow...
gd6noob said:
really really choppy and slow...
Click to expand...
Click to collapse
Really? It runs smooth like a video on mine I'll look into the fps
I flashed your zip file but it didn't change anything. I have been trying to flash a custom boot animation with audio for a few days and I can't seem to get it to stick. I've even used Rom Toolbox to flash but animations but all that I've achieved is actually losing my standard boot animation.
Can you please help?
Predtechhacker said:
I flashed your zip file but it didn't change anything. I have been trying to flash a custom boot animation with audio for a few days and I can't seem to get it to stick. I've even used Rom Toolbox to flash but animations but all that I've achieved is actually losing my standard boot animation.
Can you please help?
Click to expand...
Click to collapse
Would you like the stock boot back? ( ALWAYS KEEP IT IN A SAFE PLACE) I'll post it below . I just noticed theres an Error in the flashable.Zip. (To add sound to your bootanimation you must save an .ogg file in the same folder and code it into the animation) .Use root explorer to replace whatever boot animation you have in the SYSTEM>MEDIA folder and edit permission to rwxr--r--
Thanks, I appreciate you helping me with the stock animation.
Can you help me figure out why the hell I can't get any other boot animations to work?
Predtechhacker said:
Thanks, I appreciate you helping me with the stock animation.
Can you help me figure out why the hell I can't get any other boot animations to work?
Click to expand...
Click to collapse
Are you doing it manually? Flashable? Or with an app?
I've tried all 3. I just can't get any of the boot animations I create to stick.
Predtechhacker said:
I've tried all 3. I just can't get any of the boot animations I create to stick.
Click to expand...
Click to collapse
Upload your work and I'll take a look
Predtechhacker said:
I've tried all 3. I just can't get any of the boot animations I create to stick.
Click to expand...
Click to collapse
Ate you setting the right permissions? Rwxr--r-- and if that isn't working try rw-r--r--
I'm trying to create an iron man boot animation with audio. I included the audio file inside the zip file for you to see.
I hadn't thought about the permissions so I'll go check those out.
Predtechhacker said:
I'm trying to create an iron man boot animation with audio. I included the audio file inside the zip file for you to see.
I hadn't thought about the permissions so I'll go check those out.
Click to expand...
Click to collapse
Yes permissions must be set in root explorer for the manual method to work. I will check yours out
Predtechhacker said:
I'm trying to create an iron man boot animation with audio. I included the audio file inside the zip file for you to see.
I hadn't thought about the permissions so I'll go check those out.
Click to expand...
Click to collapse
after my initial research your png files in each folder must be consecutive i.e P1 000.png-070.png P2 071.png - 139.png Etc..... they must be consecutive. you started from zero in each Part. 70 .png per folder
Predtechhacker said:
I'm trying to create an iron man boot animation with audio. I included the audio file inside the zip file for you to see.
I hadn't thought about the permissions so I'll go check those out.
Click to expand...
Click to collapse
If you send me your original image files ill compile them for you i just dont want to go back through and rename all your files since you already have them. ship it to me in one bulk folder
I've attached a zip file with all of the images. I renamed each one to be in exact numerical order starting at 000 and going in increments of 001.
I placed that zip file with the desc.txt file into system/media and set the permissions at 0744(rxwr--r--).
It still didn't work.... Is there a limit to how many images can be in one folder?
I attached the zip in question to this post so you can see.
I also tried setting the permissions to 0644(rw-r--r--) and that didn't work either
Predtechhacker said:
I've attached a zip file with all of the images. I renamed each one to be in exact numerical order starting at 000 and going in increments of 001.
I placed that zip file with the desc.txt file into system/media and set the permissions at 0744(rxwr--r--).
It still didn't work.... Is there a limit to how many images can be in one folder?
I attached the zip in question to this post so you can see.
Click to expand...
Click to collapse
Yes 70 per part, I'll look at it and report back

Categories

Resources