anddea / revanced-patches

🧩 Patches for ReVanced
https://revanced.app
GNU General Public License v3.0
613 stars 43 forks source link

bug: (YT) - Old Splash animation is not working. #601

Closed vippium closed 5 months ago

vippium commented 5 months ago

Type

Other

Tools used

rvx-builder

Application

19.16.39

Bug description

Old splash animation doesn't exits anymore. It just a simple logo appears. Old splash animation is more feasible than having a simple logo only.

https://github.com/anddea/revanced-patches/assets/93650504/5fc796a2-23b0-4a9c-b8d3-c91e3159348e

Error logs

No response

Solution

No response

Additional context

No response

Device Environment

A14

Acknowledgements

anddea commented 5 months ago

DId you enable RestoreOldSplashAnimation?

vippium commented 5 months ago

DId you enable RestoreOldSplashAnimation?

How and from where🤔? Like I've included all patches. Is it different from patches or wot?

Francesco146 commented 5 months ago

How and from where🤔? Like I've included all patches. Is it different from patches or wot?

Screenshot_20240614_181600_RVX Manager

patch option in the custom branding icon patch

vippium commented 5 months ago

How and from where🤔? Like I've included all patches. Is it different from patches or wot?

Screenshot_20240614_181600_RVX Manager

patch option in the custom branding icon patch

And how to do it in rvx-builder? As I don't use manager.

Francesco146 commented 5 months ago

i don't use the builder. search "Patch options" when patching

vippium commented 5 months ago

i don't use the builder. search "Patch options" when patching

Already included all the patches...I think there is something in option.json which can trigger this

Francesco146 commented 5 months ago

it's not a patch, it's a patch option

anddea commented 5 months ago

option.json

RestoreOldSplashAnimation

{
  "patchName" : "Custom branding icon YouTube",
  "options" : [ {
    "key" : "AppIcon",
    "value" : "Revancify Blue"
  }, {
    "key" : "ChangeHeader",
    "value" : true
  }, {
    "key" : "CustomHeader",
    "value" : ""
  }, {
    "key" : "ChangeSplashIcon",
    "value" : true
  }, {
    "key" : "RestoreOldSplashAnimation",
    "value" : true
  } ]
}