⇤ ← Revision 1 as of 2015-09-03 07:10:25
Size: 165
Comment: Create .nomedia files
|
Size: 547
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
== Disable & enable Android's media scanner == {{{#!highlight sh # Disable adb shell su pm disable com.android.providers.media/com.android.providers.media.MediaScannerReceiver # Enable pm enable com.android.providers.media/com.android.providers.media.MediaScannerReceiver }}} Source: http://geeknizer.com/fix-android-media-server-scanner-sdcard-cpu-battery-drain/ |
Disable & enable Android's media scanner
Source: http://geeknizer.com/fix-android-media-server-scanner-sdcard-cpu-battery-drain/
Create .nomedia files underneath a directory hierarchy
find ./ -mindepth 1 -type d -exec echo touch \"{}/.nomedia\" \;