Android打开App2SD

## 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

 

 

做个笔记, 方便查找

posted @ 2011-05-14 18:35  moonsnow  阅读(89)  评论(0编辑  收藏  举报