Skip to content

Commit

Permalink
Prevent detection
Browse files Browse the repository at this point in the history
  • Loading branch information
kotori2 committed Dec 21, 2020
1 parent ad3e596 commit 9f1ccbc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions edxp-core/template_override/post-fs-data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,6 @@ start_log_cather () {
echo "${LOG_PID}">"${LOG_PATH}/${LOG_FILE_NAME}.pid"
}

# Backup app_process to avoid bootloop caused by original Xposed replacement in Android Oreo
# TODO: Magisk mount replace
rm -rf "${MODDIR}/system/bin"
mkdir "${MODDIR}/system/bin"
cp -f "/system/bin/app_process32" "${MODDIR}/system/bin/app_process32"
[[ -f "/system/bin/app_process64" ]] && cp -f "/system/bin/app_process64" "${MODDIR}/system/bin/app_process64"

# install stub if manager not installed
if [[ "$(pm path org.meowcat.edxposed.manager 2>&1)" == "" && "$(pm path de.robv.android.xposed.installer 2>&1)" == "" ]]; then
NO_MANAGER=true
Expand Down

0 comments on commit 9f1ccbc

Please sign in to comment.