ive been messing around with the VZW_bootanimation.zip and i cant seem to figure out how to change the splash screen that comes up after the first one. i've tried to replace the image, using the same exact settings and keeping it in png format, but it just stays blank until the droid animation pops up. im using the new leaked bootanimation that came with the froyo leak.
Here is a walk through Ive written up for changing your boot animation to one that you got off a site. Is that what your looking to do?
Plug in phone
reboot to recovery
Code:
adb reboot recovery
Once booted in to recovery do
Code:
adb shell
mount -a
It will give you this error. Thats fine (It's just saying it couldnt mount the sdcard which we dont need right now.)
Code:
~ # mount -a
mount -a
mount: mounting /dev/block/mmcblk1 on /sdcard failed: Invalid argument
mount: mounting /dev/block/mmcblk1p2 on /sd-ext failed: No such file or directory
now type exit to get back to your computer prompt.
Now push your bootanimation.zip you want to /system/customize/resource
Code:
adb push bootanimation.zip /system/customize/resource
now now get back in to adb shell and type
Code:
cd /system/customize/resource
then ls *.zip and it should look like this. l = lowercase L
Code:
/system/customize/resource # ls *.zip
ls *.zip
bootanimation.zip VZW_bootanimation.zip
Now we want to rename the vzw boot animation to .back to save it
Code:
mv VZW_bootanimation.zip VZW_bootanimation.back
Then we want to rename the new bootanimation to the vzw bootanimation
Code:
mv bootanimation.zip VZW_bootanimation.zip
OPTIONAL STEP: IF YOU DONT WANT THE DROID SOUND ON BOOT
Code:
mv Droid.mp3 Droid.back
type exit and adb reboot . It should now boot with your new boot animation.
Thanks for trying to help, but what I'm trying to do is change the image that comes up during the new animation "htc quietly brilliant". I already have the bootanimation I just want to switch out the png
-------------
Just My II Sense
It's possible that one is hardware dependent. It was on the G1 I thought...at least I never saw it changed.
What do you mean by hardware dependant?
-------------
Just My II Sense
There are two folders in the bootanimation.
One contains the Quietly Brilliant image. The other is the boot animation.
Yea and I have tried switching the one in the folder with the quietly brilliant but when I do it just stays blank for that part of the splash. Is there a certain format you need the picture to be in besides 8 bit rgb png?
-------------
Just My II Sense
Twisted politiks said:
Yea and I have tried switching the one in the folder with the quietly brilliant but when I do it just stays blank for that part of the splash. Is there a certain format you need the picture to be in besides 8 bit rgb png?
-------------
Just My II Sense
Click to expand...
Click to collapse
I remember transparencies being a big issue in bootanimations... yours contain any transparencies?
Nope no transparencies
-------------
Just My II Sense
Twisted politiks said:
Nope no transparencies
-------------
Just My II Sense
Click to expand...
Click to collapse
There is a Desc txt file that has to be changed as well it dictates screen size and the order of use...
480 800 15
p 1 0 android
p 1 0 eye
p 0 0 loading
The trick is not to un-zip the entire file but extract (or delete) only the things that require change and push the change back into the zip to overwrite the existing file...
Have Fun
Thank you, gonna give it a shot.
zerf said:
Here is a walk through Ive written up for changing your boot animation to one that you got off a site. Is that what your looking to do?
Plug in phone
reboot to recovery
Code:
adb reboot recovery
Once booted in to recovery do
Code:
adb shell
mount -a
It will give you this error. Thats fine (It's just saying it couldnt mount the sdcard which we dont need right now.)
Code:
~ # mount -a
mount -a
mount: mounting /dev/block/mmcblk1 on /sdcard failed: Invalid argument
mount: mounting /dev/block/mmcblk1p2 on /sd-ext failed: No such file or directory
now type exit to get back to your computer prompt.
Now push your bootanimation.zip you want to /system/customize/resource
Code:
adb push bootanimation.zip /system/customize/resource
now now get back in to adb shell and type
Code:
cd /system/customize/resource
then ls *.zip and it should look like this. l = lowercase L
Code:
/system/customize/resource # ls *.zip
ls *.zip
bootanimation.zip VZW_bootanimation.zip
Now we want to rename the vzw boot animation to .back to save it
Code:
mv VZW_bootanimation.zip VZW_bootanimation.back
Then we want to rename the new bootanimation to the vzw bootanimation
Code:
mv bootanimation.zip VZW_bootanimation.zip
OPTIONAL STEP: IF YOU DONT WANT THE DROID SOUND ON BOOT
Code:
mv Droid.mp3 Droid.back
type exit and adb reboot . It should now boot with your new boot animation.
Click to expand...
Click to collapse
I will def try this...although I read somewhere each ROM is not created equal, even between versions. ie Virtuous2.6 - the files are named VZW_bootanimation.zip and VZW_Droid.mp3...meanwhile Virtuous2.7 is bootanimation.zip and android_audio.mp3.
Tried to, adb push to /system/media/; /system/customize/resource/; /system/data/local/ withouth any luck.
Do you know if I'm doing anything wrong? Updated the WINUSB.inf file to make sure ADB interface recognizes my commands. Still noob, so just not connecting all the dots.
You got any advice? PM me if you do!
Thanks again, I'm gonna try this.
Twisted politiks said:
ive been messing around with the VZW_bootanimation.zip and i cant seem to figure out how to change the splash screen that comes up after the first one. i've tried to replace the image, using the same exact settings and keeping it in png format, but it just stays blank until the droid animation pops up. im using the new leaked bootanimation that came with the froyo leak.
Click to expand...
Click to collapse
I have the same problem.. I barely have time to troubleshoot it... I converted the r2d2 boot image to png and chose the same 8bit color depth as the original vzwbootanimation.zip. I'm at a loss.
Honestly77 said:
It's possible that one is hardware dependent. It was on the G1 I thought...at least I never saw it changed.
Click to expand...
Click to collapse
Skyraider has an animation instead of the HTC logo...
oldman_58 said:
There is a Desc txt file that has to be changed as well it dictates screen size and the order of use...
480 800 15
p 1 0 android
p 1 0 eye
p 0 0 loading
The trick is not to un-zip the entire file but extract (or delete) only the things that require change and push the change back into the zip to overwrite the existing file...
Have Fun
Click to expand...
Click to collapse
Quick question (and my first... hi).
Can one just replace these files using root explorer?
For example, the quietly brilliant image is in a folder called android... can I just replace that with another png file?
Hextall said:
Quick question (and my first... hi).
Can one just replace these files using root explorer?
For example, the quietly brilliant image is in a folder called android... can I just replace that with another png file?
Click to expand...
Click to collapse
I'm definitely interested in this as well - if it's this simple, it would solve a lot of problems. If not.. can anyone point me to a thread on creating your own boot animations?
Hextall said:
Quick question (and my first... hi).
Can one just replace these files using root explorer?
For example, the quietly brilliant image is in a folder called android... can I just replace that with another png file?
Click to expand...
Click to collapse
No you can't, at least on the sense roms. Not sure in ruby or cm tho, probably the same way.
Sent from my HTC Incredible using XDA App.
Twisted politiks said:
Thanks for trying to help, but what I'm trying to do is change the image that comes up during the new animation "htc quietly brilliant". I already have the bootanimation I just want to switch out the png
-------------
Just My II Sense
Click to expand...
Click to collapse
You need to zip the the folders and the desc.txt in a "store" state
Here's a black one I did of the htc quietly brilliant with the htc in green.
http://dl.dropbox.com/u/9231506/bootanimation.zip
Sent from my HTC Incredible using XDA App.
luniz7 said:
You need to zip the the folders and the desc.txt in a "store" state
Here's a black one I did of the htc quietly brilliant with the htc in green.
http://dl.dropbox.com/u/9231506/bootanimation.zip
Sent from my HTC Incredible using XDA App.
Click to expand...
Click to collapse
Do you have a guide for doing this? I want to use the stock boot animation (minus that annoying Drooooidd sound), but replace the "Quietly Brilliant" screen with a custom png. Is there a quick guide you can point me to, or would you mind giving the details of how this might be done? Thanks
EDIT: Want to replace "Quietly Brilliant" with this image
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Any chance of that happening?
Working!
Success! I used a combination of zerf's ADB instructions and luniz7's suggestions and I got it working!
What you're going to need:
WinRAR
"Droid Incredible Official Boot Animation" from this thread: http://forum.xda-developers.com/showthread.php?t=759691
1. Unzip the DROIDINC_Boot and then unzip the "bootanimation" file to your Desktop. There should be three files, and folder labeled "android," another labeled "VZW" and a file named "desc"
2. Inside the "android" folder, replace the "HTC Quietly Brilliant" image with the 480x800 png of your choice and give it the EXACT SAME NAME:
"wvga_htc_bootup_android_104f_15fps_005spf"
No changes need to be made to either the "VZW" folder or the "desc" file
3. Somewhere on your computer (I did it in Documents), right click, go to the "New" menu, and click "WinRAR ZIP Archive" - make sure it's "ZIP archive" and not just "archive" (first is .zip, second .rar). Name it "bootanimation"
4. Double click on the bootanimation.zip you just created to open WinRAR. It will show you the contents of the zip folder you just created. It's empty - but we're going to change that
5. In the upper left corner you'll see an image of a bundle of books tied together with "Add" underneath. Click this, and navigate to the desktop where you unzipped with original "bootanimation" (now with your custom png). Click on the
"android" folder and "OK." IMPORTANT! Before you click "OK" the second time, be sure to change the "Compression Method" (in the bottom left corner) from "Normal" to "Store." Alright, now you can click OK
6. Repeat step 5 for the "VZW" folder and "desc" file
7. When finished, simply close WinRAR
8. Move the "bootanimation.zip" file you just finished editing to your "tools" folder in your Android SDK
9. Follow zerf's ADB instructions (earlier in this thread) and you're good to go!
As proof, I've uploaded my modified bootanimation with the "unrevoked" splash image in place of "HTC Quietly Brilliant." Hope this helps!
- Zoon0n
You have the same rom/config I have, where do I put the bootanimation.zip file.
There seem to be a multitude of places? Thanks.
Related
First of all, thanks to lukybandit and pof for their help and threads which made this possible.
This tutorial will allow you to change your initial splash screen to any 320 X 240 customized splash screen of your choice.
You will need to download 3 items below:
The nbimg 1.1.zip file made by pof
the 2 .zip files (1.) Excalibur-USPL-RUU.zip (2.) Excalibur USPL - CID BYPASS.zip
Unzip all 3 files and place the contents into "local disc C:" root directory.
first thing to do is to create a bitmap file ".bmp" with a 320 x 240 screen resolution. I recommend taking any image you make and using photoshop or gimp or even MS Paint to make the resolution 320 X 240 and then save it into "local disc C:" root directory. To make it easy to follow with this tutorial, save it with the file name of "MainSplash.bmp".
UPDATE 6/4/09: Additional instruction if you are not creating using MS Paint. Thanks to TheExpertNoob
If your "Designing" your 320x240 boot screen in Photoshop, save it, then flatten the image (discard hidden layers as well).
Once that is done, CTRL+A, CTRL+C (to copy whole flatten image from photoshop) open MS Paint and set the dimensions of a new file as 320x240 in MS Paint, CTRL+V, then save it as a 24-bit bitmap in MSPaint. (this seems to remove any "Information" Photoshop puts into the BMP file if you were save as in photoshop, which seems to cause the messed up boot screens. reopening a photoshop saved BMP in MSPaint won't work either.)
Then back in photoshop undo your "flatten image" to modify to your liking later.
If your still not having any luck, download one of the premade bootscreens found in these forums ex. HTC, flash it and start over with the above steps (so your overwriting your custome over a clean boot screen)
After you've created your .bmp file, the next thing you're going to do is to open up a command prompt and type: "cd c:\" . press enter. this should take you to a c:\ prompt.
Next you're going to type this:
Code:
nbimg -p 108514 -n -s -w 320 -h 240 -F MainSplash.bmp -T 0x600 -S 1024 -D EXCA10000
press enter.
{{{Keeping mind of the upper or lower case of the letters (this is important!)
if it is a upper case "S" then it has to be a upper case "S" (not "s") and lower case "n" then use a lower case "n" (not "N").}}}
If you do it right, it should look like this:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
you will end up getting two output files:
MainSplash.bmp.nb &
MainSplash.bmp.nbh
(you can delete the MainSplash.bmp.nb)
Next step is to rename the output file. (MainSplash.bmp.nbh)
Open the folder "Excalibur-USPL-RUU" and locate the file "ExcaIMG_USPL_1110000unsigned.nbh" use this exact file name to rename the file you just created. Once renamed you're going to cut and paste that file into the "Excalibur-USPL-RUU" folder and overwrite the original.
UPDATE 6/4/09: Alternate Instructions if doing this with Energy Based ROM: thanks killa-mckilla!
(Rename the file to EXCAIMG.bmb.nbh , not ExcaIMG_USPL_1110000unsigned.nbh)
Next, you need to prepare your phone for this flash of the splash screen.
( if your phone is not app unlocked this procedure WILL NOT WORK! If your phone is not app unlocked, please download and run the SDA_Application Unlock.zip file from your PC below)
You will need to power your phone off and remove your micro-SD card ( if you have it installed, if not just reboot it) now power your phone back on.
(this seems to work better when a non-sliding panel (chome) homescreen is active, so you may want to change this at this time if you are using a sliding panel homescreen.) ))
Connect your phone to your PC via activesync.
Open the folder named "Excalibur USPL- CID BYPASS" and run the file "Uspl.bat" follow the instructions on the screen and after abour the 3rd or fourth enter press your phones screen should turn white. You should hear the audible sound from your PC indicating that something was just disconnected. ( don't worry it should reconnect immediately ) Activesync will not detect your phone. this is normal.
Now you will open the folder "Excalibur-USPL-RUU" and you're going to run "ROMUpdateUtility.exe". follow the on-screen instructions. If done successfully, the RUU will give you a success screen and your phone will reboot. You should now see your newly created boot splash screen that you just created!.....I am currently pursuing how to also change the second splash screen (the windows mobile screen) and will update this tutorial when that happens. Let me know if any part of this is confusing or if you have any difficulty with the results.
Good post man, hopefully this will help a lot of people out with similar questions regarding this.
Hey Pudgedaddy, good post. I know this want work for me, but is there any way to change it without flashing? I would like to change but didn't know where to start.
showaco said:
Hey Pudgedaddy, good post. I know this want work for me, but is there any way to change it without flashing? I would like to change but didn't know where to start.
Click to expand...
Click to collapse
I don't think so. The initial splash screen is part of the the ROM so you have to flash a .nbh file in order to change it.... as far as i know.
pudgedaddy said:
I don't think so. The initial splash screen is part of the the ROM so you have to flash a .nbh file in order to change it.... as far as i know.
Click to expand...
Click to collapse
So this is the first splash? Not the second one, right?
showaco said:
So this is the first splash? Not the second one, right?
Click to expand...
Click to collapse
Yes. In the case of excalibur users, it's either the HTC first boot screen, the t-mobile first boot screen, or the rogers first boot screen that they see as soon as they turn on the phone.
pudgedaddy said:
Yes. In the case of excalibur users, it's either the HTC first boot screen, the t-mobile first boot screen, or the rogers first boot screen that they see as soon as they turn on the phone.
Click to expand...
Click to collapse
ok, 'cause on mine , I have a blue windows screen for a couple of seconds and then it changes to a green windows screen with the custom rom's name that stays on thru rest of boot process. I found a reg hack to change the second boot screen, thats why I was asking.
showaco said:
ok, 'cause on mine , I have a blue windows screen for a couple of seconds and then it changes to a green windows screen with the custom rom's name that stays on thru rest of boot process. I found a reg hack to change the second boot screen, thats why I was asking.
Click to expand...
Click to collapse
what's the reghack that you use....? maybe i can change my second boot screen too.
The reg entries are at HKLM\System\Startup\1. In there you will only want two keys, one called Duration and the other Splash. If there is ay others, remove them. I have Duration set as dword and is 9000. Splash is image location. It should be in windows folder and word is jpg doesn't work but that gif does. I think png does also. You can do the same for HKLM\System\Shutdown\1. Image size is 320X240.
showaco said:
The reg entries are at HKLM\System\Startup\1. In there you will only want two keys, one called Duration and the other Splash. If there is ay others, remove them. I have Duration set as dword and is 9000. Splash is image location. It should be in windows folder and word is jpg doesn't work but that gif does. I think png does also. You can do the same for HKLM\System\Shutdown\1. Image size is 320X240.
Click to expand...
Click to collapse
oh ok.... i have a variation of this same hack adapted from thw WM6 t-mo ROM for my phone. ( I actually have a thread that talks about how to do this with screens and sounds) anyway, with this hack i end up having 3 screens...... 1 my custom first boot screen, 2. the standard windows mobile screen, 3, my other custom boot screen using the reg hacks.
So i guess there's still something in the ROM that needs to be flashed to change the 2nd boot screen for the DASH
Im New Here And I Tried Doing This Step By Step But
I Just Cant Seem To Get It Right. My Command Promp Tells
Me That What I Wrote Down Cant Be Recognized As A Command. What Am I Doing Wrong???
CHEKO15 said:
Im New Here And I Tried Doing This Step By Step But
I Just Cant Seem To Get It Right. My Command Promp Tells
Me That What I Wrote Down Cant Be Recognized As A Command. What Am I Doing Wrong???
Click to expand...
Click to collapse
you have to tell me SPECIFICALLY what step in this process you are in and what SPECIFIC error message came up. Then i can help
WELL IM DONE WITH THE FIRST 2 STEPS BUT
WHEN I TYPE DOWN THIS "nbimg -p 108514 -n -s -w 320 -h 240 -F MainSplash.bmp -T 0x600 -S 1024 -D EXCA10000" THE COMMAND PROMPT
TELLS ME "nbimg is not recognized as internal or external command" what do i do wrong???
CHEKO15 said:
WELL IM DONE WITH THE FIRST 2 STEPS BUT
WHEN I TYPE DOWN THIS "nbimg -p 108514 -n -s -w 320 -h 240 -F MainSplash.bmp -T 0x600 -S 1024 -D EXCA10000" THE COMMAND PROMPT
TELLS ME "nbimg is not recognized as internal or external command" what do i do wrong???
Click to expand...
Click to collapse
the nbimg.exe file and whatever .bmp file both have to be in the root C:\ directory.
basically, if you're starting out as "c:\ nbimg -p **********" the c:\ part if this assumes that anything you are running is in the c:\ root diretory. so when you type after that "nbimg" it is searcing got the program in c:\ only. it will not search your entire hard drive(s) for this app. secondly the .bmp has to be also in c:\ because nbimg.exe also only looks in whatever directory it is currenty in. Now technically this doesnt have to be in c:\ it can be anywhere you want.... say your desktop. but if you have it somewhere else, you'd have to change the active directory you're in before you start. Some people don't know how to get to the active desktop directory in a command prompt. I only listed the instructions to be placed in the C:\ root directory because it makes it a whole lot easier not having to type out the entire direcotry name. (so you type in " cd c:\ " instead of "cd c:\documents and settings\*username*\desktop\" to get to the active directory) which makes this less error prone with noobs running command prompt.
well i done these steps but now
it tells me " file:MainSplash.bmp..
could not open MainSplash.bmp"
CHEKO15 said:
well i done these steps but now
it tells me " file:MainSplash.bmp..
could not open MainSplash.bmp"
Click to expand...
Click to collapse
is the .bmp you are trying to convert named "Mainsplash.bmp" ???
basically the mainsplash.bmp refernces the .bmp file you are converting. if your .bmp file is named something different, you need to either insert that filename.bmp in place of mainsplash.bmp or rename your file to mainsplash.bmp
edit: secondly if the file is named "MainSplash.bmp", do you have it in the same directory as nbimg.exe? if not it needs to be in the SAME DIRECTORY!
(ex: if nbimg.exe is in C: <root directory> then MainSplash.bmp need to also be in C: <root directory> )
Thanks Man I Finally Got It..
Thanks For The Steps And Keep On
Helping People.
help
Okey I have changed my second load screen and eveything works but when I look in eg edit for hklm/system/startup I cannot find it. I'm using a tilt. anythoughts
Hi, I tried this method step by step and got my splash to change, but the actual picture is really distorted compared to the original bmp pic. Not sure what happened there. I tried it using different bmp files and every time the splash screen is distorted. I am using Rickywatt v24 vanilla rom.
pcdo said:
Hi, I tried this method step by step and got my splash to change, but the actual picture is really distorted compared to the original bmp pic. Not sure what happened there. I tried it using different bmp files and every time the splash screen is distorted. I am using Rickywatt v24 vanilla rom.
Click to expand...
Click to collapse
was the original image a 320X240 resolution? it HAS to be an original 320X240 ( and not a 240X320 ) resolution in order for the output to match the input.
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?
[Boot Animation] Android Bios Boot Animation
Thanks to frysee for creating the original. See his thread here with versions for other devices as well.
I have made some boot animations for our Galaxy Ace, wanna to share with you..
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
- Download - boot animation
Android Bios Boot Animation CM7 Version
- Download - CM7 Version
Root Explorer method:
1. Rename the downloaded file to 'bootanimation.zip'
2. Put it on your SD card
3. Open Root Explorer and copy bootanimation.zip to /system/media. This will replace the existing boot animation
4. Reboot your phone
ADB method:
1. Make sure you have downloaded android sdk
2. Put android sdk in C:\
3. Set the directory of command prompt to C:\android-sdk-windows\platform-tools. Click here for a video tutorial.
4. Rename your boot animation to bootanimation and put it in C:\android-sdk-windows\platform-tools
5. Open cmd
6. Type in order:
-adb remount
-adb push bootanimation.zip /system/media/bootanimation.zip
-adb reboot
Im using Coderom v1, stock ROM not tested
sorry my bad english
note : animation duration depends on ROM boot time, so I can't guarantee it is running to the final screen on all devices
Do i have to rename the file?
QNBT said:
Do i have to rename the file?
Click to expand...
Click to collapse
yup, rename file download to bootanimation.zip
Im running stock gb 2.3.4 (xxxkph) and all i have i these files:
Would replacing the sanim.zip do anything?
Thanks in advance!
QNBT said:
Im running stock gb 2.3.4 (xxxkph) and all i have i these files:
Would replacing the sanim.zip do anything?
Thanks in advance!
Click to expand...
Click to collapse
i never tried with stock rom, I try to help find a solution on google
try this method
DWYOR= Do With Your Own Risk
1. Rename the downloaded file to 'bootanimation.zip'
2. Put on your SD Card
3. Open Root Explore go to system/bin
4. Find samsungloop, then move them to another folder
5. Copy bootanimation.zip to /system/media
6. In folder /system/media rename all files *.qmg to *.qm (bootsamsung.qmg & bootsamsungloop.qmg)
7. Reboot
source in indonesian site
sorry my bad english
Thanks for the reply!
I will try that as soon as i have time, however, I did try this method without any success.
Nothing wrong with your English, u've been very helpful!
QNBT said:
Thanks for the reply!
I will try that as soon as i have time, however, I did try this method without any success.
Nothing wrong with your English, u've been very helpful!
Click to expand...
Click to collapse
I like your font, can you share it?
Offtopic:
Mr0lala said:
I like your font, can you share it?
Click to expand...
Click to collapse
I see you have good taste! Get Fontimizer @ the market for free and look for the font "TitilliumText22L001". There are thicker version of it as well - if you have trouble reading with that font.
Ontopic: Didn't work, but ill just wait for Cyanogen and use UOT Thanks!
Thank for shared
So Beautiful.. thanks for share
dhedee said:
[Boot Animation] Android Bios Boot Animation
Thanks to frysee for creating the original. See his thread here with versions for other devices as well.
I have made some boot animations for our Galaxy Ace, wanna to share with you..
- Download boot animation
Root Explorer method:
1. Rename the downloaded file to 'bootanimation.zip'
2. Put it on your SD card
3. Open Root Explorer and copy bootanimation.zip to /system/media. This will replace the existing boot animation
4. Reboot your phone
ADB method:
1. Make sure you have downloaded android sdk
2. Put android sdk in C:\
3. Set the directory of command prompt to C:\android-sdk-windows\platform-tools. Click here for a video tutorial.
4. Rename your boot animation to bootanimation and put it in C:\android-sdk-windows\platform-tools
5. Open cmd
6. Type in order:
-adb remount
-adb push bootanimation.zip /system/media/bootanimation.zip
-adb reboot
Im using Coderom v1, stock ROM not tested
sorry my bad english
Click to expand...
Click to collapse
hey .. thanks for the new boot animation..
you said that your using coderom v1. can you please give me the link to download this rom. i'm looking for it from past many days and i dint find it yet.. thanks in advance..
abhi.bana said:
hey .. thanks for the new boot animation..
you said that your using coderom v1. can you please give me the link to download this rom. i'm looking for it from past many days and i dint find it yet.. thanks in advance..
Click to expand...
Click to collapse
cek PM please
I love it so much! Thanks!
Sorry for bumping this I just couldn't find anything more updated.
I tried both ways and got trouble with them.
Tried to copy the file using Boot Explorer but was denied due to privileges.
Installed the SDK but had no idea how to use it.
Would anyone mind explaining how to enable the option of copying the file into the system folder or how to use the SDK software?
Thanks,
Sam.
SamBaum said:
Sorry for bumping this I just couldn't find anything more updated.
I tried both ways and got trouble with them.
Tried to copy the file using Boot Explorer but was denied due to privileges.
Installed the SDK but had no idea how to use it.
Would anyone mind explaining how to enable the option of copying the file into the system folder or how to use the SDK software?
Thanks,
Sam.
Click to expand...
Click to collapse
boot explorer or root explorer ?
try this
- open root explorer /system/media
- tap the Mount R/W button at the top so that it reads Mount R/O instead.
- copy bootanimation.zip to /system/media
- reboot
It's Root Explorer, sorry about that.
And thanks, I was able to paste the file in the folder but nothing changed...
The folder has two .qmg files called "bootani.qmg" abd "samsungani.qmg"...
Do these have to be moved/deleted or something?
Why does the boot animation not complete?
the android logo(the text one) didn't appear or just skipped to the home screem after the boot?
Sorry for my bad english.
SamBaum said:
It's Root Explorer, sorry about that.
And thanks, I was able to paste the file in the folder but nothing changed...
The folder has two .qmg files called "bootani.qmg" abd "samsungani.qmg"...
Do these have to be moved/deleted or something?
Click to expand...
Click to collapse
what rom you use?stock rom?
try this
dhedee said:
i never tried with stock rom, I try to help find a solution on google
try this method
DWYOR= Do With Your Own Risk
1. Rename the downloaded file to 'bootanimation.zip'
2. Put on your SD Card
3. Open Root Explore go to system/bin
4. Find samsungloop, then move them to another folder
5. Copy bootanimation.zip to /system/media
6. In folder /system/media rename all files *.qmg to *.qm (bootsamsung.qmg & bootsamsungloop.qmg)
7. Reboot
source in indonesian site
sorry my bad english
Click to expand...
Click to collapse
urnamu said:
Why does the boot animation not complete?
the android logo(the text one) didn't appear or just skipped to the home screem after the boot?
Sorry for my bad english.
Click to expand...
Click to collapse
animation duration depends on ROM boot time, so I can't guarantee it is running to the final screen on all devices
Guess it's gonna take another post...
The providers' logo is gone but the screen remains blank.
Is it because I did something wrong or is it due to a timing mishap (startup too short for the animation? - If so, where could I find shorter ones?)
SamBaum said:
Guess it's gonna take another post...
The providers' logo is gone but the screen remains blank.
Is it because I did something wrong or is it due to a timing mishap (startup too short for the animation? - If so, where could I find shorter ones?)
Click to expand...
Click to collapse
boot animation it work or not?or work but not complete?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
gdi2290 said:
I'm going to update this Thread later, when I find time, with my custom animations.
Click to expand...
Click to collapse
Checkout more of my Work:
Splash Screens for Droid Incredible 2 by gdi2290
Stock Sense 3.0 Lock Screen from gdi2290
Forum Signatures for Droid Incredible 2 by gdi2290
Instructions for Boot Animations
Acquire a Droid Incredible 2
Obtain S-OFF
Download the bootanimation.zip
Install Optional: do a nandroid backupFile Explorer method:
1. If not already rename your boot animation to bootanimation.zip (VZW_bootanimation.zip for stock and Skyraider Zeus ROM)
2. Place file in the root of your SD card
3. Download either Root Explorer(recommended) or ES File Explorer
If your apps wont let you write in a read-only you may have to re-Superuser your apps4. Open Root Explorer Press and Cut/Copy (or Move) bootanimation.zip
5. Go to
In CyanogenMod and other ASOP ROMs the directory for bootanimation are in
/system/media
For any Sense HTC ROMs (Skyraider and Virtuous Unity)
/system/customize/resource6. In Root Explorer press [Mount R/W] to active [Mount R/O]
7. Rename your existing bootanimation.zip(or VZW_bootanimation.zip) to bootanimation.zip.bak
8. Paste (or Move) bootanimation.zip(or VZW_bootanimation.zip)
ADB method:
1. Download Android SDK
2. Place Android SDK in C:\
3. CD (change directory) in CMD (command prompt) to C:\android-sdk-windows\platform-tools.
4. Rename your boot animation to bootanimation and put it in C:\android-sdk-windows\platform-tools
5. Open CMD (command prompt)
6. Type in order:
-adb remount
-adb push bootanimation.zip /system/media/bootanimation.zip
In CyanogenMod and other ASOP ROMs the directory for bootanimation are in
/system/media
For any Sense HTC ROMs (Skyraider and Virtuous Unity)
/system/customize/resource-adb reboot
Reboot your phone
Press the Thanks button on my post.
Changelog
Forum Header, SkyRaider Zeus (boot and down animation)
9/5/2011 04:32 PM
Instructions
9/2/2011 12:15 PM
Edited OP
8/21/2011 10:24 AM
SkyraiderROM boot audio tutorial
8/30/2011 12:11 PM
Changed OP style; Added: Droid Bionic android_audio.mp3; Added: Stock HTC (boot animation );Stock HTC (down animation)
8/29/2011 11:43 AM
Initial Release
8/27/2011 02:09 AM
gdi2290 said:
Skyraider Zeus ROM - adding Audio to BootAnimation
He doesn't like boot audio, so you have to add it back in by editing the <BootConfiguration> in
Code:
/system/customize/CID/default.xml
Press and hold down the file to Select Open in Text Editor
Scroll down to the bottom and edit the <BootAnimation>
you may also want to remove "VZW_" from bootanimation just make sure you do the same in /system/customize/resource
Click to expand...
Click to collapse
Boot Animations
Stock HTC
VirtuousROM 2.33
SkyRaider Zeus
Droid Bionic bootanimation.zip / Bionic Sound (thanks franklin270h)
Down Animations
install just like bootanimations (backup your old file) and change permissions
Virtuous ROM 2.33
SkyRaider Zeus
Stock HTC
If your apps wont let you write in a read-only
you may have to re-Superuser your apps and/or
in Root Explorer press Mount R/W so it can show Mount R/O
Support me by signing up for Dropbox, pressing the Thanks button, rating the thread, reTweet it, and requesting your own custom Splash Screen with the image you likeb
gdi2290 said:
bootanimation.zip
.ogg sound file
Click to expand...
Click to collapse
Can you please explain how to overwrite a current bootanimation? I've tried in several different ROMs to do it and I get an "overwrite failed" error message everytime.
To explain: using ES File Explorer, I copy (already set to R/W using Mount/System rw/ro app) the new bootanimation.zip from my sd card (renamed to match my current animation). I go to system/custom/resources folder and try to do a paste. I get a warning message asking if I am sure I want to "overwrite the current folder (contents will be merged)", I click yes, it looks like it is going work, and then I get the "overwrite failed" message. What am I doing wrong? I'm sure it is something simple I'm missing.
In any case, love your work. Keep it up!
HarleyChick said:
Can you please explain how to overwrite a current bootanimation? I've tried in several different ROMs to do it and I get an "overwrite failed" error message everytime.
To explain: using ES File Explorer, I copy (already set to R/W using Mount/System rw/ro app) the new bootanimation.zip from my sd card (renamed to match my current animation). I go to system/custom/resources folder and try to do a paste. I get a warning message asking if I am sure I want to "overwrite the current folder (contents will be merged)", I click yes, it looks like it is going work, and then I get the "overwrite failed" message. What am I doing wrong? I'm sure it is something simple I'm missing.
In any case, love your work. Keep it up!
Click to expand...
Click to collapse
have you tried to rename your bootanimation.zip.old then paste this new one there. if that doesn't work you may have to re-Superuser your apps
Boot animation looks nice
Looks sweet. Can't wait to try it out.
Just installed. Looks pretty cool. Thanks.
gdi2290 said:
have you tried to rename your bootanimation.zip.old then paste this new one there. if that doesn't work you may have to re-Superuser your apps
Click to expand...
Click to collapse
I finally got the animation to work, but where do you put the sound file?
HarleyChick said:
I finally got the animation to work, but where do you put the sound file?
Click to expand...
Click to collapse
Code:
/system/customize/resource/android_audio.mp3
the file is .ogg not mp3 :\
How do I install down animation?
Sent from my ADR6350 using XDA App
egren58 said:
How do I install down animation?
Sent from my ADR6350 using XDA App
Click to expand...
Click to collapse
install just like bootanimations (backup your old file) and change permissions
gdi2290 said:
/system/customize/resource/android_audio.mp3
the file is .ogg not mp3 :\
Click to expand...
Click to collapse
I tried renaming it and copying it over, but it still doesn't make any sound on boot.
HarleyChick said:
I tried renaming it and copying it over, but it still doesn't make any sound on boot.
Click to expand...
Click to collapse
I uploaded the mp3 version. Which ROM are you using? I still have to make it delay a few seconds to play correctly
via rooted Droid Incredible 2
gdi2290 said:
I uploaded the mp3 version. Which ROM are you using? I still have to make it delay a few seconds to play correctly
via rooted Droid Incredible 2
Click to expand...
Click to collapse
When I click on your "link" for the mp3 version, it just opens a window and plays the sound - no download.
EDIT: Never mind - I figured it out. DOH!
HarleyChick said:
When I click on your "link" for the mp3 version, it just opens a window and plays the sound - no download.
EDIT: Never mind - I figured it out. DOH!
Click to expand...
Click to collapse
lol yeah in chrome you have to download it since everything is sandboxed
gdi2290 said:
lol yeah in chrome you have to download it since everything is sandboxed
Click to expand...
Click to collapse
I still can't get it to make any sound during boot. I must have something wrong. By the way, using Skyraider Zeus ROM.
HarleyChick said:
I still can't get it to make any sound during boot. I must have something wrong. By the way, using Skyraider Zeus ROM.
Click to expand...
Click to collapse
For SkyraiderROM, he doesn't like boot, you have to add it back in by editing default.xml in
Code:
/system/customize/CID/default.xml
scroll down to the bottom
and edit the <BootAnimation>
Alternatively you can download this edited default.xml file I recommend the above method. Just make sure you rename your old file default.xml.bak
there is also a 1.1 update for Skyraider ROM
gdi2290 said:
For SkyraiderROM, he doesn't like boot, you have to add it back in by editing default.xml in
Code:
/system/customize/CID/default.xml
scroll down to the bottom
and edit the <BootAnimation>
Alternatively you can download this edited default.xml file, BUT I can't say for sure it will work I recommend the above method. Just make sure you rename your old file default.xml.bak
there is also a 1.1 update for Skyraider ROM
Click to expand...
Click to collapse
Okay, well that is way too complicated for me. The animation works fine, its just the sound that is off and I can live with that.
Already have the 1.1 update. Love the ROM, but HATE the boot animation that comes with it.
HarleyChick said:
Okay, well that is way too complicated for me. The animation works fine, its just the sound that is off and I can live with that.
Already have the 1.1 update. Love the ROM, but HATE the boot animation that comes with it.
Click to expand...
Click to collapse
here is a DROID audio lol its still a little off
I know what you mean lol I posted the stock unlock ring and I have downanimation in OP
gdi2290 said:
For SkyraiderROM, he doesn't like boot, you have to add it back in by editing default.xml in
Code:
/system/customize/CID/default.xml
scroll down to the bottom
and edit the <BootAnimation>
Alternatively you can download this edited default.xml file, BUT I can't say for sure it will work I recommend the above method. Just make sure you rename your old file default.xml.bak
there is also a 1.1 update for Skyraider ROM
Click to expand...
Click to collapse
I can confirm that the default.xml you posted does in fact work, people just need to remember to give that file the correct permissions as well.
Droid bionic boot animation is awesome, let us know when you get the sound delayed by a few seconds so it can match up perfectly.
awesome! thank you"!
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.