Quote:
Originally Posted by takikura
Any measures of killing just these two functions of this reader; up-dating and SD card scanning?
|
found this on xda about media scanning:
Requirements:
- USB Debugging: ON
- Root Access
Enter one of the following commands in terminal emulator, adb shell or in a script file
To enable media scanning on boot:
Code:
su
pm enable com.android.providers.media/com.android.providers.media.MediaScannerReceiver
to disable media scanning on boot:
Code:
su
pm disable com.android.providers.media/com.android.providers.media.MediaScannerReceiver
theres also an app named rescan media. you can find it on playstore or xda.
hope this is what you were after.
edit:
for the updating, you could also add the hostname of the update server to your hosts file instead using a firewall.
should both do the trick