Skip to content Skip to sidebar Skip to footer

Sending Sd Commands From Android App

Is it possible to send SD (Secure Digital) commands from Android app to SD card ? Commands are read SD card, write to SD card etc (CMD18, CMD24). The constraint is the phone should

Solution 1:

It is not possible. The SD card hardware is abstracted away and mounted as a directory in the filesystem. Why would you want to send raw commands to the SD card anyway? Why not just read and write files on it?


Post a Comment for "Sending Sd Commands From Android App"