MIUI boot animation - LG Optimus L90

Guys, tell me please how to set my own .gif as boot animation on MIUI. Or how to do boot animation and send it to MI servers for able to download and apply it.
BTW. What are the best boot animations you know? Especially dedicated for MIUI.

bartispl said:
Guys, tell me please how to set my own .gif as boot animation on MIUI. Or how to do boot animation and send it to MI servers for able to download and apply it.
BTW. What are the best boot animations you know? Especially dedicated for MIUI.
Click to expand...
Click to collapse
i didnt try yet, but go to root folder in android with any root explorer (7zip for example) system-media-bootanimation.zip.
just copy to pc, edit the single pictures and put the single gif pics in there, maybe Photoshop?. just save the single pics. (didn't try it yet, or have a look here http://www.hongkiat.com/blog/change-android-boot-animation/)

I know how to make a boot animation. But I can't replace new boot animation with the old one. I have root and file explorer with root access but I still can't replace or remove anything from "/" folder.
Whatever. Tell me how to send any theme to MIUI Theme Market to make it possible to download by anyone.

Related

[How To] Replace Shutdown Animation

..
..
Heres one I did. It's animated but it goes so fast you practically miss it anyway...
Couldn't get a gif preview up.
I got a few more I made but I wanted to share this one. A good universal shutdown sequence.
Also just for reference, it seems the png's can so far be anything under a png 24.
I love the Android Scribble boot animations that GLa'DOS put together here:
http://forum.xda-developers.com/showthread.php?t=696193
I decided to create an "un-scribble" shutdown animation which is basically his work in reverse. I had to cut several "frames" to get it down to 26 images but it looks pretty good. It's attached as Scribble_shutdown.zip.
Martian21
Here is an i, robot shutdown sequence i made. I wish the picture was a little clear but it works.
Can i use the same animation for the Shotdown as for the Startsup?
I mean that both 26 png's
Would be nice to know that
Thank God for custom shutdown animations. Oh if anyone is looking for tutorial on how to do it check: http://www.phonebuff.com/2011/06/change-shutdown-animation-for-android/
I am unable to find system/media/video folder.
i made folder of this kind and ket the zip too nothing happens.
help will be much appreciated
s.yogamurthy said:
I am unable to find system/media/video folder.
i made folder of this kind and ket the zip too nothing happens.
help will be much appreciated
Click to expand...
Click to collapse
The newest ROMs do not use this file format. They are utilizing the *.qmg files - not hackable. If you roll back to Froyo or Eclair you can use this type of shutdown.
I have a problem
Hi guys
In my phone the shutdown animations is in a diferetn location
the location is system/bin/shutdownanimation and i can run this as a script.
I renamed it to .bak and now it doesent show up wich is great but i cant replace another one i've tried as a .gif .qmg i've changed the permisions to be de same as the original animation but the new one never works HELP
using root explorer
stock rom
stock kernel
root using xda how to
device huawei y300
boot splash screen was succesfuly changed with genotools
What is the correct file type and how can i replace it?

[Q] Custom Boot Animations Play Forever!

I'm trying to get custom boot animations working on a stock deodexed ROM. What I've done so far is in /system/bin: deleted "samsungani" and then renamed "bootanimation" to "samsungani". This got rid of the Samsung boot animation in place of the Vanilla Android one and this works fine (although it is rather crap!).
However if I place any custom boot animation at /system/media/bootanimation.zip it works, but it just plays indefinitely and fails to disappear once the Android interface has loaded. I've tried editing the animation settings inside the zip file. I've also tried a boot animation pulled straight out of the Simplicity v2.1 ROM's zip file which doesn't work either, so it is obviously not a problem with the actual bootanimation.zip as that one must be preconfigured to work on an S5830i.
I must need to change something else but I have no idea what? I tried deleting "bootsamsungloop.qmg" "bootsamsung.qmg" from /system/media which done absolutely nothing.
Bump: I think custom ROM developers should know the answer to this or anyone else please?
EDIT: I worked it out. If anyone wants to know, forget about what I said in the first post. It seems that /system/bin/samsungani is modded in ROMs with custom boot animations as there is a difference in file size. So just overwrite your samsungani with the modified version from a ROM's zip file that has a custom boot animation, such as Simplicity v2.1. Then put your bootanimation.zip in /system/media and that's it.
To remove/replace the boot animation sound the file is /system/etc/poweron.ogg, delete it or replace it.

[Boot Animation] ctOS Boot Animation

Hello!
So I've been playing a bit of Watch Dogs as of late, and decided that I wanted to go ahead and make a ctOS-style boot animation, emulating the geometric hacker-looking loading animation you see in the game;
I went ahead and found this video of the animation I was looking for, and formatted it into a 1080p boot animation for my OnePlus One, and any other 1080x1920 resolution phones.
Click Here To Download The CM11/CM12 Version From Google Play!
OTHER LINKS ARE DOWN THIS WEEK UNTIL MY GOOGLE DRIVE IS UPDATED
I've attached the two ZIP installers to this OP in the meantime:
Installation Instructions:
The first download link is the Google Play link for my CM11/CM12 version, it works with any ROM that supports both the CM11 Theme Engine, and the new CM12 Theme Engine!
The other 2 attachments are flashable ZIP files - one for 1080p phones, and the other for 720p phones - just reboot to your recovery (TWRP or CWM), and flash away! The installer backs up your previous boot animation, and applies mine. It's that simple.
A huge thanks to Flashalot for making the ZIP for me, and now thanks to exxxistent for making a 720p version installer too!
ATTENTION -- for any ROMs using the CM11 or CM12 Theme Engine, use the Google Play link above; any of the following methods will only replace the stock boot animation for the ROM with the one you install. Therefore, any themes you apply other than the stock ROM theme will supersede my boot animation and use the theme's instead.
To install via your phone:
Download the bootanimation.zip file, and open up a root file explorer to find where you downloaded it to
Now go ahead and navigate to your /system/media folder (you may need to allow your file explorer to mount system as read/write for the next step)
Find your current bootanimation.zip, and rename it to bootanimation.zip.bak (just backin' up your original one)
Now copy the downloaded bootanimation.zip into /system/media, and make sure the permissions for the zip are RW-R-R (octal 644)
And it's installed!
To install via ADB:
Download the bootanimation.zip file from the download link above, and find the file in your computer's file manager
Open up the folder where you have your ADB binary, and copy the bootanimation.zip file into that folder
Connect your phone to your computer via USB, and make sure USB Debugging is enabled on your phone
Open up Command Prompt (PC) or Terminal (Mac), and type:
Code:
cd [THE FOLDER ADB IS IN]
** For Mac users, you may need to type in ./adb instead of just adb, if you get a "command not found" error
Now, type in the following, hitting enter after every line:
Code:
adb push bootanimation.zip /sdcard/bootanimation.zip
adb shell
su
mount -o remount rw /system
mv /system/media/bootanimation.zip /system/media/bootanimation.zip.bak
cp /sdcard/bootanimation.zip /system/media
chmod 644 /system/media/bootanimation.zip
And you're good to go!
Click to expand...
Click to collapse
I'm currently working on a variant of this animation, in which the beginning part loops and then the animation ends on the ctOS icon, like it does if you are waiting for the game to load. I've figured out how the Android L and M boot animations implement a closing animation, so it shouldn't take long to recreate the 1080p version to start with.
Enjoy!
hey bro!!
I like this bootanimation.
my mobile doesn't supports the .gif format, so can u make this .zip for me?
Do you want the previews I made in a zip format? Because the bootanimation itself is in a JPEG series format that should work for any 1080p phone.
Very nice!
Is this just download and flash via twrp?
Sent via quantum entanglement, focused through my OnePlus One.
beastlykings said:
Very nice!
Is this just download and flash via twrp?
Sent via quantum entanglement, focused through my OnePlus One.
Click to expand...
Click to collapse
It is not. It's to push to /system/media and to set permissions to at least rw-r-r.
That is a great idea for a boot animation, but wouldn't it be nicer to make it an apk instead of zip and use the CyanogenMod theme engine to set it as boot animation?
Is it possible, can you make it or perhaps someone here who knows how can help you?
Sent from my OnePlus One using XDA Free mobile app
Thanks a lot. Just flash and good to go. I wonder if this will work on the htc m8?
ILoveYouAll said:
Thanks a lot. Just flash and good to go. I wonder if this will work on the htc m8?
Click to expand...
Click to collapse
It should work on any 1080x1920 resolution screen, so you should be good to go. As far as the installer goes, just make sure your bootanimation for your ROM is being loaded
from /system/media, and you should be fine using it with your m8.
P1f said:
That is a great idea for a boot animation, but wouldn't it be nicer to make it an apk instead of zip and use the CyanogenMod theme engine to set it as boot animation?
Is it possible, can you make it or perhaps someone here who knows how can help you?
Sent from my OnePlus One using XDA Free mobile app
Click to expand...
Click to collapse
That's a great idea! I went ahead and started looking into making CM11 Theme Apps, so once I've made one for the bootanimation I'll put the Google Play link here.
This is epic, I love it. :good:
Thanks for de-mystifying this for us.
I wanted the stock CyanogenMod "cid" animation on my One, and your explanation made it dead easy to accomplish.
Very nice. Thank you.
Looking forward to more!
Very very nice ... Love it
The stock bootanimation + ctOS style has to be something awesome. Can you do it?
Thanks for your work!
Enviado desde mi OnePlus One usando Tapatalk
you know what, you may as well copy the "bootanimation.zip" file to the /data/local/ directory, change permissions to rw-r-r and then reboot. you get the same effect without renaming any file at all. for me it's cleaner and may not break future OTAs.
Did not work on Mahdi rom flashed via TWRP
Edit: Also tried with adb shell... the file is copied correctly but boot animation is still stock !! how is this possible ?
Heas Heartfire said:
The stock bootanimation + ctOS style has to be something awesome. Can you do it?
Thanks for your work!
Enviado desde mi OnePlus One usando Tapatalk
Click to expand...
Click to collapse
If you're referring to the stock Android L boot animation, then yes, I'm already working on it! Classes just started for me, so I may be a bit busy for a while, but I'll work on this as much as I can.
ondoy1943 said:
you know what, you may as well copy the "bootanimation.zip" file to the /data/local/ directory, change permissions to rw-r-r and then reboot. you get the same effect without renaming any file at all. for me it's cleaner and may not break future OTAs.
Click to expand...
Click to collapse
That's true, it's definitely easier... I prefer doing everything manually if I'm going to do anything manually at all, so I guess that's why I like renaming files and working in the /system/media/ directory
dayanandgp said:
Did not work on Mahdi rom flashed via TWRP
Click to expand...
Click to collapse
So sorry it couldn't work for you! It looks like Mahdi ROM may not be working with any custom boot animations right now, so I've added that to the OP. I've also contacted the dev to let me know when that's been resolved, so we'll just have to sit tight and wait until that's working again....
nissanskylinebam said:
So sorry it couldn't work for you! It looks like Mahdi ROM may not be working with any custom boot animations right now, so I've added that to the OP. I've also contacted the dev to let me know when that's been resolved, so we'll just have to sit tight and wait until that's working again....
Click to expand...
Click to collapse
Got it working !! apparently the issue is themesshowcase App ... If you set a different bootanimation from stock , the .zip file is picked up from local folder of the theme. so even though i copied the file to correct location , it was the stock location. i.e what you have mentioned in OP. After i switched to stock bootanimation via Themesshowcase app , it loaded ctOS animation very nice animation !! thanks for the work !
dayanandgp said:
Got it working !! apparently the issue is themesshowcase App ... If you set a different bootanimation from stock , the .zip file is picked up from local folder of the theme. so even though i copied the file to correct location , it was the stock location. i.e what you have mentioned in OP. After i switched to stock bootanimation via Themesshowcase app , it loaded ctOS animation very nice animation !! thanks for the work !
Click to expand...
Click to collapse
Perfect, thanks for letting me know! I'll go add that to the installation instructions, and remove that Mahdi ROM is incompatible. The dev actually just got back to me and told me boot animations work fine with the ROM, so it's good to hear there's just a workaround required for manual insertion via my flashable zip. Otherwise that would've sucked for everyone using the CM11 Theme Engine...
If I want to switch back to stock can I change it from the theme manager or do I have to reflash the stock animation as well?
jonjinbae said:
If I want to switch back to stock can I change it from the theme manager or do I have to reflash the stock animation as well?
Click to expand...
Click to collapse
I'm going to add all of this to the OP when I get a free minute here, but the CM11 Theme Manager will see my installed boot animation as the stock one that comes with the ROM, so you will have to manually restore the old one before seeing it in your default theme again. You can change to another boot animation via the Theme Manager, but the stock one will stay as mine until you either flash the "undo" zip file or manually replace the backed-up stock boot animation.

[SOLVED] How to change Boot animation of Huawei P8 Lite (ALE-L21)

Hello buddies,
Today I wanna share a little thing to you.. I always want to change the boot animation of my phone. when I bought Huawei P8 lite I had tried to do so. But I failed because like other previous version of Android (ICS,JB,KK) I didn't find the /media folder in root/system.. That's way flashble zip files of boot animation don't work if you flash them via custom recovery
I searched in google for a solution. I didn't find nothing new there. I also tried some apps like Bootanimation.apk. But the result was same. :crying: :crying:
Finally I solved this problem with my own effort and successfully changed the boot animation..
To change boot animation first of all you must root your device.. if you have a rooted device then download Root Explorer/ Es File Explorer or Something like these.
1. Launch the application which you installed and go to /root folder of your device.
2. Find /cust folder and Click on it.
3. Here you will see some folders. Just click on preinstalled folder.
4. Then go to /public/media folder and you will get a zip named bootanimation.zip. Just delete it or rename it like bootanimation.zip.bak.
5. Now just put your boot animation file in that folder and Reboot your device.
THAT'S ALL
CAUTIONS:
1. Download the boot animation file according to your disply resolution [P8 Lite (ALE-L21) Resolution is 720x1280 ]. Boot animation of other resolution won't work at all.
2. If you download a flashable zip file then extract it and use the bootanimation.zip file which you get inside it.
DOWNLOAD:
Android L Boot Animation Collection
Android Marshmallow Boot Animation Collection
Hi
Do you know how to change a logo to Huawei? Got problem with update via dload - that's ok - I do it with fastboot. I flash system, cust, boot and recovery. Boot animation changed to Huawei but operator's logo (with 'powered by Android') after I power on is still there. Any ideas?
Thanks
Tomek
Thanks, I was searching for that bootanimation.zip. I searched in Google and found nothing.
Very Helpful. Thanks AGAIN!:good:
I can't find my root folder?
Will it work in other huawei devices mine is huawei x1
Rifat Nurr said:
Hello buddies,
Today I wanna share a little thing to you.. I always want to change the boot animation of my phone. when I bought Huawei P8 lite I had tried to do so. But I failed because like other previous version of Android (ICS,JB,KK) I didn't find the /media folder in root/system.. That's way flashble zip files of boot animation don't work if you flash them via custom recovery
I searched in google for a solution. I didn't find nothing new there. I also tried some apps like Bootanimation.apk. But the result was same. :crying: :crying:
Finally I solved this problem with my own effort and successfully changed the boot animation..
To change boot animation first of all you must root your device.. if you have a rooted device then download Root Explorer/ Es File Explorer or Something like these.
1. Launch the application which you installed and go to /root folder of your device.
2. Find /cust folder and Click on it.
3. Here you will see some folders. Just click on preinstalled folder.
4. Then go to /public/media folder and you will get a zip named bootanimation.zip. Just delete it or rename it like bootanimation.zip.bak.
5. Now just put your boot animation file in that folder and Reboot your device.
THAT'S ALL
CAUTIONS:
1. Download the boot animation file according to your disply resolution [P8 Lite (ALE-L21) Resolution is 720x1280 ]. Boot animation of other resolution won't work at all.
2. If you download a flashable zip file then extract it and use the bootanimation.zip file which you get inside it.
DOWNLOAD:
Android L Boot Animation Collection
Android Marshmallow Boot Animation Collection
Click to expand...
Click to collapse
i have already done this with all these methods (with 3 method) but its the same bootloader :crying: :crying: :crying:
pls help me
Iona.bartishvili said:
i have already done this with all these methods (with 3 method) but its the same bootloader :crying: :crying: :crying:
pls help me
Click to expand...
Click to collapse
Try this....
Is a Spanish tool that works like a charm for changing bootlogo and bootanimation
https://mega.nz/#!8BN1FLQB!l-9gTB4NTFLg6bi9Yp86KMz2ZeMsockseWx-Y-ZxY4E
Don't forget to say thanks,
Link to original thread
http://www.htcmania.com/showthread.php?t=1192627
Iona.bartishvili said:
i have already done this with all these methods (with 3 method) but its the same bootloader :crying: :crying: :crying:
pls help me
Click to expand...
Click to collapse
Sent from my Edison 3 using XDA-Developers mobile app
Iona.bartishvili said:
i have already done this with all these methods (with 3 method) but its the same bootloader :crying: :crying: :crying:
pls help me
Click to expand...
Click to collapse
my root file is empty, why? :/
---------- Post added at 01:21 AM ---------- Previous post was at 01:18 AM ----------
Rifat Nurr said:
Hello buddies,
Today I wanna share a little thing to you.. I always want to change the boot animation of my phone. when I bought Huawei P8 lite I had tried to do so. But I failed because like other previous version of Android (ICS,JB,KK) I didn't find the /media folder in root/system.. That's way flashble zip files of boot animation don't work if you flash them via custom recovery
I searched in google for a solution. I didn't find nothing new there. I also tried some apps like Bootanimation.apk. But the result was same. :crying: :crying:
Finally I solved this problem with my own effort and successfully changed the boot animation..
To change boot animation first of all you must root your device.. if you have a rooted device then download Root Explorer/ Es File Explorer or Something like these.
1. Launch the application which you installed and go to /root folder of your device.
2. Find /cust folder and Click on it.
3. Here you will see some folders. Just click on preinstalled folder.
4. Then go to /public/media folder and you will get a zip named bootanimation.zip. Just delete it or rename it like bootanimation.zip.bak.
5. Now just put your boot animation file in that folder and Reboot your device.
THAT'S ALL
CAUTIONS:
1. Download the boot animation file according to your disply resolution [P8 Lite (ALE-L21) Resolution is 720x1280 ]. Boot animation of other resolution won't work at all.
2. If you download a flashable zip file then extract it and use the bootanimation.zip file which you get inside it.
DOWNLOAD:
Android L Boot Animation Collection
Android Marshmallow Boot Animation Collection
Click to expand...
Click to collapse
my root file is empty, why?
Thanks bro you are the best
for marshmallow rom the location of bootanimation is system/etc/media, 720p zip worked fine for me. also don't forget to give it rw-r-r permissions.
Well how to change Honor logo at the boot that appears just before boot animation ?
and from where we can get nice boot logos for honor
Program to do that all for you
Rifat Nurr said:
Hello buddies,
Today I wanna share a little thing to you.. I always want to change the boot animation of my phone. when I bought Huawei P8 lite I had tried to do so. But I failed because like other previous version of Android (ICS,JB,KK) I didn't find the /media folder in root/system.. That's way flashble zip files of boot animation don't work if you flash them via custom recovery
I searched in google for a solution. I didn't find nothing new there. I also tried some apps like Bootanimation.apk. But the result was same. :crying: :crying:
Finally I solved this problem with my own effort and successfully changed the boot animation..
To change boot animation first of all you must root your device.. if you have a rooted device then download Root Explorer/ Es File Explorer or Something like these.
1. Launch the application which you installed and go to /root folder of your device.
2. Find /cust folder and Click on it.
3. Here you will see some folders. Just click on preinstalled folder.
4. Then go to /public/media folder and you will get a zip named bootanimation.zip. Just delete it or rename it like bootanimation.zip.bak.
5. Now just put your boot animation file in that folder and Reboot your device.
THAT'S ALL
CAUTIONS:
1. Download the boot animation file according to your disply resolution [P8 Lite (ALE-L21) Resolution is 720x1280 ]. Boot animation of other resolution won't work at all.
2. If you download a flashable zip file then extract it and use the bootanimation.zip file which you get inside it.
DOWNLOAD:
Android L Boot Animation Collection
Android Marshmallow Boot Animation Collection
Click to expand...
Click to collapse
So I FOUND a program to do all that for you but it was in Spanish, so I translated it and uploaded it here
It doesnot work in my p8 lite ALE-L02 Any solution for installing custom boot animation in Huawei P8 lite ALE-L02
Thank you.:good:

>>>>[BOOTANIMATION]<<<[FLASHABLE] made from the nexus 6p commercial

>>>>[BOOTANIMATION]<<<[FLASHABLE] made from the nexus 6p commercial
I was bored/ unemployed and decided to turn the nexus 6p commercial into a bootanimation.
Just replace your original from system/media ( make sure you keep the original in a safe place) change permission to rw-r--r--.
Hit like if you like. Hit donate if you want too. The attached .gif is not the actual boot animation just a preview made for this post.
Here is the video used to create the boot:
https://youtu.be/4cAHL4LMNlY
https://www.androidfilehost.com/?fid=24399994186369465
******UPDATE EMPLOYED!!!!!********
If you have any request I'm willing to custom make one for you, since I'm unemployed and bored, only 30 Sec video clips please. Or any recommendations?
****UPDATE*** added FLASHABLE.ZIP
https://www.androidfilehost.com/?fid=24407100847293357
***reserved****
is there a difference? you posted 2 times at seperate times
gd6noob said:
is there a difference? you posted 2 times at seperate times
Click to expand...
Click to collapse
No one post just contains the video used
really really choppy and slow...
gd6noob said:
really really choppy and slow...
Click to expand...
Click to collapse
Really? It runs smooth like a video on mine I'll look into the fps
I flashed your zip file but it didn't change anything. I have been trying to flash a custom boot animation with audio for a few days and I can't seem to get it to stick. I've even used Rom Toolbox to flash but animations but all that I've achieved is actually losing my standard boot animation.
Can you please help?
Predtechhacker said:
I flashed your zip file but it didn't change anything. I have been trying to flash a custom boot animation with audio for a few days and I can't seem to get it to stick. I've even used Rom Toolbox to flash but animations but all that I've achieved is actually losing my standard boot animation.
Can you please help?
Click to expand...
Click to collapse
Would you like the stock boot back? ( ALWAYS KEEP IT IN A SAFE PLACE) I'll post it below . I just noticed theres an Error in the flashable.Zip. (To add sound to your bootanimation you must save an .ogg file in the same folder and code it into the animation) .Use root explorer to replace whatever boot animation you have in the SYSTEM>MEDIA folder and edit permission to rwxr--r--
Thanks, I appreciate you helping me with the stock animation.
Can you help me figure out why the hell I can't get any other boot animations to work?
Predtechhacker said:
Thanks, I appreciate you helping me with the stock animation.
Can you help me figure out why the hell I can't get any other boot animations to work?
Click to expand...
Click to collapse
Are you doing it manually? Flashable? Or with an app?
I've tried all 3. I just can't get any of the boot animations I create to stick.
Predtechhacker said:
I've tried all 3. I just can't get any of the boot animations I create to stick.
Click to expand...
Click to collapse
Upload your work and I'll take a look
Predtechhacker said:
I've tried all 3. I just can't get any of the boot animations I create to stick.
Click to expand...
Click to collapse
Ate you setting the right permissions? Rwxr--r-- and if that isn't working try rw-r--r--
I'm trying to create an iron man boot animation with audio. I included the audio file inside the zip file for you to see.
I hadn't thought about the permissions so I'll go check those out.
Predtechhacker said:
I'm trying to create an iron man boot animation with audio. I included the audio file inside the zip file for you to see.
I hadn't thought about the permissions so I'll go check those out.
Click to expand...
Click to collapse
Yes permissions must be set in root explorer for the manual method to work. I will check yours out
Predtechhacker said:
I'm trying to create an iron man boot animation with audio. I included the audio file inside the zip file for you to see.
I hadn't thought about the permissions so I'll go check those out.
Click to expand...
Click to collapse
after my initial research your png files in each folder must be consecutive i.e P1 000.png-070.png P2 071.png - 139.png Etc..... they must be consecutive. you started from zero in each Part. 70 .png per folder
Predtechhacker said:
I'm trying to create an iron man boot animation with audio. I included the audio file inside the zip file for you to see.
I hadn't thought about the permissions so I'll go check those out.
Click to expand...
Click to collapse
If you send me your original image files ill compile them for you i just dont want to go back through and rename all your files since you already have them. ship it to me in one bulk folder
I've attached a zip file with all of the images. I renamed each one to be in exact numerical order starting at 000 and going in increments of 001.
I placed that zip file with the desc.txt file into system/media and set the permissions at 0744(rxwr--r--).
It still didn't work.... Is there a limit to how many images can be in one folder?
I attached the zip in question to this post so you can see.
I also tried setting the permissions to 0644(rw-r--r--) and that didn't work either
Predtechhacker said:
I've attached a zip file with all of the images. I renamed each one to be in exact numerical order starting at 000 and going in increments of 001.
I placed that zip file with the desc.txt file into system/media and set the permissions at 0744(rxwr--r--).
It still didn't work.... Is there a limit to how many images can be in one folder?
I attached the zip in question to this post so you can see.
Click to expand...
Click to collapse
Yes 70 per part, I'll look at it and report back

Categories

Resources