Several small tweaks

This commit is contained in:
topjohnwu
2017-11-22 16:12:08 +08:00
parent bc21a1fb71
commit f42d820891
6 changed files with 12 additions and 7 deletions

View File

@@ -17,6 +17,7 @@
#define LASTLOG "/cache/last_magisk.log"
#define DEBUG_LOG "/data/magisk_debug.log"
#define UNBLOCKFILE "/dev/.magisk.unblock"
#define PATCHSTART "/dev/.magisk.patch.start"
#define PATCHDONE "/dev/.magisk.patch.done"
#define DISABLEFILE "/cache/.disable_magisk"
#define UNINSTALLER "/cache/magisk_uninstaller.sh"

View File

@@ -16,6 +16,7 @@ const char magiskrc[] =
" rm /dev/.magisk.unblock\n"
" start magisk_pfsd\n"
" wait /dev/.magisk.unblock 10\n"
" rm /dev/.magisk.unblock\n"
"\n"
// Services