freebrowser1
freebrowser1
Still not implemented ? It is opened in 2014 and seven years later not implemented ?
(two years later...) That would be a nice option !
Here are my rules. [IPv4rules.log](https://github.com/ukanth/afwall/files/6453872/IPv4rules.log)
Yes, I have enabled LAN as well. EDIT: It appears iptables (got by `iptables -L -n`) has no ACCEPT on port 80 / 443 or any http port on user...
Where can I find this in AFWall ? EDIT: I noticed that Adguard also uses iptables when setting it to local automatic proxy, so it is not a proxy at...
I just found out that this library (open source) does support Canon CR3. I tested with CR3 files from an R6. https://www.libraw.org/download
So how can I access files in 'mainland' ? After doing 'adb shell pm grant com.oasisfeng.island android.permission.INTERACT_ACROSS_USERS' I opened the Oneplus 6 builtin file browser, but could not find any...
I've found a workaround. Install an SSH server app on mainland, like Termux and an SSH client (e.g. File Manager+) on the island. Termus serves SSH on default port 8022,...
> @freebrowser1 great idea on the workaround. Probably even easier than messing with ADB in my opinion. > > Does filemanager+ present itself in the system wide file dialogs? (Presumably...
You have to prepend `adb shell` before the `pm ...` command. Thus: `adb shell pm ....` .