cancel
Showing results for 
Search instead for 
Did you mean: 

Original topic:

Battery Drain due to Media picker

(Topic created on: 06-09-2024 11:06 AM)
2904 Views
FahdR
Beginner Level 2
Options
Galaxy S
What is media picker and why is it using 30% battery per day?
How do I stop it? 

image


image


7 Comments
itm60
Beginner Level 3
Galaxy S

I have the same problem. Does anyone have any idea how to fix this??

(Galaxy S24 Ultra)

wk93
Beginner Level 4
Galaxy S

Same issue here, battery can't sustain for half day due to the media picker apps.

0 Likes
FahdR
Beginner Level 2
Galaxy S
It was solved with the update.
Update your software it should fix itself
0 Likes
Piereligio
Active Level 1
Galaxy S

EDIT: no, sadly it didn't solve anything. I think media picker is actually the media scanner. Deleting a ton of pics has helped in my case, but it's still running a lot. 

 

After playing a bit with adb, the app is the Files app, with package name com.google.android.documentsui. In particular the activity com.android.documentsui.picker.PickActivity .

So, the following adb shell commands can be used:
First start adb shell (I'm assuming you have adb working already, check online how to do that otherwise), by giving the command:
adb shell
Force stopping Files app:
am force-stop com.google.android.documentsui
Clearing Files app data (doesn't delete files):
pm clear com.google.android.documentsui

If still happening, install a file manager (it will be used, at least MixPlorer does), and you can try disabling Files app:
pm disable-user com.google.android.documentsui

Enabling the app back if you need:
pm enable com.google.android.documentsui

Fvidal
Beginner Level 2
Galaxy S

 

Hi, did that solve your problem? I've already restarted my phone but the media picker keeps draining my battery. I don't know what to do to solve this problem. 

0 Likes
Piereligio
Active Level 1
Galaxy S

The only solution I found was to stop using Microsoft Phone Link. 

 Media picker still appears but always on the bottom of the battery usage list. 

gbisheimer
Beginner Level 2
Galaxy S

I have an S20 FE with the same issue. I just discovered that Resilio Sync (formerly BTSync) was responsible for using the Media Picker, which was causing the battery drain. Oddly enough, it didn’t appear in the list of apps with high energy consumption. I started disabling apps that access files on my phone one by one until I found the culprit.

0 Likes