Method 1
- You gonna need Android Terminal Emulator
- Type su (root permission request will pop up, you need to approve it).
- Type cd /
- Type umount /cache
- Type mount -o rw,remount -t rootfs rootfs / (to set the folder access to rw – read write)
- Type ‘rmdir /cache’ (delete cache folder)
- I personally use root explorer to do point 5-6
- Type ‘mkdir /sdcard/cache’
- Type ‘ln -s /sdcard/cache /cache’ (to link cache folder to /sdcard/cache – which shoud have bigger partition size)
Method 2
- Just navigate to /data/app-lib, then delete all of the lowest-numbered duplicate folders inside.
- For example, if you had something like "com.zikaeroh.insufixer-1" and "com.zikaeroh.insufixer-2"
- then you would delete "com.zikaeroh.insufixer-1" leaving the "com.zikaeroh.insufixer-2"
Method 3
- Just navigate to /data/app, then delete .odex file associated to an uninstalled app
- For example if you uninstalled "esfile explorer app" looked for its odex file and delete it
Method 4
1. Wipe Cache Partition from Recovery (TWRP or CWM or Stock Recovery)
Video tutorial will be published once updated.
Found this article useful or not? Just leave your comments down.
0 comments:
Post a Comment