termux / termux-x11

Termux X11 add-on application.
https://termux.dev
GNU General Public License v3.0
2.18k stars 316 forks source link

Bad system call - Bliss-Go-v15.9.2-x86_64 VirtualBox #730

Closed musahi0128 closed 1 month ago

musahi0128 commented 1 month ago

Problem description

Hi, I'm trying to use termux-x11 on Bliss-Go-v15.9.2-x86_64-OFFICIAL-gapps-20240910 (Android 12L) running on VirtualBox. I'm getting Bad system call error message when I tried to run the termux-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:

Edit:

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.

musahi0128 commented 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:

  1. adb root
  2. adb shell '/data/data/com.termux/files/usr/bin/termux-x11 :0'

Thank you