No boot animation - Samsung Infuse 4G

Hi
I'm using the Infused rom with infusion Kernel
Since I flashed the Rom i don't have any boot anim...
After a long samsung logo the launcher appear.
I already tried to reflash, do factory, but nothing help.
I also tried a boot anim changer app and even when it said its applied, there is still no boot anim....
Any ideas guys?
Sent from my SAMSUNG-SGH-I997 using XDA App

Go in root explorer and go to system/media/scroll down and check to see if there is a boot animation.zip in there
Sent from my B.A. Infuse 4G

Root exploret crash everytime i open it
Sent from my SAMSUNG-SGH-I997 using XDA App

Teranox said:
Root exploret crash everytime i open it
Sent from my SAMSUNG-SGH-I997 using XDA App
Click to expand...
Click to collapse
The only time Root Explorer crashes on me, it's because I don't have root permission. Assuming you are rooted, can try three things:
1) Go into the Superuser App and find root explorer if its there and choose to forget it.
2) If that doesn't work reboot.
3) If THAT doesn't work try a different file explorer.

I have root and root explorer display that it got root permission a second before.it.crashed.
I've used an.other program and i can.confirm there is.the bootanimation.zip in the folder....even tried to change it for an.other on (ice cream sandwish boot).
I rebooted about 5 time and still no boot animation....
Could the os have problem reading a zip file???
Sent from my SAMSUNG-SGH-I997 using XDA App

I was thinking about something.
Could I get no bootanimation because my phone is fast to boot?
one it's powered on, it take about 15-20 seconds before i get to the OS....
Sent from my SAMSUNG-SGH-I997 using XDA App

Jeez that's a head scratcher...what about permissions? Mine are all checked but Others/Write. That's really weird a factory reflash didn't work..

In Android Terminal Emulator, assuming you've already remounted /system read/write, try:
Code:
chmod 644 /system/media/bootanimation.zip
Other possibilities:
Some versions of the bootanimation binary only support PNG bootanimations, not JPEGs like the ICS bootanimation.
Some insist on it being /system/media/sanim.zip

Entropy512 said:
In Android Terminal Emulator, assuming you've already remounted /system read/write, try:
Code:
chmod 644 /system/media/bootanimation.zip
Other possibilities:
Some versions of the bootanimation binary only support PNG bootanimations, not JPEGs like the ICS bootanimation.
Some insist on it being /system/media/sanim.zip
Click to expand...
Click to collapse
Entropy512's answer is good. Listen to him.
Don't be afraid
eXpeR¡MeNt

Entropy512 said:
In Android Terminal Emulator, assuming you've already remounted /system read/write, try:
Code:
chmod 644 /system/media/bootanimation.zip
Other possibilities:
Some versions of the bootanimation binary only support PNG bootanimations, not JPEGs like the ICS bootanimation.
Some insist on it being /system/media/sanim.zip
Click to expand...
Click to collapse
What do you mean by remounted /system read/write ?

Entropy512 said:
In Android Terminal Emulator, assuming you've already remounted /system read/write, try:
Code:
chmod 644 /system/media/bootanimation.zip
Other possibilities:
Some versions of the bootanimation binary only support PNG bootanimations, not JPEGs like the ICS bootanimation.
Some insist on it being /system/media/sanim.zip
Click to expand...
Click to collapse
When I Just enter the code it say: Unable to chmod '...' Read-only file system

Teranox said:
I was thinking about something.
Could I get no bootanimation because my phone is fast to boot?
one it's powered on, it take about 15-20 seconds before i get to the OS....
Sent from my SAMSUNG-SGH-I997 using XDA App
Click to expand...
Click to collapse
So you are fast booting your phone?
Teranox said:
What do you mean by remounted /system read/write ?
Click to expand...
Click to collapse
And he's talking about the r/w, r/o option in root explorer so you can edit permissions,move files etc. Also, you can download an Android Terminal Emulator in the market.

xIC-MACIx said:
So you are fast booting your phone?
And he's talking about the r/w, r/o option in root explorer so you can edit permissions,move files etc. Also, you can download an Android Terminal Emulator in the market.
Click to expand...
Click to collapse
Maybe my phone is fast booting by itself because I did nothing to help it boot as fast as this. since I Flashed the ROM the boot is blazing fast.
I did Mounted as RW with an app called Remount. It do the Root remount and it seems to work (for mounting) BUT! Still no boot anim.
I began to think that it's not that bad as I don't really reboot 5 time a day to enjoy a psychedelic screen lolll.
but still....it's more the Why than the How in this case

Teranox said:
What do you mean by remounted /system read/write ?
Click to expand...
Click to collapse
^^ this means that Entropy's instructions are assuming that you remounted system as read/write so that you can edit replace the bootanimation.zip. In Root Explorer once you navigate to system/media then in the top left it will say "mounted as r/o" next to that is a button that says "mount r/w" click that and it should "remount" your system as read/write.
At this point you should be able to replace the old with the new bootanimation.zip.
Reboot, and you're done.
If it still hangs and shows NO animation then my guess is you are using an incompatible bootanimation (that does happen, and will just stay black then your phone will just start, with no animation) try a different one, like the one below I know for sure works on the Infuse
http://dl.dropbox.com/u/19412696/480x800_AndroidParticles1_Blue.zip
X
Don't be afraid,
eXpeR¡MeNt
Edit: Sorry it took me a long time to write all that on my Infuse, while i'm watching a movie also. Now that I posted I see others have informed you of the r/w stuff, but 2nd half is most likely your case.

Related

remove

DONE
Download the zip file to the custom screen animation you want to use to your memory card. Boot up into clockwork recovery. Go to install from sdcard then choose files from sdcard. Navigate to the file u want to use then install it. The next time you boot the phone normally it should show you your new screen animation. Atleast that's how I do it with my rooted epic 4g using clockwork recovery
Sent from my SPH-D700 using XDA Premium App
sorry but no clockwork recovery is made for my device i installed it once an resulted i hard brick.Had to go to samsung service center and they replaced the motherboard cause it was in warranty.I will never try that method again
sahilg009 said:
1)HOW to change the boot screen animation of this mobile and is it safe(i have rooted this device)
and please convert any 1 of this of galaxy mini for me to get an
wwwdotyoutubedotcom/watch?v=0KUUsnmHcpc&feature=related
Click to expand...
Click to collapse
Use adb push or a file explorer with root to place the bootanimation.zip (from my attachment) in the folder "/system/media" it is the animation from your first youtube link.
If it says something like cannot write, read only permission, you have to type this into a console on the phone or in the adb shell first
"mount -w -o remount /system /system\n"
The boot animation is safe, it either shows, or it doesn't.
sahilg009 said:
2)Can you please suggest any one good,tested and working,rom for this mobile
Click to expand...
Click to collapse
I'm sorry, but there is no such ROM available for your android at the moment.
If this is sufficient for your bounty, use my donate button.
Greetings dark3n
Yea that happened to me the first time I tried. I had to use odin with a prerooted rom for my phone. You should check out to c if its possible to use odin on ur phone.
Sent from my SPH-D700 using XDA Premium App
there's actually an app to change the boot screen mines currently beavis and butthead lol give me a few and ill see what app it was
Sent from my Aria 2.3.2 OS
Dark3n said:
Use adb push or a file explorer with root to place the bootanimation.zip (from my attachment) in the folder "/system/media" it is the animation from your first youtube link.
If it says something like cannot write, read only permission, you have to type this into a console on the phone or in the adb shell first
"mount -w -o remount /system /system\n"
The boot animation is safe, it either shows, or it doesn't.
I'm sorry, but there is no such ROM available for your android at the moment.
If this is sufficient for your bounty, use my donate button.
Greetings dark3n
Click to expand...
Click to collapse
so basically i just nned to move the zip(bootanimation.zip) direct to my /system/media no need to extract it
and it can never brick my mobile
thanx
sahilg009 said:
so basically i just nned to move the zip(bootanimation.zip) direct to my /system/media no need to extract it
and it can never brick my mobile
thanx
Click to expand...
Click to collapse
Yes dont extract just copy it there.
Either your phone supports this and shows the new animation.
If it doesn't support it nothing happens and you see the old animation.
Nothing can really happen. The old animation is still there.
If it is supported your phone will look at that directory and say ahhh a bootanimation.zip lets use that instead of the default one...
droiduser145 said:
there's actually an app to change the boot screen mines currently beavis and butthead lol give me a few and ill see what app it was
Sent from my Aria 2.3.2 OS
Click to expand...
Click to collapse
Could I get that boot animation file off you. I tried the boot animation changer app. Says downloaded and installed but alas I get nothing.
Motorola atrix 4g

[MOD] Six(6) Lockscreens & Power Menu + Clock Options for KC1 [EDT][4.22.2011]

Ok everyone. Here is the lockscreen mod, power menu AND additional clock options for KC1. This will NOT work on Krylon's stock build but ONLY my deodexed one. Since there is no cwm yet you will need to push the files manually with adb or use root explorer to drop them in. Root Explorer is the easiest method. Just be sure to set permissions on all the files to rw-r--r-- after you copy them in.
Lockscreens are Rotary (default), Puzzle, Android, Glass, Epic and Star Wars (Settings > Display > Unlock Screen)(Please be aware - Lockscreen wallpapers are not supported on any of these)
Power Menu (no header) - Reboot, Recovery, Download mode
Clock Options - Hide Clock, Hide am/pm (Settings > Date and Time)
Added "Stay Awake" option (Settings > Applications > Development)
Pretty sure I killed the "battery full" pop-up as well
DOWNLOAD <<<<< KC1 Lockscreens / Power Menu / Clock Options
If using adb here is what to do...
Place the files in the zip in your adb tools folder. Navigate to your tools folder in your cmd prompt and perform these commands
First, mount your system as r/w
Code:
adb shell
su (will need to accept root access on phone)
mount -o remount,rw /dev/block/stl9 /system
Your system is now mounted as read/write. Now remove the original files from your phone.
Code:
rm /system/framework/framework-res.apk
rm /system/framework/framework.jar
rm /system/framework/android.policy.jar
rm /system/framework/services.jar
rm /system/app/Settings.apk
exit
exit
Now push the new files into place.
framework files to framework folder
Code:
adb push framework-res.apk /system/framework
adb push framework.jar /system/framework
adb push android.policy.jar /system/framework
adb push services.jar /system/framework
Settings to app folder
Code:
adb push Settings.apk /system/app
Now the files are all in place, but you need to set the correct permission on them.
Code:
adb shell
su
chmod 644 /system/framework/framework-res.apk
chmod 644 /system/framework/framework.jar
chmod 644 /system/framework/android.policy.jar
chmod 644 /system/framework/services.jar
chmod 644 /system/app/Settings.apk
DONE. Now reboot your phone. It will take about 5 minutes to reboot.
Again, you can use Root Explorer to move these files into place manually. Just be sure to set the permissions of all of them to rw-r--r-- after you do.
Credits
~ Untermensch for ultimately being my mentor on lockscreens and for his write-up on doing the power menu
~ S0niqu3 for the hide am/pm source
~ sbrissen for the hide clock source
Used root explorer to drop them in place and reset permissions work like a charm thanks
Sent from my SGH-T959V using XDA Premium App
Android, Rotary and Star Wars unlock doesn't have unlock sounds
Sent from my SGH-T959V using XDA Premium App
Wow. That was fast. Thank you much.
Sent from my SGH-T959V using XDA Premium App
chadster214 said:
Android, Rotary and Star Wars unlock doesn't have unlock sounds
Sent from my SGH-T959V using XDA Premium App
Click to expand...
Click to collapse
Yea only not all the lockscreens support unlock sounds. Only the twiz lockscreens support the twiz music player widget as well.
if u use root explorer do i just have to replace the framework and put the new one?
crunkhead18 said:
if u use root explorer do i just have to replace the framework and put the new one?
Click to expand...
Click to collapse
yes, just overwrite the files
Can someone show me how to use this root explorer instead of adb
Sent from my SGH-T959V using XDA Premium App
rickyy00 said:
Can someone show me how to use this root explorer instead of adb
Sent from my SGH-T959V using XDA Premium App
Click to expand...
Click to collapse
I would honestly learn the basics before you try any of this.
i allready flashed stock deodexed kc1 rom onto my phone in hopes of putting on the lockscreens but i just wanted to know if the root explorer method was easier like he stated up there
I really want these....but its quite painful setting up all my sync'ed accounts again after flashing. I went from Deodexed to Krylon's Odexed Stock, to go back to Deodexed would be a painful process again to get all my accounts set back up and app's loaded + moved to SD. Also fixing the camera/mms/phone issue with the Deodexed ROM on top of that.
Anybody else have any thoughts? Just do it? Haha
mikeDCMDVA said:
I really want these....but its quite painful setting up all my sync'ed accounts again after flashing. I went from Deodexed to Krylon's Odexed Stock, to go back to Deodexed would be a painful process again to get all my accounts set back up and app's loaded + moved to SD. Also fixing the camera/mms/phone issue with the Deodexed ROM on top of that.
Anybody else have any thoughts? Just do it? Haha
Click to expand...
Click to collapse
I used ES File Explorer, go into settings, and check the two boxes in Root setting.
Then go to the directory where the zip is saved, extract and copy paste to the right directories. Once that was done I rebooted. It took 5 min or so to boot but It came up. Once done go into settings and change lockscreen.
Worked like a charm for me. Thanks!!!
rickyy00 said:
i allready flashed stock deodexed kc1 rom onto my phone in hopes of putting on the lockscreens but i just wanted to know if the root explorer method was easier like he stated up there
Click to expand...
Click to collapse
as the OP say " use root explorer to drop them in" come on dude!!! READ!!!
chadster214 said:
as the OP say " use root explorer to drop them in" come on dude!!! READ!!!
Click to expand...
Click to collapse
DUDE THAT GUY NEEDS TO BE SPOON FED ON EVERYTHING! Even though it's already straight outlined for him.
YES RICKY00.
IF THE OP SAYS IT'S THE EASIEST METHOD THEN YES IT IS THE EASIEST METHOD. I USE IT BECAUSE IT'S THE EASIEST METHOD AND WELL WORTH THE MONEY TO PAY FOR THAT APP CUZ OF HOW EASY IT IS TO USE AND SINCE I'M A LAZY ASS TO USE ADB EVEN THOUGH ADB ISN'T THAT HARD.
so to be clear...
i have to flash the deodexed rom in order to have this?
i cant push them with root explorer with only a rooted 4gs?
freaktractor said:
so to be clear...
i have to flash the deodexed rom in order to have this?
i cant push them with root explorer with only a rooted 4gs?
Click to expand...
Click to collapse
you have to flash to Deodexed KC1
Oh boy, so I was able to do this via ADB.
But thought I would also try and do it with Root Explorer. I am bored at my job today.
I copied the files to the sdcard. Then opened Root explorer, located the files, using multi- select I selected all but the settings file that goes into the system/app.
I then hit copy/ then tried to paste the four files to system/framework
I get an error that says there isn't enough space. Then I get all sorts of force closes, and have to re-odin the deodexed KC1.
What the hell am I doing wrong? I am sure I am just having a brain fart but its becoming irritating.
Bl4ckpheniX said:
Oh boy, so I was able to do this via ADB.
But thought I would also try and do it with Root Explorer. I am bored at my job today.
I copied the files to the sdcard. Then opened Root explorer, located the files, using multi- select I selected all but the settings file that goes into the system/app.
I then hit copy/ then tried to paste the four files to system/framework
I get an error that says there isn't enough space. Then I get all sorts of force closes, and have to re-odin the deodexed KC1.
What the hell am I doing wrong? I am sure I am just having a brain fart but its becoming irritating.
Click to expand...
Click to collapse
I had the same problem with another framework, and cringed when I tried this method. BUT, I used ES File explorer for this mod and everything worked like a charm. I didnt have to set permissions or anything.
Bl4ckpheniX said:
Oh boy, so I was able to do this via ADB.
But thought I would also try and do it with Root Explorer. I am bored at my job today.
I copied the files to the sdcard. Then opened Root explorer, located the files, using multi- select I selected all but the settings file that goes into the system/app.
I then hit copy/ then tried to paste the four files to system/framework
I get an error that says there isn't enough space. Then I get all sorts of force closes, and have to re-odin the deodexed KC1.
What the hell am I doing wrong? I am sure I am just having a brain fart but its becoming irritating.
Click to expand...
Click to collapse
Try using es file explorer
Sent from my SGH-T959V using XDA Premium App
fknfocused said:
I used ES File Explorer, go into settings, and check the two boxes in Root setting.
Then go to the directory where the zip is saved, extract and copy paste to the right directories. Once that was done I rebooted. It took 5 min or so to boot but It came up. Once done go into settings and change lockscreen.
Worked like a charm for me. Thanks!!!
Click to expand...
Click to collapse
I am not deodexed though.

Replace cm7 boot animation

Ok, I don't know what's going on. I am unable to replace my boot animation. I've tried flashable zips and for some reason hboot wont recognize them, and yes they are named correctly. Then I tried downloading a zip and replacing /system/media/bootanimation.zip but even with root permissions from terminal it wouldn't let me change anything because it is mounted as an RO filesystem. What do I do???
Sent from my ADR6300 using XDA App
Try root explorer? I just go into that folder you mentioned, mount rw in top corner and delete the old/add the new.
HTC Incredible
Fixed. Mounted /system rw and the had to put the zip in /data/local
Sent from my ADR6300 using XDA App

Bionic ROM boot animation sounds?

I have Bionix ROM and I'm trying to add sounds to my bionic boot animation. But there isn't a poweron folder and I tried putting it in the history folder but it still doesn't work. Is there any way to add sounds to the animation?
EDIT: Changed to Bionix ROM and it still hasn't worked. Also tried putting sound file in Notification file and no luck D:
Sent from my Chuck Norris fishbowl
I think it has to do with the kernel, faux kernels don't have boot sound. Dunno about morfic or stock kernels either since I only rock faux ds kernels when released.
Sent from my LG-P999 using xda premium
d12unk13astard said:
I think it has to do with the kernel, faux kernels don't have boot sound. Dunno about morfic or stock kernels either since I only rock faux ds kernels when released.
Sent from my LG-P999 using xda premium
Click to expand...
Click to collapse
What kernels do have boot sound?
testing a method...will post back results ...good or bad
I was able to get sound...tried lots n lots. There is a TON posted here on the subject...found my solution in the HTC forums. Don't have the link handy but search CM7 boot sound. There is a file called bootsnd.sh that will append the necessary files and create the bootsound app needed. To finally get this to work I reflashed a new nightly of CM7. This also removed Trinity kernel...so maybe that was mucking things up. Ill reflash Trinity and see.
But to recap ...yes boot sound on LG g2x with cm7 is a go.
Sent from my LG-P999 using XDA App
OK, I'm going to try cm7. Will posts results to verify.
Sent from my Bionix 2 - A TeamWhiskey Production using xda premium
Taken from somewhere here in xda. (http://forum.xda-developers.com/showthread.php?t=1048231)
I cleared cache and dalvic using CWM.
I flashed a fresh CM7 nightly using CWM.
I Followed terminal emulator instructions...I'm sure adb from command line will work also. I used root explorer to copy android_audio.mp3 (don't forget to set system folder as R/W with root explorer.
1) search for and Download the bootsnd.sh file. Save it to the root directory of your SD Card on your Device.
2. Take whatever sound you want and rename it to: android_audio.mp3 (needs to be mp3 format) and then place in your adb directory.
3. On your phone, open terminal emulator, and type in the following:
su [enter]
cd /sdcard [enter]
ls (to list all files, you should see bootsnd.sh)
sh bootsnd.sh [enter]
You won't see a confirmation, or message, it just runs, and returns you to a # sign.
From your computer, adb push the android_audio.mp3 to the /system/media folder, reboot, and you'll have a sound.
If you don't like or know how to use adb, using root explorer and placing the android_audio.mp3 in the system/media folder works just as well (Mount the /system as R/W First). Reboot, and enjoy your boot sound.
*NOTE*
If you flash / change roms, you'll have to re-run the process to enable the boot sound again. If you get tired of it / don't want it, you can use root explorer and delete the file.
Alternate method:
For those that don't like using the terminal emulator, you can do it via adb:
navigate to your adb folder via commanda prompt, then issue the following commands:
adb remount
adb shell
cd /sdcard
ls [will list files, you should see bootsnd.sh]
sh bootsnd.sh
Like in the emulator, you will be returned with a # sign. Then place the audio file in the folder I specified. Just decided like posting an alt method
Sent from my LG-P999 using XDA App
jhayton said:
(don't forget to set system folder as R/W with root explorer.
(Mount the /system as R/W First). Sent from my LG-P999 using XDA App
Click to expand...
Click to collapse
What do you mean by setting the system folder as R/W? It means read/write right? (lol write right)
EDIT: Plus how do I set it to R/W ( Sry im a little of a noob when it comes to things like this, im better at game developing )
thor6577 said:
What do you mean by setting the system folder as R/W? It means read/write right? (lol write right)
EDIT: Plus how do I set it to R/W ( Sry im a little of a noob when it comes to things like this, im better at game developing )
Click to expand...
Click to collapse
Using a utility like Root Explorer (A paid app but worth the 4$, there may be a free alternative), makes this a trivial task...simply click the "Make R/W" will make the system directory ...you guessed it "Read/Writable". Normally its "Read Only" (R/O).
Im not 100% sure about this (im sure ill be corrected) as Root Explorer has made me lazy, but using ADB and issuing the command ADB Remount, will make the file system R/W (per the ADB Wiki adb remount - remounts the /system partition on the device read-write)
So using ADB to push your files, make all your edits on your local machine, then put them in your ADB directory, and issue commands as follows:
ADB remount
ADB push build.prop /system
ADB push init.local.rc /system/etc
ADB push bootsound /system/bin
ADB push android_audio.mp3 /data/local
Grr after I tried it it still doesn't work!!!
EDIT:Im reflashing ROM in case.
EDIT 2 : Yup didn't work.
Sent from my LG-P999 using xda premium
Open terminal emulator and type
Su
Then at the # type bootsound
Do u hear sound? If not something is incorrect
If you do...then its your kernel.
Trinity breaks my bootsound.
Still looking for a fix
Sent from my LG-P999 using XDA App
jhayton said:
Open terminal emulator and type
Su
Then at the # type bootsound
Do u hear sound? If not something is incorrect
If you do...then its your kernel.
Trinity breaks my bootsound.
Still looking for a fix
Sent from my LG-P999 using XDA App
Click to expand...
Click to collapse
Nope didn't hear nothing.
Sent from my LG-P999 using xda premium

[Bootanimation] CM10 Bootanimation

CM10 Bootanimation
Just downloaded the latest nightly, has the new bootanimation that fits perfectly on our device, thought I'd share it for anyone that wants it but doesn't want to download the whole ROM or update for some reason or aren't even running CM10! (I have a Vibrant.)
Download: http://www.mediafire.com/?2o06igj8pcc0wzk
Note: This is not a flashable, push/pull/punch/kick it to system/media.​
Works perfect and looks great
Sent from my SGH-T959V using xda app-developers app
Thanks so such much. Really appreciated. The stock cm9 bootlogo would cause my phone to take long like almost 4 mins to boot. Once I swapped to this new boot logo my phone boots in under 45 seconds
Sent from my SGH-T959V using xda premium
How do I install this? I tried to copy over the old bootamination file and it won't let me.
Sent from my SGH-T959V using xda premium
gizmoscoop said:
How do I install this? I tried to copy over the old bootamination file and it won't let me.
Click to expand...
Click to collapse
You'll need root and a way to mount the /system partition rw. I do everything through adb,
# mount -o remount,rw /system
# cp path/to/new/bootanimation.zip /system/media
# busybox chown root:root /system/media/bootanimation.zip
# busybox chmod 644 /system/media/bootanimation.zip
# reboot
There are "root explorer" tools that can probably do it as well.
Thanks. I figured it out by using sgs toolbox app to give it a r/w permission. I was able to delete afterwards.
Sent from my SGH-T959V using xda premium
---------- Post added at 07:14 AM ---------- Previous post was at 06:35 AM ----------
I was able to copy and paste over to the media folder. But when reboot, I only get the word 'Android' on the boot screen. I don't see the animation like the video in YouTube. Is there something that I need to change. I am running REMICS.
Sent from my SGH-T959V using xda premium
Amigos. Use a root explorer like ES File Explorer by ES Strong. After doing so hit menu button, settings, scroll down to where it says root settings then tap on it, hit the first check box that says for rooted phones only. Then hit the box that says mount system, and also the other box that says make system write able or up to root directory. Once you have do so please hit the back button twice to go back to where you can see the files on your SD card. Once you can do see your SD card files please tap the back button once more and after doing so you shouldn't see all your phone's system files and once you can see them scroll down and open the folder called "system" not sys. I repeat the folder called "system"
Once inside the folder? Hard click on the folder called "Media" and hit copy. Then navigate back to your SD card and past it somewhere on your SD card as a back up just in case you ever want to revert back to the cm9 or whatever boot animation you are currently using. Now once you have backed up the folder called media. Please navigate back to your system folder/media and open it once again. After doing so delete the boot animation zip folder that is inside of it, no worried because that is why you made a back up of the folder on your SD card for then after you delete the one inside system please move this boot animation zip folder to system. By this boot animation zip I mean the cm10 boot loader to system. Capish? Then after doing so exit your file browser and restart your phone and watch as the amazing cm10 boot logo pops up
Sent from my SGH-T959V using Tapatalk 2
---------- Post added at 01:03 PM ---------- Previous post was at 12:47 PM ----------
By the way please don't be scared to hit the thank you button
Sent from my SGH-T959V using Tapatalk 2
It works.
Sent from my SGH-T959V using xda premium
Thanks! Will try it now. CM9 takes forever and it's way too bright/white.
*Done. Phone booted like in 30 secs. The CM9 one made it boot very slow. Good thing is that this bootanimation doesn't have the # of CM version.
Cm9 took me 3 minuted to boot
Sent from my SGH-T959V using Tapatalk 2
Can I get cm10 for the sgs4g?
Sent from my SGH-T959V using xda app-developers app
etp23 said:
Can I get cm10 for the sgs4g?
Click to expand...
Click to collapse
See http://forum.xda-developers.com/showthread.php?t=1855714
When I d/l'ed the file, I just get the shiny word 'android' Not anything like the video shows. I'm running Ravers OMFGCM9 build. Removed and replaced the file in system/media with the new one. Any ideas why its not like the video??
Wow that looks so G on my baby thanks
magda623 said:
Any ideas why its not like the video??
Click to expand...
Click to collapse
Try fixing permissions. Either reboot to recovery or change them using a root explorer. Long press on the file, go to properties, permissions should be rw-r-r
Make sure your ROM and/or Kernel support custom boot animations.
IDK why it wouldn't. Its CM9. It supports theme chooser. I've had another bootanimation on there since i've got the ROM. So IDK. I've looked in a few different places and downloaded quite a few of the same animation to the same effect. Checked the permissions and they were set right in the program. I'm fixing permissions in TWRP now. I'll repost after it finishes.
Still nothing after the permission fix. Hmmm.
I manually copy them in TWRP. Some installers don't work right. I think they don't mount system, just try and copy it to and without it being mounted properly, it won't work.
If you have an installer for a boot animation, open the zip and get the bootanimation.zip file and put it on your SD card. Otherwise, just the boot animation there.
Now you use TWRP recover option, or ES file explorer.
With ES File Explorer, you have to goto setting, make sure root options are on and mount system is enabled to allow writing to the system folder.
With TWRP, go to mount and make sure "unmount system" is checked. This means its mounted.
In TWRP, go to advanced, file manager, in ES file explorer, you're already in a file manager.
If you want to backup your current bootanimation, navigate to system->media folder. Press and hold on the bootanimation.zip to copy it. Navigate to a temp folder on your card and paste it.
Now go to your bootanimation.zip you want to use, press and hold on the file to copy it, navigate back to system->media and paste it. Reboot and you should be good. The main idea is to use some sort of method that will let you write to the system folder and copy the bootanimation.zip to the system->media folder.
getochkn said:
Some installers don't work right. I think they don't mount system, just try and copy it to and without it being mounted properly, it won't work.
Click to expand...
Click to collapse
Yep -- I've run into installers that don't check the mounts first. Including one I used to use for Hefe Kernel, I have to admit. It is especially troublesome if you "stack" installs and the previous one "helpfully" unmounts /system.
jeffsf said:
Yep -- I've run into installers that don't check the mounts first. Including one I used to use for Hefe Kernel, I have to admit. It is especially troublesome if you "stack" installs and the previous one "helpfully" unmounts /system.
Click to expand...
Click to collapse
Ya, I've learned to check things more, do things manually and become a lot more comfortable with doing stuff like that with my phone and it helps figuring stuff out and getting stuff to work how I want it.

Categories

Resources