There was an error while loading. Please reload this page.
1 parent e3166ce commit c44d8f7Copy full SHA for c44d8f7
2 files changed
.github/workflows/build.yml
@@ -35,6 +35,9 @@ jobs:
35
- name: Build resetprop
36
run: ./build.py -vr native resetprop
37
38
+ - name: Build magiskboot
39
+ run: ./build.py -vr native magiskboot
40
+
41
- name: Stop gradle daemon
42
run: ./app/gradlew --stop
43
native/src/boot/magiskboot.hpp
@@ -30,7 +30,7 @@
30
#define LZ41_MAGIC "\x03\x21\x4c\x18"
31
#define LZ42_MAGIC "\x04\x22\x4d\x18"
32
#define MTK_MAGIC "\x88\x16\x88\x58"
33
-#define DTB_MAGIC "\xd0\x0d\xfe\xed"
+#define DTB_MAGIC "\xd0\x0d\xfe\xed\x00\x05"
34
#define LG_BUMP_MAGIC "\x41\xa9\xe4\x67\x74\x4d\x1d\x1b\xa4\x29\xf2\xec\xea\x65\x52\x79"
#define DHTB_MAGIC "\x44\x48\x54\x42\x01\x00\x00\x00"
#define SEANDROID_MAGIC "SEANDROIDENFORCE"
0 commit comments