Closed musahi0128 closed 1 month ago
I manage to run the termux-x11, turns out I need to run it as root. Unfortunately for Bliss OS version I'm running, the KernelSU support for termux is not working and I had to resort to following steps:
adb root
adb shell '/data/data/com.termux/files/usr/bin/termux-x11 :0'
Thank you
Problem description
Hi, I'm trying to use
termux-x11
onBliss-Go-v15.9.2-x86_64-OFFICIAL-gapps-20240910 (Android 12L)
running on VirtualBox. I'm gettingBad system call
error message when I tried to run thetermux-x11 :1
command. I'm using the latest apk and deb files from the GitHub release page. I downloaded the universal files yesterday but not sure about the version. Tested those files on my Realme Narzo 50A and doing same steps to install and it's working fine on the phone.Please check the attached file, it contains:
adb-dumpsys-com.termux.txt
: output ofadb shell dumpsys package com.termux
command.adb-dumpsys-com.termux.x11.txt
: output ofadb shell dumpsys package com.termux.x11
command.grub.cfg
: grub config file used to boot the OS.history.txt
: the steps I did on termux.strace.termux.x11.txt
: ouput ofstrace termux-x11 :1 > strace.termux.x11.txt 2>&1
command.termux-info.txt: output of
termux-info` command.Edit:
androidboot.selinux=permissive
to the boot parameters still yield the same result.Please let me know if more information is needed.
Thank you!
termux-x11-bliss-vbox.zip
What steps will reproduce the bug?
Described on problem description.
What is the expected behavior?
The app should be working just like it was on my phone.