Deutsch English Français Italiano |
<v8oosl$1je7$1@nnrp.usenet.blueworldhosting.com> View for Bookmarking (what is this?) Look up another Usenet article |
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!news.swapon.de!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!nnrp.usenet.blueworldhosting.com!.POSTED!not-for-mail From: Andrew <andrew@spam.net> Newsgroups: comp.mobile.android Subject: I need help from experts to understand Android filesystem permissions Date: Sun, 4 Aug 2024 20:38:45 -0000 (UTC) Organization: BWH Usenet Archive (https://usenet.blueworldhosting.com) Message-ID: <v8oosl$1je7$1@nnrp.usenet.blueworldhosting.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Injection-Date: Sun, 4 Aug 2024 20:38:45 -0000 (UTC) Injection-Info: nnrp.usenet.blueworldhosting.com; logging-data="52679"; mail-complaints-to="usenet@blueworldhosting.com" Cancel-Lock: sha1:1u/SFc4B6k75OEgqu1AXv9WUw1I= sha256:bxUGwLBIUpitKgK+EQ+qWMRSAj+IodLz9uWTOJHxJVA= sha1:VCbLy3h/fTc39/YOgtg2MIZwgBQ= sha256:z1LHEjsd27ZrC8Vlpj60iVb1daLTf6GCnoqGToXOrMM= X-Newsreader: PiaoHong.Usenet.Client.Free:1.65 I need help from experts to understand Android permissions where, by design, everything I put on my Android phones go where I want them to go. That means I create a 0000 directory on my internal sdcard storage such that the path to all my folders & files in internal storage are always /storage/emulated/0/0000/{path to my internal storage folders and files} That means I format my portable storage sdcard to 0000-0001 and I create a top-level directory called 0001 such that I always know the path to files /storage/0000-0001/0001/{path to my external storage folders and files} Today I installed a free open source VPN client on my Android 13 Samsung. <https://play.google.com/store/apps/details?id=de.blinkt.openvpn> VPN needs a text configuration file, so I picked up the config from here. <https://www.freeopenvpn.org/> Specifically, I chose the UDP free open VPN text configuration file. <https://www.freeopenvpn.org/ovpn/USA_freeopenvpn_udp.ovpn> Which requires a username/password of the format freeopenvpn/680025300 <https://i.postimg.cc/QdqLKX53/freeopenvpn.jpg> So I added this auth command into the free openvpn configuration file. auth-user-pass //storage//0000-0001//0001//vpn//passwd.txt And into that passwd.txt file I added the two lines for username/password. freeopenvpn 680025300 All this works just fine on Windows, with the exception of the syntax: auth-user-pass C:\\tmp\\vpn\\passwd.txt The problem is that I can't get the VPN app to look in the vpn folder. It only looks at the top level internal or external sdcard. The VPN app isn't asking for any permissions other than for notifications. But it won't look in the desired vpn folder for the vpn text config file. Why not? Why should I have to pollute my Android top-level sdcard file system? This makes a mess of the file system. Do you use VPN on Android? How do you get the VPN client to look in the desired vpn folder for the text config file?