0

如何使用 Android NDK C/C++ 读取和写入 SD 卡中的单个扇区?有没有可能,像这样:
http ://www.8051projects.net/mmc-sd-interface-fat16/reading-writing-sd-mmc-sector.php

我知道 Java 不可能。

4

1 回答 1

0

This is a low-level operation not likely to be provided by the SDK, but I could be wrong I suppose. It most likely requires native code and root access. That is most likely what you will find after you investigate this.

于 2012-02-06T14:21:25.340 回答