Saturday, April 5, 2014

Different methods to increase internal memory of android device


android low internal memoryIf you have brought your android phone recently then at some point of time you may want to increase its internal memory even if you have 4GB or more of internal memory.


So there are three type of methods to increase internal memory of your device which are:


1. The first method is you can use Link2sd type of apps which requires your device to be rooted and also you need to partition your SD card. By using this method some part of your SD card will be used as your internal memory to create symbolic links and save app's data, here is a full tutorial on using this method.


2. The second method is you can use Mount2sd app to handle mout2sd script which loads with device boot up. This method requires root access as well as your ROM should have init.d support with partitioned SD card, if you have stock ROM then probably your ROM lacks init.d support but don’t worry there are different methods to enable init.d support on stock ROM, here is a tutorial on using this method.


3. The third method is you can use different scripts to increase your internal memory like cronmod or any others, this method is same as mount2sd but the difference is mout2sd provides the app to handle the script. This method requires root access and init.d support with partitioned SD card, here is a full tutorial.


Here i have not covered other methods like using app2sd type apps because link2sd has almost all the feature of these kind of apps. My personal preference would be the second method mout2sd in which you will get maximum internal memory depending on your SD card's partition.

Share this

2 Responses to "Different methods to increase internal memory of android device"

  1. Mount2sd not working on stock rom

    ReplyDelete
  2. You have to make sure that your rom have init.d support, usually stock rom doesnt have init.d support.

    ReplyDelete