From 9f1ccbc7f039fee46136dc0214b90e573789b939 Mon Sep 17 00:00:00 2001 From: kotori0 Date: Mon, 21 Dec 2020 16:40:19 +0800 Subject: [PATCH] Prevent detection --- edxp-core/template_override/post-fs-data.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/edxp-core/template_override/post-fs-data.sh b/edxp-core/template_override/post-fs-data.sh index 76c8f8f5e..2c0e115bd 100644 --- a/edxp-core/template_override/post-fs-data.sh +++ b/edxp-core/template_override/post-fs-data.sh @@ -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