Ryan
Ryan

Reputation: 898

Can phone use host network when debugging on device via Eclipse/ADB?

I have a Android phone connected with host computer with USB cable. ADB runs well and I can debug application on phone. The only problem is that the App requires special network setup which I can reach on host but not mobile. Is there a way to let the device send all network operations through ADB and Host network?

Upvotes: 6

Views: 6037

Answers (2)

Russell Davis
Russell Davis

Reputation: 8528

What you're looking for is known as reverse tethering. See https://android.stackexchange.com/questions/2298/how-to-set-up-reverse-tethering-over-usb for a solution.

Upvotes: 2

ggomeze
ggomeze

Reputation: 5739

Have you tried sharing your internet connection on your laptop, and connect your phone through it?. Make sure you disable data connection on your phone to assure you are connected through WiFi

Upvotes: 0

Related Questions