Problem with the network interface in Android

101 Views Asked by At

I'm trying connect a GoPro to an Android device with the USB port.

In theory, the GoPro creates a local network and I can send commands to send it orders. The problems seem like in Android 13 always send the commands by the Wifi network interface and I always get an error saying that do not exists that URL. I guess it is because the device is trying to send the command by the Wifi interface. When I disable the wifi, in some devices with Android 13 works and I can send commands to the GoPro

In Android <13 I can't send commands, even with the Wifi disabled.

For example, in iOS automatically create the network and I can access to the network and send commands.

Any idea about this?

I've tried to connect the GoPro by wire to an Android device and with an app like Postman send commands to control the GoPro, the commands are correct, tested in iOS.

0

There are 0 best solutions below