문제

How to Read and Write a single sector in SD Card, using Android NDK C/C++? Is it possible, like this:
http://www.8051projects.net/mmc-sd-interface-fat16/reading-writing-sd-mmc-sector.php

I know it is not possible for Java.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top