Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Austcool-Walker/a86477c79260277ce30ee645cdbfa94d to your computer and use it in GitHub Desktop.
Save Austcool-Walker/a86477c79260277ce30ee645cdbfa94d to your computer and use it in GitHub Desktop.
way to run dbus inside termux | A way to run Gnome in termux with root
# https://elixir.bootlin.com/linux/v4.3/ident/CAP_LAST_CAP
# first creating a file with 0 inside file
echo 0 > ~/cap_last_cap
# Next step is to bind the file cap_last_cap to /proc/sys/kernel/cap_last_cap
#for proot-distro with ubuntu-18.04 the command looks like
proot-distro login ubuntu-18.04 --bind cap_last_cap:/proc/sys/kernel/cap_last_cap
# for toolloa-termux with bionic
toolloa login bionic --bind cap_last_cap:/proc/sys/kernel/cap_last_cap
# Remember dbus dosen't respond to all calls because of android dbus security policy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment