gnunet-android

GNUnet for Android
Log | Files | Refs | README

commit 7ff251db97a57dc03bfca54e417472bdef80218c
parent 022f8c265ece98dc4cc51e78f24b330dae417cf8
Author: julianharty <julianharty@gmail.com>
Date:   Mon, 19 Aug 2024 13:31:11 +0100

Finally set the path correctly to the valid private_key file.

The app is currently running on a Pixel 6. TBC if the app has all the
necessary ports open and configured correctly.

Diffstat:
Mandroid_studio/app/src/main/assets/gnunet.conf | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/android_studio/app/src/main/assets/gnunet.conf b/android_studio/app/src/main/assets/gnunet.conf @@ -86,7 +86,7 @@ IMMEDIATE_START = YES DISABLE_BROADCAST = YES [PEER] -PRIVATE_KEY = $GNUNET_DATA_HOME/files/private_key.ecc +PRIVATE_KEY = /data/user/0/org.gnu.gnunet/files/private_key.ecc SYSTEM_TYPE = UNKNOWN [PATHS]