Monday, February 10, 2014

Moving Your Non-Movable Android Apps Into SD Card Without Root

Moving Your Non-Movable Android Apps Into SD Card Without Root
Moving Your Non-Movable Android Apps Into SD Card Without Root


     If your phone is not rooted,you can't move some apps like whatsapp,facebook messenger and more into SD card.Here i am going to post tutorial on How to move non-movable android apps into SD Card.There is another method using android sdk but this is lengthy process.So i am posting here very short method for moving non-movable apps in SD Card without root.

Requirements:

  • PC with installed adb drivers of your phone (If you don't have,comment below)
  • USB cable
  • Platform-Tool Download it from Here
  • Little brain :D

Process:
  • Connect your android phone to PC and enable USB debugging mode.
  • Download Platform-Tool from above and extract in your PC.
  • Go to Platform Tool folder and click on cmd.exe  and select 'run as administrator'.
  • Now you will see the cmd prompt.
  • First type adb devices.If you properly installed your adb devices then you will see your device number.Refer following image: 
 

Moving Your Non-Movable Android Apps Into SD Card Without Root



  • If you had any error hen comment here.
  • Now type adb shell pm getInstallLocation    (For lower than Android 4.0)
  • If you have Android 4.x then type adb shell pm get-install-location
  • Refer following image:
 

Moving Your Non-Movable Android Apps Into SD Card Without Root
  • This result shows that your default sstorage and external storage
  • (0=sytsem storage and 3=external storage).Above it shows 0, means your default storage is system.
  • Now we change default storage to external from system.
  • So type adb shell pm setInstallLocation 2   (For lower than Android 4.0)
  •  adb shell pm set-install-location 2  (For Android 4.x)
  • Refer following image:
 
Moving Your Non-Movable Android Apps Into SD Card Without Root

  • Bingo!! now you can install every android app in SD card without root and save your system memory for other important work.
  • If you wants to set default storage as system again,then just type following commands.
  • adb shell pm setInstallLocation 0   (For lower than Android 4.0)
  •  adb shell pm set-install-location 0  (For Android 4.x) 
    So here we end our tutorial.If you had any issue regarding this tutorial please free to comment here or contact us by filling form in side bar.

Related Posts:

0 comments:

Post a Comment

Popular Posts

Blog Archive

Powered by Blogger.

Followers

Search This Blog