Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save luis-pereira/0eff6515ef55ec139b655670d5e17a65 to your computer and use it in GitHub Desktop.
Save luis-pereira/0eff6515ef55ec139b655670d5e17a65 to your computer and use it in GitHub Desktop.
heimdall-gt6500D-master
[lpereira@faisca bin]$ lsusb
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 014: ID 0458:003a KYE Systems Corp. (Mouse Systems) NetScroll+ Mini Traveler / Genius NetScroll 120
Bus 003 Device 016: ID 04e8:685d Samsung Electronics Co., Ltd GT-I9100 Phone [Galaxy S II] (Download mode)
Bus 003 Device 005: ID 0bda:8189 Realtek Semiconductor Corp. RTL8187B Wireless 802.11g 54Mbps Network Adapter
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 5986:0200 Acer, Inc OrbiCam
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
[lpereira@faisca bin]$ ./heimdall detect --verbose --usb-log-level debug
[timestamp] [threadID] facility level [function call] <message>
--------------------------------------------------------------------------------
[ 0.004924] [00002c31] libusb: debug [libusb_get_device_list]
[ 0.004999] [00002c31] libusb: debug [libusb_get_device_descriptor]
[ 0.005009] [00002c31] libusb: debug [libusb_get_device_descriptor]
[ 0.005017] [00002c31] libusb: debug [libusb_get_device_descriptor]
Device detected
[ 0.005049] [00002c31] libusb: debug [libusb_exit]
[ 0.005060] [00002c31] libusb: debug [libusb_exit] destroying default context
[lpereira@faisca bin]$ sudo ./heimdall download-pit --output mini2.pit --verbose --no-reboot
[sudo] password for lpereira:
Heimdall v1.4.1
Copyright (c) 2010-2014 Benjamin Dobell, Glass Echidna
http://www.glassechidna.com.au/
This software is provided free of charge. Copying and redistribution is
encouraged.
If you appreciate this software and you would like to support future
development please consider donating:
http://www.glassechidna.com.au/donate/
Initialising connection...
Detecting device...
Manufacturer: "Sasmsung"
Product: "MSM7x27"
length: 18
device class: 2
S/N: 0
VID:PID: 04E8:685D
bcdDevice: 0100
iMan:iProd:iSer: 1:2:0
nb confs: 1
interface[0].altsetting[0]: num endpoints = 1
Class.SubClass.Protocol: 02.02.01
endpoint[0].address: 82
max packet size: 0010
polling interval: 09
interface[1].altsetting[0]: num endpoints = 2
Class.SubClass.Protocol: 0A.00.00
endpoint[0].address: 81
max packet size: 0200
polling interval: 00
endpoint[1].address: 01
max packet size: 0200
polling interval: 00
Claiming interface...
Setting up interface...
Initialising protocol...
ERROR: libusb error -7 whilst sending bulk transfer. Retrying...
ERROR: libusb error -7 whilst sending bulk transfer. Retrying...
ERROR: libusb error -7 whilst sending bulk transfer. Retrying...
ERROR: libusb error -7 whilst sending bulk transfer. Retrying...
ERROR: libusb error -7 whilst sending bulk transfer. Retrying...
ERROR: libusb error -7 whilst sending bulk transfer.
ERROR: Failed to send handshake!ERROR: Failed to receive handshake response. Result: -7
ERROR: Protocol initialisation failed!
Releasing device interface...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment