Download the LG Driver and Move 2 SD folder from the above folder
Install the Driver and unzip the move 2 SD folder
Step - LIke you unzip the folder of move to SD card.
Step 1 - Open CMD with run as administrator and go to folder where you place unzipped folder of Move 2 SD ( I place it on D drive )
Step 2 -
d:\>adb devices
d:\>adb shell pm get-install-location
0[auto]
d:\>adb shell pm set-install-location 2
2[external]
Step 3 -
adb devices
Probes Android devices connected to the PC. Do this first to assure that the phone is being detected.
Probes Android devices connected to the PC. Do this first to assure that the phone is being detected.
adb shell pm getInstallLocation (Android <4.0)
adb shell pm get-install-location (Android 4.x)
This results in a numerical value to state where the default install location is (0: phone, 2: external).
adb shell pm get-install-location (Android 4.x)
This results in a numerical value to state where the default install location is (0: phone, 2: external).
adb shell pm setInstallLocation 2 (Android <4.0)
adb shell pm set-install-location 2 (Android 4.x)
This sets the default install location to the external storage.
adb shell pm set-install-location 2 (Android 4.x)
This sets the default install location to the external storage.
DONE
No comments:
Post a Comment