Ive managed to install bootanimation of the Droid,working fine
But i also want to install the "Droiiiiid" boot sound.
Ive tried to push it via adb to data/local and via terminal to system/media nothing helps.
Some one can help me with that?
Related
Hi. I am looking for some help with an issue I have. I have downloaded a boot image zip and it doesn't work. I have sir psychos. Recovery thing from when I rooted and have changed the booyimage file. The one from system/media. (I think that's where it is ) but wanted to know if there is a different file to change since I'm using a custom boot image already? Thanks a lot
I'm using the stock ROM and have 2.0.1 on the Motorola Droid
What kind of ROM are you using. The Nexus boot animations you just need to push your new one to /system/media if you are on 1.5 or 1.6 ROM then its in /system/framework-res.apk/assets/
am i doing it right?
I'm using the terminal emulator and. Adb push bootanimation.zip. system/media. Is that right? It says file does not exist. Where should I put the file before I push it? SD card root? Thanks for the help
Is there an easy way to change the bootlogo via the phone or does it all have to be done via the SDK?
CGriffiths86 said:
Is there an easy way to change the bootlogo via the phone or does it all have to be done via the SDK?
Click to expand...
Click to collapse
You can do it through root explorer.
boot animation
I dloaded a boot animation zip, and have it saved on root of sdcard.
Can you please post easy way thru root explorer to change my boot ani?>
Thanks
via the SDK:
adb push <file on your computer> /data/local/
If you don't know how to use ADB, search it up, please.
I have no idea how to do it via root explorer, but I assume it involves replacing the bootanimation.zip in /data/local/ with the one you downloaded.
Sorry, I just do everything through ADB.
I'll keep it simple for you. Root Explorer then go to /system/media . Thats where you need to be. This is what I do, and I change bootscreens every couple weeks.
smokedkill said:
I'll keep it simple for you. Root Explorer then go to /system/media . Thats where you need to be. This is what I do, and I change bootscreens every couple weeks.
Click to expand...
Click to collapse
Looking for a website or how to make killer boot ani's....
Working on getting 1.49 s-off so I can change boot image now...
Sent from my Froyo Tazz, oc 806mhz, using my Xda app
I have rooted my LG Optimus 2x and have tested it by installing apps only for rooted phones. My phone has a bootanimation from the Swiss carrier Swisscom which is getting on my nerves as it also plays some miserable music. I have downloaded a different bootanimation but whe I try to rename the old bootanimation it says "insuffisient permission"....
anyone can help out with this please? There is also a close animation when turning the phone off.
Much appreciated.
Although you have root permissions you still need to mount the directory that the bootanimation is in with read/write permissions. If you have Root explorer this can easily be done.
robertosandros said:
Although you have root permissions you still need to mount the directory that the bootanimation is in with read/write permissions. If you have Root explorer this can easily be done.
Click to expand...
Click to collapse
Cheers Roberto. I have astro file. how do I mount the directory? thank you.
Maliacrete said:
Cheers Roberto. I have astro file. how do I mount the directory? thank you.
Click to expand...
Click to collapse
astro file cant' change the bootanimation!
u can use "root explorer"!
I'm not entirely sure but i think you dont need to have to change the orginal bootanimation.zip
If you put the new one in data/local/ that should work as well. You should try that before you change stuff around.
Search on market for bootanimation. I changed mine aswell.
Sent from my LG-P990
Do you need any further help? Or did you fix it
Make sure your bootanimation.zip only runs with 15fps and then put it to your sdcard.
Open up adb shell, and make sure you have root.
now use the following command to copy the new bootanimation to your phone:
cp /sdcard/bootanimation.zip /data/local/bootanimation.zipĀ“
If your bootanimation runs with more than 15fps, you will have to make a flashable zip, and flash it to /system/media/bootanimation.zip
more info about bootanimations here:
http://forum.xda-developers.com/showthread.php?t=922902
Hallo and sorry for the late reply. I was not able to change the bootanimation. I read that I need to change the name of the existing bootanimation.zip, name the new bootanimation.zip and just put it in the system/media using root explorer. is this correct? I do not think i have the knowledge to check the amount of fps and how to make a flashable zip in case its more than 15fps... sorry but it sounds a bit of rocket sience here..
I have found the bootaniation changer lite on Market.. is this something good? anyone tried it?
Your bootanimation does not need to be 15 fps. I have a 30 fps one in data/local and it works just fine.
I installed cyanogenmod 7 on my droid and the boot logo changed to cyanogenmod one. I want to change it back to the DROID with the eye. I thought that logo was very cool. Is there a way to do that?
Replace the CM7 bootanimation.zip in /system/media folder with the one you want
or
push the droid eye bootanimation into the /data/local folder.
Both ways work.
Can I do this with Astro??
I have not used astro, but you need root permission to push it into /system/media. I use root explorer.
You can use astro to push it into /data/local.
Astro cannot do it without have superuser permissions.
hello everyone.
i just updated to the teamhero nov3 rom and i added a custom bootanimation but for the life of me i cant seem to figure out how to add a custom bootsound ive tried just downloading a bootanimation /w sound but with i go to flash it i get aborted the installation ive tried the bootsound.sh method as well and still came up with no sound on boot..
does anyone have another way to add a bootsound?
There isn't one as far as I know.. Other people have tried in the past without a lot of luck. 2.1 Sense Roms can use sound but with custom roms based off of other phones or source code it isn't supported.
Sent from my HERO200 using xda premium
there is most definitely a way to get bootsound on aosp based heroc ROMs, I used to do it all the time. I still have the .sh file it needs to work lol dropbox ftw. All you need to do if I recall, is place a file called "android_audio.mp3" in system/media with the bootanim, less than 20second mp3 is fine. Then put the .sh file on your sd base. Then open terminal emulator, then type:
Code:
su
cd /sdcard
sh bootsnd.sh
reboot
you won't get an output confirmation in the emulator whether it worked or not, DO NOT RETYPE ANY OF THIS IN TE, TYPE IT ONLY ONCE, OR YOU WILL DIE lol.
File here:
http://db.tt/UyYl3qkk
You're welcome
EDIT: just reread the OP and it said you tried the .sh, but hell, try mine, maybe it's more awesome? It *should* work. PM me if you need more help.