Skip to content

Latest commit

 

History

History
61 lines (46 loc) · 2.26 KB

File metadata and controls

61 lines (46 loc) · 2.26 KB

T-UI Expert Community Edition

The TUI Console Launcher is a versatile android Launcher, which sadly was abandoned by it's creator (Francesco Andreuzzi), and later by v1nc. Since relying on one maintainer proved to not be sustainably I believe we should try to maintain it as a community. Hence, this is the first step into making TUI maintenance a community effort, to hopefully keep the project relevant for a longer period. I am not a developer, nor do I have any meaningful experience in the field, so if you have an advice or want to join the effort I'll be very grateful.

Telegram:

Fixes:

  • hotfix for double(or more) notifications
  • prevent crash caused by the battery reciever
  • (transparent) cursor color works again

Fixes for root:

  • make wifi cmd more reliable
  • airplane mode works again
  • tap to lock does not disable fingerprint anymore

Features

Root commands:

  • airplane toggle airplane mode
  • battery toggle battery saver mode
  • cellular toggle cellular connection
  • nfc toggle nfc
  • reboot
  • recovery reboot straight into recovery
  • rotate toggle rotating screen
  • shutdown power off your phone
  • sleeptimer after given minutes, your phone shuts down

Custom command output:

your command is executed periodically, the output is printed to the top of the terminal!

  • config -set custom_command wget -qO- wttr.in/your_city_name\?0T
  • config -set custom_command_timeout 60(refresh every 60s)

Kill command:

instantly close apps, just type kill!

More Settings:

  • numbering_notes [true/false]: notes are numbered automatically
  • show_help [true/false]: show/hide help command
  • show_call [true/false]: show/hide call command
  • show_exit [true/false]: show/hide exit command
  • exit_password [string]: exit command asks for a password if specified
  • user_root [true/false]: always use root if possible