Android Question Connect Cell when WiFi is also available

Rusty

Well-Known Member
Licensed User
Longtime User
I have a situation where I'd like to see debugging logs while connected to a Cell network.
Unfortunately, when I am connected to WiFi, my system uses the WiFi connection instead of the cellular connection.
In V5.5, Bluetooth debugging is no longer available.
Is there a way to use CELL with TCP even though WiFi is available and id/password are correct?

Alternatively, is there a way to see debugging logs while connected to cellular networks...
Thanks,
Rusty
 

Rusty

Well-Known Member
Licensed User
Longtime User
Thanks Erel.
Is there a way to force TCP to use Cellular instead of WiFi?
Unfortunately, my clients have been using DELL Streak tablets and there doesn't seem to be a Windows driver for them. Therefore, no USB debugging, any advice?
 
Upvote 0

Rusty

Well-Known Member
Licensed User
Longtime User
Thanks Erel...
I've created a logging routine that logs to a file so I can see what's going on since I can't use USB debugging with those old tablets.
Regards,
Rusty
 
Upvote 0
Top