planetbeing / iphone-devteam

Automatically exported from code.google.com/p/iphone-devteam
3 stars 4 forks source link

QuickPwn fails to recognize iPod Touch 1G on OS X. #20

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Follow standard procedure for restoring iPod, et cetera
2. Run QuickPwn

What is the expected output? What do you see instead?

QuickPwn should recognize that the device is plugged in and proceed to the next 
step. Instead, it simply fails to continue (as if the device 
were never plugged in).

What version of the product are you using? On what operating system?

QuickPwn 2.2.1 on OS X 10.6.3. The iPod is running 2.2.1 (5H11), model PA627LL.

Please provide any additional information below.

I tried running QuickPwn from the CLI, and got the following output:

Arjuna:MacOS danielsmw$ ./QuickPwn 
2010-05-22 16:45:02.262 QuickPwn[7480:903] <IPhoneUSB: 0x407090> startService
2010-05-22 16:45:02.264 QuickPwn[7480:903] <IPhoneUSB: 0x407090> 
registerForUSBNotifications
2010-05-22 16:45:02.278 QuickPwn[7480:903] <IPhoneUSB: 0x407090> Deal with 
device in 1 mode
2010-05-22 16:45:02.486 QuickPwn[7480:903] <IPhoneUSB: 0x407090> Deal with 
interface in 1 mode, _dev = 0x00238830
2010-05-22 16:45:02.490 QuickPwn[7480:903] <IPhoneUSB: 0x407090> Finish deal 
with interface in 1 mode, _dev = 0x00238830
2010-05-22 16:45:02.498 QuickPwn[7480:903] <IPhoneUSB: 0x407090> Finish deal 
with device in 1 mode
2010-05-22 16:45:06.333 QuickPwn[7480:903] <IPhoneUSB: 0x407090> ioKitTearDown
2010-05-22 16:45:06.334 QuickPwn[7480:903] <IPhoneUSB: 0x407090> startService
2010-05-22 16:45:06.334 QuickPwn[7480:903] <IPhoneUSB: 0x407090> 
registerForUSBNotifications
2010-05-22 16:45:06.345 QuickPwn[7480:903] <SelectPlatformController: 0x40b2c0> 
iPod - Normal connected
2010-05-22 16:45:06.348 QuickPwn[7480:903] <IPhoneUSB: 0x407090> Deal with 
device in 1 mode
2010-05-22 16:45:06.553 QuickPwn[7480:903] <IPhoneUSB: 0x407090> Deal with 
interface in 1 mode, _dev = 0x00477200
2010-05-22 16:45:06.557 QuickPwn[7480:903] <SelectPlatformController: 0x40b2c0> 
USBInterfaceOpen() failed.
2010-05-22 16:45:06.558 QuickPwn[7480:903] <IPhoneUSB: 0x407090> Finish deal 
with interface in 1 mode, _dev = 0x00477200
2010-05-22 16:45:06.559 QuickPwn[7480:903] <IPhoneUSB: 0x407090> Finish deal 
with device in 1 mode
2010-05-22 16:56:53.899 QuickPwn[7480:903] <IPhoneUSB: 0x407090> stopService
2010-05-22 16:56:53.900 QuickPwn[7480:903] <IPhoneUSB: 0x407090> ioKitTearDown

(I manually killed the process at 16:56:53; before that, it was just hanging.)

Original issue reported on code.google.com by daniel...@gmail.com on 22 May 2010 at 8:59

GoogleCodeExporter commented 9 years ago
Sorry, typo: I was running QuickPwn 2.2.5. The iPod is 2.2.1.

Original comment by daniel...@gmail.com on 22 May 2010 at 9:00