- 22 Mar, 2020 1 commit
-
-
topjohnwu authored
CLose #2373
-
- 21 Mar, 2020 7 commits
-
-
topjohnwu authored
-
Vladimír Kubala authored
-
fessmm authored
-
Ilya Kushnir authored
-
孟武.尼德霍格.龍 authored
更新繁體中文字串(適用278版)
-
kam821 authored
-
osm0sis authored
- match other recent formatting updates from topjohnwu
-
- 20 Mar, 2020 1 commit
-
-
osm0sis authored
- /proc/$$/cmdline is \0 terminated argument strings except for the last argument which has no terminus, so the last argument was being dropped by `while read` which requires input to be \n terminated - switch to a for loop, which will use the \n delimiter but also read the last argument; all arguments are still protected by quoting - clean up potentially breaking recovery env since $OLD_PATH no longer exists
-
- 19 Mar, 2020 2 commits
- 15 Mar, 2020 3 commits
- 14 Mar, 2020 1 commit
-
-
Simon Shi authored
-
- 13 Mar, 2020 2 commits
-
-
topjohnwu authored
-
topjohnwu authored
Since SafetyNet CTS is impossible to achieve, leaving MagiskHide on by default no longer serves a purpose. For more details regarding the latest SafetyNet changes, please check: https://twitter.com/topjohnwu/status/1237656703929180160 https://twitter.com/topjohnwu/status/1237830555523149824 MagiskHide's functionality will continue to exist within the Magisk project as it is still extremely effective to hide modifications in userspace (including SafetyNet's basicIntegrity check). Future MagiskHide improvements _may_ come, but since the holy grail has been taken, any form of improvement is now a very low priority.
-
- 12 Mar, 2020 7 commits
-
-
topjohnwu authored
-
GaryOderNichts authored
This made some trouble when creating a module.prop on Windows. The file could not be read properly by magisk manager and my module folder had an \r at the end which made it unremovable through Magisk Manager.
-
Tornike Khintibidze authored
-
Ilya Kushnir authored
-
dark-basic authored
-
Viktor De Pasquale authored
-
Fox2Code authored
Co-authored-by:
John Wu <topjohnwu@gmail.com>
-
- 11 Mar, 2020 1 commit
-
-
topjohnwu authored
-
- 09 Mar, 2020 13 commits
-
-
topjohnwu authored
-
topjohnwu authored
-
topjohnwu authored
-
Vladimír Kubala authored
-
JoanVC100 authored
-
cristisilaghi authored
-
YU-YEN HSU authored
-
YU-YEN HSU authored
-
topjohnwu authored
-
Alessandro Astone authored
* Lineage Recovery 17.1, like AOSP Q recovery, has '/' as a shared mount point, causing `mount --move` to fail. If it fails, directly mount system to /system_root via /dev/block/ symlinks, like AnyKernel and OpenGapps Co-authored-by:
John Wu <topjohnwu@gmail.com>
-
osm0sis authored
- pass addon.d arguments through trampoline or nothing will happen - exit immediately after handing over from trampoline - better grep for recovery OUTFD which should work in all cases - output to logcat when booted and no binaries are found - use /postinstall/tmp path to call functions from addon.d-v2 in progress - remove unnecessary check for $MAGISKBIN since we're already executing from within it - make sure we're not in $TMPDIR again before we delete it - use $MAGISKBIN wherever possible in case it ever needs to be changed
-
Shaka Huang authored
Signed-off-by:
Shaka Huang <shakalaca@gmail.com>
-
topjohnwu authored
-
- 05 Mar, 2020 2 commits
-
-
Viktor De Pasquale authored
-
Viktor De Pasquale authored
-