Jump to content

Move Apps to SD (Froyo)


Recommended Posts

Guest Jason Patel
Posted (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 by Jason Patel

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.