Re: simultaneous voice/data works (was Re: call/normal switch was Re: omap4-droid4: voice call support was)

2018-04-11 Thread Pavel Machek
On Tue 2018-04-10 06:50:29, Tony Lindgren wrote: > * Pavel Machek [180410 11:00]: > > On Mon 2018-04-09 07:08:47, Tony Lindgren wrote: > > > * Dan Williams [180408 02:46]: > > > > On Sat, 2018-04-07 at 14:22 +0200, Pavel Machek wrote: > > > > > I tried --location-enable-gps-unmanaged , but that d

Re: simultaneous voice/data works (was Re: call/normal switch was Re: omap4-droid4: voice call support was)

2018-04-10 Thread Tony Lindgren
* Pavel Machek [180410 11:00]: > On Mon 2018-04-09 07:08:47, Tony Lindgren wrote: > > * Dan Williams [180408 02:46]: > > > On Sat, 2018-04-07 at 14:22 +0200, Pavel Machek wrote: > > > > I tried --location-enable-gps-unmanaged , but that did not work for > > > > me. > > > > > > That requires a TT

Re: simultaneous voice/data works (was Re: call/normal switch was Re: omap4-droid4: voice call support was)

2018-04-10 Thread Pavel Machek
On Mon 2018-04-09 07:08:47, Tony Lindgren wrote: > * Dan Williams [180408 02:46]: > > On Sat, 2018-04-07 at 14:22 +0200, Pavel Machek wrote: > > > I tried --location-enable-gps-unmanaged , but that did not work for > > > me. > > > > That requires a TTY that would spit out the GPS data; in this mo

Re: simultaneous voice/data works (was Re: call/normal switch was Re: omap4-droid4: voice call support was)

2018-04-09 Thread Pavel Machek
On Mon 2018-04-09 07:08:47, Tony Lindgren wrote: > * Dan Williams [180408 02:46]: > > On Sat, 2018-04-07 at 14:22 +0200, Pavel Machek wrote: > > > I tried --location-enable-gps-unmanaged , but that did not work for > > > me. > > > > That requires a TTY that would spit out the GPS data; in this mo

Re: simultaneous voice/data works (was Re: call/normal switch was Re: omap4-droid4: voice call support was)

2018-04-09 Thread Dan Williams
On Mon, 2018-04-09 at 07:08 -0700, Tony Lindgren wrote: > * Dan Williams [180408 02:46]: > > On Sat, 2018-04-07 at 14:22 +0200, Pavel Machek wrote: > > > I tried --location-enable-gps-unmanaged , but that did not work > > > for > > > me. > > > > That requires a TTY that would spit out the GPS dat

Re: simultaneous voice/data works (was Re: call/normal switch was Re: omap4-droid4: voice call support was)

2018-04-09 Thread Tony Lindgren
* Dan Williams [180408 02:46]: > On Sat, 2018-04-07 at 14:22 +0200, Pavel Machek wrote: > > I tried --location-enable-gps-unmanaged , but that did not work for > > me. > > That requires a TTY that would spit out the GPS data; in this mode MM > only sends the start/stop commands, and what comes ou

Re: simultaneous voice/data works (was Re: call/normal switch was Re: omap4-droid4: voice call support was)

2018-04-08 Thread Dan Williams
On Sun, 2018-04-08 at 09:41 +0200, Pavel Machek wrote: > Hi! > > > > mmcli -m 0 --enable > > > mmcli -m 0 --location-enable-gps-nmea > > > watch -n .3 sudo mmcli -m 0 --location-get-gps-nmea > > > > > > ...can be used to get GPS data. Droid4 seems to have rather bad > > > GPS, > > > so you shou

Re: simultaneous voice/data works (was Re: call/normal switch was Re: omap4-droid4: voice call support was)

2018-04-08 Thread Pavel Machek
Hi! > > mmcli -m 0 --enable > > mmcli -m 0 --location-enable-gps-nmea > > watch -n .3 sudo mmcli -m 0 --location-get-gps-nmea > > > > ...can be used to get GPS data. Droid4 seems to have rather bad GPS, > > so you should probably put it near window for testing. > > > > Is there way to grab dat

Re: simultaneous voice/data works (was Re: call/normal switch was Re: omap4-droid4: voice call support was)

2018-04-07 Thread Dan Williams
On Sat, 2018-04-07 at 14:22 +0200, Pavel Machek wrote: > On Sat 2018-04-07 10:10:00, Pavel Machek wrote: > > Hi! > > > > It seems qmicli can be used while unicsy_demo/ofone talks to the > > modem > > using the AT commands. > > > > So I could do: > > > > qmicli -d /dev/cdc-wdm0 --wds-follow-netwo

Re: simultaneous voice/data works (was Re: call/normal switch was Re: omap4-droid4: voice call support was)

2018-04-07 Thread Pavel Machek
On Sat 2018-04-07 10:10:00, Pavel Machek wrote: > Hi! > > It seems qmicli can be used while unicsy_demo/ofone talks to the modem > using the AT commands. > > So I could do: > > qmicli -d /dev/cdc-wdm0 --wds-follow-network > --wds-start-network=apn=internet.t-mobile.cz > route del default > sudo

simultaneous voice/data works (was Re: call/normal switch was Re: omap4-droid4: voice call support was)

2018-04-07 Thread Pavel Machek
Hi! It seems qmicli can be used while unicsy_demo/ofone talks to the modem using the AT commands. So I could do: qmicli -d /dev/cdc-wdm0 --wds-follow-network --wds-start-network=apn=internet.t-mobile.cz route del default sudo ifconfig wwan0 up dhclient wwan0 to get GPRS/UMTS connection. AT com