- 24 Mar, 2021 8 commits
-
-
Matthew Mirvish authored
-
osm0sis authored
- should be sufficient for all basic modules, see https://github.com/topjohnwu/Magisk/issues/3119#issuecomment-704000783 for ideas for fixing it further on the daemon module-processing side Fixes #3119
-
osm0sis authored
-
osm0sis authored
- use existing api_level_arch_detect function Fixes #3961
-
osm0sis authored
- failure to unpack wasn't being caught so boot_patch would continue to build a new cpio out of nothing and attempt to repack it (identified in #4049)
-
osm0sis authored
- revert logic changes introduced by ec8fffe6 which break find_boot_image on NAND devices and any others using non-standard naming supported by the A-only device boot partition name list - despite being accepted equivalents in modern shells -n does not work on Android in some shell/env scenarios where ! -z always does
-
osm0sis authored
-
Shaka Huang authored
`totalsize` might be a big (invalid) number so instead of checking the end address we check the size of the image. Fix #4049
-
- 18 Mar, 2021 1 commit
-
-
topjohnwu authored
Fix #4040
-
- 16 Mar, 2021 4 commits
- 14 Mar, 2021 6 commits
-
-
vvb2060 authored
For file-based encryption, /data/adb is always required to encrypt https://android.googlesource.com/platform/system/extras/+/refs/tags/android-7.0.0_r36/ext4_utils/ext4_crypt_init_extensions.cpp https://android.googlesource.com/platform/system/core/+/68258e8444e0daa967b007edf659e8bb7b38c59f%5E%21/
-
vvb2060 authored
close #4006
-
Rikka authored
prebuilt/windows-x86_64/bin/libpython2.7.dll prebuilt/windows-x86_64/lib/python2.7/config/libpython2.7.dll.a These two files in NDK has read-only attribute on Windows, remove these files with Python will get "WindowsError: [Error 5] Access is denied". It will finally make "build.py ndk" unable to remove the "magisk" folder. This commit add a onerror callback for "shutil.rmtree" which clear the "read-only" attribute and retry.
-
topjohnwu authored
-
Shaka Huang authored
* There will be garbage output when executing `su` (#4016) * Failed to check root status and showing N/A in status (#4005) Signed-off-by:
Shaka Huang <shakalaca@gmail.com>
-
topjohnwu authored
-
- 09 Mar, 2021 6 commits
- 07 Mar, 2021 7 commits
- 06 Mar, 2021 1 commit
-
-
topjohnwu authored
- Block signals in logging routine (fix #3976) - Prevent possible deadlock after fork (stdio locks internally) by creating a new FILE pointer per logging call (thread/stack local)
-
- 05 Mar, 2021 1 commit
-
-
topjohnwu authored
-
- 03 Mar, 2021 3 commits
- 28 Feb, 2021 2 commits
- 27 Feb, 2021 1 commit
-