Skip to main content

Be Productive and Earn Money - Make Best & Effective Use of Your Time by Learning & Acquiring Skills Using Free Udemy, EdX, etc. Courses

Dear Readers, hope you are good and doing well. " An old saying that there is no age limit for learning. " and I completely agree with these words and I do believe that if you have it in you or if you have the passion to learn something new or are looking to do something adventurous then you can always learn something new and acquire new skills or enhance/polish the skills you already prowess and it is never late. It doesn't matter who you are or whatever you do, whether you are a student, part-time worker, full time worker, housewife, entrepreneur, etc. you can always improve your skills and digital means/e-learning is the most preferred way to learn something new with absolutely no cost. For this, you can browse through various educational websites such as Udemy.com , edx.org , or eduonix.com to find your dream course to acquire new skills or polish your existing skills. Although most of these educational websites offer free to enroll courses, they do have so

Change Default Install Storage to External SD Card on Android - No Rooting Required

Change Default Storage for Android Device. Install apps directly on SD Card instead of Internal Storage without Rooting. 

Things you need to perform this ...
  1. Java Development Kit (Java SE DK) <-- Click to download
  2. Android Software Development Kit (Android SDK) <-- Click to download
  3. Android Device
  4. Connecting Cable

Lets get started...
  1. Install Java Development Kit. If already installed, skip to step 2.
  2. Install Android SDK. If already installed, skip to step 3.
  3. Navigate to folder, where you installed Android SDK i.e. adt-bundle-windows-x86-20130717
  4. Into the folder SDK>Platform tools>adb.exe
  5. Turn USB Debugging ON from developer options of Settings menu... (Note: Android 4.2.1 and Up users will have to enable developer options to be able to use Debugging Options, for this go to settings > about phone > Tap on build number 7 times to see message " you are now a developer".)
  6. Now open CMD (Command Prompt) and point to install location of development tools or right click while holding down shift button and selecting open command prompt here...
  7. Now type " adb devices " (without quotes) - This will list all the devices attached to the PC with serial no. (eg. 0123456789ABCDEF - device)
  8. Now type adb shell pm setinstalllocation 2 (default is 0, where 0 is auto, 1 is internal & 2 is SD card). It'll take a few seconds a minute at the most to show the status...
  9. Now every app you'll install will directly go to SD card... 
    (Keep in mind that apps that are designed to be installed on internal memory cannot be installed on to external storage)

    Tags: increase internal storage, how to install apps directly on sd card, set sd card as default storage for installation of apps.

Comments