Changing Boot Screen Problem...??? - Vibrant General

Well i have a Samsung Vibrant rooted with OCLF and running Launcher Pro. I tried to change my boot screen which i read up on here before doing. I read on this forum theres is 2 ways to actually do it, which is using the command on your pc which im not too good with codes so i tried the 2nd option which is to copy and paste using the Root Explorer. So i copied the bootanimation.zip from SD card while on mount r/w and paste it to system/media and then reboot. I still have the stock boot up not sure if i did something wrong, this is my 1st android phone which i like way better than my Icrap so any help will be appreciated.

borikua954 said:
Well i have a Samsung Vibrant rooted with OCLF and running Launcher Pro. I tried to change my boot screen which i read up on here before doing. I read on this forum theres is 2 ways to actually do it, which is using the command on your pc which im not too good with codes so i tried the 2nd option which is to copy and paste using the Root Explorer. So i copied the bootanimation.zip from SD card while on mount r/w and paste it to system/media and then reboot. I still have the stock boot up not sure if i did something wrong, this is my 1st android phone which i like way better than my Icrap so any help will be appreciated.
Click to expand...
Click to collapse
Why dont you give this a try
USE THE GALAXY I9000 BOOTUP / SHUTDOWN ANIMATIONS & SOUND
rko did an awesome job with these flashable bootup/shutdown animations (place them on the /sdcard (internal memory) NOT sdcard/sd (external). Be sure and thank him for his work!
http://forum.xda-developers.com/showpost.php?p=7663822&postcount=38
Thanks to s15274n

i tired it it doesnt work either comes up with error code

You have to have a rom that has a hacked kernel that allows for support of bootanimation.zip the stock vibrant rom does not have this ability (Thankyou Samsung), so simply putting the file in the correct folder will do nothing if you don't have the kernel that utilizes it. Currently there are 2 roms that will work with this:
Obsidian V2 - JK2 Official Froyo Based 2.2
or
Froyo Macnut R10

you put the .zip files in /system/media which is NOT the right way of doing it
extract the zip file anywhere on your desktop and copy the bootsamsung.qmg into your internal sdcard.
then run root explorer on your phone, copy the same .qmg file from your sdcard into /system/media folder

motoyola said:
you put the .zip files in /system/media which is NOT the right way of doing it
extract the zip file anywhere on your desktop and copy the bootsamsung.qmg into your internal sdcard.
then run root explorer on your phone, copy the same .qmg file from your sdcard into /system/media folder
Click to expand...
Click to collapse
A bootanimation.zip is a zip with a series of images in it, there is no qmg in it. The OP was not asking about the qmg I don't think. He wants to be able to use his own bootscreens which cannot be done with qmg, only with bootanimation.zip and a hacked kernel.

the3dman said:
A bootanimation.zip is a zip with a series of images in it, there is no qmg in it. The OP was not asking about the qmg I don't think. He wants to be able to use his own bootscreens which cannot be done with qmg, only with bootanimation.zip and a hacked kernel.
Click to expand...
Click to collapse
obviously you didnt read what op said:
so i tried the 2nd option which is to copy and paste using the Root Explorer. So i copied the bootanimation.zip from SD card while on mount r/w and paste it to system/media and then reboot
Click to expand...
Click to collapse
meaning hes dropping the whole zip file into /system/media through root explorer
i just told him the proper way of doing it as it was discussed here
the only mistake i did was use the "bootanimation.zip" as reference
since OP didnt even mention where he got the bootanimation.zip and i assumed things
im sorry about the confusion

ok sorry for the confusion and i thank you both for the responses.Lets see if i can explain it a little better.(It wont let me post a link but i found it here on XDA which is the THC boot up) the bootanimation.zip file i was trying to use which does not have the qmg for me to extract so i tried to put in system/media which did not work. Then i tried chichu_9 boot up screen which he recommended and did exactly as motoyola did which i extracted the qmg file and put in sd card (not external) then copy/paste into system/media which replaced the stock qmg file for the vibrant then i reboot and still stuck with the stock boot up screen. I am currently running Eugenes leaked 2.2 rom which works pretty good so far just cannot change boot screens for some reason so if i missed something or did something incorrect pls feel free to correct me and thanks in advance.....

Related

ROM Color change?

I ran into a DroidDoesPink ROM which was Sense-able just redone in pink. I was wondering if this can be done with any rom? If any of them could be changed the color you want. http://androidforums.com/all-things-root-eris/64009-droiddoespink-rom.html Here is the link to it. How could I go about changing the color to something i want? or is this not possible? Sorry if this a noob question lol
dyefalcon1 said:
I ran into a DroidDoesPink ROM which was Sense-able just redone in pink. I was wondering if this can be done with any rom? If any of them could be changed the color you want. http://androidforums.com/all-things-root-eris/64009-droiddoespink-rom.html Here is the link to it. How could I go about changing the color to something i want? or is this not possible? Sorry if this a noob question lol
Click to expand...
Click to collapse
all you have to do is change the corresponding png files in the framework-res.apk
its found under /system/frameworks
lets pretend i dont know how to do that...
unzip the rom
find the framework-res.apk under system/frameworks
change apk to zip
unzip
edit the png files for whatever suits your taste
zip the files back up
rename to framework-res.apk
push that to your phone and reboot
awesome thanks ill see what i can do
when i zip them back up what settings should i use i tried to flash and it said cant open
you dont flash it
adb remount
adb push *new framework-res.apk* /system/framework
Actually got it working thanks!
So, i've been trying this for a while. It's not working. Are there any special settings I need to use to zip it? When I reboot the phone it just hangs on the androids on skateboards.
make sure you do exactly what is said and you name the file framework-res.apk and it switches to an apk file. i had trouble here but one you get that right it works great
here's what I did.
1. unzipped the CELB2.4 rom
2. went to /system/framework and renamed the framework-res.apk to a .zip
3. extracted the .zip
4. modified the .png's
5. renamed the framework-res.zip back to a .apk
6. booted my phone into recovery and in a terminal ran
./adb shell mount /system
./adb push framework-res.apk /system/framework
I tried the remount command and it doesn't work while in recovery
*Edit: just looked at the framework-res.apk file again. Although it says it's a .apk, it still acts and looks like a .zip without the .zip extension. What's going on?*
hitman_dreams said:
here's what I did.
1. unzipped the CELB2.4 rom
2. went to /system/framework and renamed the framework-res.apk to a .zip
3. extracted the .zip
4. modified the .png's
5. renamed the framework-res.zip back to a .apk
6. booted my phone into recovery and in a terminal ran
./adb shell mount /system
./adb push framework-res.apk /system/framework
I tried the remount command and it doesn't work while in recovery
*Edit: just looked at the framework-res.apk file again. Although it says it's a .apk, it still acts and looks like a .zip without the .zip extension. What's going on?*
Click to expand...
Click to collapse
heres what i did...
create a new folder and put the framework-res.apk in there
archive it
open it up (dont extract)
you will see new folder open that
you will then see "framework-res.apk.zip"
take off the .zip extention and it will then become an apk file
extract it then push it to your phone
dyefalcon1 said:
I ran into a DroidDoesPink ROM which was Sense-able just redone in pink. I was wondering if this can be done with any rom? If any of them could be changed the color you want. http://androidforums.com/all-things-root-eris/64009-droiddoespink-rom.html Here is the link to it. How could I go about changing the color to something i want? or is this not possible? Sorry if this a noob question lol
Click to expand...
Click to collapse
I can make an update.zip of that pink theme, or if you send me the rom update.zip you want to integrate it into, I can do that. Always happy to help.
you don't need to change the .apk to .zip it will open just like a zip file. easiest way is to drag and drop the edited png's back into the framework-res.apk without extracting it. I made the droiddoespink rom way back when and to be honest its probably a little outdated. I did update it with overclock and apps2sd though I think but if you are trying to change the colors to something else I would reccomend you start with a stock rom. You don't want to make everything orange and then have a pink highlight pop up somewhere. Also in sense based roms there are some png's in the htcresources.apk too. And to theme the dialer htcdialer.apk and phone.apk.
Conap said:
you don't need to change the .apk to .zip it will open just like a zip file. easiest way is to drag and drop the edited png's back into the framework-res.apk without extracting it. I made the droiddoespink rom way back when and to be honest its probably a little outdated. I did update it with overclock and apps2sd though I think but if you are trying to change the colors to something else I would reccomend you start with a stock rom. You don't want to make everything orange and then have a pink highlight pop up somewhere. Also in sense based roms there are some png's in the htcresources.apk too. And to theme the dialer htcdialer.apk and phone.apk.
Click to expand...
Click to collapse
true.
the instructions i gave are how to do it on mac 10.4
I find that 7-zip http://www.7-zip.org/ is most helpful in this type work in that allows you to open the .apk "archive" files
Hope this helps
do i need to resize the png's because when i edit them and when i push the file to my phone it shows up that i edited it but its not one big edited picture its a whole bunch of small ones.. im thinking i need to resize the png's to the size of my phonne
ashertheplague said:
do i need to resize the png's because when i edit them and when i push the file to my phone it shows up that i edited it but its not one big edited picture its a whole bunch of small ones.. im thinking i need to resize the png's to the size of my phonne
Click to expand...
Click to collapse
try resizing the edited files to what the unedited files originally were
I'm using Ubuntu 9.10, Thanks Conap, you're the man! That did the trick for me. I had to not extract the .apk just open it with archive manager and drag and drop the files/folder. White and red here we come!
CPCookieMan said:
I can make an update.zip of that pink theme, or if you send me the rom update.zip you want to integrate it into, I can do that. Always happy to help.
Click to expand...
Click to collapse
I would like the new sense able rom http://forum.xda-developers.com/showthread.php?t=654315 here or evil eris here http://forum.xda-developers.com/showthread.php?t=650302 which ever is easier for you if you could integrate that to color #00aeff that would be awesome

total noob

hi there i wanted to know if someone can help me change my boot animation and sound im am on cyanogenmod-7-08162011-nightly-buzz
ok, download boot animation, extract bootanimation.zip from it / download zip and rename it to bootanimation.zip if the only thing it contains is pictures and text file and copy it to data/local using root explorer or anything else thats capable of doing it, reboot and check if it works, done

[Q]Delete XBass, Beats Audio and Bravia Engine?

How do I delete the above mods without having to restore to an older backup or flash a new ROM?
I am well versed with the android system and if you tell me to shell rm or delete using root explorer I can... Also I figured out that a few files were replaced while flashing these mods... so any help would be appreciated....
What u can do is unzip the files and see where they are being placed and then delete from root explorer. If any files are being replaced, unzip ur flashable rom and pull the original files and then place in directories, overwriting the modified fikes
QuantumFoam said:
What u can do is unzip the files and see where they are being placed and then delete from root explorer. If any files are being replaced, unzip ur flashable rom and pull the original files and then place in directories, overwriting the modified fikes
Click to expand...
Click to collapse
Ok, I'll do that and let u know how it gos
Edit: Everything went ok Thanks!
Sent from my Htc One V using Tapatalk

[Q] Bootanimation replacement *.qmg vs *.zip

I've changed bootanimations before on other devices, but the file was always called "bootanimation.zip." Looking at the files in the SGS5, I see 3 different "boot*.qmg" files, but no "bootanimation.zip."
Since we don't have a custom recovery yet, I'm hesitant to rename the *.qmg files and drop in a "bootanimation.zip" I created for my SGS4 into the same folder. Is there some new way to replace bootanimations on an SGS5 due to the *.qmg file extension, or it's safe to just rename/delete the *.qmg files and drop in the "bootanimation.zip" file into the appropriate folder?
I'd hate to get stuck in a bootloop and have to odin back to stock only to be unable to fully "restore" my phone's settings afterwards (yes, I have TiBu & other apps that'll allow me to restore, but it's certainly not as easy or as complete as restoring a nandroid backup).
Icculus760 said:
I've changed bootanimations before on other devices, but the file was always called "bootanimation.zip." Looking at the files in the SGS5, I see 3 different "boot*.qmg" files, but no "bootanimation.zip."
Since we don't have a custom recovery yet, I'm hesitant to rename the *.qmg files and drop in a "bootanimation.zip" I created for my SGS4 into the same folder. Is there some new way to replace bootanimations on an SGS5 due to the *.qmg file extension, or it's safe to just rename/delete the *.qmg files and drop in the "bootanimation.zip" file into the appropriate folder?
I'd hate to get stuck in a bootloop and have to odin back to stock only to be unable to fully "restore" my phone's settings afterwards (yes, I have TiBu & other apps that'll allow me to restore, but it's certainly not as easy or as complete as restoring a nandroid backup).
Click to expand...
Click to collapse
Follow these instructions. Enjoy.
Misterxtc said:
Follow these instructions. Enjoy.
Click to expand...
Click to collapse
Thank you very much for the direction. While I'll give it a shot a later, that still won't allow me to replace the default bootanimation w/ the ones I've previously created. The bootanimation.zip files I want to use only contain *.png files (the *png's are in "part0" folder and there is a desc.txt file in the parent directory). There are no *.qmg files in those zip's to extract, so that process won't work for me & the bootanimations I'm trying to use.
Any other ideas, or is my only option to use something like the Samsung Theme Designer process? (http://forum.xda-developers.com/showthread.php?t=2696914)
Icculus760 said:
Thank you very much for the direction. While I'll give it a shot a later, that still won't allow me to replace the default bootanimation w/ the ones I've previously created. The bootanimation.zip files I want to use only contain *.png files (the *png's are in "part0" folder and there is a desc.txt file in the parent directory). There are no *.qmg files in those zip's to extract, so that process won't work for me & the bootanimations I'm trying to use.
Any other ideas, or is my only option to use something like the Samsung Theme Designer process? (http://forum.xda-developers.com/showthread.php?t=2696914)
Click to expand...
Click to collapse
Contact the maker of the OP of the thread with the boot animations, I'm pretty sure he/she can help you out converting the files. It's been done before in that thread.
Misterxtc said:
Contact the maker of the OP of the thread with the boot animations, I'm pretty sure he/she can help you out converting the files. It's been done before in that thread.
Click to expand...
Click to collapse
What the heck, man. Stop helping me so quickly! :laugh:
Thanks again!!

How do you extract boot animation from a ROM?

So my favorite boot animation by far is the one that comes with NucleaRom, but I need to use a different rom. Could someone point me in a direction to extract the bootanimation from a certain rom and flash it on my current system? Was surprised to not find a guide to help me already.
A2017U
Lots of ba threads in theme forum.
lafester said:
Lots of ba threads in theme forum.
Click to expand...
Click to collapse
Read through them. Not what I'm looking for
Amer532 said:
extract the bootanimation from a certain rom and flash it on my current system?
Click to expand...
Click to collapse
@Amer532 ... Use a root empowered File Manager to go to /system/media and there you will find the current "bootanimation.zip" file. Copy it to a folder on your external sdcard then when you load your new rom, again go to /system/media and replace the existing file "bootanimation.zip" with the one you previously saved to your ext sdcard. That should do the trick. I should stress that the A2017U is a finiky device so I don't take any responsibility for anything that goes wrong. :fingers-crossed:
metpolds said:
@Amer532 ... Use a root empowered File Manager to go to /system/media and there you will find the current "bootanimation.zip" file. Copy it to a folder on your external sdcard then when you load your new rom, again go to /system/media and replace the existing file "bootanimation.zip" with the one you previously saved to your ext sdcard. That should do the trick. I should stress that the A2017U is a finiky device so I don't take any responsibility for anything that goes wrong. :fingers-crossed:
Click to expand...
Click to collapse
Ok thank you now I understand that the rom has to be installed to get to that "bootanimation.zip". Thanks for clearing that up for me XD

Categories

Resources