safestrat icon indicating copy to clipboard operation
safestrat copied to clipboard

IOUSBDeviceDescription persists through boot.

Open coolstar opened this issue 10 years ago • 3 comments

Continuing boot from safestrat by killing sshd results in the IOUSBDeviceDescription still persisting even after lockdownd and SpringBoard start, which means that iTunes is unable to connect to the device.

coolstar avatar Feb 17 '15 23:02 coolstar

@coolstar Yes, but you can fix it by this approach: change string "i am a serial number" in the safestrat.c file(line 46) into your own device identifier.

0neday avatar Mar 08 '16 01:03 0neday

@0neday that's not really a fix. That's a workaround.. and a dirty one at that as it can't be distributed

coolstar avatar Mar 08 '16 01:03 coolstar

@coolstar Yeah, your are right! But, maybe you can write a function to get device identifier, and replace string "i am a serial number" in safestrat.c file. This way could fix distribution problem

0neday avatar Mar 08 '16 02:03 0neday