How to Move other data to the SD card

Posted by muamar Kamis, 26 Desember 2013 0 komentar
Applications often keep a large cache under /data/data/. Unfortunately many of them do not provide a way to clear the cache without clearing at the same the configuration parameters for the app. (You can clear the whole data in Settings->Applications->Manage applications.) You can find which applications use most space with:
  du -sk /data/data/* | sort -rn | head 
then move the biggest caches to the SD card as in the following example:
  cd /data/data/com.android.vending
rm -R cache
mkdir /sdcard/cache/market
ln -s /sdcard/cache/market cache
Moving 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.
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.

0 komentar:

Posting Komentar

Trik SEO Terbaru support Online Shop Baju Wanita - Original design by Bamz | Copyright of android lost.