|
|
1 yıl önce | |
|---|---|---|
| .. | ||
| assets | 2 yıl önce | |
| gui | 2 yıl önce | |
| pydrk | 2 yıl önce | |
| src | 1 yıl önce | |
| Cargo.toml | 2 yıl önce | |
| Dockerfile | 2 yıl önce | |
| Inter-Regular.otf | 2 yıl önce | |
| Makefile | 2 yıl önce | |
| README.android.md | 2 yıl önce | |
| README.md | 2 yıl önce | |
| chat.txt | 2 yıl önce | |
| chatapp.exe | 2 yıl önce | |
| client.py | 2 yıl önce | |
| echo.py | 2 yıl önce | |
| insert_line.py | 1 yıl önce | |
podman system service
podman build -t apk .
# This command gives an interactive terminal (useful for debugging):
#podman run -v $(pwd):/root/dw -it apk bash
podman 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