โ–ถ๏ธReVanced & ReVanced Extended - Guides & Useful Links๐Ÿ“š

Search This thread

scrubjay55

Senior Member
Nov 7, 2016
1,758
619
t.me
Is there maybe anybody here who uses Magisk Delta and ReVanced Extended Magisk module from NoName-exe (download link is in the OP post #1)

I cannot make it to work - I install the module and reboot but there is no YouTube application installed

Actually, by looking deeper, I see that it has mounted the lib and base.apk to:
/system/priv-app/youtube

However (looking into the module's installation folder
/data/adb/modules/ytrvx-magisk and comparing the hashes), it's the original 125,44 MB youtube.apk from the module's system/priv/youtube folder, not the patched 49,58 MB revanced.apk file

Furthermore, pm commands do not find a youtube package installed:
pm path com.google.android.youtube
pm list packages | grep YouTube


I played by adding logs and I see that indeed the module's service.sh script prematurely exits on the line 21:
stock_path=$( pm path com.google.android.youtube | head -1 | sed 's/package://g' )
[ -z "$stock_path" ] && exit 1


Hence before it should mount the patched base.apk in the line 32 and doing all other stuff (modding db by SQLite3, etc)

With the same Magisk Delta I can successfully use all other systemless modules (Delta has no bug with mounting, like Magisk Canary 25210, causing that systemless modules do not work)

Also, the j-hc ReVanced Magisk module works fine on the same phone, and the same Magisk Delta (however, unlike NoName-exe, j-hc does not push YT to /system/priv-app/youtube but 'normally' to /data/app/*)

Also, I have another phone (both are Xiaomi but different models with different MIUI version), but with Canary 25209, where I can successfully install and use either j-hc ReVanced or NoName-exe Extended modules

Hence I don't know is it a 'problem' on my (first) phone with the ROM or Magisk Delta, causing that NoName-exe module could not successfully install ReVanced Extended
I checked that repo and for "some" reason it uses a different module (a worse one). I would suggest you to fork the original repo and change the config to building extended and you get extended with the original module code. Thats what the configuration feature is meant for.
 
  • Like
Reactions: Retrial

zgfg

Senior Member
Oct 10, 2016
8,569
6,291
Xiaomi Mi 11 Lite 5G
I checked that repo and for "some" reason it uses a different module (a worse one). I would suggest you to fork the original repo and change the config to building extended and you get extended with the original module code. Thats what the configuration feature is meant for.
Thanks, that's what I'm basically already doing

I unzipped both modules

Copied original and extended yt apks from NoName-exe module to the j-hc module (and renamed them to fit the j-hc scripts), adapted version checking in the j-hc script and zipped the modified j-hc module

Flashed and hence I use j-hc module to install the newer NoName-exe ReVanced Extended apk
 
Last edited:

scrubjay55

Senior Member
Nov 7, 2016
1,758
619
t.me
Thanks, that's what I'm basically already doing

I unzipped both modules

Copied original and extended yt apks from NoName-exe module to the j-hc module (and renamed them to fit the j-hc scripts), adapted version checking in the j-hc script and zipped the modified j-hc module

Flashed and hence I use j-hc module to install the newer NoName-exe ReVanced Extended apk
Thats not what I meant.. revanced-magisk-module can already build rv exrended modules. You dont need to manually replace apks.
 

zgfg

Senior Member
Oct 10, 2016
8,569
6,291
Xiaomi Mi 11 Lite 5G
Thats not what I meant.. revanced-magisk-module can already build rv exrended modules. You dont need to manually replace apks.
That's fine but I need to do only once, and what I described I did in few minutes and only by using the phone

Besides, I don't really need Extended patches hence I will switch back to j-hc
 

elimiriel

Senior Member
By use of SuList Auto-Whitelist module I got com.google.android.youtube listed in the Magisk Delta SuList

and now pm correctly finds the package:
pm path com.google.android.youtube
package:/system/priv-app/youtube/base.apk


Seems that module's service.sh script works now - I do have ReVanced Extended YT app and it works

Edit:
At the end no success with that NoName-exe Extended module on Magisk Delta with SuList, after reboot I had bootloop and lost the patched YT

I returned to the j-hc module that installs (patched YT to Data, not to /system/priv-app) with no troubles
I think recent changes of NoName-exe's made incompatible with magisk delta. I can use his older release(v18.08.39) before "the hotfix" release, even though I have to install twice.
 

zgfg

Senior Member
Oct 10, 2016
8,569
6,291
Xiaomi Mi 11 Lite 5G
I think recent changes of NoName-exe's made incompatible with magisk delta. I can use his older release(v18.08.39) before "the hotfix" release, even though I have to install twice.
Since he 'installs' YT and the extended patch to /system/priv-app/youtube, and since there was YT version upgrade, you could try: uninstall his module, reboot, install his new module and reboot

Anyway, problem is not in his (hot-fix) extended patch to the YT app (today there is a newer versionCode 34 module update) but in the structure of his module

By a dirty hack described in my later post:
https://forum.xda-developers.com/t/...ded-guides-useful-links.4523967/post-88302667

his extended revanced.apk, extracted from his module and installed by the slightly adapted j-hc module, works like a charm on Magisk Delta (I run Delta in the SuList mode) - see the screenshots
 

Attachments

  • IMG_20230320_074849.jpg
    IMG_20230320_074849.jpg
    203.1 KB · Views: 72
  • IMG_20230320_075057.jpg
    IMG_20230320_075057.jpg
    304.4 KB · Views: 71
  • IMG_20230320_074917.jpg
    IMG_20230320_074917.jpg
    233.8 KB · Views: 73
  • Screenshot_2023-03-20-08-07-52-420_io.github.huskydg.magisk.jpg
    Screenshot_2023-03-20-08-07-52-420_io.github.huskydg.magisk.jpg
    365.5 KB · Views: 70
Last edited:
  • Like
Reactions: mabmed

Legitsu

Senior Member
Aug 30, 2013
1,369
436
to people asking why I say clean install
because caching and the way the patches are applied is why
a clean install is just that CLEAN
you never want run-time/JIT patches to mix and match
 

Retrial

Recognized Contributor & Translator
Jun 10, 2015
2,642
6,931
Athens
Samsung Galaxy S4
Xiaomi Poco F1
to people asking why I say clean install
because caching and the way the patches are applied is why
a clean install is just that CLEAN
you never want run-time/JIT patches to mix and match
Clean install is not convenient for the majority of people. It's not needed unless mentioned by the team/inotia00 or if you encounter specific issues, then you can try clean to see if solved.
Don't overthink it, just update - if you encounter issues try clean but I personally update fine all this time without an issue.
 

lentm

Senior Member
Dec 3, 2008
480
112
1679595609368.png


revanced-integrations-v0.100.12.apk from inotia00 detects as a Trojan:Script on Windows Security.
Is it a false positive?
 
  • Like
Reactions: TheMystic

Spannaa

Recognized Contributor / Themer
Sep 13, 2010
7,240
16,234
61
Cardiff
Google Pixel 5
Google Pixel 6
View attachment 5870411

revanced-integrations-v0.100.12.apk from inotia00 detects as a Trojan:Script on Windows Security.
Is it a false positive?
Not sure why you're checking with Windows security as it's for Android but it's all on Github so you can look at the source code and decide for yourself.

Spoiler: it's a false positive.
 

lentm

Senior Member
Dec 3, 2008
480
112
It's clean for me. Scanned with Windows, Malwarebytes and uploaded to VirusTotal.
Not sure why you're checking with Windows security as it's for Android but it's all on Github so you can look at the source code and decide for yourself.

Spoiler: it's a false positive.

I always build the apk with rvx-builder by inotia00 on Windows 10 and Windows Security alerted me as soon as a new integration apk was downloaded through rvx-builder. So I tried to download it from inotia00's github directly, still get alerted from Windows Security. Not sure why. :[
 
  • Like
Reactions: TheMystic

Spannaa

Recognized Contributor / Themer
Sep 13, 2010
7,240
16,234
61
Cardiff
Google Pixel 5
Google Pixel 6
I always build the apk with rvx-builder by inotia00 on Windows 10 and Windows Security alerted me as soon as a new integration apk was downloaded through rvx-builder. So I tried to download it from inotia00's github directly, still get alerted from Windows Security. Not sure why. :[
Windows security flags up loads of false positives, especially when you're testing against non-windows apps.
 

Top Liked Posts

  • 1
    Sorry for the noob question - for YT Music, Downloads, Premium subscription is needed?

    Using YT Music module (tried j-hc and NoName), on WiFi, Smart download is enabled, playing music and clicking to Download the songs - nothing happens (no confirmation or error) and Downloads tab remains empty ("Music you download will appear here")
    There is no "revanced download button" patch yet for revanced yt music.
    The download you see there is the "official button" and needs premium.
  • 14
    New Update: 14/03/2023 ๐Ÿ—“๏ธ
    Changelog: ๐Ÿ“‘

    • Included the previous changes at posts: #668, #688, #702, #704, #731, #734, #757, #775, #781, #800, #816.
    • Updated the ReVanced Music apks.
    • At download post #2, I've moved the "Patches used" section into "Informations of Builds - Changelogs" section.
    • Cleaned up and organized better the Ready APKs and Magisk Modules at OP and also the Useful Links section.
    • Some small changes here and there in the OP and #2.
    ReVanced Extended Update:
    ๐Ÿ“…Build Date: 14/03/2023 - Date Format: DD-MM-YYYY
    โ–ถ๏ธYouTube Version:
    18.09.39 (nodpi)
    ๐ŸŽตYoutube Music Version: 5.47.52 (nodpi)
    ๐Ÿ› ๏ธRevanced Manager Version: 0.56
    โš™๏ธIntegrations Version: 0.99.30
    ๐ŸฉนPatches Version: 2.164.30 <--- Can be consider as the Changelog.
    ๐ŸฉนPatches Used: All Recommended, except Translations.
    โฌ‡๏ธDownload
    โš ๏ธinotia00 on the latest updates added a new patch "protobuf-spoof" which fixes fixes playback buffer issue inotia00/ReVanced_Extended#141 microg/GmsCore#1870. Users with that issue, please let me and let us know if the problem is fixed.
    10
    ReVanced Extended Update:
    ๐Ÿ“…Build Date: 09/03/2023
    โ–ถ๏ธYouTube Version:
    18.09.37 (nodpi)
    ๐Ÿ› ๏ธRevanced Manager Version: 0.56
    ๐ŸฉนPatches Version: 2.164.21
    โš™๏ธIntegrations Version: 0.99.21

    โฌ‡๏ธDownload
    9
    ReVanced Extended Update:
    ๐Ÿ“…Build Date: 19/03/2023 - Date Format: DD-MM-YYYY
    โ–ถ๏ธYouTube Version:
    18.10.37 (nodpi)
    ๐Ÿ› ๏ธRevanced Manager Version: 0.57
    โš™๏ธIntegrations Version: 0.100.8
    ๐ŸฉนPatches Version: 2.166.8 <--- Can be consider as the Changelog.
    ๐ŸฉนPatches Used: All Recommended, except Translations.
    โฌ‡๏ธDownload
    9
    Moderator mode activated:

    This wonderful thread has been cleaned due to it going a little off-road ๐Ÿ˜‰

    Disrespectful, spiteful, insulting or condescending posts aren't tolerated at all on this private site.
    I urge you to recalibrate some internals ๐Ÿ™‚

    Let's get back on topic, shall we?

    Cheers,
    mrjuniork (Forum Mod)
    8
    ReVanced Extended Update:
    ๐Ÿ“…Build Date: 17/03/2023 - Date Format: DD-MM-YYYY
    โ–ถ๏ธYouTube Version:
    18.10.36 (nodpi)
    ๐Ÿ› ๏ธRevanced Manager Version: 0.57
    โš™๏ธIntegrations Version: 0.100.2
    ๐ŸฉนPatches Version: 2.166.1 <--- Can be consider as the Changelog.
    ๐ŸฉนPatches Used: All Recommended, except Translations.
    โฌ‡๏ธDownload
  • 116
    โ–ถ๏ธ ReVanced & ReVanced Extended - Guides & Useful Links ๐Ÿ“š

    ReVanced is the continue of the legacy Vanced app. It can build a modded version of YouTube with AdBlock+SponsorBlock and has almost all the Premium YouTube features and more.
    Here you can find useful guides & links about how to install ReVanced & Revanced Extended.

    ๐Ÿ’กDifferences between Official ReVanced and ReVanced Extended

    Update: Some features of Extended now has been also merged to Official ReVanced. Stills Extended has few things more that Official doesn't have yet but yeah official made some progress with features/patches but still Extended is ahead.
    • ReVanced Extended is basically a fork by inotia00 of Official ReVanced with few patches/features more. inotia00 is also a contributor of the Official ReVanced team, so he can help make it better. He also maintain a newest version of Vanced microG, also fork from Official ReVanced team (but official it's not released yet - read this).
    • Check this features list (additional reddit post) but note it may not be 100% accurate and some patches/features may missing or implement from/for both. [These lists are now outdated]

    ๐Ÿ‘จโ€๐ŸซBuild & Installation Guides

    Check this guide [Sort By New] with images to help you better understanding the process. [Sort by New]
    Check
    this guide if you want to build with CLI.

    ๐Ÿ“ฒInstall Official ReVanced
    1. Download Vanced microG (latest version), Official ReVanced Manager (latest version), Recommended Official YouTube Version 18.05.40 (nodpi).
    2. Install Vanced microG & ReVanced Manager.
    3. Open ReVanced Manager.
    4. Check if your device is compatible with ReVanced Manager here. [Sort By New]
    5. Go to Patcher Tab and Choose the section "Select an application".
    6. Choose the "Storage" icon on the bottom right corner and select the .apk of Official YouTube which you previously downloaded.
    7. Select the *Recommended patches* and Install. [Recommended to not select Debug patch as it may lead to performance degradation]
    8. Optional if you want to export the patched .apk (app) you made, after finish the patching and before you install it, press the 3-dots menu in the top right corner and export it.
    9. While you installing the app and when you first open the app, you will get a warn from play store. Press ignore and then press -do not send-. It's safe don't worry about what play store says.
    10. To set the app as default: Go to App info > Set as default > Open supported links, "On" > Supported web addresses > Turn them all "On". [If you are using MIUI and you have trouble to do it, check this and for general this]
    11. Enjoy!
    ๐Ÿค–Alternative, easy installation with my "ready .apks" which you can find here.
    1. Remove all YouTube related modules, if you have any.
    2. Remove these specific directories related with ReVanced or Vanced if you used them before. (Check from post #246 why)
    3. Reboot the device.
    4. Download *Vanced microG (latest version), Official ReVanced Manager (latest version), Recommended Official YouTube Version 18.05.40 (nodpi).
    5. Install ReVanced Manager & the Official YouTube App.
    6. *Optional [Skip this step if none of these match to your case] Install Vanced microG if ur ROM does not come with GMS (Google Mobile Services) by default for example if you are using LineageOS without GApps or if you are using Huawei devices which doesn't have GMS.
    7. Open ReVanced Manager and grant root permission via Magisk.
    8. Check if your device is compatible with ReVanced Manager here. [Sort By New]
    9. Go to Patcher Tab and Choose the section "Select an application".
    10. Select the Official YouTube app which you previously installed.
    11. Select the *Recommended patches* and Install. [Exclude MicroG support/Music MicroG Support and Debug patches]
    12. Optional if you want to export the patched .apk (app) you made, after finish the patching and before you install it, press the 3-dots menu in the top right corner and export it.
    13. Select "Install as Root" when finish the building with patches.
    14. While you installing the app and when you first open the app, you will get a warn from play store. Press ignore and then press -do not send-. It's safe don't worry about what play store says.
    15. Install mindetach or Detach3 Magisk module or TeMeFI, to detach YouTube or other apps from updating by Play Store. [Read this]
    16. To set the app as default: Go to App info > Set as default > Open supported links, "On" > Supported web addresses > Turn them all "On". [If you are using MIUI and you have trouble to do it, check this and for general this]
    17. Enjoy!
    ๐Ÿค–Alternative, easy installation for root with the unofficial but legit j-hc/ReVanced Magisk Module.

    ๐Ÿ“ฒInstall ReVanced Extended
    1. Download Vanced microG (latest version), Official ReVanced Manager (latest version), Recommonded Official YouTube version 18.11.36 (nodpi).
    2. Install Vanced microG & ReVanced Manager.
    3. Open ReVanced Manager.
    4. Check if your device is compatible with ReVanced Manager here. [Sort By New]
    5. Go to Settings > Sources > and Change both names (patches organization & integration organization) from revanced to inotia00.
    6. Close the app ReVanced Manager completely. (Restart of the app needed)
    7. Open ReVanced Manager again.
    8. Go to Patcher Tab and Choose the section "Select an application".
    9. Choose the "Storage" icon on the bottom right corner and select the .apk of Official YouTube which you previously downloaded.
    10. Select the *Recommended patches* and Install. [Recommended to read this] [ReVanced Extended Custom Icon List]
    11. Optional if you want to export the patched .apk (app) you made, after finish the patching and before you install it, press the 3-dots menu in the top right corner and export it.
    12. While you installing the app and when you first open the app, you will get a warn from play store. Press ignore and then press -do not send-. It's safe don't worry about what play store says.
    13. To set the app as default: Go to App info > Set as default > Open supported links, "On" > Supported web addresses > Turn them all "On". [If you are using MIUI and you have trouble to do it, check this and for general this]
    14. Enjoy!
    ๐Ÿค–Alternative, easy installation with my "ready .apks" which you can find here.
    1. Remove all YouTube related modules, if you have any.
    2. Remove these specific directories related with ReVanced or Vanced if you used them before. (Check from post #246 why)
    3. Reboot the device.
    4. Download latest *Vanced microG (latest version), Official ReVanced Manager (latest version), Recommonded Official YouTube version 18.11.36 (nodpi).
    5. Install ReVanced Manager & the Offcial YouTube app.
    6. *Optional [Skip this step if none of these match to your case] Install Vanced microG if ur ROM does not come with GMS (Google Mobile Services) by default for example if you are using LineageOS without GApps or if you are using Huawei devices which doesn't have GMS.
    7. Open ReVanced Manager and grant root permission via Magisk.
    8. Check if your device is compatible with ReVanced Manager here. [Sort By New]
    9. Go to Settings > Sources > and Change both names (patches organization & integration organization) from revanced to inotia00.
    10. Close the app ReVanced Manager completely. (Restart of the app needed)
    11. Open ReVanced Manager again.
    12. Go to Patcher Tab and Choose the section "Select an application".
    13. Select the Official YouTube app which you previously installed.
    14. Select the *Recommended patches* and Install. [Exclude MicroG support/Music MicroG Support and Debug patches][Recommended to read this] [ReVanced Extended Custom Icon List]
    15. Optional if you want to export the patched .apk (app) you made, after finish the patching and before you install it, press the 3-dots menu in the top right corner and export it.
    16. Select "Install as Root" when finish the building with patches.
    17. While you installing the app and when you first open the app, you will get a warn from play store. Press ignore and then press -do not send-. It's safe don't worry about what play store says.
    18. Install mindetach or Detach3 Magisk module or TeMeFI, to detach YouTube or other apps from updating by Play Store. [Read this]
    19. To set the app as default: Go to App info > Set as default > Open supported links, "On" > Supported web addresses > Turn them all "On". [If you are using MIUI and you have trouble to do it, check this and for general this]
    20. Enjoy!
    ๐Ÿค–Alternative easy installation for root with the unofficial ReVanced Extended Magisk Module..

    โฌ‡๏ธDownload ready APK(s) & Magisk Modules

    ๐Ÿ“ฆMy Ready APK(s)
    Download ready .apk(s) built by me, using the guides above. Every file I make, is scanned with Windows Defender & Malwarebytes & VirusTotal & Jotti. [Read this]
    These .apks can be used by Non Root users or by Root users who still want to use them along with microG.
    ๐Ÿง™โ€โ™‚๏ธReVanced Magisk Modules
    โš™๏ธReVanced All APKs (Twitter, Reddit, etc.)
    โš ๏ธThird Party APK(s)
    Third Party APK(s) from random websites such as revanced.io and others, are not recommended. Official ReVanced Team already announced warnings about that. [Read this, this, this and this]
    • ReVanced IO:๐Ÿ“ต ReVanced.io site is not related to Official ReVanced Team or to the ReVanced Magisk Module by j-hc. Do not use that website. [21-01-2023 Found Malware]
      Beside they changed a lot of times from where they take/built their apks and their faq and having reports for shady things from a lot people in the past, you also support a guy(s) who earn money (via ads on their site) using the work of other people. That's not good, don't you think?The ReVanced Team, the dev of Extended inotia00 and the dev of ReVanced Magisk Module have said multiple times to not use that site.

    โ™ป๏ธHow to Update (Backup & Restore ReVanced Manager Keystore)

    ReVanced Manager using a keystore file to sign the apk, if you erased all data of the manager the keystore would be deleted too, so you need to remove the old revanced apk to update.
    What if there is a way to backup the keystore? It turns out, you CAN, check out below:

    • Check here how to backup and restore ReVanced Manager Keystore file via adb, so you will be able update your app even if you erased all data of ReVanced Manager.
    • You can also do it and copy-paste via File Manager > Android > data > app.revanced.manager.flutter > files > revanced-manager.keystore.

    โ“FAQ

    A: In ReVanced Manager, for ReVanced include the patch "spoof-signature-verification" and for ReVanced Extended the patch "protobuf-spoof". In ReVanced Extended after installing the app with the protobuf-spoof patch, you need to enable it at Miscellaneouos settings. If you are using my ready apks update to the latest version of ReVanced or ReVanced Extended. Should be fixed, check here and here.
    A: As Wikipedia says, the QUIC protocol is a next-generation protocol developed by Google.
    This protocol has the advantage of using less data because the video is compressed and transmitted when loading. However, when playing a video, the compressed video is decompressed, and some lag occurs in this process. This is why you experience minor lags when using YouTube. Therefore, if you disable the QUIC protocol, when you load the video, it uses slightly more data because the data is transmitted without compression. But since the decompression process is gone, minor lags are gone. Check
    here. You need to enable this option at Miscellanous settings.
    A: It is the same as the forced vp9 codec setting that existed in Vanced. Since most devices released after about 6-7 years ago support the vp9 codec, most users do not need to enable the setting.
    If your device is old enough, or if your device's hardware specifications aren't good enough, this option may work for you. (e.g. 1440p/2160p resolution option not selectable in 4k test video). Check here.
    A: Go to App info > Set as default > Open supported links, "On" > Supported web addresses > Turn them all "On".
    For general devices check this. If you are using MIUI and you have trouble to set it as default app for youtube links, check this.
    A: You need to be logged in to ReVanced to open the YouTube links normally when you set it as default youtube app. You can read more about the issue I had here (in the Official Discord of ReVanced). This is also happening in Official YouTube so it's not a bug of ReVanced or Extended. If you don't wanna use your personal Gmail to connect to ReVanced via microG then just create a new one and use it only for it.
    A: Currently on ReVanced is not possible to do that. On ReVanced Extended there is an option to Import/Export the settings which can be found at Miscellenous settings.
    If you are using my ready apks or you are using ReVanced Manager with the same keystore you patched before, you can just use the new apk over the current you have installed and it will update without losing your settings.
    A: I am not a member to official revanced team or to inotia00 team. All credits goes to them for their amazing work.
    My apks are clean and legit, I built these apks using the guide above with my device. I decided to share the apks because I see a lot of people struggling to built their own apk and they don't wanna mess with it (even if it is an easy process). Also I am not developer and even if I wanted to add something shady I couldn't. I am years on XDA as RC/Translator and I would never do something like that, my profile is open and everyone can check my contributation to XDA over the years. However if you don't trust me, I've spent hours to write easy and detailed guides to built the apk by yourself, so follow the guides.

    ๐Ÿ”—Useful Links

    ๐Ÿ—ƒ๏ธOfficial ReVanced Links
    ๐Ÿ—ƒ๏ธReVanced Extended Links

    ๐Ÿ“บAndroid TV

    • Use SmartTubeNext which is awesome and open source. [You can use TV Bro Browser (which is also open source) to download and install it]
    • ReVanced is not avaiblable for Android TVs and you should not install anything from random sources you may find in the internet.

    ๐Ÿ–ฅ๏ธDesktop


    ๐ŸŽงSpotify

    • In Android๐Ÿ“ฑ you can use xManager or Spotube for Spotify with No ads and trackers.
    • In Desktop๐Ÿ–ฅ๏ธ you can use SpotX or Spicetify or Spotube.
    • Since many people relate YouTube with Spotify for listening and streaming music I've created this sub-section with recommended apps which can achieve similar result as ReVanced.

    ๐Ÿ—’๏ธNotes

    Scroll Down at #2 for Download and at #3 for Changelog
    ๐Ÿ‘‡
    64
    โฌDownload Official ReVanced & ReVanced Extendedโฌ
    I've created the below ready .apk(s) using the guides at OP, for Non Root users or for Root users who still want to use it along with microG, so I can help you get them ready out-of-the-box, without the need to build it.
    [Read this]

    ๐Ÿ—“๏ธInformations of Builds - Changelogs

    Official Revanced
    ๐Ÿ“…Build Date: 29/03/2023 - Date Format: DD-MM-YYYY
    โ–ถ๏ธYouTube Version:
    18.05.40 (nodpi)
    ๐ŸŽตYoutube Music Version:
    5.50.52 (nodpi)
    ๐Ÿ› ๏ธRevanced Manager Version:
    0.56
    โš™๏ธIntegrations Version: 0.101.0
    ๐ŸฉนPatches Version: 2.167.0 <--- Can be consider as the Changelog.
    ๐ŸฉนPatches Used: All Recommended, except Custom Branding (because it has ugly icon), Debugging, Premium Heading.
    ReVanced Extended
    ๐Ÿ“…Build Date: 29/03/2023 - Date Format: DD-MM-YYYY
    โ–ถ๏ธYouTube Version:
    18.11.36 (nodpi)
    ๐ŸŽตYoutube Music Version: 5.50.52 (nodpi)
    ๐Ÿ› ๏ธRevanced Manager Version: 0.57
    โš™๏ธIntegrations Version: 0.100.24
    ๐ŸฉนPatches Version: 2.166.24 <--- Can be consider as the Changelog.
    ๐ŸฉนPatches Used: All Recommended, except Translations.
    Vanced MicroG
    ๐Ÿ“…Build Date: 06/03/2023 - Date Format: DD-MM-YYYY
    ๐Ÿค–Vanced MicroG Version: 0.2.27.230755

    ๐Ÿ‘จโ€๐ŸซInstallation

    • Install microG and then the Official ReVanced or ReVanced Extended.
    • If while you installing the app and when you first open the app, you will get a warn from play store. Press ignore and then press -do not send-. It's safe don't worry about what play store says.
    • To set the app as default: Go to App info > Set as default > Open supported links, "On" > Supported web addresses > Turn them all "On"
    • Enjoy!
    Notes:

    โ™ป๏ธHow to Update

    • You can just download the new .apk and install it normally as update.
    • ReVanced Manager using a keystore file to sign the apk, if you ereased all data of the manager the keystore would be deleted too, so you need to remove the old revanced apk to update. In order to prevent that, I backup and restore my keystore. [Read more at the same section at OP]

    โฌ‡๏ธDownload at Android File Host
    14
    New Update: 14/03/2023 ๐Ÿ—“๏ธ
    Changelog: ๐Ÿ“‘

    • Included the previous changes at posts: #668, #688, #702, #704, #731, #734, #757, #775, #781, #800, #816.
    • Updated the ReVanced Music apks.
    • At download post #2, I've moved the "Patches used" section into "Informations of Builds - Changelogs" section.
    • Cleaned up and organized better the Ready APKs and Magisk Modules at OP and also the Useful Links section.
    • Some small changes here and there in the OP and #2.
    ReVanced Extended Update:
    ๐Ÿ“…Build Date: 14/03/2023 - Date Format: DD-MM-YYYY
    โ–ถ๏ธYouTube Version:
    18.09.39 (nodpi)
    ๐ŸŽตYoutube Music Version: 5.47.52 (nodpi)
    ๐Ÿ› ๏ธRevanced Manager Version: 0.56
    โš™๏ธIntegrations Version: 0.99.30
    ๐ŸฉนPatches Version: 2.164.30 <--- Can be consider as the Changelog.
    ๐ŸฉนPatches Used: All Recommended, except Translations.
    โฌ‡๏ธDownload
    โš ๏ธinotia00 on the latest updates added a new patch "protobuf-spoof" which fixes fixes playback buffer issue inotia00/ReVanced_Extended#141 microg/GmsCore#1870. Users with that issue, please let me and let us know if the problem is fixed.
    13
    Changelog ๐Ÿ“‘

    LATEST๐Ÿ“ฅ

    Update: 14/03/2023๐Ÿ—“๏ธ
    Changelog๐Ÿ“‘

    ARCHIVED ๐Ÿ—„๏ธ

    Update: 25/02/2023๐Ÿ—“๏ธ
    Changelog๐Ÿ“‘

    Update: 22/02/2023๐Ÿ—“๏ธ
    Changelog๐Ÿ“‘

    Update: 18/02/2023๐Ÿ—“๏ธ
    Changelog๐Ÿ“‘

    Update: 05/02/2023๐Ÿ—“๏ธ
    Changelog๐Ÿ“‘

    Update: 29/01/2023๐Ÿ—“๏ธ
    Changelog๐Ÿ“‘

    Update: 27/01/2023๐Ÿ—“๏ธ
    Changelog๐Ÿ“‘

    Update: 26/01/2023๐Ÿ—“๏ธ
    Changelog๐Ÿ“‘

    Update: 21/01/2023๐Ÿ—“๏ธ
    Changelog๐Ÿ“‘

    Update: 19/01/2023๐Ÿ—“๏ธ
    Changelog๐Ÿ“‘

    Update: 15/01/2023๐Ÿ—“๏ธ
    Changelog๐Ÿ“‘

    Update: 10/01/2023๐Ÿ—“๏ธ
    Changelog๐Ÿ“‘

    Update: 09/01/2023๐Ÿ—“๏ธ
    Changelog๐Ÿ“‘

    Update: 07/01/2023๐Ÿ—“๏ธ
    Changelog๐Ÿ“‘

    Update: 05/01/2023๐Ÿ—“๏ธ
    Changelog๐Ÿ“‘

    Update: 01/01/2023๐Ÿ—“๏ธ
    Changelog๐Ÿ“‘

    Update: 29/12/2022๐Ÿ—“๏ธ
    Changelog๐Ÿ“‘

    Update: 28/12/2022๐Ÿ—“๏ธ
    Changelog๐Ÿ“‘

    Update: 26/12/2022๐Ÿ—“๏ธ
    Changelog๐Ÿ“‘

    Update: 19/12/2022๐Ÿ—“๏ธ
    Changelog๐Ÿ“‘

    Update: 17/12/2022๐Ÿ—“๏ธ
    Changelog๐Ÿ“‘

    Update: 16/12/2022๐Ÿ—“๏ธ
    Changelog๐Ÿ“‘

    Update: 11/12/2022๐Ÿ—“๏ธ
    Changelog๐Ÿ“‘

    Update: 10/12/2022๐Ÿ—“๏ธ
    Changelog๐Ÿ“‘

    Update: 09/12/2022๐Ÿ—“๏ธ
    Changelog๐Ÿ“‘

    Update: 30/11/2022๐Ÿ—“๏ธ
    Changelog๐Ÿ“‘

    Update: 29/11/2022๐Ÿ—“๏ธ
    Changelog๐Ÿ“‘

    Update: 26/11/2022๐Ÿ—“๏ธ
    Initial Release๐Ÿฅณ

    11
    ReVanced Extended Update:
    ๐Ÿ“…Build Date: 23/02/2023
    โ–ถ๏ธYouTube Version:
    18.06.41 (nodpi)
    ๐Ÿ› ๏ธRevanced Manager Version: 0.56
    ๐ŸฉนPatches Version: 2.163.4
    โš™๏ธIntegrations Version: 0.98.7
    ๐Ÿฆ 
    VirusTotal / Jotti
    โฌ‡๏ธDownload