[android-developers] Re: how can i reboot the device or lock the device using sdk?

2008-11-23 Thread forrestxu
Please help On 11月22日, 下午11时05分, forrestxu <[EMAIL PROTECTED]> wrote: > I used > > Runtime run = Runtime.getRuntime(); > run.exec("reboot"); > > to reboot the device. but i am failed. > > On 11月22日, 下午11时03分, forrestxu <[EMAIL PROTECTED]> wrote: > > > Hi Guys, > > > Please help me to

[android-developers] Re: how can i reboot the device or lock the device using sdk?

2008-11-22 Thread forrestxu
I used Runtime run = Runtime.getRuntime(); run.exec("reboot"); to reboot the device. but i am failed. On 11月22日, 下午11时03分, forrestxu <[EMAIL PROTECTED]> wrote: > Hi Guys, > > Please help me to solve the problem listed as below: > > how can i reboot the device or lock the device using sdk? > > M