Themes / Apps / Mods Customs Boot animation OOS 12.1 & OOS 13

Search This thread

Steve0007

Inactive Recognized Developer / Retired Forum Mod
May 10, 2009
5,660
8,940
Paris
OnePlus 8T
OnePlus 9 Pro
Last edited:

co4

Senior Member
Dec 8, 2016
69
58
Google Pixel 2 XL
OnePlus 9
@Steve0007 I managed to use your cyberpunk boot animation module and adapt it a little to include a color matching shutdown logo

in the post-fs-data.sh script you repeated the mount bind function twice it seems it's not needed twice and you can include rbootanimation.zip

Code:
mount --bind $MODDIR/my_product/media/bootanimation/bootanimation.zip /my_product/media/bootanimation/bootanimation.zip
mount --bind $MODDIR/my_product/media/bootanimation/rbootanimation.zip /my_product/media/bootanimation/rbootanimation.zip


ezgif-2-ac98b1c2e4.gif

Tested on my OOS one plus 9, I also slightly modded the boot up animation to have a op logo which I might try and re-edit in the future.

Cyberpunk OOS 13 bootlogo & Shutdown logo
 
Last edited:

Steve0007

Inactive Recognized Developer / Retired Forum Mod
May 10, 2009
5,660
8,940
Paris
OnePlus 8T
OnePlus 9 Pro
@Steve0007 I managed to use your cyberpunk boot animation module and adapt it a little to include a color matching shutdown logo

in the post-fs-data.sh script you repeated the mount bind function twice it seems it's not needed twice and you can include rbootanimation.zip

Code:
mount --bind $MODDIR/my_product/media/bootanimation/bootanimation.zip /my_product/media/bootanimation/bootanimation.zip
mount --bind $MODDIR/my_product/media/bootanimation/rbootanimation.zip /my_product/media/bootanimation/rbootanimation.zip


View attachment 5774221

Tested on my OOS one plus 9, I also slightly modded the boot up animation to have a op logo which I might try and re-edit in the future.

Cyberpunk OOS 13 bootlogo & Shutdown logo
Using yours now. I like the reboot better thanks 👍
I will post it on our first post of this thread
 

co4

Senior Member
Dec 8, 2016
69
58
Google Pixel 2 XL
OnePlus 9
That looks awesome. Just wondering if it works with Android 11.
I believe the file structure is different it's why panL said the module was oos13 only.
how this works is it puts the bootanimation into

Root / my_product / media / bootanimation
Then it's loaded.

If you have a known android 11 boot animation module I could swap out the bits or you could do it yourself by opening my module and replacing the zip files

I only rooted oos13 so have no knowledge of previous root setups.

I've re-redone the animation with more glitches :
 
Last edited:

Appreciative

Senior Member
Mar 6, 2015
239
133

Attachments

  • McLaren-BootAnimations-OP7T_Pro_5G-A11.zip
    26.2 MB · Views: 32
Last edited:
  • Like
Reactions: TENlll423

co4

Senior Member
Dec 8, 2016
69
58
Google Pixel 2 XL
OnePlus 9
That looks awesome. Just wondering if it works with Android 11.
If the module below does work correctly with A11 as stated then I have used that module to make a compatible module
I tried the McLaren boot animation magisk module from the 7TP oos11 and it works on oos11 9Pro just fine. You could swap out the path of the above ones to make them work in oos11 also. Just install zip in magisk. I will attach it here with a warning:
This is the McLaren Boot Animation for Android/OOS11:
Original post:
Attachment:
Providing the information is correct then here is my animation but for OOS11

Swapped the paths from
Root / my_product / media / bootanimation

To

Root / System / product / media

and renamed rbootanimation.zip to shutdownanimation.zip
-snip-
 
Last edited:

Appreciative

Senior Member
Mar 6, 2015
239
133
Oh dear ok perhaps there is a little more to it ... I'll have a other attempt tonight I'll remove the link above too
I tried dropping in the startup and rboot zips, renamed it to shutdown to match the a11 module. It flashed fine but no images come up. I'm not sure why. The boot screen is just black/empty so it's doing something. The paths must be right. I'm not sure if it's something with the timing maybe? The a13 module seems to have a lot of the images in the part1 folder but the a11 module has a lot of them in part2. I will flip the folder names and report back if anything is seen during boot

Edit: no such luck with that either. Both become black/empty but no cool bootani. I don't want to poison this thread too much but if you figure out why, I'll gladly test and report back
 
Last edited:

co4

Senior Member
Dec 8, 2016
69
58
Google Pixel 2 XL
OnePlus 9
I tried dropping in the startup and rboot zips, renamed it to shutdown to match the a11 module. It flashed fine but no images come up. I'm not sure why. The boot screen is just black/empty so it's doing something. The paths must be right. I'm not sure if it's something with the timing maybe? The a13 module seems to have a lot of the images in the part1 folder but the a11 module has a lot of them in part2. I will flip the folder names and report back if anything is seen during boot

Edit: no such luck with that either. Both become black/empty but no cool bootani. I don't want to poison this thread too much but if you figure out why, I'll gladly test and report back
It might be the file names inside the zip or you didn't store the file no compression
 

Top Liked Posts