magnusja / libaums

Open source library to access USB Mass Storage devices on Android without rooting your device
Apache License 2.0
1.26k stars 270 forks source link

SCSI command #277

Closed anneyking closed 3 years ago

anneyking commented 3 years ago

Hello, everyone. Could you tell me how to send SCSI command?? Are there any SCSI command documents here?

magnusja commented 3 years ago

Have a look here: https://github.com/magnusja/libaums/tree/develop/libaums/src/main/java/com/github/mjdev/libaums/driver And also my thesis: https://www.in.tum.de/fileadmin/w00bws/os/Lehre/Abschlussarbeiten/Jahnen-thesis.pdf

The thesis has a lot of references with even more exhaustive documentation.