Skip to content
Francesco edited this page Mar 25, 2018 · 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

---------- WARNING ----------

Notifications are supported only on Android >= 4.3
You may be lucky, or you may not.

  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
  5. reboot your device if none of the former steps work

The output of the apps command isn't shown entirely

config -set max_lines -1

How to disable the annoying keyboard notification

Long click on it and click "exclude this notification".

I'm not able to see my external storage capacity

You will probably need to set the path to your external sd card:
config -set external_storage_path path/to/your/sdcard