Skip to content
Francesco edited this page Feb 18, 2018 · 1 revision

The reply command was introduced in t-ui beta 6.5. You can use it to reply from t-ui to some notifications (not all) which uses inline reply, a new feature that can be used in Android 5.0+.

0.

Enable Notifications in t-ui.
Make sure that the app is not excluded.

1. Bind

Bind the app that you want to reply to with the command:
$ reply -bind appName

This will assign an ID to the app. Moreover, t-ui will track the notification from this app.
Then, restart t-ui.

2. Receive

Wait a notification from the bound app. When you get it, you will be able to verify that it's the right one with the command:
$ reply -check appID

Note that you have to use the appID, which is automatically inserted if you click the suggestion that will appear in the suggestion bar. If you disabled suggestions, you can use the package name (you can get it with $ apps -l appName). Otherwise, you can get the ID with the command $ reply ls.

3. Reply

When you get the notification, you can reply with the command:
$ reply -to appID text

appID follows the same rules, as above.

Clone this wiki locally