2024年4月15日发(作者:u盘写保护怎么解除保护)
open a command prompt on your PC (start>run type "cmd" press ENTER)
Change directory to the android-sdk-windowstools folder
At the prompt type
Code:
adb devices
and you should see your phone listed as a serial number.
type
Code:
adb shell pm setInstallLocation 2
Done.
Now the default location to install apps is the SD card. And, some apps that you couldn't move to the SD card will now be able to be
moved. Keep in mind Widgets and services should always be installed to the phone and not the SD card, so if you follow the steps above
and you install a widget afterwards, you will need to go to settings>applications>manage applications and manually move it to the phone. If
you want to set the default install location back to the phone, you simply repeat the process but use
Code:
adb shell setInstallLocation 0
发布者:admin,转转请注明出处:http://www.yc00.com/xitong/1713180112a2198640.html
评论列表(0条)