Hi Gustavo, >>> >>> It also seems that the 'reset' value is not really needed. >> >> I'm using that to avoid emit DBus signal during the silent reset, Not >> seeing how to do that without modem->reset, maybe we can rely on >> modem->pending, not sure yet. > > Or do you mean that have DBus signaling about Powered and Online during > silent reset is just fine? That is starting to make sense to me. We may > want to notify users that the modem is not there. > I actually think that emitting powered / online going on and off is okay, there's no real way to hide this since all the atoms have to be re-initialized. So all the interfaces go away and magically re-appear, all properties are re-emitted, etc. Not emitting Powered or Online is the least of our worries. Silent resets are really just about avoiding having the user re-enter the PIN when the modem crashes. Regards, -Denis