Advertisement
kuza2010

[libaums]: IOException: bulk only mass storage reset failed!

Jan 10th, 2020
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 3.04 KB | None | 0 0
  1. com.myapp.test E/ScsiBlockDevice: Error transferring command; errno 0 null
  2. com.myapp.test D/ScsiBlockDevice: Trying to reset the device
  3. com.myapp.test D/AndroidUsbCommunication: Performing native reset
  4. com.myapp.test D/SemPersonaManager: Knox:: claimInterface : request for user -0 and interface reuqest -8
  5. com.myapp.test D/SemPersonaManager: Knox:: claimInterface : calling isPackageAllowedToAccessExternalSdcard for user- 0 and callingUid-10315
  6. com.myapp.test D/SemPersonaManager: Knox:: claimInterface : calling isPackageAllowedToAccessExternalSdcard allowed-true
  7. com.myapp.test W/dceverest.test: JNI critical lock held for 51.850ms on Thread[29,tid=9920,Runnable,Thread*=0xcfe75000,peer=0x12e01370,"pool-4-thread-4"]
  8. com.myapp.test E/ScsiBlockDevice: Error transferring command; errno 0 null
  9. com.myapp.test D/ScsiBlockDevice: Reset bulk-only mass storage
  10. com.myapp.test W/AndroidUsbCommunication: sending bulk only mass storage request
  11. com.myapp.test D/ScsiBlockDevice: Trying to clear halt on both endpoints
  12. com.myapp.test W/AndroidUsbCommunication: Clearing halt on endpoint UsbEndpoint[mAddress=129,mAttributes=2,mMaxPacketSize=1024,mInterval=0] (direction 128)
  13. com.myapp.test W/AndroidUsbCommunication: Clearing halt on endpoint UsbEndpoint[mAddress=2,mAttributes=2,mMaxPacketSize=1024,mInterval=0] (direction 0)
  14. com.myapp.test E/ScsiBlockDevice: Error transferring command; errno 0 null
  15. com.myapp.test D/ScsiBlockDevice: Trying to reset the device
  16. com.myapp.test D/AndroidUsbCommunication: Performing native reset
  17. com.myapp.test D/SemPersonaManager: Knox:: claimInterface : request for user -0 and interface reuqest -8
  18. com.myapp.test D/SemPersonaManager: Knox:: claimInterface : calling isPackageAllowedToAccessExternalSdcard for user- 0 and callingUid-10315
  19. com.myapp.test D/SemPersonaManager: Knox:: claimInterface : calling isPackageAllowedToAccessExternalSdcard allowed-true
  20. com.myapp.test E/ScsiBlockDevice: Error transferring command; errno 0 null
  21. com.myapp.test D/ScsiBlockDevice: Reset bulk-only mass storage
  22. com.myapp.test W/AndroidUsbCommunication: sending bulk only mass storage request
  23. com.myapp.test E/LIBAUMS: AbstractUsbWriteOperation: some IOException
  24.     java.io.IOException: bulk only mass storage reset failed!
  25.         at com.github.mjdev.libaums.usb.AndroidUsbCommunication.bulkOnlyMassStorageReset(AndroidUsbCommunication.kt:93)
  26.         at com.github.mjdev.libaums.driver.scsi.ScsiBlockDevice.transferCommand(ScsiBlockDevice.kt:151)
  27.         at com.github.mjdev.libaums.driver.scsi.ScsiBlockDevice.write(ScsiBlockDevice.kt:271)
  28.         at com.github.mjdev.libaums.driver.ByteBlockDevice.write(ByteBlockDevice.kt:104)
  29.         at com.github.mjdev.libaums.fs.fat32.ClusterChain.write$libaums_release(ClusterChain.kt:235)
  30.         at com.github.mjdev.libaums.fs.fat32.FatFile.write(FatFile.kt:114)
  31.         at com.github.mjdev.libaums.fs.UsbFileOutputStream.write(UsbFileOutputStream.kt:75)
  32.         at java.io.BufferedOutputStream.write(BufferedOutputStream.java:122)
  33.         at java.io.FilterOutputStream.write(FilterOutputStream.java:97)
  34.         ....
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement