From poldi871 at web.de Tue Aug 22 13:58:16 2017 From: poldi871 at web.de (poldi871 at web.de) Date: Tue, 22 Aug 2017 15:58:16 +0200 Subject: Getting IMEI of modem in ADB-shell Message-ID: An HTML attachment was scrubbed... URL: From joey at joeyhewitt.com Thu Aug 31 05:28:34 2017 From: joey at joeyhewitt.com (Joey Hewitt) Date: Wed, 30 Aug 2017 22:28:34 -0700 Subject: qmiserial2qmuxd: proxying serial QMI requests to qmuxd Message-ID: Hello, Some of you might like to know about a project I released: https://github.com/scintill/qmiserial2qmuxd It's a small Linux/Android program to allow projects such as libqmi to work with qmuxd. It emulates the serial cdc-wdm interface and passes QMI messages back and forth between qmuxd and a client. There's a README on Github with more information. It hasn't been tested very thoroughly yet (I've done several QMI requests on my Samsung GS4 Mini phone), so I'd welcome your feedback, contributions, and questions. For me it's a stepping stone in creating a free Android RIL (early-stage code at https://github.com/scintill/android_frameworks_opt_telephony_ril_ofono ), but hopefully some others can get good use out of it too! Cheers, Joey