Skip to main content

How to Increase Internal Memory Space in Any Android phone – Without Rooting your Phone.



Although there is no risk involved in this Process, this gives you opportunity to Move Applications between Your Internal Memory and Memory card (SD Card).But make sure you don’t move the Applications which use Widgets to the SD Card because they Widgets will stop working when you Plug in to your PC and Use the Phone in Mass Storage Mode. (The SD Card will the Disconnected from the Phone). Just use your Common Sense and you are done.
You will have to do some Command Prompt stuff now, but don’t worry;it’s very simple and easy.

Step 1: Install JDK and then Install Android SDK. (Just Google for them, they are freeware)
After Installing run Android SDK Manager.
Select Android SDK Platform Tools (Uncheck anything else) and Click Install 1 Package.

Step 2: Enable USB Debugging in your Phone in Settings > Applications > Development.

Step 3:
Type cmd in  start menu and when cmd.exe shows up in search results, right click it and select "Run as Administrator".

Go to Platform tools folderfolder “C:\Program Files (x86)\Android\android-sdk\platform-tools” by typing the following in the command prompt:
cd C:\Program Files (x86)\Android\android-sdk\platform-tools

Then Type:
adb devices
You’ll find that your phone or Device will be Listed. (NOTE : All Commands are case sensitive.)
Then type:
adb shell pm setInstallLocation 2
 Now, your Default Installation Directory will be Your SD Card.
If you want to Change back to default then type:
adb shell pm setInstallLocation 0
You can find the current status by typing:
adb shell pm getInstallLocation

That’s it. Now you’ll be able to move certain(Not all) Applications which you were not able to move previously. I tried this in a Motorola Fire XT and it saved me around 20 MB in space. Enjoy!

Popular posts from this blog

Automatically align the column widths in Windows Xp

Some times when you browse folders in details view, the view may be cluttered and you might want to resize the column widths manually to get the complete details fit in a single screen in the horizontal direction so that you need not use the horizontal scroll bar to view the details which are off screen. Alternatively, Windows Xp provides an automatic way to adjust column width. Just select any row in the list and press they key combination, “ctrl + ‘+’of the numeric key pad”.

How to disable all the flash in SeaMonkey using AdBlock plus ( flashblock not working when JavaScript is disabled)

Flash block is a very good add-on for blocking flash in SeaMonkey, but when you disable JavaScript in the browser, the flashblock add-on does not work. So here is an alternative. In SeaMonkey after installing AdBlock plus, do the following to remove flash completely. Open AdBlock plus (Go to tools > AdBlock plus). Now click the filters menu and select ADD FILTERS. Now in the filter rule type *.swf and click the apply button. Here after you will not be able to view flash in your browser. Blocking flash helps save a lot of bandwidth. If you want to see flash in a particular page then you will have to disable AdBlock plus by going to AdBlock plus > options >and uncheck the Enable AdBlock plus menu.

How to get Ribbon Style Interface in LibreOffice Write and Calc.

The ribbon interface in Microsoft office makes it easy for users to complete tasks easily. You can get a similar interface in LibreOffice by following the steps below: 1. Download the latest version of LibreOffice (at the time of writing this post, the version is 5.4) 2. Open LibreOffice Writer and Go to Tools > Options. 3. Under LibreOffice section, click Advanced. 4. Check the checkbox saying, "Enable Experimental Features". 5. Now go to View > Toolbars > select Notebookbar. 6. After restating, you should get ribbons. 7. You can still access the old layout by clicking on the three slider menu button and selecting MenuBar, to show the old style menu bar as well. If you want to change the tool bar style, you can select View (in the old style Menubar) > Toolbar Layout > Default. You can do the same for LibreOffice Calc as well.