electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit a62e5d39ca14b5f6cd144828fdc390f987d19f2d
parent 993374dce7bf5e0df9a54b6ebc8527d09a7bb515
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:
Melectrum/gui/kivy/Readme.md | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/electrum/gui/kivy/Readme.md b/electrum/gui/kivy/Readme.md @@ -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 \