[Q] can't flash loading screen - Desire Q&A, Help & Troubleshooting

Hi guys,
I recently rooted and S-OFF'ed my Desire. Really amazing. Everything went fine.
Really enjoying my phone more than ever before.
Now trying to flash my splash screen and boot loading screen.
I'm using Android Flasher 1.8.0 as suggested in the Noob tutorial section.
Splash screen went fine. Automatically reboots into fastboot. And flashes.
The tutorial doesn't actually doesn't go deeper into flashing the loading screen and whether or not it's supposed to automatically reboot into fastboot.
When i manually reboot into fastboot sometimes it can't find the process fastboot.exe and sometimes it can.
When it can it says it can't find my device when it's trying to flash the new loading screen. I don't understand why. Everything else i have tried works fine (except the first time i tried to S-OFF, it also said it couldn't find my device)
It did actually remove my RCmix-S loading screen. So now i only get a black screen when starting up. Everyhing still works fine though. Boots normally.
What should I do?

You cannot flash a new bootanimation with android flasher or fastboot. You have to replace the bootanimation.zip in /data/local or /system/media. You are s-off, so you can do this in os. Just use an explorer with root access (e.g. root explorer), mount /data or /system as r/w (read write) and replace the existing one with yours (but make a backup of the old before and make sure you used the correct resolution).

Okay that was kind of confusing then.
Still weird it's not recognizing my phone but is finding fastboot.exe
Anyway I got root explorer mounted /data/local and put a bootanimation.zip in the folder. It doesn't work though. Does it also have to be in /system/media
or just in one of them??
Thnx

It only has to be in /system/media.
SwiftKeyed from Oxygen with Transparent XDA App

i got a weird error trying to flash a new splash screen
"sending splash1...OKAY"
"writing splash1"...FAILED <remote not allowed>
phone is recognised in fastboot etc...
any ideas?
thanks

00mpollard said:
i got a weird error trying to flash a new splash screen
"sending splash1...OKAY"
"writing splash1"...FAILED <remote not allowed>
phone is recognised in fastboot etc...
any ideas?
thanks
Click to expand...
Click to collapse
Do not post in a thread which has nothing to do with your problem! And use the search.

I tried putting it only in /system/media and only in /data/local.
Both don't work.
My loading screen is still total black. I don't get it. What am I doing wrong. Is there some other file interfering. Do I have to delete something else....

PixelApocalypse said:
I tried putting it only in /system/media and only in /data/local.
Both don't work.
My loading screen is still total black. I don't get it. What am I doing wrong. Is there some other file interfering. Do I have to delete something else....
Click to expand...
Click to collapse
It does not have the correct resolution. It has to be 480x800.

Actually it has. I checked.
They are 480 x 800, 24 bit *.PNG. Downloaded these in the splash screen thread.
I got it sort of working now.
I renamed the zip to bootanim.zip instead of bootanimation.zip. Don't know if it should matter but now i'm getting a loading screen.
It's just text reading "Android" with a animated glow going over it.
This is not the one i put on the phone though. Not the pictures in the zip.
Is this some kind of default loading screen?
Which means it's still not working....

Which rom do you currently run? If a sense one, the bootanimation has to be in /data/local. If aosp one, it has to be in /system/media. That's the basic. Furthermore, in your bootanimation.zip has to be minimum two parts:
- one folder named part0
- one file named "desc.txt" (description file)
In the folder named part0 has to be the png files in the correct resolution (480x800x24). In the desc.txt you have to put the following ouput:
Code:
480 400 x p 1 0 part0
'480' is the width (not variable)
'800' is the height (not variable)
'x' is here just a placeholder. You have to replace with a number. This number sets the frames (your choice, what you set)
'1' is the count how often the bootanimation loops (your choice)
'0' sets the a pause (max 10 possible)
'part 0' sets the folder in which the bootanimation files are (not variable).
Source: http://android.modaco.com/topic/338...nimationzip-futurama-bender-bootanimationzip/

Woooot it's working!!
I'm using RCMixS_v2.0_A2SD+_BravoHboot which is a sense rom.
I put it in /data/local.
The animation was only 6 frames. Which was incorrect in the desc.txt.
Also using NO compression when zipping was the key.
Not knowing this is probably key to many people not getting this to work.
Maybe it's a good idea to have that tutorial be made a sticky or include it in the "Complete upgrading guide"
Thnx a lot MatDrOiD!

PixelApocalypse said:
Woooot it's working!!
I'm using RCMixS_v2.0_A2SD+_BravoHboot which is a sense rom.
I put it in /data/local.
The animation was only 6 frames. Which was incorrect in the desc.txt.
Also using NO compression when zipping was the key.
Not knowing this is probably key to many people not getting this to work.
Maybe it's a good idea to have that tutorial be made a sticky or include it in the "Complete upgrading guide"
Thnx a lot MatDrOiD!
Click to expand...
Click to collapse
No problem. And you could make very happy if you press the thanks-button.

Related

[Q] Sense ROM custom shutdown animation?

So I've been making attempts at replacing my shutdown animation (on Evil's Sense G2-Z ROM), but have been having troubles.
I've created a shutdown animation at the same resolution as the original, and put that into a downanimation.zip with folder "android" and desc.txt, which sets the parameters for the shutdown animation (the downanimation.zip goes into /system/customize/resource). The desc.txt is the exact same as that in the original downanimation.zip. As far as I can tell, the only differences between my downanimation.zip and the original is file size (their images are very plain, whereas mine are a bit more detailed) and the timestamp.
Now here's where it gets really quite weird. If I edit one image and replace it from the original shutdown animation, it stops working. Which made me think that there's something messed up with how I'm zipping my files. BUT if I change the name of my downanimation.zip to bootanimation.zip (in the same folder as downanimation.zip), and reboot my phone, my shutdown animation works just fine as the startup animation.
So. Anyone have any ideas how to change the shutdown animation, or on what I'm doing wrong?
What are you using to zip the files?
ibemad1 said:
What are you using to zip the files?
Click to expand...
Click to collapse
Yemuzip on OS X.
have you found a solution yet?
ive done the same thing, encountered a weird problem tho.
it only accepts a zip which is set to store not compressed for boot but shutdown none works.. i wonder if it is the file size that is the issue or something else.
if i changed the shutdown/downanimation i cannot boot into bootloader "pwr+vol down" on desire HD. have to boot to clockwork and adb shell rm /system/customize/resources/shutdown.zip/downanimation.zip and then it can boot into bootloader again but shutdown/restart screen would be blank.. weird.
Originally posted by aacrabtree
have you found a solution yet?
ive done the same thing, encountered a weird problem tho.
it only accepts a zip which is set to store not compressed for boot but shutdown none works.. i wonder if it is the file size that is the issue or something else.
if i changed the shutdown/downanimation i cannot boot into bootloader "pwr+vol down" on desire HD. have to boot to clockwork and adb shell rm /system/customize/resources/shutdown.zip/downanimation.zip and then it can boot into bootloader again but shutdown/restart screen would be blank.. weird.
Click to expand...
Click to collapse
Yes all guides I've seen say that the bootanimation.zip on the Desire HD (/data/local/) needs to be zipped without compression (using "store" method of compression). I would assume it's safe to do the same thing for the shutdown animation. Thanks for the folder where the shutdown animations are stored on the Desire HD. I was having a little trouble finding it as it's different from other android phones. Just a spelling error though, it's /system/customize/resource/ not "resources"
SOLVED here. Tq.

[Boot Animation] Nexus One boot animation

For those who would like to have Nexus One boot animation for your G2 ROMs
Requirements:
Permanent root (S-OFF)
adb OR RootExplorer
Recommendations:
NanDroid backup – Part of Clockwork Recovery
Instructions:
Download the bootanimation.zip attached in this thread and save it to your adb tools folder
Use adb to push it to your phone (see commands below)
If you'd like to keep the original boot animation but want the Nexus boot animation as default, use these commands:
Code:
adb remount
adb push bootanimation.zip /data/local
adb reboot
If you'd like to replace the current boot animation, use the commands below:
Code:
adb remount
adb push bootanimation.zip /system/media
adb reboot
Sorry, if this is repeated.
I take NO credit for this. This is all what I've found and learned from the forum. I thought I should share it with you guys. Enjoy!
Thank you for this. I had been wanting the N1 boot animation since moving to the G2 and here it is I installed it, and it worked fine. However, I did so in recovery via adb (had to do adb shell mount /data first though).
Probably will be doing it again once I have CM 6.1.0 installed.
randalla0622 said:
Thank you for this. I had been wanting the N1 boot animation since moving to the G2 and here it is I installed it, and it worked fine. However, I did so in recovery via adb (had to do adb shell mount /data first though).
Probably will be doing it again once I have CM 6.1.0 installed.
Click to expand...
Click to collapse
I have been trying to get this Nexus One boot animation on my NAM Desire Z (unlocked, WWE Desire Z rom, s-off) all night, but it doesn't seem to take. Tried flashing in clockwork, pushing with adb like this, using root explorer, but nothing seems to work. Any ideas?
mrmartin86 said:
I have been trying to get this Nexus One boot animation on my NAM Desire Z (unlocked, WWE Desire Z rom, s-off) all night, but it doesn't seem to take. Tried flashing in clockwork, pushing with adb like this, using root explorer, but nothing seems to work. Any ideas?
Click to expand...
Click to collapse
Anyone have any ideas?
You could try using boot animation changer lite from the market. Pretty easy to use and it backs up the stock animation if you want to revert.
Sent from my HTC Vision using XDA App
sandire said:
You could try using boot animation changer lite from the market. Pretty easy to use and it backs up the stock animation if you want to revert.
Sent from my HTC Vision using XDA App
Click to expand...
Click to collapse
Awesome! Worked well, although the one they had for "Nexus One" has a weird lead into it.
mrmartin86 said:
Awesome! Worked well, although the one they had for "Nexus One" has a weird lead into it.
Click to expand...
Click to collapse
Okay, I'm still trying to figure out how these worked. I took that boot animation by modifiying it (removing some of the pictures), renaming in order, and made sure the desc.txt was in the right format, then I write it back to /system/media. What am I missing here on how this works?
I've pushed the boot animation to these 3:
/data/local/bootanimation.zip
/system/media/bootanimation.zip
/system/customize/resource/bootanimation.zip
I've attached the file I'm trying to write if you can see anything wrong it it. Thanks!
mrmartin86 said:
Okay, I'm still trying to figure out how these worked. I took that boot animation by modifiying it (removing some of the pictures), renaming in order, and made sure the desc.txt was in the right format, then I write it back to /system/media. What am I missing here on how this works?
I've pushed the boot animation to these 3:
/data/local/bootanimation.zip
/system/media/bootanimation.zip
/system/customize/resource/bootanimation.zip
I've attached the file I'm trying to write if you can see anything wrong it it. Thanks!
Click to expand...
Click to collapse
Nevermind about this. I finally found out how to fix it. I mounted the /system file in terminal emulator, then manually copied and pasted the bootanimation into those 3 places from my sd card. But do you know where I can find the boot sound?
Got it. It's all in the /system/customize/resource folder. The audio is "android_audio.mp3"
mrmartin86 said:
Nevermind about this. I finally found out how to fix it. I mounted the /system file in terminal emulator, then manually copied and pasted the bootanimation into those 3 places from my sd card. But do you know where I can find the boot sound?
Got it. It's all in the /system/customize/resource folder. The audio is "android_audio.mp3"
Click to expand...
Click to collapse
Last question, and I can put this to rest, so hopefully someone can answer it. What is the deal with the desc.txt file? I tried editing using both notepad (which I heard corrupts it) and wordpad, but it screws everything up. Here is the current settings:
512 256 30
p 1 0 part0
p 0 0 part1
And I'm trying to get it to be only 20 fps as so:
512 256 20
p 1 0 part0
p 0 0 part1
Is there a reason it won't work when I do that?
mrmartin86 said:
Last question, and I can put this to rest, so hopefully someone can answer it. What is the deal with the desc.txt file? I tried editing using both notepad (which I heard corrupts it) and wordpad, but it screws everything up. Here is the current settings:
512 256 30
p 1 0 part0
p 0 0 part1
And I'm trying to get it to be only 20 fps as so:
512 256 20
p 1 0 part0
p 0 0 part1
Is there a reason it won't work when I do that?
Click to expand...
Click to collapse
Does anyone know? I can't seem to find anywhere that explains it well enough, and I'd like to be able to develop some different boot animations.
mrmartin86 said:
Does anyone know? I can't seem to find anywhere that explains it well enough, and I'd like to be able to develop some different boot animations.
Click to expand...
Click to collapse
Well, since nobody seems to help, I kept looking and looking and hopefully I can help someone who is just as confused.
It was not the editing of the desc.txt file that caused the problem. It is when you zip the files, do not zip it with any compression. Simply zip it as a "store" option, and you should be fine if everything else is all set.
Thanks i love the boot animation!

[Q] PC36IMG.zip not working with phone rooted with unrEVOked...

Ok, I've searched for the resolution to m problem for hours to no avail. I can't figure this out. Here is m problem:
I rooted my phone with unrevoked last month, and I'm trying to flash a custom splash over. I can't do it with my PC, even though the drivers are installed (dev manager shows android ADB interface or whatever), when I type fastboot devices (i made sure my phone was in fastboot), it says it doesn't even recognize the command. I don't have an android sdk folder, so I probably haven't done all the required steps, but that is neither here nor there.
I found out about doing it by getting a PC36IMG.zip file that has been made for custom splashes, putting the splash file I want in there, and booting it in bootloader and letting it update. Problem is, it doesn't. The phone recognizes the file, because when it scans my sd card it says "parsing PC36IMG" but then it goes back to the main bootloader screen without doing anything. I'm sure that this should work with a phone rooted with unrEVOked, because the unrevoked website lists this method as the way to put custom splashes on your phone.
I am running Calkulins EViO 2.2 v1.7.6 with ziggy471 Kernel and clockworkmod recovery. HBOOT versions is 2.10.0001. I don't know where to go from here, please help...
are you putting the zip together yourself or you trying a pre made one?
If you want to change the splash screen, and you used unrevoked, you have to follow this method:
How to create Splash
1.Take picture to 480x800 res.
2.save as 24 rgb BMP [using paint, photoshop, ect]
3.run nbimg [from your desktop, where ever]
4. type nbimg -F splash1.bmp -w 480 -h 800 in command prompt [this will create a file on the desktop]
5.rename ^ to splash1.img
6.place in PC36IMG.zip
7.reboot into bootloader, it should detect the file, say yes to update, then reboot, and you're all set.
I attached the file in a zip, just extract it
Edit: You can also make a PC36IMG.zip or take the files out of a previous .zip file and insert the new image. The image should be the only thing in the .zip file
I am using a premade PC36IMG file, one that was made specifically for flashing splash screens. It has the text file in it already, and I downloaded the file for my splash screen from these forums. I downloaded the splash screen of the blood splattered apple icon with a bullet through it. It is already named evosplash1.rgb565 .
As far as the program you attached, I tried opening it and the command prompt flashed real quick and then closed. But I shouldn't need it anyway, because I already have the splash screen, I don't need to make one.
I'll attach the file I'm trying to use so anyone can see if there is something wrong with the file.
rename evosplash1.rgb565 to splash1.img and try again.
Thread moved to Q&A.
Also be sure its not named oc36img.zip.zip. the phone will automatically at the .zip, so you only name it "pc36img " on your sd card, then the .zip gets added. Good luck.
Sent from my PC36100 using XDA App
moseso said:
rename evosplash1.rgb565 to splash1.img and try again.
Click to expand...
Click to collapse
HAAAA! That was it! Gosh, you don't know how many hours of searching and asking it took for me to get that! lol Ok, so I just had to rename the file to splash1.img and it worked, praise Jesus lol Thanks a lot.
wizholt7 said:
HAAAA! That was it! Gosh, you don't know how many hours of searching and asking it took for me to get that! lol Ok, so I just had to rename the file to splash1.img and it worked, praise Jesus lol Thanks a lot.
Click to expand...
Click to collapse
It took me quite a while to get this right too. Enjoy your new splash screen...
lol u and me both.. it took me forever HEHEHe

[Q] Custom Boot Screen help

(idk if this is the right section for this post)
So I'm trying to make a custom boot screen for my G2. I made a png in photoshop thats 480 by 800 and put it in bootanimation.zip and all that. I put it in /system/media replacing the previous bootscreen.zip (the MIUI one because I'm using that rom). The problem is that, when I reboot my phone after the HTC splash screen, it just shows a black screen until the phone is done booting. I might have something wrong in the desc file or maybe i need to make my pic 24-bit or something. Any help would be great. I'll include the file and the image, because the image is awesome.
My image is supposed to look like the THX logo that is sometimes at the beginning of movies, except it says HTC. Eventually, if I get this to work, I might make it animated and add sound to be like the THX thing.
Anyone? Does anyone here have any suggestions? Or should I put this in Android Q&A
Pr.TOSHIBA said:
(idk if this is the right section for this post)
So I'm trying to make a custom boot screen for my G2. I made a png in photoshop thats 480 by 800 and put it in bootanimation.zip and all that. I put it in /system/media replacing the previous bootscreen.zip (the MIUI one because I'm using that rom). The problem is that, when I reboot my phone after the HTC splash screen, it just shows a black screen until the phone is done booting. I might have something wrong in the desc file or maybe i need to make my pic 24-bit or something. Any help would be great. I'll include the file and the image, because the image is awesome.
My image is supposed to look like the THX logo that is sometimes at the beginning of movies, except it says HTC. Eventually, if I get this to work, I might make it animated and add sound to be like the THX thing.
Click to expand...
Click to collapse
I'm not sure what your problem is, I just go into terminal emulator and do
Code:
su
mount -o remount,rw /system
cp /filelocation/bootanimation.zip /system/media/
which I believe is pretty much the same thing you've been doing, but your picture is way cool! if you end up getting it working you should share it
I want it now, but with sound and animation. Please, make it now. I'd even pay .99 for it.
duh, read things properly chris

Lg boot screen?

Anyone know if the Lg part of the boot animation can be disabled? I a newb, but I think it may be affecting my custom boot animation making it cut off too early. I'm on the skydragon rom. Also I set permissions to r-w-r-r on both bootanimation.zip as well as poweron.ogg. Thanks in advance for any help you can provide!
Demonic7789 said:
Anyone know if the Lg part of the boot animation can be disabled? I a newb, but I think it may be affecting my custom boot animation making it cut off too early. I'm on the skydragon rom. Also I set permissions to r-w-r-r on both bootanimation.zip as well as poweron.ogg. Thanks in advance for any help you can provide!
Click to expand...
Click to collapse
If you are talking about the screen that says powered by android at the bottom (splash screen), it's separate from the boot animation. I don't recommend disabling it. You can change your bootanimation settings in your desc.txt file. If you have multiple folders, part0, part1,.... etc.... change the p of the folder line to c and that should make your boot animation complete before going to your default screen. Here's an example of how to modify your desc.txt. The change is in BOLD:
Text to right between (....) describes each "setting" in desc.txt and are not part of the desc.txt file.
Original
1080 1920 30 (1080x1920 resolution at 30fps)
p 2 10 part0 (play,# of times to repeat, amount of frame pause, folder part)
p 3 0 part1 (play,# of times to repeat, amount of frame pause, folder part)
Changed
1080 1920 30 (1080x1920 resolution at 30fps)
p 2 10 part0 (play,# of times to repeat, amount of frame pause, folder part)
c 3 0 part1 (complete, # of times to repeat, amount of frame pause, folder part)
Hope this helps.
Thanks for info I'll try it out when I get a chance, or in the mood rather to switch it back out. I'm currently using one from one of the themes for cm12, but right now I'm on blisspop.
Sent from my LG-D851 using XDA Free mobile app
jran0880 said:
If you are talking about the screen that says powered by android at the bottom (splash screen), it's separate from the boot animation. I don't recommend disabling it. You can change your bootanimation settings in your desc.txt file. If you have multiple folders, part0, part1,.... etc.... change the p of the folder line to c and that should make your boot animation complete before going to your default screen. Here's an example of how to modify your desc.txt. The change is in BOLD:
Text to right between (....) describes each "setting" in desc.txt and are not part of the desc.txt file.
Original
1080 1920 30 (1080x1920 resolution at 30fps)
p 2 10 part0 (play,# of times to repeat, amount of frame pause, folder part)
p 3 0 part1 (play,# of times to repeat, amount of frame pause, folder part)
Changed
1080 1920 30 (1080x1920 resolution at 30fps)
p 2 10 part0 (play,# of times to repeat, amount of frame pause, folder part)
c 3 0 part1 (complete, # of times to repeat, amount of frame pause, folder part)
Hope this helps.
Click to expand...
Click to collapse
Hey tried it. It didn't even show up at all. I was using a boot animation in themes (I'm on blisspop atm) Pretty sure I've done everything right unless there are different steps than on kk?
Sent from my LG-D851 using XDA Free mobile app
Demonic7789 said:
Hey tried it. It didn't even show up at all. I was using a boot animation in themes (I'm on blisspop atm) Pretty sure I've done everything right unless there are different steps than on kk?
Sent from my LG-D851 using XDA Free mobile app
Click to expand...
Click to collapse
Sorry forgot to say I did switch back to the stock blisspop BA before setting it up. I didn't reboot before doing that though. Could that be the problem?
Sent from my LG-D851 using XDA Free mobile app
Is your bootanimation part of a theme you are developing? Or is it only a boot animation.zip file? If just a file, you can try and place it in /data/local/tmp and see if it supersedes the stock one. I have been having an issue getting a custom bootanimation to work on rooted stock D851, both KK and LP. If I place in /system/media or /data/local/tmp and either rename the original BA or move it to another location, when I reboot phone, it shows LG screen until boot complete. Seems to be on going issue. Wouldn't think it would affect CM based ROMs with theme engine. You may want to work it into a theme a see what happens.
jran0880 said:
Is your bootanimation part of a theme you are developing? Or is it only a boot animation.zip file? If just a file, you can try and place it in /data/local/tmp and see if it supersedes the stock one. I have been having an issue getting a custom bootanimation to work on rooted stock D851, both KK and LP. If I place in /system/media or /data/local/tmp and either rename the original BA or move it to another location, when I reboot phone, it shows LG screen until boot complete. Seems to be on going issue. Wouldn't think it would affect CM based ROMs with theme engine. You may want to work it into a theme a see what happens.
Click to expand...
Click to collapse
It's just a bootanimation.zip I ran it fine rooted on SkyDragon putting it in system/media. Aside from the issue the op was about. Could point in the right direction for working it into a theme?
Sent from my LG-D851 using XDA Free mobile app
Try placing it in /data/local/tmp and reboot. Sometimes that'll work. As for theme development, there are excellent resources here on XDA. Search theming, cm12 themeing, or similar. Also check github.com/cyngn for the latest CM12.x theme templetes and requirements.
Good luck.
jran0880 said:
Try placing it in /data/local/tmp and reboot. Sometimes that'll work. As for theme development, there are excellent resources here on XDA. Search theming, cm12 themeing, or similar. Also check github.com/cyngn for the latest CM12.x theme templetes and requirements.
Good luck.
Click to expand...
Click to collapse
Thanks I'll see if that works. Also wanted to look into making themes anyway. So win win I guess. If you don't care it'd be nice to add you to share what I come up with.
Sent from my LG-D851 using XDA Free mobile app
Definitely. I don't mind at all.
jran0880 said:
Definitely. I don't mind at all.
Click to expand...
Click to collapse
Hey would I need to edit the files usong a computer instead of like es file explorer. I decided to go rooted stock for a while. Still didn't work.
Sent from my LG-D851 using XDA Free mobile app
As long as you can extract a zip and repack it, you can change the desc.text file or any of your frames in the boot animation. Just make sure there is no compression selected when you rezip. Make sure you select "Store" for your level of compression (which is zero compression). For some reason, rthe G3 doesn't want to accept an alternate boot animation. I've tried /system/media and /data/local/tmp for storage with no luck. Usually get the splash screen until boot or sometimes a blank screen after splash screen until boot. I am probably going to try CyanogenMod or another ROM that has the CM theme engine and use my personal theme as a test to see if that works.
jran0880 said:
As long as you can extract a zip and repack it, you can change the desc.text file or any of your frames in the boot animation. Just make sure there is no compression selected when you rezip. Make sure you select "Store" for your level of compression (which is zero compression). For some reason, rthe G3 doesn't want to accept an alternate boot animation. I've tried /system/media and /data/local/tmp for storage with no luck. Usually get the splash screen until boot or sometimes a blank screen after splash screen until boot. I am probably going to try CyanogenMod or another ROM that has the CM theme engine and use my personal theme as a test to see if that works.
Click to expand...
Click to collapse
Well it working fine stock rooted. Except for not playing all the way through. I had to extract it with es to edit it. That said I had no idea what to select when I reziped it. That's probably where I screwed up.
Sent from my LG-D851 using XDA Free mobile app
Stock KK or LP? I tried both with no success in either folder. As far as it completing boot before animation completes, do you have more than 1 "part" folder? If so, make sure all "part" folders (part0, part1, part2.....) run only 1 time. Your last "part" folder should repeat, but not infinitely (do not set to 0 for loop number). If your animation is excessively long, try increasing frame rate to play faster.
Would you please walk me through the process you went through to install your animation? Also, what are your settings in "desc.txt" file? As well as the size of each image in your "part" folders? Are your images .png or .jpg? I'm wondering if maybe my image resolution is not high enough for this screen....
jran0880 said:
Stock KK or LP? I tried both with no success in either folder. As far as it completing boot before animation completes, do you have more than 1 "part" folder? If so, make sure all "part" folders (part0, part1, part2.....) run only 1 time. Your last "part" folder should repeat, but not infinitely (do not set to 0 for loop number). If your animation is excessively long, try increasing frame rate to play faster.
Would you please walk me through the process you went through to install your animation? Also, what are your settings in "desc.txt" file? As well as the size of each image in your "part" folders? Are your images .png or .jpg? I'm wondering if maybe my image resolution is not high enough for this screen....
Click to expand...
Click to collapse
I'm not to sure about what file type haven't looked as I didn't make it myself. I haven't edited the desc file yet. Also I'm stock kk. I used es file explorer with root explorer turned on copied the bootanimation to system/media, and the poweron.ogg file to system/media/sounds/ui. Set permissions to r-w-rr, and rebooted. Also if you need to find the files types you can find the boot animation I'm using here: http://forum.xda-developers.com/lg-g3/themes-apps/bootanimation-android-5-0-l-boot-t2814467
It's watch dogs by kachow I do believe.
Sent from my LG-D851 using XDA Free mobile app

Categories

Resources