>> >> Are you up to drafting patches for this? :) >> > > Hmmm, bit nervous tbh! I only have an embedded platform to work on, which > makes building n trying out a bit laborious. I'm also totally clueless on > anything beginning with a 'g'! ;)
Oh, well, that is the thing that should worry you the least. Just ask around if you need help, even in #gnome-hackers (gimpnet) or #nm (freenode) in IRC. A lot of things are developed with GLib, so a lot of people are used to it. > I'm certainly not keen on tackling (3), not being at all familiar with Telit > nor having one. I can take that if you want once the other two are ready. > I'll have a look into (1) and (2) if you like - and if you can give me some > pointers, especially on hooking stuff into "all AT-based modems"? > Come the end of the holidays though I'm going to be very pressed for time. Hooking it for every AT-based modem is easy: just implement the load_unlock_retries() method in MMBroadbandModem, that's it. See e.g the patch I just sent to the mailing list. This patch implements a method from an interface in the MMBroadbandModem, and that would make it available for all AT-based modems: https://lists.freedesktop.org/archives/modemmanager-devel/2017-December/006100.html -- Aleksander https://aleksander.es _______________________________________________ ModemManager-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/modemmanager-devel
