Skip to content

Commit

Permalink
sn0wbreeze 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iH8sn0w committed May 1, 2011
1 parent 5940ecf commit 27ac4a6
Show file tree
Hide file tree
Showing 18 changed files with 192 additions and 124 deletions.
3 changes: 1 addition & 2 deletions Check4Updates.vb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Public Class Check4Updates
Public SiteVersion As String = ""
Public sn0wbreezeVersion As String = "2.5.1"
Public sn0wbreezeVersion As String = "2.6.1"
Private Sub Check4Updates_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
PictureBox1.Visible = True
Label1.Visible = False
Expand Down Expand Up @@ -75,5 +75,4 @@ RichTextBoxStreamType.PlainText)
Form1.Enabled = True
Me.Dispose()
End Sub

End Class
1 change: 1 addition & 0 deletions ClassDiagram1.cd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

6 changes: 3 additions & 3 deletions Form1.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

54 changes: 38 additions & 16 deletions IdentifyIPSW.vb
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ Public Class IdentifyIPSW
Private Sub get_md5_RunWorkerCompleted(ByVal sender As Object, ByVal e As System.ComponentModel.RunWorkerCompletedEventArgs) Handles get_MD5.RunWorkerCompleted
MDIMain.MenuStrip1.Enabled = True
Back.Enabled = True
If ipswhash = "694c93b5b608513136ba8956dff28ba7" Then
IPSWVersion = "4.3.1"
IPSWvers.Text = "4.3.1 (8G4) IPSW Verified!"
If ipswhash = "7c1c714f24a89c2f2c71e26d37cde3f0" Then
IPSWVersion = "4.3.2"
IPSWvers.Text = "4.3.2 (8H7) IPSW Verified!"
ihelper.Text = "iPhone 3GS"
ihelper.Left = (Me.Width / 2) - (ihelper.Width / 2)
iPhoneModel = "iPhone 3GS"
Expand All @@ -61,10 +61,11 @@ Public Class IdentifyIPSW
RootFSsize = 850
iDevWarn.MdiParent = MDIMain
iDevWarn.Show()
ElseIf ipswhash = "32f9a71430c4dd025adab3b73d4a5242" Then
IPSWVersion = "4.3.1"
IPSWvers.Text = "4.3.1 (8G4) IPSW Verified!"
ElseIf ipswhash = "8cb3a9964a2a99414030f662d3009deb" Then
IPSWVersion = "4.3.2"
IPSWvers.Text = "4.3.2 (8H7) IPSW Verified!"
ihelper.Text = "iPhone 4"
ModelVar = "n90ap"
ihelper.Left = (Me.Width / 2) - (ihelper.Width / 2)
iPhoneModel = "iPhone 4"
Status.Show()
Expand All @@ -80,10 +81,31 @@ Public Class IdentifyIPSW
Usepod2gsAwesomeKernelExploit = False
'iDevWARN.Show()
'iDevWARN.BringToFront()
RootFSsize = 1050
ElseIf ipswhash = "47827ca8d127f28663d5b70b0784236e" Then
IPSWVersion = "4.3.1"
IPSWvers.Text = "4.3.1 (8G4) IPSW Verified!"
RootFSsize = 950
ElseIf ipswhash = "30fc03783453d23aaa0d13f89fd36c28" Then
IPSWVersion = "4.2.7"
IPSWvers.Text = "4.2.7 (8E303) IPSW Verified!"
ihelper.Text = "iPhone 4 (Verizon)"
ihelper.Left = (Me.Width / 2) - (ihelper.Width / 2)
iPhoneModel = "iPhone 4"
ModelVar = "n92ap"
Status.Show()
Status.Image = My.Resources.reflectionImage2
statuslabelgood.Show()
Statuslabelbad.Hide()
Button1.Enabled = False
Button1.Text = "Done!"
arrow.Image = My.Resources.Arrow
arrow.Enabled = True
iBootyMethod = True
PictureBox1.Image = My.Resources.i4
Usepod2gsAwesomeKernelExploit = False
'iDevWARN.Show()
'iDevWARN.BringToFront()
RootFSsize = 950
ElseIf ipswhash = "7f831b30d33f80c7f92442cb041227ab" Then
IPSWVersion = "4.3.2"
IPSWvers.Text = "4.3.2 (8H7) IPSW Verified!"
ihelper.Text = "iPod Touch 3G"
ihelper.Left = (Me.Width / 2) - (ihelper.Width / 2)
iPhoneModel = "iPod Touch 3G"
Expand All @@ -100,9 +122,9 @@ Public Class IdentifyIPSW
'iDevWARN.Show()
'iDevWARN.BringToFront()
RootFSsize = 850
ElseIf ipswhash = "b0e356267a1407e4d7a7b0f48a07c5c2" Then
IPSWVersion = "4.3.1"
IPSWvers.Text = "4.3.1 (8G4) IPSW Verified!"
ElseIf ipswhash = "4a002a4596a681efd9cdbf6f2fd72e74" Then
IPSWVersion = "4.3.2"
IPSWvers.Text = "4.3.2 (8H7) IPSW Verified!"
ihelper.Text = "iPod Touch 4"
ihelper.Left = (Me.Width / 2) - (ihelper.Width / 2)
iPhoneModel = "iPod Touch 4"
Expand All @@ -119,9 +141,9 @@ Public Class IdentifyIPSW
'iDevWARN.Show()
'iDevWARN.BringToFront()
RootFSsize = 930
ElseIf ipswhash = "fe4f80f8ff2fa298559b392b64e84bb8" Then
IPSWVersion = "4.3.1"
IPSWvers.Text = "4.3.1 (8G4) IPSW Verified!"
ElseIf ipswhash = "24027c4381a6cdfdd8a03a17177d1d6c" Then
IPSWVersion = "4.3.2"
IPSWvers.Text = "4.3.2 (8H7) IPSW Verified!"
ihelper.Text = "iPad"
ihelper.Left = (Me.Width / 2) - (ihelper.Width / 2)
iPhoneModel = "iPad"
Expand Down
7 changes: 0 additions & 7 deletions My Project/Resources.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions My Project/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -259,9 +259,6 @@
<data name="dfuPrepare" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\dfuPrepare.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="unicorn_rainbow1" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\unicorn_rainbow1.jpg;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="dfuTwoButtons05" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\dfuTwoButtons05.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
Expand Down
Binary file added Resources/iPad1,1_4.3.2_8H7.bundle.zip
Binary file not shown.
Binary file added Resources/iPhone2,1_4.3.2_8H7.bundle.zip
Binary file not shown.
Binary file added Resources/iPhone3,1_4.3.2_8H7.bundle.zip
Binary file not shown.
Binary file added Resources/iPhone3,3_4.2.7_8E303.bundle.zip
Binary file not shown.
Binary file added Resources/iPod3,1_4.3.2_8H7.bundle.zip
Binary file not shown.
Binary file added Resources/iPod4,1_4.3.2_8H7.bundle.zip
Binary file not shown.
Binary file modified Resources/s-irecovery.exe
Binary file not shown.
1 change: 1 addition & 0 deletions done.vb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
PreviousModel = ModelVar
'Store this for DFU Helper -- END
'Clear old registers
MDIMain.MenuStrip1.Enabled = True
iPod2GModel = ""
'End
ipswFailed = False
Expand Down
2 changes: 1 addition & 1 deletion ebuilding.vb
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,7 @@ Public Class ebuilding

ihelpertext = ihelper.Text
'run in separate thread

MDIMain.MenuStrip1.Enabled = False
ThreadPool.QueueUserWorkItem(AddressOf MakeItSn0w)
End Sub

Expand Down
4 changes: 4 additions & 0 deletions egeneral.vb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
PartitionsizeBar.Maximum = 7000
Label3.Text = RootFSsize.ToString
TextRoot.Text = RootFSsize
If ModelVar = "n92ap" Then
'Hide Enable Gestures...
CheckBox1.Visible = False
End If
If iPhoneModel = "iPad" Or iPhoneModel = "Apple TV 2" Then
Hacktivate.Checked = False
ActivatePhone = False
Expand Down
Loading

0 comments on commit 27ac4a6

Please sign in to comment.