Estou tentando obter o MTP com a aba galaxy 2 7.0 trabalhando na instalação do ubuntu. Tal que eu possa acessar os arquivos.
Eu tentei fazer o que está descrito aqui:
link
No entanto, falho ao executar um dos seguintes comandos
mtp-detect | grep idVendor
mtp-detect | grep idProduct
Isso falha
[20:42|0] $ mtp-detect | grep idVender
Device 0 (VID=04e8 and PID=6860) is a Samsung GT-P7310/P7510/N7000/I9100/Galaxy Tab 7.7/10.1/S2/Nexus/Note.
PTP_ERROR_IO: failed to open session, trying again after resetting USB interface
LIBMTP libusb: Attempt to reset device
LIBMTP PANIC: failed to open session on second attempt
Unable to open raw device 0
[20:44|0] $ mtp-detect | grep idProduct
Device 0 (VID=04e8 and PID=6860) is a Samsung GT-P7310/P7510/N7000/I9100/Galaxy Tab 7.7/10.1/S2/Nexus/Note.
PTP_ERROR_IO: failed to open session, trying again after resetting USB interface
LIBMTP libusb: Attempt to reset device
LIBMTP PANIC: failed to open session on second attempt
Unable to open raw device 0
Agora, meu palpite era que o idVender é o mesmo que o VID (04e8) e o idProduct é o mesmo que o PID (6860) Agora, continuei a trabalhar com esses valores e concluí o tutorial. Quando terminei tentei
android-connect
Isso retornou
fuse: bad mount point '/media/GalaxyTab': Transport endpoint is not connected
Alguém tem alguma idéia do que fazer? Também quero observar que quando eu conecto o meu GalaxyTab 2 7.0 que eu ainda recebo um pop-up do Ubuntu que um dispositivo foi conectado. Eu também ainda posso ver a estrutura do mapa, mas o problema é que todas as pastas têm 0 bytes e não possuem subpastas. Só consigo ver as pastas na raiz.
ps. Também verifiquei uma pergunta semelhante e tentei o que está descrito nesta resposta link
- 2012-09-18 - Editar -
Usando o go-mtpfs, descrito na primeira resposta, link , obtive o seguinte para o meu Samsung Galaxy SII
[23:21|0] $ go-mtpfs android
2012/09/18 23:21:58 compiled against libmtp 1.1.3
Device 0 (VID=04e8 and PID=6865) is UNKNOWN.
Please report this VID/PID and the device model to the libmtp development team
2012/09/18 23:21:58 device unknown: unknown (04e8:6865) @ bus 1, dev 7
:
ignoring usb_claim_interface = -6ignoring usb_claim_interface = -5PTP_ERROR_IO: failed to open session, trying again after resetting USB interface
LIBMTP libusb: Attempt to reset device
LIBMTP PANIC: failed to open session on second attempt
2012/09/18 23:22:18 rdev.open: open: open returned nil
Para o Samsung Galaxy Tab 2 7.0, ele também não funcionou ...
[23:31|0] $ go-mtpfs android
2012/09/18 23:31:03 compiled against libmtp 1.1.3
Device 0 (VID=04e8 and PID=6860) is a Samsung GT-P7310/P7510/N7000/I9100/Galaxy Tab 7.7/10.1/S2/Nexus/Note.
2012/09/18 23:31:03 device Samsung: GT-P7310/P7510/N7000/I9100/Galaxy Tab 7.7/10.1/S2/Nexus/Note (04e8:6860) @ bus 1, dev 11
:
PTP_ERROR_IO: failed to open session, trying again after resetting USB interface
LIBMTP libusb: Attempt to reset device
LIBMTP PANIC: failed to open session on second attempt
2012/09/18 23:33:04 rdev.open: open: open returned nil
O jmtpfs também não funcionou: - (
[23:42|0] $ jmtpfs ~/android/
Device 0 (VID=04e8 and PID=6860) is a Samsung GT-P7310/P7510/N7000/I9100/Galaxy Tab 7.7/10.1/S2/Nexus/Note.
PTP_ERROR_IO: failed to open session, trying again after resetting USB interface
LIBMTP libusb: Attempt to reset device
LIBMTP PANIC: failed to open session on second attempt
terminate called after throwing an instance of 'MtpErrorCantOpenDevice'
what(): Can't open device
Aborted (core dumped)