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