Fredrik Fornwall

Results 144 comments of Fredrik Fornwall

It seems that direct file system access is not possible starting from Android 6.0 - from [Android USB media support documentation](https://source.android.com/devices/storage/traditional.html#support_usb_media), as mentioned [in this stackoverflow answer](http://stackoverflow.com/questions/32201169/how-app-can-access-files-on-usb-otg-storages-in-android-6-0-api-level-23-witho): ``` Multiple external...

Interesting that this happens with other fonts as well. Could it be a problem with the Huawei P8 and monospace fonts? Anyone else have the same problem (with the P8...

@ikurek Could you try changing font with Termux:Styling?

`termux-clipboard-get/set` support should probably be moved into the main Termux app and not require Termux:API, since these are basic useful operations which does not require any additional permissions in the...

@vlad3-3-3 Does vysor (https://chrome.google.com/webstore/detail/vysor/gidgenkbbabolejbgbpnhbimgjbffefm) work?

@kracejic Just to check, you're running with a hardware keyboard right?

Just to check - you've launched the Termux:Boot app once, right? After rebooting the device, can you check if the command `logcat -s termux:*` outputs anything interesting?

@Keith-S-Thompson Hm, you can try running `termux-wake-lock` as first statement in a startup script, which would lessen the risk of the processes being killed of by the system. Does that...

@rclai Can you test if using running `sshd -D` as proposed by @Unrud works, perhaps in combination with `termux-wake-lock` to keep the processes alive?

Going to be challenging, but leaving this open for ideas and discussion!