TUI-ConsoleLauncher
TUI-ConsoleLauncher copied to clipboard
commands "su -c" and "find -exec" causing problems
These commands don't work for me, but furthermore they soft freeze whole launcher, so I must restart it. What I mean by soft freeze is this: launcher still works, but only few commands really work, like "restart" for example. Other commands simply do nothing, not even print an error.
Before the soft freeze happens these commands do print out the text they are supposed to print, for example "su -c" shows the usage of "su" command, but "su -c svc "data enable"" shows nothing.
This is why launching tasker tasks froze too issue #140
su -c works for one time only, after that you have to restart tui to use it again. However some command where you can use (--user 0), in place of su -c they works with superuser previlages, for example
wifi-settings=am start --user 0 com.android.settings/.wifi.WifiSettings
does your launcher work again if you issue the "ctrlc" command?