H hackhack Active Member Licensed User Longtime User Sep 19, 2011 #1 We can't initiate a reboot without the device being rooted, right?
XverhelstX Well-Known Member Licensed User Longtime User Sep 19, 2011 #2 You can. Check out the 'OS Library' for reboot. I haven't tested it out though, but it should work. API level needed should be shown in the IDE help code. XverhelstX Upvote 0
You can. Check out the 'OS Library' for reboot. I haven't tested it out though, but it should work. API level needed should be shown in the IDE help code. XverhelstX
H hackhack Active Member Licensed User Longtime User Sep 19, 2011 #4 Nope, doesn't work. Says I don't have permission to reboot. Upvote 0
XverhelstX Well-Known Member Licensed User Longtime User Sep 19, 2011 #5 I will look tomorrow and see if I forgot the permissionl, but i thought i added the reboot permission. What did you enter as the code? Sent from my SE Xperia Play using Tapatalk. Upvote 0
I will look tomorrow and see if I forgot the permissionl, but i thought i added the reboot permission. What did you enter as the code? Sent from my SE Xperia Play using Tapatalk.
H hackhack Active Member Licensed User Longtime User Sep 19, 2011 #6 B4X: Dim o As OperatingSystem o.reboot("Time to reboot") And it required the internet permission which I thought was odd. Last edited: Sep 19, 2011 Upvote 0
B4X: Dim o As OperatingSystem o.reboot("Time to reboot") And it required the internet permission which I thought was odd.
E ericvanderhoeven Member Licensed User Longtime User Feb 9, 2013 #7 reboot permission hackhack said: B4X: Dim o As OperatingSystem o.reboot("Time to reboot") And it required the internet permission which I thought was odd. Click to expand... Hi, has this been solved now? Quite a useful command to have. Thanks, Eric Upvote 0
reboot permission hackhack said: B4X: Dim o As OperatingSystem o.reboot("Time to reboot") And it required the internet permission which I thought was odd. Click to expand... Hi, has this been solved now? Quite a useful command to have. Thanks, Eric