I have tried the *#9900# idea but keep getting Incorrect MMI code. I have a pantech burst. Any help. I have already switched my storage location to external use abd command but now I have 200 MB left internally but can not even download a 1.7mb app.
I found out the commands are actually adb shell pm get-install-location to find out if it is 0,1,2 and adb shell pm set-install-location 2 to set it as external card location.The last method on how to fix insufficient storage available error on android phones that can be followed to remove the bug is a little complex. It requires the use of a PC or a laptop and begins with downloading and installing the Java Development Kit if it is not already installed. Follow this up by downloading and installing the latest release of the android SDK. Initiate the command prompt by clicking on the start button and typing ‘cmd’. Right click on the command prompt and run with the administrator rights. When the dialogue box appears, click on ‘Yes’. Proceed to type the command; cd C:\Program Files (x86)\Android\android-sdk\platform-tools, on the ‘cmd’.
How To Fix Insufficient Storage Available Error
This is about half through this third step on how to fix insufficient storage available error on android phones. Now on your android phone, click on Menu button and scroll to Settings. Once here find Applications and on Applications find Development and enable the USB debugging. After completing this, connect the android phone to the computer using the USB cable. Perform the following command ‘adb shell pm getInstallLocation’ and you will get options from the output. The output options are; 0 or auto which the system decides the best location, 1or internal if you want to install the application in the internal storage of the android phone and finally 2 or external to install the application on external storage. Since the android devices do not have vast internal storage resources, a good choice would be option 2 which is expandable. Finally, go to the phone and disable USB debugging and close the command prompt.
Last edited by a moderator: