Skip to content
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

Closed
fothot opened this issue Apr 11, 2017 · 3 comments
Closed

assertion error #1

fothot opened this issue Apr 11, 2017 · 3 comments

Comments

@fothot
Copy link

fothot commented Apr 11, 2017

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

@albyvar
Copy link

albyvar commented Apr 11, 2017

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

@fothot
Copy link
Author

fothot commented Apr 11, 2017

I have installed ubuntu over a fedora installation and it worked, thanks anyway.

@fothot fothot closed this as completed Apr 11, 2017
@axi0mX
Copy link
Owner

axi0mX commented Apr 11, 2017

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.

axi0mX pushed a commit that referenced this issue Apr 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants