помогите перевести:
Если Вы можете перевести эту страницу на немецкий свяжитесь со мной.Goal:
Recently Apple decided to update the bootloader (now 4.6) on new iphones, therefor breaking any current unlock methods. Inspiration the onmac.net cotest from December 05, I decided to start a similar contest for the iPhone community. The Goal is to release a publicly available method that will allow the unlock of an OTB (out the box) 1.1.2 iPhone running bootloader 4.6, simple enough for anyone to follow. Read the details below for more info.Who's Affected by this Update:
Anyone who has an OTB iPhone produced week 45 and onward (around November 9th 2007) with bootloader 4.6 (see below for how to check your bootloader).Prize:
A list of people who donated and how much. Contest will close April 1st 2008. If no solution is found by then all donations will be refunded in full! If you donate $30+ email me a link to your site and I'll add it by your name. $75+ donations will get a larger font. $200+ will get logo. Just some encouragement ;)<% Const Reading = 1 Const FilePathtoRead = "/new/total.txt" 'File to read 'Open and read curennt total. Dim fs Dim filetoread set fs = server.createObject("Scripting.FileSystemObject") set filetoread = fs.OpenTextFile(Server.MapPath(FilePathtoRead), Reading) do while not filetoread.AtEndOfStream 'write total with format - Total Collected: $179 -
Response.Write("- Total Collected: $" & filetoread.ReadLine & " -
" & vbCrLf) loop filetoread.Close() %> <% Const Filename = "/new/donations.txt" ' file to read Const ForReading = 1, ForWriting = 2, ForAppending = 3 Const TristateUseDefault = -2, TristateTrue = -1, TristateFalse = 0 ' Create a filesystem object Dim FSO set FSO = server.createObject("Scripting.FileSystemObject") ' Map the logical path to the physical system path Dim Filepath Filepath = Server.MapPath(Filename) if FSO.FileExists(Filepath) Then ' Get a handle to the file Dim file set file = FSO.GetFile(Filepath) ' Get some info about the file Dim FileSize FileSize = file.Size ' Open the file Dim TextStream Set TextStream = file.OpenAsTextStream(ForReading, _ TristateUseDefault) ' Read the file line by line Do While Not TextStream.AtEndOfStream Dim Line Line = TextStream.readline ' Do something with "Line" Line = Line & vbCRLF Response.write Line Loop Set TextStream = nothing Else Response.Write "
File " & Filename &_ " does not exist
" End If Set FSO = nothing %>Rules:
The Rules are quite simple. Whomever posts a method that can be confirmed first will take the prize.- Method must start out with a 1.1.2 iPhone running bootloader 4.6. Downgrading to 1.1.1, jailbreaking, installing oktoprep, upgrading to 1.1.2 is acceptable!
- Post method (must include step by step instructions) and screenshots in the forum section and email me.
- If method uses OS X or Windows based software:
- Software must be available on OS X or Windows (preferably a java cross platform version).
- Publish source code for the community to review and available to other developers to extend.
- Hardware or TurboSim unlocks do not count! Must be similar method to anysim for 1.1.1 and bootloader 3.9.
- Downgrading the bootloader to 3.9 maybe a temporary approch, but is not the goal and therefore illegible for the prize.
- Since there are many iPhone sites out there, if an unlock is posted on another site, please post it giving credit to that person. Once that method is confirmed so long as it adhears to the rules that person will recieve the prize! The method must be posted on 11246unlock.com to recieve the prize reward. If a method that follows the rules is found and confirmed on another site, I will post the meathod in the forum, confirm it, and turn the prize over to that person.
Checking your bootloader:
Before you can check the bootloader you need to downgrade your iphone to 1.1.1 or 1.0.2 using itunes and option restore mode, then activate and jailbreak the phone.Install open ssh, bsd and community sources. (This was written for a mac, PC users can do the same using putty).- download bbupdater (searh google)
- use cyberduck or equivalent ssh program to put the file bbupdater into the location /usr/bin/ on your iphone.
- using terminal log into the iphone were "xxx" are the numbers of the wifi IP address of your iphone
-
- ssh root@xxx.xxx.xxx.xxx
- password: dottie (alpine for 1.1.1+)
-
- cd /usr/bin/
- now run bbupdater
-
- bbupdater -v
the output will tell you the baseline and the bootloader of your iphone. And looks like this...
Resetting target...
pinging the baseband...
issuing +xgendata...
firmware: DEV_ICE_MODEM_04.02.13_G
eep version: EEP_VERSION:208
eep revision: EEP_REVISION:1
bootloader: BOOTLOADER_VERSION:4.6_M3S2






