tandroid build: add "how to deploy apk on phone" to readme - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit a62e5d39ca14b5f6cd144828fdc390f987d19f2d
DIR parent 993374dce7bf5e0df9a54b6ebc8527d09a7bb515
HTML Author: SomberNight <somber.night@protonmail.com>
Date: Thu, 6 Dec 2018 05:10:24 +0100
android build: add "how to deploy apk on phone" to readme
Diffstat:
M electrum/gui/kivy/Readme.md | 8 ++++++++
1 file changed, 8 insertions(+), 0 deletions(-)
---
DIR diff --git a/electrum/gui/kivy/Readme.md b/electrum/gui/kivy/Readme.md
t@@ -55,6 +55,14 @@ folder.
You probably need to clear the cache: `rm -rf .buildozer/android/platform/build/{build,dists}`
+### How do I deploy on connected phone for quick testing?
+Assuming `adb` is installed:
+```
+$ adb -d install -r bin/Electrum-*-debug.apk
+$ adb shell monkey -p org.electrum.electrum 1
+```
+
+
### How do I get an interactive shell inside docker?
```
$ sudo docker run -it --rm \