2
0
mirror of https://gitlab.com/Nanolx/NanoDroid synced 2024-10-31 09:20:23 +00:00
Commit Graph

112 Commits

Author SHA1 Message Date
Christopher Roy Bratusek
68333f3529 systest: import improved apex mount code from Magisk
sync build.props logic with CommonInstaller
2021-05-21 20:53:45 +02:00
Christopher Roy Bratusek
082486d6fa when searching system/vendor partitions look for app/vnr aswell 2021-05-05 14:27:58 +02:00
Christopher Roy Bratusek
636da5bacc bump version to 23.2 in-dev 2021-03-04 20:48:34 +01:00
Christopher Roy Bratusek
fda1820a0f systest update 2021-01-18 18:53:03 +01:00
Christopher Roy Bratusek
6ee502826c bump version to 23.1.2 2021-01-17 15:31:10 +01:00
Christopher Roy Bratusek
3d2aa1143a setup_busybox() 64bit arm detection 2021-01-17 13:40:37 +01:00
Christopher Roy Bratusek
a05fdf8e71 setup_busybox () fix compat with TWRP that uses busybox instead of toolbox 2021-01-17 12:31:55 +01:00
Christopher Roy Bratusek
609e2af604 bump version to 23.1.1 2021-01-16 09:24:41 +01:00
Christopher Roy Bratusek
2503c2ff3a likewise for all other modules 2021-01-12 21:53:59 +01:00
Christopher Roy Bratusek
0f8db95609 correct release date 2021-01-09 10:45:12 +01:00
Christopher Roy Bratusek
9142c05dec bump version to 23.1 Codename: Ni'Var 2021-01-09 10:39:05 +01:00
Christopher Roy Bratusek
c64269bf01 SysTest: setup bundled busybox before mounting partitions 2020-12-29 20:14:31 +01:00
Christopher Roy Bratusek
860fc69240 bump version to 23.0.1 (FCK 2020) 2020-10-29 18:18:21 +01:00
Christopher Roy Bratusek
167db770ae fix one of the two issues in #162 2020-10-28 22:04:34 +01:00
Christopher Roy Bratusek
ded7b2c6b6 bump version to 23.0.20201023 (All Aboard) 2020-10-23 19:19:50 +02:00
Christopher Roy Bratusek
6bc61c9925 no longer require mounting /data in all places 2020-10-22 21:29:48 +02:00
Christopher Roy Bratusek
185da1b493 make find_block() more robust 2020-10-21 20:15:03 +02:00
Christopher Roy Bratusek
5fc753702e bump version to 22.91 (23.0-beta2) codename: All Aboard 2020-10-21 19:13:18 +02:00
Christopher Roy Bratusek
521dc88d69 another try on improving /system mount code for various occasions 2020-10-20 21:02:03 +02:00
Christopher Roy Bratusek
1e1eb1b0e3 improve /system mount code 2020-10-20 18:45:09 +02:00
Christopher Roy Bratusek
4a6c439b43 bump version to 22.90 (23.0-beta1) codename: All Aboard 2020-10-19 19:48:03 +02:00
Christopher Roy Bratusek
1aaf79f4b4 update is_mounted() in all places 2020-10-18 09:39:48 +02:00
Christopher Roy Bratusek
4ab6d6b307 syntax fix 2020-10-17 22:01:14 +02:00
Christopher Roy Bratusek
eb9f9f711c SysTest, Uninstaller: update 2020-10-17 21:49:38 +02:00
Christopher Roy Bratusek
6fcca4d278 fix in mount_partitions() 2020-10-09 20:37:23 +02:00
Christopher Roy Bratusek
0929f4477a improve system-as-root support; syntax fix for mounting /vendor 2020-10-05 19:56:26 +02:00
Christopher Roy Bratusek
385cc98617 s/! -z/-n/g 2020-10-04 18:22:13 +02:00
Christopher Roy Bratusek
dc2ce52764 SysTest: no need to print infos, as we create a log 2020-10-02 20:08:56 +02:00
Christopher Roy Bratusek
02f167e663 improve mount-code in regards of system-as-root, fix /vendor compat link generation, fix system-as-root detection in SysTest for recovery mode 2020-10-02 19:40:46 +02:00
Christopher Roy Bratusek
5f8ac2e507 SysTest: minor clean-up 2020-09-30 21:54:31 +02:00
Christopher Roy Bratusek
85e2a0cca0 update mount code everywhere 2020-09-30 21:21:41 +02:00
Christopher Roy Bratusek
02d6708223 SysTest/CommonPatcher: update check_fake_package_signature() 2020-09-28 19:07:14 +02:00
Christopher Roy Bratusek
33431f5871 bump version to 23.0 in-dev 2020-09-24 20:40:58 +02:00
Christopher Roy Bratusek
7c1eb9e9f6 bump version to 22.9.20200910 'Tiefseequappe' 2020-09-10 20:07:04 +02:00
Christopher Roy Bratusek
155d8672e9 bump version to 22.9 2020-09-06 09:02:23 +02:00
Christopher Roy Bratusek
2487b97a41 bump version to 22.8.20200901 2020-09-01 21:51:48 +02:00
Christopher Roy Bratusek
bec49e9b4f bump version to 22.7.20200829 (The Velvet Machine) 2020-08-29 21:54:17 +02:00
Christopher Roy Bratusek
9b620a7703 minor change 2020-08-29 21:43:10 +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
2c8454ef3b SysTest:
- make it shut up, we don't need verbose execution, when all we do is generating a log anyways
- fix reporting block devices for /system and /vendor
- improve detecting block devices for /system and /vendor
- make check_fake_package_signature distinguish between native and self patched ROMs + log it
- add current boot slot to log
- minor cosmetic changes
2020-08-24 21:44:13 +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
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
4d08354e5d correct APEX_LD in BOOTMODE 2020-08-18 18:42:29 +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
2ea2a9d77a all instances 2020-08-18 10:43:47 +02:00
Christopher Roy Bratusek
5505e658cf SysTest: log loaded APEX modules 2020-08-17 18:54:55 +02:00
Christopher Roy Bratusek
137e505b20 SysTest: check for LD_CONFIG_FILE 2020-08-17 18:46:50 +02:00
Christopher Roy Bratusek
77aebc1a3e SysTest: use proper path to dalvikvm 2020-08-17 18:44:14 +02:00