Skip to content
Francesco edited this page Aug 29, 2017 · 10 revisions

List

apps -ls

Hide

apps -hide [appName]

## Show

apps -show [appName]

Show details (activites, services, ...)

apps -l [appName]

Show the Play Store page

apps -ps [appName]

Show the Settings page

apps -st [appName]

Force-launch

apps -frc [appName]

(You can launch both visible and hidden apps with this option)

Show apps.xml

apps -file

Set default-apps

apps -default_app [index] [appName]

index: the index of the chosen default app (1 <= index <= 5)
appName: the name of the chosen app, or "most_used", or "null"

App Groups

App groups have been introduced in t-ui 6.3b (beta). They allow you to create set of apps which belong to the same categories (games, settings, etc...).

Moreover, you can set custom background and foreground color, in order to make your suggestions more explicative and clear.

Create a group

apps -mkgp [groupName]

This created an empty group with the given name (spaces are not allowed).

Delete a group

apps -rmgp [groupName]

Add an app

apps -addtogp [groupName] [appName]

Remove an app

apps -rmfromgp [groupName] [appName]

Set the background color

apps -gp_bg_color [groupName] [#color]

(check here for more details) about colors

Set the foreground color

apps -gp_fore_color [groupName] [#color]

(check here for more details about colors)

List your groups

apps -lsgp

List the apps inside a group

apps -lsgp [groupName]

Clone this wiki locally