aqui dejo una parte del codigo empleado, donde podemos ver q el programa  no tiene puesta la interfas usb por lo cual realiza la tarea sin  conectar al iphone, en mi caso  instale el  firmware 3.1.3 pera probar  esta herramienta, sin darme cuenta carge un custom firmware q hize  usando 
sn0wbreeze-V1.5.2 el cual  agrego cydia y sin darme cuenta pense q era 
thunderst0rm  una disculpa por la confución  
  object Button1: TButton
    Left = 8
    Top = 223
    Width = 484
    Height = 49
    Caption = 'make it st0rm'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -27
    Font.Name = 'Arial Narrow'
    Font.Style = [fsBold, fsItalic]
    ParentFont = False
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 422
    Top = 8
    Width = 70
    Height = 25
    Caption = 'need help?'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = Button2Click
  end
  object ComboBox1: TComboBox
    Left = 167
    Top = 197
    Width = 175
    Height = 21
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Pitch = fpFixed
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    Text = 'select your device...'
    Items.Strings = (
      'iPhone 3G - Jailbreak'
      'iPhone 3G - Unlock'
      'iPhone 3G - Jailbreak & Unlock'
      'iPhone 3GS - Jailbreak'
      'iPhone 3GS - Unlock'
      'iPhone 3GS - Jailbreak & Unlock'
      'iPod 1G - Jailbreak')
  end
  object Edit1: TEdit
    Left = 0
    Top = 274
    Width = 500
    Height = 21
    Alignment = taCenter
    BorderStyle = bsNone
    Color = clWindowText
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clRed
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    Text = 
      'visit our homepage 
www.iphone-thunderst0rm.blogspot.com  and chec' +
      'k for updates'
  end
  object Edit2: TEdit
    Left = 0
    Top = 291
    Width = 500
    Height = 17
    Alignment = taCenter
    BorderStyle = bsNone
    CharCase = ecLowerCase
    Color = clWindowText
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clRed
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    TabOrder = 4
    Text = 'loading time...'
  end
end