diff --git a/README.adoc b/README.adoc index 02f6bfa..a297b04 100644 --- a/README.adoc +++ b/README.adoc @@ -11628,7 +11628,7 @@ I don't know how to download files from the web on Vanilla android, the default Installing with `adb install` does however work: https://stackoverflow.com/questions/7076240/install-an-apk-file-from-command-prompt -link:https://f-droid.org[FDroid] installed fine like that, however it does not have permission to install apps: https://www.maketecheasier.com/install-apps-from-unknown-sources-android/ +link:https://f-droid.org[F-Droid] installed fine like that, however it does not have permission to install apps: https://www.maketecheasier.com/install-apps-from-unknown-sources-android/ And the `Settings` app crashes so I can't change it, logcat contains: @@ -11638,6 +11638,14 @@ No service published for: wifip2p which is mentioned at: https://stackoverflow.com/questions/47839955/android-8-settings-app-crashes-on-emulator-with-clean-aosp-build +We also tried to enable it from the command line with: + +.... +settings put secure install_non_market_apps 1 +.... + +as mentioned at: https://android.stackexchange.com/questions/77280/allow-unknown-sources-from-terminal-without-going-to-settings-app but it didn't work either. + Tested on: `8.1.0_r60`. == About this repo