#!/bin/bash opts='--print-reply --system --dest=org.ofono /phonesim org.ofono.Modem.SetProperty' /usr/bin/dbus-send $opts string:"Powered" variant:boolean:true /usr/bin/dbus-send $opts string:"Online" variant:boolean:true /usr/bin/python3 /home/kuba/git/ofono/test/list-modems | head -n 9