CM9 start up? - Motorola Droid X2

Is there any way to turn off the cyanogen mod 9 boot animation?

bby144 said:
Is there any way to turn off the cyanogen mod 9 boot animation?
Click to expand...
Click to collapse
Go to system/media and delete the bootanimation.zip
Reboot
Enjoy
(i think that this makes it default to a completely.stock android animation, i have never been able to find where that is stored, it just shows the word "android" written in a greenish color,.slightly shimmering, i enjoy it. I usually delete the bootanimation.zip on any ROM i run just so i can have that plain one i mentioned)

ashclepdia said:
Go to system/media and delete the bootanimation.zip
Reboot
Enjoy
(i think that this makes it default to a completely.stock android animation, i have never been able to find where that is stored, it just shows the word "android" written in a greenish color,.slightly shimmering, i enjoy it. I usually delete the bootanimation.zip on any ROM i run just so i can have that plain one i mentioned)
Click to expand...
Click to collapse
It's not letting me delete the bootanimation.zip.

Awwww crap
Sorry
Just got your PM
Check your inbox for details
Need a root capable file browser and need to mount /system as r/w in order to delete files located anywhere within /system

bby144 said:
It's not letting me delete the bootanimation.zip.
Click to expand...
Click to collapse
Get root explorer and make sure you have root permissions. Also make sure the folder bootanimation.zip is in had RW permissions.

Related

[Q] Boot Animation Gone?

I have lost all boot animations. My phone boots up just fine with the static 'Motorola Dual Core' image. My question is, what should be the contents of the /system/media folder that houses the bootanimation.zip? I have tried installing various animations through CWM to no avail. Any ideas?
I am running 4.1.83 with the latest GladiAtrix P-ROM
Thanks!
Correct..
/system/media/bootanimation.zip
Try this one, I know it works, its just a .zip. NO CWM. rename to bootanimation.zip, place in /system/media/, reboot. If that doesn't work there is a problem.
WiredPirate said:
Correct..
/system/media/bootanimation.zip
Try this one, I know it works, its just a .zip. NO CWM. rename to bootanimation.zip, place in /system/media/, reboot. If that doesn't work there is a problem.
Click to expand...
Click to collapse
OMG!...........Is that the file I think it is???.............The one which makes your phone explode???...............Nooooooo!.............Don't do it............!
Your /system/media folder should have a bootanimation.zip file as stated, and will have a .ogg or .mp3 file if there is any audio.
What do you have in your /system/media folder now? Is it empty?
When did you notice that you had no boot animation? Was it after flashing a new one?
WiredPirate said:
Correct..
/system/media/bootanimation.zip
Try this one, I know it works, its just a .zip. NO CWM. rename to bootanimation.zip, place in /system/media/, reboot. If that doesn't work there is a problem.
Click to expand...
Click to collapse
Ok, using adb I copied the renamed bootanimation.zip that you linked to in the /system/media and it didn't work. I redid the GladiAtrix install too and it didn't work. In my media folder I cleared out a couple of ogg and mp3 files cluttering it up and besides the animation zip I have a folder called Audio with a few subfolders called things like ringtones and ui.
Do I maybe have the permissions set wrong? What should they be?
kevp453 said:
Ok, using adb I copied the renamed bootanimation.zip that you linked to in the /system/media and it didn't work. I redid the GladiAtrix install too and it didn't work. In my media folder I cleared out a couple of ogg and mp3 files cluttering it up and besides the animation zip I have a folder called Audio with a few subfolders called things like ringtones and ui.
Do I maybe have the permissions set wrong? What should they be?
Click to expand...
Click to collapse
Those are all correct files/folders I have even replaced/renamed some of the .ogg, and I have an additional folder stored in /system/media/ where I store all my botanims. So even if you have other files/folders there it shouldnt matter.
Have you installed "live logcat" or "live dmesg" or some other kind of bootanimation app.?
CaelanT said:
OMG!...........Is that the file I think it is???.............The one which makes your phone explode???...............Nooooooo!.............Don't do it............!
Click to expand...
Click to collapse
You know that only happens when you place it in the /self/destruct/ folder and say "Steve Jobs" three times.
WiredPirate said:
Those are all correct files/folders I have even replaced/renamed some of the .ogg, and I have an additional folder stored in /system/media/ where I store all my botanims. So even if you have other files/folders there it shouldnt matter.
Have you installed "live logcat" or "live dmesg" or some other kind of bootanimation app.?
Click to expand...
Click to collapse
No, I don't have any other bootanimation apps or the like. I think I'm about to give up until the next sbf flash I do, probably when GB finally makes its way over.
kevp453 said:
Do I maybe have the permissions set wrong? What should they be?
Click to expand...
Click to collapse
Permissions should be RW/R/R for bootanimation.zip with no special permissions set.
Same for any audio files that accompany boot animations.
CaelanT said:
Permissions should be RW/R/R for bootanimation.zip with no special permissions set.
Same for any audio files that accompany boot animations.
Click to expand...
Click to collapse
Hmm... permissions are correct. Hopefully a sbf flash will fix everything like it always does. Thanks for all your help guys!

[Q] Changing boot animation on Cm7 for thunderbolt

Wondering if there is way to change the Cm7 boot animation to some different. Have one downloaded and tried copy it to the system/media location where the original is located but wouldn't allow rename or move.
killamomilla said:
Wondering if there is way to change the Cm7 boot animation to some different. Have one downloaded and tried copy it to the system/media location where the original is located but wouldn't allow rename or move.
Click to expand...
Click to collapse
did you set your file manager to r/w? its probably r/o right now.
if you dont know how to set it, use root explorer (which gives you an option at the top that allows you to toggle between the two)
thanks now if i can only figure out how to get sound to work with it
killamomilla said:
thanks now if i can only figure out how to get sound to work with it
Click to expand...
Click to collapse
http://forum.xda-developers.com/showpost.php?p=13150875&postcount=10

[Boot animation] bios bioot animation

Hello Y'all!
I've created a bios-like boot animation for our wildfire:
The idea came from frysee (original thread here), but I've build all the files myself.
There are two way's to put it on your phone:
With the use of ADB:
1. place the attached bootanimation.zip in the tools folder of adb
2. open the command prompt and cd to the tools folder
3. type "adb shell" and press enter
4. type "mv <path-to-bootanimation>/bootanimation.zip <path-to-bootanimation>/bootanimation.old" and press enter
for example: mv system/media/bootanimation.zip system/media/bootanimation.old
-> now you have a backup of your original boot animation
5. exit
6. type "adb push bootanimation <path-to-bootanimation>" and press enter
for example: adb push bootanimation system/media
7. type "adb shell bootanimation" and unlock your screen. You should see the new bootanimation. Press ctrl+c to stop.
Click to expand...
Click to collapse
New to adb -> link!
You can also replace your bootanimation by using a root explorer:
frysee said:
store on root of SD card
open root explorer make sure to make R/W
go to SDCard and copy file
navigate to bootanimation path (*)
rename bootanimation.zip to something else (bootanimation1.zip)
paste file and rename bios_bootanimation.zip to bootanimation.zip, if necessary
exit root explorer
reboot phone
Profit = Enjoy Bios boot animation!
Click to expand...
Click to collapse
What is the right path to you bootanimation?
frysee said:
The right path for your bootanimation differs between devices and even ROMs, so it is hard to list the right one for every setup.
However, you should be able to track down the right one by looking for an existing bootanimation.zip using Root Explorer or ADB.
Most likely it will be one of the following:
/system/media (try this first)
/system/customize (some Evo ROMS seem to use this one)
/data/local (should work an nearly all ROMs, as long as there is no bootanimation on /system)
Click to expand...
Click to collapse
I can only tell that on cyanogenmod 7, the boot animation is indeed stored in system/media.
When you are on a stock rooted Froyo ROM, you can folow the explanation of laraz (thank you for this, laraz!):
laraz said:
store on root of SD card
open root explorer make sure to make R/W
go to SDCard and copy file hold down on file you wont and choese copy
navigate to bootanimation path (#)froyo system>customize>rescource- paste over exsting bootanimation.zip done
rename bootanimation.zip to something else (bios_bootanimation.zip)
exit root explorer
reboot phone
Click to expand...
Click to collapse
The speed of the animation is adapted to my phone: normaly I can only see it untill "activation root access SUCCEEDED", then I can enter my pin.
To adapt the speed of the animation to your phone/ROM, you can change the frames per second:
1. extract bootanimation.zip in the attachment
2. open desc.txt in notepath or similar program.
3. you see the folowing
Code:
240 320 4p 1 0 androidp 0 0 part1
the third number (in this case "4") is the frames per second.
4. adapt ONLY the third number to the desired amount of frames and save the file.
5. put android, part1 and desc.txt again in a zip-file. Make sure that YOU DO NOT USE ANY COMPRESION or it will not work!!!! (in WinRAR: use "compresion method: store")!!
6. Now you can try your new bootanimation!
Click to expand...
Click to collapse
Enjoy!
Thanks dude it is cool bro nice 1 runs smooth O
Sent from my HTC Wildfire using XDA Premium App
You're welcome
Erwin
its cool im installing right now, could you made one saying CyanogenMod 7.1???
THX
vadash said:
its cool im installing right now, could you made one saying CyanogenMod 7.1???
THX
Click to expand...
Click to collapse
Here you go
how did you edited the jpg´s one by one???
vadash said:
how did you edited the jpg´s one by one???
Click to expand...
Click to collapse
Yes, but only the relevant ones (and they are png's, not jpg's). But I have the original psd photoshop files so it wasn't that hard, 20 min of work, I think.
Erwin
Thanks ErwinP, bootanimation is great. Work fine in CM 7.0.3
Excellent job!
Sent from my Desire HD using XDA App
My phone boots up before the animation ends
(ruymanca's cyanogen mod)
calyxim said:
My phone boots up before the animation ends
(ruymanca's cyanogen mod)
Click to expand...
Click to collapse
Hehe
You can change the framerate to a higher value, if you want. It's explained in the first post!
Erwin
I need that kind of boot animation for HTC wildfire please!! I mean the boot animation from here http://forum.xda-developers.com/showthread.php?t=648555&page=68
Karthus said:
I need that kind of boot animation for HTC wildfire please!! I mean the boot animation from here http://forum.xda-developers.com/showthread.php?t=648555&page=68
Click to expand...
Click to collapse
Wait, I link you to one which is much alike:
link
works perfectly!!!
Yeah, thanx worked perfectly...
Sent from my HTC Wildfire using XDA App
nicceeee thread
nice awesome bootanimation
Can you make the boot animation flashable?
I cant replace the bootanimation.zip using rootexplorer.
I did all the steps but whenever I paste it,
it all goes back to the old bootanimation.
Thanks man.
Great bootanimation thanks.
Sent from my CM7 HTC Wildfire using XDA App

jellybean bootanimation for our phone *UPDATED*

wont be much here and wont be replying as its as simple as it gets.
ripped this out of the 4.1 gnex ota update preview, edited it so it would work with our phone since the ripped version never played when i tried it straight from the ota. desc.txt was all mangled.
**NEW**NEXUS 7 BOOTANIMATION:
rename to bootanimation.zip
place on your sdcard,
move to /system/media
set permissions to rw--r--r
reboot
DOWNLOAD
GNEX OTA BOOTANIMATION:
place on your sdcard,
move to /system/media
set permissions to rw--r--r
reboot
DOWNLOAD
enjoy its nothing special though
hitting "Thanks" is appreciated
Thanks a lot, quick!!
Sent from my SAMSUNG-SGH-I717 using xda premium
Wow, that might be the world's most boring animation, but it's still cool to have, so thank you!
Has anybody made the other boot animation with the triangles from Jelly Bean yet? Just watched the video on YouTube about it. Much much better animation!
http://m.youtube.com/#/watch?desktop_uri=%2Fwatch%3Fv%3DLgEI5V8lcts&v=LgEI5V8lcts&gl=US
There is the link to it
Sent from my Icy Samsung Galaxy Note...ROM-OnlyOne
brandon440 said:
Has anybody made the other boot animation with the triangles from Jelly Bean yet? Just watched the video on YouTube about it. Much much better animation!
http://m.youtube.com/#/watch?desktop_uri=/watch?v=LgEI5V8lcts&v=LgEI5V8lcts&gl=US
There is the link to it
Sent from my Icy Samsung Galaxy Note...ROM-OnlyOne
Click to expand...
Click to collapse
That's the one I want.
Sent from my GT-N7000 using xda premium
updated thread to include both bootanimations
Gnex OTA
and
Nexus 7 Stock
Thanks Bro...much appreciation!!
Sent from my Icy Samsung Galaxy Note...CM9
Do I have to be on desktop? Says webpage not available on both links...
Never mind got it thanks!!!
Sent from my SAMSUNG-SGH-I717 using xda app-developers app
Thanks a lot, quick
Had to click link 5-6 times before I got a download dialog instead of a new window, black background, only text was bootanimation downloading. Gonna go give it a whirl now. thanks a mil.
Nexus looks great! Thanks for these! Any plans to do more? Not begging or demanding, just wanna keep an eye out
Post a NOTE, Stick a NOTE, whatever happens just NOTE it.
I can only get rw-r-r
Sent from my SAMSUNG-SGH-I717 using XDA Premium App
I did this:
rename to bootanimation.zip
place on your sdcard,
move to /system/media
set permissions to rw--r--r
reboot
Nothing happened. Same old boot screen. Am I supposed to unzip the bootanimation.zip file?
momsshizzle said:
I did this:
rename to bootanimation.zip
place on your sdcard,
move to /system/media
set permissions to rw--r--r
reboot
Nothing happened. Same old boot screen. Am I supposed to unzip the bootanimation.zip file?
Click to expand...
Click to collapse
What did you use to move to the /system/media folder?
Is your file system mounted as writable?
goresick said:
What did you use to move to the /system/media folder?
Is your file system mounted as writable?
Click to expand...
Click to collapse
I used root explorer to move it.
momsshizzle said:
I used root explorer to move it.
Click to expand...
Click to collapse
Make sure your file system is mounted as writable. I used ES File Explorer and did all the steps, and it didn't work. So I checked the ES settings and it wasn't "Mounted as writable". Once I fixed that, and did the exact same steps, it worked. The animation looks great.
goresick said:
Make sure your file system is mounted as writable. I used ES File Explorer and did all the steps, and it didn't work. So I checked the ES settings and it wasn't "Mounted as writable". Once I fixed that, and did the exact same steps, it worked. The animation looks great.
Click to expand...
Click to collapse
Hi. I just tried that and it didn't work either. Just moving the bootanimation.zip to the \system\media is all I need to do (besides setting the permissions)? There is no other bootanimation.zip file in the media folder. How does the phone know to use the bootanimation.zip file when booting? Thanks.
Guess this will not work on stock OCS.
Does anyone have a bootanimation that is in the default Samsung format
Sent from my SAMSUNG-SGH-I717 using xda premium
momsshizzle said:
Hi. I just tried that and it didn't work either. Just moving the bootanimation.zip to the \system\media is all I need to do (besides setting the permissions)? There is no other bootanimation.zip file in the media folder. How does the phone know to use the bootanimation.zip file when booting? Thanks.
Click to expand...
Click to collapse
What rom are you on? Custom boot animation may not be supported.
Is your current boot animation the android logo? There was no other bootanimation.zip in the folder for me, until I placed the renamed JB one.
here's my complete list of steps, that produced the desired results for me on Black*STAR IV ics rom:
*dl file to PC, renamed to bootanimation.zip placed in dropbox
*extracted to external sd card from dropbox app on phone
*moved to /system/media/ folder with ES file explorer (with mounted as writable, and all root options enabled)
*set permissions using Rom Toolbox's root browser
*rebooted phone and enjoyed animation
Mine does samsung logo samsung logo, android logo, then booted up.
Permissions set in ROM toolbox. Bootanimation.zip.
Must be my ROM's animation, (the android letters) needs removed?
Permisions is RW-R--R--

[Q] can the boot animation be removed?

if not, can it be replaced with other one shorter? i currenly have the one with the "motorola spinning world" and its like it never ends!!
currag said:
if not, can it be replaced with other one shorter? i currenly have the one with the "motorola spinning world" and its like it never ends!!
Click to expand...
Click to collapse
Yes u can do this in twrp if u t in bootloop.
Mount sydtem
Goto adavancr>file manager
Goto toot directory->system->media
Rename allready existing bootanimation.zip to anything else, paste new bootanimation.zip, done now if want to u go back to original just delete newly added bootanimation.zip snd rename renamed zip to bootanimation.zip Similar way in es explorer

Categories

Resources