Help with boot animation - ONE Q&A, Help & Troubleshooting

Hey guys I have a zip file of boot animation I flashed on Xperia sp thx to @Master_XJr for making that bootanimation for me!
My question is can I flash the zip file on OnePlus?

use adb to flash if it is the initial boot logo, "fastboot flash LOGO logo-modified.bin" (use the appropriate name for the .bin file)
or if the boot animation which follows, then copy to /system/media and make sure permissions are set to 644
If you want to keep the OEM boot.animation, rename it and leave it in the directory first.

What do u mean by 644??

Here is the link
http://www.mediafire.com/?uqp7h3q9pogxcg2

sufiya said:
What do u mean by 644??
Click to expand...
Click to collapse
Every file or directory on you phone has a 'permission' set for security/use. A common standard for may files is a file set to 644.
Check out this read. Very informative/helpful.
http://forum.xda-developers.com/galaxy-s2/general/guide-noob-guide-to-set-file-permissions-t1857648

Ah I don't get it really I am kinda poor on English I have puted dl link could u plz edit and give me if u don't mind?

sufiya said:
Ah I don't get it really I am kinda poor on English I have puted dl link could u plz edit and give me if u don't mind?
Click to expand...
Click to collapse
What's your native language?

Related

[Q] Changing Milestone Boot Logo ????

Hi
Can anybody help me in changing my milestone 2.1 boot logo?
I already rooted it and can do some changes like bootanimation using terminal emulator but can't find a way to change this boot logo.
Thanks a lot for reply.
I have also rooted my phone with GOT's Open Recovery, and done a backup with Nandroid, but was wondering how can I change that opening sequence.
I've downloaded some boot animations in .zip with the following structure:
\
\desc.txt
\part0
\part0\01.png
\part0\02.png
...
Where should I place the .zip or the folder with that content??
Thanks in advance.
May I know your phone model?
If it's Motorola Milestone, I can help.
Indeed, it is a Motorola Milestone.
zankyw said:
I have also rooted my phone with GOT's Open Recovery, and done a backup with Nandroid, but was wondering how can I change that opening sequence.
I've downloaded some boot animations in .zip with the following structure:
\
\desc.txt
\part0
\part0\01.png
\part0\02.png
...
Where should I place the .zip or the folder with that content??
Thanks in advance.
Click to expand...
Click to collapse
When you have all the desc.txt and the part files you zip them Using store Then this .zip is placed in system > media there should already be one there.
dwillMUFC said:
When you have all the desc.txt and the part files you zip them Using store Then this .zip is placed in system > media there should already be one there.
Click to expand...
Click to collapse
Sorry, I'm afraid I didn't understand you.
How can I gain access to that folder if it's in the internal memory of the phone? Once that's done, should I overwrite the .zip stored in system\media?
Install Android Terminal Emulator from market and give permission to Superuser access.
Put bootanimation.zip folder in your sd card root.
Run Terminal Emulator and type the followings as exactly.
su
mount -o remount,rw -t yaffs2/dev/block/mtdblock3 /system
dd if=/sdcard/bootanimation.zip of=/system/media/bootanimation.zip
reboot
You should see some processing as you typed in the third line.
If you see the error, there might be a typo and retype the third line.
After reboot, you will see the custom bootanimation of your choice.
PS- There are many custom bootanimation.zip files out there and you can download them for free.
Hope this can help.
Credit goes to CoolPsTuts on YouTube.
I had to put bootanimation.zip to /data/local and then it worked flawlessly.
TheSSJ said:
I had to put bootanimation.zip to /data/local and then it worked flawlessly.
Click to expand...
Click to collapse
Have you ever tried to change the Milestone boot logo? Is there a bit easy way to do it than the way like backing up with Nandroid, flashing the ROM and update again?
I'm not sure its possible to change the motorola logo, with the locked bootloader and kernel
correct me if i'm wrong
Min Ye Soe said:
Hi
Can anybody help me in changing my milestone 2.1 boot logo?
I already rooted it and can do some changes like bootanimation using terminal emulator but can't find a way to change this boot logo.
Thanks a lot for reply.
Click to expand...
Click to collapse
get root explorer and dell old bootanimatoin.zip in /system/media/ and copy new in this folder
Doesn't work...had accidently put in DroidX bootanimation in /system/media and nothing happened...still the M-Logo on startup...
TheSSJ said:
Doesn't work...had accidently put in DroidX bootanimation in /system/media and nothing happened...still the M-Logo on startup...
Click to expand...
Click to collapse
DroidX bootanimation, renamed to bootanimation.zip in /system/media ?
bootanimation and bootlogo are different.
bootlogo is the one u see first after reboot and bootanimation is the one with the animated features (actually .png files).
For my case, my bootlogo is our local teleco's one and probably Motorola put it as a default when they shipped for Singapore.
So they might use locked bootloader and kernel to prevent changing it.
For bootanimation, that zip file is in /system/media and you can swap it with another bootanimation at anytime.
But the case is you can't simply copy and paste it using Market Apps like "Root Explorer" or "AndExplorer" or smth like those as the /system/media folder is readonly.
So I used terminal emulator to change the bootanimation.
I could change it successfully but I still can't find my way to change the bootlogo so if anyone ever tried and changed it successfully, pls share your ways.
Thanks.
petyo.tsanov said:
DroidX bootanimation, renamed to bootanimation.zip in /system/media ?
Click to expand...
Click to collapse
Yes. For getting it to work it has to be put into /data/local (at least for me)
Min Ye Soe said:
bootanimation and bootlogo are different.
bootlogo is the one u see first after reboot and bootanimation is the one with the animated features (actually .png files).
For my case, my bootlogo is our local teleco's one and probably Motorola put it as a default when they shipped for Singapore.
So they might use locked bootloader and kernel to prevent changing it.
For bootanimation, that zip file is in /system/media and you can swap it with another bootanimation at anytime.
But the case is you can't simply copy and paste it using Market Apps like "Root Explorer" or "AndExplorer" or smth like those as the /system/media folder is readonly.
So I used terminal emulator to change the bootanimation.
I could change it successfully but I still can't find my way to change the bootlogo so if anyone ever tried and changed it successfully, pls share your ways.
Thanks.
Click to expand...
Click to collapse
I can tell you where you'll find the files for changing the boot loader, but it won't be of any use:
Unpack the boot.img of the stone and there you'll find it somewhere, but since you have to repack the modified boot image again and flash it, you'll notice that it won't boot anymore because the signature has changed...so until they don't unlock their boot.img nothing can be done IMHO.
TheSSJ said:
Yes. For getting it to work it has to be put into /data/local (at least for me)
I can tell you where you'll find the files for changing the boot loader, but it won't be of any use:
Unpack the boot.img of the stone and there you'll find it somewhere, but since you have to repack the modified boot image again and flash it, you'll notice that it won't boot anymore because the signature has changed...so until they don't unlock their boot.img nothing can be done IMHO.
Click to expand...
Click to collapse
Thanks a lot.
Min Ye Soe said:
Hi
Can anybody help me in changing my milestone 2.1 boot logo?
I already rooted it and can do some changes like bootanimation using terminal emulator but can't find a way to change this boot logo.
Thanks a lot for reply.
Click to expand...
Click to collapse
go here http://forum.xda-developers.com/showthread.php?t=696193
have bootloadind and steps how to setup bootloader
lyserver said:
go here http://forum.xda-developers.com/showthread.php?t=696193
have bootloadind and steps how to setup bootloader
Click to expand...
Click to collapse
Great, thanks a lot!

Does Droid Bionic boot animation possible for us???

Can we use this boot animation...?? This is the most suoerb animation I have seen till now...
http://forum.xda-developers.com/showthread.php?t=1238399
HERE IS VIDEO
www.youtube.com/watch?v=Tp8pTy4RVMU&feature=player_embedded
Cool... Already downloaded the file and..Yes It can be run on our boot..but need to be modified..I will Try and post it when I suceed...
blaqkarma said:
Cool... Already downloaded the file and..Yes It can be run on our boot..but need to be modified..I will Try and post it when I suceed...
Click to expand...
Click to collapse
means can't we use it directly? I really like that animation alot. I will wait for ur modified file...
Just found this.
http://www.youtube.com/watch?v=nxY7mRDkwgw
Can some port the HTC geek boot animation and the JIP like lockscreen for i9003??
What a lockscreen.wish someone can port it. .
Sent from my GT-I9003 using Tapatalk
@Vishal at first I tried editing the original file..and then when I got pissed of I just rename the original file to ( sanim.zip ) the put it in /system/media and then rebooted the Phone and It works hehehe..
INSTRUCTIONS:
1.Download the original file...download bootanimation.zip here
2.rename to sanim.zip
3.put in /system/media/
4.reboot and there u go...
blaqkarma said:
@Vishal at first I tried editing the original file..and then when I got pissed of I just rename the original file to ( sanim.zip ) the put it in /system/media and then rebooted the Phone and It works hehehe..
INSTRUCTIONS:
1.Download the original file...download bootanimation.zip here
2.rename to sanim.zip
3.put in /system/media/
4.reboot and there u go...
Click to expand...
Click to collapse
i already tried this method. It worked for me but I realised that its frames/seconds is only 15. It lags while playing bootanimation. Can u increase frames/second?

Change bootanimation on ICS?

Is there any way to change boot animation on Samsung Galaxy R ICS 4.0.4? I tried something i found here on forum and now i dont have any boot animation and i wanted a ICS stock animation :crying:
Not stock ICS, but this is greatest boot animation I saw so far, and SGS3 shut down animation, so first U must be rooted to do this or any system modification...
Those are just files in .rar archive, so not for flashing with CWM or something similar. Just decompress-copy-paste files in their respectiv system folders.
First unpack, now Boot archive contains two files and you should place them in SYSTEM/MEDIA folder, second one is shut down animation and place this file in
SYSTEM/MEDIA/VIDEO/SHUTDOWN folder, use root explorer (paid but great), or solid explorer (free) or any other explorer with root permissions :victory:
Liked the shut down animation very much.
Is there any other boot animation available?
I'm already having the boot animation provided here as i'm in Neo Rom v3. Need a change
Sent from my Galaxy Royal using xda developers app
CaptainKidd said:
Liked the shut down animation very much.
Is there any other boot animation available?
I'm already having the boot animation provided here as i'm in Neo Rom v3. Need a change
Sent from my Galaxy Royal using xda developers app
Click to expand...
Click to collapse
Only original one, as it was on GB, others .qmg animations have other models names and numbers so not very useful
If U find any please upload
nedooo said:
Not stock ICS, but this is greatest boot animation I saw so far, and SGS3 shut down animation, so first U must be rooted to do this or any system modification...
Those are just files in .rar archive, so not for flashing with CWM or something similar. Just decompress-copy-paste files in their respectiv system folders.
First unpack, now Boot archive contains two files and you should place them in SYSTEM/MEDIA folder, second one is shut down animation and place this file in
SYSTEM/MEDIA/VIDEO/SHUTDOWN folder, use root explorer (paid but great), or solid explorer (free) or any other explorer with root permissions :victory:
Click to expand...
Click to collapse
nedooo said:
Only original one, as it was on GB, others .qmg animations have other models names and numbers so not very useful
If U find any please upload
Click to expand...
Click to collapse
Man that was seriously awesome.. great one..but showing S sign while booting.. bt who cares..great one buddy
Lol i wont like that my phone shows the s sign on boot!:thumbdown:
Im proud of my R!!
Sent from my Big R 6825Antutu
It's not that obvious "S", more like a shadow, still It's my favorite
Thread http://forum.xda-developers.com/showthread.php?t=1434034 says to refer link
http://forum.xda-developers.com/showthread.php?t=1053250
where many boot animations are present (many of the mediafire links are not working). This thread is under Samsung Fascinate so afraid of flashing via CWM. So I'm creating and editing sanim files manually. Succeeded in creating in boot animations :good: but need to see how to change boot sound.
Will upload if anyone needs.
Yes, pls upload with screenshots. Thanks
Sent from my GT-I9103 using xda app-developers app
nedooo said:
Not stock ICS, but this is greatest boot animation I saw so far, and SGS3 shut down animation, so first U must be rooted to do this or any system modification...
Those are just files in .rar archive, so not for flashing with CWM or something similar. Just decompress-copy-paste files in their respectiv system folders.
First unpack, now Boot archive contains two files and you should place them in SYSTEM/MEDIA folder, second one is shut down animation and place this file in
SYSTEM/MEDIA/VIDEO/SHUTDOWN folder, use root explorer (paid but great), or solid explorer (free) or any other explorer with root permissions :victory:
Click to expand...
Click to collapse
Thanks, you saved my day
Thank You. S boot animation is nice but i got now 1,2 MB free memory on rom. I think safe is use stock one :good:
The Great Boot Animation for ICS
Hey Guys,
Happy to announce that I have successfully installed the Boot animation in Angeek ROM. Its a great Boot Animation with colourfull Android.
Here is the procedure for Flashing the boot animation for the Rom:
1) Download the Attached file & Just put it into Sdcard.
2) Now go to -> system/media & change bootanimation.zip to oldbootanimation.zip
3) Copy the downloaded bootanimation.zip to system/media
4) Give rights to the file of -rw--r--r
5) reboot your Phone.
But for safely purpose, take the backup first.
Thanks & have a nice weekend buddies.
Pls press Thanks if you like this boot animation.
kataria.vikesh said:
Hey Guys,
Happy to announce that I have successfully installed the Boot animation in Angeek ROM as well. Its a great Boot Animation with colourfull Android.
Here is the procedure for Flashing the boot animation for the Rom:
1) Download the Attached file & Just put it into Sdcard.
2) Now go to -> system/media & change bootanimation.zip to oldbootanimation.zip
3) Copy the downloaded bootanimation.zip to system/media
4) Give rights to the file of -rw--r--r
5) reboot your Phone.
But for safely purpose, take the backup first.
Thanks & have a nice weekend buddies.
Pls press Thanks if you like this boot animation.
Click to expand...
Click to collapse
Successfully changed the bootanimatiom :thumbup:
Hit Thanks If I Helped You
Kartik pat said:
Successfully changed the bootanimatiom :thumbup:
Hit Thanks If I Helped You
Click to expand...
Click to collapse
hows you feeling buddy..?? is it good bootanimation..??
kataria.vikesh said:
hows you feeling buddy..?? is it good bootanimation..??
Click to expand...
Click to collapse
Yeah its good!!
If u r in Angeek's ROM, u can try any of these custom boot animation. Download the CWM zip and flash it
Boot Animation
selva.simple said:
If u r in Angeek's ROM, u can try any of these custom boot animation. Download the CWM zip and flash it
Boot Animation
Click to expand...
Click to collapse
yeahhh.. I know this link buddy bt few of them are not working & I had already changed the boot animation from this link bt have you checked my uploaded animation..?? I have seen this in XDA b4 bt couldn't update this one till now. now we have it. If you can then pls add this one in your next SENSATIONAL MAZEL ROM..? Hows the name..??
Procedure for changing Bootanimation in any ROM
Hi Friends,
Below is the procedure for changing the Boot animation in any ICS ROM. But it has one limitation. You have to be in the below attached ardatdat 4.1 kernel to have the Boot animation working. Thanks to wanamsmile
Make a backup of bootsamsung.qmg and bootsamsungloop.qmg from /system/media and remove them
Now make a backup of samsungani and bootanimation from /system/bin
Download the attached samsungani and bootanimation (Unzip the package) and paste it into /system/bin. It will overwrite the existing files
You can get any of the custom bootanimation file. The name shud be bootanimation.zip. One custom bootanimation file is given here
Place the file in /system/media
Download the attached ardatdat 4.1 (modified) and place it in ur sdcard
Reboot to CWM and flash the kernel
Reboot the mobile. Now u will have new custom bootanimation
Is it possible to do it with ardatdat's 4.2 b6 kernel?
Sent from my GT-I9103 using xda app-developers app
josjator said:
Is it possible to do it with ardatdat's 4.2 b6 kernel?
Sent from my GT-I9103 using xda app-developers app
Click to expand...
Click to collapse
Trying on it buddy. Currently getting boot loop. Will let u know if it works

[Q] I do not get to change the bootanimation to mt6592 s4 i9500

I'm crazy for getting to change my s4 i9500 bootanimation mt6592.
I tried using the method of CWM, or by two xlog.sh scritz files and creating folder bootanimation but I can not change the bootanimation to this terminal.
that I have to do? please help me.
translated by google.
gachi said:
I'm crazy for getting to change my s4 i9500 bootanimation mt6592.
I tried using the method of CWM, or by two xlog.sh scritz files and creating folder bootanimation but I can not change the bootanimation to this terminal.
that I have to do? please help me.
translated by google.
Click to expand...
Click to collapse
You dont have to create bootanimation folder. Just put the bootanimation.zip into /system/media/
scholastova said:
You dont have to create bootanimation folder. Just put the bootanimation.zip into /system/media/
Click to expand...
Click to collapse
scholastica sorry for my translation, but I've tried this. I do not work so I leave this issue here. then, I have put a bootanimation already put me at the time of placing a CWN recovery. I can remove if I go to this address: system / bin / bootanimation. okay? then .. that I did it? get this file that has no file type online. for example, take it from a rom cwm and replace to give the necessary permissions as the other files in the bin folder. not achieved and I change the bootanimation. moreover, scholastova the bootanimation.zip folder. I've tried other directions. I do not remember. I have watched many tutorials and I get nothing.
I can not do that ...
gachi said:
scholastica sorry for my translation, but I've tried this. I do not work so I leave this issue here. then, I have put a bootanimation already put me at the time of placing a CWN recovery. I can remove if I go to this address: system / bin / bootanimation. okay? then .. that I did it? get this file that has no file type online. for example, take it from a rom cwm and replace to give the necessary permissions as the other files in the bin folder. not achieved and I change the bootanimation. moreover, scholastova the bootanimation.zip folder. I've tried other directions. I do not remember. I have watched many tutorials and I get nothing.
I can not do that ...
Click to expand...
Click to collapse
Ok, let's try again. First, go to system / bin / and open file: bootanimation with text editor. Find text: bootanimation (see attachment). As you can see, the name of bootanimation file is not bootanimation.zip but bootanimation_mtk.zip. Now do the same thing, may be you have to change the name of bootanimation.zip file to something else. CLUE: Follow the address and the name as written in system / bin / bootanimation file.
I hope it works!
scholastova said:
Ok, let's try again. First, go to system / bin / and open file: bootanimation with text editor. Find text: bootanimation (see attachment). As you can see, the name of bootanimation file is not bootanimation.zip but bootanimation_mtk.zip. Now do the same thing, may be you have to change the name of bootanimation.zip file to something else. CLUE: Follow the address and the name as written in system / bin / bootanimation file.
I hope it works!
Click to expand...
Click to collapse
perfect! thank you very much friend!: Laugh:: Laugh:: Laugh:: Laugh:

[SUBSTRATUM] BootAnimation Collection (Want a custom one? Taking Requests.)

1. ctOSv5 BootAnimation.
Credits : nin9
PREVIEW LINK
DOWNLOAD LINK
2. Marvel-DC BootAnimation
Credits : christian taylor
PREVIEW LINK
DOWNLOAD LINK
3. Pixel BootAnimation (Pixel/Pixel 2 - Black/White)
Credits - Rishi2906 & ZawZaw
PREVIEW LINK
DOWNLOAD LINK
4. Assassin's Creed BootAnimation
Credits - Camotec
PREVIEW LINK
DOWNLOAD LINK
5. Batman BootAnimation
Credits : christian taylor
PREVIEW LINK
DOWNLOAD LINK
6. Zelda BootAnimation
Credits :
PREVIEW LINK
DOWNLOAD LINK
7. Heisenberg BootAnimation
Credits :
PREVIEW LINK
DOWNLOAD LINK
XDA:DevDB Information
Substratum BootAnimation Collection, Theme for the Xiaomi Redmi Note 4
Contributors
anandmore
Version Information
Status: Stable
Created 2017-12-05
Last Updated 2018-01-01
Add Google+OnePlus bootanumation from Vector substratum theme
anandmore said:
1. ctOSv5 BootAnimation.
Credits : @nin9
PREVIEW LINK
DOWNLOAD LINK
Click to expand...
Click to collapse
The preview is definitely amazing. Great work!
This **** lit bro!!!!
Thread updated. Changes :
-Added Marvel-DC and Pixel BootAnimation.
-Moved downloads to xda-devdb.
Delwar007 said:
Add Google+OnePlus bootanumation from Vector substratum theme
Click to expand...
Click to collapse
If the developer gives permission then sure.
Can you make bootanimation of Assassin's creed?? Or any call of duty/battlefield type bootanimation?? Thanks in advance..
anandmore said:
Thread updated. Changes :
-Added Marvel-DC and Pixel BootAnimation.
-Moved downloads to xda-devdb.
If the developer gives permission then sure.
Click to expand...
Click to collapse
Will be waiting for that
Thread updated. Changes :
-Added Assassin's Creed BootAnimation.
Ujjayan said:
Can you make bootanimation of Assassin's creed?? Or any call of duty/battlefield type bootanimation?? Thanks in advance..
Click to expand...
Click to collapse
Assassin's Creed DONE
COD/Battlefield IN PROCESS
anandmore said:
Thread updated. Changes :
-Added Assassin's Creed BootAnimation.
Assassin's Creed DONE
COD/Battlefield IN PROCESS
Click to expand...
Click to collapse
You are awesome man..so fast.. thank you.. always been a ac fan...?
can u make a bootanimation.zip from them for any device for us ??
Kireto00 said:
can u make a bootanimation.zip from them for any device for us ??
Click to expand...
Click to collapse
Sorry i didn't understood what you are trying to say. Can you explain it?
anandmore said:
Sorry i didn't understood what you are trying to say. Can you explain it?
Click to expand...
Click to collapse
can u turn this apk bootanimations to zip to be put in system/media/bootanimation.zip in any device ??
Kireto00 said:
can u turn this apk bootanimations to zip to be put in system/media/bootanimation.zip in any device ??
Click to expand...
Click to collapse
No need to provide seperate zip files, you can easily extract them from the apk. Here are the steps :
Download the apk file.
Download any root explorer of your choice.( I prefer ES File Explorer)
Navigate to the downloaded apk and long press it.
Under the 3 dot menu select extract to and extract the apk.
Now you will find the bootanimation.zip file in assets/bootanimation folder.
Now go to the root folder and navigate through system>media. Once there locate your current bootanimation.zip file
Long-press your current bootanimation.zip file, and click copy, as we'll want to have a backup just in case. Paste it wherever convenient for you OR simply change the extension from .zip to .bak
Once your new bootanimation.zip has been selected for moving, navigate back to system > media and paste it there. You'll have to overwrite your current animation zip, but that's fine since you have a backup in case something goes wrong. Go for it.
For many of you, the previous step will be the last step. But, if for any reason you're still stuck with you old animation, you can try aligning the permissions of your newly-copied bootanimation.zip file with the permissions in the system/media folder. In our case, those were rw-r-r. Just long-press your new bootanimation.zip file and click Permissions and change them until they fit. The logic behind these abbreviations goes like this: Owner - Group - Other. Read for 'r', Write for 'w', and Execute for 'x'. Save the changes and restart.
anandmore said:
No need to provide seperate zip files, you can easily extract them from the apk. Here are the steps :
Download the apk file.
Download any root explorer of your choice.( I prefer ES File Explorer)
Navigate to the downloaded apk and long press it.
Under the 3 dot menu select extract to and extract the apk.
Now you will find the bootanimation.zip file in assets/bootanimation folder.
Now go to the root folder and navigate through system>media. Once there locate your current bootanimation.zip file
Long-press your current bootanimation.zip file, and click copy, as we'll want to have a backup just in case. Paste it wherever convenient for you OR simply change the extension from .zip to .bak
Once your new bootanimation.zip has been selected for moving, navigate back to system > media and paste it there. You'll have to overwrite your current animation zip, but that's fine since you have a backup in case something goes wrong. Go for it.
For many of you, the previous step will be the last step. But, if for any reason you're still stuck with you old animation, you can try aligning the permissions of your newly-copied bootanimation.zip file with the permissions in the system/media folder. In our case, those were rw-r-r. Just long-press your new bootanimation.zip file and click Permissions and change them until they fit. The logic behind these abbreviations goes like this: Owner - Group - Other. Read for 'r', Write for 'w', and Execute for 'x'. Save the changes and restart.
Click to expand...
Click to collapse
Thx so much man
Thread Updated. Changes :
-Added Batman BootAnimation.
-Added Zelda BootAnimation.
anandmore said:
[*] For many of you, the previous step will be the last step. But, if for any reason you're still stuck with you old animation, you can try aligning the permissions of your newly-copied bootanimation.zip file with the permissions in the system/media folder. In our case, those were rw-r-r. Just long-press your new bootanimation.zip file and click Permissions and change them until they fit. The logic behind these abbreviations goes like this: Owner - Group - Other. Read for 'r', Write for 'w', and Execute for 'x'. Save the changes and restart.[/LIST]
Click to expand...
Click to collapse
Dunno what im doing wrong but even setting the permissions for the zip file is not working in CRDroid.. i haven't tried any other rom tho.
Well to be honest it actually changed but to something completely stock?... dunno how to call it but it just says "Android" and it lights up a bit , doesn't say crdroid anymore but i also didn't get the watchdog boot animation i wanted.
EDIT: Lol my bad was missing a letter faceplam~ , ok now ... is there a way to make it use the whole screen? Right now it doesn't . Thanks in advance
PriPhaze said:
Dunno what im doing wrong but even setting the permissions for the zip file is not working in CRDroid.. i haven't tried any other rom tho.
Well to be honest it actually changed but to something completely stock?... dunno how to call it but it just says "Android" and it lights up a bit , doesn't say crdroid anymore but i also didn't get the watchdog boot animation i wanted.
EDIT: Lol my bad was missing a letter faceplam~ , ok now ... is there a way to make it use the whole screen? Right now it doesn't . Thanks in advance
Click to expand...
Click to collapse
What rom? What device? Can you try using the apk and substratum theme engine?
anandmore said:
What rom? What device? Can you try using the apk and substratum theme engine?
Click to expand...
Click to collapse
Well the redmi note 4 of course and i said CRDroid on my comment. Maybe there is something bad related with the rom there cuz i always had trouble to change the bootanimation on crdroid...
I did it manually and only that way it worked but it looks weird since it doesn't take the whole screen , then i took a look to the images inside the boot animation zip and i can see they are 768 x 1280px.
So i was gonna extract the images and increase their size to Full HD Res with photoshop and batch processing, but do you think it will work? should i change the desc tex file too?
Because it has the 768 x 1280px written there too and there a "30" next to it ( which i guess is the frames per second for the boot animation? lol).
Thanks in advance
PriPhaze said:
Well the redmi note 4 of course and i said CRDroid on my comment. Maybe there is something bad related with the rom there cuz i always had trouble to change the bootanimation on crdroid...
I did it manually and only that way it worked but it looks weird since it doesn't take the whole screen , then i took a look to the images inside the boot animation zip and i can see they are 768 x 1280px.
So i was gonna extract the images and increase their size to Full HD Res with photoshop and batch processing, but do you think it will work? should i change the desc tex file too?
Because it has the 768 x 1280px written there too and there a "30" next to it ( which i guess is the frames per second for the boot animation? lol).
Thanks in advance
Click to expand...
Click to collapse
Use this to resize and let me know if it works.
please use this file to fix ctos bootanim
it has correct resolution for our devices
https://drive.google.com/drive/folders/0BzAterKVlmXdbXRKQUJLazhuQWs

Categories

Resources