Thread: Glo Android on Glo
View Single Post
Old 01-08-2014, 01:18 PM   #255
Koboloid
Junior Member
Koboloid is on a distinguished road
 
Posts: 4
Karma: 60
Join Date: Oct 2013
Device: kobo glo
Quote:
Originally Posted by takikura View Post
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

Last edited by Koboloid; 01-08-2014 at 01:22 PM.
Koboloid is offline   Reply With Quote