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

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

$ tui -rm

How can I reset t-ui?

$ tui -reset
This will reset everything (settings + aliases)

Can I use T-UI as a normal app?

No, T-UI is a launcher.

How can I turn off suggestions?

config -set show_suggestions false

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.

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.
  4. if nothing works, delete your file "notifications.xml" (rm t-ui/notifications.xml) and restart t-ui

The output of the apps command isn't shown entirely

config -set max_lines -1

How to disable the annoying keyboard notification

Have a look at this discussion: Google+

Clone this wiki locally