Related
Hi All,
I have modified this Boot animation for I9003 using files from one for SII. This is animation of PC booting also there is a audio file of booting.
This should work on all stock GB version but you need to be rooted. I have tested is for XXKPH
Follow the steps given below to use this animation.
1) Attached Zip file includs "CustomBoot.zip" which has 2 files in it.
bootanimation
samsungani
Copy these two files to "/system/bin" with Root Explorer Or ADB or File expert. These files must be Executable.
ie. Permission should be executable
rwx
r_x
r_x
(r=read, w=write, x= executable)
2) Copy the file "sanim.zip" to "/system/media"
3) Copy the file "PowerOn.wav" to "/system/etc"
Credits :
Thanks to Animal Lover for his base files.
http://forum.xda-developers.com/showthread.php?t=1193456
Thanks to Vivekkalady for "CustomBoot.zip"
You will also find more animations here at below thread started by Vivekkalady
http://forum.xda-developers.com/showthread.php?t=1161354x
Thanks
JoyMoro
P.s. Just realised someone might have uploaded similler eariler.
This is cool. Never thought this would happen. Thanks
Sent from my GT-I9003 using XDA App
hahahaha remembered my old pc on 95
Is is A8 Cortex Processor? Not OMAP 3630?
Super sexy i really need this.
I love this on my lg p500
Sent from my GT-I9000 using Tapatalk
"Is is A8 Cortex Processor? Not OMAP 3630?
"
i guess OMAP 3630 is called chipset, not sure what's the difference between Processor and Chipset.
interested if soneone can explain in short.
JoyMoro
JoyMoro said:
"Is is A8 Cortex Processor? Not OMAP 3630?
"
i guess OMAP 3630 is called chipset, not sure what's the difference between Processor and Chipset.
interested if soneone can explain in short.
JoyMoro
Click to expand...
Click to collapse
processor is just the cpu whereas chipset(ti omap3630) contains cpu,gpu and other things
Hi There,
Great work, TQVM
I have sucessfully replace file, but Power On.wav is not working (mean no sound).
Any idea how to fixed?
Guys, don't get carried away by what you see on screen. The info you see is played from images, which is loaded into your custom boot animation. Its not real time info of the files being loaded from your mobile while booting..... That's not possible here. Its possible on pc.
Sent from my GT-I9003 using XDA Premium App
Agreed with Trip.. I already so it on some android site ..But is Cool..
trip007in said:
Guys, don't get carried away by what you see on screen. The info you see is played from images, which is loaded into your custom boot animation. Its not real time info of the files being loaded from your mobile while booting..... That's not possible here. Its possible on pc.
Sent from my GT-I9003 using XDA Premium App
Click to expand...
Click to collapse
That's true, These are just images (aprox 150 files) running at 30 images per second.
There are two bootanimations available on Android Market made by Chainfire which gives you actual log of boot. dont know exact names right now, But these give scroll of Dmsg and LogCat command at boot. Search for Chainfire in market and you can easily find it.
JoyMoro
calvinljh said:
Hi There,
Great work, TQVM
I have sucessfully replace file, but Power On.wav is not working (mean no sound).
Any idea how to fixed?
Click to expand...
Click to collapse
Can you check if system Volume is off or too low to hear.
JoyMoro
JoyMoro said:
That's true, These are just images (aprox 150 files) running at 30 images per second.
There are two bootanimations available on Android Market made by Chainfire which gives you actual log of boot. dont know exact names right now, But these give scroll of Dmsg and LogCat command at boot. Search for Chainfire in market and you can easily find it.
JoyMoro
Click to expand...
Click to collapse
yeah it shows the dmseg log while booting....its pretty awesome!
calvinljh said:
Hi There,
Great work, TQVM
I have sucessfully replace file, but Power On.wav is not working (mean no sound).
Any idea how to fixed?
Click to expand...
Click to collapse
Pls edit the permission of the wav to
Rwx
R_x
R_x
Hope it helps you..
Sent from my GT-I9003 using xda premium
JoyMoro said:
Can you check if system Volume is off or too low to hear.
JoyMoro
Click to expand...
Click to collapse
Noted, will try
calvinljh said:
Noted, will try
Click to expand...
Click to collapse
is working now suddenly...... maybe setting cause problems
TQVM
JoyMoro said:
trip007in said:
Guys, don't get carried away by what you see on screen. The info you see is played from images, which is loaded into your custom boot animation. Its not real time info of the files being loaded from your mobile while booting..... That's not possible here. Its possible on pc.
Sent from my GT-I9003 using XDA Premium App
Click to expand...
Click to collapse
That's true, These are just images (aprox 150 files) running at 30 images per second.
There are two bootanimations available on Android Market made by Chainfire which gives you actual log of boot. dont know exact names right now, But these give scroll of Dmsg and LogCat command at boot. Search for Chainfire in market and you can easily find it.
JoyMoro
Click to expand...
Click to collapse
It's called Live dmesg, check its thread :
[Android 2.1+][02.08.2011][v2.3] live dmesg / logcat boot animations [ROOT]
Hi JoyMoro, wonder you have any idea I9003 can have shutdown sound & image like bootanimation too?
found from other forum found I9000 can do - http://www.samsunggalaxysforum.com/samsung-galaxy-s-how-to/start-up-and-shut-down-leader/msg3234/#msg3234
just asking heheh if can will be more addon thing to I9003
tested on XXKPM deodexed. Worked like a charm, realy nice bootloader
pogui said:
tested on XXKPM deodexed. Worked like a charm, realy nice bootloader
Click to expand...
Click to collapse
its not a bootloader,it's a bootanimation!
This is for all ROM cooks, Kernel devs or anyone who wants to make quick changes to the Kernel or ramdisk without wasting much time!
I made or rather put together some scripts for-
All this happens in just one click
Unpack boot.img
Repack boot.img
Make CWM flashable signed zip
Its very easy to use. Download the tools (At the end of the post)
Extract them..
In the root of the extracted files place the boot.img you wanna mod.
Then,
To unpack the Kernel-
Code:
./extract.sh
Your zImage will be in kernel/zImage
Your ramdisk will be in ramdisk folder (unpacked)
Make the necessary changes.. whatever you wish.
Then to pack up everything and get output as boot.img , run.
Code:
./pack_boot.sh
Your repacked boot.img will be in out/boot.img
OR.
If you want a CWM Flashable zip,
Code:
./pack_cwm.sh
The flashable zip will be out/GT-I9103_KERNEL.zip
Easy eh? :laugh:
DOWNLOAD
On a side note,
What in contains:
My scripts
mkbootimg, unpackbootimg and mkbootfs binaries (Compiled from latest CM Source)
signapk.jar and necessary files (To Sign Zip file)
Thanx a bunch for this. I have boot image of a stock gb kernel and want to just add voodoo sound and increase the max brightness level a bit. Is that possible using this tool?
Thanx!!
Tapatalked from my Galaxy R GT-I9103 using XDA Premium App
I don't go to sleep until I utilize my quota of 8 thanx a day!
The-Droidster said:
Thanx a bunch for this. I have boot image of a stock gb kernel and want to just add voodoo sound and increase the max brightness level a bit. Is that possible using this tool?
Thanx!!
Tapatalked from my Galaxy R GT-I9103 using XDA Premium App
I don't go to sleep until I utilize my quota of 8 thanx a day!
Click to expand...
Click to collapse
Then make changes in Kernel source,
Compile , simply replace the compiled zImage with the one in kernel/zImage .. and run ./pack_cwm.sh
Adi_Pat said:
Then make changes in Kernel source,
Compile , simply replace the compiled zImage with the one in kernel/zImage .. and run ./pack_cwm.sh
Click to expand...
Click to collapse
code is..?
sagitta5499 said:
code is..?
Click to expand...
Click to collapse
Make changes in source code.
Man really a dev. Gr8 tool
yajnab said:
Man really a dev. Gr8 tool
Click to expand...
Click to collapse
You can use it for your fit too. Simply change base address. Or may even work as it is. Password for zip is galaxyrrocks
Sent from my GT-I9003 using xda premium
Adi_Pat said:
You can use it for your fit too. Simply change base address. Or may even work as it is. Password for zip is galaxyrrocks
Sent from my GT-I9003 using xda premium
Click to expand...
Click to collapse
password which
Serp87 said:
password which
Click to expand...
Click to collapse
password =
Code:
galaxyrrocks
Cheers !
Would this work on galaxy note n7000 stock kernels if zImage were renamed to boot.img?
Sent from my GT-N7000 using xda app-developers app
shoey63 said:
Would this work on galaxy note n7000 stock kernels if zImage were renamed to boot.img?
Sent from my GT-N7000 using xda app-developers app
Click to expand...
Click to collapse
For N7000 you can use these tools since its a zImage Kernel and not kernel+ramdisk like GalaxyR.
https://github.com/xiaolu/galaxys2_kernel_repack
Thanks for the link :thumbup:
Sent from my GT-N7000 using xda app-developers app
Can you post a download that doesnt have locked files. Password doesnt work..
MikeC84 said:
Can you post a download that doesnt have locked files. Password doesnt work..
Click to expand...
Click to collapse
Attached!
Does this work with Micromax A110 mtk6570 chips
shubhdeep99 said:
Does this work with Micromax A110 mtk6570 chips
Click to expand...
Click to collapse
NO buddy it wont.
It works if it uses the same boot.img format (I mean there are e.g. Sony devices that has some different kernel image structure.).
Sent from my GT-I9103
Adam77Root said:
It works if it uses the same boot.img format (I mean there are e.g. Sony devices that has some different kernel image structure.).
Sent from my GT-I9103
Click to expand...
Click to collapse
My friend has it buddy bt its like samsung grand splash in water. Also about the kernel, if u said then i will test it in my friend's mobile. Will it brick it if wont load that kernel??
Sent from my GT-I9103 using Tapatalk HD
Buddy, just check if you can unpack and repack. No need to load it on to the device. Faulty kernel can really brick the device.
The-Droidster said:
Buddy, just check if you can unpack and repack. No need to load it on to the device. Faulty kernel can really brick the device.
Click to expand...
Click to collapse
can u explain how to unpack or repack it..?? a n00b question from RN..??
This will add the ability to use a custom bootanimation on any rom with any kernel and probably any samsung device.
It has been tested on the Note II but should work with any samsung device that uses samsungani to load boot animations. If it doesn't work for you please post here.
Uses the typical settings bootanimation is at /system/media/bootanimation.zip, this is for those using a stock rom or a rom the dev didn't add it in.
I included the Google Gears bootanimation too. Flash the file in recovery. The attachment is a flashable zip not bootanimation.zip.
The updater-script uses busybox to mount the partitions, so if it doesn't flash correctly install busybox from an app on the play store then try again.
Edited the attachment, now includes the bootanimation binary just in case in bootanimation4u.zip, there is also another one named Bootanimation4U.Samsungani.Only that only edits samsungani.
If /system/bin/bootanimation exists flash the Bootanimation4U.Samsungani.Only.zip
How to use:
Add bootanimation.zip to /system/media
Flash Bootanimation4U.zip in recovery
If you want sound add an ogg file named PowerOn.ogg to /system/media/audio/ui, if sound doesn't work be sure /system/bin/samsungpowersoundplay exists if its there it will play sound if not its not included in your rom download it HERE then put it where it belongs and fix the perms which should be rwxr-xr-x
Reboot...Enjoy
Here is a method to get some bootanimations thanks to ReelFiles:
ReelFiles said:
Awesome!
1. Make a backup just in case.
2. Flash bootanimation4u.zip from recovery (I use TWRP).
3. Reboot and install Boot Animations Root from the Play Store.
4. Go into the app's preferences and change install location to /system/media/ and leave the default filename (bootanimation.zip) and go back to the main screen.
5. Select any bootanimation from the Server tab and hit Install. (Tablet ones at the bottom of the list look best.)
6. Select the installed bootanimation again and hit Resize. Set it to 720x1280 30FPS.
7. Tap the options key and select "Preview current" Make sure you like it and reboot.
I use the Tablet - Shatter one, it looks like the one from the Jedi Roms, but higher quality.
If you Preview a few different ones and then decide to use one you downloaded earlier, delete it first then install and resize it again, or the preview will just be a black screen and might not work at all.
I believe you can preview before installing the animation if you buy the Pro version.
Check out a video tutorial here: http://www.youtube.com/watch?v=PR4Rsdgtc0I
Click to expand...
Click to collapse
betoNL said:
A couple of original and/or recently adapted animations here :
http://forum.xda-developers.com/showthread.php?t=2037324
Just in case....
.
Click to expand...
Click to collapse
This mod is CleanROM 4.0 compatible !!
If you use/like it don't forget to hit thanks and rate the thread !!
thank u
Awesome thanks for this
Sent from my SPH-L900 using xda premium
Any other boot animation besides the gear?
Sent from my SGH-T889 using xda premium
dannydv said:
Any other boot animation besides the gear?
Sent from my SGH-T889 using xda premium
Click to expand...
Click to collapse
You can find them all over xda. I just posted it for testing it out its the one I use
Sent from my SAMSUNG-SGH-I317 using xda premium
So we just flash the boot4u in recovery, and what about boot animation? Sorry, im just alittle confuse! Just want to make sure i do it right! ! Thanks!
Sent from my SGH-T889 using xda premium
dannydv said:
So we just flash the boot4u in recovery, and what about boot animation? Sorry, im just alittle confuse! Just want to make sure i do it right! ! Thanks!
Sent from my SGH-T889 using xda premium
Click to expand...
Click to collapse
Yes flash the bootanimation4u then flash gears bootanim right after.
Sent from my SAMSUNG-SGH-I317 using xda premium
Thanks! Is there a thread where we can dl more boot animations?
Sent from my SGH-T889 using xda premium
Any screenshot?
Works&looks great. ...very simple. ..and easy to install in TWRP.
Now. ..if we could have the same thing with the shut down animation to install this way...that would be ideal.
Thank you for this..it is sweet.
Mac
Does flashing this effect anything else? Since your flashing partitions?
Sent from my SGH-T999 using xda premium
RotaryXperiment7 said:
Does flashing this effect anything else? Since your flashing partitions?
Sent from my SGH-T999 using xda premium
Click to expand...
Click to collapse
No it only uses busybox to mount system to copy files. It makes it flashable on most devices without using specific blocks. Ie. Mmcblk0p13
Sent from my SAMSUNG-SGH-I317 using xda premium
Ok, so this will prevent the boot loop caused by adding bootanimation.zip's manually on samsung devices? (vzw gs3 running aosp).
Does the flash of your mod stick between rom flashes, or flash each time?
I don't thing it belongs to development, since the mod is already known and that's why i already posted something like this on General with both methods (manual and CWM)
http://forum.xda-developers.com/showthread.php?p=35079703#post35079703
IMO
.
betoNL said:
I don't thing it belongs to development, since the mod is already known and that's why i already posted something like this on General with both methods (manual and CWM)
http://forum.xda-developers.com/showthread.php?p=35079703#post35079703
IMO
.
Click to expand...
Click to collapse
I didnt rename bootanimation to samsungani i changed
it to a script to point to bootanimation. Same result diff method. Just looked at your thread, nice work.
annoyingduck said:
Ok, so this will prevent the boot loop caused by adding bootanimation.zip's manually on samsung devices? (vzw gs3 running aosp).
Does the flash of your mod stick between rom flashes, or flash each time?
Click to expand...
Click to collapse
It should though I do not have a vzw gs3 to test it.
Sent from my SAMSUNG-SGH-I317 using xda premium
Worked perfectly on my SIII i747, flashed thru CWM. Thanks!:good:
doesn't work for me on my tmo note 2
but then again I havent been able to get any custom boot screens to work at all regardless of manually adding them or using an apk to do it for me...
after flashing bootanimation4u should i see an app in my app tray upon boot up? i don't see an app by that name
I'm using busybox v1.20.2 and it's installed in system/xbin
(i used jrummy's busybox installer app)
seeking said:
doesn't work for me on my tmo note 2
but then again I havent been able to get any custom boot screens to work at all regardless of manually adding them or using an apk to do it for me...
after flashing bootanimation4u should i see an app in my app tray upon boot up? i don't see an app by that name
I'm using busybox v1.20.2 and it's installed in system/xbin
(i used jrummy's busybox installer app)
Click to expand...
Click to collapse
No app, what rom are you using and what kernel ? Sounds rom/kernel related this should work with no problems. Is there a file called samsungani and bootanimation in system/bin ? And lastly what does it do when it boots ? Black ? Samsung logo ?
Sent from my SAMSUNG-SGH-I317 using xda premium
Works for me, awesome work
Sent from my GT-N7100 using XDA Premium HD app
smokin1337 said:
No app, what rom are you using and what kernel ? Sounds rom/kernel related this should work with no problems. Is there a file called samsungani and bootanimation in system/bin ? And lastly what does it do when it boots ? Black ? Samsung logo ?
Sent from my SAMSUNG-SGH-I317 using xda premium
Click to expand...
Click to collapse
Im on Jedi X 7.2. The Kernal is built in, but I believe it's called Sabre
samsungani and bootanimation both exist in system/bin
when it boots I get the note 2 splash screen and then just a black/blank screen till the phone boots up
Hello my friends give you the app galaxy note3
User who work
my friend [COLOR="Red"alkiyimi][/COLOR]
Source is [COLOR="red"]CE4ARAB[/COLOR]
Download:
Note 3 wallpapers
Note 3 system appshttp://www.mediafire.com/download/26xbbl9eml63hoa/Note+3+system+apps+Ce4arab+Alkiyumi.part1.rar
Note3 system apps
SAMSUNG IME
THANKS alkiyimi:laugh:
You are welcome my dear friend.
I have the ringtones also.
but I dont know if they are the same as S4 ringtones.
do you need them ?
I need them, please.
and can you provide all file in /system/framework/ ?
shinomura said:
I need them, please.
and can you provide all file in /system/framework/ ?
Click to expand...
Click to collapse
I'll upload that file on mediafire as soon as possible.
please be patient, upload speed is only 10 kpbs while the file is 80 mb.
update:
uploading ...
the file after zipping is 52.3 mb. the upload is 8%.
update:
uploading framwork -> 60%
update:
download the file /system/framework from here:
ww###ediafire.com/download/4md86bese9hldzq/system_framework+Ce4arab_com+Alkiyumi.zip
change
### to w.m
do you need more files ??
Thanks for such nice wallpapers :beer: :beer:
Sent from my Micromax A110 using xda app-developers app
file is uploaded to the mentioned link in my last reply.
Part1 link doesn't work for me
Sent from my SAMSUNG-SGH-I317 using xda app-developers app
Dumbo53 said:
Part1 link doesn't work for me
Sent from my SAMSUNG-SGH-I317 using xda app-developers app
Click to expand...
Click to collapse
thank you very much for the contribution
http://www.youtube.com/watch?v=uhG7nM96qBc&feature=youtu.be
Great animation for your phone (sm n900-sm n9000Q)
you need to do
install root browser
https://play.google.com/store/apps/d...ot.browserfree
system / media / in
bootsamsung.qmg delete this file
again
system / media / bootsamsungloop.qmg
sytem / media / audio / in
Poweron.ogg delete this file
copy them and be angry
recovery mode download http://ziifile.com/aqninz377ibd/Bootanimation.zip.html
Copy mode downloadhttp://www4.zippyshare.com/v/5856111/file.html
2014 Boot animation
Full screen:d
Can you make a flashable zip please
Sent from my SM-N9005 using XDA Premium 4 mobile app
salahfathi said:
Can you make a flashable zip please
Sent from my SM-N9005 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
A little more descriptive please..
serdals said:
A little more descriptive please..
Click to expand...
Click to collapse
I mean a FILE to flash through recovery instead of replacing files
salahfathi said:
I mean a FILE to flash through recovery instead of replacing files
Click to expand...
Click to collapse
Recovery mode
http://ziifile.com/aqninz377ibd/Bootanimation.zip.html
On Wicked v5 the audio is not in sync with the video. I think cuzz the rom has two boot screens.... dunno
Sent from my SM-N900T using Tapatalk