random repository of handy UT commands with obscure documentation and some scripts, if you're name is here and you'd like to take it down DM me on telegram or open an issue.
(courtesy of @lduboeuf in @ubports_devel telegram group)
- get channels
dbus-send --system --print-reply --dest=org.ofono /ril_0 org.ofono.CellBroadcast.GetProperties
- set channels
dbus-send --system --print-reply --dest=org.ofono /ril_0 org.ofono.CellBroadcast.SetProperty string:'Topics' variant:string:'919-928,4352-4354,4356,4370-4380,4383-4392,4396-4397,4400'
- get exempt appids:
gsettings get com.canonical.qtmir lifecycle-exempt-appids
- set exempt appids:
gsettings set com.canonical.qtmir lifecycle-exempt-appids "['com.example.myapp' , 'music.ubports']"
lifecycle exemption implementation of UT Tweak Tool
- test dispatch:
dbus-send --print-reply --dest=com.lomiri.URLDispatcher /com/lomiri/URLDispatcher com.lomiri.URLDispatcher.DispatchURL string:"http://example.com" string:"appid"
see: AyatanaIndicators/ayatana-indicator-datetime#144
-
set format:
gsettings set org.ayatana.indicator.datetime time-format 'format'
-
get format range:
gsettings range org.ayatana.indicator.datetime time-format
as of now:
'locale-default', '12-hour', '24-hour', 'custom'
-
set custom format:
gsettings set org.ayatana.indicator.datetime custom-time-format '%l:%M %p'