-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dump_fw_bootrom.bin runs into LIBUSB_ERROR_TIMEOUT [-7] #6
Comments
Got some more informations due to --verbose flag and maybe part-success.
8x
then
122x
then
Some more observations:
Another thing I did but have no idea if it has an impact: |
probably related to #1 Are you sure you boot into the right sboot? If the one on your phone is still functionally it seems there is no way to boot from a sd card Try: |
Not booting from microSD sounds like a good explanation and gives me new ideas to poke around. Great, thanks a lot! :) original one from first try ever
other dumps from just now
And yes, the command yields the correct hash for the downloaded XXELLA sboot.bin ... so Apple ain't broke Now onwards to a closer look into #1 and more experiments while singing Funkytown with my eMMC \(^-^)/ |
This is due to the fact that I dump a part of the data segment as well. You'll never have matching hashes. Try running strings and grep for I9300, you'll see something like I9300XXELLA. |
This explains a lot, things start to make sense now :]
Thus i need to change the addresses in Also if i want to verify my sboot.bin i first need to split it from the data part of the dump before shasum-ing it? |
Sorry for being absent for the past time! I just pushed a new version which should theoretically work on any sboot version. Please try it with XXUGNH4 and report. |
|
New roadblock:
Maybe helpful information: I have a 32GB model and never rooted it |
@1342 Did you write firmware 0xf7? |
I don't have 0xf7 so i wrote the 0xf1 i got from the device. I know about the EFS problem but since the device is considered 'dead' i appreciate a working device without baseband :) As far as i understand the procedure i am now stuck at step 5. |
Retried with 0xF7.bin
|
When I run
sudo exploit/sboot_exploit.py --shellcode shellcode/dump_fw_bootrom.bin -o 0xf1.bin
I get the following output:
I tried extending the TIMEOUT in odin.py to 10000 but no change.
Since I work on macOS High Sierra and use homebrew I also tried the whole process on a Linux ThinkPad but run into the same problem.
Output from lsusb:
Tried it on yet another Linux machine (ubuntu 16.04 LTS) but run into the same problem. Interestingly lsusb recognizes the device as Galaxy S2 in Download Mode despite same product and vendor ID and seemingly could not open it(?).
Output
lsusb -v -d 04e8:685d
The text was updated successfully, but these errors were encountered: