The suspend tag has no wiki summary.
1
vote
1answer
24 views
Suspending Threads in applet
I need to write a JApplet stop method that suspends the second thread by sending a suspend() message to the 2nd thread when the applet is minimized. I then have to resume the thread when the applet is ...
1
vote
0answers
12 views
mdwlist enumerate changes from Roman to Arabic after suspend [migrated]
In LaTeX, I am using the enumerate and mdwlist packages to create an enumerated list with a pause in the middle, using the suspend/resume commands. I want Roman numerals counting the list items, which ...
0
votes
0answers
26 views
When some process is suspended, MS Word slows down in opening
I am using Windows 7 Enterprise Edition SP1 and MS office 2003. If i suspend any process in windows (say notepad or any other) and double click a MS Word document to open, it takes about 20 to 30 ...
0
votes
0answers
22 views
Programmatically change the sleep/suspend timeout on Windows and Linux
I am looking for a way to programmatically change the sleep/suspend timeout on Windows (XP) and Linux (Debian & Ubuntu) operating systems without having to reboot the system. I have spent a decent ...
0
votes
0answers
16 views
How to monitor USB device's state on Windows host?
On Linux host, the USB device's power state could be monitored by the value of "/sys/bus/usb/device/YOURDEVICE/power/runtime_status",
but on Windows host, how can to check if the USB device suspended ...
0
votes
2answers
101 views
Unexpected suspension behavior of Windows 8 store app [duplicate]
Here's an excerpt from a link I read:
When the user moves an app to the background, Windows waits a few seconds to see whether the user immediately switches back to the app. If the user does not ...
1
vote
1answer
119 views
SuspensionManager Error when application has more than 1 page in windows 8 XAML/C# app
I'm writing a windows 8 XAML/C# app and have a little problem with the session manager.
Within my App.xaml.cs my OnSuspending method looks like this:
private async void OnSuspending(object ...
0
votes
1answer
27 views
How do I implement a sleepserver for linux? [closed]
I am new to linux and want to implement a sleep server. If anyone has source of Sleepserver please share or any kind of help will be appreciated.
SleepServer creates lightweight virtual images of ...
0
votes
0answers
65 views
phonegap cannot update ui until touchmoving the ui
I am very upset with a weird problem when developing phonegap app
My app is a single page app.
I implement a changePage method, its work is render necessary HTML framework before doing change page ...
0
votes
0answers
61 views
suspend lcd display after 10 mins with fbcon(with linaro kernel 3.1.0-rc9)
lcd display suspend after 10 minutes and i don't see predefined timeoutes in linux kernel of suspend display. I see in kernel sources and find callback responsible of blank/suspend display and this ...
2
votes
1answer
71 views
NOT show the last screen when launching iOS App
My app has a feature that, when enabled, presents a “decoy” screen whenever the app is launched. The user then has to tap in a “secret knock” to dismiss the decoy screen and see the password screen.
...
1
vote
3answers
155 views
Suspend main thread in qt
I want to make a function that stops the main thread and restarts restarts it after a couple of seconds. I tried the following:
void Mainwindow::timeout()
{
QTimer timer;
...
0
votes
0answers
49 views
Suspend a process in windows 7 for a specific amount of time
I know how to suspend and resume any process in Windows 7 - by using resource monitor. What I'm wondering is whether it's possible to suspend a process for a specific amount of time, then resume it, ...
0
votes
0answers
5 views
Reporting while leaving the current page
I am trying to develop a windows phone control which is supposed to report the last state of itself to a server. But when the user presses home or back button application is suspended before the http ...
0
votes
0answers
117 views
Alarm to go off while app is Suspended, i.e. beyond the 10min mark
I just want an application on ios that can play a sound (as an alarm) beyond the 10min mark (which is when an app is suspended after being backgrounded for that long).
Here is what I've done:
...
0
votes
0answers
60 views
javascript suspends until webview closes?
I am writing some web app that runs inside android WebView. The WebView is inside some simple Activity class that I open from the app's main menu. The html file and js files are local files. I'm ...
1
vote
2answers
115 views
Suspend a child process spawned by java
I have a java program which uses Runtime.exec() to spawn a child process, but I need to be able to programatically suspend it and then start it running again from where it left off. The Java Process ...
0
votes
1answer
299 views
How to enable suspend-to-disk on a Android device?
As we know, Linux kernel supports standby, suspend-to-ram, suspend-to-disk. However, I found Android doesn't support suspend-to-disk, or hibernate, although it's kernel is derived from Linux.
And now, ...
2
votes
1answer
49 views
How do I tell my page that the app has been resumed?
According to J. Likness on page 166 of "Building Windows 8 Apps with C# and XAML," in speaking of the OnResuming event: "The main reason [for this event ] is for applications that provide timely data ...
2
votes
1answer
212 views
sigsuspend() does not react against signal
My target is to intercommunicate main process and its "fork" children.
Communication is done by signal delivery.
My problem appears when first child gets stuck waiting when waiting for SIGUSR1 ...
1
vote
1answer
135 views
How to suspend/resume a process using vbscript
Is there a way to suspend and resume a process using vbscript? Currently I created an input box that terminates a processes but instead of terminating it is there a way to just suspend it?
'Terminate ...
0
votes
1answer
166 views
CreateFileAsync in SuspensionManager throws indecipherable exception
I created a new Windows Store app project using the Grid App (XAML) template. I ran the project (in debug mode) without changing a single line of code. While it was running, I switched back to Visual ...
5
votes
2answers
451 views
Bash: run one command after another, even if I do suspend the first one (Ctrl-z)
I know in bash I can run one command after another by separating them by semicolons, like
$ command1; command2
Or if I only want command2 to run only if command1 succeeds, using &&:
$ ...
1
vote
3answers
190 views
How can I catch a system suspend event in Python?
I'm using ubuntu 12.04. Is there a way to catch a suspend event in Python, i.e. if the laptop is going to suspend, do this...? The same question for catching shutdown event.
2
votes
1answer
121 views
Cannot suspend embedded linux while qt app is running
currently I am working on a Qt application running on an Embedded platform (i.MX53).
My problem is, that while this app is running, I cannot make my system suspend.
I am using "busybox rtcwake" to ...
0
votes
1answer
1k views
Linux suspend/resume code flow (on android phone)
Does anyone know any good reading on how the whole process and code flow are for android/linux suspend/resume (after pressing the end key on the phone)?
I am trying to understand and read the related ...
0
votes
0answers
99 views
How to suspend the Linux system for a specific period of time remotely? [closed]
I'd like to suspend or hibernate my RedHat 5 Linux system for a specific period of time.
For example I'd like to suspend the system at 12:00 and wake it up at 15:00 remotely.
Is there any way to do ...
0
votes
3answers
180 views
Pausing/resuming multiple threads in java
Trying to write a program that will run, suspend, and resume 3 threads.
here's the coding:
class Connectthread implements Runnable
{
public void run()
{
for(int j=0;j<90;j+=10)
...
4
votes
1answer
300 views
Why is adding SuspendLayout and ResumeLayout reducing performance?
I need to add a lot of controls to a parent control.
But I find if I add ParentControl.SuspendLayout and ParentControl.ResumeLayout before and after I add those controls to the parent, I use ...
1
vote
0answers
129 views
How to suspend WPF Window to render before not all desired properties are set?
I have quite a simple question regarding the rendering thread in WPF and dotNet4.0.
How can I avoid that the rendering thread is already starting to render before I have set all my dependency ...
0
votes
0answers
62 views
How to suspend Java program from the server side when it is running at Unix box with the Eclipse remote debugger connected to JVM?
I'm using Eclipse remote debugger connected to the JVM running my application at the Unix box. I can easily suspend/resume remote application from the Eclipse. My question is how can I achieve the ...
2
votes
0answers
122 views
IOS 6 after suspension of app revert orientation?
On suspension of the app, the landscape view of app is viewing as in portrait mode. Although the app is working fine on one go and ios 5 but show disorder in in ios 6 after suspending the app. I also ...
0
votes
0answers
90 views
IOS 6 in landspace view [closed]
On suspension of the app, the landscape view of app is viewing as in portrait mode. Although the app is working fine on one go and ios 5 but show disorder in in ios 6 after suspending the app. I also ...
0
votes
0answers
79 views
DB got supended state
Have one SQL Server which contains 2 databases. Through application I am taking connection from one database and by using same connection also executing CRUD query on the second database (but on same ...
0
votes
0answers
119 views
Developers' Account with Apps using Airpush SDK Are Suspended [closed]
It seems that the apps and developers' account listed in this forum are suspended. http://androidforums.com/android-applications/452862-list-apps-using-airpush.html Could someone confirm with me?
0
votes
2answers
369 views
Detect IIS website is suspended
I am currently able to detect whether a IIS Website is started/paused/stopped using the following code:
public int GetWebsiteStatus(string machineName, int websiteId)
{
DirectoryEntry root = new ...
0
votes
0answers
553 views
How to backup qemu vm without stopping? [closed]
I know that there are qemu monitor and it have some commands.
But I don't understood in which sequence to call them (and what they do exactly).
This solution:
http://wiki.qemu.org/Features/Livebackup
...
0
votes
1answer
558 views
Windows 8 app lifecycle management: “SaveState” not firing
I'm trying to stop my webcam preview when my app suspends (because it doesn't like resuming).
I'm following the 'Getting Started' guide on MSDN here
I've added await ...
0
votes
1answer
192 views
Win 8 App fails suspend cert when running from 'Project - Store' but passes when running WACK separately
When I run the Windows App Cert Kit (WACK) against my 'Release' install of my app on my machine, all the tests pass fine, when I go to: Project -> Store -> Create App Packages... and run the WACK at ...
-1
votes
1answer
21 views
We have an app that we only use 6 months out of the year. Can we temporarily deactivate it without deleting it? [closed]
We have a facebook app that we only use six months out of the year. Can we temporarily deactivate it without deleting it?
0
votes
1answer
286 views
Win 8 Metro App won't suspend correctly / Cert Kit fails
my Javascript/HTML based Metro App is finished that far, but I can't get it to suspend correctly.
The taskmanager and the Cert Kit are telling me that my App is not getting suspended.
I have no clue ...
2
votes
1answer
272 views
Is it possible to suspend and resume a windows Azure server?
I have a program that I run only 1-2 hours a day. Is there a way to suspend the Azure server so I don't pay for it, then resume it later? How fast is it to suspend and then resume?
2
votes
1answer
532 views
How to use waitHandle in vb.net
I have VS2010 and I'm working on a windows form application.
So, I have threads created dynamically (depending on user input), the processing for these threads can take quiet a while (days in extreme ...
0
votes
1answer
215 views
Prolong iOS app suspend time
When I press the home button my app is suspended correctly, however it only lasts a few minutes. If I leave it for a short while and return to it the app starts up fresh.
I'm not running any ...
1
vote
2answers
257 views
Set a script to suspend and resume after a calculated amount of time
Updated below:
I have a script which has a function I made that calculates the time to set my script to sleep for based on a few factors, which means the script might not need to run again for a half ...
1
vote
1answer
294 views
Executing a script before and after suspend/sleep on android
I would like to execute a script before my android device goes to sleep and also after it wakes up. I found out that there is something like a "early_suspend" hook for c, but I only want to execute a ...
0
votes
0answers
379 views
How to remove suspended state on a database in SQL Server 2008
When restoring a database on a new SQL Server 2008, one of my databases get suspended status, while all other databases are in a normal state. The suspended database will not open and displays an ...
2
votes
1answer
1k views
Sleep(suspend) and Resuming windows form starts program on worker thread instead of main thread
The windows form I am working on subscribes to Microsoft.Win32.SystemEvents.PowerModeChanged and on Suspend it runs the Close() method on the form. On Resume it runs the Run() function like it would ...
2
votes
2answers
873 views
Alternative to Thread.Suspend() method
Thread.Suspend() method is obsolete as you know. I want to suspend thread immidiately when button click event comes. I used Thread.Suspend() and it works perfect but everyone suggest that using ...
5
votes
1answer
1k views
How to Suspend and Resume Threads in android?
I just noticed that suspend and resume in android thraeding has been deprecated. what is the work around for this or how can I suspend and resume a thread in android?
any help would be much ...
