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

144 Commits

Author SHA1 Message Date
Christopher Roy Bratusek
012669f2ec CommonPatcher: try to detect whether we are on a Custom or Stock ROM 2018-09-08 09:37:53 +02:00
Christopher Roy Bratusek
fc95b0cf01 bump version to 18.0.1 hotfix 2018-09-07 21:27:23 +02:00
Christopher Roy Bratusek
08554b5dc7 CommonInstaller: fix microG GmsCore, PlayStore and microG Services Framework Proxy loosing data / permissions after upgrade 2018-09-07 21:23:14 +02:00
Christopher Roy Bratusek
1945ee584a CommonInstaller: minor change 2018-09-07 18:27:53 +02:00
Christopher Roy Bratusek
5da7905863 CommonInstaller:
- always exist upon System Mode installation
- string changes
2018-09-07 18:21:48 +02:00
Christopher Roy Bratusek
75c3b268d1 bump version to 18.0.20180907 2018-09-07 17:39:55 +02:00
Christopher Roy Bratusek
c7808c5498 CommonInstaller / CommonPatcher: improve 2018-09-06 21:15:46 +02:00
Christopher Roy Bratusek
f176e7dca7 CommonInstaller: when /data/adb/NanoDroid_FileList exists, assume System Mode installation, even if Magisk exists 2018-09-04 20:30:23 +02:00
Christopher Roy Bratusek
aa17c14a1e CommonInstaller: remove unused definition 2018-09-04 20:24:48 +02:00
Christopher Roy Bratusek
ba0dc7faf2 CommonInstaller: simplify 2018-09-04 20:24:10 +02:00
Christopher Roy Bratusek
0ce53bd035 CommonInstaller: fix displaying install mode 2018-09-04 20:22:11 +02:00
Christopher Roy Bratusek
aa76b8d454 CommonInstaller: fix installation for Magisk Mode, when ROM wasn't booted once 2018-09-04 20:15:04 +02:00
Christopher Roy Bratusek
2162e6b6d5 error out if /data can't be mounted 2018-09-04 20:07:06 +02:00
Christopher Roy Bratusek
d0feddae7c CommonInstaller: on fresh installations, also get rid of possible user-installed version of Play Services
- this was supressed due the fact that NanoDroid wasn't self-aware
wether it was updated or not, but since 17.5 we have the internal
NANODROID_UPGRADE envvar, thus this is save and only effects GApps.
2018-09-02 15:23:12 +02:00
Christopher Roy Bratusek
84652bc70b don't get rid of GooglePartnerSetup 2018-09-02 15:17:49 +02:00
Christopher Roy Bratusek
12b60aafa5 update detect_bootmode 2018-09-01 19:14:09 +02:00
Christopher Roy Bratusek
b9054f4c5b CommonInstaller: improve installer env 2018-09-01 11:23:15 +02:00
Christopher Roy Bratusek
f37bc60073 CommonInstaller: fix error when overriding ROM built-in AdAway / OmniClockOSS if requested 2018-08-31 20:11:54 +02:00
Christopher Roy Bratusek
5e833b6e8e CommonInstaller: add sync adapters for P 2018-08-31 20:03:52 +02:00
Christopher Roy Bratusek
50d7ecef47 CommonInstaller:
- if there's no /vendor partition, but /system/vendor exists, create a compatibility link, which is required on some ROMs
- if log all mounted paritions in the recovery.log
- update /vendor mounting code
2018-08-29 17:00:56 +02:00
Christopher Roy Bratusek
9be0cc4eec Patcher: vendor mount code 2018-08-27 21:25:03 +02:00
Christopher Roy Bratusek
1e99734c85 CommonInstaller, Patcher: A/B aware /vendor mount code from Magisk 2018-08-27 18:12:17 +02:00
Christopher Roy Bratusek
ad06de9fd5 CommonInstaller, Patcher: mount /vendor partition 2018-08-27 18:08:12 +02:00
Christopher Roy Bratusek
e5e8fe101a doc updates 2018-08-25 20:19:26 +02:00
Christopher Roy Bratusek
94efbc5c0e next release will be 18.0, not 17.10 2018-08-25 00:31:29 +02:00
Christopher Roy Bratusek
ac488fa201 sort alphabetically 2018-08-25 00:28:06 +02:00
Christopher Roy Bratusek
eaa64ec3f7 CommonInstaller: remove GoogleExtServices from GApps removal list, as it is required for ROMs using GooglePackageManager 2018-08-25 00:17:40 +02:00
Christopher Roy Bratusek
6889db96ff CommonInstaller:
- extend GApps debloat blacklist to filter out more stuff
- minor fix regarding system mode installer information creation
2018-08-24 21:25:01 +02:00
Christopher Roy Bratusek
7e3c2f15f8 CommonInstaller: improve 2018-08-23 21:27:15 +02:00
Christopher Roy Bratusek
92af356291 CommonInstaller: detection fix 2018-08-22 20:09:12 +02:00
Christopher Roy Bratusek
e0acf2d531 CommonInstaller, Uninstaller: remove support for old NanoMod modules 2018-08-22 20:01:37 +02:00
Christopher Roy Bratusek
03c0e3e7f3 CommonInstaller: move installfile from /data/adb/.nanodroid-patcher to /data/adb/NanoDroid_Patched 2018-08-21 22:33:53 +02:00
Christopher Roy Bratusek
96a5998605 * CommonInstaller, CommmonAddon, Uninstaller
* move installer information for System Mode from /data/adb/.nanodroid-list to /data/adb/NanoDroid_FileList
  * CommonAddon and Uninstaller support both
  * simplify code for the creation of the installer information
2018-08-21 21:59:15 +02:00
Christopher Roy Bratusek
b0ad7f9f1f CommonInstaller: fix logical error 2018-08-20 21:34:50 +02:00
Christopher Roy Bratusek
029d51d5c0 CommonInstaller: when migrating from Play Store to Fake Store or vice versa and if it's a new installation of NanoDroid, also get rid of all app data related to the removed App Store 2018-08-20 20:57:22 +02:00
Christopher Roy Bratusek
d3a8136a8e CommonInstaller: setup private busybox before installation 2018-08-20 20:46:41 +02:00
Christopher Roy Bratusek
0bb7d57f79 CommonInstaller: cleanup TWRP environment when an installation error occurs during System Mode installation (regression from 17.9) 2018-08-19 18:58:48 +02:00
Christopher Roy Bratusek
9953a5ab03 CommonInstaller: don't set progressbar when flashing from Magisk Manager 2018-08-19 18:55:38 +02:00
Christopher Roy Bratusek
01ea1f5dcf CommonInstaller: code simplifications 2018-08-19 18:46:55 +02:00
Christopher Roy Bratusek
2e82fbb1f4 bump version to 17.10 in-dev 2018-08-19 18:40:01 +02:00
Christopher Roy Bratusek
933f4047e9 bump version to 17.9.20180818 2018-08-18 21:59:04 +02:00
Christopher Roy Bratusek
5f4d3798c3 CommonInstaller: simplify App Store installation routine 2018-08-18 21:36:34 +02:00
Christopher Roy Bratusek
d4f74bd9db CommonInstaller: fix System Mode installation in several cases, caused by linking issues 2018-08-18 21:12:46 +02:00
Christopher Roy Bratusek
3c3cdbe95b bump version to 17.9 in-dev 2018-08-18 18:52:02 +02:00
Christopher Roy Bratusek
216be428c0 new setting: nanodroid_override 2018-08-18 18:50:37 +02:00
Christopher Roy Bratusek
97474def22 improve App Store installation routine 2018-08-18 18:36:44 +02:00
Christopher Roy Bratusek
c2f9af134d bump version to 17.8 2018-08-11 21:46:06 +02:00
Christopher Roy Bratusek
264e09acd4 CommonInstaller: improve GApps handling 2018-08-10 19:22:25 +02:00
Christopher Roy Bratusek
4317ea9931 bump version to 17.8 in-dev 2018-08-10 17:07:23 +02:00
Christopher Roy Bratusek
314aeec318 CommonInstaller: fix upgrade-detection for System Mode 2018-08-09 23:00:00 +02:00