Questions tagged [reboot]

Reboot is a Unix command to restart the operating system. It is also a generic term for restarting any operating system.

604 questions
0
votes
1 answer

Notification when laptop is switch on (boot)

I need to know, is that possible to get a notification through email whenever my laptop is switched on or is connected to internet ? An alternative is to get notification when set service 'Starts' on system boot. Need C# code for this service.
Khushi
0
votes
2 answers

Rebooting a live web server

We have a website sitting on a single webserver and we need to upgrade .net and MVC so will require a reboot. What is the best way to handle the 5 minutes or so of downtime? I'm thinking we could reduce the TTL on the domain to, say, 1 second.…
IanS
  • 315
  • 3
  • 12
0
votes
0 answers

Android: how to execute method in Activity only if phone has been rebooted?

I have the following problem: I have an Activity that is executed several times when the phone is switched on. There is one particular method of the Activity that I have to call only ONCE and ONLY AFTER A REBOOT. Unfortunately I cannot listen to the…
Lisa Anne
  • 4,482
  • 17
  • 83
  • 157
0
votes
2 answers

Does iOS retrieve leak memory?

Supposed my app alloc memory every ViewDidLoad and not release. And my app does some work that cause memory fragmented. Does iOS retrieve that leak memory, or that leak memory is untouched until next reboot? Does iOS fix that fragmented memory, or…
onmyway133
  • 45,645
  • 31
  • 257
  • 263
0
votes
1 answer

Once and for all, does app with background location boot itself after reboot?

I've read a lot of questions here, some says there is a need to set VOIP mode and the app should boot itself after reboot. But my app mostly do background location based stuff. My app is not VOIP based but it is necessery to restart it after…
Idan Moshe
  • 1,675
  • 4
  • 28
  • 65
0
votes
1 answer

Resetting alarms on reboot

User can create different alarms. So it's up to user when to keep alarm and he can keep multiple alarms and I maintain all the scheduled alarms in a database and show to the user for further reference. Below is my…
rick
  • 4,665
  • 10
  • 27
  • 44
0
votes
1 answer

Cocoa daemon applicationdidfinishlaunching not invoked?

All: I write a daemon using Cocoa, it works fine. But after a reboot the MacBook Pro, the applicationDidFinishLaunching is not get invoked. I notice that when try to attach the process using Xcode "Product->Attach to Process", its icon is console…
ryo
  • 59
  • 7
0
votes
1 answer

Linux restores windows on reboot

A computer has been overloaded with too many windows/programs at once which leads to crash. Unfortunately the system is configured (somehow) to reload all of these windows/programs on reboot, does anyone know how to get around this and have a clean…
StarStrides
  • 121
  • 3
  • 10
0
votes
1 answer

MSMQ, Windows Service and Server Restarts

I am working with a legacy Windows Service that reads messages from a private MSMQ queue processes them (does some database work, sends some emails) and then waits for the next message (PeekCompleted) The service is problematic - whenever Windows…
Serexx
  • 1,232
  • 1
  • 15
  • 32
0
votes
1 answer

the alarm doesn't be reset after reboot

I developed a new app what displaying the times for TV shows and i want to make reminders for this times .. that's working good but after reboot all alarms are deleted then i used receiver with BOOT_COMPLETED action to retreive data from database…
eng.ahmed
  • 905
  • 4
  • 16
  • 38
0
votes
0 answers

how can i set all alarms after reboot in android

i am developing an app that set alarms to fire notifications what remind me about TV shows now i stored data about alarms in database but after rebooting all alarms are deleted and i used receiver to set alarms when receive BOOT_COMPLETED but when…
eng.ahmed
  • 905
  • 4
  • 16
  • 38
0
votes
0 answers

How to reboot device by using alarm manager in android?

I need to store the last rebooted time of the device and if reboot does not happened in a day then device should restart 1) I got the rebooted time by taking the time when device was started and storing it. 2) I add 24 hours to the rebooted time…
user1810931
  • 638
  • 2
  • 11
  • 33
0
votes
1 answer

Reboot under Win7 when C# program exits

I really need help on this. I have a C# program using .NET 4.0, a MySQL database and some DX code. Sometimes when the program exits, the computer reboots. I get no entries in the event log, have no idea what can cause the reboot. It happens on most…
0
votes
1 answer

How to reboot windows when RDP password equal some value

How to reboot windows (automatically) when RDP password equal some value? For example : Password for RDP == "hello_world". When user enter with this password Windows will work as usual. But if password == 'bye_world' Windows will reboot.
GIone hok
  • 69
  • 9
0
votes
1 answer

Shared preferences for button pressed state inside tabhost not working on reboot

Shared preferences inside tabhost not working for button pressed state. I am changing the background of the button on pressed state. But when I reboot(off and on) the phone the shared preferences is not saving the state. The variable …
Randroid
  • 3,688
  • 5
  • 30
  • 55