Hi guys!
Is it possible to port this boot animation in our galaxy tab 10.1? or maybe someone can help us.. it looks AWESOME in my galaxy nexus.
http://www.youtube.com/watch?v=1RPnTVaj7-o&feature=related
Put both in /system/media
For the boot audio, your ROM needs to support it.
bootanimation.zip
boot_sound.mp3
MapleSyrup said:
Put both in /system/media
For the boot audio, your ROM needs to support it.
bootanimation.zip
boot_sound.mp3
Click to expand...
Click to collapse
Can't download the .mp3 file on the tab
ROB281 said:
Can't download the .mp3 file on the tab
Click to expand...
Click to collapse
The stock browser is a little tricky with some file extensions, use opera.
To make things easier, I made this flashable (in cwm) zips. The first one contains the bootanimation binary with boot sound enabled. I took the code from here, so the credit goes to them. It should work fine with CM9 nightlies:
bootanimation-TRON.GN.flash-in-cwm.zip
Anyway, if something goes wrong, this one will revert the changes (only if the previous zip was flashed just once, so be careful)
revert-bootanimation.flash-in.cwm.zip
And if you're using AOKP b35, this one should work (I can't test it at the moment, but I'm pretty sure it will work)
bootanimation-TRON.GN-AOKP-b35.flash-in-cwm.zip
Related
I flashed trigger 3.2 final and love it. However, I'd like to get that nice original Galaxy S boot animation like on stock. Can anyone hook me up with a download that I can flash through cwr?
But.....but.........but.....
But trigger's boot is the best one. I make sure I slap it onto every rom I run. Sorry, if I had it, id post it. Try this. Get root explorer-get odin pit or tar [whichever is 100mb ish]-copy bootanim.zip from sys/media-replace it with the one in trigger. pm me if u need details
Sent from my SGH-T959 using XDA Premium App
Yup that stock "Galaxy S" bootanimation is used in a lot of ROMs, just need to find one and pull the bootanimation.zip also there is a bootanimation thread in the "Themes and apps" Forum that has a bunch of them it might be in there. Good luck!
Could you please tell me of one of those Roms with that boot animation? Because I cant find any...
Sent from my SGH-T959 (Samsung Vibrant)
Its in the stock 2.2 ROM for sure
Here ya go:
http://forum.xda-developers.com/showthread.php?t=1036193
kawika said:
Its in the stock 2.2 ROM for sure
Here ya go:
http://forum.xda-developers.com/showthread.php?t=1036193
Click to expand...
Click to collapse
Ok, looked more in depth and found a nice boot animation that comes with the "Bi-WinningV2_MultiLang_signed" ROM. Although it did not contain a "bootanimation.zip" it did contain two files as a replacement one dubbed "bootsamsung.qmg" and the other "bootsamsungloop.qmg". So, I deleted my "bootanimation.zip" replaced it with the two files and have a nice working boot animation. However, in reveiws of this ROM there is a boot animation sound to go along... my boot doesn't have a sound so I'm guessing there's a sound file for it somewhere... but my question is where?
I can't really remember and my current ROM doesn't have boot sound, but If my memory serves me correctly its in:
/system/media/audio/ui - but that could be the shutdown sound I really can't remember exactly, sorry. Good luck!
I just worked out a tablet version of the Nexus Prime boot animation for Samsung Galaxy Tab 10.1
Have look at my post in the Android Themes section for more details & instructions.
For Galaxy Tab 10.1 use the WXGA(1280×800) version.
Here is the link. Tell your suggestions...........
http://forum.xda-developers.com/showthread.php?t=1294970
Custom boot animation on Samsung Galaxy tab
First – Your device MUST be rooted.
Secondly – the disclaimer -
You do all or any of the things below, at your own risk. If you mess it up, don’t blame me, and don’t say I didn’t warn you.
If you mess anything up, or something else decides to break, the brick is yours to keep – you did it – not me =)
Seriously, worst case scenario would be having to do a few adb lines or to re-flash a few files on the tab, and it will be working again.
So, let’s get started and get custom boot animations working on the thing!
First off, we need to get root acess, so just do, once connected to the ssh server;
Code:
[B]su[/B]
and allow the shell superuser access.
Following this, we want to make the system partition writeable.
Code:
[B]mount -o remount rw /system[/B]
Then, we want to place ourselves in the correct folder.
Code:
[B]cd /system/media[/B]
Now, to get rid of the Samsung boot branding, we need to rename a few files, you might want to keep them on the tab, just in case you want them back..
Code:
[B]mv bootani.qmg bootani.qmg_X
mv bootstill.qmg bootstill.qmg_X
mv samsungani.qmg samsungani.qmg_X
[/B]
Next, we need to drag in the boot animation you want, and have placed on the SD card (internal memory).
Code:
[B]cp /sdcard/bootanimation.zip bootanimation.zip[/B]
Now, if you want, you can test it by typing “bootanimation“.
To get out of it, as it will loop indefinitely, you have to press CTRL C.
If you want to change the boot animation, just copy in another one, and test it as above.
Once you are happy, do the following.
Code:
[B]mount -o remount ro /system[/B]
Now, it is time to view it – restart your tab, and the Samsung boot animation should be gone, and your new boot animation is in place......
Hope this will help you figure out ways to use any custom bootanimation.....
febycv said:
I just worked out a tablet version of the Nexus Prime boot animation for Samsung Galaxy Tab 10.1
Have look at my post in the myTouch 4G section for more details & instructions.
For Galaxy Tab 10.1 use the WXGA(1280×800) version.
Here is the link. Tell your suggestions...........
http://forum.xda-developers.com/showthread.php?p=18242867#post18242867
Click to expand...
Click to collapse
A bit unneeded in my opinion. But others may like it, thanks for sharing.
does it work on galay tab 10.1?
as i know,the bootanimation on galaxy tab 10.1 is .qmq file
not .zip file
shine2007 said:
does it work on galay tab 10.1?
as i know,the bootanimation on galaxy tab 10.1 is .qmq file
not .zip file
Click to expand...
Click to collapse
Correct, but most custom roms have .zip support.
Sent from my SGH-T959 using xda premium
Qmg Files
Any idea how to use it on rooted stock rom with default qmg files?
Tyrado said:
Any idea how to use it on rooted stock rom with default qmg files?
Click to expand...
Click to collapse
+1 same here
Very cool, thanks!
Well, that is a good tutorial, but will it work on GT-P7500, the 3G Touchwiz one?
i also would like to know if it will work on a rooted stock rom? I'm using the p7500 HC 3.2 rom
bookmarked for later use
thanks
Sweet, thanks. Looks pretty grainy but such a beautiful animation. Goes great with Galaxy Task and boosted ICS theme.
Sent from my GT-P7510 using xda premium
Big-A-Rob said:
Sweet, thanks. Looks pretty grainy but such a beautiful animation. Goes great with Galaxy Task and boosted ICS theme.
Sent from my GT-P7510 using xda premium
Click to expand...
Click to collapse
how did you do it with Galaxy Task, cz he already has a custom boot animation and I bootani.qmg was already renamed!
shine2007 said:
does it work on galay tab 10.1?
as i know,the bootanimation on galaxy tab 10.1 is .qmq file
not .zip file
Click to expand...
Click to collapse
Tyrado said:
Any idea how to use it on rooted stock rom with default qmg files?
Click to expand...
Click to collapse
techie.anish said:
Well, that is a good tutorial, but will it work on GT-P7500, the 3G Touchwiz one?
Click to expand...
Click to collapse
edric4xda said:
i also would like to know if it will work on a rooted stock rom? I'm using the p7500 HC 3.2 rom
Click to expand...
Click to collapse
yes it will work, u just need root the do that.
SamerBerjawi said:
how did you do it with Galaxy Task, cz he already has a custom boot animation and I bootani.qmg was already renamed!
Click to expand...
Click to collapse
Just go into the system/media folder with root explorer and replace the bootanimation.zip with the nexus one.
Sent from my GT-P7510 using xda premium
can't we lay our hands on a SYS dump from the prime? then extract it? but then again, with lower resolution, the end result would not satisfy.
don't work on p7500 with Ganbarou V0.4 Custom Rom
any ideas why not ???
those boot files doesn't exist wich you described in the first post
maddogglucky said:
don't work on p7500 with Ganbarou V0.4 Custom Rom
any ideas why not ???
those boot files doesn't exist wich you described in the first post
Click to expand...
Click to collapse
That's because I changed that files already. Push the bootanimation.zip into \system\media and it should work.
Someone has the file? Multiupload stays down
How do i change boot animation on my 2.3.6 stock rom?
Last time i tried i got my self into a boot loop.
Help would be apreciated
Thanks in Advance!
Cumps
First of all I dont think that changing boot animation is possible on stock roms ..impossible on stock Samsung roms ...so.flash a custom rom .then download absolute system root tools from market ..it allows you to download and install boot animations...hit the thanks button if I helped ..
sent from my galaxy ace which is rocking CM 7.2 by vo-1
rogers4759 said:
First of all I dont think that changing boot animation is possible on stock roms ..impossible on stock Samsung roms ...so.flash a custom rom .then download absolute system root tools from market ..it allows you to download and install boot animations...hit the thanks button if I helped ..
sent from my galaxy ace which is rocking CM 7.2 by vo-1
Click to expand...
Click to collapse
yrs is possible search fla.sh
then you ill find
Sent from my GT-S5830 using xda premium
rogers4759 said:
First of all I dont think that changing boot animation is possible on stock roms ..impossible on stock Samsung roms ...so.flash a custom rom .then download absolute system root tools from market ..it allows you to download and install boot animations...hit the thanks button if I helped ..
sent from my galaxy ace which is rocking CM 7.2 by vo-1
Click to expand...
Click to collapse
when i use my stock ROM 2.3.4 there is one file named bootanimation.zip in /system/media . its possible to change it.
but now, I use gingerbread 2.3.6 and i can't find that file.
-----------------------------------------------------------------------------
UPDATE
-----------------------------------------------------------------------------
Now i can change may boot animation. its easy dude. just download ur favorite boot animation and place it in /data/local
Sorry for any mistake, my English is not so good. After reading theese few posts i searched in my Galaxy Ace (no brand Italy; stock ROM GingerBread 2.3.6 build XWKT7) and i tried to put in data/local a custom bootanimation.zip. After that i rebooted it and there was no change. It displayed me its stock bootanimation. Where do I have made a mistake?
Thank you, J-Hope.
U need to overwrite original bootanimation.zip file
Sent from my GT-S5830 using XDA App
Well, I searched in data/local and also in system/media and I don't have any. I have .qmg files on my 2.3.6 stock ROM... If you need some screenshots just tell me. Thank you, J-Hope
Sent from my Millenium Falcon using XDA-app
first make sure that you dont have any files in media file except audio if you have others delete them and now copy any bootanimation.zip to your media file and it will work
Just copy/replace in system media And You Can Use that
So sad men, it doesn't work. The only problem is that I haven't got any bootanimation.zip to replace: I have 2 files bootanimation.qmg and samsungloop.qmg.
I've tried to move everything except audio and put a custom bootanimation.zip in system/media but it boots with a black screen and I can't see the bootanimation. Maybe it doesn't work on Italian stock 2.3.6.
Thanks for your help, again.
Sent from my Millenium Falcon using XDA-app
J-Hope said:
So sad men, it doesn't work. The only problem is that I haven't got any bootanimation.zip to replace: I have 2 files bootanimation.qmg and samsungloop.qmg.
I've tried to move everything except audio and put a custom bootanimation.zip in system/media but it boots with a black screen and I can't see the bootanimation. Maybe it doesn't work on Italian stock 2.3.6.
Thanks for your help, again.
Sent from my Millenium Falcon using XDA-app
Click to expand...
Click to collapse
Theres a guide somewhere in theme & app subforum that tells howto change bootanimation on stock rom and it does work. I would give the link myself but its hard to search from tapatalk
Sent from your phone
I've been looking for those threads and I founded those 2:
http://forum.xda-developers.com/showthread.php?p=13972863 (tried, doesn't work)
http://forum.xda-developers.com/showthread.php?t=1179362 (I posted this link just because there are some screenshots of system/media with the 2 files .qmg that I have)
This issue is driving me crazy!!!! Help!
J-Hope said:
I've been looking for those threads and I founded those 2:
http://forum.xda-developers.com/showthread.php?p=13972863 (tried, doesn't work)
http://forum.xda-developers.com/showthread.php?t=1179362 (I posted this link just because there are some screenshots of system/media with the 2 files .qmg that I have)
This issue is driving me crazy!!!! Help!
Click to expand...
Click to collapse
First link works PERFECTLY!
Thanks fa tat..!!
Sent from my GT-S5830 using Tapatalk
I tried the 1st link method again now and it still doesn't work. My Ace boots up with a black screen, then vibrates once, then it asks me my PIN and it's all OK.
this really works !! http://forum.xda-developers.com/showthread.php?t=1353561
just changed my bootanimation on stock rom gingerbread 2.3.5 rooted phone.
thanks to the original poster
Hey so as most people know its hard to change the bootanimation and shutdown animation on Samsung devices because samsung uses a .qmg file that cant be edited without using the software for it, which is out there and I'll put up a link if anyone wants to see it. Its very hard to do apparently and I not adept enough to mess with it. There's also other ways to enable custom animations by flashing special zip files created by smokin1337 and clarified by ReelFiles and using something like rom toolbox to add custom ones to your system/media folder. But its been a pain for me to do that because of I dont know what and I was actually looking to see if you guys could got in your system/media and audio folders and post the original .qmg bootanimation and samsungloop files on here. Im looking to put everyones together for say people who flash phones or just want stock animations and sounds on their phones. all you sohuld have to do is replace the original (backing them up would be great) with the ones posted up here. I have a verizon butI flashes my galaxy s3 over to metro pcs with everything working just fine so i would like to change my animation with the stock R530 variant and anyone else who might like to do that with theirs can too.
Im looking for all types from the international to us cellular to metropcs and to straight talk and sprint.
Thank for the input!
http://forum.xda-developers.com/showpost.php?p=35825846 ReelFiles
http://forum.xda-developers.com/showthread.php?t=2253162 smokin1337
Where are the original qmg files?
All i see are these dumb .zip files
Sent from my GT-I9300 using xda app-developers app
THE BEST AND MOST MESMERIZING BOOT ANIMATION FOR XPERIA SP
EDIT : THREAD RE-OPENED (Thanks to El Daddy, The Moderator)
Hello Guys! '
I am here with my creation boot animation for Xperia SP(C5302/C5303/C5306).
This is the Most mesmerizing and beautiful boot animation like cosmos etc. :laugh:
It contains the best boot animation for your device! With sound!
If you own a Xperia SP rooted with original stock rom JB 4.3 any build version (locked or unlocked bootloaders doesn't matter) you have two ways to install the boot animation. In custom roms it will also get installed. This boot animation is for Xperia SP only.
Unfortunately on custom roms I don't know how to add sound I am using Vanir AOSP but no sound is coming during boot If anyone knows hows to fix this then please help
1) Download and save the "bootanimation.zip" folder onto your sd card
2) Open root explorer or root browser (your preference) and migrate to the zip wherever you placed it.
3) Copy it and then go to root folder "/system/media". There you will see a zip named as "bootanimation.zip" if you haven't yet altered it
4) RECOMMENDED BACKUP THE ORIGINAL BOOT ANIMATION IN CASE IF ANYTHINGS GOES WRONG! Simply copy that "bootanimation.zip" which is inside "/system/media" and paste it anywhere safe onto your phone or computer.
5) Paste this downloaded "bootanimation.zip" file and replace it after backing up original animation.
6) MOST IMPORTANT :- Tap and hold the zip file after pasting and open permission option. You will see this (Image attached) Just check the oprions in image and voila! reboot your device
OR
Download Boot Installer from Play Store and migrate to the downloaded "bootanimation.zip" select it and select install :silly:
Do as you wish
Let me know if you like it
It is in landscape mode but I am working on potrait mode and few other things too
Code:
I will not be blamed for any bricked or dead devices try this at your own sole risk.
My Device Sony Xperia C5302 , Unlocked Bootloader , Android 4.4.4 Vanir AOSP
Download here https://app.box.com/s/n4v1impq5r7xn6iqoxwv
For custom ROMs like AOSP, CM11, bootsound have to be in wav file outside the zip. And bootsound option need to be enabled in build.prop.
Dont know where to put it, how to name it, what changes to build.prop you have to do, but I've found a time ago a thread about this on xda or CM forum.
smogf said:
For custom ROMs like AOSP, CM11, bootsound have to be in wav file outside the zip. And bootsound option need to be enabled in build.prop.
Dont know where to put it, how to name it, what changes to build.prop you have to do, but I've found a time ago a thread about this on xda or CM forum.
Click to expand...
Click to collapse
Hm thanks dude U gave me a place to begin search with thank u
Can you provide a screenshot bro..
Sent from my D5303 using XDA Premium 4 mobile app
Chena_22 said:
Can you provide a screenshot bro..
Sent from my D5303 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
https://www.youtube.com/watch?v=ZSt9tm3RoUU
This is the video I made it's boot animation.
You may have a look at the video, I inserted some tweaks more into it that you can see when you flash the boot animation
Why would I want to stare to a 1 minute boot animation?
The faster it boots, the better.
Just saying!
Gamm86 said:
Why would I want to stare to a 1 minute boot animation?
The faster it boots, the better.
Just saying!
Click to expand...
Click to collapse
Yeah you're right Everyone has their choice as for me if I tweak my phone then why to leave boot animation after all it's the starting part where you can feel the power of an unlocked mobile device
Looks great in the video. Gonna try it out now. Thanks man
Welcome bro
Sent from my C5302 using XDA Free mobile app
If you're up for it... Try porting this bootscreen: http://forum.xda-developers.com/showthread.php?t=648555
Have fun!
Gamm86 said:
If you're up for it... Try porting this bootscreen: http://forum.xda-developers.com/showthread.php?t=648555
Have fun!
Click to expand...
Click to collapse
I am already upto it sir
Got a request
tj_droid said:
Looks great in the video. Gonna try it out now. Thanks man
Click to expand...
Click to collapse
Welcome bro
Any error if you face during installation ask for help straight away