After updating to the leaked 2.2 update, I have been unable to change any boot animations.
I have tried using adb push commands to push the bootanimation.zip AND using recovery flashes that should install boot animations, but neither have worked.
Anyone else encountered this problem/found a fix for it?
Thanks in advance.
NOTE: The animations I have tried to use are:
Froyo Drawing and Android Bios Boot Animation
(I would post links, but as a new poster I am not permitted)
I had the same problem then I found out verizon is being sneaky. The files are located in:
/system/resource/customize
Rename your files to replace:
VZW_Droid.mp3
VZW_bootanimation.zip
And it will work!
Have fun
Just tried and I still had no luck..
Do I push VZW_bootanimation.zip to /data/local or /system/resource/customize?
gryphon92 said:
Just tried and I still had no luck..
Do I push VZW_bootanimation.zip to /data/local or /system/resource/customize?
Click to expand...
Click to collapse
/system/resource/customize
Cant you just flash it though rom manager or recovery or does it have to be pushed.
Aslo does anyone have a link to where I can find boot animations?
No its system/customize
Sent from my ADR6300 using XDA App
jdkoreclipse said:
No its system/customize
Sent from my ADR6300 using XDA App
Click to expand...
Click to collapse
Ok ive never really gotten into doing anything beyond flashing items through recovery or rom manager. Is there a good fourm started somewhere to teach someone about doing this on a mac?
Just adn push bootanimation.zip /system/customize and if you want sound adb push android_audio.mp3 /system/ customize
Make sure to put a space between bootanimation.zip and /system/customize
Sent from my ADR6300 using XDA App
jdkoreclipse said:
Just adn push bootanimation.zip /system/customize and if you want sound adb push android_audio.mp3 /system/ customize
Make sure to put a space between bootanimation.zip and /system/customize
Sent from my ADR6300 using XDA App
Click to expand...
Click to collapse
Thats what Im not familiar with I have only used adb to remove bloatware and i was copying all instructions from someone else. I need to find a fourm to teach me that.
Certain boot animations can be flashed through recovery, but as far as I know those no longer work with the Incredible since Big Red changed the location of the boot animation.
Sent from my ADR6300 using XDA App
I have attempted pushing both bootanimation.zip and VZW_bootanimation.zip to /data/local, /system/customize, and /system/resource/customize, all to no avail.
Can somebody post a bootanimation that they have successfully changed on their Incredible since 2.2? I would like to be sure it's not just the animations I have tried using.
I've got the same problem and have a thread going about it also. I've tried the animation from the Droid X and today I've been trying the new Droid 2 animation, neither is working for me.
BEFORE I upgraded to Froyo I had the Droid X animation working where I pushed it to data local, so it's got something to do with 2.2 and changing the location AND adding the "VZW_" doesn't seem to work for me.
Following these instructions from another thread worked for me!
zerf said:
I JUST did this and it worked for me. I am on the 8/1 2.2 leak as well.
Plug in phone
reboot to recovery
Code:
adb reboot recovery
Once booted in to recovery do
Code:
adb shell
mount -a
It will give you this error. Thats fine (It's just saying it couldnt mount the sdcard which we dont need right now.)
Code:
~ # mount -a
mount -a
mount: mounting /dev/block/mmcblk1 on /sdcard failed: Invalid argument
mount: mounting /dev/block/mmcblk1p2 on /sd-ext failed: No such file or directory
now type exit to get back to your computer prompt.
Now push your bootanimation.zip you want to /system/customize/resource
Code:
adb push bootanimation.zip /system/customize/resource
now now get back in to adb shell and type
Code:
cd /system/customize/resource
then ls *.zip and it should look like this. l = lowercase L
Code:
/system/customize/resource # ls *.zip
ls *.zip
bootanimation.zip VZW_bootanimation.zip
Now we want to rename the vzw boot animation to .back to save it
Code:
mv VZW_bootanimation.zip VZW_bootanimation.back
Then we want to rename the new bootanimation to the vzw bootanimation
Code:
mv bootanimation.zip VZW_bootanimation.zip
OPTIONAL STEP: IF YOU DONT WANT THE DROID SOUND ON BOOT
Code:
mv Droid.mp3 Droid.back
type exit and adb reboot . It should now boot with your new boot animation.
Click to expand...
Click to collapse
Did you have to mount system?
what about switching to the sdk>tools folder?
EDIT: THANKS! I got it. For those wondering, yes mount the system and switch to the tools folder.
I also went from this...
cd /system/customize/resource
to this...
mv bootanimation.zip VZW_bootanimation.zip
and didn't need the steps in between.
Basically it looked like this...
I JUST did this and it worked for me. I am on the 8/1 2.2 leak as well.
Plug in phone
reboot to recovery
Code:
adb reboot recovery
Once booted in to recovery do
Code:
adb shell
mount -a
It will give you this error. Thats fine (It's just saying it couldnt mount the sdcard which we dont need right now.)
Code:
~ # mount -a
mount -a
mount: mounting /dev/block/mmcblk1 on /sdcard failed: Invalid argument
mount: mounting /dev/block/mmcblk1p2 on /sd-ext failed: No such file or directory
now type exit to get back to your computer prompt.
Now push your bootanimation.zip you want to /system/customize/resource
Code:
adb push bootanimation.zip /system/customize/resource
now now get back in to adb shell and type
Code:
cd /system/customize/resource
Then we want to rename the new bootanimation to the vzw bootanimation
Code:
mv bootanimation.zip VZW_bootanimation.zip
Related
Right, I finally rooted my Desire today via revoked and would like to remove some of the preinstalled apps. I did try searching, but couldn't find a clear solution.
Basically I want to get rid of calculator, friendstream, peep, footprints and quickoffice. Can I just delete the .apk and .odex files or should I use adb? Also, are these apps integrated with eachother in a way that would cause problems with other apps? Any help would be appreciated
U can delete them, ive do this alway before i flash a rom ;-)
You have to do it via adb as if you try when the phone is on the apps will just reappear.
Cool, so just the files from /system/app then? I'm generally good with this kind of thing on PCs, but never tried it on Android before.
Edit: Thanks for the adb advice too
I used this thread for reference...
http://android.modaco.com/content/h...apps-from-the-htc-desire-with-adb-in-windows/
If i try to remove stocks apk and odex, syncronisation parameter crash because it can find stocks, any way to fix it ? Thank you
Sent from my HTC Desire using XDA App
First command line give me that:
Code:
Tof162$ ./adb shell mount /system
Usage: mount [-r] [-w] [-o options] [-t type] device directory
Second one:
Code:
./adb shell rm /system/app/teeter.apk
rm failed for /system/app/teeter.apk, Directory not empty
After a second try:
./adb shell rm /system/app/teeter.apk
rm failed for /system/app/teeter.apk, Read-only file system
By the way, I don't understand why there is not an "app for that" that need root access.
Any problem or impossibility to program that?
You don't have write access to system partition in normal use even if it's rooted, you have to be in custom recovery. or delete it from the downloaded rom and flash it again
ephumuris said:
I used this thread for reference...
http://android.modaco.com/content/h...apps-from-the-htc-desire-with-adb-in-windows/
Click to expand...
Click to collapse
nice one for linking to my thread...XD
that works but the better way is to modify the rom pre-install, that way you dont end up with junk information in certain places
codeXcalibur said:
You don't have write access to system partition in normal use even if it's rooted, you have to be in custom recovery. or delete it from the downloaded rom and flash it again
Click to expand...
Click to collapse
When I am in Recovery, the device is not detected...
you need to be in custom recovery, not in "normal" htc recovery
And check your spelling when using ADB even the capital letters in files and paths are important.
And have a backup of the original .zip file if your removing the files directly from zip file. I had mine get corrupted and unable to flash forcing me to restore a Nandroid.
codeXcalibur said:
you need to be in custom recovery, not in "normal" htc recovery
Click to expand...
Click to collapse
I guess that the recovery of Unrevoked 3 is a custom recovery ;-)
I flashed a lot of ROMS on my Desire and succed to enter adb on any moment when the device is ON.
Unfortunately, in recovery, no phone detected.
I am now in recovery. Finally detected the device but got this message:
Tof162$ ./adb shell mount /system
mount: mounting /dev/block/mtdblock3 on /system failed: Device or resource busy
Click to expand...
Click to collapse
It's a LOT easier to remove everything before you flash the ROM and then resign the ZIP using the package on here somewhere (that's what I do)
You should be OK removing FriendStream, I leave it in and just remove the widget so dunno if it'd FC the OS, but the other files can just be removed as I also remove them
EddyOS said:
It's a LOT easier to remove everything before you flash the ROM and then resign the ZIP using the package on here somewhere (that's what I do)
You should be OK removing FriendStream, I leave it in and just remove the widget so dunno if it'd FC the OS, but the other files can just be removed as I also remove them
Click to expand...
Click to collapse
could you pls point me the thread on how to sign zip files?
Sent from my HTC Desire using XDA App
profete162 said:
First command line give me that:
Code:
Tof162$ ./adb shell mount /system
Usage: mount [-r] [-w] [-o options] [-t type] device directory
Second one:
Code:
./adb shell rm /system/app/teeter.apk
rm failed for /system/app/teeter.apk, Directory not empty
After a second try:
./adb shell rm /system/app/teeter.apk
rm failed for /system/app/teeter.apk, Read-only file system
Click to expand...
Click to collapse
Try in recovery
bradputt said:
could you pls point me the thread on how to sign zip files?
Sent from my HTC Desire using XDA App
Click to expand...
Click to collapse
there is no need to sign it
and it's even easier if your are using such script ..
Code:
@echo off
set zip="C:\Program Files\7-Zip\7z.exe"
set todelete=
set todelete=%todelete% /data/app/Facebook.apk /data/app/Twitter.apk'
set todelete=%todelete% /data/app/YouTube.apk'
set todelete=%todelete% /system/app/CarHomeGoogle.apk
set todelete=%todelete% /system/app/CarHomeGoogle.apk
set todelete=%todelete% /system/app/CarHomeLauncher.apk
set todelete=%todelete% /system/app/DeskClockGoogle.apk
set todelete=%todelete% /system/app/GoogleQuickSearchBox.apk
set todelete=%todelete% /system/app/Launcher2.apk
set todelete=%todelete% /system/app/Maps.apk
set todelete=%todelete% /system/app/VisualizationWallpapers.apk
REM set todelete=%todelete% /system/app/LiveWallpapersPicker.apk
set todelete=%todelete% /system/app/VoiceSearch.apk
set todelete=%todelete% /system/app/LiveWallpapers.apk
set todelete=%todelete% /system/app/MagicSmokeWallpapers.apk
set todelete=%todelete% /system/app/Calculator.apk
set todelete=%todelete% /system/app/ChrometoPhone.apk
set todelete=%todelete% /system/media/bootanimation.zip
set todelete=%todelete% /system/tts/lang_pico/de-DE_gl0_sg.bin
set todelete=%todelete% /system/tts/lang_pico/de-DE_ta.bin
set todelete=%todelete% /system/tts/lang_pico/en-US_lh0_sg.bin
set todelete=%todelete% /system/tts/lang_pico/en-US_ta.bin
set todelete=%todelete% /system/tts/lang_pico/es-ES_ta.bin
set todelete=%todelete% /system/tts/lang_pico/es-ES_zl0_sg.bin
set todelete=%todelete% /system/tts/lang_pico/it-IT_cm0_sg.bin
set todelete=%todelete% /system/tts/lang_pico/it-IT_ta.bin
REM DELETE
%zip% d update.zip %todelete% -r
REM ADD
%zip% a update.zip ./data
%zip% a update.zip ./system
Got bored of searching and googleing... but using MoDaCo's WIP R4 FroYo ROM and Clockwork Recovery... when I flashed the ROM I lost the boot time animation (the PC BIOS one) so tried to put it back in recovery using adb push *file* /data/local (file copied ok) but still only have the htc boot screen also tried pushing the file with the phone booted, but again no dice
Anyone got any ideas?
Thanks in advance
------ Resolution ------
Ok, firstly massive thanks to those who helped - you are what xda is all about ... I finally managed to resolve this problem by
adb mount /system
adb shell
looking around and removing all bootanimation.zip's I could...
then exit the shell session and adb push the bootanimation.zip to /system/media
adb reboot and
I found this info here: http://androidforums.com/all-things-root-droid/97562-froyo-boot-animation.html
Not sure why this keeps changing? Maybe it is something specific to the Modaco R5 ROM?
Try pushing it to /system/customize/resource
yes the directory for froyo is the
/system/customize/resource
thanks for the assist guys, I tried this in recovery
"adb push bootanimation.zip /system/customize/resource" which went ok, the adb reboot and no show with the new boot screen any ideas??
Many thanks
first of all
mount the /system
then the path should be /system/customize/resource/bootanimation.zip
still cant get it to work I'm afriad
Here is what I did...
reboot to recovery (clockwork mod)
adb shell mount /system/
adb push bootanimation.zip /system/customize/resource
adb reboot
and no new boot animation
any ideas what I'm doing wrong?
Ok, found this http://forum.xda-developers.com/showthread.php?p=7239986 - booted to clockworkmod recovery and tried:
adb shell
mount /system
and got "mount: mounting /dev/block/mtdblock3 on /system failed: Device or resource busy
MadMic said:
still cant get it to work I'm afriad
He is what I did...
reboot to recovery (clockwork mod)
adb shell mount /system/
adb push bootanimation.zip /system/customize/resource
adb reboot
and no new boot animation
any ideas what I'm doing wrong?
Click to expand...
Click to collapse
Is that a typo? the path for the first adb command entry should be 'adb shell mount /system', not 'adb shell mount /system/'
Also, where are you placing the bootanimation.zip file? try placing it directly to the C: (C:\bootanimation.zip) and try executing the commands again.
MasDroid said:
Is that a typo? the path for the first adb command entry should be 'adb shell mount /system', not 'adb shell mount /system/'
Also, where are you placing the bootanimation.zip file? try placing it directly to the C: (C:\bootanimation.zip) and try executing the commands again.
Click to expand...
Click to collapse
Thanks for the reply -
The bootanimation.zip is in the same folder as adb... it says xxx bytes copied which is the same as the file size... I've tried with /system with and without the trailling / still no joy..
If I do adb shell mount /system in recovery I dont see anything... but if I do adb shell [enter] then the commands I see the error about the device being busy...
Is there anyway to do this from a terminal app in the phone directly?? I seem to recall there is but cant find it...
Thanks for the help guys
Hello folks,
I have a Wildfire, running CM7 #36, Jacob's 4.1 Kernel flashed.
Now I wanted to edit the /system/build.prop to get access to further apps (rom manager pro, e.g.).
After remounting system via
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
I wanted to copy/remove or whatever the /system/build.prop, but I only get
# rm /system/build.prop
rm: can't remove '/system/build.prop': Directory not empty
What does this mean? /system/build.prop is surely not a directory (ls -al).
Any help would be appreciated - can't post in the development-forums because of unsufficient number of posts - thanks,
Guntram
Don't remove it...
Pull build.prop using adb, edit and push it back to /system
Sent from my HTC Wildfire using XDA App
Hello Kevin1625,
unfortunately, this gives the same message (which I don't understand anyways?):
Code:
$ adb push build.prop /system
failed to copy 'build.prop' to '/system/build.prop': Directory not empty
Any ideas?
Are you doing this via terminal??
Adb is used on your computer.
Sent from my HTC Wildfire using XDA App
Mount system via recovery.
Open a cmd
cd into your tools folder
adb pull /system/build.prop
Edit it.
adb push build.prop /system/build.prop
adb reboot
I think youre trying to adb shell, there is no need.
Sent from my HTC Wildfire using XDA App
Thanks kevin2516 (what are these numbers for?)!
Seems, that build.prop is somehow blocked, when trying to access it on the running phone.
When I adb push on the mounted /system in recovery, everything seems to work fine.
Except, that I don't get the wanted result (Rom Manager Premium in the market) :-(.
Did you got it running, using SympMarket (which only once gave me >4000 video results - but I'm not able to reproduce ;( )?
If so, do you remember how?
Thanks a lot,
Guntram
thank you so much man! saved my phone after i accidently set PPI to 280 :L
and you should also adb shell chmod 644 /system/build.prop
Device says that system directory can not be accessed when pushing the file
Hey guys,
I flashed the 4.0.4 factory image today and was wondering how i can get root access without flashing a custom recovery since i want to stay stock atm.
I already tried the method i usually used (on 4.0.1 & 4.0.2)
Sorry can't post links... it's the normal method with fastboot and adb
and another method where you fastboot cwm recovery and then use adb commands but both didn't work for me
I can't post links so that's what i did there:
Temporarily boot into the Clockwork Mod Reovery using fastboot (on the computer)
fastboot boot cwmt-recovery-5.8.0.2.maguro.img (or whatever version you are using)
Mount /system using Clockwork Mod (on the phone):
mounts and storage -> mount /system
Chmod su using adb to turn on the setuid bit (on the computer)
adb shell chmod 6755 /system/bin/su
adb shell chown root:root /system/bin/su
adb shell ls -l /system/bin/su (permissions should now be -rwsr-xr-x)
Reboot. Super user should be working as expected (and your stock recovery is still intact)
Anyway,
I already spent much time to search on this forum and google so i was wondering if anyone knows any method which i could use.
You can root using this toolkit http://forum.xda-developers.com/showthread.php?t=1392310
Sent from my GNex {GSM} T-Mobile
Mojochief said:
Hey guys,
I flashed the 4.0.4 factory image today and was wondering how i can get root access without flashing a custom recovery since i want to stay stock atm.
I already tried the method i usually used (on 4.0.1 & 4.0.2)
Sorry can't post links... it's the normal method with fastboot and adb
and another method where you fastboot cwm recovery and then use adb commands but both didn't work for me
I can't post links so that's what i did there:
Temporarily boot into the Clockwork Mod Reovery using fastboot (on the computer)
fastboot boot cwmt-recovery-5.8.0.2.maguro.img (or whatever version you are using)
Mount /system using Clockwork Mod (on the phone):
mounts and storage -> mount /system
Chmod su using adb to turn on the setuid bit (on the computer)
adb shell chmod 6755 /system/bin/su
adb shell chown root:root /system/bin/su
adb shell ls -l /system/bin/su (permissions should now be -rwsr-xr-x)
Reboot. Super user should be working as expected (and your stock recovery is still intact)
Anyway,
I already spent much time to search on this forum and google so i was wondering if anyone knows any method which i could use.
Click to expand...
Click to collapse
Download this file to /sdcard, boot CWM like you posted, and then, once in CWM, flash the file you downloaded. Done.
EDIT: All that file does, is copy su and Superuser.apk to your device and set the appropriate permissions.
You can root using this toolkit http://forum.xda-developers.com/show....php?t=1392310
Sent from my GNex {GSM} T-Mobile
Click to expand...
Click to collapse
Thanks I'll try it, but I'm actually not a big fan of one click thingies where you don't know what you're doing.
Download this file to /sdcard, boot CWM like you posted, and then, once in CWM, flash the file you downloaded. Done.
Click to expand...
Click to collapse
Thank you I really prefer that over toolkits!
Mojochief said:
Thank you I really prefer that over toolkits!
Click to expand...
Click to collapse
This is what that file does:
Mounts the system parition
Copies Superuser.apk to /system/app
Copies su to /system/xbin
Sets permission on Superuser.apk to 0644
Sets permission on su to 06755
Sets a symlink for /system/xbin/su to /system/bin/su
Unmounts the system partition.
This is what that file does:
Mounts the system parition
Copies Superuser.apk to /system/app
Copies su to /system/xbin
Sets permission on Superuser.apk to 0644
Sets permission on su to 06755
Sets a symlink for /system/xbin/su to /system/bin/su
Unmounts the system partition.
Click to expand...
Click to collapse
Just tried it and it worked just fine
And thank you for the explanation!
So actually you could do it w/out booting cwm just with fastboot+adb right?
Mojochief said:
[snip]
So actually you could do it w/out booting cwm just with fastboot+adb right?
Click to expand...
Click to collapse
No. You need root access on boot to execute those commands. CWM boots android with root access by default, so this allows you to execute the commands. If you do not use CWM, you can use any other boot image that gives you root access on boot.
No. You need root access on boot to execute those commands. CWM boots android with root access by default, so this allows you to execute the commands. If you do not use CWM, you can use any other boot image that gives you root access on boot.
Click to expand...
Click to collapse
Yeah i meant with another boot image which gives you root access, like the one i used to root the earlier builds.
Mojochief said:
Yeah i meant with another boot image which gives you root access, like the one i used to root the earlier builds.
Click to expand...
Click to collapse
Yes, you can use another insecure boot image, but it needs to be a 4.0.4 compatible kernel. Older ones won't work.
Sent from my Galaxy Nexus using Tapatalk
Hi there,
here comes my collection of bootanimations for Suzuran. Maybe they are useful for other devices?
Klick
bootanimation_Berni.zip: My used one
bootanimation_google.zip: From Google inspired, minimal and playful one
bootanimation_lineage.zip: The one from LineageOS team
bootanimation_stock.zip: The original one from Stock ROM 7.x
How to change the current bootanimation?
Enter these commands line by line:
Code:
adb root
adb shell
mount -o remount,rw /
exit
adb push <name_of_bootanimation_file> /system/media/bootanimation.zip
exit
Reboot.
If you want to save your current bootanimation file, you should perform this command FIRST:
Code:
adb pull /system/media/bootanimation.zip
Berni-0815 said:
Hi there,
here comes my collection of bootanimations for Suzuran. Maybe they are useful for other devices?
Klick
bootanimation_Berni.zip: My used one
bootanimation_google.zip: From Google inspired, minimal and playful one
bootanimation_lineage.zip: The one from LineageOS team
bootanimation_stock.zip: The original one from Stock ROM 7.x
How to change the current bootanimation?
Enter these commands line by line:
Code:
adb root
adb shell
mount -o remount,rw /
exit
adb push <name_of_bootanimation_file> /system/media/bootanimation.zip
exit
Reboot.
If you want to save your current bootanimation file, you should perform this command FIRST:
Code:
adb pull /system/media/bootanimation.zip
Click to expand...
Click to collapse
bootanimation.zip: 1 file pushed, 0 skipped. 436.3 MB/s (1496312 bytes in 0.003s)
but it still the same animation as before. renamed it to bootanimation
tarukanav said:
1496312 bytes
Click to expand...
Click to collapse
That's the file size of the bootanimation file from LineageOS team (see attached picture). I've tested every one of those four files and everytime after reboot I've gotten the wanted result.
You're doing something wrong!
Berni-0815 said:
That's the file size of the bootanimation file from LineageOS team (see attached picture). I've tested every one of those four files and everytime after reboot I've gotten the wanted result.
You're doing something wrong!
Click to expand...
Click to collapse
yea that am doing something wrong is the thing i cant figure out
Is every command executed successfully?
Code:
adb root
adb shell
mount -o remount,rw /
exit
adb push bootanimation_google.zip /system/media/bootanimation.zip
exit
There should be not one single error message:
Code:
[email protected]:~/Tmp$ adb root
restarting adbd as root
[email protected]:~/Tmp$ adb shell
suzuran:/ # mount -o remount,rw /
suzuran:/ # exit
[email protected]:~/Tmp$ adb push bootanimation_google.zip /system/media/bootanimation.zip
bootanimation_google.zip: 1 file pushed. 18.4 MB/s (1858574 bytes in 0.097s)
[email protected]:~/Tmp$
And after a reboot I can see this Google inspired animation.
Edit: Have you executed the "exit" command after the "mount" command?
Berni-0815 said:
Is every command executed successfully?
Code:
adb root
adb shell
mount -o remount,rw /
exit
adb push bootanimation_google.zip /system/media/bootanimation.zip
exit
There should be not one single error message:
Code:
[email protected]:~/Tmp$ adb root
restarting adbd as root
[email protected]:~/Tmp$ adb shell
suzuran:/ # mount -o remount,rw /
suzuran:/ # exit
[email protected]:~/Tmp$ adb push bootanimation_google.zip /system/media/bootanimation.zip
bootanimation_google.zip: 1 file pushed. 18.4 MB/s (1858574 bytes in 0.097s)
[email protected]:~/Tmp$
And after a reboot I can see this Google inspired animation.
Edit: Have you executed the "exit" command after the "mount" command?
Click to expand...
Click to collapse
yes , had no error messages, had same thing once before cant rememeber how i fixxed it .Also tried to just copy it with rootexplorer and same thing copies fine , but animation stays same
Which OS are you using at your device?
Berni-0815 said:
Which OS are you using at your device?
Click to expand...
Click to collapse
win10 ,but i know there was something else am doing wrong, had same situation a while ago but cant remember how i fixed it , tried to use different apps to change bootanimation and nothing worked , at the end it was something simple just cant remember what it was
No. Not the OS of your computer, the OS of your z5c.
I'm using los18. Maybe with other OS's this is not working?
hhe android is also 10, so los 17
I've flashed los17.1 yesterday and the changing of the bootanimation works flawlessly; as expected.
ook soo am just stupid as hell ,copied bootanimation.zip to just bootanimation.