Page 1 of 1

Multiple connections on Android (bonded network)

Posted: 07 Nov 2021, 08:55
by elisterr
Hi,

Hear me out: The plan is to use multiple USB 4G sticks (like E3272, E3372) with different providers and combine their connections to a stronger more stabile connection with the Speedify service.

My setup:
Raspberry Pi 4 4GB
USB hub with external power
4x Huawei E3372h surfsticks

I got it working on Raspbian OS with usb_modeswitch automatically switching all the sticks to the right mode and then manually PPP connecting with WVDIAL service. But I've now switched to Android 10 / Lineage OS and I find it limited in usage. PPP Widget 3 works but as it uses virtual VPN to connect to Android I can only use ONE stick at a time and Speedify is now un-usable.

Is there some other way or code package that may fulfill my needs?
Modeswitch the sticks, dial-up and then connect the sticks as LAN connections?

Any kind of answers are welcome! :)

Re: Multiple connections on Android (bonded network)

Posted: 08 Nov 2021, 04:21
by LOM
A widget like pppwidget is not allowed to create net devices in Android so the reason it can work at all is to take over an already created device like the VPN device.
So, sorry but it is not possible.
Please be also aware that pppwidget was created to bring mobile broadband into wifi-only Android phones/tablets which did not have built-in mobile broadband support, Lineage OS should not even have a need for pppwidget if they code their OS right.

Re: Multiple connections on Android (bonded network)

Posted: 13 Dec 2021, 00:24
by elisterr
Hey!

Okay, the app itselt is not suitable but what about the rewritten coding about automatic USB_Modeswitch for the sticks.
Plus a manual PPP dial-up to the network provider.

In essence, it should still work, right?

Re: Multiple connections on Android (bonded network)

Posted: 13 Dec 2021, 15:18
by LOM
elisterr wrote: 13 Dec 2021, 00:24
Okay, the app itselt is not suitable but what about the rewritten coding about automatic USB_Modeswitch for the sticks.
LOM wrote: 08 Nov 2021, 04:21 Lineage OS should not even have a need for pppwidget if they code their OS right.
The whole source code for usb_modeswitch and its data package is free for the Lineage maintainers to integrate into their distro, that's how it gets built in to all other linux distro's.
By the distro mantainers. If they want to have it included.
It can be downloaded here: https://www.draisberghof.de/usb_modeswitch/