How to Fix "There is Insufficient Space on the Device" (Rooted)

Method 1
  1. You gonna need Android Terminal Emulator
  2. Type su (root permission request will pop up, you need to approve it).
  3. Type cd /
  4. Type umount /cache
  5. Type mount -o rw,remount -t rootfs rootfs / (to set the folder access to rw – read write)
  6. Type ‘rmdir /cache’ (delete cache folder)
  7. I personally use root explorer to do point 5-6
  8. Type ‘mkdir /sdcard/cache’
  9. Type ‘ln -s /sdcard/cache /cache’ (to link cache folder to /sdcard/cache – which shoud have bigger partition size)

Method 2
  1. Just navigate to /data/app-lib, then delete all of the lowest-numbered duplicate folders inside.
  2. For example, if you had something like "com.zikaeroh.insufixer-1" and "com.zikaeroh.insufixer-2"
  3. then you would delete "com.zikaeroh.insufixer-1" leaving the "com.zikaeroh.insufixer-2"

Method 3
  1. Just navigate to /data/app, then delete .odex file associated to an uninstalled app
  2. 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. 
Share on Google Plus

About Unknown

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment