Custom Boot animation - Xiaomi Mi A2 Lite Questions & Answers

I want to make a boot animation(I have already made an animation)like Apple's.
I put the animation to system/media but nothing changed, Magisk module can change it

mihhut said:
I want to make a boot animation(I have already made an animation)like Apple's.
I put the animation to system/media but nothing changed, Magisk module can change it
Click to expand...
Click to collapse
You need to put the boot animation into /system/system/media. At least, the way TWRP mounts it you do. I think it's because /system is actually mounted as / once the system has come up?
FYI - Here's what I did:
- Boot to TWRP.
- Go to Mount, uncheck readonly and mount system.
- Copy my boot animation to /system/system/media/bootanimation.zip
- unmount system.
- reboot
I had an animation that was packed into a TWRP-installer zip, but it didn't work on the A2 Lite because it wrote to /system/media instead of /system/system/media.

Related

[Q] Replaced Boot Anim - Now can't replace it again

I've replaced my stock boot anim with some custom boot anim. I found a few flashable zip files that have some great looking boot animations (can't remember where of course). So I boot into CWM and flash the zip files, it says that zip file flashing took "hold" reboot the device, it's still the same boot anim as before.
So then I extracted the flashable zip and found the bootanimation.zip file and overwrote the bootanimation.zip file in /System/Media.
Rebooted the device and STILL the same boot animation as before. I can't get rid of this thing! LOL
Any ideas?

[Solved] Changed boot animation, now I've got blackscreen

Hi Guys,
Used the ROM Toolbox to change my boot animation several times successfully (over numerous months). Last change, on the next reboot, I get the Google splash screen, then black. The phone actually boots fine, but you can't properly wake the screen any more. Nothing appears to happen, until you press the power button again, and then you see the screen-off animation very briefly (old style TV turning off) then black again.
Clearing cache/dalvik/etc in CWM recovery doesn't do anything.
Fastboot and recovery work fine. Problem is you can't do anything about the bootanimation.zip in CWM Recovery and there isn't much you can do in fastboot either. Plus my ADB debugging wasn't turned on and you can't easily do this without the screen so I can't modify files. Its definitely the boot animation that caused it though.
I fixed it when I searched for a recovery that allows file management - TWRP http://teamw.in/project/twrp2
Used fastboot to flash this to the recovery partition ( sudo ./fastboot flash recovery ../../Downloads/openrecovery-twrp-2.3.1.0-maguro.img )
Then booted into that recovery. The file is in /system/media but don't forget you have to mount the system partition in the recovery rom before you can see anything under /system.
For me the old bootanimation.zip.old was there so I renamed the current to .bak and then the .old back to .zip
Reboot all good. In case this helps anyone!
Thanks!
Just now this happened to me and was able to reboot into TWRP2 but did not know how I would rename bootanimation, simples: mount system and use recovery file manager under advanced.
Did not know bootanimation could do such a halt in phone boot.

Copy file from SDCARD in recovery and Paste it in the device (/system)

As the title said, I would like to copy a file from SDCARD in recovery and paste it in the device (/system) the two files are:
1) recovery-from-boot.p (past to device /system)
2) install-recovery.sh (paste to device /system/etc)
The goal is to remove TWRP (versoin 2.6.3.3) and replace it by a factory one.
My device is: Huawei P6 U06 with Android 4.2.2 MIUI ROM
My problems are:
1) No succes to flash other recovey using fastboot. When it flashed, the old recovery still here after.
2) My handset boot and stop at logo MIUI.
3) Despite flashing other OS, the probleme in (2) still here after.
4) When I mount the /system from recovery mode and push the files to the system after umoun and new mount, the files are deleted???
try this http://forum.xda-developers.com/showthread.php?t=2767093
mlsvcbbn said:
try this http://forum.xda-developers.com/showthread.php?t=2767093
Click to expand...
Click to collapse
After enable custom recovery, I have to flash with fastboot my custome recovery and boot in recovery mode to run it?

Panasonic P81 stuck at boot animation

Hi
I just make some changes in build.prop file, and then reboot my device and its stuck at boot animation,
I think i made some mistake in build.prop,
i had taken backup of build.prop, but i forget to install CWM, (So i cant use aroma file manager).
ADB is also not recognizing my device.
Is there any way to make it working agian
Thanks in adv
Sumit.
where i can found animation in panasonic p81

Boot animation

Can I change boot animation on my mi a2 lite? Also is it possible to change the android white splash screen when turning on the phone?
Have a look in the Themes, Apps and Mods section, there you can find some Threads to flash Splash Screen. :good:
amdad170 said:
Can I change boot animation on my mi a2 lite? Also is it possible to change the android white splash screen when turning on the phone?
Click to expand...
Click to collapse
Yes and yes.
Boot animation needs you to modify /system though. If you try to use Magisk to set a boot anim you'll only change half the boot process.
Splash -> boot anim from /system -> boot anim from Magisk (if present)
The boot anim restarts. I think after /data is mounted. No idea why.
Look in the Themes forum for the thread on splash replacement.
a1291762 said:
Yes and yes.
Boot animation needs you to modify /system though. If you try to use Magisk to set a boot anim you'll only change half the boot process.
Splash -> boot anim from /system -> boot anim from Magisk (if present)
The boot anim restarts. I think after /data is mounted. No idea why.
Look in the Themes forum for the thread on splash replacement.
Click to expand...
Click to collapse
What if I change the bootanimation.zip using a root file manager? will it work? Android pie stock rom
amdad170 said:
What if I change the bootanimation.zip using a root file manager? will it work? Android pie stock rom
Click to expand...
Click to collapse
Sure. remount /system as rw, copy the file, remount system as ro.
I left /system mounted rw and rebooted and my phone died so don't do that.
I normally do it from TWRP after I install it.
Actually, I think its just / you remount on a running system. TWRP mounts it at /system so the path is wrong there. /system/system/media.
thanks

Categories

Resources