## App2SD
adb shell
pm setInstallLocation 2
##Send SMS to Emulator
telnet localhost 5554
sms send 10010 "Test message"
##Check the device mount to /system
adb shell
cat /proc/self/mountinfo | grep /system
做个笔记, 方便查找
本文详细介绍了如何通过adb shell命令进行App2SD操作和向模拟器发送短信,包括使用pmsetInstallLocation2命令将应用安装到SD卡、telnet连接到本地端口并使用smssend命令发送短信的基本步骤。
## App2SD
adb shell
pm setInstallLocation 2
##Send SMS to Emulator
telnet localhost 5554
sms send 10010 "Test message"
##Check the device mount to /system
adb shell
cat /proc/self/mountinfo | grep /system
做个笔记, 方便查找
9155
2898

被折叠的 条评论
为什么被折叠?