Excerpts from Anders Feder's message of 2011-10-14 20:20:55 +0200:
I see. Should I clear this change of behavior with someone if I would
like to implement it?
Also, where would the entry point be? Since the modem may or may not
need an unlock, perhaps there needs to be two:
When modem is discovered {
If (autoconnect == true) {
If (Unlock required == false)
Enable_and_autoconnect()
}
}
This would prevent automatic connect if the user secured the SIM card
against theft (or at least prevent a thief from making use of the card)
by setting a PIN. It's bad enough that NM/MM currently doesn't work
properly with my Huawei E1750 if a PIN is set (but then it's partially
my fault because I haven't spent the time yet to analyse and report the
exact failure modes). Please don't _design_ it that way.
Sascha