How to Move other data to the SD card
Kamis, 26 Desember 2013
0
komentar
du -sk /data/data/* | sort -rn | headthen move the biggest caches to the SD card as in the following example:
cd /data/data/com.android.vendingMoving stuff to the SD card is unsafe since all apps can read and write its contents. So only non-sensitive data should be moved there.
rm -R cache
mkdir /sdcard/cache/market
ln -s /sdcard/cache/market cache
TERIMA KASIH ATAS KUNJUNGAN SAUDARA
Judul: How to Move other data to the SD card
Ditulis oleh muamar
Rating Blog 5 dari 5
Semoga artikel ini bermanfaat bagi saudara. Jika ingin mengutip, baik itu sebagian atau keseluruhan dari isi artikel ini harap menyertakan link dofollow ke https://androidlost4.blogspot.com/2013/12/how-to-move-other-data-to-sd-card.html. Terima kasih sudah singgah membaca artikel ini.Ditulis oleh muamar
Rating Blog 5 dari 5
0 komentar:
Posting Komentar