Monday, 6 April 2015

Move App to SD card

URL - https://drive.google.com/folderview?id=0B3qUUSbGTcTWfnRNTmhFZ21nbGV3T3d3QVpGbjJ5dUxEdVl0UzdDSDhvR0dXZUhPem1vaDA&usp=sharing

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.
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 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.


DONE

No comments:

Post a Comment