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

1992 Commits

Author SHA1 Message Date
FriendlyNeighborhoodShane
237ad03c49 nanodroid-perm: allow running through ADB shell (without root)
- Use `pm list` instead of packages.list to determine installed apps
 - Allow executing user to be "shell" (ADB)
2020-10-20 14:26:24 +05:30
Christopher Roy Bratusek
99c2897a87 nanodroid-overlay: fix creating config if none found 2020-10-19 21:23:11 +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
3cd991cbc6 update ChangeLog 2020-10-19 19:44:45 +02:00
Christopher Roy Bratusek
0437a12adf nanodroid-perm:
- for restricted permissions pass --user to pm
- add newly required restricted permission android.permission.RECEIVE_SMS
2020-10-19 19:22:07 +02:00
Christopher Roy Bratusek
c83ee938eb microG shows the ID, so no need for extra app 2020-10-18 18:09:05 +02:00
Christopher Roy Bratusek
d02d2e7fab Issues: add fix for Play Store not showing bought apps as bought 2020-10-18 18:01:34 +02:00
Christopher Roy Bratusek
6b9346064e service.sh: minor change 2020-10-18 09:56:46 +02:00
Christopher Roy Bratusek
c351493a37 service.sh: microG GmsCore needs to be installed as user app for all permissions to be granted, see https://github.com/microg/android_packages_apps_GmsCore/issues/1100#issuecomment-711088518 2020-10-18 09:54:30 +02:00
Christopher Roy Bratusek
f2403b03ae nanodroid-overlay: further fixes 2020-10-18 09:42:02 +02:00
Christopher Roy Bratusek
1aaf79f4b4 update is_mounted() in all places 2020-10-18 09:39:48 +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
56ea9ec990 Uninstaller: fixup path 2020-10-17 23:48:48 +02:00
Christopher Roy Bratusek
f74d1d0c36 improve CommonAddon 2020-10-17 23:31:07 +02:00
Christopher Roy Bratusek
b33afa73d8 nanodroid-overlay: detect whether running from addon.d 2020-10-17 23:16:41 +02:00
Christopher Roy Bratusek
0fe27ed465 CommonInstaller: remove a warning 2020-10-17 23:16:26 +02:00
Christopher Roy Bratusek
a22343078f CommonAddon: update OUTFD detection (taken from Magisk) 2020-10-17 23:11:34 +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
eb9f9f711c SysTest, Uninstaller: update 2020-10-17 21:49:38 +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
1a1ae9f609 build-package: fix downloading APK from GitHub with release tag has multiple 2020-10-17 18:04:00 +02:00
Christopher Roy Bratusek
e121049bae repo cleanup 2020-10-17 17:54:03 +02:00
Christopher Roy Bratusek
ed98bc3293 build-package.report:
- update for switch from GZip to ZStd
- ignore local/ directory for side-loaded APKs
- update for switch from xbin/ to bin/
2020-10-17 09:48:26 +02:00
Christopher Roy Bratusek
f05d71491c link instead of copy zstd into all modules 2020-10-17 09:47:23 +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
21637a637f update GNU Bash to 5.1-rc1 2020-10-16 21:19:02 +02:00
Christopher Roy Bratusek
c64f9815cf build-package: surpress zstd info; only print info when errors happen 2020-10-11 21:08:47 +02:00
Christopher Roy Bratusek
c0950f525d build-package: make mime-type checking more robust 2020-10-11 21:02:28 +02:00
Christopher Roy Bratusek
44c397d8bf update README#credits 2020-10-10 20:39:29 +02:00
Christopher Roy Bratusek
f85acf187f Include static ZStd builds by Zackptg5 2020-10-10 20:38:05 +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
c9a927881d build-package: compress APKs using ZStd instead of GZip
(provides better performance on low end devices)
2020-10-10 20:36:46 +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
62475680ea update ChangeLog 2020-10-10 19:04:19 +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
358c830ff8 update ChangeLog 2020-10-10 11:57:25 +02:00
Christopher Roy Bratusek
ebf3588c9b nanodroid-overlay: a bit nicer output 2020-10-10 11:43:34 +02:00
Christopher Roy Bratusek
03dc17e7d2 Merge branch 'master' of gitlab.com:Nanolx/NanoDroid into master 2020-10-10 08:25:44 +02:00
Christopher Roy Bratusek
9e1b637be6 nanodroid-overlay: one more fix 2020-10-10 08:25:16 +02:00
Christopher Roy Bratusek
35ee26f71d nanodroid-overlay: fix 2020-10-10 08:25:06 +02:00
Christopher Roy Bratusek
21ac0ec971 nanodroid-overlay: fix 2020-10-10 08:15:05 +02:00
Christopher Roy Bratusek
641f2e116e nanodroid-overlay: minor fix 2020-10-10 08:10:12 +02:00
Christopher Roy Bratusek
3cec4a6185 nanodroid-overlay: minor fix 2020-10-10 08:03:47 +02:00