Tell me more ×
Android Enthusiasts Stack Exchange is a question and answer site for enthusiasts and power users of the Android operating system. It's 100% free, no registration required.

In logcat I can see rmt_storage keeps doing something every 2/3 seconds

I/rmt_storage(15279): rmt_storage open success
I/rmt_storage(15279): rmt_storage shared memory ioctl success
I/rmt_storage(15279): rmt_storage mmap addr = 40009000
E/rmt_storage(15279): rmt_storage wait event ioctl failed
I/rmt_storage(15280): rmt_storage user app start
I/rmt_storage(15280): rmt_storage open success
I/rmt_storage(15280): rmt_storage shared memory ioctl success
I/rmt_storage(15280): rmt_storage mmap addr = 40009000
E/rmt_storage(15280): rmt_storage wait event ioctl failed

It seems like the process rmt_storaeg is spawned again and again and has some failure.

Id like to know WHAT is rmt_storage. what are the consequences of stopping it and why does it keeps polling something even when the device is totally idle and the screen is off.

share|improve this question
Something to do with the modem – smichak Apr 26 at 11:20

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.