Boot animations on stock 4.4.4? - One (M8) Q&A, Help & Troubleshooting

I'm having some challenges with getting an alternative boot animation to show up on my One M8... I recently downgraded back to stock 4.4.4 to try and see if that will resolve the interruptions I've been having with Bluetooth playback on my Kenwood deck... (I don't think it was a problem previously on 4.4.4)... anyway, I've got everything working... but wanted to torch the stock boot animation... (basically for the boot sound).
I've tried copying the boot animation I want to use to /system/customize/resource (did this both via adb - mount -o remount,rw /system /system, and then do what I want... and via TWRP... I've changed the permissions to 777... (read that somewhere...) but it looks like it really should be 644... (rw,r,r)
I've named it hTC_bootup_one.zip - no dice... I've unpacked and repacked the zip file (made sure it wasn't compressing the images)
I'm uncertain what else to try... do I need a alternative kernel to monkey with the boot animation?

Related

[Q] Trouble Changing Boot Animation

Im running CM 6.1.1-Stable with pershoots kernel (rooted via gfree method) and I am trying to use the Droid X boot animation on my phone. However, I keep getting the default android bootanimation with silver text with the word "android" and some intermittent shining of the text.
I downloaded the bootanimation from here:
http://forum.xda-developers.com/showthread.php?t=710204
I copied both the audio and the bootanimation.zip files to /system/media according to these instructions:
http://forum.xda-developers.com/showpost.php?p=9118652&postcount=12
It erases the cyanogenmod boot animation, but instead i get the default silver android text bootanimation. I tried deleting the system/media/bootanimation.zip file and placing the new bootanimation.zip and audio in /data/local but this resulted in the same default bootanimation.
Am I missing something here? Most people seem to be able to easily change their bootanimation by pushing the file to /data/local, but for me, the cyanogenmod bootanimation in /system/media seems to take priority. Either way, pushing the bootanimation to either /system/media or /data/local is not working. Any ideas?
Also, do I need to do anything special to get the droid sound to work besides pushing it along with the bootanimation.zip file?
Anyone? Id really appreciate any insight that can be offered!
Sent from my HTC Vision using XDA App
it's because the first link is for changing the boot animation
the second link is for changing the splash image
you need to find the directions for overwriting the bootanimation, not the splash image.
fwiw, i was looking for the instructions when i found this thread
here's the instructions you're looking for
http://forum.xda-developers.com/showpost.php?p=10230516&postcount=26
Are you doing an ADB Remount? Try this:
Code:
adb devices
adb remount
adb push bootanimation.zip /data/local
If it doesn't work for the /data/local then do the following:
Code:
adb devices
adb remount
adb push bootanimation.zip /system/media
NOTE: I put it in the code box because essentially that's what it is. Make sure when you do the ADB Push you put the full file path where the bootanimation.zip is located
Reboot the phone to see if it takes the change. Either that, or you can always try an ADB Shell > bootanimation. This will show the boot animation, and then just CTRL + C to stop it. But if the ADB shell doesn't show it, definitely try a reboot and let us know.
Good luck
Still the same
soliton_wave said:
Im running CM 6.1.1-Stable with pershoots kernel (rooted via gfree method) and I am trying to use the Droid X boot animation on my phone. However, I keep getting the default android bootanimation with silver text with the word "android" and some intermittent shining of the text.
I downloaded the bootanimation from here:
http://forum.xda-developers.com/showthread.php?t=710204
I copied both the audio and the bootanimation.zip files to /system/media according to these instructions:
http://forum.xda-developers.com/showpost.php?p=9118652&postcount=12
It erases the cyanogenmod boot animation, but instead i get the default silver android text bootanimation. I tried deleting the system/media/bootanimation.zip file and placing the new bootanimation.zip and audio in /data/local but this resulted in the same default bootanimation.
Am I missing something here? Most people seem to be able to easily change their bootanimation by pushing the file to /data/local, but for me, the cyanogenmod bootanimation in /system/media seems to take priority. Either way, pushing the bootanimation to either /system/media or /data/local is not working. Any ideas?
Also, do I need to do anything special to get the droid sound to work besides pushing it along with the bootanimation.zip file?
Click to expand...
Click to collapse
I have exactly the same problem with my desire S. Nothing seems to be working apart from the regular android animation (not even the original rom animation which i re copied). Was this ever solved?

HaXspresso boot sound -- make it stop!

Running HaXspresso on my wife's MT3GS -- awesome ROM, and she really loves it!
...EXCEPT for the sound that goes with the boot animation.
I've tried installing different boot animation zip files into /system/media but it looks like this ROM uses some other location for the boot animation.
So I'm wondering if anybody has ideas on how I can disable that boot sound?
blacra said:
Running HaXspresso on my wife's MT3GS -- awesome ROM, and she really loves it!
...EXCEPT for the sound that goes with the boot animation.
I've tried installing different boot animation zip files into /system/media but it looks like this ROM uses some other location for the boot animation.
So I'm wondering if anybody has ideas on how I can disable that boot sound?
Click to expand...
Click to collapse
its under system/customize/resource/ its called TMO_Bootup_sound.mp3 if you have S-OFF you can just delete it using root explorer or some app like that, if not you can do this:
go into recovery, plug your usb cable and using adb type adb remount first, adb shell and then type cd system/customize/resource after that type rm TMO_Bootup_sound.mp3 (with the capitals and all, otherwise it wont delete it) and then reboot, it should be gone
I dont know if there is any easier way to do it (u can delete the file from the rom zip file, wipe and reflash it but you would have to do a backup of the apps and all that so xD) if anyone know an easier way please share it
Cool!
I just didn't know where the file was located to delete it.
I ended up running ADB shell in recovery, but it worked out just fine. No more boot sound to annoy my wife! Yay!

Remove AT&T logo?

Basically I want to get rid of the AT&T logo from the boot screen because I'm unlocked and on another carrier.
I've been trying to work out how to do this but to no avail. Apparently I need to hard root by doing this:
(from androidcommander.com)
Edit your boot image.
Pull out your boot.img.
Unpack.
Edit default.prop file, set value „ro.debuggable” to „1″.
Re-Pack.
Flash.
Can anyone tell me how to actually do this or if it's even possible on the Captivate Glide?
The AT&T logo at boot isn't part of the boot.img, that's the boot animation. Samsung uses their own format for the bootanim, so you can't just replace it with one of the thousands out there, but you should be able to replace it with the bootanim from another samsung phone. I'll see if I can dig up the link where someone replaced it with the anim from an SGIII.
bakageta said:
The AT&T logo at boot isn't part of the boot.img, that's the boot animation. Samsung uses their own format for the bootanim, so you can't just replace it with one of the thousands out there, but you should be able to replace it with the bootanim from another samsung phone. I'll see if I can dig up the link where someone replaced it with the anim from an SGIII.
Click to expand...
Click to collapse
I know the boot.img doesn't contain the animation. But according to a guide that I read I have to edit the boot.img file in order to hard root the phone so that I can then delete the bootsamsung.qmg file which contains the AT&T animation so I can just have a blank screen at the startup.
I've never heard that called "hard root" before but it's baked into the keyboard light fix which you probably have installed anyway.
Sent from my SGH-I927 using xda premium
Well, according to someone else, none of that is necessary, you can just replace the .qmg files and be set.
brunobbarcelos said:
I changed the bootanimation, now using the ICS stock from Galaxy SII. Just had to copy two .qmg files over the old ones, set the permissions, wiped cache and dalvik. Did this because while we don´t have custom kernel will not be possible to use .zip bootanimation and i couldn´t find a way to edit .qmg file.
Click to expand...
Click to collapse
brunobbarcelos said:
The Zip with ICS Galaxy SII boot files, i used only bootsamsung.qmg and bootsamsungloop.qmg.
Rename old ones
Copy new,
Change permissions,
Reboot cwm,
Wipe cache and dalvik,
Boot twice
(that´s how worked for me).
Permissions:
x x 0
x 0 0
x 0 0
____
0 0 0
Click to expand...
Click to collapse
Android Commander won't let me rename the bootsamsung.qmg file though so I don't see how I could replace it.
Did you make sure you mounted /system as rw? I was able to rename the files and copy over the new ones just fine through a terminal window.
(edit)
To clarify, I put the two .qmg files in /sdcard, and then did the following from a terminal (or adb shell):
Code:
su
mount -o rw,remount /dev/block/platform/sdhci-tegra.3/by-num/p2 /system
mv /system/media/bootsamsung.qmg /system/media/bootsamsung.qmg.bak
mv /system/media/bootsamsungloop.qmg /system/media/bootsamsungloop.qmg.bak
cp /sdcard/bootsamsung.qmg /system/media/bootsamsung.qmg
cp /sdcard/bootsamsungloop.qmg /system/media/bootsamsungloop.qmg
chmod 644 /system/media/bootsamsung.qmg
chmod 644 /system/media/bootsamsungloop.qmg
I didn't need to wipe cache or dalvik, and it worked perfectly on first reboot - I now have the Galaxy SII boot logo. I'm now off to poke around and see if I can find anything I like better.
Let me know if you find anything you like better. I'm thinking if I'm going to replace the AT&T logo I just want something generic, not the name of another phone model.
Yeah, I'm not big on having it say Galaxy SII at the bottom. Ideally I'd like the plain ICS animation, but I doubt any samsung phone came with that. Next up is anything that's just generic Samsung, and if that fails, I'm looking for something that just says Galaxy S, since the phone was sold as the Galaxy S Glide in Canada.
If there's a way to convert a normal bootanimation.zip into a bootsamsung.qmg that'd be ideal, but I don't think it can be done. Or if we could make the Glide accept a bootanimation.zip that'd be perfect.
There's no tool for converting that I know of, unfortunately. As for bootanimation.zip, once the ICS kernel sources get released that'll be possible. The current kernel doesn't have support for bootanimation.zip, but a few of the custom ones from GB added it, and it shouldn't be difficult to add to an ICS kernel.
(edit)
Unfortunately, it appears the Galaxy S III animations won't work. I assume the higher resolution is the problem, as I get just a black screen on boot. That's pretty disappointing, as this would've looked just fine. Anyone know another Samsung device that doesn't list it's model in the boot animation?
I haven't tried it yet on the SGH-I927, but a trick that we used on the Gio to change the boot animation was to overwrite/rename the /system/bin/samsungani file with /system/bin/bootanimation binary (which is also present on the stock ROM) which will either show the "stock" green Android text, or an appropriately formatted bootanimation.zip if present.
I'll get back to you guys later once I've had time to try it out.
There might also be a (non-animated) logo in boot.img, I haven't unpacked one yet to check it out.
---------- Post added at 11:10 PM ---------- Previous post was at 10:28 PM ----------
Quick update:
There is a logo in the boot.img (or somewhere else in the bootloader.)
The samsungani/bootanimation switcheroo has a bug: it doesn't stop. I opened the slider, and I can see the animation running in a loop on the left half of the screen. Had to issue a kill command via ADB to stop it.
If you want to stick to a stock kernel and unbrand the boot animations: copy /system/media/bootsamsungloop.qmg in place of bootsamsung.qmg, and then rename /system/media/video/shutdown/shutdown.qmg to something else.
Aha, I've located some decent model-free .qmg's, from the Samsung Galaxy Ace 2. You can see the animation here on a Galaxy Ace Plus. File's were pulled from Cosmo123's post here.
I've pulled the files from his dump, and attached them here. I've also included a mediafire mirror.
Wow, that animation looks great. So I just follow the terminal instructions with those files from the Ace? Do I need to worry about getting rid of/replacing the PowerOn.wav?
I followed your instructions up to "cp /sdcard/bootsamsung.qmg /system/media/bootsamsung.qmg" in Terminal Emulator, but when I clicked enter on that line it came up saying "sh: cp: not found". So I don't know why it's saying that if that means the qmg file isn't found because I put both the new qmg files onto the internal SD card. Any thoughts?
Well I managed to rename the qmg files and the PowerOn files on the phone so now I just have the static Samsung logo on startup. So actually I've fairly happy with just that. So if you don't know how to fix the terminal problem I was having it's OK. It'd just be handy to know what the problem was in case I need to copy anything onto the root in future.
bakageta said:
Aha, I've located some decent model-free .qmg's, from the Samsung Galaxy Ace 2. You can see the animation here on a Galaxy Ace Plus. File's were pulled from Cosmo123's post here.
I've pulled the files from his dump, and attached them here. I've also included a mediafire mirror.
Click to expand...
Click to collapse
This is exactly what I was looking for, and with the boot logo that came with the ICS Leak, I'm set :
PD: Anyone noticed that the Galaxy R just got an Update to ICS ?
liquidmetalrob said:
I followed your instructions up to "cp /sdcard/bootsamsung.qmg /system/media/bootsamsung.qmg" in Terminal Emulator, but when I clicked enter on that line it came up saying "sh: cp: not found". So I don't know why it's saying that if that means the qmg file isn't found because I put both the new qmg files onto the internal SD card. Any thoughts?
Click to expand...
Click to collapse
Ah, you don't have busybox installed. By default, our rom doesn't have several typical commands set up, it's the only device I've owned that didn't have cp out of the box. Go snag busybox and you'll be able to copy those files over.
bakageta said:
Did you make sure you mounted /system as rw? I was able to rename the files and copy over the new ones just fine through a terminal window.
(edit)
To clarify, I put the two .qmg files in /sdcard, and then did the following from a terminal (or adb shell):
Code:
su
mount -o rw,remount /dev/block/platform/sdhci-tegra.3/by-num/p2 /system
mv /system/media/bootsamsung.qmg /system/media/bootsamsung.qmg.bak
mv /system/media/bootsamsungloop.qmg /system/media/bootsamsungloop.qmg.bak
cp /sdcard/bootsamsung.qmg /system/media/bootsamsung.qmg
cp /sdcard/bootsamsungloop.qmg /system/media/bootsamsungloop.qmg
chmod 644 /system/media/bootsamsung.qmg
chmod 644 /system/media/bootsamsungloop.qmg
I didn't need to wipe cache or dalvik, and it worked perfectly on first reboot - I now have the Galaxy SII boot logo. I'm now off to poke around and see if I can find anything I like better.
Click to expand...
Click to collapse
Worked like a charm, on first reboot, like you, I didn't need to wipe anything. Just remember people, install Busybox before following this steps.

Boot animation Stock +Rooted

Installation attempts 3: 2 Fail 1 Pass
Problems with re-sizing boot animation to full Note 2 resolution using Boot Animation Manager.
Used Boot Animations Manager, same developer from RomToolbox to Re-size the boot animation which results in Black Screen of Death.
Device:
SGH-T889 came with 4.3 & KNOX
Flashed: JellyBean Release 4.3 (December 2013)
http://forum.xda-developers.com/showthread.php?t=1975560
Flashed TWRP from here:
http://teamw.in/project/twrp2/123
(TWRP ZIP INSTALL) SuperSU 2.01
http://download.chainfire.eu/451/SuperSU/UPDATE-SuperSU-v2.01.zip?retrieve_file=1
The following instructions FAILED:
1)http://forum.xda-developers.com/showthread.php?p=35825846#post35825846
Custom Boot Animation (TWRP ZIP INSTALL)
Bootanimation4U.Samsungani.Only.zip
This did not load boot animations from any directory I've found.
2)http://forum.xda-developers.com/showthread.php?t=2037324
Custom Boot Animation Enabler (MANUAL)
This did not load boot animations from any directory I've found.
1. Place the bootanimation.zip file of your choice in /system /media
2. Still in /system /media , backup and then delete bootsamsungloop.qmg and bootsamsung.qmg files
EDIT: Deleting these qmg files is OPTIONAL ( I always delete stuff I am not using, to create more space in /system , but that's up to the user )
3. Then go to /system /bin , backup and then delete samsungani (This one you have to delete no optional, not optional cause....see step 4 )
4. Still in system /bin rename the file bootanimation to samsungani ( yes there is also in /system /bin a file called bootanimation but without .zip)
Click to expand...
Click to collapse
Working Solution:
Hickups: (Boot Animations Manager re-size option)
Solution for loading bootanimation.zip:
http://forum.xda-developers.com/showpost.php?p=48790015&postcount=198
Custom Boot Animation (TWRP ZIP INSTALL)
Boots animations loaded from /data/local/bootanimation.zip
? Sources state that /system/media/bootanimation.zip should be default location
! I get /data/local/bootanimation.zip as default location.
If I re-size the animation, I get black screen boot.
The screen never gets to android's X Window Manager.
MUST RECOVER FROM TWRP BACKUP
Anyone know how I can re-size full screen boot animations to 720/[email protected]?
Solution
If solution is found, will be posted here.
My solution so far is to download HD 1280x720 boot animations.
I really like the "Space Tease" boot animation from
http://forum.xda-developers.com/showthread.php?t=2037324
-Probably there's a way to create custom boot animations.

[Q] How to Fix Boot Animation (stock-root)

Hey all,
So I tried adding a custom boot animation to my phone, and now all I get is a black screen with the stock sound playing.
Basically what I've done was:
Rooted my device using Super SU
Installed Busy Box
(Copied to my external sd card: bootsamsung.qmg bootsamsungloop.qmg)
Did this tutorial: http://forum.xda-developers.com/show....php?t=2063280
And that's when things went wrong.
I believe, (based off the files used in the tutorial), that the problem may be in/with the following:
/system/bin/bootanimation (exe)
or
/system/bin/samsungani (exe)
or
/system/bin/sh (text file)
I've tried adding the original .qmg files back but it hasn't worked.
I'd like to end up with a custom animation, but at this point I'll be happy with any animation.
Any help would be amazing.

Categories

Resources