Christopher Roy Bratusek
b79d23a7c6
Patcher: rename Magisk module to match others
2020-08-28 22:32:18 +02:00
Christopher Roy Bratusek
6827c68ae0
PatcherAddon: improvements
2020-08-27 17:15:18 +02:00
Christopher Roy Bratusek
ca6972338e
remove (now) useless check
2020-08-24 22:13:06 +02:00
Christopher Roy Bratusek
30b7cf7fa4
Patcher: use mount code from CommonInstaller (no Magisk pollution, but still logs in TWRP)
2020-08-24 22:10:54 +02:00
Christopher Roy Bratusek
93153600f4
Patcher: less output pollution
2020-08-24 22:04:58 +02:00
Christopher Roy Bratusek
6ded9a151f
only bind-mount /dev/random if in recovery
2020-08-24 22:00:56 +02:00
Christopher Roy Bratusek
27f3111005
Patcher:
...
- improve detecting block devices for /system and /vendor
- don't report magisk mount points when logging mounts
- change we way we detect whether we run Magisk Mode installation
- make check_fake_package_signature distinguish between native and self patched ROMs
- improve update information for Magisk Manager
- minor internal simplifications
2020-08-24 21:46:38 +02:00
Christopher Roy Bratusek
15d2bdcc0d
Patcher, CommonInstaller, SysTest: also detect signature spoofing when ROM is self-patched
2020-08-24 19:19:18 +02:00
Christopher Roy Bratusek
b71462600a
Patcher: install into own Magisk Module 'NanoDroidPatcher' instead of NanoDroid or NanoDroid_microG
2020-08-24 19:18:31 +02:00
Christopher Roy Bratusek
f937ed1650
all modules: fix support flashing through Magisk Manager
2020-08-20 23:35:23 +02:00
Christopher Roy Bratusek
4d3d14337e
all modules: improve bootmode (Magisk Manager) flashing support
2020-08-20 22:11:24 +02:00
Christopher Roy Bratusek
a316475d0c
patcher: support flashing through Magisk Manager
2020-08-18 18:42:11 +02:00
Christopher Roy Bratusek
55f2656757
bump version to 22.6.91 (22.7-beta2)
2020-08-18 17:26:18 +02:00
Christopher Roy Bratusek
59ec48cdda
properly show APEX in logs when modules are provided as directories
2020-08-18 10:44:57 +02:00
Christopher Roy Bratusek
ae19448e36
simplify
2020-08-18 10:42:51 +02:00
Christopher Roy Bratusek
f5e76cb1a2
patcher: fix apex_mount when APEX modules are provided as directories
2020-08-18 10:40:55 +02:00
Christopher Roy Bratusek
df40f0e50a
patcher: set LD_CONFIG_FILE searching for both variants
2020-08-17 18:40:58 +02:00
Christopher Roy Bratusek
4b55047d9a
patcher: include /product + /system/product in LD_LIBRARY_PATH
2020-08-17 14:31:34 +02:00
Christopher Roy Bratusek
3b59c39f45
patcher: don't set LD_CONFIG_FILE
2020-08-16 23:28:03 +02:00
Christopher Roy Bratusek
0c0fe2bd8a
patcher: create BOOTCLASSPATH on-the-fly + log
2020-08-15 22:14:22 +02:00
Christopher Roy Bratusek
085cf9f32c
patcher: rename smali/baksmali to reflect minimum supported SDK per build
2020-08-15 21:01:29 +02:00
Christopher Roy Bratusek
9fb175a341
patcher: SDK 26+ update smali/baksmali to 2.4.0
2020-08-15 20:58:46 +02:00
Christopher Roy Bratusek
dd2b499840
patcher rename a function
2020-08-15 20:56:03 +02:00
Christopher Roy Bratusek
d59b0e5553
[experimental] patcher: use new haystack patches ( https://github.com/Lanchon/haystack/pull/34 )
2020-08-15 20:52:54 +02:00
Christopher Roy Bratusek
efed9da25a
mount_apex_loop() less useless debug messages
2020-08-15 19:55:00 +02:00
Christopher Roy Bratusek
b7246faf9b
patcher: fixes
2020-08-15 19:43:15 +02:00
Christopher Roy Bratusek
7b342b034c
use proper dexpatcher 1.8.0-beta1 for SDK26+
2020-08-15 19:38:57 +02:00
Christopher Roy Bratusek
665f361366
patcher: drop old code
2020-08-15 19:38:32 +02:00
Christopher Roy Bratusek
10329b1c53
Revert "use dexpatcher 1.8.0-beta1 for all SDKs"
...
This reverts commit fc0a34a3a4
.
2020-08-15 19:36:39 +02:00
Christopher Roy Bratusek
8966bf81fd
patcher: various improvements
2020-08-15 19:36:12 +02:00
Christopher Roy Bratusek
fc0a34a3a4
use dexpatcher 1.8.0-beta1 for all SDKs
2020-08-14 23:12:44 +02:00
Christopher Roy Bratusek
017a36a50f
patcher: ensure compat with older Android
2020-08-13 14:57:42 +02:00
Christopher Roy Bratusek
98886175ef
patcher: less useless debug info
2020-08-13 08:52:36 +02:00
Christopher Roy Bratusek
ccca18e0fe
patcher: improve apex compat (parts from @Teo-Lumifaza e1c3b1e3e4
)
2020-08-13 08:50:52 +02:00
Christopher Roy Bratusek
5bb7a21548
greatly improve APEX compat
2020-08-11 21:25:48 +02:00
Christopher Roy Bratusek
07c12a0ef2
bump version to 22.6.90 (22.7-beta1)
2020-04-18 10:28:32 +02:00
Christopher Roy Bratusek
56d0107ec7
some APEX improvements imported from Magisk
2020-04-17 20:45:32 +02:00
Christopher Roy Bratusek
37b8aaf8df
CommonInstaller/CommonPatcher: improve APEX support
2020-04-17 20:29:27 +02:00
Christopher Roy Bratusek
7066cec0bb
string update
2020-04-15 20:35:15 +02:00
Christopher Roy Bratusek
e8c3438d7e
Patcher: possibly fix LOS 17.1 support
2020-04-15 20:12:15 +02:00
Christopher Roy Bratusek
b93a9de8b3
Patcher: better APEX support
2020-04-15 20:06:20 +02:00
Christopher Roy Bratusek
21d02dd77b
Patcher: collect apex info
2020-04-07 12:25:31 +02:00
Christopher Roy Bratusek
3627819739
Patcher confirmed working (by users) on Android 10 [like on Android 9]
2020-04-04 14:12:19 +02:00
Christopher Roy Bratusek
82f723cc78
bump version to 22.6 (La Sirena)
2020-02-08 18:41:55 +01:00
Christopher Roy Bratusek
a4a1c64cbe
bump version to 22.6-beta2 (22.5.91)
2020-01-31 18:17:50 +01:00
Christopher Roy Bratusek
363ea37cde
patcher: fix setting ld env
2020-01-25 20:53:11 +01:00
Christopher Roy Bratusek
16eed53982
bump version to 22.6-beta1 (22.5.90)
2020-01-19 19:49:52 +01:00
Christopher Roy Bratusek
16333271bd
update Patcher
2020-01-19 19:47:40 +01:00
Christopher Roy Bratusek
e88f519e7a
use dexpatcher 1.6.3 for SDK 19 - 25 / use dexpatcher 1.8.0-alpha4 for SDK 26 and up
2020-01-17 21:10:23 +01:00
Christopher Roy Bratusek
b3e9ec5897
update dexpatcher to latest head; possibly fix crash when evoking from TWRP
2020-01-04 13:55:30 +01:00