Skip to content

XposedBridge.jar is missing after module installed #3

Description

@fish47

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
  ...
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions