Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I want to pause the media scanner service and then do some work and resume the service. Is it possible? How can I do that?

share|improve this question
Bit more explanation, is the service yours? Why do you need to pause it? – Blundell Jun 9 '11 at 8:10

1 Answer

If you are referring to the MediaScanner, then, no, you cannot pause a scan operation. However, you can have it scan one file at a time, so you can pause/do work/resume yourself.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.