Irfan Latif
Irfan Latif
I've seen this on two devices at least, occurs at [AdbProtocol.java#L292](https://github.com/cgutman/AdbLib/blob/d6937951eb98557c76ee2081e383d50886ce109a/src/com/cgutman/adblib/AdbProtocol.java#L292): ``` java.lang.OutOfMemoryError: Failed to allocate a 1598575456 byte allocation with 7544583 free bytes and 248MB until OOM, target footprint...
Sorry if I missed something. It's somewhat related to https://github.com/rfjakob/gocryptfs/issues/53. Do we have some option to set fixed permission mode on files and directories like `encfs -o umask`, `rclone --dir-perms...
Patch is here: https://android.googlesource.com/kernel/common/+/a28726b4fb624f81d637a8afb9ea12fc16500f61. It works, I have tested on mido.
``` ~# cat /sys/firmware/devicetree/base/model /sys/class/block/mmcblk0/device/{uevent,date} Qualcomm Technologies, Inc. MSM8953 + PMI8950 QRD SKU3 DRIVER=mmcblk MMC_TYPE=MMC MMC_NAME=RX1BMB 02/2017 ~# getprop ro.build.product mido ``` The underlying hardware MCP: [RX1BMB](https://www.samsung.com/semiconductor/mcp/KMRX1000BM-B614/) contains `eMMC 5.1`,...
In combination with `--reachable=N` it would save time on large networks. E.g. with `fping --retry=5 --timeout=200 --reachable=2 --generate 192.168.1.0/24` if router responds at `192.168.1.1` and any other host at DHCP...
Is it possible to add a third Browsing mode "Always open full browser instead of using Custom Tabs". This can be primary or secondary browser (set globally or per app)....
I've seen this on two devices at least, occurs at [AdbProtocol.java#L323](https://github.com/tananaev/adblib/blob/v1.3/src/main/java/com/tananaev/adblib/AdbProtocol.java#L323): ``` java.lang.OutOfMemoryError: Failed to allocate a 1598575456 byte allocation with 7544583 free bytes and 248MB until OOM, target footprint...
@tananaev @cgutman is it possible? Everything else I need works fine so far up to Android 10.
### app name Permission Manager X (PMX) ### category "Tools" would be a better category. Or you can put under "Security & Privacy". ### description eXtended Permission Manager for Android...
Is it possible to make [`NetlinkSocket.get()`](https://github.com/svinota/pyroute2/blob/0.7.3/pyroute2/netlink/nlsocket.py#L831) non-blocking? E.g. in C we can close the socket from another thread or a signal handler and [`recv()`](https://www.man7.org/linux/man-pages/man2/recv.2.html) would return with `EBADF`. Or we...