I want to Read/Write sector (not in File System) from Android device internal storage and SD card.
The android device is connected via MTP.
Normally, we can use CreateFile/ReadFile/WriteFile API functions for Read/Write sector from DISK in Windows. Also, can use fopen/fread/fwrite functions in Linux.
But about the android device which is connected via MTP, I have no experience.
If it is possible, please tell me a method.
I want to do it using C/C in Windows or Linux.
Thank you.