From aff50de9c56d824e120a74cafb20bdbc62dbd38b Mon Sep 17 00:00:00 2001 From: cehteh Date: Mon, 18 Jul 2022 13:19:44 +0000 Subject: [PATCH] Added a comment --- ..._e9559029d8f2c482a482f7343ffa99a4._comment | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 doc/Android/comment_6_e9559029d8f2c482a482f7343ffa99a4._comment diff --git a/doc/Android/comment_6_e9559029d8f2c482a482f7343ffa99a4._comment b/doc/Android/comment_6_e9559029d8f2c482a482f7343ffa99a4._comment new file mode 100644 index 0000000000..b08ebb6708 --- /dev/null +++ b/doc/Android/comment_6_e9559029d8f2c482a482f7343ffa99a4._comment @@ -0,0 +1,22 @@ +[[!comment format=mdwn + username="cehteh" + avatar="http://cdn.libravatar.org/avatar/8ff07aa39d4d817cf3af3e717f41ab1a" + subject="comment 6" + date="2022-07-18T13:19:43Z" + content=""" +starting `git annex webapp` fails for me with (Android 12, CalyxOS): + +``` +CANNOT LINK EXECUTABLE \"/system/bin/app_process\": library \"libnativeloader.so\" not found: needed by main executable +failed to start web browser +``` + +The webapp still runs and I can connect the browser by copypaste the link. + +instead trying to open the browser natively i have a bit more success with Termux:API by + + termux-open-url 'http://127.0.0.1:42005/?auth=... + +This seems to be the right thing to do, unfortunally for some unknown reason it fails sometimes too, but I think thats an issue +within termux which may become fixed eventually. +"""]]