Commit Graph

2133 Commits

Author SHA1 Message Date
topjohnwu 7d1082b1cb Fix magiskhide in graph 2018-01-09 06:48:58 +08:00
topjohnwu 0dbae83aec Update diagram URL 2018-01-09 06:08:54 +08:00
topjohnwu f927c1b997 Update procedure diagram 2018-01-09 06:07:12 +08:00
topjohnwu 89ec7dad2b Update documentation to v15.2 2018-01-08 22:33:55 +08:00
topjohnwu 4fd61345af Happy New Year v15.2 2018-01-02 01:27:20 +08:00
topjohnwu 2e02af994e Bump version manager-v5.5.3 2018-01-02 00:25:08 +08:00
topjohnwu 66cca24453 Samsung need more rules :) 2018-01-02 00:11:26 +08:00
topjohnwu 2f4062a923 Samsung need more rules :) 2018-01-02 00:10:49 +08:00
topjohnwu e733484fab Some devices don't like all log buffers 2018-01-01 23:58:13 +08:00
topjohnwu e5c3183025 Update scripts 2018-01-01 16:46:28 +08:00
topjohnwu 836d9afe17 Update scripts 2018-01-01 16:46:08 +08:00
topjohnwu 007a352742 Update Trad. Chinese translations 2018-01-01 16:45:50 +08:00
vvb2060 e526e5659e Update zh-rCN translation 2018-01-01 16:39:15 +08:00
Rikka 4a5227c7bf Fix bug in SuDatabaseHelper 2018-01-01 01:11:45 +08:00
AndroPlus-org c2c151ec4c Update Japanese translation 2018-01-01 01:09:56 +08:00
Jonas Schubert 452096e7e4 Added missing german translations 2018-01-01 01:09:21 +08:00
linar10 50c2a9859e Update strings.xml 2018-01-01 01:09:02 +08:00
Oliver Cervera 677b667307 Add sorting repo by update time
Add translation for new repo strings
2018-01-01 01:08:52 +08:00
topjohnwu 930c82316a Slightly change logging style 2017-12-31 21:54:39 +08:00
Shaka Huang 3dc22db265 Support loading split sepolicy on non skip_initramfs devices
For certain device (e.g ZenFone 4 ZE554KL) there’s no sepolicy under rootfs and no a/b partition (implies no vendor partition) Magisk will failed to patch SELinux policy database and the system won’t boot up.

In order to cope with this configuration the status of loading policy db needs to be checked, once it failed we have to mount the system partition and do patch_sepolicy() again.

Signed-off-by: Shaka Huang <shakalaca@gmail.com>
2017-12-31 21:30:56 +08:00
topjohnwu d8c51cb286 Update sepolicy handling 2017-12-31 19:32:04 +08:00
topjohnwu 2f79d0c3b3 Fix segfault while patching dtb 2017-12-31 19:30:56 +08:00
topjohnwu 5c338cd0a7 Update rules 2017-12-31 19:20:49 +08:00
topjohnwu d8bb3af06b Miscellaneous v15.1 2017-12-29 04:25:30 +08:00
topjohnwu e139e8777b Fix faulty magiskboot ramdisk patch code 2017-12-29 04:25:03 +08:00
topjohnwu 1adf331268 Bump version manager-v5.5.2 2017-12-29 04:03:05 +08:00
topjohnwu 349b3e961b More robust sudb handling 2017-12-29 04:01:39 +08:00
topjohnwu 96650c06f0 Fix the issue that installation configs won't stick 2017-12-29 03:21:51 +08:00
dark-basic #DarkBasic BasicHD 26038a0a07 Update strings.xml 2017-12-29 01:44:36 +08:00
topjohnwu 6a148b5dd9 Add sorting repo by update time 2017-12-27 01:07:33 +08:00
topjohnwu 0e109ef979 Remove snet version checkpoint, always check by code 2017-12-26 18:24:43 +08:00
topjohnwu d52d7cfbd9 Update magiskpolicy v15.0 2017-12-26 04:24:48 +08:00
topjohnwu 4f74a259e3 Update Magisk Manager 2017-12-26 04:00:01 +08:00
topjohnwu de2285d5e9 Bump version manager-v5.5.1 2017-12-26 03:59:28 +08:00
topjohnwu b2483ba437 Add version check within binary 2017-12-26 03:59:28 +08:00
topjohnwu a82a5e5a49 Update snet.apk 2017-12-26 03:57:22 +08:00
topjohnwu 74da6e1dc0 Support new 1500 template 2017-12-26 03:23:58 +08:00
topjohnwu 84ffdf0ed5 Eliminate a possbility to cause segfault 2017-12-25 05:21:40 +08:00
topjohnwu 022b18c8ce Properly detect /data status 2017-12-25 05:21:40 +08:00
topjohnwu b92b1dcddb cil: Allow redeclare types[attributes] and disable neverallow 2017-12-25 05:21:40 +08:00
topjohnwu d161a02e71 Fix bug in sudb init 2017-12-25 01:38:38 +08:00
Ilya Kushnir d2b6a700b1 Update RU strings 2017-12-25 01:37:05 +08:00
Matthias Urhahn af203cef24 Update strings.xml
Improved german translation.
2017-12-25 01:36:52 +08:00
Madis 673e917e76 et: Missing strings and improvements 2017-12-25 01:36:38 +08:00
RoySchutte a3bd41db54 Update strings.xml 2017-12-25 01:36:20 +08:00
topjohnwu 1472dbb291 Add cache magisk image merging support 2017-12-22 16:10:38 +08:00
topjohnwu d58a8dc868 Update Magisk Manager v14.6 2017-12-22 06:44:22 +08:00
topjohnwu 0d9527921a Fix su time limits manager-v5.5.0 2017-12-22 06:43:55 +08:00
topjohnwu e94be0b70e Prevent creating 128M images
make_ext4fs will fail creating 128M ext4 images, LOL WTF? Change it to 132M to fix this issue
2017-12-22 02:39:44 +08:00
topjohnwu f0e4aec0af Bump version 2017-12-22 02:36:26 +08:00