Commit Graph

662 Commits

Author SHA1 Message Date
topjohnwu d93fc67a75 Improve detecting device status 2018-06-17 17:59:24 +08:00
topjohnwu 838f3cc01e Simplify hiding conditions 2018-06-17 05:16:52 +08:00
topjohnwu 4d5841332a Change to applet name to prevent showing magisk.bin 2018-06-17 01:47:55 +08:00
topjohnwu 9b41976252 Preserve last log 2018-06-17 01:38:58 +08:00
topjohnwu d08fd0561a Remove invincible mode 2018-06-17 01:28:29 +08:00
topjohnwu a6958ac139 Fix adbd on GSIs 2018-06-17 01:25:27 +08:00
topjohnwu d7d76f54cc Install stub APK when needed 2018-06-14 05:09:54 +08:00
topjohnwu 970a2e87b3 Bundle in stub APK into magiskinit 2018-06-14 02:54:38 +08:00
topjohnwu cabaae8403 MagiskSU improvements 2018-06-14 02:54:33 +08:00
topjohnwu f2064a84ed Move database logic outside of MagiskSU 2018-06-13 04:34:05 +08:00
topjohnwu 6db27c7758 Allow file constructed JarMap getOutputStream 2018-06-12 02:57:46 +08:00
topjohnwu 3f83919e09 Fix bootloops when flashing Magisk after data wipe on FBE devices 2018-06-11 02:26:18 +08:00
topjohnwu 72a5b83544 Support patching dtb placed in extra section (S9/S9+) 2018-06-10 20:36:18 +08:00
topjohnwu d2e8ecc646 Fix error return code when patching dtb 2018-06-10 20:36:18 +08:00
topjohnwu 30eb4074cb Update binary dump method 2018-06-10 16:55:00 +08:00
Jason A. Donenfeld 9929e7d8e8 Remove update file on boot
It's not important to check the return value of unlink(2) or even verify
that the file exists. If this code is running, it means the system has
rebooted, and thus the update file, if any, should be removed so that
MagiskManager doesn't keep displaying the same message. We also handle
this before we handle "disable" so that disabled modules don't keep
requesting a reboot to update.
2018-06-10 03:02:56 +08:00
Alexandre Boeglin f6ee252572 magiskboot: Check dtb header content to avoid false positives 2018-06-10 03:02:13 +08:00
topjohnwu 90d218ebc8 Update SafetyNet extension implementation 2018-06-10 02:35:03 +08:00
topjohnwu b0a5dbb4c2 Push to SDK 28 2018-06-09 15:47:16 +08:00
topjohnwu 0abdfda5a2 Fix busybox issues 2018-06-09 15:45:56 +08:00
msdx321 a7ceb04cb7 Fix early mount on S9/S9+
Unlike other common OEMs, Samsung use uppper case partition name.

e.g: /dev/block/platform/11120000.ufs/by-name/SYSTEM

This will cause setup_block() fails to find a match partition.
Thus, we should use strcasecmp instead of strcmp.

Signed-off-by: msdx321 <msdx321@gmail.com>
2018-06-03 17:02:30 +08:00
topjohnwu 274efb49e7 Fix modules installation error 2018-06-03 17:01:10 +08:00
Andrew Gunnerson b3cd83bbca magiskinit: Only unmount /system and /vendor if it was mounted by magisk
This fixes an issue where if /system or /vendor was already mounted
prior to magiskinit running, then they would get unmounted.

Signed-off-by: Andrew Gunnerson <andrewgunnerson@gmail.com>
2018-06-03 15:25:38 +08:00
topjohnwu b8bd83ba05 Update busybox to 1.28.4 2018-06-03 15:17:31 +08:00
topjohnwu 34dcf49fbc Update restorecon implementation 2018-06-03 14:43:03 +08:00
topjohnwu ef2f8d485b Add key alias option to config.prop 2018-05-27 14:59:08 +08:00
topjohnwu 9fb9212b0a Add stub apk support 2018-05-27 14:55:24 +08:00
topjohnwu f31a24b16d Update setenv functions (also fixes uninstalling) 2018-05-26 23:14:09 +08:00
topjohnwu b436bce565 Minor optimizations 2018-05-26 21:25:59 +08:00
topjohnwu 886286a819 Disable config ondemand when using Gradle > 4.6 2018-05-26 17:35:02 +08:00
topjohnwu 6d93831488 Fix zipsigner when using external keys 2018-05-20 15:24:47 +08:00
topjohnwu bcdadc6581 Update busybox 2018-05-20 02:34:06 +08:00
topjohnwu 36448191b7 Fix applet invocation 2018-05-20 00:49:48 +08:00
topjohnwu be5be108c3 Fix build all 2018-05-19 16:53:00 +08:00
topjohnwu c9ca42aaa9 Support fixing Magisk environment 2018-05-13 18:14:44 +08:00
topjohnwu c0e2f44092 Use wrapper script to prevent crazy LD_XXX flags 2018-05-13 14:32:21 +08:00
topjohnwu 1412fcbb22 Update sepolicy rules 2018-05-13 14:30:41 +08:00
topjohnwu 9b445d89a1 Add extract feature to update-binary 2018-05-13 14:26:28 +08:00
topjohnwu c3c78428c4 Use lower API level for static binaries 2018-05-13 05:22:46 +08:00
topjohnwu c6d2bf577f Massive building system rewrite 2018-05-13 03:04:40 +08:00
topjohnwu 25703c1750 Do not force LD_LIBRARY_PATH in recovery 2018-05-06 01:49:01 +08:00
topjohnwu 3a9a3ed184 Bump Magisk Manager version v16.4 2018-04-29 15:20:41 +08:00
topjohnwu 88fae36b8a Hide sub-services of apps for hiding
Close #383
2018-04-29 15:10:35 +08:00
topjohnwu fc9d4034a9 Fix installation in custom recoveries 2018-04-29 14:04:18 +08:00
topjohnwu cecc0b932d Remove some traits 2018-04-29 12:34:36 +08:00
topjohnwu 0faed7159c Add invincible mode back 2018-04-29 12:17:28 +08:00
topjohnwu fb491cfdcf Add Protobuf support to resetprop 2018-04-29 01:20:48 +08:00
topjohnwu fc706dcb40 Bump busybox to 1.28.3 2018-04-22 14:28:16 +08:00
topjohnwu a2c1b024f3 Use 32-bit binaries only 2018-04-22 14:13:27 +08:00
Frieder Bluemle 3d865394d7 Update Gradle wrapper to 4.6 2018-04-22 03:09:02 +08:00