Top "Reboot" questions

Reboot is a Unix command to restart the operating system.

Can I get logcat logs after phone reboots?

I'm testing an android application with a long running service. I'm using Eclipse and have the usb cord hooked up …

android reboot logcat
Runtime.exec() : Reboot in Android?

I'm looking for a solution which can be used to reboot a rooted device. I jknow that rebooting a device …

java android runtime root reboot
How to reboot emulator to test ACTION_BOOT_COMPLETED?

Well, I have searched a lot. People say that I need to close the window of emulator to close it. …

android emulation reboot
Android AlarmManager after reboot

I have a set of alarms that I need to keep after reboot. I've tried using on an boot receiver …

android restart reboot alarms
How to restart Linux from inside a C++ program?

I have a Qt 4 GUI where I need to have a option in a drop-down menu that allows the user …

c++ linux qt4 reboot suid
Why does my app throw an `android.permission.REBOOT SecurityException`?

I wrote an Android app that uses android.os.PowerManager.reboot(), and I added <uses-permission android:name="android.permission.…

android permissions reboot
Android 2.2: Reboot device programmatically

I would like to know if there is a way to reboot the device through code. Ive tried: Intent i = …

android reboot
Reconfigure and reboot a Hudson/Jenkins slave as part of a build

I have a Jenkins (Hudson) server setup that runs tests on a variety of slave machines. What I want to …

hudson jenkins reboot slave
Android phone reboots on uninstall

I am developing an app and when I uninstall the phone kind of semi-reboots. This is my old post: I …

android reboot
iphone reboot programmatically

I have code system("reboot") The reboot command works in the terminal, but even if I run the app as …

ios objective-c jailbreak reboot