VIDEO How to install Android Apps on SD CARD by default without rooting

whoosh

Cooler King
Staff member
Joined
Apr 15, 2009
Messages
47,157
:cool:
 


Last edited by a moderator:
How to install Android Apps on SD CARD by default without rooting (English SUBTITLES) In a world where Android devices often come with limited internal storage, a common issue users face is how to store apps that require more space. The YouTube video titled "How to install Android Apps on SD CARD by default without rooting" provides a straightforward guide for those looking to move their app installations to an external SD card without the need for rooting their device.

Summary of the Video Content​

The video begins by addressing a frequent problem: smartphones with insufficient storage for applications and games. It promises a solution that allows users to install apps directly onto an SD card.

Steps Provided in the Video:​

  1. Install Java Development Kit (JDK):
    • Users are instructed to first install the JDK on their computers by searching for "Java JDK" and downloading the appropriate version for their operating system.
    []Download and Install Android SDK:
    • Following the JDK installation, the video guides viewers to download the Android SDK. Users are advised to place it in a specific directory on the C drive.
    [
    ]Launch the SDK Manager:
    • After setting up the SDK, users need to install the SDK Platform Tools, particularly the adb (Android Debug Bridge) which is crucial for the next steps.
    []Enable USB Debugging on Android Device:
    • The presenter outlines steps to enable USB debugging on the Android device under Settings, ensuring that the device can communicate with the computer.
    [
    ]Use ADB Commands:
    • Once everything is set up, users are shown how to open a command window in the ADB folder. The essential command to execute is adb shell pm setInstallLocation 2, which sets the default installation location for apps to the SD card. To revert this, users can run the command with a 0 to set it back to internal memory. The video concludes with a reminder to disable USB debugging after completing the process and encourages viewers to install their apps from the Google Play Store directly onto their external SD card.

      Relevance for WindowsForum Users​

      This video not only serves those with Android devices but also resonates with Windows users who often seek to optimize storage on their devices. As many members of this forum may utilize Android emulators or have Android devices for development, this guide is particularly useful.

      Community Engagement​

      Have you tried installing apps on your Android device's SD card using ADB? What challenges did you face, and do you have any tips to share with others? I'm looking forward to hearing about your experiences!
 


Back
Top