Question

I need to re configure wireless adaptor to setup an adhoc network over android phones. I need a way to test it on emulator but i have heard it doesnt has support to it hence cannot be accessed. Is there any way i can do it ? The reconfiguring is done at runtime by a library file by executing low level commands.

In simpler words i need a way to connect 2 or more android virtual devices using wifi adhoc

Was it helpful?

Solution

The emulator does not emulate any form of WiFi. It emulates a generic Internet connection.

Moreover, as Marvin points out, AFAIK, you cannot do ad-hoc mode with Android except on rooted hardware. Hence, most likely, you will need to purchase two devices that you can root.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top