Running that command while booted in the rom looks like this:This means test command fails. Run this command in adb shell:
/system/bin/sh -c "test -f /data/xposed/app_process"; echo $?
let me know what number it shows.
If number is not 0 (zero) then it means something is wrong with shell / test command or its not been allowed to run. (or adb in PAC rom is not running as super user)
And in TWRP:[email protected]:/ # /system/bin/sh -c "test -f /data/xposed/app_process"; echo $?
a/xposed/app_process"; echo $? <
0
Except for the error message, please note the "1" that was returned in recovery~ # ←[6n/system/bin/sh -c "test -f /data/xposed/app_process"; echo $?
/system/bin/sh -c "test -f /data/xposed/app_process"; echo $?
CANNOT LINK EXECUTABLE: cannot locate symbol "__memmove_chk" referenced by "/sys
tem/bin/sh"...
1
As far as I know the # indicates running as root, right? It is present in recovey, even though the "~ # ←[6n"-part looks a little strange to me. Typing "su" in adb shell in recovery just returns "/sbin/sh: su: not found"
So you mean that I just copy /data/xposed/app_process to /system/bin/app_process and change file permissions?
In that case you can manually backup app_process (of PAC rom) first and then copy app_process (of Xposed). It should enable Xposed.