Tuesday 10 November 2015

How to move "Non-Movable" Android Apps to the SD Card without Root - Tutorial with Pictures

Have an android device that's quickly running out out of space due to limited memory? Have a bundle of apps to use but refuse to move over the SD card? If all these is true, then you need to know about this simple tutorial which allows you to move non-movable apps to the SD card - all without rooting.



Apps that shouldn't be moved to the SD card-
  • Widgets
  • System tools
  • Important appslike Facebook, Whatsapp, etc.
But don't worry, this trick is so helpful for these problem.
Note:- You can click on the images to view them correctly.
Follow these steps below:-
    1. For installing these drivers, extract the file you've downloaded using Winrar. For extracting the file, open the file and click Extract to and then click OK.

     
    2. Then, open the extracted folder and run the file "runmefirst.bat". It will open a command prompt window, then press any key from your keyboard.


    3. Now, plug in you android device to the computer through data cable. You can make sure that the USB debugging is enabled in your device.To enable the USB debugging, go to Settings > About Phone and Tap the option "Build Number" 7 times. After that Developer Option will be shown in the Settings menu.(Please ignore that if that option is already shown on the device). And tap on USB debugging option to enable and tap on OK in the confirmation message.


    4. After pressing any key of keyboard, a device manager window will opens on the pc screen. Now plug in the device and you will see your device as an Unknown Device for the computer. You have to install the device drivers.


    5. For installing the drivers, double click on the Unknown Device option shown in the device manager.


    6. Now click on "Yes, first time only". and the click OK.


    7. And then click on the second (Advanced) option and click OK.


    8. Uncheck the "Search removable media" and then check "include this location" and browse the folder that you've extracted (I recommend that paste the extracted folder on the Desktop). Browse to the folder "ADB+Fastboot+USBDrivers" on the Desktop and click on "USB drivers". (You can download thesej drivers by Click Here) Click OK and Next button. Now the drivers have been installed successfully.


     

     

    9. Now close the Device manager and press any key in the command prompt.


    10. There is a confirmation message will be appear on the phone screen. You have to check the button "Allows always from this computer" and click OK.


    11. Then go to desktop and rename the extracted folder from "ADB+Fastboot+USBDrivers to "android".
    12. Now its time to tweaking. Open command prompt using the key combination of Window key + R and the type cmd in the run dialog box. then press enter.
    13. Now type the below commands in the cmd window.
    cd desktop
    cd android
    adb


    adb devices


    14. Now, check the default install location using these commands.
    adb shell pm getInstallLocation (Android < 4.0)

    adb shell pm get-install-location (Android 4.x)

    This results in a numerical value to stare where the default install location is (o: phone and 2:external)
     adb shell pm setInstallLocation (Android < 4.0)
     adb shell pm set-install-location (Android 4.x)

    15.This sets the default install location to the external storage.
    Now, you can check the default install location. (Step-14)
    16. Now the tweak is successfully completed and you can move most of non movable apps to the sd card.
     
    Before and after changing the location
     
    17. You may also install "AppMgr Pro III (APP 2 SD) to move the apps to the SD Card.
     
      
    Before and after changing the location -seen in APP 2 SD app


     If you have any issues related to this tutorial, please comment.




    1 comment :