android - Is there a way to force a network connection over 4G, even when WiFi is enabled and connected? -


i have app controls sony rx10 camera on wifi. need offload photos server after they're taken, , feel read somewhere possible, can't find anywhere... problem camera acts router, has no access internet. so, tablet/phone that's connected attempting transmit media on channel need use 4g antenna instead , transmit way.

is possible force device connect server (http) on cellular network when it's connected via wifi has no access internet?

definitely yes. should use c code. should periodically enumerate network interfaces. should bind socket per ip address. have exaple ios, shure on android things work same. https://gist.github.com/avesus/fdb465b60a4f5204845c


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

c# - How do I get the Nth largest element from a list with duplicates, using LINQ? -

jsp - "Sending a redirect is forbidden after the response has been committed" in sendRedirect -