Re: [android-developers] Ad hoc Wifi on none rooted devices.

2011-12-28 Thread Kostya Vasilyev
Android 4.0+ has new a technology piece, WiFi Direct: http://developer.android.com/sdk/android-4.0.html Looks quite promising. For previous Android versions, the state of AdHoc WiFi support is described here: http://code.google.com/p/android/issues/detail?id=82 I suppose you could ask every us

[android-developers] Ad hoc Wifi on none rooted devices.

2011-12-28 Thread David
I am just wondering if there is some way to use wifi to send data between devices without having root. I am not thinking of tethering but more sending data from one device to the other over wifi. Yes I know that Bluetooth will work for this but I was hoping for more bandwidth and range using wifi.