COPY RIGHTS : TO AVOID COPYRIGHT VIOLATIONS, ALL POSTS ARE SHOWN ALONG WITH SOURCES FROM WHERE ITS TAKEN. PLEASE CONTACT ME IN MY EMAIL SALEEMASRAF@GMAIL.COM , IF YOU ARE THE AUTHOR AND YOUR NAME IS NOT DISPLAYED IN THE ARTICLE.THE UNINTENTIONAL LAPSE ON MY PART WILL BE IMMEDIATELY CORRECTED.

I HAVE SHARED ALL MY PRACTICAL WATER TREATMENT EXPERIENCES WITH SOLVED EXAMPLE HERE SO THAT ANYBODY CAN USE IT.

SEARCH THIS BLOG BELOW FOR ENVO ,COMPACT STP,ETP,STP,FMR,MBBR,SAFF,IRON,ARSENIC,FLUORIDE,FILTER,RO,UASB,BIO GAS,AERATION TANK,SETTLING TANK,DOSING,AMC.

SEARCH THIS BLOG

Wednesday, February 03, 2016

How to Install Android Apps on SD Card without Rooting

Source Of The Article: http://www.onside.in/how-to-install-android-apps-on-sd-card-without-rooting/
Today we will be talking about moving android apps to memory card by default. After that all the apps will place in sd card and you will face no more”low memory” notification. The best thing about this method is that it doesn’t require rooting your android device. It’s safe, it’s Easy and it works.
FEW THINGS WHICH WE REQUIRE FOR INSTALLING APP IN SD CARD WITHOUT ROOTING:
Android phone above V2.2
Laptop
USB cable compatible with phone
Java development kit
Android SDK

Use Google to download above development kits. Before starting this method you should make backup of all your data. Although it’s a safe method but it is always advisable to make a backup of your data. You can use application like titanium backup or similar apps like that for this. Now when you have made a copy of everything, we can move on to method.

Follow these steps as told:

  1. First download and unzip the android SDK to your pc(you can download it very easily by doing some searches on Google).
  2. After you unzip, run the SDK manager.exe file.
  3. Now do a tick mark on android SDK tool and platform under the given TOOL’s section
  4. Press the install package Button below the page
  5. Close the SDK manager.
  6. Now we need to connect our test phone to PC through cable.
  7. Enable USB debugging mode. (To enable USB debugging mode, Go to settings, click on applications then select development, Inside check USB debugging).
  8. To go inside the tools directory where the SDK is unzipped.
  9. Copy the address.
  10. Now open command prompt.
  11. in command prompt type cd and the copied address.
  12. Then type adb devices and enter.
  13. Then type command  adb shell pm getInstallLocation 2.

Now your phone is directed to install apps in memory card. Here location 2 means External memory.
Just pay heed that some apps works better when they are in phone memory, like whatsapp, apps with some widgets. They may malfunction if sent to memory card. It’s better to keem them intact in phone. Otherwise this method works fine.

No comments: