[BOOTANIMATION] Bootanimation binary file from CM7 source code(Tested OK in XXJVK) - Galaxy S I9000 Themes and Apps

I compiled bootanimation binary file from Galaxy S CM7 source code, it works on my XXJVK Galaxy S International I9000.
this binary will play the bootanimation.zip from /data/local/bootanimation.zip
you can ask your kernel developer to add it into their initramfs.
sorry for my poor english.
Credit to:
CMSGSteam for the CM7 source code

hi dear , i have galaxy s i9000 runing 2.3.4 gingerbread
i want to ask about boot animation , i know how to make the zip file which contain part0 file and part1 file and desc.txt , i want to know how to create the images which was in both files (1&0) , is there is soft ware to do that or its video converted to images then added to part0 and part1 files ( i mean the series of images and the animation on it how we wil do it ) please help me and tell me the secret , i searched on net the olny i found how to do the zip file which i know it , no body explane how to fabricates the images it self,
thanks in advanced

frozenhill said:
hi dear , i have galaxy s i9000 runing 2.3.4 gingerbread
i want to ask about boot animation , i know how to make the zip file which contain part0 file and part1 file and desc.txt , i want to know how to create the images which was in both files (1&0) , is there is soft ware to do that or its video converted to images then added to part0 and part1 files ( i mean the series of images and the animation on it how we wil do it ) please help me and tell me the secret , i searched on net the olny i found how to do the zip file which i know it , no body explane how to fabricates the images it self,
thanks in advanced
Click to expand...
Click to collapse
The files are image format png ,numerically numbered, they must be 480x800 pixels and the bootanimation.zip must be zipped in STORE (aka no compression) mode.

Related

just to start with

here is a tiny video demonstrating the change of boot up sound..............
that guy who uploaded this isnt speaking up so i am putting it over here for all of u to see whats it about.....
watch?v=S-WwhUqjsGs
sorry cant embed video.... just use this link append it after youtube dot com
http://www.youtube.com/watch?v=S-WwhUqjsGs
thanks bro.................

			
				
Do not see anything surprising.
These boot sound files available through a sTune at /SystemFS/PowerOnOff/Sound/
Yeah i knew that one alright, any idea where the boot splash animation is located?
its probably and .so right?
sabianadmin said:
any idea where the boot splash animation is located?
Click to expand...
Click to collapse
Boot splash animation is located nearby: /SystemFS/PowerOnOff/Image/
This is a compressed bitmap images. I do not know how to decompress.
Also there is an interesting file: /Registry/PowerOnOff.ini
Code:
#Version
Version=1
#PlayAnimationType
AnimationType=bmp
#PowerOnOffAniInit
PowerOnSound=/SystemFS/PowerOnOff/Sound/PowerOn.wav
PowerOffSound=/SystemFS/PowerOnOff/Sound/PowerOff.wav
MainLCDHeight=800
MainLCDWidth=480
PowerOnAniFrame=25
PowerOffAniFrame=25
PowerOnAniImage0=/SystemFS/PowerOnOff/Image/poweron_00.img
PowerOnAniDelay0=90
PowerOnAniImage1=/SystemFS/PowerOnOff/Image/poweron_01.img
PowerOnAniDelay1=90
PowerOnAniImage2=/SystemFS/PowerOnOff/Image/poweron_02.img
PowerOnAniDelay2=90
PowerOnAniImage3=/SystemFS/PowerOnOff/Image/poweron_03.img
PowerOnAniDelay3=90
PowerOnAniImage4=/SystemFS/PowerOnOff/Image/poweron_04.img
PowerOnAniDelay4=90
PowerOnAniImage5=/SystemFS/PowerOnOff/Image/poweron_05.img
PowerOnAniDelay5=90
PowerOnAniImage6=/SystemFS/PowerOnOff/Image/poweron_06.img
PowerOnAniDelay6=90
PowerOnAniImage7=/SystemFS/PowerOnOff/Image/poweron_07.img
PowerOnAniDelay7=90
PowerOnAniImage8=/SystemFS/PowerOnOff/Image/poweron_08.img
PowerOnAniDelay8=90
PowerOnAniImage9=/SystemFS/PowerOnOff/Image/poweron_09.img
PowerOnAniDelay9=90
PowerOnAniImage10=/SystemFS/PowerOnOff/Image/poweron_10.img
PowerOnAniDelay10=90
PowerOnAniImage11=/SystemFS/PowerOnOff/Image/poweron_11.img
PowerOnAniDelay11=90
PowerOnAniImage12=/SystemFS/PowerOnOff/Image/poweron_12.img
PowerOnAniDelay12=90
PowerOnAniImage13=/SystemFS/PowerOnOff/Image/poweron_13.img
PowerOnAniDelay13=90
PowerOnAniImage14=/SystemFS/PowerOnOff/Image/poweron_14.img
PowerOnAniDelay14=90
PowerOnAniImage15=/SystemFS/PowerOnOff/Image/poweron_15.img
PowerOnAniDelay15=90
PowerOnAniImage16=/SystemFS/PowerOnOff/Image/poweron_16.img
PowerOnAniDelay16=90
PowerOnAniImage17=/SystemFS/PowerOnOff/Image/poweron_17.img
PowerOnAniDelay17=90
PowerOnAniImage18=/SystemFS/PowerOnOff/Image/poweron_18.img
PowerOnAniDelay18=90
PowerOnAniImage19=/SystemFS/PowerOnOff/Image/poweron_19.img
PowerOnAniDelay19=90
PowerOnAniImage20=/SystemFS/PowerOnOff/Image/poweron_20.img
PowerOnAniDelay20=90
PowerOnAniImage21=/SystemFS/PowerOnOff/Image/poweron_21.img
PowerOnAniDelay21=90
PowerOnAniImage22=/SystemFS/PowerOnOff/Image/poweron_22.img
PowerOnAniDelay22=90
PowerOnAniImage23=/SystemFS/PowerOnOff/Image/poweron_23.img
PowerOnAniDelay23=90
PowerOnAniImage24=/SystemFS/PowerOnOff/Image/poweron_24.img
PowerOnAniDelay24=1000
PowerOffAniImage0=/SystemFS/PowerOnOff/Image/poweroff_00.img
PowerOffAniDelay0=100
PowerOffAniImage1=/SystemFS/PowerOnOff/Image/poweroff_01.img
PowerOffAniDelay1=100
PowerOffAniImage2=/SystemFS/PowerOnOff/Image/poweroff_02.img
PowerOffAniDelay2=100
PowerOffAniImage3=/SystemFS/PowerOnOff/Image/poweroff_03.img
PowerOffAniDelay3=100
PowerOffAniImage4=/SystemFS/PowerOnOff/Image/poweroff_04.img
PowerOffAniDelay4=100
PowerOffAniImage5=/SystemFS/PowerOnOff/Image/poweroff_05.img
PowerOffAniDelay5=100
PowerOffAniImage6=/SystemFS/PowerOnOff/Image/poweroff_06.img
PowerOffAniDelay6=100
PowerOffAniImage7=/SystemFS/PowerOnOff/Image/poweroff_07.img
PowerOffAniDelay7=100
PowerOffAniImage8=/SystemFS/PowerOnOff/Image/poweroff_08.img
PowerOffAniDelay8=100
PowerOffAniImage9=/SystemFS/PowerOnOff/Image/poweroff_09.img
PowerOffAniDelay9=100
PowerOffAniImage10=/SystemFS/PowerOnOff/Image/poweroff_10.img
PowerOffAniDelay10=100
PowerOffAniImage11=/SystemFS/PowerOnOff/Image/poweroff_11.img
PowerOffAniDelay11=100
PowerOffAniImage12=/SystemFS/PowerOnOff/Image/poweroff_12.img
PowerOffAniDelay12=100
PowerOffAniImage13=/SystemFS/PowerOnOff/Image/poweroff_13.img
PowerOffAniDelay13=100
PowerOffAniImage14=/SystemFS/PowerOnOff/Image/poweroff_14.img
PowerOffAniDelay14=100
PowerOffAniImage15=/SystemFS/PowerOnOff/Image/poweroff_15.img
PowerOffAniDelay15=100
PowerOffAniImage16=/SystemFS/PowerOnOff/Image/poweroff_16.img
PowerOffAniDelay16=100
PowerOffAniImage17=/SystemFS/PowerOnOff/Image/poweroff_17.img
PowerOffAniDelay17=100
PowerOffAniImage18=/SystemFS/PowerOnOff/Image/poweroff_18.img
PowerOffAniDelay18=100
PowerOffAniImage19=/SystemFS/PowerOnOff/Image/poweroff_19.img
PowerOffAniDelay19=100
PowerOffAniImage20=/SystemFS/PowerOnOff/Image/poweroff_20.img
PowerOffAniDelay20=100
PowerOffAniImage21=/SystemFS/PowerOnOff/Image/poweroff_21.img
PowerOffAniDelay21=100
PowerOffAniImage22=/SystemFS/PowerOnOff/Image/poweroff_22.img
PowerOffAniDelay22=100
PowerOffAniImage23=/SystemFS/PowerOnOff/Image/poweroff_23.img
PowerOffAniDelay23=100
PowerOffAniImage24=/SystemFS/PowerOnOff/Image/poweroff_24.img
PowerOffAniDelay24=100
SubLCDHeight=0
SubLCDWidth=0
PowerOnSubFrame=0
PowerOffSubFrame=0
LpmOnAniFrame=5
LpmOnSubFrame=0
LpmOnAniImage0=/SystemFS/PowerOnOff/ImageBattery/battery_01.img
LpmOnAniDelay0=1000
LpmOnAniImage1=/SystemFS/PowerOnOff/ImageBattery/battery_02.img
LpmOnAniDelay1=1000
LpmOnAniImage2=/SystemFS/PowerOnOff/ImageBattery/battery_03.img
LpmOnAniDelay2=1000
LpmOnAniImage3=/SystemFS/PowerOnOff/ImageBattery/battery_04.img
LpmOnAniDelay3=1000
LpmOnAniImage4=/SystemFS/PowerOnOff/ImageBattery/battery_05.img
LpmOnAniDelay4=1000
#PlayFlashInit
PowerOnFlash=power_on.swf
PowerOffFLash=power_off.swf
PowerOnSubFlash=subpower_on.swf
PowerOffSubFLash=subpower_off.swf
PowerOnAniFrame=1
PowerOffAniFrame=1
PowerOnSubFrame=1
PowerOffSubFrame=1
That being an ini file is just a settings file! jackpot! Ok keep digging and tell use what you find. ill be doing the same.
so since u know where and what it is can u make a thread and put up a tutorial on how to do it!? that would be helpful for the non techie guys!!
Good morning! I'm trying to put the sound "PowerOn.wav" at / SystemFS / PowerOnOff / Sound / with stun, but when I delete the original sound, it comes back. Can anyone tell me how to delete and replace the new sound.
hello guys, I've written a guide to change the sound boot
is here
you must change
PowerOnSound=/SystemFS/PowerOnOff/Sound/PowerOn.wav
PowerOffSound=/SystemFS/PowerOnOff/Sound/PowerOff.wav
to
PowerOnSound=/Mount/Mmc/PowerOnOff/Sound/PowerOn.wav
PowerOffSound=/Mount/Mmc/PowerOnOff/Sound/PowerOff.wav
in file: /Registry/PowerOnOff.ini
so u mean to say we need to keep a file named poweron.wav and poweroff.wav in our cards and wave should load from it?
it works , i can't post the link , but i wrote a guide on ipmart italia ,
i send you the link in pm
you could just post the guide here..
it's in italian
http://www.ipmart-forum.it/showthread.php?361204-cambiare-suoni-power-On-Off-Wave-s8500
ok so this was the boot sound... anything else can be modified using any similar method??
i don't know , we must search with stune ....
boot animation perhaps?????
Testing with another member.

[Q] i need help

ok so im trying to make a boot animation for my htc evo i made one that works but if i replace the png files with other png the i edited it wont work please help me out i can send u the png files and the audio file if u would like to help me create it thanks

[Q] what is the .jpg format used in htc firmwares ?

Hello there ...
I didn't found any information about the special .jpg files format used by htc for some images.
I imagine that these files are using an alpha channel ... but Photoshop is unable to read them. Any soft to convert these specials .jpg to .png ?
See attached example.
Thanks !
not sure if this will work but used it with m10 editor to change images in a rom.
http://pixlr.com/editor/
allows you to save images as .png after editing
exocetdj said:
not sure if this will work but used it with m10 editor to change images in a rom.
http://pixlr.com/editor/
allows you to save images as .png after editing
Click to expand...
Click to collapse
thanks, but the image was converted in png as it was in jpg format ... no conversion, no special jpg format detection ...
very strange this format !

[mod] [Q] install moded LGMusic.apk

Hi guys,
I tried to modify LGMusic.apk!! All what i changed is unknown album art to another png and i rename it as the stock png after i finished replacing the png i zipped the whole files and rename the zip file from LGMusic.zip to LGMusic.apk and tried to insrall it but it won't install (shows Application not installed)
Did i miss something?? Would u help me guys!!
Thanks in advance ??

[ HELP] SG 6810P Stock FW & Boot animation

Hi guys,
can you pls help me ? I have sg 6810p rooted via kingroot.apk. On boot i have tmobile logo and sound also in shutdown. I dont have pc... is it possible remove this animations without flash by removing files from root...if yes pls which and where are located...if no do you have any idea how to without pc ?
Orr can somebody made update.zip to remove this boot & shutdown animation ?
thanks a lot Juraj from Slovakia
Lybross said:
Hi guys,
can you pls help me ? I have sg 6810p rooted via kingroot.apk. On boot i have tmobile logo and sound also in shutdown. I dont have pc... is it possible remove this animations without flash by removing files from root...if yes pls which and where are located...if no do you have any idea how to without pc ?
Orr can somebody made update.zip to remove this boot & shutdown animation ?
thanks a lot Juraj from Slovakia
Click to expand...
Click to collapse
/system/media
check at that file ,maybe you got what you need
@ faizauthar12 and one demand more..
Thanks a lot working successfull locate system/media & video bootsamsungloop.qmg & shutdown.qmg...
also original sound file named PowerOn.ogg located system/media/audio/ui
So know please upload somebody here original file named bootsamsungloop.qmg debranded FW.
Lybross said:
@ faizauthar12 and one demand more..
Thanks a lot working successfull locate system/media & video bootsamsungloop.qmg & shutdown.qmg...
also original sound file named PowerOn.ogg located system/media/audio/ui
So know please upload somebody here original file named bootsamsungloop.qmg debranded FW.
Click to expand...
Click to collapse
here you are https://www.dropbox.com/s/y4d6ukid0oh51zi/Bootanimation_Original.zip?dl=0
thank you very much..

Categories

Resources