-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
assertion error #1
Comments
Try to use the latest pyusb module, i was using 1.0.0 alpha and gave me some errors, updated to pyusb 1.0.0 beta and it worked |
I have installed ubuntu over a fedora installation and it worked, thanks anyway. |
This might be a race condition. There's a couple of race conditions I still need to look into and fix. Trying again might work. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hey i am trying to exploit my 3gs but i'm getting the following error:
Sending iBSS.
Waiting for iBSS to enter Recovery Mode.
Sending iBSS payload to flash NOR.
Traceback (most recent call last):
File "./ipwndfu", line 523, in
device.flash_nor(new_nor)
File "./ipwndfu", line 418, in flash_nor
recovery.send_data(device, payload)
File "/home/user/Downloads/ipwndfu-master/recovery.py", line 32, in send_data
assert device.write(0x04, data[index:index + amount], 1) == amount
AssertionError
The text was updated successfully, but these errors were encountered: