Can Android mode do timelapse image capture and FTP upload

HI,
And thanks for the replies. Sorry for lack of response.

Well i finally have a time lapse imaging system up and running on a phone. As per initial description it captures an image, saves image to internal shared storage, uploads the image to an FTP server, then sits and waits till next scheduled capture time.

However a problem that exists is that as soon as the phone goes into standby, the time lapse operation stops so i thought a wakelock might help here and i found this post (How to use Partial WakeLock) that you guys were also involved in. Would the code examples given in this post be useful for this application or is another approach required. I quite like the idea of using a thread but surely that is also affected by the phone going into standby.

Any help is much appreciated.

Cheers.