You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
runing program in the redmi mobile phone with android13 system。when use the api "createdirectory(String xxx)",the app no response and tips anr error after few second.
Expected behavior
can create the usb diretory
Actual behavior
Stacktrace of Excpetion
2024-03-16 21:08:41.093 10315-10315 ScsiBlockDevice com.example.demo W Could not read from device, result == -1 errno 0 null, retrying...
2024-03-16 21:08:41.194 10315-10315 System.err com.example.demo W java.io.IOException: MAX_RECOVERY_ATTEMPTS Exceeded while trying to transfer command to device, please reattach device and try again
2024-03-16 21:08:41.195 10315-10315 System.err com.example.demo W at me.jahnen.libaums.core.driver.scsi.ScsiBlockDevice.transferCommand(ScsiBlockDevice.kt:190)
2024-03-16 21:08:41.195 10315-10315 System.err com.example.demo W at me.jahnen.libaums.core.driver.scsi.ScsiBlockDevice.initAttempt(ScsiBlockDevice.kt:105)
2024-03-16 21:08:41.196 10315-10315 System.err com.example.demo W at me.jahnen.libaums.core.driver.scsi.ScsiBlockDevice.init(ScsiBlockDevice.kt:83)
2024-03-16 21:08:41.196 10315-10315 System.err com.example.demo W at me.jahnen.libaums.core.UsbMassStorageDevice.setupDevice(UsbMassStorageDevice.kt:138)
2024-03-16 21:08:41.196 10315-10315 System.err com.example.demo W at me.jahnen.libaums.core.UsbMassStorageDevice.init(UsbMassStorageDevice.kt:100)
(if exists)
### Code where problem occurs
fileSystem.createDirectory("dd");
The text was updated successfully, but these errors were encountered:
Problem
runing program in the redmi mobile phone with android13 system。when use the api "createdirectory(String xxx)",the app no response and tips anr error after few second.
Expected behavior
can create the usb diretory
Actual behavior
Stacktrace of Excpetion
2024-03-16 21:08:41.093 10315-10315 ScsiBlockDevice com.example.demo W Could not read from device, result == -1 errno 0 null, retrying...
2024-03-16 21:08:41.194 10315-10315 System.err com.example.demo W java.io.IOException: MAX_RECOVERY_ATTEMPTS Exceeded while trying to transfer command to device, please reattach device and try again
2024-03-16 21:08:41.195 10315-10315 System.err com.example.demo W at me.jahnen.libaums.core.driver.scsi.ScsiBlockDevice.transferCommand(ScsiBlockDevice.kt:190)
2024-03-16 21:08:41.195 10315-10315 System.err com.example.demo W at me.jahnen.libaums.core.driver.scsi.ScsiBlockDevice.initAttempt(ScsiBlockDevice.kt:105)
2024-03-16 21:08:41.196 10315-10315 System.err com.example.demo W at me.jahnen.libaums.core.driver.scsi.ScsiBlockDevice.init(ScsiBlockDevice.kt:83)
2024-03-16 21:08:41.196 10315-10315 System.err com.example.demo W at me.jahnen.libaums.core.UsbMassStorageDevice.setupDevice(UsbMassStorageDevice.kt:138)
2024-03-16 21:08:41.196 10315-10315 System.err com.example.demo W at me.jahnen.libaums.core.UsbMassStorageDevice.init(UsbMassStorageDevice.kt:100)
(if exists)
The text was updated successfully, but these errors were encountered: