I have seen progress bar in mobile which are working continuously while processing data in the background.
Have a look at the example: http://developers.sun.com/mobility/midp/ttips/alerts20/index.html
new Gauge( null, false,
Gauge.INDEFINITE,
Gauge.CONTINUOUS_RUNNING );