Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Admin message
The migration is almost done, at least the rest should happen in the background. There are still a few technical difference between the old cluster and the new ones, and they are summarized in this issue. Please pay attention to the TL:DR at the end of the comment.
[PATCH] add support for PIN handling in mbim-network
I see the diff is done against /usr/bin/mbim-network... would you be willing to provide a proper git patch against the libmbim git repository instead? If you cannot or you don't want, let me know and I'll manually apply the changes myself.
echo "Unlocking SIM card with PIN code '$UNLOCK_SIM_CMD'..."
UNLOCK_SIM_OUT=`$UNLOCK_SIM_CMD`
echo $UNLOCK_SIM_OUT
Instead of always printing the UNLOCK_SIM_OUT, we should probably detect whether the unlock attempt succeeded or not, and print the full response only if it failed, e.g.:
I will post a proper git patch, just have to RTFM how as I've never done it before...
Same for the other patch for the help switch.
As for the proposed changes to the pin change detection, I am all for it.
I didn't like the way how the libmbim commands are always sent so I created a refactored version using a dispatcher function. I is much nicer to use, but I am still ironing out some edge use cases. Will post it as soon as it is ready.
I didn't like the way how the libmbim commands are always sent so I created
a refactored version using a dispatcher function. I is much nicer to use,
but I am still ironing out some edge use cases. Will post it as soon as it
is ready.
I'm not sure what you mean, but I'd suggest you post it either in bugzilla or in the libmbim-mailing list first as a RFC to see what everyone says about those changes ;)