kuza2010

[libaums]: Test with develop-SNAPSHOT internal to USB

Oct 9th, 2020 (edited)
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 3.03 KB | None | 0 0
  1. 10-09 15:14:57.972 15711-15805/com.myapp.test I/InternalReadOperationVi: Achieve end of file
  2. 10-09 15:14:57.972 15711-15805/com.myapp.test I/InternalReadOperationVi: Read completed for the file /storage/emulated/0/2GBmix/162aa6b65dd2158b-photo.jpeg
  3. 10-09 15:14:57.982 15711-15809/com.myapp.test D/FsInfoStructure: writing to device
  4. 10-09 15:14:57.992 15711-15809/com.myapp.test I/FAT: allocating clusters finished
  5. 10-09 15:14:57.992 15711-15809/com.myapp.test D/FatDirectory: adding entry: [FatLfnDirectoryEntry getName()=162aa6b65dd2158b-photo.jpeg] with short name: 160002~0.JPE
  6. 10-09 15:15:03.032 15711-15809/com.myapp.test E/ScsiBlockDevice: Error transferring command; errno 0 null
  7. 10-09 15:15:03.032 15711-15809/com.myapp.test D/ScsiBlockDevice: Reset bulk-only mass storage
  8. 10-09 15:15:03.032 15711-15809/com.myapp.test W/ScsiBlockDevice: sending bulk only mass storage request
  9. 10-09 15:15:03.032 15711-15809/com.myapp.test D/ScsiBlockDevice: Trying to clear halt on both endpoints
  10. 10-09 15:15:03.032 15711-15809/com.myapp.test W/AndroidUsbCommunication: Clearing halt on endpoint UsbEndpoint[mAddress=129,mAttributes=2,mMaxPacketSize=512,mInterval=0] (direction 128)
  11. 10-09 15:15:03.032 15711-15809/com.myapp.test W/AndroidUsbCommunication: Clearing halt on endpoint UsbEndpoint[mAddress=2,mAttributes=2,mMaxPacketSize=512,mInterval=0] (direction 0)
  12. 10-09 15:15:03.042 15711-15809/com.myapp.test E/ScsiBlockDevice: Error transferring command; errno 0 null
  13. 10-09 15:15:03.342 15711-15809/com.myapp.test D/ScsiBlockDevice: Trying to reset the device
  14. 10-09 15:15:03.342 15711-15809/com.myapp.test D/AndroidUsbCommunication: Performing native reset
  15. 10-09 15:15:03.412 15711-15809/com.myapp.test E/native_usb_ioctl: jboolean Java_com_github_mjdev_libaums_usb_AndroidUsbCommunication_resetUsbDeviceNative(JNIEnv *, jobject, jint):14 ioctl USBDEVFS_RESET error 19, No such device
  16. 10-09 15:15:03.412 15711-15809/com.myapp.test W/AndroidUsbCommunication: ioctl failed! errno 0 null
  17. 10-09 15:15:03.412 15711-15809/com.myapp.test W/AndroidUsbCommunication: USB device will likely require new discovery and permissions
  18. 10-09 15:15:03.412 15711-15809/com.myapp.test E/LIBAUMS: AbstractUsbWriteOperation: some IOException
  19.     java.io.IOException: Could not claim interface, errno: 0 null
  20.         at com.github.mjdev.libaums.usb.AndroidUsbCommunication.resetDevice(AndroidUsbCommunication.kt:68)
  21.         at com.github.mjdev.libaums.driver.scsi.ScsiBlockDevice.transferCommand(ScsiBlockDevice.kt:164)
  22.         at com.github.mjdev.libaums.driver.scsi.ScsiBlockDevice.write(ScsiBlockDevice.kt:287)
  23.         at com.github.mjdev.libaums.driver.ByteBlockDevice.write(ByteBlockDevice.kt:104)
  24.         at com.github.mjdev.libaums.fs.fat32.ClusterChain.write$libaums_release(ClusterChain.kt:232)
  25.         at com.github.mjdev.libaums.fs.fat32.FatDirectory.write$libaums_release(FatDirectory.kt:299)
  26.         at com.github.mjdev.libaums.fs.fat32.FatDirectory.createFile(FatDirectory.kt:319)
  27.         at com.github.mjdev.libaums.fs.fat32.FatDirectory.createFile(FatDirectory.kt:36)
  28.         ............
Add Comment
Please, Sign In to add comment