Guest Jason Patel Posted October 5, 2010 Report Posted October 5, 2010 (edited) Well found this out the other day, this will move the data to the SD card but keep the Exe on the phone memory. Connect to ADB. I used ADB over wifi open a command prompt window. > adb connect 192.168.0.71 8000 (Note Enter your own IP/Port) > connected to 192.168.0.71:8000 (This is the confirmation of connection) > adb shell pm setInstallLocation 2 (The move to sd card will no longer be grayed out so can move apps to sd) Should you ever wish to revert substitute the command shown beneath. > adb shell pm setInstallLocation 0 Done :) Ref: http://j.mp/9z7cF5 Edited October 5, 2010 by Jason Patel
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now