From 81726c2bfe912ae526ede3f607f9f04eb79ea972 Mon Sep 17 00:00:00 2001 From: MONA <121730102+MeowDump@users.noreply.github.com> Date: Sat, 15 Aug 2026 17:03:18 +0530 Subject: [PATCH] Resolve conflict with TEEsim TEE Simulator's module ID has been changed Signed-off-by: MONA <121730102+MeowDump@users.noreply.github.com> --- module/customize.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/module/customize.sh b/module/customize.sh index 18cd996..66d88b9 100644 --- a/module/customize.sh +++ b/module/customize.sh @@ -52,6 +52,11 @@ if [ -d /data/adb/modules/oh_my_keymint ]; then ui_print "! Oh My KeyMint module will be removed on next reboot" fi +if [ -d /data/adb/modules/teesim ]; then + touch /data/adb/modules/teesim/remove + ui_print "! TEE Simulator module will be removed on next reboot" +fi + # --- Installation --- ui_print "- Extracting module files" for file in customize.sh module.prop post-fs-data.sh service.sh sepolicy.rule daemon; do @@ -93,4 +98,4 @@ fi if [ ! -f "$CONFIG_DIR/target.txt" ]; then ui_print "- Adding default target scope" install_file "target.txt" "$CONFIG_DIR" -fi \ No newline at end of file +fi