Skip to content

Instantly share code, notes, and snippets.

@lduboeuf
Last active September 28, 2023 12:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lduboeuf/ec78387545ed1a219dc72673b3490d05 to your computer and use it in GitHub Desktop.
Save lduboeuf/ec78387545ed1a219dc72673b3490d05 to your computer and use it in GitHub Desktop.
UT Focal hints
#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
@lduboeuf
Copy link
Author

lduboeuf commented Sep 6, 2023

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

@lduboeuf
Copy link
Author

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

@lduboeuf
Copy link
Author

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