- 31 Oct, 2019 3 commits
-
-
osm0sis authored
- support unpack without decompression to allow easy testing of magiskboot's header, structure and hashing handling by comparing repack checksum versus origbootimg - make -n first to match repack
-
Rom authored
-
topjohnwu authored
According to this comment in #1880: https://github.com/topjohnwu/Magisk/issues/1880#issuecomment-546657588 If Linux recycled our PPID, and coincidentally the process that reused the PPID is root, AND init wants to kill the whole process group, magiskd will get killed as a result. There is no real way to block a SIGKILL signal, so we simply make sure our daemon PID is the process group leader by renaming the directory. Close #1880
-
- 30 Oct, 2019 4 commits
-
-
topjohnwu authored
-
topjohnwu authored
-
topjohnwu authored
-
topjohnwu authored
On API 23+, the platform unifies the way to handle drawable resources across processes: all drawables can be passed via Icon. This allows us to send raw bitmap to the system without the need to specify a resource ID. This means that we are allowed to NOT include these drawable resources within our stub APK, since our full APK can draw the images programmatically and send raw bitmaps to the system.
-
- 29 Oct, 2019 3 commits
- 27 Oct, 2019 1 commit
-
-
topjohnwu authored
-
- 26 Oct, 2019 7 commits
-
-
Nathan Muccino authored
The plural form of the words 'documentation' and 'following' are used very rarely if ever and I don't believe that they should be used in this particular context.
-
topjohnwu authored
-
Mevlüt TOPÇU authored
Hi, Merge please Thanks
-
Taras authored
-
topjohnwu authored
-
topjohnwu authored
Some newer recovery ramdisk no longer have /sbin/recovery. Add /system/bin/recovery as an additional indication for recovery. Close #1920
-
topjohnwu authored
-
- 24 Oct, 2019 10 commits
-
-
topjohnwu authored
-
vvb2060 authored
-
topjohnwu authored
-
topjohnwu authored
For some reason, Google Play Protect randomly blocks our self-signed repackaged Magisk Manager APKs. Since we are root, the sky is our limit, so yeah, disable package verification temporarily when installing patched APKs, LOLz Close #1979
-
topjohnwu authored
-
topjohnwu authored
-
topjohnwu authored
-
topjohnwu authored
-
topjohnwu authored
-
topjohnwu authored
-
- 23 Oct, 2019 12 commits
-
-
topjohnwu authored
-
topjohnwu authored
We might be copying from CE to DE storage, which cannot be moved
-
topjohnwu authored
-
topjohnwu authored
-
topjohnwu authored
-
osm0sis authored
- per https://github.com/USA-RedDragon/sprd-mkbootimg-tools/blob/master/dtbtool.c - touch up hdr and table naming to be more uniform
-
あきと ミズキト authored
-
Abhishek Dubey authored
-
onevt authored
-
topjohnwu authored
-
topjohnwu authored
-
topjohnwu authored
-