Last active
June 26, 2024 07:16
-
-
Save lduboeuf/ec78387545ed1a219dc72673b3490d05 to your computer and use it in GitHub Desktop.
UT Focal hints
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#logs | |
journalctl --user -f -u lomiri-app-launch--application-click--terminal.ubports_terminal_2.0.1--.service | |
sudo journalctl --boot --identifier=NetworkManager | |
# mount rw | |
sudo mount -o remount,rw / | |
# restart lomiri | |
systemctl --user restart lomiri-full-greeter.service | |
#debug glogs: | |
systemctl --user set-environment G_MESSAGES_DEBUG=all |
unlock modems:
this works, but only if modems are locked:
gdbus call --session --dest com.lomiri.connectivity1 --object-path /com/lomiri/connectivity1/Private --method com.lomiri.connectivity1.Private.UnlockAllModems
toggle on/off wifi:
gdbus call --session --dest com.lomiri.indicator.network --object-path /com/lomiri/indicator/network --method org.gtk.Actions.Activate 'wifi.enable' '[]' '{}'
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tune /etc/ofono/ril_subscription.conf
In that case, maybe try bind-mount on top?
cp /etc/ofono/ril_subsciption.conf ./
nano ril_subsciption.conf
sudo mount -o bind ril_subscription.conf /etc/ofono/ril_subscription.conf