᲼
TTermux
Created by on 5/19/2025 in #support
Termux-api commands fail in proot
Fixed by copying and binding app_process from android img (https://github.com/termux/proot-distro/issues/516)
6 replies
TTermux
Created by on 5/19/2025 in #support
Termux-api commands fail in proot
The problem seems to be when the command exec /system/bin/app_process -Xnoimage-dex2oat / com.termux.termuxam.Am broadcast --user 0 -n com.termux.api/.TermuxApiReceiver --es socket_input id1 --es socket_output id2 --es api_method Clipboard is called
6 replies
TTermux
Created by on 5/19/2025 in #support
Termux-api commands fail in proot
This is my script for starting proot
#!/bin/bash
clear
proot-distro login archlinux --shared-tmp --user admin
#!/bin/bash
clear
proot-distro login archlinux --shared-tmp --user admin
6 replies
TTermux
Created by on 5/19/2025 in #support
Termux-api commands fail in proot
I think I broke something pretty important as termux-x11 does also not work anymore. It fails with a similar error:
termux-x11
/data/data/com.termux/files/usr/bin/termux-x11: 7: exec: /system/bin/app_process: Operation not permitted
termux-x11
/data/data/com.termux/files/usr/bin/termux-x11: 7: exec: /system/bin/app_process: Operation not permitted
6 replies
TTermux
Created by on 4/20/2023 in #support
Using termux api in proot loads infinitely
I removed the andronix install and installed with proot-distro. Termux api works in arch linux. It should be possible in andronix but it required to much config
10 replies
TTermux
Created by on 4/20/2023 in #support
Using termux api in proot loads infinitely
here (https://github.com/termux/termux-api/issues/369) they are talking about exactly my problem but in chroot and they fix it by using a rooted device and changing the selinux policy
10 replies
TTermux
Created by on 4/20/2023 in #support
Using termux api in proot loads infinitely
10 replies
TTermux
Created by on 4/20/2023 in #support
Using termux api in proot loads infinitely
I though adding the binds when starting proot would make this work
10 replies