Friday 12 June 2015

How to move almost all apps to sdcard

How to move almost all apps to sdcard 




-Things Required

Download the following zip file and extract it in C drive.
http://www.mediafire.com/download/hdeg7cpexblodjt/fastboot_adb(1.0.32).rar

Download and install the usb drivers from the official site of the manufacturer.

Java jdk
Go to this link and setup java in your pc/laptop.

http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html

Android phone and usb cable

Now turn on usb debugging in your phone, and plug in to your computer via usb.




Now go inside the platform-tools folder which you downloaded and extracted, Press shift + right click and 
select "open command window here".

-After that in command prompt type the following command.
 adb devices 

-It will show the serial no. of your device. 

But if it does not show then make sure usb cable is properly connected to your phone and computer.
And confirm that usb drivers are for your device and is properly installed.
And if daemon server fails then try again by disconnecting the usb cable.

Now type the following command.
adb shell
It will give you a $ sign

After that type the following command
pm set-install-location 2


Try this command if it fails
pm setInstallLocation 2

If it passes it will prompt in a new line and then just type "exit"

Now you can disconnect your phone and go inside Settings>Application manager and in some apps it will give you the option to move the apps to sdcard.

Thats all you are done..........

Note: You can't move system apps to sdcard. For that you need root permissions.

No comments:

Post a Comment