This refers to the process where a computer's power state is systematically (and preferably gracefully) changed to a powered-off state and then automatically powered back on without intervention from the user.
0
votes
1answer
32 views
Android: How to restart same Activity immediately after HOME button is pressed
Hi and thanks for your support.
I am trying to develop a custom "locks screen", not an easy task.
The main issue I am facing is that the user can actually always exit my "locks screen" Activity ...
1
vote
1answer
27 views
restart on application uninstall
Using setComponentEnabledSetting causes the android os to restart upon uninstall. Has anyone else come across this?
ERROR/AndroidRuntime(1143): * FATAL EXCEPTION IN SYSTEM PROCESS: ...
0
votes
0answers
11 views
Varnish Restart Trace
Our Varnish Instance
/usr/sbin/varnishd -P /var/run/varnish.pid -a :6081 -f /etc/varnish/cm-varnish.vcl -T 127.0.0.1:6082 -t 1h -u varnish -g varnish -S /etc/varnish/secret -s malloc,24G -p ...
0
votes
1answer
33 views
Restarting millis in processing error
Having a massive problem with this piece of code. I'm working with Java in processing.
I've created a game where users must guide a character away from objects.
All the objects, health system and ...
0
votes
1answer
18 views
android eclipse graphical layout bugs…do i have to restart
Sometimes eclipse has problems with the graphical android layout such as not displaying the design or not displaying background images and other problems that don't disappear except when u restart ...
0
votes
1answer
17 views
Android Service Stops When App Is Closed
I am starting a service from my main Android activity as follows:
final Context context = base.getApplicationContext();
final Intent intent = new Intent(context, MyService.class);
...
0
votes
0answers
30 views
Restart Activity Without Error
I Have menu that fill by 2 Activity in my Android App, when i enter in first activity and do some image processing like skin detection, suddenly activity restart and back to the menu after around a ...
-1
votes
0answers
29 views
Azure virtual machine instance hangs in starting state [closed]
Today one of my virtual machine instances was in a stopped state at 11am this morning, restarting it just resulted in the same issue. I then deleted the vm and the disk - just not the vhd from the ...
0
votes
0answers
29 views
Restart computer with credentials
Is it possible to restart the computer with credentials, so that it will login instantly?
I'm thinking about something including this System.Diagnostics.Process.Start("shutdown.exe", "-r -t 0");, but ...
2
votes
1answer
35 views
how to automatically restart a node server?
We are finishing development of a project, the client is already using it but occasionally some errors occur - crashing the server.
I know I could register a service as 'upstart' script on linux, in ...
0
votes
2answers
14 views
When changing state can I re-initialize my code?
So basically I've got a game that runs with 4 game states. One for the main menu and 3 for my mini-games. Within each of these mini games there are smaller states to handle various sections of the ...
-1
votes
0answers
33 views
Tomcat script that checks if the webpage is up and running. if it is not running restart it. check every 10 min
**Update
Now my issue is that ping doesn't tell me if the website is up or down. I need to know if the website is up or down. If it is not up restart the script. If anyone can help me out that would ...
3
votes
0answers
47 views
Start Activity on mobile restart
I Want to design an App. Which will start on mobile restart.
I am able to start my activity by using "android.intent.action.BOOT_COMPLETED" intent
but "SAMSUNG NOTE" has facility to restart mobile ...
1
vote
0answers
57 views
Why is this expect shell script to ssh into and reboot cisco appliances failing?
Created this simple script to perform a reboot on a Cisco (Telepresence) CTS1300, 1000 and 3000 codecs. The goal is to restart a bunch of these units weekly through the use of a cron. I am using ...
0
votes
0answers
20 views
How does God's flapping condition work?
I'm trying to configure God's flapping condition to avoid infinite restarts if a problem happens, but I can't seem to make it work. It's never detecting the flapping state.
That's my God ...
1
vote
2answers
41 views
Prevent website restart when create new pages asp.net
I have code to dynamic create a new page in my asp.net website, and its work great. But when i create new page and go to that page first load is quite long 20+ second this because probably when i ...
-2
votes
0answers
10 views
Finding desktop path from single user boot root [closed]
Having issues with my MBP shutting down on restart (empty progress bar screen) In the mean time I would like to backup just the content on my desktop (the only not backed up data I have) but not sure ...
0
votes
1answer
33 views
AS3 timer event causing trouble
I am creating a game that uses a timer set to a random number. The timer counts up to this number then the game ends. I would like the player to have an option to replay once the timer runs out but I ...
0
votes
1answer
31 views
restart app when global static variables are killed android
I have many global final constants in my application. I populate these constants from a json file during application startup. As recommended by many people, I am using the application class to keep ...
0
votes
1answer
25 views
Bluecove : restart bluetooth stack programmically
I'm trying to close bluetooth service, but Bluecove has bug on Connection close method (https://code.google.com/p/bluecove/issues/detail?id=90) and I am trying to do some workaround to restart ...
0
votes
2answers
38 views
Run .exe in python with all files in directory
I am working on an auto restart script for an exe but there are config files in the directory I need to run with the exe. If I start the exe from the actual file folder it works fine but when I use ...
0
votes
0answers
11 views
restart wdcc job ,batch file going in monitoring
A watch directory is installed on my remote computer. Want to restart a particular job and want to schedule it after 10 mins.
The .bat file is working fine but the cmd window is not closing. The ...
0
votes
2answers
27 views
Mono restart console application
I have written a console application in mono for linux.
i have to start it with
"sudo mono app.exe"
Is there some posibility to restart the app when something happens.
For examlpe I run this app ...
0
votes
1answer
34 views
How to restart a Cocos2D application?
I am making a game, and everything works except the restart button. I would like the game to start again from the restart method, which loads everything onto the screen and sets up gameplay. However I ...
-5
votes
0answers
47 views
Disable computer after certain date [closed]
I am hoping to write a script that I can deploy to 800+ computers over remote desktop that will constantly check the system date and when it reaches May 18th 20013 or later I want it to execute a ...
3
votes
6answers
132 views
JAVA - Static variable resets upon program restart
I have a problem with a static counter variable. In a super class ("Card") I have a variable that counts the amount of cards that gets registered (It's a ticket system). It is written like this:
...
1
vote
1answer
77 views
BroadcastReceiver in a Service : Design Issues
My App needs to listen to a broadcast event (HEADSET events) and act accordingly. I discovered that HEADSET events cannot be used via a minifest receiver as the flag FLAG_RECEIVER_REGISTERED_ONLY is ...
0
votes
1answer
56 views
App completely restarting when launched by icon press in launcher
I'm in the process of trying to make a release build of my first android app to send to a few testers. However, I ran into a problem with it. When you exit the app and then re-enter it by launching it ...
0
votes
0answers
15 views
Android keeping layouts inflated after activity restarts
n00b here.
On a button click I am inflating a layout like so:
public void addLayout(View v) {
// inflating layout here:
LinearLayout ll1 = (LinearLayout) findViewById(R.id.main_layout);
...
1
vote
3answers
78 views
restart remote app using PHP SSH2
How can I restart if a directory 'xyz' exist in the remote SSH server using PHP-SSH2?
<?php
function fsmoke_ping($command_name1, $menu_name1, $title_name1, $host_ip1)
{
$connection = ...
0
votes
1answer
39 views
How to force computer not to restart
I am writing batch script to automate the product testing. After product finished installation, I need to force computer NOT to restart.
Is there any way to do that with batch script?
Thank for ...
1
vote
2answers
70 views
onCreate vs. onResume/onRestart bevhaviour regarding member variables
When I open an activity I know that I can initialize stuff in the onCreate function.
But what is the behaviour on the OnResume and onRestart function? When are these functions called?
Specifically: ...
0
votes
0answers
21 views
How to increase number of nfs daemons without restarting nfs service
I have a strange question
Normally to increase nfsd count we change
RPCNFSDCOUNT
value inside
/etc/sysconfig/nfs
file and restart nfs service
/etc/init.d/nfs restart
for that new value ...
3
votes
1answer
67 views
How to restart an application in Java?
Ones my application finishes executing, I need to restart it in order to be able to reuse it again. My application has multiple threads (and some chromedriver.exe issues). Therefore, I prefer NOT to ...
0
votes
0answers
16 views
WebHTB Applying Configuration without restarting Service
I've successfully configured WebHTB as bandwith limiter.
I want to ask, is possible to change any configuration like adding client, change bandwith limit, etc without restarting QoS ?
0
votes
1answer
25 views
How to reset values and restart program in C
I was wondering on if it was possible to reset all values in a program so that when i call main() to restart my program all the ints and arrays are back to their default values.
Thanks everybody!
...
-1
votes
2answers
47 views
Relaunch a java console application code
I'm searching on the internet for hours and i cannot find the right answer that works for me.
So.. I made a game called 'seabattle'
After playing that game the console comes with the question to play ...
0
votes
1answer
31 views
resolve a statement in Python in order to restart the procedure when an error occurs
I wrote this statement in Python (for convert the program in an executable) in order to load all text files in a folder (*.txt) or a single text file, check if the data format is correct (get_parse ...
0
votes
1answer
260 views
Why does my XAMPP Apache service keep restarting?
For some reason my XAMPP Apache service keeps restarting. It started yesterday, but I can't really find the cause, because I have made many changes to my PC the day before (windows update, antivirus ...
0
votes
0answers
54 views
rails keep gives no routes matched restart apache
I have been looking for answer.but nothing quite fit my description.
My rails app keeps crashing with routing error altho i made no changes to anything.
when i restart apache, it will go back to ...
0
votes
2answers
70 views
A finished Activity re-created after a coincident orientation change
I don't know if this behavior is normal because I suppose a call to finish() would stop the activity from being re-created.
Here is an excerpt of the activity class:
public class MyActivity extends ...
2
votes
4answers
366 views
Android: manual screen orientation without restarting the activity?
I need to make an app playing video with a button for full-screen on the video. The button is used to manually switch between landscape and portrait of the video display. We don't want the auto ...
0
votes
2answers
67 views
I subclassed UIView. Some of its subviews are animated. What's the correct way to restart these?
OK, so I subclassed UIView and the view has a bunch of subviews. These subviews are animating. When i push another View Controller on top, or the app goes into the background, the animations stop.
...
1
vote
0answers
156 views
Android game wont start (restart) after hitting back key
i'm having a problem with restarting my game after clicking home or return button on android.
I've found partial solution in thread:
Android crash when app is closed and reopened, but the game after ...
3
votes
1answer
59 views
restarting a database [closed]
where do i type in the commands to restart a mysql database?
Is it in a PHP file? or into the database itself? I use Heidi SQL to connect to a database.
commands like these
= killall -9 mysqld
= ...
1
vote
1answer
205 views
Restart my Phonegap app programmatically
How can I programmatically restart my phonegap app? I exit the app easily through navigator.app.exitApp(), but I would like it to restart immediately.
The reason I need this, is I have to restart it ...
0
votes
2answers
65 views
Prevent Service to restart
I have an IntentService which is started from a BroadcastReceiver with startService(service). When I get new informations in the BroadcastReceiver the new infos are pushed through an intent with ...
0
votes
0answers
117 views
Nginx Apache Restart Connection time out
Basically Nginx sits in the front end of the server running on port 80, Apache runs on port 8080 and Nginx delivers all incoming traffic via the proxy to apache. The issue is if I am to restart the ...
0
votes
1answer
144 views
QSettings IniFormat File gets empty after restart
I use QSettings to save and load parameters to/from an ini file using Linux:
write:
QSettings settings("setup.ini", QSettings::IniFormat);
settings.beginGroup("Setup_Parameter");
...
0
votes
0answers
20 views
After app started refresh every hour in background
I am looking for a possibility to restart my android app every hour in background after it was started. After the restart, the app is not in the foreground but refresh the built-in notification








