开发者

How to mount Android Phone's sdcard to be both visible on PC and Phone?

How to mount Android Phone's sdcard to be bo开发者_JAVA技巧th visible on PC and Phone?


It's not for security, it is because USB mass storage intrinsically can not do this -- when you mount the card, the OS is working at the direct block level, managing the filesystem itself. Two different machines doing this at the same time would pretty much instantly corrupt your data.


You can view the SD card while debugging using either the 'adb shell' command or using FileExplorer in Eclipse.


That's not possible... well, maybe if you compile a ROM by your self that does what you want.


Actually windows mobile on my Omnia2 allows simultaneous access from the PC as well as on the phone. I guess as long as the proper locking is done when writing to the storage, I don't see why not.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜