Ok, thanks for your help. Is it possible to compile/run code from the Eclipse plugin so that the application runs directly on the device via the USB cable? Or do I need to create the file, then navigate to it separately from the phone?
On Dec 7, 11:23 am, Jean-Baptiste Queru <[EMAIL PROTECTED]> wrote: > -The emulator doesn't emulatorwifi, you'll have to use a real device for that. > > -In the current version of Android, you'll find that thewifisupport > is mostly suitable for infrastructure-based connections (i.e. > communicating through an access point), not for ad-hoc connections. > You can just blindly establish network connections, and they'll be > routed overwifiif that's available, or you can use the > ConnectivityManagerhttp://code.google.com/android/reference/android/net/ConnectivityMana... > if you want some finer-grained controls over whenwifiis available. > > JBQ > > On Sat, Dec 6, 2008 at 4:15 PM, Doughy <[EMAIL PROTECTED]> wrote: > > > Does anyone know where I can get some tutorials on developingwifi > > applications for android? I have some great ideas, but I am > > struggling to find some good introductions to using thewifi > > capabilities in Android. Furthermore, is it possible to debugwifi > > applications in the emulator. My emulator is crashing every time I > > try to run something simple. For example, the application crashes > > when I use: > > > TextView rssLabel = (TextView)findViewById(R.id.rssLabel); > > WifiManager wm = (WifiManager)getSystemService(Context.WIFI_SERVICE); > > WifiInfo wfinfo = wm.getConnectionInfo(); > > > Thanks for your help. > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

