Giter Club home page Giter Club logo

Comments (2)

oSumAtrIX avatar oSumAtrIX commented on June 9, 2024 1

This is already fixed in dev

from revanced-manager.

La-Hire avatar La-Hire commented on June 9, 2024

mod the sh and it works on ksu, maybe some help?

#!/system/bin/sh
#MAGISKTMP="$(magisk --path)" || MAGISKTMP=/sbin
#MIRROR="$MAGISKTMP/.magisk/mirror"

until [ "$(getprop sys.boot_completed)" = 1 ]; do sleep 3; done
until [ -d "/sdcard/Android" ]; do sleep 1; done

#Unmount any existing installation to prevent multiple unnecessary mounts.
grep com.google.android.youtube /proc/mounts | while read -r line; do echo $line | cut -d " " -f 2 | sed "s/apk.*/apk/" | xargs -r umount -l; done

base_path=/data/adb/revanced/com.google.android.youtube/base.apk
stock_path=$(pm path com.google.android.youtube | grep base | sed "s/package://g" )

chown system:system $base_path
chcon u:object_r:apk_data_file:s0 $base_path
mount -o bind $MIRROR$base_path $stock_path

#Kill the app to force it to restart the mounted APK in case it is already running
am force-stop com.google.android.youtube

from revanced-manager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.