Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Devices

Notices

Reply
 
Thread Tools Search this Thread
Old 10-20-2021, 01:01 PM   #1
georges611
Junior Member
georges611 began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Aug 2012
Device: Nexus 7
My Galaxy Tab S7+ is not detected

Spoiler:
calibre 5.29 embedded-python: True is64bit: False
Windows-10-10.0.22000 Windows ('32bit', 'WindowsPE')
32bit process running on 64bit windows
('Windows', '10', '10.0.22000')
Python 3.8.5
Windows: ('10', '10.0.22000', '', 'Multiprocessor Free')
Interface language: None
USB devices on system:
(USBDevice(vendor_id=0x4f2 product_id=0xb744 bcd=0x2753 devid=usb\vid_04f2&pid_b744&rev_2753&mi_02 devinst=2),
USBDevice(vendor_id=0x4f2 product_id=0xb744 bcd=0x2753 devid=usb\vid_04f2&pid_b744&rev_2753&mi_00 devinst=3),
USBDevice(vendor_id=0x4f2 product_id=0xb744 bcd=0x2753 devid=usb\vid_04f2&pid_b744&rev_2753 devinst=4),
USBDevice(vendor_id=0x25a7 product_id=0xfa67 bcd=0x710 devid=usb\vid_25a7&pid_fa67&rev_0710 devinst=5),
USBDevice(vendor_id=0x4e8 product_id=0x6860 bcd=0x400 devid=usb\vid_04e8&pid_6860&rev_0400&ms_comp_mtp&s amsung_android devinst=1),
USBDevice(vendor_id=None product_id=None bcd=None devid=usb\root_hub30&vid8086&pid9a13&rev0001 devinst=6),
USBDevice(vendor_id=0x4f3 product_id=0xc4c bcd=0x305 devid=usb\vid_04f3&pid_0c4c&rev_0305 devinst=7),
USBDevice(vendor_id=0x8087 product_id=0x26 bcd=0x2 devid=usb\vid_8087&pid_0026&rev_0002 devinst=8),
USBDevice(vendor_id=0x25a7 product_id=0xfa67 bcd=0x710 devid=usb\vid_25a7&pid_fa67&rev_0710&mi_00 devinst=9),
USBDevice(vendor_id=0x25a7 product_id=0xfa67 bcd=0x710 devid=usb\vid_25a7&pid_fa67&rev_0710&mi_01 devinst=10),
USBDevice(vendor_id=0x4e8 product_id=0x6860 bcd=0x400 devid=usb\vid_04e8&pid_6860&rev_0400&modem devinst=11),
USBDevice(vendor_id=0x4e8 product_id=0x6860 bcd=0x400 devid=usb\vid_04e8&pid_6860&rev_0400 devinst=12),
USBDevice(vendor_id=None product_id=None bcd=None devid=usb\root_hub30&vid8086&pida0ed&rev0020 devinst=13))

No disabled plugins
Looking for devices of type: MTP_DEVICE
List of WPD PNP ids:
['\\\\?\\usb#vid_04e8&pid_6860&ms_comp_mtp&samsung_ android#6&30711162&0&0000#{6ac27878-a6fa-4155-ba85-f98f491d4f33}']
MTP device: \\?\usb#vid_04e8&pid_6860&ms_comp_mtp&samsung_andr oid#6&30711162&0&0000#{6ac27878-a6fa-4155-ba85-f98f491d4f33}
{'device_version': 'T970XXU2BUI1',
'friendly_name': "George's Tab S7+",
'has_bulk_properties': True,
'has_storage': True,
'manufacturer_name': 'Samsung Electronics Co., Ltd.',
'model_name': 'SM-T970',
'protocol': 'MTP: 1.00',
'serial_number': 'R52R209WLLN',
'storage_error': WPDError('C:\\r\\src\\src\\calibre\\devices\\mtp\\ windows\\device_enumeration.cpp:84:Failed to get objects from device:[hr=0x800710d2 wCode=0] The library, drive, or media pool is empty.'),
'type': 'media player'}
Not a suitable MTP device, ignoring

No suitable MTP devices found

Looking for devices of type: SMART_DEVICE_APP
All IP addresses {'{7ED181E6-E1E2-4F17-82C8-0A83D818C167}': [{'addr': '192.168.0.21', 'netmask': '255.255.255.0', 'broadcast': '192.168.0.255'}], '{EE7D6874-D5E8-11EB-AD89-806E6F6E6963}': [{'addr': '127.0.0.1', 'netmask': '255.0.0.0', 'broadcast': '127.255.255.255'}]}
No device is connected

Looking for devices...
USBDevice(vendor_id=0x4e8 product_id=0x6860 bcd=0x400 devid=usb\vid_04e8&pid_6860&rev_0400&ms_comp_mtp&s amsung_android devinst=1)
Detected possible device ANDROID

Devices possibly connected: Android driver,
Trying to open Android driver ... Storage number map:
{(7, 0): [(3, 'C')], (8, 0): [(4294967295, 'G')]}
Storage number map:
{(7, 0): [(3, 'C')], (8, 0): [(4294967295, 'G')]}
Drive letters for USBDevice(vendor_id=0x4e8 product_id=0x6860 bcd=0x400 devid=usb\vid_04e8&pid_6860&rev_0400&ms_comp_mtp&s amsung_android devinst=1)
{'drive_letters': [],
'pnp_id_map': {},
'readonly_drives': set(),
'sort_map': {}}
failed
Opening of the following devices failed
<calibre.devices.android.driver.ANDROID object at 0x10485F28>
Traceback (most recent call last):
File "calibre\devices\__init__.py", line 159, in debug
File "calibre\devices\usbms\device.py", line 718, in open
File "calibre\devices\usbms\device.py", line 275, in open_windows
calibre.devices.errors.DeviceError: Unable to detect any disk drives for the device: Android phone. Try rebooting

Last edited by theducks; 10-20-2021 at 01:40 PM. Reason: spoilered
georges611 is offline   Reply With Quote
Old 10-20-2021, 01:21 PM   #2
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,164
Karma: 27110894
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
That device is reporting it has no storage devices available, which is why calibre refuses to connect to it.
This can usually be fixed by rebooting both the device and the computer. Also sometimes faulty/failing
SD cards cause it. If you have an SD card in the device, try removing it. If your device is not in
File transfer mode, you should swipe down from the TOP after plugging it in, tap on the USB notification
and change the USB mode to file transfer.
kovidgoyal is offline   Reply With Quote
Advert
Reply

Tags
device connect


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Samsung Tab a Nook not detected by calibre dolphin77 Devices 1 11-26-2020 01:01 PM
Galaxy S7 edge not detected in Calibre Sacredsock Devices 6 04-22-2019 05:06 AM
Galaxy SIII not detected stuartnz Devices 4 06-07-2012 01:22 AM
Android Galaxy Tab not detected sofita226 Devices 3 09-01-2011 09:54 PM


All times are GMT -4. The time now is 07:58 PM.


MobileRead.com is a privately owned, operated and funded community.