- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2024 05:22 AM (Last edited 09-17-2024 05:22 AM ) in
Galaxy SI have the same problem. Does anyone have any idea how to fix this??
(Galaxy S24 Ultra)
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2024 06:12 AM in
Galaxy SSame issue here, battery can't sustain for half day due to the media picker apps.
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2024 07:30 AM in
Galaxy SUpdate your software it should fix itself
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2024 05:04 AM (Last edited 10-24-2024 03:15 AM ) in
Galaxy SEDIT: 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
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2024 10:19 PM in
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.
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2024 05:12 AM (Last edited 11-28-2024 05:12 AM ) in
Galaxy SThe 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.
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2025 03:36 PM in
Galaxy SI 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.
