Questions tagged [resume]

Starting something again after stopping/pausing it. (DO NOT USE for any topic related to employment or CVs)

Starting something again after stopping/pausing it. Do not use this tag for résumés or CVs.

560 questions
165
votes
7 answers

How to resume scp with partially copied files?

I'm using the scp shell command to copy huge folder of files. But at some point in time I had to kill the running command (by Ctrl+C or kill). To my understanding scp copies files sequentially, so there should be only one partially copied file. How…
Bohdan
  • 16,531
  • 16
  • 74
  • 68
61
votes
5 answers

How to pause and resume CSS3 animation using JavaScript?

I've tried to google and look from this forum a solution for my problem but no luck so far. I would like to pause my CSS3 animation (image slide show) by clicking a picture and also resume to the same animation by clicking a picture. I know how to…
nqw1
  • 979
  • 3
  • 11
  • 16
61
votes
6 answers

youtube-dl, how do I resume a download after error?

I am using youtube-dl to download videos from Lynda (I have an account). After about the 40th video in a list I received this error: ERROR: Unable to download JSON metadata: HTTP Error 403: Forbidden Is there a way to 'restart' the downloads so I…
pelagos
  • 1,025
  • 3
  • 17
  • 27
50
votes
4 answers

App always starts fresh from root activity instead of resuming background state (Known Bug)

I am facing exactly the problem mentioned in these…
Monstieur
  • 7,992
  • 10
  • 51
  • 77
42
votes
11 answers

Detect pause/resume in ExoPlayer

I searched two days for this question in github but i can't find true answer . I want example for detecting pause / resume in ExoPlayer > 2.x . Any one can give me an example ? I checked onPlayerStateChanged and problem not solved…
MrNadimi
  • 1,424
  • 4
  • 18
  • 33
40
votes
5 answers

How to make notification intent resume rather than making a new intent?

What i have here is a simple webview activity that when loaded it auto displays an ongoing notification. The idea is that people can navigate away from this activity and quickly access it again from any screen they want by pulling down the drop down…
brybam
  • 5,009
  • 12
  • 51
  • 93
24
votes
3 answers

How to resume a broken upload in HTML5

I am trying to add resume functionality to html5 file uploader. I need to be able to resume after browser was closed (and reopened) and I lost the file object, I do not want the user to drag/open the file again. Until now I used java applet to do it…
guy
  • 251
  • 2
  • 5
23
votes
4 answers

Resume activity in Android

I have an app with 3 activities. I have the main activity. This calls the second activity, which then calls the third activity. I want return to the main activity without entering the onCreate. This is the code for the third activity:…
Sárzena
  • 241
  • 1
  • 2
  • 4
18
votes
2 answers

Jersey REST support resume/media streaming

I need to support resume on Jersey REST, I'm trying to do it this way: @Path("/helloworld") public class RestServer { @GET @Path("say") @Produces("audio/mp3") public Response getMessage(@HeaderParam("Range") String r ) throws IOException{ …
Dima
  • 8,586
  • 4
  • 28
  • 57
16
votes
4 answers

how to pause/resume a thread

How can I pause/resume a thread? Once I Join() a thread, I can't restart it. So how can I start a thread and make it pause whenever the button 'pause' is pressed, and resume it when resume button is pressed? The only thing this thread does, is show…
Yustme
  • 6,125
  • 22
  • 75
  • 104
14
votes
4 answers

Application Level onResume Android

Problem The idea is very simple. Whenever an user comes back to my app from the Recents I want to show a simple dialog prompting with the password. I know how to prompt the dialog with password, but my problem is how do I understand that the user…
Aritra Roy
  • 15,355
  • 10
  • 73
  • 107
13
votes
3 answers

Programmatically creating PDF from webpage

I have my resume online in an html page (www.mysite.com/resume.html). Every time I need a PDF version of it, I use Google Chrome's print dialog to save it as a PDF, which uses my print CSS stylesheet. I want to be able to navigate to…
russtuck91
  • 575
  • 2
  • 4
  • 16
13
votes
5 answers

Is there a good implementation of partial file downloading in PHP?

I'm writing a PHP script that allows the user to download a file. Basically the idea is to prevent the file being downloaded more than X times, since it is paid content, and the link should not be spread around. Since the files will be pretty large,…
Vilx-
  • 104,512
  • 87
  • 279
  • 422
12
votes
3 answers

PHP Remote file streaming with Resume Support

Firstly, I am aware of similar question being asked before. The subject pretty much explains the question but still, the file is hosted on another server, the user will download file via my script, streamed to him... But the problem is user can't…
born2hack
  • 255
  • 3
  • 11
12
votes
2 answers

How to play or resume music of another music player from my code

In my Android app I want to play or resume the played music after I pause it. I got my app to pause the music by sending a broadcast, but I can't get it to play or resume the music. Here is the code to pause: Intent i = new…
iboalali
  • 379
  • 1
  • 5
  • 13
1
2 3
37 38