Secara kerja jit memindahkan dalvik-cache ke sd atau masih tetap di hh tp di taruh ke cache/dalvik-cache. Nah kl di lihat jit2sd dia akan menghapus folder dalvik-cache dan membuat symlink ke sdcard : #Jit2sd rm -rf /data/dalvik-cache rm -rf /cache/dalvik-cache ln -s /sd-ext/dalvik-cache /data/dalvik-cache ln -s /sd-ext/dalvik-cache /cache/dalvik-cache
Fix rm -rf /data/dalvik-cache mkdir /data/dalvik-cache rm -rf /cache/dalvik-cache mkdir /cache/dalvik-cache CWIIW G1 + CM 5 test3 On May 13, 2010 4:19 PM, "Ferry Liemanto" <[email protected]> wrote: nah cara cek cache itu di HH kita udah dipindah ke SD atau blom gimana? lalu kalau udah dipindah, gimana cara mindahin balik ke internal memory? Thanks, Ferry L 2010/5/13 Julius Alexander <[email protected]> > > OK deh thanks........so keep it default..... -- "Indonesian Android Community [id-android]" Join: http://groups.google.com/group/id-android/subsc... -- "Indonesian Android Community [id-android]" Join: http://groups.google.com/group/id-android/subscribe?hl=en-GB Moderator: [email protected] ID Android Developer: http://groups.google.com/group/id-android-dev ID Android Surabaya: http://groups.google.com/group/id-android-sby ID Android on FB: http://www.facebook.com/group.php?gid=112207700729
