Skip to content
Francesco edited this page Jul 18, 2017 · 18 revisions

What's this strange thing? Where are my icons?

$ tui -rm

Can I use T-UI as a normal app?

No, T-UI is a launcher.
If you want a terminal, I really suggest Android Terminal Emulator.

How can I use shellcommands?

$ shellcommands is a command that let's you know what executables commands are in your /system/bin folder, and nothing more than this.

If you want to use a command (like ping, cat or echo) just type in the input field and press enter.

Example

  • $ ping -c 5 google.com
  • $ echo t-ui!
  • $ cat Downloads/packages.txt

My notifications don't appear in t-ui

  1. use the command $ config -get show_notifications. If you get "true" it's good
  2. use the command $ config -get default_app_state. If you get "true" it's good
  3. use the command $ notifications -access. You will reach the "Notification access" system page.
    • If t-ui is disabled, enable it.
    • If t-ui is enabled, disable it. Then re-enable. Then restart t-ui and check if notifications appear.
Clone this wiki locally