Skip to main content

How to Move/Install Android Apps to the SD Card [Non-root Method]

All the android apps are installed in the device storage by default, and it is not that easy to move those app to the SD card. Few developers allows to move their app to the SD card but not all. If you own a mid-range smartphone low on internal storage then you'll not be able to enjoy large games & apps on your phone.

Move Android Apps to the SD Card
Image source: Flickr
We will use Android Debug Bridge to change the default install location, without rooting your phone. ADB (Android Debug Bridge) is included in the Android SDK. It is very easy process and you don't any technical skills, just follow this tutorial step by step.

Getting your phone ready...
  1. First of all, enable USB Debugging on your Android device.
  2. Open Settings > Developer options > Tick USB Debugging. It will allow you to change your device settings from your Computer, you can also move file to your Computer and vice versa.
Move Android Apps to the SD Card

Tip: If you don't see Developer options then you'll need to enable it. To enable, go to Settings > About device > Tap five times simultaneously on the build number. See image below.

Move Android Apps to the SD Card

Android SDK
Now, when your phone is ready, you'll need to install Android SDK on your PC. Download this utility from this link and install it. Follow the following steps after installing Android SDK:
  • Launch the SDK manager. SDK manager is saved in C:\Program Files (x86)\Android\android-sdk.
How to Move/Install Android Apps to the SD Card
  • Now you'll need to install Android Debug Bridge (ADB) utility. It is included in Android SDK platform-tools. Select the package and click install.
How to Move/Install Android Apps to the SD Card
  • Now, connect your Android phone to your Computer with a USB cable. Your computer will install proper driver for your device, wait until it finishes.
Tweaking Android device using ADB
Open Windows Explorer and locate to the platform-tools folder of android-sdk. This folder is located in C:\Program Files (x86)\Android\android-sdk\platform-tools. If it isn't available on this folder then check C:\Program Files\Android\android-sdk\platform-tools.
  • You'll need to open command window on this folder.
  • Right click anywhere in the folder while pressing the SHIFT key (SHIFT + Right Click).
Tip: Check list of keyboard shortcuts for Windows to see other shortcut keys.
  • Click on open command window here.
  • Run adb devices command to see the list of connected android devices.
  • Take note of your device name, you'll need it. In  my case it's 4d0097c8e0742200, it'll be different for your device. See image attached below.
How to Move/Install Android Apps to the SD Card
  • Now, run the following command:
adb -s [device name] shell pm set-install-location 2

Note: Replace [device name] with your device name, it's 4d0097c8e0742200 in my case. So I will run command "adb -s 4d0097c8e0742200 shell pm set-install-location 2".
  • Now run the following command to check if everything is done correctly. If it answers external then it's alright, move almost all the apps to your SD card.
adb -s [device name] shell pm get-install-location
  • From now, all the applications will be installed on the SD card. If you change your mind in the future and you would like to change the default location again to the device storage then run the following command.
adb -s [device name] shell pm set-install-location 0
  • Done.
Move your apps to SD Card
The applications which previously refused to move to SD card will now be moved to SD card. Go to Settings > Applications Manager > Click on the App > Click Move to SD Card, previously this option was greyed out.

It is advised not to move launchers, widgets or any other apps which keeps on working in background even when it is closed to the SD card. Enjoy.

Comments

Popular posts from this blog

How to Get Unlimited Ammo and Health in IGI 2

After many days I am sharing a cool and interesting trick for game lovers. Do you enjoy playing IGI2? Of course you like this game. But many of you may be facing verious difficult situations in completing this game. It's because the missions are really tough and you can't complete whole IGI 2 without using it's cheat codes. There are many hacking tricks for IGI available in the Internet but most of them don't work. And this is the reason I am sharing these cheat codes to you. After reading this post you will be able to play this game without losing any health and ammo. We'll use a lite application to achieve the immortality and infinite number of ammo in this game. You will have to download the software from the link that I will provide you a little later in this post. Let's first know what this software will do. It will allow you to keep your health unlimited in IGI game. And if the health will not decrease then you will never die in the game IGI. You wil...

Block Annoying Ads in Google Chrome with Adblock Plus

Have you ever how some of the ads annoys peoples. Let's say you go to some website to download your favorite song but when you visit that site, you are welcomed with more than two or three pop-ups ads. Some websites keep more that two or three pop-ups and ads, they can place as many as 10 pop-ups on one single page. When you will visit a particular page the pop-ups will be opened automatically. We understand they need money to run their company but they should look for some good ways to show ads rather than showing forced pop-up ads, they can show ads if it that ad is relevant to their users or most of their visits their for that types of readings. Anyway, if you are really annoyed with these pop-up ads and wanted to block them than you can use a Google Chrome extension which is named Adblock Plus. This software can handle these pop-up ads very easily. It will not only block your pop-ups, it will also block the advertisement that is shown in the page too. After installing this app...

Enhancing Productivity with Virtual Desktops in Windows 11

In the fast-paced digital age, multitasking has become an essential skill for maximizing productivity. With the release of Windows 11, Microsoft introduces an enhanced Virtual Desktop feature that empowers users to organize their workspace, manage tasks efficiently, and seamlessly switch between different contexts without the clutter. In this article, we'll delve into the world of Virtual Desktops in Windows 11 and explore how this powerful tool can elevate your productivity to new heights. Task View  The Power of Virtual Desktops Virtual Desktops in Windows 11 provide users with a dynamic way to manage their open applications and tasks. Think of them as separate workspaces, each with its own set of open apps, files, and windows. This allows you to group related activities together, effectively creating a focused environment for different projects, tasks, or workflows. Getting Started with Virtual Desktops Setting up and using Virtual Desktops in Windows 11 is a breeze: 1. Creating...