[android-developers] Re: How To Programmatically Turn On/Off WIFI?

2009-09-19 Thread !oEL
good point!!! On 9月19日, 上午1时50分, Marco Nelissen wrote: > Sure you can, you just need a phone. > > > > On Fri, Sep 18, 2009 at 9:21 PM, !oEL wrote: > > > So there is no way I can really test it? > > > On 9月18日, 下午1时07分, "Roman ( T-Mobile USA)" &g

[android-developers] Re: How To Programmatically Turn On/Off WIFI?

2009-09-18 Thread !oEL
ments in this email are those of the > author solely in their individual capacity, and do not necessarily > represent those of T-Mobile USA, Inc. > > On Sep 17, 9:48 pm, "!oEL" wrote: > > > > > Thank you guys. > > > I got rid of the Security Exceptions b

[android-developers] Re: How To Programmatically Turn On/Off WIFI?

2009-09-17 Thread !oEL
river. The same thing happens when I use the built-in power control widget. On Sep 17, 12:48 am, Raphael wrote: > On Tue, Sep 15, 2009 at 8:36 PM, !oEL wrote: > > > Hi, > > > Second question of the day, how do I programmatically turn on/off > > WIFI? > > There&

[android-developers] Re: How To Programmatically Turn On/Off WIFI?

2009-09-16 Thread !oEL
Hi, Thank you for the help. However I'm still getting some Security Exception, will report later on the details. On Sep 16, 5:15 am, MrChaz wrote: > Add > uses-permission> > uses-permission> > > to the manifest file > > On Sep 16, 4:36 am, "!oEL"

[android-developers] How To Programmatically Turn On/Off WIFI?

2009-09-15 Thread !oEL
Hi, Second question of the day, how do I programmatically turn on/off WIFI? Currently I'm having something like this: _iWifi.setOnClickListener(new View.OnClickListener() { public void onClick(View v) { WifiManager wm = (W

[android-developers] Re: How To Programmatically Reboot The Phone

2009-09-15 Thread !oEL
I see. Thank you Mark, I guess this shall be disposed from my feature basket, since I'm planning to write a public app. On 9月15日, 下午8时33分, Mark Murphy wrote: > !oEL wrote: > > Hi, > > > I'm trying to programmatically reboot the phone by pressing a button. > &g

[android-developers] How To Programmatically Reboot The Phone

2009-09-15 Thread !oEL
Hi, I'm trying to programmatically reboot the phone by pressing a button. Currently I'm doing something like this: _rebootButton.setOnClickListener(new View.OnClickListener() { public void onClick(View v) { Intent service