abouttreesummaryrefslogcommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorJules Aguillon2022-01-15 19:51:40 +0100
committerJules Aguillon2022-01-15 19:51:40 +0100
commitfa9250a89e657082c505f0fafdcd38f00df94be1 (patch)
tree73e4fe4f9a77d5009b38c4117558ee7133b97881 /CONTRIBUTING.md
parent854eb431f3d5ab04a0362b65759e2321d1660051 (diff)
downloadunexpected-keyboard-fa9250a89e657082c505f0fafdcd38f00df94be1.tar.gz
unexpected-keyboard-fa9250a89e657082c505f0fafdcd38f00df94be1.zip
Contributing: Mention enabling the virtual keyboard
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 7e16ccb..dc7ec16 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -40,6 +40,9 @@ make installd
The debug version of the application won't be removed, both versions will stay
installed at the same time.
+The application must be enabled in the settings:
+System Settings > System > Languages & Input > Virtual keyboard > Manage keyboards.
+
## Debugging the application: INSTALL_FAILED_UPDATE_INCOMPATIBLE
`make installd` can fail with the following error message:
@@ -50,14 +53,10 @@ make: *** [Makefile:20: installd] Error 1
```
The application can't be "updated" because the temporary certificate has been
-lost. The solution is to uninstall and install again:
+lost. The solution is to uninstall and install again.
+The application must be enabled again in the settings.
```sh
adb uninstall juloo.keyboard2.debug
-```
-
-Then again:
-
-```sh
make installd
```