Question Youtube vanced not working on redmi note 10 pro

Search This thread

XDA_chron

Member
Apr 11, 2021
9
0
Is there any way to install youtube vanced on this device. I have already rooted it and still doesn't let me install the app. Using advanced is a bit addictive to say the least
 

galileogarin

Senior Member
Dec 3, 2014
120
27
24
Bali
Tap "Reset to default Values" option several times. MIUI optimization option will showed up. Turn it off and then, try to install YT vanced via Vanced manager again

tested, i use non root variant now
IMG_20210420_210954.jpg
 
  • Like
  • Love
Reactions: lebigmac and dumbl3
this option is not available for me I checked it.
Installing vanced [Root mode] is only possible through vanced manager

If you prefer the non-root mode , the one with micro g.

You can use adb to install it

Link for micro g
Install microg as normal apk

To install vanced [Non Root] without using SAI / Vanced Manager
Link for latest youtube vanced

Extract the .apks file and do the following

Code:
adb install-multiple part1.apk part2.apk part3.apk

Example:
adb install-multiple dark.apk split_config.arm64_v8a.apk split_config.en.apk
 

tamimo92

New member
Sep 26, 2018
2
2
Redmi Note 10 Pro
I had the same issue yesterday, than I noticed when reinstalling that it says that due to a bug you should install the version .15 and opening it before updating to version .16

I had quite a struggle before noticing that
I hope it'll help
 
  • Like
Reactions: mak626

Ekblad

Member
May 3, 2017
29
4
Installing vanced [Root mode] is only possible through vanced manager

If you prefer the non-root mode , the one with micro g.

You can use adb to install it

Link for micro g
Install microg as normal apk

To install vanced [Non Root] without using SAI / Vanced Manager
Link for latest youtube vanced

Extract the .apks file and do the following

Code:
adb install-multiple part1.apk part2.apk part3.apk

Example:
adb install-multiple dark.apk split_config.arm64_v8a.apk split_config.en.apk

Hi there,

It worked great, thanks!
 
  • Like
Reactions: mak626

Crowbro

Senior Member
Nov 6, 2016
72
7
Lucknow
Redmi Note 10 Pro
Installing vanced [Root mode] is only possible through vanced manager

If you prefer the non-root mode , the one with micro g.

You can use adb to install it

Link for micro g
Install microg as normal apk

To install vanced [Non Root] without using SAI / Vanced Manager
Link for latest youtube vanced

Extract the .apks file and do the following

Code:
adb install-multiple part1.apk part2.apk part3.apk

Example:
adb install-multiple dark.apk split_config.arm64_v8a.apk split_config.en.apk
Hey, I tried this method but in cmd it says
"
Failed to finalize session
Failure [INSTALL_FAILED_USER_RESTRICTED: Install canceled by user]
"

Am I doint anything wrong?
Thank you
 

Top Liked Posts

  • There are no posts matching your filters.
  • 2
    Tap "Reset to default Values" option several times. MIUI optimization option will showed up. Turn it off and then, try to install YT vanced via Vanced manager again

    tested, i use non root variant now
    IMG_20210420_210954.jpg
    2
    this option is not available for me I checked it.
    Installing vanced [Root mode] is only possible through vanced manager

    If you prefer the non-root mode , the one with micro g.

    You can use adb to install it

    Link for micro g
    Install microg as normal apk

    To install vanced [Non Root] without using SAI / Vanced Manager
    Link for latest youtube vanced

    Extract the .apks file and do the following

    Code:
    adb install-multiple part1.apk part2.apk part3.apk
    
    Example:
    adb install-multiple dark.apk split_config.arm64_v8a.apk split_config.en.apk
    1
    Instead or Vanced, can install Newpipe or Pure tuber Both working perfect.
    1
    I had the same issue yesterday, than I noticed when reinstalling that it says that due to a bug you should install the version .15 and opening it before updating to version .16

    I had quite a struggle before noticing that
    I hope it'll help
    1
    Installing vanced [Root mode] is only possible through vanced manager

    If you prefer the non-root mode , the one with micro g.

    You can use adb to install it

    Link for micro g
    Install microg as normal apk

    To install vanced [Non Root] without using SAI / Vanced Manager
    Link for latest youtube vanced

    Extract the .apks file and do the following

    Code:
    adb install-multiple part1.apk part2.apk part3.apk
    
    Example:
    adb install-multiple dark.apk split_config.arm64_v8a.apk split_config.en.apk

    Hi there,

    It worked great, thanks!