Change the New CM6 Boot Image (Need Help) - G1 Themes and Wallpapers

Can some one let me know what I am doing wrong here.
I want to remove parts 1 and 2 from the boot image, I just want the bouncing logo.
I removed the part1 and part2 folders from the zip and removed the part1 and 2 info from the desc.txt file (also removed some of the images from the android folder).
Rezipped them compression set to store, but all I get is a black screen?
Any help.
My zip is attached

Sleeepy2 said:
Can some one let me know what I am doing wrong here.
I want to remove parts 1 and 2 from the boot image, I just want the bouncing logo.
I removed the part1 and part2 folders from the zip and removed the part1 and 2 info from the desc.txt file (also removed some of the images from the android folder).
Rezipped them compression set to store, but all I get is a black screen?
Any help.
My zip is attached
Click to expand...
Click to collapse
Here you go. http://www.mediafire.com/?2951plb7k8oevea

perfect. works a treat. Thanks

Related

Having trouble creating static boot animation

I'm trying to make a static boot animation, so it's the same as my splash...
Here's what I've got so far, can anyone tell me what I'm doing wrong? http://drp.ly/1rghdj
desc.txt has been set to 320 480 - same as png size
I've tried several FPSs to no avail
I've tried just a sing png in each folder, names 00001.png & 00002.png
AdrianK said:
I'm trying to make a static boot animation, so it's the same as my splash...
Here's what I've got so far, can anyone tell me what I'm doing wrong? http://drp.ly/1rghdj
desc.txt has been set to 320 480 - same as png size
I've tried several FPSs to no avail
I've tried just a sing png in each folder, names 00001.png & 00002.png
Click to expand...
Click to collapse
Here ya go. I just changed the file names along with the fps & rezipped it. I pushed it to /data/local/ & it seemed to work on my G1. I uploaded it to Mediafire. http://www.mediafire.com/file/w34znomyqcew317/bootanimation.zip
Houka420 said:
Here ya go. I just changed the file names along with the fps & rezipped it. I pushed it to /data/local/ & it seemed to work on my G1. I uploaded it to Mediafire. http://www.mediafire.com/file/w34znomyqcew317/bootanimation.zip
Click to expand...
Click to collapse
You are immense, thank you!!
I'll try removing redundant frames...
It's just a shame that there's a gap between splash1 (no splash 2 on Magic) and bootanim and then another short gap before the lockscreen, which I'm sure weren't there with the default bootanim :-S
AdrianK said:
You are immense, thank you!!
I'll try removing redundant frames...
It's just a shame that there's a gap between splash1 (no splash 2 on Magic) and bootanim and then another short gap before the lockscreen, which I'm sure weren't there with the default bootanim :-S
Click to expand...
Click to collapse
I rezipped it into 1 part so it may help with the transition between the two, maybe. http://www.mediafire.com/?sharekey=...d080c3eaa17387ec8683d6900f2d967ba1a25e8978010

[Q] Can somebody please check this boot animation??

Thanks for checking in, ok I opened the bootanimation-orig.zip with 7-Zip and copied out the part0 folder, changed each png to be black and white. Then dropped the files back in 7-Zip (it was named bootanimation.zip then) and then took that zip and put it in system/media folder in the theme I flashed. Basically Bionix 4.1
My phone boots fine, but the boot animation doesn't show anything. I just had a blank screen (seemingly) ... I was thinking maybe the whites aren't white enough?
Could someone take a peak, attached with the orig file and my bootanimation.zip that resulted in my edits.
Thanks a ton!!
I've run into this before - the solution, I've found, is to set the compression level to 'store'. It didn't seem to work any other way.
k0nane said:
I've run into this before - the solution, I've found, is to set the compression level to 'store'. It didn't seem to work any other way.
Click to expand...
Click to collapse
Yep that was it. Thanks for that!

custom boot animation!

Trying to put together a bootanimation and I can't get it to work no matter what I do.....I've got the files all in png format. I've created part0 and part1 folders though i do not need to use the part0 I have tried putting things in it and not but neither works......I have used notepad++ to create desc.txt file with 480 800 30, p 1 0 part0, p 0 0 part1 - text inside...on different lines...I've followed about 3 different methods of putting the zip file in to the system/media folder and it's not working at all....All I get is a black screen on startup :S well confused and getting a bit pissed off to be honest lol!!
If your getting a black start up screen then it is loading your bootanim. As when it fails to load a boot animation you get the stock "ANDROID" screen.
Are your PNG's in the correct format? Have you optimised them in any way? Correct size?
They're bang on the right size....haven't touched them but have had another idea that I'm going to try later on. I did a boot anim for a user and it worked perfectly first time so I'm going to keep going until I.can get it to work......
Thanks for your input at least I know its loading up....
Sent from my Desire HD using BlackICE......

Stock Kernel For Jelly Bean That Provides Boot Animation

Anyone know of a kernel I can use with my AT&T S3 - UCDLK3/Jelly Bean. I am looking for one that doesn't have modifications to WiFi/Bluetooth, and pretty much only allows for Boot Animations. I am using the latest Stock/Rooted ROM.
dratsablive said:
Anyone know of a kernel I can use with my AT&T S3 - UCDLK3/Jelly Bean. I am looking for one that doesn't have modifications to WiFi/Bluetooth, and pretty much only allows for Boot Animations. I am using the latest Stock/Rooted ROM.
Click to expand...
Click to collapse
Unless you really just want a new kernel, the stock ATT kernel will allow custom boot animations with a few minor edits... this works for JB or ICS. Make backup copies of files just in case, or Nandroid but this is simple change, really.
in /system/bin, do the following:
1. delete samsungani
2. rename bootanimation to samsungani (the file, not a zip file)
You will need to edit the boot animation zip you want to use. Open with archiver of choice and navigate to the desc.txt file.
Change the 0 after the p in the second line to a 1. Here's an example in bold:
720 1280 30
p 1 0 part0
p 0 0 part1
change to:
720 1280 30
p 1 0 part0
p 1 0 part1
Save, and place in /system/media. Reboot. Profit.
Oh yeah, make sure perms are set (644) or it won't work.
Credit to billard412 for this
78Staff said:
Unless you really just want a new kernel, the stock ATT kernel will allow custom boot animations with a few minor edits... this works for JB or ICS. Make backup copies of files just in case, or Nandroid but this is simple change, really.
in /system/bin, do the following:
1. delete samsungani
2. rename bootanimation to samsungani (the file, not a zip file)
You will need to edit the boot animation zip you want to use. Open with archiver of choice and navigate to the desc.txt file.
Change the 0 after the p in the second line to a 1. Here's an example in bold:
720 1280 30
p 1 0 part0
p 0 0 part1
change to:
720 1280 30
p 1 0 part0
p 1 0 part1
Save, and place in /system/media. Reboot. Profit.
Oh yeah, make sure perms are set (644) or it won't work.
Credit to billard412 for this
Click to expand...
Click to collapse
Worked thanks Now need to change the startup audio.
Well I thought it worked, but I don't get the Animation I was expecting, but just a multi colored "X" which I think is the default Nexus boot animation?
Found the PowerOn.ogg file in /system/media/audio/ui folder. Renamed that to PowerOn.old and copied a wav file to same folder as PowerOn.ogg, works. Just can't get the bootanimation.zip file to load. Just the glowing "X" loads as the animation.
EDIT:
Using the above method just prevents the AT&T logo boot animation from running, and it defaults to /data/local/bootanimation.zip. I tried renaming that file, and copying the custom bootanimation.zip to /data/local, but that seemed to mess up my phone. It would boot, but the screen was blank, and then parts would become visible. Had to restore from a backup to get phone working again.
EDIT AGAIN:
Looks like one particular Boot Animation ZIP file is the culprit. I tried another and placed it in /data/local and it worked.
This mess up my phone all i get it is black screen even after i wait good 10 min. I had to restore nandroid backup..
norbarb said:
This mess up my phone all i get it is black screen even after i wait good 10 min. I had to restore nandroid backup..
Click to expand...
Click to collapse
Just saw this...black screen after boot is usually a perms issue. Double check all file perms before rebooting.

Bootanimation doesn't work

Hi,
i just tried me on the bootanimation. This is my desc.txt file
Code:
480 800 30p 1 0 part0p 0 0 part1
I have two folders named (part0 and part1) with files in there named:
boot_htc_win xxx.png
and xxx are the numbers from 001 to 090 and in the other folder 01 to 12.
I hope you can help me. I tryed this Bootanimation with an custom ROM where i enabled the bootanimation in the data/local folder. And after that doesn't worked i also replaced the bootanimation zip in the system/media/resource folder. Than there is only a black screen without andy animation.
When u zipped the files, did u change the compression to "store"?
first not but at the last Version i changed it to store and i also choosed zip
==EDIT==
https://www.dropbox.com/sh/m3i90ttk57p7kl1/7IodA7vOdA
maybe this helps
I downloaded it and i know where u went wrong.
Ur desc.txt is fine.
Folder "part0" is fine.
Now the "part1" folder is wrong.
In part0 u have .png files 1 - 12
In part1 ur .png files r 1 - 90 they should be 13 - 102.
Soo
part0 files 1 - 12
part1 files 13 - 102
Dont forget aswell when u zip the file to set compression to store.
Thank you so much The first part now works wonderfull but the 2nd part doesn't apear. Any ideas?
I put it on my phone and seems to work fine.. whats the second part supposed to do? Looking at the png files, the bootanimation to me seems fine
2nd part should be the loading circle. Maybe the phone is simply to fast booting so the 2nd part isn't shown I'll test it on an other rom what takes longer to boot
HandyBesitzer said:
2nd part should be the loading circle. Maybe the phone is simply to fast booting so the 2nd part isn't shown I'll test it on an other rom what takes longer to boot
Click to expand...
Click to collapse
Oh, didnt even notice.
jmcclue said:
I downloaded it and i know where u went wrong.
Ur desc.txt is fine.
Folder "part0" is fine.
Now the "part1" folder is wrong.
In part0 u have .png files 1 - 12
In part1 ur .png files r 1 - 90 they should be 13 - 102.
Soo
part0 files 1 - 12
part1 files 13 - 102
Dont forget aswell when u zip the file to set compression to store.
Click to expand...
Click to collapse
hey can you help me with my bootanimation problem?
itried everything
on my phone no bootanimation works
i tried every bootanimation from XDA forum(xperia sola)
earlier every bootanimation worked
now none does
i tried reflashing a new formware
still the same problem
I encountered the same thing. Earlier I tried about 3 boot animations, which all worked. The 4th one didn't work, and afterwards, the previous 3 didn't work either!!! Now I can't get any of them to work.... I think my files are all file. I'm using the Boot Anim program with the 400 boot animations. Through abd didn't work, by using the ROM didn't work, through the recovery gives me an error (for all 4, even those that worked), and directly pasting into /system/media didn't work either... What's the problem here???
Running AOKP jb milestone 2 here.
Permissions
At least on my lg g flex 2 it only worked with the permissions at exactly rw- r-- r--
I also had the problems before and nothing worked, I setted permissions to higher and tried around, but it only worked with rw- r-- r--.
Also I heard there shold be no Thumbs.db files.
The other things should be testable on a preview program.

Categories

Resources