[android-beginners] Re: WifiReceiver not part of SDK 1.5???

2009-08-12 Thread Abhi
I do have this line in there... On Aug 11, 2:46 pm, Jack Ha jack...@t-mobile.com wrote: Make sure you have the following line in your AndroidManifest file. uses-permission android:name=android.permission.CHANGE_WIFI_STATE/ uses-permission -- Jack Ha Open Source Development Center ・T・ ・

[android-beginners] Re: WifiReceiver not part of SDK 1.5???

2009-08-12 Thread Abhi
This is what I get on the Eclipse console when I run that app... and it force closes. [2009-08-12 08:54:30 - WiFiProject] Android Launch! [2009-08-12 08:54:30 - WiFiProject] adb is running normally. [2009-08-12 08:54:30 - WiFiProject] Performing com.example.WiFiProject.WiFiProject activity

[android-beginners] Re: WifiReceiver not part of SDK 1.5???

2009-08-11 Thread Jack Ha
WifiReceiver is not part of the SDK. Are you referring to the following example? You'll see WifiReceiver extends BroadcastReceiver. http://www.androidsnippets.org/snippets/9/ -- Jack Ha Open Source Development Center ・T・ ・ ・Mobile・ stick together The views, opinions and statements in

[android-beginners] Re: WifiReceiver not part of SDK 1.5???

2009-08-11 Thread Abhi
Hi Jack, posting my reply again... dunno where my previous post went. I have the complete code now but the app force closes on my emulator. Is it because the emulator doesn't support WiFi apps? and force closes when it tries to scan for networks? I thought the emulator would just get stuck at

[android-beginners] Re: WifiReceiver not part of SDK 1.5???

2009-08-11 Thread Jack Ha
Make sure you have the following line in your AndroidManifest file. uses-permission android:name=android.permission.CHANGE_WIFI_STATE/ uses-permission -- Jack Ha Open Source Development Center ・T・ ・ ・Mobile・ stick together The views, opinions and statements in this email are those of the