Commit Graph

5608 Commits

Author SHA1 Message Date
2cbc048352 Add mount info to log file 2021-09-02 00:48:44 -07:00
e990ffd4a0 Remove leftover DISABLE_ZYGISK flag 2021-09-01 20:14:53 -07:00
743c7c9326 App code reorganization 2021-09-01 01:17:27 -07:00
067248da75 Cleanup RvItems 2021-09-01 01:17:27 -07:00
f5c982355a Remove online section in modules fragment 2021-09-01 01:17:27 -07:00
f98c68a280 Clean up unneeded rules 2021-08-29 13:03:50 -07:00
773bf0c6bc Do not use glob in the system's unzip parameter
https://android.googlesource.com/platform/system/core/+/refs/tags/android-10.0.0_r47/libziparchive/unzip.cpp#57 unzip did not support glob before Android 11
2021-08-29 13:03:41 -07:00
080ab6032c update and fix some text in strings-sq 2021-08-29 11:36:07 -07:00
350144df29 Do not allow remove the module to be updated 2021-08-29 11:35:46 -07:00
9ac0f11d9a Update Belarusian translation 2021-08-29 03:27:57 -07:00
8079d456ab Use std::map instead 2021-08-29 03:27:15 -07:00
acf166cf9d Support oplus.fstab 2021-08-29 03:27:15 -07:00
439d497a13 boot image header v4 2021-08-29 03:14:23 -07:00
0580932610 Norwegian Bokmål translation 2021-08-29 03:10:39 -07:00
85399f609c Fix and update strings-sq 2021-08-29 03:10:01 -07:00
4bcfee397b Remove unnecessary umount 2021-08-29 02:45:49 -07:00
34bcb1dd26 Fix line editing on Android 8.0+ 2021-08-29 02:45:49 -07:00
117d1ed080 Fix always enter safe mode
`getprop("persist.sys.safemode", true) == "1"` -> `getprop("persist.sys.safemode", true) == ""`
2021-08-29 02:45:49 -07:00
f324252681 Use isolated devpts if kernel support
kernel version >= 4.7 or CONFIG_DEVPTS_MULTIPLE_INSTANCES=y
2021-08-29 02:45:49 -07:00
0dad06cdfe Fix meizu compatibility 2021-08-28 21:03:12 -07:00
9396288ca2 Check util_functions.sh version 2021-08-28 20:52:05 -07:00
f89f08833e Generic parsing methods 2021-08-28 20:50:17 -07:00
79e8962854 Support bootconfig
https://android-review.googlesource.com/c/platform/system/core/+/1615298
2021-08-28 20:50:17 -07:00
34e5a7cd24 Zopfli is not always smaller 2021-08-28 17:16:20 -07:00
7343c195b7 Cleanup compress.cpp 2021-08-28 17:01:08 -07:00
0af041b54e Cleanup magiskboot code 2021-08-28 14:07:34 -07:00
92a8a3e91f Add zopfli gzip encoder for better compression 2021-08-28 11:00:30 -07:00
f41575d8b0 Add support for legacy ARM32 zImage 2021-08-28 10:53:45 -07:00
d93c4a5103 Update README 2021-08-28 10:45:32 -07:00
6fe9b69aad Cleanup module.cpp 2021-08-28 10:27:45 -07:00
5d162f81c4 Modernize db.hpp 2021-08-27 01:06:03 -07:00
4771c2810b Significantly better AVD support 2021-08-26 03:09:56 -07:00
0cd99712fa Implement cached thread pool 2021-08-24 02:39:54 -07:00
b591af7803 Minor bug fixes 2021-08-22 03:26:48 -07:00
171d68ca72 Connect to magiskd log daemon 2021-08-22 03:26:48 -07:00
bade4f2c6a Make xhook log as Magisk 2021-08-22 03:26:48 -07:00
5754782a4e Generalize gen_jni_hooks.py 2021-08-22 03:26:48 -07:00
decdd54c19 Hook up denylist IPC routines 2021-08-22 03:26:48 -07:00
ffe47300a1 Update recv/send fd function 2021-08-22 03:26:48 -07:00
6f9c3c4ff3 Refactor hook.cpp 2021-08-19 01:54:12 -07:00
9b3efffba9 Use magiskd to setup files 2021-08-18 03:44:32 -07:00
003fea52b1 Remove all non-Magisk hiding code
Magisk no longer interferes with any signals/info that were not created
or caused by Magisk itself.
2021-08-18 02:01:54 -07:00
2b17c77195 Make Zygisk 1st class citizen 2021-08-17 23:57:49 -07:00
c252a50fd7 The name is Zygisk 2021-08-17 23:38:40 -07:00
cf8f042a20 Cleanup magiskboot cpio code 2021-08-13 04:53:11 -07:00
844bc2d808 Remove unused code 2021-08-13 03:30:58 -07:00
27f7fa7153 Extend stream support 2021-08-13 02:08:56 -07:00
b325aa4555 Fix log file writing 2021-08-13 00:13:44 -07:00
c2c3bf0ba4 Don't depend on vtable ABI layout 2021-08-12 06:41:59 -07:00
0d977b54f7 Revise logging code 2021-08-12 03:26:54 -07:00