blob: 78f538cdfac0bd5677fbc2e91197fbb0deb2c893 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/bin/sh
####################################################################
vconftool set -t int db/filemanager/dbupdate "1"
vconftool set -t int memory/filemanager/Mmc "0" -i
vconftool set -t int db/Apps/mediaserver/usbmode "0"
vconftool set -t string db/Apps/mediaserver/mmc_info ""
|