Magisk-Modules-Repo / xposed

125 stars 33 forks source link

`XposedBridge.jar` is missing after module installed #3

Open fish47 opened 1 year ago

fish47 commented 1 year ago

System: LineageOS 14.1 Device: P605 Magisk: v25.2

install.sh script should be modified a little bit like this

on_install() {
  ...
  # mv $TMPDIR/$XPOSEDBRIDGE $MODPATH/system/framework/XposedBridge.jar   # may be overwritten ?
  cp -af $XPOSEDDIR/system/. $MODPATH/system
  cp $TMPDIR/$XPOSEDBRIDGE $MODPATH/system/framework/XposedBridge.jar     # it works for me
  ...
}
AlessandroDiGioacchino commented 1 year ago

Thank you. Thank you thank you thank you thank you you thank you thank you thank you thank you you thank you thank you thank you thank you you thank you thank you thank you thank you you thank you thank you thank you thank you you thank you thank you thank you thank you you thank you thank you thank you thank you you thank you thank you thank you thank you you thank you thank you

Just wanted to say this.