adb删除系统软件

adb删除系统软件


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条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信