How to move app to SD Card Without Rooting

Overview How to move app to SD Card Without Rooting

Move an application that is installed into the sd card is easy, this will only move the apk is installed from the internal memory to the sd card. So it not really remove it application to sd card just only move the main program. if you wanna be more extreme you can try Simple2Ext or App2SD DarkTremor.

Requirement 

  1. Prefer OS Linux
  2. Android SDK (Windows) or Android SDK (Linux)
  3. Samsung USB Driver

How To

  1. Install Android SDK / Extract Android SDK.
  2. Run Android SDK. and begin downloading and installing needed packet.
    • Tools
      • Android SDK Tools
      • Android SDK Platform-Tools
    • Android 4.1 (API 16)
      • Documentation for Android SDK
      • SDK Platform
      • Samples for SDK
      • ARM EABI v7a System Image
      • Google APIs
      • Sources for Android SDK
    • Extras
      • Android Support Library
      • Google AdMob ads SDK
      • Google Analytics SDK
      • Google Cloud Messaging for Android Library
      • Google Play APK Expansion Library
      • Google Play Billing Library
      • Google Play Licensing Library
      • Google Web Driver
    This is the list of package you must download and install.
    sdk_android
  3. type vi /home/user/.bashrc
    add this command :
    export PATH=/android-sdk-linux/platform-tools/:$PATH
    bashrc
  4.  Connect your Samsung Galaxy Smartphone to your computer and don't forget select usb debugging.
    usb_debugging
  5. Now open console and type :
    • adb devices 

    console
  6. That command list any device connect to your CPU, now your Samsung Galaxy Smartphone ready for develop
  7. For enable moving applications to sd card type this,
    • adb shell pm setInstallLocation 2
  8. Now if you intall application it will automatic install on your sc card.
  9. For installed application that already install you can move it to sd card with setting , Applications, Manage Applications, click on application and select Move to SD card
    move_app
  10. Finish

NOTE :
Simple2Ext or App2SD DarkTremor can really empty your device memory but it need more experienced user to do these two method. if you still new this tutorial can really help you.
hope you this tutorial can help you know your device.
How to move app to SD Card Without Rooting | AS | 5