[Q] Sense ROM custom shutdown animation? - G2 and Desire Z Q&A, Help & Troubleshooting

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?

I've been messing with creating shutdown and startup animations lately. For me I've found strangely if I create a desc.txt file and have the right contents (I've read guides on what everything in a desc.txt file does) that it will often not work causing the whole boot animation to show nothing. desc.txt can be verry temperamental for me and is often the cause of a boot animation completely not working. I've look at this for your shutdown animation first. I have found on multiple occasions that it's necessary to copy a desc.txt from a working bootanimation and then change the settings in it and I also make sure word wrap is off in note pad as a precaution before I save. Of course you probably know you always need to save your downanimation.zip and bootanimation.zip with the "store" method of zip in your zip program which means it uses no compression. I haven't had problems with shutdown animations not working only noticed however that it doesn't seem to read information from the desc file like a bootanimation. For example if I have smaller images and have the setting of 480 800 the boot animation will be stretched to full screen on my Desire HD. If I have anything smaller than 480 x 800 in the downanimation.zip it won't resize it.
I've heard some of the older phones have problems with using the animations in folders if they are over 3mb in .png. You can have quite a number of folders so long as they are named in the desc.txt. Also the heard that older phones have even more problems with .jpg and even smaller than 3mb in a folder maybe necessary for that. On my Desire HD I've found no such problems. I've pushed a 33mb bootanimation to the /data/local folder and it works but lags. Once I reduced it to 17mb it's fine. The shutdown animation seems maybe more likely to lag so I keep it smaller still.
If anyone knows what to the file name, location and type for the shutdown sound please PM me... I'm desparatly wanting to know to finish off my shutdown and startup animations I've been working on. Thanks
---UPDATE---
Ok so something important I've found. There are settings that control the startup and shutdown animations and sounds, they are located in the "/system/customize/UI" folder on the phone. For my using LeeDrOiD custom rom there are two files located here, "default.xml" and also "LeeDrOiD.xml". You'll need to copy both of those from the phone and open with a text editor like notepad. In command prompt from from the Android SDK platform-tools folder (make sure Android SDK + USB drivers are installed) you can do this:
"adb ls /system/customize/UI"
see which .xml files are listed there as well. In my case there is only default.xml and LeeDrOiD.xml
"adb pull /system/customze/UI/default.xml"
"adb pull /system/customze/UI/LeeDrOiD.xml"
Now with notepad open up default.xml. Make sure word wrap is off. Go down to the bottom and you should see something like this:
<BootConfiguration>
<BootAnimation animation="/data/local/bootanimation.zip" audio="/data/local/android_audio.mp3" />
</BootConfiguration>
<ShutdownConfiguration>
<ShutdownAnimation image_png="/system/customize/resource/downanimation.zip" image="" fps="15" />
</ShutdownConfiguration>
</customization_form>
Okay so you can see here it's obvious you can change the name and path of the startup animation and sound as well and the shutdown animation and the frame rate. I can confirm that now after changing the fps=24 (which is the speed of my shutdown animation) that it now plays faster and at the correct speed.
If there are other .xml files here check to see if they have the same info as default.xml. In my case LeeDrOiD.xml was the same so I edited it with the same settings I changed in default.xml.
When you are done remeber to copy the files back in command prompt for example:
"adb push default.xml /system/customze/UI/default.xml"

Solved here. thanks.

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.

[Q] Bootanimation.zip help please

I have been trying desperately to get my boot animation to change, and have made some success from just locking the device up to skipping the animation all together.
I can't seem to figure out what people mean when they say to save the desc.txt file as a UNIX file, but have been trying to use UTF-8 in Notepad++. This is what searching google has showed as the prefered *nix text file encoding. I even went so far as to just copy and paste the desc.txt file from one of the other zips on the device to my zip to get it to work, and no joy. So, I am not sure if this is the trouble or not.
This is on a Sprint lovers rom and I have put them in /data/animation. I had them in /system/customize/resource along with another spash screen, but it just ignored it there and went to the /data/animation ones. Or, maybe was using those all along. I am not sure.
So, I shall include my zip for scrutiny, and my audio for scrutiny as well. I have removed most of the images to get the zip down to size limits and stuffed the audio file in the zip as well.
I would like some hints on what I did wrong. I am trying to learn this stuff....
I use a program called Text Pad. It's free just search for it on Google. After creating the file hit "save as" name the file "desc" and at the bottom you will see a drop down menu labeled "file format" and it will give you the option to save as PC, UNIX, MAC. Choose UNIX. The second step is putting it all into a zip folder that isn't compressed. For this I use 7-Zip. Open 7 zip and highlight the desc file and the folders that have your animations. Next click the add button at the top menu, when the next window pops up you will be able to name the zip "bootanimation". Find the drop down menu labeled "compression level" and select "store", next find the drop down menu labeled "update mode" and select add and replace files. Last hit the ok button and your zip will be created and should be usable.
i have been dealing with the same thing all day but i got it to work the problem was that the png has to be no more than 24 bit i downloaded your zip and they are at 32 bit mine would not work at that rate i remade the png at 24 bit and all is well..hope this helps
you may also want to run png through pngoptimizer(google it) make sure you hit enter at the end of desc file then save. sound on system/custosimize/resource should be named SPC_animation_final.mp3 and zipped (storage)with same name (no mp3 should be).zip
see if this works for you
Will it boot?
dased14 said:
you may also want to run png through pngoptimizer(google it) make sure you hit enter at the end of desc file then save. sound on system/custosimize/resource should be named SPC_animation_final.mp3 and zipped (storage)with same name (no mp3 should be).zip
see if this works for you
Click to expand...
Click to collapse
I have a question about the kindle fires Bootanimation.zip
will the kindle still boot without the Bootanimation.zip or will it just lock up?
is there anyway to turn off the boot animation? I am running a jb rom and would really prefer it if there were no boot animation..
skipwilly said:
is there anyway to turn off the boot animation? I am running a jb rom and would really prefer it if there were no boot animation..
Click to expand...
Click to collapse
Try deleting sanim and bootanimation zips from /system/media.

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

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

[Q] can't flash loading screen

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.

[BOOT ANIMATION] Matrix green landscape

this is a boot animation that i converted from the intro of matrix 1 movie. I do not own this animation the owners are the owners of the matrix movie.
i simply converted it to animation and formatted it for 1280 x 720 screens
it starts with matrix code then says "the matrix" and after that you get the green cursor blinking.
this took hours to do so thank me if you are thankful.
to make this your shutdown animation, name the zip "shutdownanimation.zip" (no caps) and drop and replace any existing file in /system/media/
if you want to save your old animation just rename it before you drop the file there. ( youll need to use a program like ES file explorder with root access and mount system directory in order for this to work ) then unmount after, and reboot.
same goes for bootanimation the file name is bootanimation.zip sometimes this goes in /system/media/ but more likely then not the boot animation goes in /data/local/ if you want to be safe just copy it to both locations. again ES file explorer is capable of accessing your data folder.
(root required)
any damage done to your phone is your own fault, only use this file if your phone has a screen resolution of 1280x720
if you have another resolution phone you can open the desc.txt file in notepad++ and change the resolution and it should work, just make sure you use the right resolution and you change the smaller number with the smaller number and larger with larger or else your image will be distorted.
note: this method can change most animation resolutions as long as the dimensions are somewhat similar. android will scale the files, if not you'll see distorted images or nothing.
SIDE NOTE: i recommend testing all animations with shutdownanimation.zip FIRST. this way if there is an issue you can pull your battery and boot into your phone and fix it, if you create a problem with bootanimation it could be a little harder to fix, although most of the time a faulty animation will be skipped by the system rather than causing boot loops (most of the time, i have heard of problems thats why i recomend trying any animation not verified working with your phone as a shutdownanimation first)
note on some custom roms like Cyanogenmod you don't want to use a shutdownanimation. because it's shutdown process is like 2 seconds, stock roms do alot of reflashing during shutdown (or something to that nature) and its more like an 8 second shutdown, in this case you'll see "phone shutting down" dialogue for 4-5 seconds" if you are getting that i would recommend using an animation as its much more pleasant to look at.
by the way this animation would look GREAT on a tablet, anything that's 1280x720 should be able to use the file straight up and any other resolution tablet just change the desc.txt file like i described above
KronicSkillz said:
by the way this animation would look GREAT on a tablet, anything that's 1280x720 should be able to use the file straight up and any other resolution tablet just change the desc.txt file like i described above
Click to expand...
Click to collapse
another note is that if you unpack the zip at any time and have to repack it, use winrar and make sure you use compression method: STORE and not normal compression (this will cause black screen because the program expects a uncompressed zip file)
here is a matrix code animation that is portrait style instead of landscape with no "the matrix" words just the matrix code. i didn't make this one i just formatted it for 1280x720, i got it off the app "bootanimations root" and reformatted it.
if anyone is having trouble resizing an animation they like, post the animations .zip file here that you download for any other android phone or tablets animation that you want to use with your phone, give me the dimensions of your phone (this can be found by good your phones name and "specs" for instance for this phone lg p930 specs, youll get lists of specs for the phone, and it'll tell you this phone is 1280x720. so give me the zip from the animation you want to use and your phones resolution and i'll make the changes and repack the file for you. (if you dont use the right zip app and text editor it won't work)
Unable to flash it. Says invalid zip
TWRP latest
My phone is 720 p it is sure
Can u still help me?
This is my current boot animation
I found it has 3 parts while ur one has 1
In this animation please replace Part 2 by matrix Green
As I like part1& part3 but hate part2
I m on android 7.1.2 nougat
Mi REDME 3s prime
Custom rom RR 5.8.5

Categories

Resources