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

584 Commits

Author SHA1 Message Date
Christopher Roy Bratusek
4518195616 abort when we can't detect block devices 2021-03-03 20:58:47 +01:00
Christopher Roy Bratusek
3411c7b43a re-add free space check see https://gitlab.com/Nanolx/NanoDroid/-/issues/181~ 2021-03-03 20:27:10 +01:00
Christopher Roy Bratusek
0cedf2bf81 Merge branch 'master' into 'master'
Documentation improvement + minor corrections from shellcheck

See merge request Nanolx/NanoDroid!35
2021-01-18 17:49:41 +00:00
w1nst0n
52868d5ad1 Some minor corrections (shellcheck) 2021-01-17 18:38:31 +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
ce58ced55f CommonInstaller: fix the probably most silly mount error(tm) 2021-01-12 20:48:00 +01:00
Christopher Roy Bratusek
cac483552f CommonInstaller: find_block() from Magisk 2021-01-12 20:47:31 +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
abff6e74f7 CommonInstaller: export 2020-12-29 20:14:11 +01:00
Christopher Roy Bratusek
d6bdafefa0 set PATH to busybox earlier 2020-12-29 10:25:51 +01:00
Christopher Roy Bratusek
e879247e3c ensure busybox is used when mounting partitions, should fix some segfaults reported on Sammy devices 2020-12-29 10:22:37 +01:00
Christopher Roy Bratusek
5230ff9849 no longer ship XDA Labs 2020-12-20 10:20:03 +01:00
Christopher Roy Bratusek
b76553e8e4 allow reading configuration files from /system/addon.d
* OTA compat in System Mode for nanodroid-overlay
* allow reading config files when /data can't be mounted from recovery
2020-11-02 16:49:52 +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
c658e2d068 CommonInstaller: read configuration files from /tmp aswell (in case /data couldn't be mounted in TWRP) 2020-10-23 19:19:09 +02:00
Christopher Roy Bratusek
7411c61b9e CommonInstaller:
- no longer error-out when /data couldn't be mounted
- less verbose when flashing through Magisk Manager
2020-10-22 21:11:24 +02:00
Christopher Roy Bratusek
3948f72115 CommonInstaller: rename uninstaller information before detecting mode 2020-10-22 17:28:43 +02:00
Christopher Roy Bratusek
c5b883be6b CommonInstaller: fix detect_mode() ignoring /system/addon.d/NanoDroid_FileList exists 2020-10-22 17:27:28 +02:00
Christopher Roy Bratusek
d69746d4ad CommonInstaller: when flashing through Magisk Manager /external_sd is not always a direct link to the storage directory, aim to detect it 2020-10-21 20:52:23 +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
e292e57423 fix some logging 2020-10-20 21:29:25 +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
53d4b293b3 CommonInstaller: fixup is_mounted() 2020-10-18 09:39:35 +02:00
Christopher Roy Bratusek
ea0e1e4ad6 CommonInstaller: log for cfg in /sdcard explicitely
(in certain occasions /data/media/0 might not be available, still /sdcard is)
2020-10-17 23:49:39 +02:00
Christopher Roy Bratusek
0fe27ed465 CommonInstaller: remove a warning 2020-10-17 23:16:26 +02:00
Christopher Roy Bratusek
720e88f2dc CommonInstaller: fixup system mode restoration for init scripts 2020-10-17 23:11:17 +02:00
Christopher Roy Bratusek
88ac502aba CommonInstaller, nandoroid-overlay:
- fix /system mode installation
- allow installation directly after Magisk without reboot
2020-10-17 23:02:23 +02:00
Christopher Roy Bratusek
8e37704061 CommonInstaller: minor upgrades 2020-10-17 22:47:04 +02:00
Christopher Roy Bratusek
4ab6d6b307 syntax fix 2020-10-17 22:01:14 +02:00
Christopher Roy Bratusek
11f8017cf1 more minor Android 11 changes 2020-10-17 21:39:41 +02:00
Christopher Roy Bratusek
262e03fdae CommonInstaller: error-out when nanodroid_forcesystem is true, but we flash from Magisk Manager 2020-10-17 21:34:27 +02:00
Christopher Roy Bratusek
343d2bddc4 CommonInstaller: update for APEX changes in Android 11
CommonPatcher: update for APEX changes in Android11
 * patcher is not yet compatible with Android 11
2020-10-17 20:23:39 +02:00
Christopher Roy Bratusek
932c0f699d CommonInstaller: use pm to reset runtime permissions in bootmode 2020-10-17 09:20:03 +02:00
Christopher Roy Bratusek
00beabe79d CommonInstaller: use ZStd compressed APKs instead of GZip compressed ones
- finalize xbin => bin migration
2020-10-10 20:37:49 +02:00
Christopher Roy Bratusek
7f63fcfdd1 CommonInstaller: update install_bromite_webview for System Mode changes, simplify code 2020-10-10 19:13:30 +02:00
Christopher Roy Bratusek
07a12192cd CommonInstaller: update paths, minor simplification 2020-10-10 19:10:41 +02:00
Christopher Roy Bratusek
a33e745a26 move all utilities from /system/xbin to /system/bin
drop broken links to column utility from microG package
2020-10-10 19:02:31 +02:00
Christopher Roy Bratusek
8e9c82cad1 CommonInstaller: fixes 2020-10-10 08:01:01 +02:00
Christopher Roy Bratusek
6fcca4d278 fix in mount_partitions() 2020-10-09 20:37:23 +02:00
Christopher Roy Bratusek
55808b678b the column utility is no longer needed 2020-10-08 22:21:18 +02:00
Christopher Roy Bratusek
c7e7378e68 store NanoDroid_FileList in /system/addon.d instead of /data/adb, avoiding the need to mount /data for addon.d in System Mode 2020-10-08 22:17:09 +02:00