|
|
il y a 2 ans | |
|---|---|---|
| .. | ||
| gui | il y a 2 ans | |
| pydrk | il y a 2 ans | |
| src | il y a 2 ans | |
| Cargo.toml | il y a 2 ans | |
| Dockerfile | il y a 2 ans | |
| Inter-Regular.otf | il y a 2 ans | |
| README.android.md | il y a 2 ans | |
| README.md | il y a 2 ans | |
| chat.txt | il y a 2 ans | |
| chatapp.exe | il y a 2 ans | |
| client.py | il y a 2 ans | |
| king.png | il y a 2 ans | |
Docker commands:
docker system prune -a
docker build -t apk .
# This command gives an interactive terminal (useful for debugging):
#docker run -v $(pwd):/root/dw -it apk bash
docker run -v $(pwd):/root/dw -w /root/dw -t apk cargo quad-apk build
Enable USB debugging in developer options and run the following commands:
adb install -r target/android-artifacts/debug/apk/darkwallet.apk
# Clear the log
adb logcat -c
adb logcat -s darkfi
"hb_ft_font_create_referenced"
nm libharfbuzz_rs-5d6b743170eb0207.rlib | grep hb_ | less