Search found 6575 matches

by Josh
09 Oct 2019, 18:59
Forum: The PPP Widget Family for Android
Topic: Android 9
Replies: 1
Views: 9542

Re: Android 9

It looks like the tricks that PPP Widget is using to convince the system about network access available do not work anymore on Android 9.

Unfortunately, I don't have any device running Android 9 yet, so I can't test and find ways to get this working again.
by Josh
03 Oct 2019, 13:35
Forum: Everything Coding
Topic: dispatcher: jimtcl; corrupted heap
Replies: 7
Views: 17825

Re: dispatcher: jimtcl; corrupted heap

Thanks for the suggestions and the code, adrian_007 - even if I'm very late with it ...

I'm not familiar with CMake - what would you say are the specific advantages over "make" with respect to usb_modeswitch?
by Josh
30 Sep 2019, 21:49
Forum: Device Information
Topic: Sendig AT command after switching and before pppd connection
Replies: 1
Views: 7484

Re: Sendig AT command after switching and before pppd connection

That depends on which distribution you are using which in turn determines the version of usb_modeswitch. The original (upstream) version distributed here uses a text-only script in the Tcl language as the dispatcher. It is very easy to call external scripts after the mode-switch was confirmed. Distr...
by Josh
30 Sep 2019, 21:21
Forum: Device Information
Topic: E367u-2 and serial port communication
Replies: 2
Views: 8405

Re: E367u-2 and serial port communication

Good for you!
by Josh
30 Sep 2019, 21:17
Forum: Device Information
Topic: DWM-222 A2
Replies: 1
Views: 7847

Re: DWM-222 A2

Thanks (if very late) !!
by Josh
30 Sep 2019, 21:16
Forum: Device Information
Topic: zte k3565z on Lubuntu 16.04.6
Replies: 31
Views: 44081

Re: zte k3565z on Lubuntu 16.04.6

Sorry for the late reply, I was away for personal reasons. There is an obvious difference between the configurations. Lubuntu 16.04.6, Dell: DefaultVendor= 0x19d2 DefaultProduct= 0x2000 TargetVendor= 0x19d2 TargetProductList="0001,0002,0015,0016,0017,0019,0031,0033,0037,0042,0052,0055,0061,0063...
by Josh
30 Sep 2019, 18:10
Forum: Device Information
Topic: New Device 05c6:1000 DS Telecom DSU7
Replies: 8
Views: 16544

Re: New Device 05c6:1000 DS Telecom DSU7

Thanks!

What is the USB ID after the mode switch?
by Josh
30 Sep 2019, 18:06
Forum: The PPP Widget Family for Android
Topic: E3372h-607 working! (Reconnect issue)
Replies: 1
Views: 9662

Re: E3372h-607 working! (Reconnect issue)

Hmm, the problem is that this situation is hard to simulate.
I will try (I have a PX5 system here that is not in the car yet) but can't promise anything.
by Josh
30 Sep 2019, 17:47
Forum: The PPP Widget Family for Android
Topic: E3372h-153 PX5
Replies: 62
Views: 93904

Re: E3372h-153 PX5

Sorry for the late reply.

I will try to add a fix for that problem. There was already a similar report:
http://www.draisberghof.de/usb_modeswit ... 127#p19127
by Josh
30 Sep 2019, 17:45
Forum: The PPP Widget Family for Android
Topic: E3276s-920 issues
Replies: 1
Views: 9518

Re: E3276s-920 issues

Please post both "USB Log" and "PPP Log" that are generated when logging is enabled (bottom option) and the modem is plugged in and connected.
by Josh
30 Sep 2019, 17:41
Forum: The PPP Widget Family for Android
Topic: ALCATEL Linkkey ik40 4g dongle-prepare device.no modem found
Replies: 3
Views: 12494

Re: ALCATEL Linkkey ik40 4g dongle-prepare device.no modem found

Sorry for the long absence - personal reasons ...

Please be so kind and post the "USB Log" that is generated when you enable logging in PPP Widget (bottom option) and connect your modem.
by Josh
30 Sep 2019, 17:33
Forum: The PPP Widget Family for Android
Topic: PPPWidget3,Android 9, E3372h, writes a modem not found
Replies: 1
Views: 9748

Re: PPPWidget3,Android 9, E3372h, writes a modem not found

If you are still monitoring this thread, please post your "USB Log".
by Josh
29 Sep 2019, 08:56
Forum: The PPP Widget Family for Android
Topic: Can not start without PlayStore
Replies: 1
Views: 9784

Re: Can not start without PlayStore

Sorry, no exceptions there.
In the past, people have offered downloads of the app without my consent, and didn't bother to remove them upon my request.

However, in most cases you can post-add the PlayStore to almost all Android installations.
by Josh
29 Sep 2019, 08:52
Forum: The PPP Widget Family for Android
Topic: Autoconnect enabled, PPP widget 3 empty after device reboot
Replies: 1
Views: 11302

Re: Autoconnect enabled, PPP widget 3 empty after device reboot

If Android works as it should, it sends a signal ("intent") after to apps named BOOT_COMPLETED after starting up. I'm using this to initialize the widget but it does not seem to work flawlessly on all devices (meaning it does not reach PPP Widget in some cases). Adding an extra intent will...
by Josh
31 May 2019, 21:46
Forum: Setup Discussion
Topic: USB configuration selection for HP lt4120
Replies: 9
Views: 20889

Re: USB configuration selection for HP lt4120

The "dummy" switching method is used for devices which don't really do a classic mode-switch (returning with a different ID) but for devices which just need a configuration change. That's actually the documented and clean way for a USB device to expose more than one setup. Now, the HP devi...