Guest Diggedy Posted August 31, 2010 Report Posted August 31, 2010 In cyanogen mod theres a set of settings that allows you to force all apps to sd. is there an app I can install on my mcr rom that will do the same?
Guest argh Posted August 31, 2010 Report Posted August 31, 2010 In cyanogen mod theres a set of settings that allows you to force all apps to sd. is there an app I can install on my mcr rom that will do the same? You can force existing installed apps to SD manually via Titanium Backup. Hold on an application and a menu pops up to allow you to move it. If you have adb set up, you can force all future applications to install to SD card with: adb shell pm setInstallLocation 2 and restore the setting back to internal memory with: adb shell pm setInstallLocation 0
Guest Diggedy Posted September 1, 2010 Report Posted September 1, 2010 You can force existing installed apps to SD manually via Titanium Backup. Hold on an application and a menu pops up to allow you to move it. If you have adb set up, you can force all future applications to install to SD card with: adb shell pm setInstallLocation 2 and restore the setting back to internal memory with: adb shell pm setInstallLocation 0 thanks mate, thats done the trick
Guest Diggedy Posted September 3, 2010 Report Posted September 3, 2010 just to renew this. Although titanium gives me the option to move all user apps over, the mod in cyanogen allows any apps to be moved including preinstalled ones already on the rom. Any idea how I can do this with a sense rom?
Guest le_lutin Posted September 6, 2010 Report Posted September 6, 2010 just to renew this. Although titanium gives me the option to move all user apps over, the mod in cyanogen allows any apps to be moved including preinstalled ones already on the rom. Any idea how I can do this with a sense rom? I downloaded version of spare parts from the XDA forum which allows you to force apps to sd (enabling the "Move to SD" option for all downloaded apps). Has worked wonders for me so far: http://forum.xda-developers.com/showthread.php?t=702997 Not sure whether this is better than titanium's method of moving apps or not...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now