diff options
author | Jonas Smedegaard <dr@jones.dk> | 2018-06-24 10:53:43 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2018-06-24 10:53:43 +0200 |
commit | d20a602b0743b510990505818d4d53d3ba61e54c (patch) | |
tree | ab6ea92c4e36199aeb78d74134217ac675ee081b | |
parent | b96de63804b61e3dd01773ad3db726cff26e2ed6 (diff) |
Extend F-droid app section with enebling ADB and ways to debug failure.
-rw-r--r-- | ADMIN.md | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -109,13 +109,22 @@ Boot takes ~30 seconds ### Add selected apps, including F-droid appstore - 1. Execute from terminal: + 1. Enable developer setting: + At Settings -> About phone, + Tab many times on Build number. + 2. at Settings -> Developer options, + enable Android Debugging. + 3. Execute from terminal: fdroidcl install org.dmfs.tasks at.bitfire.davdroid org.birthdayadapter com.zegoggles.smssync com.moez.QKSMS fdroidcl install org.sufficientlysecure.viewer com.llamacorp.equate com.gabm.screenrotationcontrol fdroidcl install net.kismetwireless.android.smarterwifimanager fdroidcl install com.fsck.k9 org.sufficientlysecure.keychain eu.siacs.conversations fdroidcl install net.osmand.plus com.vonglasow.michael.satstat com.rareventure.gps2 de.grobox.liberario org.ametro +If terminal commands fail, +you can test if permissions for doing ADB connections work +with the more generic command "adb shell". + ## Customize |