<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.theiphonewiki.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rud0lf77</id>
	<title>The iPhone Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.theiphonewiki.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rud0lf77"/>
	<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/wiki/Special:Contributions/Rud0lf77"/>
	<updated>2026-04-09T19:54:07Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.14</generator>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=/System/Library/Caches&amp;diff=40546</id>
		<title>/System/Library/Caches</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=/System/Library/Caches&amp;diff=40546"/>
		<updated>2014-03-12T21:12:08Z</updated>

		<summary type="html">&lt;p&gt;Rud0lf77: Added apticket.der-File and com.apple.xpcd-Folder&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Children ==&lt;br /&gt;
=== Folders ===&lt;br /&gt;
* {{ipfw|com.apple.dyld}}&lt;br /&gt;
* {{ipfw|com.apple.kernelcaches}}&lt;br /&gt;
* {{ipfw|com.apple.xpcd}}&lt;br /&gt;
=== Files ===&lt;br /&gt;
* {{ipfw|apticket.der}}&lt;br /&gt;
&lt;br /&gt;
== Parents ==&lt;br /&gt;
[[:/|(Root)]]/[[:/System|System]]/[[:/System/Library|Library]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Filesystem]]&lt;/div&gt;</summary>
		<author><name>Rud0lf77</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=/Applications/GameCenter~iphone.app&amp;diff=40544</id>
		<title>/Applications/GameCenter~iphone.app</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=/Applications/GameCenter~iphone.app&amp;diff=40544"/>
		<updated>2014-03-12T20:37:16Z</updated>

		<summary type="html">&lt;p&gt;Rud0lf77: GameKit is a public framework&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Game Center was added in iOS 4.1 (or 4.2 for the [[k48ap|iPad]]) for all compatible devices except the [[n82ap|iPhone 3G]]. It allows developers to add social features to their game applications without relying on their own infrastructure for features such as multiplayer gaming, achievements and leaderboards. This app requires the GameKit [[:/System/Library/Frameworks|framework]] located at [[:/System/Library/Frameworks/GameKit.framework]].&lt;br /&gt;
&lt;br /&gt;
==Parents==&lt;br /&gt;
{{parent|Applications}}&lt;br /&gt;
&lt;br /&gt;
{{stub|software}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Software]]&lt;br /&gt;
[[Category:Filesystem]]&lt;br /&gt;
[[Category:Application]]&lt;/div&gt;</summary>
		<author><name>Rud0lf77</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=UDID&amp;diff=25211</id>
		<title>UDID</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=UDID&amp;diff=25211"/>
		<updated>2012-03-18T18:27:14Z</updated>

		<summary type="html">&lt;p&gt;Rud0lf77: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[UDID]] is the short form for '''U'''nique '''D'''evice '''Id'''entifier. It is a 40-character long hex value (20 bytes). The [[UDID]] is being used by developers to register devices for testing their Apps. Only on registered devices developers can run Apps that are not in Apple's AppStore yet. Also, beta firmware can be installed only on registered devices. Developers currently have 100 [[UDID]]s they can register.&lt;br /&gt;
&lt;br /&gt;
Instead of calculating the value, it can be read from [[iTunes]], when the device is connected, by clicking on the text '''Serial Number'''.&lt;br /&gt;
&lt;br /&gt;
== Calculation ==&lt;br /&gt;
The [[UDID]] is being calculated like this:&lt;br /&gt;
*Create a 60-character long or 59-character long (on newer devices) text string (see below)&lt;br /&gt;
*Calculate the [[wikipedia:SHA-1|SHA1]] hash of the text string. The result is the [[UDID]].&lt;br /&gt;
&lt;br /&gt;
To create the text string, append the following four strings:&lt;br /&gt;
*11-character long or 12-character long (on newer devices) '''serial number''' (exactly like it is written in the Settings app)&lt;br /&gt;
*15-character long '''IMEI number''' (without spaces); empty string for iPod touch and Wi-Fi model iPads (on older devices) OR on newer devices 13-character long &amp;quot;ECID&amp;quot; in decimal (like shown in Xcode)&lt;br /&gt;
*17-character long '''Wi-Fi MAC address''' (letters in lower case, including colons); for the [[N45ap|iPod touch first generation]] use &amp;quot;00:00:00:00:00:00&amp;quot;&lt;br /&gt;
*17-character long '''Bluetooth MAC address''' (letters in lower case, including colons)&lt;br /&gt;
&lt;br /&gt;
== In short ==&lt;br /&gt;
For older devices: &lt;br /&gt;
 UDID = SHA1($serial + $IMEI + $WiFiMac + $BluetoothMac)&lt;br /&gt;
&lt;br /&gt;
On the [[N92ap|Verizon iPhone 4]] and newer it is instead computed with this formula:&lt;br /&gt;
 UDID = SHA1($serial + $ECID + $WiFiMac + $BluetoothMac)&lt;/div&gt;</summary>
		<author><name>Rud0lf77</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=Talk:UDID&amp;diff=25210</id>
		<title>Talk:UDID</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=Talk:UDID&amp;diff=25210"/>
		<updated>2012-03-18T18:15:57Z</updated>

		<summary type="html">&lt;p&gt;Rud0lf77: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Isn't the serial 12 characters long? --[[User:Rdqronos|rdqronos]] 18:14, 17 March 2012 (MDT)&lt;br /&gt;
:Yes. Actually looking at my old iPod and new one. The old device are 11 characters and the new are 12. I don't know when it started since I only own iPod touch 2G and 4G.  --[[User:Jacob|Jacob]] 18:58, 17 March 2012 (MDT)&lt;br /&gt;
:So then how does one calculate the hash? I tried it with the Serial+ECID+MAC+Bluetooth MAC SHA1 calculation and it was completely different... maybe someone should update this... --[[User:Rdqronos|rdqronos]] 20:54, 17 March 2012 (MDT)&lt;br /&gt;
::I can confirm it's not working. I tried with ECID in both upper/lower case, with/without leading zeroes, even in decimal. --[[User:Http|http]] 07:46, 18 March 2012 (MDT)&lt;br /&gt;
I can confirm that it is working at least on my iPad 2 and my iPhone 4 --[[User:Rud0lf77|rud0lf77]] 12:15, 18 March 2012 (MDT)&lt;/div&gt;</summary>
		<author><name>Rud0lf77</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=Talk:Alpine_1A420&amp;diff=24720</id>
		<title>Talk:Alpine 1A420</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=Talk:Alpine_1A420&amp;diff=24720"/>
		<updated>2012-03-03T10:09:30Z</updated>

		<summary type="html">&lt;p&gt;Rud0lf77: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Anybody have a ipsw? ==&lt;br /&gt;
Yeah, so does anyone have a ipsw for this unencrypted hopefully? I want to get the SkankPhone and AppleInternal stuff ;) --[[User:Dylan Laws|Dylan Laws]] 22:04, 1 March 2012 (MST)&lt;br /&gt;
:: I have the files from the root filesystem, but not the ipsw..&lt;br /&gt;
::There is no IPSW --pjakuszew 14:26, 2 March 2012 (MST)&lt;br /&gt;
::Then how does one use it? --[[User:Rdqronos|rdqronos]] 16:03, 2 March 2012 (MST)&lt;br /&gt;
::: Restore a 1.x Firmware and then copy over the root filesystem... --[[User:Rud0lf77|rud0lf77]] 03:09, 3 March 2012 (MST)&lt;br /&gt;
::::  Rud0lf77 can i use the root files? --[[User:Dylan Laws|Dylan Laws]] 01:09, 3 March 2012 (MST)&lt;br /&gt;
== Disassembler Frameworks? ==&lt;br /&gt;
&lt;br /&gt;
Has anyone noticed the ARMDisassembler, NDISASM and PPCDisasm PrivateFrameworks? --[[User:Oranav|Oranav]] 13:07, 21 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Yeah, at least the PPC Disasm is funny I think. Wouldn't use my iPhone for that --[[User:M2m|M2m]] 14:49, 21 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Those frameworks plus a lot of the other stuff here is put on the device if you have a dev membership, when the Developer Disk Image gets sent over [[User:ChronicDev|ChronicDev]] 00:16, 22 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Revision Name? ==&lt;br /&gt;
&lt;br /&gt;
btw, I think you should add the nickname to those revision SkankPhone or PurpleSkank. I think PurpleSkank is actually the name of something on the device, and SkankPhone the actual name, not 100% sure though. but the numbers + letters shit is kinda annoying and... bleh --[[User:Posixninja|posixninja]] 00:51, 22 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
I'm not sure if it has an official Name like Kirkwood, Timberline, etc. I wonder if the name is somewhere &amp;quot;hidden&amp;quot; in the bunch of files.&lt;br /&gt;
SkankPhone is an App on the device. But if there's no objection we could name it &amp;quot;PurpleSkank 1A420&amp;quot; until the official name is found...--[[User:M2m|M2m]] 02:38, 22 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
PurpleSkank 1A420 sounds great to me! --[[User:Posixninja|posixninja]] 04:03, 22 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Actually the file /private/var/db/dyld/update-prebinding-paths.txt begins with # Alpine1A420. So could this release be called Alpine ? In current firmwares the root pw is alpine, but it used to be dottie afaik. --[[User:M2m|M2m]] 11:13, 22 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
weird, never seen that. honestly I still like PurpleSkank more. --[[User:Posixninja|posixninja]] 17:29, 22 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
I checked /private/var/db/dyld/update-prebinding-paths.txt of FW 1.1.4 - begins with ''# LittleBear4A102''. I checked 1.0.1 and it begins with ''# SUHeavenlyJuly1C25''. So I think the official name of this FW is ''Alpine 1A420''. --[[User:M2m|M2m]] 12:59, 23 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
The password to the root account is and has always been alpine, and the password to the mobile account is and has always been dottie (there was a mobile account even before Apple began running apps under it) [[User:AriX|AriX]] 15:33, 24 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Thanks for the clarification --[[User:M2m|M2m]] 04:32, 25 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Boot the Kernel? ==&lt;br /&gt;
&lt;br /&gt;
None of the kernel or kernelcache files is 8900 packed/encrypted. So the kernel refuses to boot on my 2G iPhone. Any Ideas ? --[[User:M2m|M2m]] 13:11, 23 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
does the iboot from it even require it to be packed/encrypted? I wasn't around in the 8900 days, but I'm pretty sure the framework is still there in xpwn to pack 8900 files if you want to hack something together. --[[User:Posixninja|posixninja]] 14:27, 23 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
I don't have the iboot from the Prototype. At least not as an iboot file. Maybe it could be extracted from the NOR Dump.. who know. Will have a look at xpwn. Maybe I can find a 8900 packer/encryptor there --[[User:M2m|M2m]] 02:59, 24 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
M2m, If you still need help dumping anything or figuring stuff out. geohot@gmail I'll be around at 5:30 EST tonight --[[User:Geohot|geohot]] 14:07, 24 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
I have not even tried to go as far as booting the kernel, because 1.1.4 is mostly compatible with SkankPhone and stuff... I've copied over a lot of the stuff from the prototype FW and it works pretty well. At some point maybe I'll get my act together and see if I can flash the NOR and stuff, but SkankPhone is cool enough for me :p (Mine is currently set up as a dual boot system where one partition is the 1.1.4/Prototype fw, and the other partition is a plain 1.1.4 partition... I wonder if I could set it up to dual boot 3.0 instead? It wouldn't really work with iTunes easily.) [[User:AriX|AriX]] 15:36, 24 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Geohot, everything is already dumped. I think I talked to you about this firmware last March [[User:ChronicDev|ChronicDev]] 23:55, 24 July 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>Rud0lf77</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=Talk:Alpine_1A420&amp;diff=24712</id>
		<title>Talk:Alpine 1A420</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=Talk:Alpine_1A420&amp;diff=24712"/>
		<updated>2012-03-02T14:39:30Z</updated>

		<summary type="html">&lt;p&gt;Rud0lf77: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Anybody have a ipsw? ==&lt;br /&gt;
Yeah, so does anyone have a ipsw for this unencrypted hopefully? I want to get the SkankPhone and AppleInternal stuff ;) --[[User:Dylan Laws|Dylan Laws]] 22:04, 1 March 2012 (MST)&lt;br /&gt;
:: I have the files from the root filesystem, but not the ipsw..&lt;br /&gt;
== Disassembler Frameworks? ==&lt;br /&gt;
&lt;br /&gt;
Has anyone noticed the ARMDisassembler, NDISASM and PPCDisasm PrivateFrameworks? --[[User:Oranav|Oranav]] 13:07, 21 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Yeah, at least the PPC Disasm is funny I think. Wouldn't use my iPhone for that --[[User:M2m|M2m]] 14:49, 21 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Those frameworks plus a lot of the other stuff here is put on the device if you have a dev membership, when the Developer Disk Image gets sent over [[User:ChronicDev|ChronicDev]] 00:16, 22 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Revision Name? ==&lt;br /&gt;
&lt;br /&gt;
btw, I think you should add the nickname to those revision SkankPhone or PurpleSkank. I think PurpleSkank is actually the name of something on the device, and SkankPhone the actual name, not 100% sure though. but the numbers + letters shit is kinda annoying and... bleh --[[User:Posixninja|posixninja]] 00:51, 22 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
I'm not sure if it has an official Name like Kirkwood, Timberline, etc. I wonder if the name is somewhere &amp;quot;hidden&amp;quot; in the bunch of files.&lt;br /&gt;
SkankPhone is an App on the device. But if there's no objection we could name it &amp;quot;PurpleSkank 1A420&amp;quot; until the official name is found...--[[User:M2m|M2m]] 02:38, 22 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
PurpleSkank 1A420 sounds great to me! --[[User:Posixninja|posixninja]] 04:03, 22 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Actually the file /private/var/db/dyld/update-prebinding-paths.txt begins with # Alpine1A420. So could this release be called Alpine ? In current firmwares the root pw is alpine, but it used to be dottie afaik. --[[User:M2m|M2m]] 11:13, 22 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
weird, never seen that. honestly I still like PurpleSkank more. --[[User:Posixninja|posixninja]] 17:29, 22 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
I checked /private/var/db/dyld/update-prebinding-paths.txt of FW 1.1.4 - begins with ''# LittleBear4A102''. I checked 1.0.1 and it begins with ''# SUHeavenlyJuly1C25''. So I think the official name of this FW is ''Alpine 1A420''. --[[User:M2m|M2m]] 12:59, 23 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
The password to the root account is and has always been alpine, and the password to the mobile account is and has always been dottie (there was a mobile account even before Apple began running apps under it) [[User:AriX|AriX]] 15:33, 24 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Thanks for the clarification --[[User:M2m|M2m]] 04:32, 25 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Boot the Kernel? ==&lt;br /&gt;
&lt;br /&gt;
None of the kernel or kernelcache files is 8900 packed/encrypted. So the kernel refuses to boot on my 2G iPhone. Any Ideas ? --[[User:M2m|M2m]] 13:11, 23 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
does the iboot from it even require it to be packed/encrypted? I wasn't around in the 8900 days, but I'm pretty sure the framework is still there in xpwn to pack 8900 files if you want to hack something together. --[[User:Posixninja|posixninja]] 14:27, 23 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
I don't have the iboot from the Prototype. At least not as an iboot file. Maybe it could be extracted from the NOR Dump.. who know. Will have a look at xpwn. Maybe I can find a 8900 packer/encryptor there --[[User:M2m|M2m]] 02:59, 24 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
M2m, If you still need help dumping anything or figuring stuff out. geohot@gmail I'll be around at 5:30 EST tonight --[[User:Geohot|geohot]] 14:07, 24 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
I have not even tried to go as far as booting the kernel, because 1.1.4 is mostly compatible with SkankPhone and stuff... I've copied over a lot of the stuff from the prototype FW and it works pretty well. At some point maybe I'll get my act together and see if I can flash the NOR and stuff, but SkankPhone is cool enough for me :p (Mine is currently set up as a dual boot system where one partition is the 1.1.4/Prototype fw, and the other partition is a plain 1.1.4 partition... I wonder if I could set it up to dual boot 3.0 instead? It wouldn't really work with iTunes easily.) [[User:AriX|AriX]] 15:36, 24 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Geohot, everything is already dumped. I think I talked to you about this firmware last March [[User:ChronicDev|ChronicDev]] 23:55, 24 July 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>Rud0lf77</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=Talk:INTERNAL_INSTALL_LEGAL&amp;diff=24671</id>
		<title>Talk:INTERNAL INSTALL LEGAL</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=Talk:INTERNAL_INSTALL_LEGAL&amp;diff=24671"/>
		<updated>2012-02-27T18:01:20Z</updated>

		<summary type="html">&lt;p&gt;Rud0lf77: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These messages show up after creating a folder? Strange. Are you sure that you didn't enabled &amp;quot;apple-internal-install&amp;quot; GC capability before doing that? --pjakuszew 11:45, 30 August 2011 (MDT)&lt;br /&gt;
: Not that I am aware of. I did a tethered JB (as I am on 4.3.5), added the folders via sftp, rebooted, msg showed up. --[[User:M2m|M2m]] 17:15, 30 August 2011 (MDT)&lt;br /&gt;
::So I assume that SpringBoard automatically enables that capability when /AppleInternal is present, then. If you enable it in your device's capabilities file, these messages also show up --pjakuszew 04:17, 31 August 2011 (MDT)&lt;br /&gt;
:::Does anyone actually know where iOS finds these strings? Eg on the leaked screenshots from prototypes it contains 'Apple Confidential' etc. This doesn't seem to be in InternalSettings.bundle [[User:Beau|Beau]] 05:09, 31 August 2011 (MDT)&lt;br /&gt;
::::I posted that on my Twitter a few days ago, SB looks for them in SpringBoard.app/&amp;lt;your language&amp;gt;.lproj/SpringBoard-Internal.strings --pjakuszew 06:56, 31 August 2011 (MDT)&lt;br /&gt;
::::: Whats your twitter ;) ? --[[User:M2m|M2m]] 09:20, 31 August 2011 (MDT)&lt;br /&gt;
Totally weird. I added the Internal_Install strings to the lockscreen. After I wasn't able to start Safari anymore (just didn't start). And also redsn0w 0.9.8b3 wasn't able to identify the ipsw (4.3.4) anymore so I couldn't get into tethered JB. Weird - but interesting..--[[User:M2m|M2m]] 18:09, 31 August 2011 (MDT)&lt;br /&gt;
:Safari stops working on some tethered jailbreaks if not booted tethered... Also, did you happen to accidentally modify the firmware file at all? That may be why redsn0w didn't accept it. --[[User:Rdqronos|rdqronos]] 06:42, 3 September 2011 (MDT)&lt;br /&gt;
: Thanks for the info about Safari. I don't think I modified the firmware accidently. Anyway a reboot helped for redsn0w to work. --[[User:M2m|M2m]] 07:15, 3 September 2011 (MDT)&lt;br /&gt;
:Glad it all works :D --[[User:Rdqronos|rdqronos]] 09:14, 3 September 2011 (MDT)&lt;br /&gt;
&lt;br /&gt;
== Sandboxing ==&lt;br /&gt;
&lt;br /&gt;
@Beau: The difference imo is that I don't even touch Safari here at all and it still gets affected. Or am I mistaken ? {{unsigned|M2m|22:51, September 1, 2011 (MDT)}}&lt;br /&gt;
&lt;br /&gt;
== iOS 5 ==&lt;br /&gt;
The folder creation to show up the messages only works on iOS4 and not any longer on iOS5 (b7?). Anyone can confirm ?--[[User:M2m|M2m]] 17:32, 15 September 2011 (MDT)&lt;br /&gt;
:Nope, the message still pops up when the directory is present in iOS 5. As for the confidential message. Just copy and paste the Sprngboard-Internal.strings from the wiki article and save it in /Springboard.app/Your-Language/, resring and you'll have the proper text. You can also mod it to say whatever you want ;) {{unsigned|Tomma0264|00:27, December 30, 2011 (MST)}}&lt;br /&gt;
&lt;br /&gt;
Anyone no why the iDevice won't boot iOS when you make a &amp;quot;AppleInternal Folder&amp;quot; on the / Drive&lt;br /&gt;
&lt;br /&gt;
Who wrote this ^, And i believe it screws up the untether or the bootchain. --[[User:Dylan Laws|Dylan Laws]] 11:37, 26 February 2012 (MST)&lt;br /&gt;
:: If you connect your iDevice to your computer by using USB, you will see that it actually does boot. Just SpringBoard doesn't start up, probably because it tries to load Frameworks, Libraries or similar from AppleInternal, but can't find them... --[[User:Rud0lf77|rud0lf77]] 11:01, 27 February 2012 (MST)&lt;/div&gt;</summary>
		<author><name>Rud0lf77</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=User_talk:5urd&amp;diff=24293</id>
		<title>User talk:5urd</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=User_talk:5urd&amp;diff=24293"/>
		<updated>2012-01-29T13:43:08Z</updated>

		<summary type="html">&lt;p&gt;Rud0lf77: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== iBook ==&lt;br /&gt;
Hey I'm taking on another project, I'm writing a iBook on the internals of jailbreaking. I was wondering if you might be interested on editing/giving ideas/or correcting information. You seem very educated in jailbreaking. --[[User:Dylan Laws|Dylan Laws]] 00:23, 29 January 2012 (MST)&lt;br /&gt;
: I don't want to be arrogant, but I think I could help you more (; --[[User:Rud0lf77|rud0lf77]] 06:43, 29 January 2012 (MST)&lt;br /&gt;
==Pictures==&lt;br /&gt;
And for the new pictures for the stub pages, you probably just copied them from somewhere on the Internet. Please draw your own images instead of stealing it from somewhere. I'll delete them otherwise. We cannot have the official Apple logo just as a mark for general Apple issues. We might be able to use official product photos or the Apple logo on a page describing Apple, but nothing else. Treat images the same way as software. The jailbreak image probably comes from a scammers page, but it's still not yours, even if they do bad things. [[User:geohot|Geohot]] has enough trouble right now, so don't add copyrighted material to this wiki. I'll delete the images tomorrow if you haven't replaced them by then. Thanks. --[[User:Http|http]] 17:23, 19 February 2011 (UTC)&lt;br /&gt;
:Ok, i'll replace the copywrited images with Public domain. --[[User:Balloonhead66|Balloonhead66]] 17:31, 19 February 2011 (UTC)&lt;br /&gt;
::Thanks. (I had to laugh when I saw your new Apple!) --[[User:Http|http]] 17:39, 19 February 2011 (UTC)&lt;br /&gt;
:::Images:&lt;br /&gt;
::::[[:Image:Android logo.png|Android logo.png]] - public domain, kept [[commons:File:Android_robot.svg|On Commons]]&lt;br /&gt;
::::[[:Image:Generic iPhone.png|Generic iPhone.png]] - public domain, kept [[commons:File:iPhone.svg|On Commons]]&lt;br /&gt;
::::[[:Image:Apple-logo.png|Apple-logo.png]] - logo, copyrited, replaced with [[commons:File:Apple Mac.png|Apple Mac.png from Commons]]&lt;br /&gt;
::::[[:Image:Jailbreak.jpg|Jailbreak.jpg]] - unknown license, replaced with [[:Image:Gp.png|Gp.png]] &lt;br /&gt;
::::[[:Image:Filesystem Listing.png|Filesystem Listing.jpg]] - from [http://www.hp9845.net/9845/projects/hpdir/ blog], unknown license, replaced with [http://cole.freehostingcloud.com/wiki/File:iphonefw.png Iphonefw.png from my site]&lt;br /&gt;
::::[[:Image:Hacking.png|Hacking.png]] - icon from {{wp|GNOME}} project - unreplaced&lt;br /&gt;
::::[[:Image:Software Icon.png|Software Icon.png]] - icon, copyrited, replaced wth [[commons:File:Crystal Clear device cdrom unmount.png|Crystal Clear device cdrom unmound.png from Commons]]&lt;br /&gt;
::::[[:Image:P2P.gif|P2P.gif]] - unknown license, replaced with [[commons:File:P2P-network.svg|P2P-network.svg from Commons (2000px)]] at [[:Image:P2P.png|P2P.png]]&lt;br /&gt;
:::--[[User:Balloonhead66|Balloonhead66]] 17:53, 19 February 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Flooding ==&lt;br /&gt;
Please stop flooding the wiki with your changes about your vfdecrypt GUI (one of what like 200?) all the recent changes most of the time are from you about little menial stuff that i doubt most people care about, i had to stop following the wiki twitter account because it seemed like 99.99% of the updates were from you, all useless.  PLEASE STOP --[[User:Nito|Nito]] 19:53, 26 May 2011 (UTC)&lt;br /&gt;
:Obviously keeping the wiki up to date is more important than inconveniencing anyone regarding their twitter feeds.  The more accurate the wiki, the better. [[User:MuscleNerd|MuscleNerd]] 20:40, 26 May 2011 (UTC)&lt;br /&gt;
::Yes but when his updates are about stupid crap re: ANOTHER vfdecrypt GUI then i think it does a disservice to everyone who uses the wiki. --[[User:Nito|Nito]] 20:37, 26 May 2011 (UTC)&lt;br /&gt;
:::I think it's better not to judge *anyone's* contributions, large or small.  This is a community of contributors. [[User:MuscleNerd|MuscleNerd]] 20:40, 26 May 2011 (UTC)&lt;br /&gt;
:::: I understand that, but mostly every time i look in the recent changes pages its filled up with garbage about idecryptit or whatever, rendering &amp;quot;recent changes&amp;quot; 99.99% useless imo. --[[User:Nito|Nito]] 20:42, 26 May 2011 (UTC)&lt;br /&gt;
::::: The more active the wiki, the better. It means (1) people are contributing (2) info is being refined and corrected.  Even if it's the tiniest details, over time that makes a big difference.  [[User:MuscleNerd|MuscleNerd]] 20:44, 26 May 2011 (UTC)&lt;br /&gt;
::::::Yes, because people learn a lot from a GUI. He uses the wiki as an advertisement for it. --[[User:Cj|cj]] 20:50, 26 May 2011 (UTC)&lt;br /&gt;
:::::::If it's a valid wiki topic, then it &amp;quot;deserves&amp;quot; to be updated as much as any other topic.  If it's not a valid topic, ask to have it removed.  He's actually marking all of his minor edits properly (that bold &amp;quot;m&amp;quot;).  Perhaps whoever owns that twitter account shouldn't rebroadcast edits marked as minor like that.  [[User:MuscleNerd|MuscleNerd]] 20:54, 26 May 2011 (UTC)&lt;br /&gt;
:::::::: I think it straddles the line of &amp;quot;valid&amp;quot; i definitely remember reading somewhere that geo didn't want the wiki to be used as an advertisement for apps --[[User:Nito|Nito]] 20:56, 26 May 2011 (UTC)&lt;br /&gt;
::::::::: The rule is actually &amp;quot;don't create a page just to advertise your new website please&amp;quot;.  More details on the Ground Rules page. [[User:MuscleNerd|MuscleNerd]] 21:02, 26 May 2011 (UTC)&lt;br /&gt;
::::::::: I am not advertising. I am just posting relevant info on an iPhone related app. Also, now that is it published, I am done.  Whenever a new firmware comes out, the recent changes is flooded with about 30 edits! --[[User:Balloonhead66|Balloonhead66]] 23:16, 26 May 2011 (UTC)&lt;br /&gt;
:::::::::: Don't worry about it...feel free to make any changes whenever they're needed.  You're actually doing a good job marking minor changes as &amp;quot;m&amp;quot;, and those can be filtered from the Recent Changes page via a single click in the user preference panel.  (Whoever's running that twitter bot should filter away &amp;quot;m&amp;quot; changes.) [[User:MuscleNerd|MuscleNerd]] 23:29, 26 May 2011 (UTC)&lt;br /&gt;
::::::::::: Thanks! I only try to contribute.  I never advertise (except with AdWords) and I always try to do my best to make sure this wiki has the latest info. --[[User:Balloonhead66|Balloonhead66]] 23:35, 26 May 2011 (UTC)&lt;br /&gt;
:::::::::::: Yep, there can never be &amp;quot;too much&amp;quot; latest info :)  The more contributors the better! [[User:MuscleNerd|MuscleNerd]] 23:40, 26 May 2011 (UTC)&lt;br /&gt;
::::::::::::: I agree.  Thank you for your support in this. If you want to follow the updates, check [[Special:Recentchanges]]. --[[User:Balloonhead66|Balloonhead66]] 02:52, 27 May 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Rephrase ==&lt;br /&gt;
Hi, thanks for fixing my bad link on the [[Bugging Debuggers]] page. But what did you mean by your comment &amp;quot;please rephrase that, here is what makes google hate us&amp;quot;. What part needs rephrasing? --[[User:Tempelorg|Tempelorg]] 17:20, 21 June 2011 (UTC)&lt;br /&gt;
:&amp;quot;Here&amp;quot;, &amp;quot;Click here&amp;quot;, etc. brings a sites ratings down.  It also makes the page less clearer. --[[User:Balloonhead66|Balloonhead66]] 18:55, 21 June 2011 (UTC)&lt;br /&gt;
::Ah, I see what you mean now. You should have put &amp;quot;here&amp;quot; in quotes, then I would have understood that you referred using that particular word. Will fix it now. Thanks. --[[User:Tempelorg|Tempelorg]] 13:45, 23 June 2011 (UTC)&lt;br /&gt;
::: :) --[[User:Balloonhead66|Balloonhead66]] 18:00, 23 June 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Warning ==&lt;br /&gt;
I noticed that you've been performing an excessive amount of edits the past few days. In particular, you exceeded 50 edits on August 1, 2011. I'd like to remind you that this goes against the newest rule of the wiki (Section 4.7 in the [[Ground Rules]]). If you exceed the editing limit again, you will be blocked (the duration of which will depend on the administrator). This will be your only verbal warning regarding this. --[[User:Dialexio|&amp;lt;span style=&amp;quot;color:#C20; font-weight:normal;&amp;quot;&amp;gt;Dialexio&amp;lt;/span&amp;gt;]] 12:47, 2 August 2011 (MDT)&lt;br /&gt;
:Is this every day thing reset every 24 hours, or midnight in WHAT time zone --[[User:Balloonhead66|Balloonhead66]] 14:41, 2 August 2011 (MDT)&lt;br /&gt;
::To keep things simple, I'm considering it &amp;quot;reset&amp;quot; at midnight according to the server's time zone (MDT). --[[User:Dialexio|&amp;lt;span style=&amp;quot;color:#C20; font-weight:normal;&amp;quot;&amp;gt;Dialexio&amp;lt;/span&amp;gt;]] 16:02, 2 August 2011 (MDT)&lt;br /&gt;
:::OK, sorry about that, I was really confused and I knew there was something I was going to bring up on the proposal, but I had forgot --[[User:Balloonhead66|Balloonhead66]] 16:29, 2 August 2011 (MDT)&lt;br /&gt;
:::Also, I didnt notice. Sorry --[[User:Balloonhead66|Balloonhead66]] 17:29, 2 August 2011 (MDT)&lt;br /&gt;
::::YAY he can stop spamming my twitter feed with his edits to the iphone key page.  no one cares about 1.x - 2.x any more. --[[User:ComingWinter|&amp;lt;span style=&amp;quot;color:#C20; font-weight:normal;&amp;quot;&amp;gt;ComingWinter&amp;lt;/span&amp;gt;]] 00:09, 3 August 2011 (GMT)&lt;br /&gt;
:::::Hey, follow the Recent Changes the way I do, through the page itself with a bookmark on my [[iPod touch|iPod's]] home screen. I mark those as minor just so you know and I was planning on spacing it out over a month or two so I dont spam it anyways... --[[User:Balloonhead66|Balloonhead66]] 17:29, 2 August 2011 (MDT)&lt;br /&gt;
Crap, went over by 5, SORRY! --[[User:Balloonhead66|Balloonhead66]] 17:34, 7 August 2011 (MDT)&lt;br /&gt;
:I meant to share this earlier when it was brought to my attention… You actually just hit the hourly limit for minor edits; you didn't exceed it. The rule currently limits users to 20 edits and 20 minor edits every hour. (I ''was'' planning to make the number 15, but didn't for some reason.) --[[User:Dialexio|&amp;lt;span style=&amp;quot;color:#C20; font-weight:normal;&amp;quot;&amp;gt;Dialexio&amp;lt;/span&amp;gt;]] 21:23, 7 August 2011 (MDT)&lt;br /&gt;
::Ok, thanks. --[[User:Balloonhead66|Balloonhead66]] 15:57, 8 August 2011 (MDT)&lt;br /&gt;
&lt;br /&gt;
== Latest stable software release ==&lt;br /&gt;
I saw that there are some pages below your user name, like &amp;quot;Latest stable software release&amp;quot;, etc. This was a temporary solution only. Your decrypt gui may have its own page (in [[:Category:GUI Tools|category GUI Tools]]), as discussed long ago with geohot and the rules listed there. We don't want (discuss here if I'm the only one thinking so) to have version number pages of [[TinyUmbrella]] etc under your user name. Please fix this. I'll delete all these user sub-pages soon and don't want to fix all affected pages. Thanks. -- [[User:Http|http]] 01:38, 25 September 2011 (MDT)&lt;br /&gt;
:Sorry, I was waiting for a slow day to replace the [[Template:infobox software]] with the Wikipedia one using parser functions where the latest release is on the page. But don't delete the preview and final release for iDecryptIt as they are used by the update checker in the program. Thanks! --[[User:Balloonhead66|Balloonhead66]] 15:16, 25 September 2011 (MDT)&lt;br /&gt;
::Don't use the wiki as part of your software! So you better get this fixed soon (including your software) if you want that it doesn't break. I can wait a week or two before I delete them though. -- [[User:Http|http]] 16:00, 25 September 2011 (MDT)&lt;br /&gt;
:::When 5.00.7 comes out, it will no longer check from this wiki. After a month(?), you can delete them.  That will be soon, I just need to finish the site. --[[User:Balloonhead66|Balloonhead66]] 16:11, 25 September 2011 (MDT)&lt;br /&gt;
:::To Delete (oh, i did about 16 edits before the hour, so you dont need to count)&lt;br /&gt;
:::* [[User:Balloonhead66/Latest preview software release/iDecrypter]]&lt;br /&gt;
:::* [[User:Balloonhead66/Latest stable software release/TinyUmbrella]]&lt;br /&gt;
:::* [[User:Balloonhead66/Latest preview software release/TinyUmbrella]]&lt;br /&gt;
:::* [[User:Balloonhead66/Latest preview software release/iDecrypt]]&lt;br /&gt;
:::* [[User:Balloonhead66/Latest preview software release/iPhoneEmu]]&lt;br /&gt;
:::* [[User:Balloonhead66/Latest preview software release/iDecryptIt]]&lt;br /&gt;
:::* [[User:Balloonhead66/Latest preview software release]]&lt;br /&gt;
:::* [[User:Balloonhead66/Latest stable software release]]&lt;br /&gt;
:::* [[User:Balloonhead66/monobook.css]]&lt;br /&gt;
::: :) --[[User:Balloonhead66|Balloonhead66]] 21:08, 27 September 2011 (MDT)&lt;br /&gt;
&lt;br /&gt;
== Thanks, man ==&lt;br /&gt;
Hey Cole, thanks for fixing up my page :) means a lot. --[[User:Rdqronos|rdqronos]] 17:24, 15 October 2011 (MDT)&lt;br /&gt;
&lt;br /&gt;
== Warez warning ==&lt;br /&gt;
I'm being pretty lenient on this simply because the link that you posted wasn't a direct link to warez (though it did have it). But the next time you post a link that contains warez, I will most likely block you indefinitely. --[[User:Dialexio|&amp;lt;span style=&amp;quot;color:#C20; font-weight:normal;&amp;quot;&amp;gt;Dialexio&amp;lt;/span&amp;gt;]] 17:53, 21 October 2011 (MDT)&lt;br /&gt;
:Ok, sorry. --[[User:Balloonhead66|Balloonhead66]] 17:59, 21 October 2011 (MDT)&lt;br /&gt;
&lt;br /&gt;
== iBoot ==&lt;br /&gt;
Please discuss changing the version numbers beforehand. A firmware's BuildManifest(o).plist may contain a tilde and some following numbers, but that doesn't necessarily mean that the actual binary carries the tilde and numbers also. --[[User:Dialexio|&amp;lt;span style=&amp;quot;color:#C20; font-weight:normal;&amp;quot;&amp;gt;Dialexio&amp;lt;/span&amp;gt;]] 23:52, 17 November 2011 (MST)&lt;br /&gt;
:Sorry, if you want to remove the tildes, I will do it. But to me, the tilde version makes it a bit more specific. Like how 8B117 is more specific than 4.1 --[[User:Balloonhead66|Balloonhead66]] 20:12, 18 November 2011 (MST)&lt;br /&gt;
::Nah, I don't think it needs to be reverted (yet) since that may lead to redundant changes. I just think that it should be discussed before all of the iBoot pages, etc. shift to the tilde format. --[[User:Dialexio|&amp;lt;span style=&amp;quot;color:#C20; font-weight:normal;&amp;quot;&amp;gt;Dialexio&amp;lt;/span&amp;gt;]] 21:25, 18 November 2011 (MST)&lt;/div&gt;</summary>
		<author><name>Rud0lf77</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=The_iPhone_Wiki_talk:Community_portal&amp;diff=24292</id>
		<title>The iPhone Wiki talk:Community portal</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=The_iPhone_Wiki_talk:Community_portal&amp;diff=24292"/>
		<updated>2012-01-29T13:42:17Z</updated>

		<summary type="html">&lt;p&gt;Rud0lf77: I always forget signing :D&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I would rather distinguish between wiki specific purposes and iphone specific purposes. The community section I would leave to the wiki and create a new section for the iPhone. It's also okay vice versa. But I would not mix it up. -caique2001-&lt;br /&gt;
&lt;br /&gt;
i got you, currently it is mixed up tho. ~geohot&lt;br /&gt;
&lt;br /&gt;
== done ==&lt;br /&gt;
&lt;br /&gt;
done.&lt;br /&gt;
&lt;br /&gt;
geohot, i am not sure what he has in mind, but i just wanted to let you know my friend wEsTbAeR wanted to talk to you about something in #3GUnlock at irc.osx86.hu&lt;br /&gt;
&lt;br /&gt;
===== redirect =====&lt;br /&gt;
Oh my god, you did it :-) -caique2001-&lt;br /&gt;
&lt;br /&gt;
== Suggestion on order ==&lt;br /&gt;
&lt;br /&gt;
One suggestion that I have George is to come up with some kind of order to help people learn about how to hack the phone. For example, I know very little about how to hack the iphone. I really am interested in learning the techniques and processes on how to do it. Maybe come up with an outline of what you should learn in what order. You know what I am saying? By the way, great idea with this wiki {{unsigned|Mike777|03:55, 14 August 2008 (UTC)}}&lt;br /&gt;
&lt;br /&gt;
== integrating info from i0nic ==&lt;br /&gt;
&lt;br /&gt;
Stefan Esser's slides from his blackhat presentation have been published.  there's lots of info in them that ought to be integrated in this wiki, but i'm currently slammed getting ready for Burning Man.  anybody have the cycles?  https://media.blackhat.com/bh-us-11/Esser/BH_US_11_Esser_Exploiting_The_iOS_Kernel_Slides.pdf&lt;br /&gt;
[[User:Beej|beej]] 11:13, 25 August 2011 (MDT)&lt;br /&gt;
&lt;br /&gt;
== Help? Please? ==&lt;br /&gt;
Hi guys, As you may know I'm trying my best to make a jailbreak called &amp;quot;silversn0w.&amp;quot; I don't have a Mac currently to compile the launchd for the ramdisk. So, I was wondering if anyone has a ramdisk that installs Cydia? It would be much appreciated if you could help me! If not then please don't discouraging me, I have enough problems. --[[User:Dylan Laws|Dylan Laws]] 19:33, 27 January 2012 (MST)&lt;br /&gt;
: I think it would be possible to run a virtualized OSX via VMWare (or the like), which would be legal if you buy the installation media from Apple (the OSX Lion install USB Stick) or a used Snow Leopard Disc from ebay. This could give you the tools to compile under OSX. --[[User:M2m|M2m]] 19:41, 27 January 2012 (MST)&lt;br /&gt;
:: I've tried to built it but still have no luck. :/ --[[User:Dylan Laws|Dylan Laws]] 22:52, 27 January 2012 (MST)&lt;br /&gt;
::: May you please stop asking for help for your Jailbreak?! Do it yourself, dude! And what is your problem with building the ramdisk on Linux?! Just edit the Makefile and get the headers you need! --[[User:Rud0lf77|rud0lf77]] 11:30, 28 January 2012 (MST)&lt;br /&gt;
:::: Fine but answer this, where would Redsn0w store its made ramdisk? --[[User:Dylan Laws|Dylan Laws]] 16:16, 28 January 2012 (MST)&lt;br /&gt;
:::::[[redsn0w]]'s ramdisks are stored in the executable i believe. have you tried a resource extractor? --[[User:5urd|5urd]] 16:47, 28 January 2012 (MST)&lt;br /&gt;
:::::: I have not, I will try. I tried using ac1dsn0w's ramdisk, It just kept a spinner at the bottom of my iPod. --[[User:Dylan Laws|Dylan Laws]] 16:49, 28 January 2012 (MST)&lt;br /&gt;
To jailbreak it would be, DFU-&amp;gt;PWNED iBSS&amp;amp;iBEC-&amp;gt;Ramdisk-&amp;gt;PWNED Kernel then bootx right? --[[User:Dylan Laws|Dylan Laws]] 19:41, 28 January 2012 (MST)&lt;br /&gt;
::::::: I am gonna help a bit: The ramdisk of redsn0w is made at runtime from a tar.gz-Archive, you can extract it from the MacOS folder of the Mac version of redsn0w, now about the boot: DFU -&amp;gt; Limera1n Exploit -&amp;gt; Pwned iBSS -&amp;gt; Pwned iBEC -&amp;gt; Ramdisk -&amp;gt; Pwned Kernelcache and at the end give the &amp;quot;bootx&amp;quot; Command. Also you can upload an AppleLogo you have to do this BEFORE Ramdisk, so after iBEC, upload the AppleLogo, &amp;quot;setpicture 0&amp;quot; (or was it &amp;quot;1&amp;quot; ??) &amp;quot;bgcolor &amp;lt;r&amp;gt; &amp;lt;g&amp;gt; &amp;lt;b&amp;gt;&amp;quot; (bgcolor MUST be set for the Logo to show up!), but for debugging I prefer Verbose mode, you can do this by patching your iBEC, search in a Hexeditor for a bootarg always used (I think &amp;quot;md=rd0&amp;quot; is the one I am talking about) then patch out a part of the bootargs (e.g. the nand-reformat boot arg) and replace it with &amp;quot;-v&amp;quot; then your device will boot in Verbose mode, so you can see the system output. And a question Dylan, why do you want to create a Jailbreak? You see I am not writing one, but know everything you still need to learn. Maybe it would be better for you to search for vulnerabilities? I am not the best at exploiting, but there might be some overflow in the JavaScriptCore of WebKit, why don't you look at it? If that why I saw is really an overflow (I don't think it is, it was just some playing around) then it's like overflowing the JS Page (a 4k one I think) and then overwrite some other things. (But I don't really know, I was just playing around with JS) --[[User:Rud0lf77|rud0lf77]] 06:42, 29 January 2012 (MST)&lt;/div&gt;</summary>
		<author><name>Rud0lf77</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=The_iPhone_Wiki_talk:Community_portal&amp;diff=24291</id>
		<title>The iPhone Wiki talk:Community portal</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=The_iPhone_Wiki_talk:Community_portal&amp;diff=24291"/>
		<updated>2012-01-29T13:40:52Z</updated>

		<summary type="html">&lt;p&gt;Rud0lf77: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I would rather distinguish between wiki specific purposes and iphone specific purposes. The community section I would leave to the wiki and create a new section for the iPhone. It's also okay vice versa. But I would not mix it up. -caique2001-&lt;br /&gt;
&lt;br /&gt;
i got you, currently it is mixed up tho. ~geohot&lt;br /&gt;
&lt;br /&gt;
== done ==&lt;br /&gt;
&lt;br /&gt;
done.&lt;br /&gt;
&lt;br /&gt;
geohot, i am not sure what he has in mind, but i just wanted to let you know my friend wEsTbAeR wanted to talk to you about something in #3GUnlock at irc.osx86.hu&lt;br /&gt;
&lt;br /&gt;
===== redirect =====&lt;br /&gt;
Oh my god, you did it :-) -caique2001-&lt;br /&gt;
&lt;br /&gt;
== Suggestion on order ==&lt;br /&gt;
&lt;br /&gt;
One suggestion that I have George is to come up with some kind of order to help people learn about how to hack the phone. For example, I know very little about how to hack the iphone. I really am interested in learning the techniques and processes on how to do it. Maybe come up with an outline of what you should learn in what order. You know what I am saying? By the way, great idea with this wiki {{unsigned|Mike777|03:55, 14 August 2008 (UTC)}}&lt;br /&gt;
&lt;br /&gt;
== integrating info from i0nic ==&lt;br /&gt;
&lt;br /&gt;
Stefan Esser's slides from his blackhat presentation have been published.  there's lots of info in them that ought to be integrated in this wiki, but i'm currently slammed getting ready for Burning Man.  anybody have the cycles?  https://media.blackhat.com/bh-us-11/Esser/BH_US_11_Esser_Exploiting_The_iOS_Kernel_Slides.pdf&lt;br /&gt;
[[User:Beej|beej]] 11:13, 25 August 2011 (MDT)&lt;br /&gt;
&lt;br /&gt;
== Help? Please? ==&lt;br /&gt;
Hi guys, As you may know I'm trying my best to make a jailbreak called &amp;quot;silversn0w.&amp;quot; I don't have a Mac currently to compile the launchd for the ramdisk. So, I was wondering if anyone has a ramdisk that installs Cydia? It would be much appreciated if you could help me! If not then please don't discouraging me, I have enough problems. --[[User:Dylan Laws|Dylan Laws]] 19:33, 27 January 2012 (MST)&lt;br /&gt;
: I think it would be possible to run a virtualized OSX via VMWare (or the like), which would be legal if you buy the installation media from Apple (the OSX Lion install USB Stick) or a used Snow Leopard Disc from ebay. This could give you the tools to compile under OSX. --[[User:M2m|M2m]] 19:41, 27 January 2012 (MST)&lt;br /&gt;
:: I've tried to built it but still have no luck. :/ --[[User:Dylan Laws|Dylan Laws]] 22:52, 27 January 2012 (MST)&lt;br /&gt;
::: May you please stop asking for help for your Jailbreak?! Do it yourself, dude! And what is your problem with building the ramdisk on Linux?! Just edit the Makefile and get the headers you need! --[[User:Rud0lf77|rud0lf77]] 11:30, 28 January 2012 (MST)&lt;br /&gt;
:::: Fine but answer this, where would Redsn0w store its made ramdisk? --[[User:Dylan Laws|Dylan Laws]] 16:16, 28 January 2012 (MST)&lt;br /&gt;
:::::[[redsn0w]]'s ramdisks are stored in the executable i believe. have you tried a resource extractor? --[[User:5urd|5urd]] 16:47, 28 January 2012 (MST)&lt;br /&gt;
:::::: I have not, I will try. I tried using ac1dsn0w's ramdisk, It just kept a spinner at the bottom of my iPod. --[[User:Dylan Laws|Dylan Laws]] 16:49, 28 January 2012 (MST)&lt;br /&gt;
To jailbreak it would be, DFU-&amp;gt;PWNED iBSS&amp;amp;iBEC-&amp;gt;Ramdisk-&amp;gt;PWNED Kernel then bootx right? --[[User:Dylan Laws|Dylan Laws]] 19:41, 28 January 2012 (MST)&lt;br /&gt;
::::::: I am gonna help a bit: The ramdisk of redsn0w is made at runtime from a tar.gz-Archive, you can extract it from the MacOS folder of the Mac version of redsn0w, now about the boot: DFU -&amp;gt; Limera1n Exploit -&amp;gt; Pwned iBSS -&amp;gt; Pwned iBEC -&amp;gt; Ramdisk -&amp;gt; Pwned Kernelcache and at the end give the &amp;quot;bootx&amp;quot; Command. Also you can upload an AppleLogo you have to do this BEFORE Ramdisk, so after iBEC, upload the AppleLogo, &amp;quot;setpicture 0&amp;quot; (or was it &amp;quot;1&amp;quot; ??) &amp;quot;bgcolor &amp;lt;r&amp;gt; &amp;lt;g&amp;gt; &amp;lt;b&amp;gt;&amp;quot; (bgcolor MUST be set for the Logo to show up!), but for debugging I prefer Verbose mode, you can do this by patching your iBEC, search in a Hexeditor for a bootarg always used (I think &amp;quot;md=rd0&amp;quot; is the one I am talking about) then patch out a part of the bootargs (e.g. the nand-reformat boot arg) and replace it with &amp;quot;-v&amp;quot; then your device will boot in Verbose mode, so you can see the system output. And a question Dylan, why do you want to create a Jailbreak? You see I am not writing one, but know everything you still need to learn. Maybe it would be better for you to search for vulnerabilities? I am not the best at exploiting, but there might be some overflow in the JavaScriptCore of WebKit, why don't you look at it? If that why I saw is really an overflow (I don't think it is, it was just some playing around) then it's like overflowing the JS Page (a 4k one I think) and then overwrite some other things. (But I don't really know, I was just playing around with JS)&lt;/div&gt;</summary>
		<author><name>Rud0lf77</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=The_iPhone_Wiki_talk:Community_portal&amp;diff=24268</id>
		<title>The iPhone Wiki talk:Community portal</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=The_iPhone_Wiki_talk:Community_portal&amp;diff=24268"/>
		<updated>2012-01-28T18:30:32Z</updated>

		<summary type="html">&lt;p&gt;Rud0lf77: signature forgotten. sorry.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I would rather distinguish between wiki specific purposes and iphone specific purposes. The community section I would leave to the wiki and create a new section for the iPhone. It's also okay vice versa. But I would not mix it up. -caique2001-&lt;br /&gt;
&lt;br /&gt;
i got you, currently it is mixed up tho. ~geohot&lt;br /&gt;
&lt;br /&gt;
== done ==&lt;br /&gt;
&lt;br /&gt;
done.&lt;br /&gt;
&lt;br /&gt;
geohot, i am not sure what he has in mind, but i just wanted to let you know my friend wEsTbAeR wanted to talk to you about something in #3GUnlock at irc.osx86.hu&lt;br /&gt;
&lt;br /&gt;
===== redirect =====&lt;br /&gt;
Oh my god, you did it :-) -caique2001-&lt;br /&gt;
&lt;br /&gt;
== Suggestion on order ==&lt;br /&gt;
&lt;br /&gt;
One suggestion that I have George is to come up with some kind of order to help people learn about how to hack the phone. For example, I know very little about how to hack the iphone. I really am interested in learning the techniques and processes on how to do it. Maybe come up with an outline of what you should learn in what order. You know what I am saying? By the way, great idea with this wiki {{unsigned|Mike777|03:55, 14 August 2008 (UTC)}}&lt;br /&gt;
&lt;br /&gt;
== integrating info from i0nic ==&lt;br /&gt;
&lt;br /&gt;
Stefan Esser's slides from his blackhat presentation have been published.  there's lots of info in them that ought to be integrated in this wiki, but i'm currently slammed getting ready for Burning Man.  anybody have the cycles?  https://media.blackhat.com/bh-us-11/Esser/BH_US_11_Esser_Exploiting_The_iOS_Kernel_Slides.pdf&lt;br /&gt;
[[User:Beej|beej]] 11:13, 25 August 2011 (MDT)&lt;br /&gt;
&lt;br /&gt;
== Help? Please? ==&lt;br /&gt;
Hi guys, As you may know I'm trying my best to make a jailbreak called &amp;quot;silversn0w.&amp;quot; I don't have a Mac currently to compile the launchd for the ramdisk. So, I was wondering if anyone has a ramdisk that installs Cydia? It would be much appreciated if you could help me! If not then please don't discouraging me, I have enough problems. --[[User:Dylan Laws|Dylan Laws]] 19:33, 27 January 2012 (MST)&lt;br /&gt;
: I think it would be possible to run a virtualized OSX via VMWare (or the like), which would be legal if you buy the installation media from Apple (the OSX Lion install USB Stick) or a used Snow Leopard Disc from ebay. This could give you the tools to compile under OSX. --[[User:M2m|M2m]] 19:41, 27 January 2012 (MST)&lt;br /&gt;
:: I've tried to built it but still have no luck. :/ --[[User:Dylan Laws|Dylan Laws]] 22:52, 27 January 2012 (MST)&lt;br /&gt;
::: May you please stop asking for help for your f*cking Jailbreak?! Do it yourself, dude! And what the hell is your problem with building the damn ramdisk on Linux?! Just edit the damn Makefile and get the headers you need! --[[User:Rud0lf77|rud0lf77]] 11:30, 28 January 2012 (MST)&lt;/div&gt;</summary>
		<author><name>Rud0lf77</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=The_iPhone_Wiki_talk:Community_portal&amp;diff=24267</id>
		<title>The iPhone Wiki talk:Community portal</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=The_iPhone_Wiki_talk:Community_portal&amp;diff=24267"/>
		<updated>2012-01-28T18:30:06Z</updated>

		<summary type="html">&lt;p&gt;Rud0lf77: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I would rather distinguish between wiki specific purposes and iphone specific purposes. The community section I would leave to the wiki and create a new section for the iPhone. It's also okay vice versa. But I would not mix it up. -caique2001-&lt;br /&gt;
&lt;br /&gt;
i got you, currently it is mixed up tho. ~geohot&lt;br /&gt;
&lt;br /&gt;
== done ==&lt;br /&gt;
&lt;br /&gt;
done.&lt;br /&gt;
&lt;br /&gt;
geohot, i am not sure what he has in mind, but i just wanted to let you know my friend wEsTbAeR wanted to talk to you about something in #3GUnlock at irc.osx86.hu&lt;br /&gt;
&lt;br /&gt;
===== redirect =====&lt;br /&gt;
Oh my god, you did it :-) -caique2001-&lt;br /&gt;
&lt;br /&gt;
== Suggestion on order ==&lt;br /&gt;
&lt;br /&gt;
One suggestion that I have George is to come up with some kind of order to help people learn about how to hack the phone. For example, I know very little about how to hack the iphone. I really am interested in learning the techniques and processes on how to do it. Maybe come up with an outline of what you should learn in what order. You know what I am saying? By the way, great idea with this wiki {{unsigned|Mike777|03:55, 14 August 2008 (UTC)}}&lt;br /&gt;
&lt;br /&gt;
== integrating info from i0nic ==&lt;br /&gt;
&lt;br /&gt;
Stefan Esser's slides from his blackhat presentation have been published.  there's lots of info in them that ought to be integrated in this wiki, but i'm currently slammed getting ready for Burning Man.  anybody have the cycles?  https://media.blackhat.com/bh-us-11/Esser/BH_US_11_Esser_Exploiting_The_iOS_Kernel_Slides.pdf&lt;br /&gt;
[[User:Beej|beej]] 11:13, 25 August 2011 (MDT)&lt;br /&gt;
&lt;br /&gt;
== Help? Please? ==&lt;br /&gt;
Hi guys, As you may know I'm trying my best to make a jailbreak called &amp;quot;silversn0w.&amp;quot; I don't have a Mac currently to compile the launchd for the ramdisk. So, I was wondering if anyone has a ramdisk that installs Cydia? It would be much appreciated if you could help me! If not then please don't discouraging me, I have enough problems. --[[User:Dylan Laws|Dylan Laws]] 19:33, 27 January 2012 (MST)&lt;br /&gt;
: I think it would be possible to run a virtualized OSX via VMWare (or the like), which would be legal if you buy the installation media from Apple (the OSX Lion install USB Stick) or a used Snow Leopard Disc from ebay. This could give you the tools to compile under OSX. --[[User:M2m|M2m]] 19:41, 27 January 2012 (MST)&lt;br /&gt;
:: I've tried to built it but still have no luck. :/ --[[User:Dylan Laws|Dylan Laws]] 22:52, 27 January 2012 (MST)&lt;br /&gt;
::: May you please stop asking for help for your f*cking Jailbreak?! Do it yourself, dude! And what the hell is your problem with building the damn ramdisk on Linux?! Just edit the damn Makefile and get the headers you need!&lt;/div&gt;</summary>
		<author><name>Rud0lf77</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=Talk:DFU_Mode&amp;diff=24139</id>
		<title>Talk:DFU Mode</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=Talk:DFU_Mode&amp;diff=24139"/>
		<updated>2012-01-23T21:06:58Z</updated>

		<summary type="html">&lt;p&gt;Rud0lf77: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Definition ==&lt;br /&gt;
failsafe thing was made up by zibri, his point was you can always downgrade to 1.1.4, but it is really officially known as Device Firmware Upgrade by '''the people actually invented it :P''' {{unsigned|ChronicDev|20:48, July 31, 2008 (MST)}}&lt;br /&gt;
&lt;br /&gt;
I would love to see some official Apple documentation backing that up... --Z00L&lt;br /&gt;
:Apple didn't invent DFU. [http://www.usb.org/developers/devclass_docs/DFU_1.1.pdf The USB Implementers Forum did.] --[[User:Dialexio|&amp;lt;span style=&amp;quot;color:#C20; font-weight:normal;&amp;quot;&amp;gt;Dialexio&amp;lt;/span&amp;gt;]] 08:19, 11 December 2011 (MST)&lt;br /&gt;
&lt;br /&gt;
== drg ==&lt;br /&gt;
Contradiction... can or cannot exit DFU without restore??&lt;br /&gt;
:Can exit no problem ~geohot&lt;br /&gt;
::Method one and method two are the same. ~geohot&lt;br /&gt;
:::Thought so. Cleaned. -drg&lt;br /&gt;
Hi all, please can someone make a utility to take iPhone into DFU. Or do someone know howto take iPhone into DFU without using Sleep button? ~ makovice&lt;br /&gt;
:Please read the original article, It is not possible --[[User:JacobVengeance|JakeAnthraX]] 10:01, 17 November 2010 (UTC)&lt;br /&gt;
:It is possible but your iDevice will go into a DFU Loop. --[[User:Whiteshinyapple|Whiteshinyapple]] 18:10, 19 November 2010 (GMT +8)&lt;br /&gt;
:Thanks for your interactions. I'll suggest repair the button ;) (DFU Loop I tried, but without success - iTunes refused modified firmware) -- makovice&lt;br /&gt;
:iTunes will error out and if your iphone is in a black screen then it is in dfu mode. -- Whiteshinyapple&lt;br /&gt;
:Yeh I know, but it doesn't even start restore (iPhone didn't make anything), so did anyone try it with 4.1 iOS and iTunes 10.1?? -- Makovice&lt;br /&gt;
::well the way i did it was used [[PwnageTool]] or [[redsn0w]] to enter pwn [[DFU Mode]] (tested this on 4.0 because i don't have SHSH for it) then without unzipping the .ipsw (this is important because it will not be recognised by itunes if unzipped) removed the build manifest then restore and it will give you error 10 and every reboot it will be in dfu mode  however if you are wanting to save the data in your device it is impossible because the bootchain is flashed at the end of a restore --[[User:Liamchat|liamchat]] 16:00, 22 November 2010 (UTC)&lt;br /&gt;
::ok, only one thing ... how can I change conent without unzipping? :) -- Makovice&lt;br /&gt;
:::i used http://www.stuffit.com/mac-home.html --[[User:Liamchat|liamchat]] 16:52, 22 November 2010 (UTC)&lt;br /&gt;
:::any zip program. Winzip winrar peazip anything just view the file on the program and delete the file like in explorer or finder... --[[User:Balloonhead66|Balloonhead66]] 17:36, 22 November 2010 (UTC)&lt;br /&gt;
:Ill be creating a video on how to create a DFU Loop IPSW.[http://www.youtube.com/sn0wra1n My Youtube] --[[User:sn0wra1n|sn0wra1n]]&lt;br /&gt;
::on an intresting note it may be posible to make a dongle to boot the device ( like [http://wikee.iphwn.org/howto:ipt2g_dongle_prep]) but when [[redns0w]] boot's tethered it inject's big file's and the ipod 4g has a void in it so the dongle will not be visible --[[User:Liamchat|liamchat]] 18:11, 25 November 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Reverse engineer ==&lt;br /&gt;
Okay, so, we know that [[iTunes]] puts the iDevice into DFU mode when the device is upgrading/downgrading/restoring. How does [[iTunes]] do this? It certainly doesn't require us to press and hold the home/sleep buttons. How do we reverse iTunes' mechanism to put devices into DFU mode WITHOUT creating a DFU loop? --[[User:Rdqronos|rdqronos]] 12:26, July 1, 2011 (UTC)&lt;br /&gt;
:No one but Apple has the source code.  I guess you could attach a debuger to the USB port (if there is one that does that) and monitor the data sent out of it. --[[User:Balloonhead66|Balloonhead66]] 15:09, 1 July 2011 (UTC)&lt;br /&gt;
:OMG iPhone knowledge is slipping fast. Updates are done in recovery mode, not DFU mode. blackra1n will happily enter recovery mode for you. There's no (easy) way in software to get into DFU, although a half baked flash to brick could probably do it. --[[User:Geohot|geohot]] 00:16, 2 July 2011 (UTC)&lt;br /&gt;
:I did not know that... You're right, iPhone knowledge IS slipping fast. That's why I come here. Also, there is evidently an easy way in software, we just haven't found it yet. Balloonhead did have the good idea, using a USB debugger of some sort to monitor all traffic sent to/from the iPhone. Sorry if I sound like a douche :P --[[User:Rdqronos|rdqronos]] 02:50, 2 July 2011 (UTC)&lt;br /&gt;
:stop bullshitting about dfu and stuff, much love, qwertyoruiop. you can't via software. also lulz at usb debugger. it's called sniffing and it's kinda funny. --[[User:Qwertyoruiop|Qwertyoruiop]] 23:50, 2 July 2011 (UTC)&lt;br /&gt;
:As Geohot said, DFU mode can be entered when iPhone is &amp;quot;bricked&amp;quot;. That state can be achieved by, for example, inserting random crap into NOR (DO NOT DO THIS! I tested that on iPhone1,1 in 2009, I don't know how other devices behave in such situations, but it's probably the same). --pjakuszew 14:38, 3 July 2011 (UTC)&lt;br /&gt;
:Hmm... So basically, screw around with a 4.3 ipsw for a bit? --[[User:Rdqronos|rdqronos]] 15:57, 3 July 2011 (UTC)&lt;br /&gt;
::You can try. I was doing everything from OpeniBoot. If you just mess with LLB file, iTunes will probably spit out an error before flashing a modified file. --pjakuszew 21:10, 3 July 2011 (UTC)&lt;br /&gt;
::Dontcha love messing with stuff? Also, can i install openiboot on my i4? thanks man. --[[User:Rdqronos|rdqronos]] 22:18, 3 July 2011 (UTC)&lt;br /&gt;
:::I'd just press those buttons, damn it's 20 seconds it's not like your whole life. But yea, screw up the LLB to enjoy (semi)software based DFU. --[[User:Qwertyoruiop|Qwertyoruiop]] 01:08, 5 July 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Disabling DFU ==&lt;br /&gt;
&lt;br /&gt;
As a general question, would it be possible for Apple to disable DFU mode completely with a software update? I know it would be possible to do it with refreshed hardware.&lt;br /&gt;
--[[User:Rdqronos|rdqronos]] 15:05, 26 September 2011 (MDT)&lt;br /&gt;
:No. This is in the bootrom to reinstall firmware even without any software installed. Without DFU Mode: How would Apple install the firmware the first time? And what would users do that have disconnected their phone in the middle of an update? I don't see any reason to remove this mode even in new hardware. -- [[User:Http|http]] 15:18, 26 September 2011 (MDT)&lt;br /&gt;
Updates are done in recovery mode. &lt;br /&gt;
&amp;quot;I know it would be possible to do it with refreshed hardware.&amp;quot; well if you know it to be possible without hardware being refresh doesn't that mean.. the only other options is via software update?. &lt;br /&gt;
&amp;quot;I don't see any reason to remove this mode even in new hardware.&amp;quot; i agree, its highly unlikely in my mind they will remove it, for at least in the next few years imho.&lt;br /&gt;
--[[User:Markcoker|Blue Skies]] 02:31, 27 September 2011 (MDT)&lt;br /&gt;
&lt;br /&gt;
== Recovery to DFU ==&lt;br /&gt;
I've been trying to get my program to make the iDevice go from Recovery to DFU. Any way I could do such a thing? Through uploading files? --[[User:Dylan Laws|Dylan Laws]] 20:11, 22 January 2012 (MST)&lt;br /&gt;
:: Could you please stop asking such questions?! If you can do it, do it, if you can't, leave it. And as far as I know you can't enter the real DFU Mode using a Computer, you always need to press buttons on the device. --[[User:Rud0lf77|rud0lf77]] 23:19, 22 January 2012 (MST)&lt;br /&gt;
::::Rud0lf77: Nobody's forcing you to read his posts. If you don't like his questions, stop reading them :P --[[User:Beej|beej]] 09:49, 23 January 2012 (MST)&lt;br /&gt;
:::How'd GeoHot make a one click jailbreak? --[[User:Dylan Laws|Dylan Laws]] 00:19, 23 January 2012 (MST)&lt;br /&gt;
:::: [[purplera1n]] and [[blackra1n]] used iBot exploits! No DFU was needed! Please read about these tools and exploits before posting such questions! --[[User:Rud0lf77|rud0lf77]] 04:05, 23 January 2012 (MST)&lt;br /&gt;
:::::I Knew that they did, but if you noticed the one click and then it puts the device into recovery and then, I think? DFU. I know that they used the limera1n exploit.--[[User:Dylan Laws|Dylan Laws]] 08:47, 23 January 2012 (MST)&lt;br /&gt;
::::::Not quite one-click, but as close as you'll likely get: http://is.gd/Iu2FZx --[[User:Beej|beej]] 09:49, 23 January 2012 (MST)&lt;br /&gt;
::::::: Thanks Beej! --[[User:Dylan Laws|Dylan Laws]] 09:59, 23 January 2012 (MST)&lt;br /&gt;
:::::::: Remember: That will brick your device! Only a restore can make it boot properly again! That means if you want to use that for a Jailbreak, it will be completely tethered, no semi-tether, because it will always go into DFU!&lt;/div&gt;</summary>
		<author><name>Rud0lf77</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=Talk:DFU_Mode&amp;diff=24125</id>
		<title>Talk:DFU Mode</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=Talk:DFU_Mode&amp;diff=24125"/>
		<updated>2012-01-23T11:05:17Z</updated>

		<summary type="html">&lt;p&gt;Rud0lf77: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Definition ==&lt;br /&gt;
failsafe thing was made up by zibri, his point was you can always downgrade to 1.1.4, but it is really officially known as Device Firmware Upgrade by '''the people actually invented it :P''' {{unsigned|ChronicDev|20:48, July 31, 2008 (MST)}}&lt;br /&gt;
&lt;br /&gt;
I would love to see some official Apple documentation backing that up... --Z00L&lt;br /&gt;
:Apple didn't invent DFU. [http://www.usb.org/developers/devclass_docs/DFU_1.1.pdf The USB Implementers Forum did.] --[[User:Dialexio|&amp;lt;span style=&amp;quot;color:#C20; font-weight:normal;&amp;quot;&amp;gt;Dialexio&amp;lt;/span&amp;gt;]] 08:19, 11 December 2011 (MST)&lt;br /&gt;
&lt;br /&gt;
== drg ==&lt;br /&gt;
Contradiction... can or cannot exit DFU without restore??&lt;br /&gt;
:Can exit no problem ~geohot&lt;br /&gt;
::Method one and method two are the same. ~geohot&lt;br /&gt;
:::Thought so. Cleaned. -drg&lt;br /&gt;
Hi all, please can someone make a utility to take iPhone into DFU. Or do someone know howto take iPhone into DFU without using Sleep button? ~ makovice&lt;br /&gt;
:Please read the original article, It is not possible --[[User:JacobVengeance|JakeAnthraX]] 10:01, 17 November 2010 (UTC)&lt;br /&gt;
:It is possible but your iDevice will go into a DFU Loop. --[[User:Whiteshinyapple|Whiteshinyapple]] 18:10, 19 November 2010 (GMT +8)&lt;br /&gt;
:Thanks for your interactions. I'll suggest repair the button ;) (DFU Loop I tried, but without success - iTunes refused modified firmware) -- makovice&lt;br /&gt;
:iTunes will error out and if your iphone is in a black screen then it is in dfu mode. -- Whiteshinyapple&lt;br /&gt;
:Yeh I know, but it doesn't even start restore (iPhone didn't make anything), so did anyone try it with 4.1 iOS and iTunes 10.1?? -- Makovice&lt;br /&gt;
::well the way i did it was used [[PwnageTool]] or [[redsn0w]] to enter pwn [[DFU Mode]] (tested this on 4.0 because i don't have SHSH for it) then without unzipping the .ipsw (this is important because it will not be recognised by itunes if unzipped) removed the build manifest then restore and it will give you error 10 and every reboot it will be in dfu mode  however if you are wanting to save the data in your device it is impossible because the bootchain is flashed at the end of a restore --[[User:Liamchat|liamchat]] 16:00, 22 November 2010 (UTC)&lt;br /&gt;
::ok, only one thing ... how can I change conent without unzipping? :) -- Makovice&lt;br /&gt;
:::i used http://www.stuffit.com/mac-home.html --[[User:Liamchat|liamchat]] 16:52, 22 November 2010 (UTC)&lt;br /&gt;
:::any zip program. Winzip winrar peazip anything just view the file on the program and delete the file like in explorer or finder... --[[User:Balloonhead66|Balloonhead66]] 17:36, 22 November 2010 (UTC)&lt;br /&gt;
:Ill be creating a video on how to create a DFU Loop IPSW.[http://www.youtube.com/sn0wra1n My Youtube] --[[User:sn0wra1n|sn0wra1n]]&lt;br /&gt;
::on an intresting note it may be posible to make a dongle to boot the device ( like [http://wikee.iphwn.org/howto:ipt2g_dongle_prep]) but when [[redns0w]] boot's tethered it inject's big file's and the ipod 4g has a void in it so the dongle will not be visible --[[User:Liamchat|liamchat]] 18:11, 25 November 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Reverse engineer ==&lt;br /&gt;
Okay, so, we know that [[iTunes]] puts the iDevice into DFU mode when the device is upgrading/downgrading/restoring. How does [[iTunes]] do this? It certainly doesn't require us to press and hold the home/sleep buttons. How do we reverse iTunes' mechanism to put devices into DFU mode WITHOUT creating a DFU loop? --[[User:Rdqronos|rdqronos]] 12:26, July 1, 2011 (UTC)&lt;br /&gt;
:No one but Apple has the source code.  I guess you could attach a debuger to the USB port (if there is one that does that) and monitor the data sent out of it. --[[User:Balloonhead66|Balloonhead66]] 15:09, 1 July 2011 (UTC)&lt;br /&gt;
:OMG iPhone knowledge is slipping fast. Updates are done in recovery mode, not DFU mode. blackra1n will happily enter recovery mode for you. There's no (easy) way in software to get into DFU, although a half baked flash to brick could probably do it. --[[User:Geohot|geohot]] 00:16, 2 July 2011 (UTC)&lt;br /&gt;
:I did not know that... You're right, iPhone knowledge IS slipping fast. That's why I come here. Also, there is evidently an easy way in software, we just haven't found it yet. Balloonhead did have the good idea, using a USB debugger of some sort to monitor all traffic sent to/from the iPhone. Sorry if I sound like a douche :P --[[User:Rdqronos|rdqronos]] 02:50, 2 July 2011 (UTC)&lt;br /&gt;
:stop bullshitting about dfu and stuff, much love, qwertyoruiop. you can't via software. also lulz at usb debugger. it's called sniffing and it's kinda funny. --[[User:Qwertyoruiop|Qwertyoruiop]] 23:50, 2 July 2011 (UTC)&lt;br /&gt;
:As Geohot said, DFU mode can be entered when iPhone is &amp;quot;bricked&amp;quot;. That state can be achieved by, for example, inserting random crap into NOR (DO NOT DO THIS! I tested that on iPhone1,1 in 2009, I don't know how other devices behave in such situations, but it's probably the same). --pjakuszew 14:38, 3 July 2011 (UTC)&lt;br /&gt;
:Hmm... So basically, screw around with a 4.3 ipsw for a bit? --[[User:Rdqronos|rdqronos]] 15:57, 3 July 2011 (UTC)&lt;br /&gt;
::You can try. I was doing everything from OpeniBoot. If you just mess with LLB file, iTunes will probably spit out an error before flashing a modified file. --pjakuszew 21:10, 3 July 2011 (UTC)&lt;br /&gt;
::Dontcha love messing with stuff? Also, can i install openiboot on my i4? thanks man. --[[User:Rdqronos|rdqronos]] 22:18, 3 July 2011 (UTC)&lt;br /&gt;
:::I'd just press those buttons, damn it's 20 seconds it's not like your whole life. But yea, screw up the LLB to enjoy (semi)software based DFU. --[[User:Qwertyoruiop|Qwertyoruiop]] 01:08, 5 July 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Disabling DFU ==&lt;br /&gt;
&lt;br /&gt;
As a general question, would it be possible for Apple to disable DFU mode completely with a software update? I know it would be possible to do it with refreshed hardware.&lt;br /&gt;
--[[User:Rdqronos|rdqronos]] 15:05, 26 September 2011 (MDT)&lt;br /&gt;
:No. This is in the bootrom to reinstall firmware even without any software installed. Without DFU Mode: How would Apple install the firmware the first time? And what would users do that have disconnected their phone in the middle of an update? I don't see any reason to remove this mode even in new hardware. -- [[User:Http|http]] 15:18, 26 September 2011 (MDT)&lt;br /&gt;
Updates are done in recovery mode. &lt;br /&gt;
&amp;quot;I know it would be possible to do it with refreshed hardware.&amp;quot; well if you know it to be possible without hardware being refresh doesn't that mean.. the only other options is via software update?. &lt;br /&gt;
&amp;quot;I don't see any reason to remove this mode even in new hardware.&amp;quot; i agree, its highly unlikely in my mind they will remove it, for at least in the next few years imho.&lt;br /&gt;
--[[User:Markcoker|Blue Skies]] 02:31, 27 September 2011 (MDT)&lt;br /&gt;
&lt;br /&gt;
== Recovery to DFU ==&lt;br /&gt;
I've been trying to get my program to make the iDevice go from Recovery to DFU. Any way I could do such a thing? Through uploading files? --[[User:Dylan Laws|Dylan Laws]] 20:11, 22 January 2012 (MST)&lt;br /&gt;
:: Could you please stop asking such questions?! If you can do it, do it, if you can't, leave it. And as far as I know you can't enter the real DFU Mode using a Computer, you always need to press buttons on the device. --[[User:Rud0lf77|rud0lf77]] 23:19, 22 January 2012 (MST)&lt;br /&gt;
:::How'd GeoHot make a one click jailbreak? --[[User:Dylan Laws|Dylan Laws]] 00:19, 23 January 2012 (MST)&lt;br /&gt;
:::: [[purplera1n]] and [[blackra1n]] used iBot exploits! No DFU was needed! Please read about these tools and exploits before posting such questions! --[[User:Rud0lf77|rud0lf77]] 04:05, 23 January 2012 (MST)&lt;/div&gt;</summary>
		<author><name>Rud0lf77</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=Talk:DFU_Mode&amp;diff=24122</id>
		<title>Talk:DFU Mode</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=Talk:DFU_Mode&amp;diff=24122"/>
		<updated>2012-01-23T06:19:34Z</updated>

		<summary type="html">&lt;p&gt;Rud0lf77: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Definition ==&lt;br /&gt;
failsafe thing was made up by zibri, his point was you can always downgrade to 1.1.4, but it is really officially known as Device Firmware Upgrade by '''the people actually invented it :P''' {{unsigned|ChronicDev|20:48, July 31, 2008 (MST)}}&lt;br /&gt;
&lt;br /&gt;
I would love to see some official Apple documentation backing that up... --Z00L&lt;br /&gt;
:Apple didn't invent DFU. [http://www.usb.org/developers/devclass_docs/DFU_1.1.pdf The USB Implementers Forum did.] --[[User:Dialexio|&amp;lt;span style=&amp;quot;color:#C20; font-weight:normal;&amp;quot;&amp;gt;Dialexio&amp;lt;/span&amp;gt;]] 08:19, 11 December 2011 (MST)&lt;br /&gt;
&lt;br /&gt;
== drg ==&lt;br /&gt;
Contradiction... can or cannot exit DFU without restore??&lt;br /&gt;
:Can exit no problem ~geohot&lt;br /&gt;
::Method one and method two are the same. ~geohot&lt;br /&gt;
:::Thought so. Cleaned. -drg&lt;br /&gt;
Hi all, please can someone make a utility to take iPhone into DFU. Or do someone know howto take iPhone into DFU without using Sleep button? ~ makovice&lt;br /&gt;
:Please read the original article, It is not possible --[[User:JacobVengeance|JakeAnthraX]] 10:01, 17 November 2010 (UTC)&lt;br /&gt;
:It is possible but your iDevice will go into a DFU Loop. --[[User:Whiteshinyapple|Whiteshinyapple]] 18:10, 19 November 2010 (GMT +8)&lt;br /&gt;
:Thanks for your interactions. I'll suggest repair the button ;) (DFU Loop I tried, but without success - iTunes refused modified firmware) -- makovice&lt;br /&gt;
:iTunes will error out and if your iphone is in a black screen then it is in dfu mode. -- Whiteshinyapple&lt;br /&gt;
:Yeh I know, but it doesn't even start restore (iPhone didn't make anything), so did anyone try it with 4.1 iOS and iTunes 10.1?? -- Makovice&lt;br /&gt;
::well the way i did it was used [[PwnageTool]] or [[redsn0w]] to enter pwn [[DFU Mode]] (tested this on 4.0 because i don't have SHSH for it) then without unzipping the .ipsw (this is important because it will not be recognised by itunes if unzipped) removed the build manifest then restore and it will give you error 10 and every reboot it will be in dfu mode  however if you are wanting to save the data in your device it is impossible because the bootchain is flashed at the end of a restore --[[User:Liamchat|liamchat]] 16:00, 22 November 2010 (UTC)&lt;br /&gt;
::ok, only one thing ... how can I change conent without unzipping? :) -- Makovice&lt;br /&gt;
:::i used http://www.stuffit.com/mac-home.html --[[User:Liamchat|liamchat]] 16:52, 22 November 2010 (UTC)&lt;br /&gt;
:::any zip program. Winzip winrar peazip anything just view the file on the program and delete the file like in explorer or finder... --[[User:Balloonhead66|Balloonhead66]] 17:36, 22 November 2010 (UTC)&lt;br /&gt;
:Ill be creating a video on how to create a DFU Loop IPSW.[http://www.youtube.com/sn0wra1n My Youtube] --[[User:sn0wra1n|sn0wra1n]]&lt;br /&gt;
::on an intresting note it may be posible to make a dongle to boot the device ( like [http://wikee.iphwn.org/howto:ipt2g_dongle_prep]) but when [[redns0w]] boot's tethered it inject's big file's and the ipod 4g has a void in it so the dongle will not be visible --[[User:Liamchat|liamchat]] 18:11, 25 November 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Reverse engineer ==&lt;br /&gt;
Okay, so, we know that [[iTunes]] puts the iDevice into DFU mode when the device is upgrading/downgrading/restoring. How does [[iTunes]] do this? It certainly doesn't require us to press and hold the home/sleep buttons. How do we reverse iTunes' mechanism to put devices into DFU mode WITHOUT creating a DFU loop? --[[User:Rdqronos|rdqronos]] 12:26, July 1, 2011 (UTC)&lt;br /&gt;
:No one but Apple has the source code.  I guess you could attach a debuger to the USB port (if there is one that does that) and monitor the data sent out of it. --[[User:Balloonhead66|Balloonhead66]] 15:09, 1 July 2011 (UTC)&lt;br /&gt;
:OMG iPhone knowledge is slipping fast. Updates are done in recovery mode, not DFU mode. blackra1n will happily enter recovery mode for you. There's no (easy) way in software to get into DFU, although a half baked flash to brick could probably do it. --[[User:Geohot|geohot]] 00:16, 2 July 2011 (UTC)&lt;br /&gt;
:I did not know that... You're right, iPhone knowledge IS slipping fast. That's why I come here. Also, there is evidently an easy way in software, we just haven't found it yet. Balloonhead did have the good idea, using a USB debugger of some sort to monitor all traffic sent to/from the iPhone. Sorry if I sound like a douche :P --[[User:Rdqronos|rdqronos]] 02:50, 2 July 2011 (UTC)&lt;br /&gt;
:stop bullshitting about dfu and stuff, much love, qwertyoruiop. you can't via software. also lulz at usb debugger. it's called sniffing and it's kinda funny. --[[User:Qwertyoruiop|Qwertyoruiop]] 23:50, 2 July 2011 (UTC)&lt;br /&gt;
:As Geohot said, DFU mode can be entered when iPhone is &amp;quot;bricked&amp;quot;. That state can be achieved by, for example, inserting random crap into NOR (DO NOT DO THIS! I tested that on iPhone1,1 in 2009, I don't know how other devices behave in such situations, but it's probably the same). --pjakuszew 14:38, 3 July 2011 (UTC)&lt;br /&gt;
:Hmm... So basically, screw around with a 4.3 ipsw for a bit? --[[User:Rdqronos|rdqronos]] 15:57, 3 July 2011 (UTC)&lt;br /&gt;
::You can try. I was doing everything from OpeniBoot. If you just mess with LLB file, iTunes will probably spit out an error before flashing a modified file. --pjakuszew 21:10, 3 July 2011 (UTC)&lt;br /&gt;
::Dontcha love messing with stuff? Also, can i install openiboot on my i4? thanks man. --[[User:Rdqronos|rdqronos]] 22:18, 3 July 2011 (UTC)&lt;br /&gt;
:::I'd just press those buttons, damn it's 20 seconds it's not like your whole life. But yea, screw up the LLB to enjoy (semi)software based DFU. --[[User:Qwertyoruiop|Qwertyoruiop]] 01:08, 5 July 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Disabling DFU ==&lt;br /&gt;
&lt;br /&gt;
As a general question, would it be possible for Apple to disable DFU mode completely with a software update? I know it would be possible to do it with refreshed hardware.&lt;br /&gt;
--[[User:Rdqronos|rdqronos]] 15:05, 26 September 2011 (MDT)&lt;br /&gt;
:No. This is in the bootrom to reinstall firmware even without any software installed. Without DFU Mode: How would Apple install the firmware the first time? And what would users do that have disconnected their phone in the middle of an update? I don't see any reason to remove this mode even in new hardware. -- [[User:Http|http]] 15:18, 26 September 2011 (MDT)&lt;br /&gt;
Updates are done in recovery mode. &lt;br /&gt;
&amp;quot;I know it would be possible to do it with refreshed hardware.&amp;quot; well if you know it to be possible without hardware being refresh doesn't that mean.. the only other options is via software update?. &lt;br /&gt;
&amp;quot;I don't see any reason to remove this mode even in new hardware.&amp;quot; i agree, its highly unlikely in my mind they will remove it, for at least in the next few years imho.&lt;br /&gt;
--[[User:Markcoker|Blue Skies]] 02:31, 27 September 2011 (MDT)&lt;br /&gt;
&lt;br /&gt;
== Recovery to DFU ==&lt;br /&gt;
I've been trying to get my program to make the iDevice go from Recovery to DFU. Any way I could do such a thing? Through uploading files? --[[User:Dylan Laws|Dylan Laws]] 20:11, 22 January 2012 (MST)&lt;br /&gt;
:: Could you please stop asking such questions?! If you can do it, do it, if you can't, leave it. And as far as I know you can't enter the real DFU Mode using a Computer, you always need to press buttons on the device. --[[User:Rud0lf77|rud0lf77]] 23:19, 22 January 2012 (MST)&lt;/div&gt;</summary>
		<author><name>Rud0lf77</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=Talk:TinyUmbrella&amp;diff=24102</id>
		<title>Talk:TinyUmbrella</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=Talk:TinyUmbrella&amp;diff=24102"/>
		<updated>2012-01-22T22:55:27Z</updated>

		<summary type="html">&lt;p&gt;Rud0lf77: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Didn't he used to support Linux? --[[User:JacobVengeance|JakeAnthraX]] 19:59, 7 May 2011 (UTC)&lt;br /&gt;
:Not that I know of. --[[User:Balloonhead66|Balloonhead66]] 21:56, 15 July 2011 (UTC)&lt;br /&gt;
:The JAR file is in the Mac .app file (right-click&amp;gt;show package contents), wouldn't that work (sortof) with Linux? --[[User:Rdqronos|rdqronos]] 20:02, 18 July 2011 (MDT)&lt;br /&gt;
&lt;br /&gt;
== Restore / downgrade iPad 2 GSM without baseband ==&lt;br /&gt;
Does anybody know details on how semaphore does a TSS downgrade of an [[K94ap|iPad 2 (GSM)]] firmware, without modifying the baseband and without running into a recovery loop? (see [http://cl.ly/2i151c3x1C3z3W2i0l0q this screenshot]) The latest TinyUmbrella release supports such downgrades and there is no bootrom exploit that would allow a kick out of recovery. I thought such a downgrade is possible by getting the [[SHSH]] from the local backup and the baseband SHSH from Apple (because of the nonce problem). As long as Apple signs the same baseband, even a baseband downgrade from an iOS5 beta baseband would be possible. Or, in the more common case, a complete restore from iOS 4.3.4 to 4.3.3 (including baseband). But TinyUmbrella doesn't even try to change the baseband, so his method must be totally different. He also twitted me &amp;quot;it is WAY more complicated&amp;quot;. Anybody knows more? --[[User:Http|http]] 06:13, 20 July 2011 (MDT)&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;br /&gt;
Where is the source of TinyUmbrella? --[[User:XiiiX|XiiiX]] 16:46, 14 August 2011 (MDT)&lt;br /&gt;
:Take the Mac (.PKG) file look at the contents. I am on Windows, so I extracted it to a SUB-dir and navigated to a file called &amp;lt;tt&amp;gt;Payload&amp;lt;/tt&amp;gt; and extracted that to get &amp;lt;tt&amp;gt;Payload~&amp;lt;/tt&amp;gt;.  Extracted that to get the app and then the .class files are just Java files that can be decompiled with any free Java decompiler. PS, I used 7-Zip for extraction... --[[User:Balloonhead66|Balloonhead66]] 20:10, 14 August 2011 (MDT)&lt;br /&gt;
&lt;br /&gt;
== Recovery ==&lt;br /&gt;
Does anybody know how TU puts the device into recovery mode? And how to go from recovery to DFU? --[[User:Dylan Laws|Dylan Laws]] 01:18, 22 January 2012 (MST)&lt;br /&gt;
::The iTunes MobileDevice Library has a function to put the device into Recovery Mode. --[[User:Rud0lf77|rud0lf77]] 08:36, 22 January 2012 (MST)&lt;br /&gt;
::: Do you know the command? --[[User:Dylan Laws|Dylan Laws]] 12:32, 22 January 2012 (MST)&lt;br /&gt;
::::Learn Java, decompile the Java scripts, examine. done :) --[[User:5urd|5urd]] 13:47, 22 January 2012 (MST)&lt;br /&gt;
:::: In the Headers of [[MobileDevice Library]] you can find: AMDeviceEnterRecovery , have fun with it. --[[User:Rud0lf77|rud0lf77]] 14:12, 22 January 2012 (MST)&lt;br /&gt;
::::: So, no execution with the DLL through CMD? --[[User:Dylan Laws|Dylan Laws]] 14:41, 22 January 2012 (MST)&lt;br /&gt;
::::: You can't execute DLLs, you have to get the MobileDevice Header, include it in your Application and then link against the dll. --[[User:Rud0lf77|rud0lf77]] 15:55, 22 January 2012 (MST)&lt;/div&gt;</summary>
		<author><name>Rud0lf77</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=Talk:TinyUmbrella&amp;diff=24100</id>
		<title>Talk:TinyUmbrella</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=Talk:TinyUmbrella&amp;diff=24100"/>
		<updated>2012-01-22T21:12:35Z</updated>

		<summary type="html">&lt;p&gt;Rud0lf77: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Didn't he used to support Linux? --[[User:JacobVengeance|JakeAnthraX]] 19:59, 7 May 2011 (UTC)&lt;br /&gt;
:Not that I know of. --[[User:Balloonhead66|Balloonhead66]] 21:56, 15 July 2011 (UTC)&lt;br /&gt;
:The JAR file is in the Mac .app file (right-click&amp;gt;show package contents), wouldn't that work (sortof) with Linux? --[[User:Rdqronos|rdqronos]] 20:02, 18 July 2011 (MDT)&lt;br /&gt;
&lt;br /&gt;
== Restore / downgrade iPad 2 GSM without baseband ==&lt;br /&gt;
Does anybody know details on how semaphore does a TSS downgrade of an [[K94ap|iPad 2 (GSM)]] firmware, without modifying the baseband and without running into a recovery loop? (see [http://cl.ly/2i151c3x1C3z3W2i0l0q this screenshot]) The latest TinyUmbrella release supports such downgrades and there is no bootrom exploit that would allow a kick out of recovery. I thought such a downgrade is possible by getting the [[SHSH]] from the local backup and the baseband SHSH from Apple (because of the nonce problem). As long as Apple signs the same baseband, even a baseband downgrade from an iOS5 beta baseband would be possible. Or, in the more common case, a complete restore from iOS 4.3.4 to 4.3.3 (including baseband). But TinyUmbrella doesn't even try to change the baseband, so his method must be totally different. He also twitted me &amp;quot;it is WAY more complicated&amp;quot;. Anybody knows more? --[[User:Http|http]] 06:13, 20 July 2011 (MDT)&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;br /&gt;
Where is the source of TinyUmbrella? --[[User:XiiiX|XiiiX]] 16:46, 14 August 2011 (MDT)&lt;br /&gt;
:Take the Mac (.PKG) file look at the contents. I am on Windows, so I extracted it to a SUB-dir and navigated to a file called &amp;lt;tt&amp;gt;Payload&amp;lt;/tt&amp;gt; and extracted that to get &amp;lt;tt&amp;gt;Payload~&amp;lt;/tt&amp;gt;.  Extracted that to get the app and then the .class files are just Java files that can be decompiled with any free Java decompiler. PS, I used 7-Zip for extraction... --[[User:Balloonhead66|Balloonhead66]] 20:10, 14 August 2011 (MDT)&lt;br /&gt;
&lt;br /&gt;
== Recovery ==&lt;br /&gt;
Does anybody know how TU puts the device into recovery mode? And how to go from recovery to DFU? --[[User:Dylan Laws|Dylan Laws]] 01:18, 22 January 2012 (MST)&lt;br /&gt;
::The iTunes MobileDevice Library has a function to put the device into Recovery Mode. --[[User:Rud0lf77|rud0lf77]] 08:36, 22 January 2012 (MST)&lt;br /&gt;
::: Do you know the command? --[[User:Dylan Laws|Dylan Laws]] 12:32, 22 January 2012 (MST)&lt;br /&gt;
::::Learn Java, decompile the Java scripts, examine. done :) --[[User:5urd|5urd]] 13:47, 22 January 2012 (MST)&lt;br /&gt;
:::: In the Headers of [[MobileDevice Library]] you can find: AMDeviceEnterRecovery , have fun with it. --[[User:Rud0lf77|rud0lf77]] 14:12, 22 January 2012 (MST)&lt;/div&gt;</summary>
		<author><name>Rud0lf77</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=Bluefreeze&amp;diff=24088</id>
		<title>Bluefreeze</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=Bluefreeze&amp;diff=24088"/>
		<updated>2012-01-22T15:49:24Z</updated>

		<summary type="html">&lt;p&gt;Rud0lf77: Added a alternative to do a &amp;quot;tethered downgrade&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[iFaith]] has a protection that you don't use it on the wrong firmware to protect you. '''Bluefreeze''', a tool written by a group called [[The Private Dev Team]], modifies the firmware version (and firmware checksum) in the iFaith certificate file, so that this check gets disabled. By doing so, you can install any firmware version on your device, even without having saved the [[SHSH]] files. The problem by doing so is that you actually install a firmware without signatures.&lt;br /&gt;
&lt;br /&gt;
Bluefreeze asks you to build and browse to two ipsw's one signed properly and one not signed. Then Bluefreeze swaps the properly signed img3 files in the properly signed firmware file with the incorrectly signed img3 files in the unsigned ipsw thus resulting in an ipsw file with properly signed img3 files. This firmware file is used for the downgrade.&lt;br /&gt;
&lt;br /&gt;
Having an incorrectly signed firmware installed won't let you boot of course. But because the limera1n exploit ignores incorrect signitures we can use the limera1n exploit (DFU mode, then using redsn0w) to boot up your device. The problem is only that you have to repeat this every time (similar to a tethered jailbreak), so it's not a downgrade you would want. This should be your last resort, and only if you absolutely need a downgrade.&lt;br /&gt;
 &lt;br /&gt;
This way a downgrade to [[iOS]] 4.3, 4.3.5, or 5.0 from 5.0.1 is possible. Supported devices are iPhone 3GS, iPod touch 3G, and all [[S5L8930|A4]] devices.&lt;br /&gt;
&lt;br /&gt;
One common misconception about this downgrade solution is that it may conflict with an untethered jailbreak. This is completely false. If proper exploits are used (anything but a userland one ex: Jailbreakme 3.0) and properly jailbroken this tethered downgrade would become an untethered downgrade.&lt;br /&gt;
&lt;br /&gt;
Another common misconception about this is that you can downgrade and use [[TinyUmbrella]] or [[iFaith]] to get a valid [[SHSH]] blob and use that to restore to that and be untethered. This is false also.&lt;br /&gt;
&lt;br /&gt;
== Purpose ==&lt;br /&gt;
With this method you can install a firmware for which you don't have [[SHSH]] saved for some tests, for examle if you're a software developer and need to do some tests on a specific version.&lt;br /&gt;
&lt;br /&gt;
== Alternative ==&lt;br /&gt;
A much easier way to do a &amp;quot;tethered downgrade&amp;quot; ( unsure if this still works ):&lt;br /&gt;
* 1. Patch ASR on the Ramdisk ( you can just create a custom IPSW and use that. )&lt;br /&gt;
* 2. Replace the Rootfs-DMG of the currently signed Firmware with the decrypted Rootfs-DMG of the older Firmware&lt;br /&gt;
* 3. After the Filesystem of the old Firmware is installed, use iRecovery and upload a pwned iBSS, iBEC and Kernel from the old Firmware&lt;br /&gt;
* 4. Send the device the &amp;quot;bootx&amp;quot;-Command using iRecovery.&lt;br /&gt;
* 5. Done! Remember your device will always need to boot tethered.&lt;br /&gt;
&lt;br /&gt;
== Download ==&lt;br /&gt;
* [http://www.mediafire.com/?9olh9qd8v1q4xm7 Windows]&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
* [https://github.com/ThePrivateDevTeam/Bluefreeze GitHub]&lt;br /&gt;
* [http://www.youtube.com/watch?v=UpZKxqLqK7A Guide]&lt;br /&gt;
* [http://bluefreeze.weebly.com/index.html Home Page]&lt;br /&gt;
&lt;br /&gt;
[[Category:GUI Tools]]&lt;/div&gt;</summary>
		<author><name>Rud0lf77</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=Talk:TinyUmbrella&amp;diff=24087</id>
		<title>Talk:TinyUmbrella</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=Talk:TinyUmbrella&amp;diff=24087"/>
		<updated>2012-01-22T15:36:37Z</updated>

		<summary type="html">&lt;p&gt;Rud0lf77: Again forgot to sign :p&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Didn't he used to support Linux? --[[User:JacobVengeance|JakeAnthraX]] 19:59, 7 May 2011 (UTC)&lt;br /&gt;
:Not that I know of. --[[User:Balloonhead66|Balloonhead66]] 21:56, 15 July 2011 (UTC)&lt;br /&gt;
:The JAR file is in the Mac .app file (right-click&amp;gt;show package contents), wouldn't that work (sortof) with Linux? --[[User:Rdqronos|rdqronos]] 20:02, 18 July 2011 (MDT)&lt;br /&gt;
&lt;br /&gt;
== Restore / downgrade iPad 2 GSM without baseband ==&lt;br /&gt;
Does anybody know details on how semaphore does a TSS downgrade of an [[K94ap|iPad 2 (GSM)]] firmware, without modifying the baseband and without running into a recovery loop? (see [http://cl.ly/2i151c3x1C3z3W2i0l0q this screenshot]) The latest TinyUmbrella release supports such downgrades and there is no bootrom exploit that would allow a kick out of recovery. I thought such a downgrade is possible by getting the [[SHSH]] from the local backup and the baseband SHSH from Apple (because of the nonce problem). As long as Apple signs the same baseband, even a baseband downgrade from an iOS5 beta baseband would be possible. Or, in the more common case, a complete restore from iOS 4.3.4 to 4.3.3 (including baseband). But TinyUmbrella doesn't even try to change the baseband, so his method must be totally different. He also twitted me &amp;quot;it is WAY more complicated&amp;quot;. Anybody knows more? --[[User:Http|http]] 06:13, 20 July 2011 (MDT)&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;br /&gt;
Where is teh source of TinyUmbrella? --[[User:XiiiX|XiiiX]] 16:46, 14 August 2011 (MDT)&lt;br /&gt;
:Take the Mac (.PKG) file look at the contents. I am on Windows, so I extracted it to a SUB-dir and navigated to a file called &amp;lt;tt&amp;gt;Payload&amp;lt;/tt&amp;gt; and extracted that to get &amp;lt;tt&amp;gt;Payload~&amp;lt;/tt&amp;gt;.  Extracted that to get the app and then the .class files are just Java files that can be decompiled with any free Java decompiler. PS, I used 7-Zip for extraction... --[[User:Balloonhead66|Balloonhead66]] 20:10, 14 August 2011 (MDT)&lt;br /&gt;
&lt;br /&gt;
== Recovery ==&lt;br /&gt;
Does anybody know how TU puts the device into recovery mode? And how to go from recovery to DFU? --[[User:Dylan Laws|Dylan Laws]] 01:18, 22 January 2012 (MST)&lt;br /&gt;
::The iTunes MobileDevice Library has a function to put the device into Recovery Mode. --[[User:Rud0lf77|rud0lf77]] 08:36, 22 January 2012 (MST)&lt;/div&gt;</summary>
		<author><name>Rud0lf77</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=Talk:TinyUmbrella&amp;diff=24086</id>
		<title>Talk:TinyUmbrella</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=Talk:TinyUmbrella&amp;diff=24086"/>
		<updated>2012-01-22T15:36:00Z</updated>

		<summary type="html">&lt;p&gt;Rud0lf77: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Didn't he used to support Linux? --[[User:JacobVengeance|JakeAnthraX]] 19:59, 7 May 2011 (UTC)&lt;br /&gt;
:Not that I know of. --[[User:Balloonhead66|Balloonhead66]] 21:56, 15 July 2011 (UTC)&lt;br /&gt;
:The JAR file is in the Mac .app file (right-click&amp;gt;show package contents), wouldn't that work (sortof) with Linux? --[[User:Rdqronos|rdqronos]] 20:02, 18 July 2011 (MDT)&lt;br /&gt;
&lt;br /&gt;
== Restore / downgrade iPad 2 GSM without baseband ==&lt;br /&gt;
Does anybody know details on how semaphore does a TSS downgrade of an [[K94ap|iPad 2 (GSM)]] firmware, without modifying the baseband and without running into a recovery loop? (see [http://cl.ly/2i151c3x1C3z3W2i0l0q this screenshot]) The latest TinyUmbrella release supports such downgrades and there is no bootrom exploit that would allow a kick out of recovery. I thought such a downgrade is possible by getting the [[SHSH]] from the local backup and the baseband SHSH from Apple (because of the nonce problem). As long as Apple signs the same baseband, even a baseband downgrade from an iOS5 beta baseband would be possible. Or, in the more common case, a complete restore from iOS 4.3.4 to 4.3.3 (including baseband). But TinyUmbrella doesn't even try to change the baseband, so his method must be totally different. He also twitted me &amp;quot;it is WAY more complicated&amp;quot;. Anybody knows more? --[[User:Http|http]] 06:13, 20 July 2011 (MDT)&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;br /&gt;
Where is teh source of TinyUmbrella? --[[User:XiiiX|XiiiX]] 16:46, 14 August 2011 (MDT)&lt;br /&gt;
:Take the Mac (.PKG) file look at the contents. I am on Windows, so I extracted it to a SUB-dir and navigated to a file called &amp;lt;tt&amp;gt;Payload&amp;lt;/tt&amp;gt; and extracted that to get &amp;lt;tt&amp;gt;Payload~&amp;lt;/tt&amp;gt;.  Extracted that to get the app and then the .class files are just Java files that can be decompiled with any free Java decompiler. PS, I used 7-Zip for extraction... --[[User:Balloonhead66|Balloonhead66]] 20:10, 14 August 2011 (MDT)&lt;br /&gt;
&lt;br /&gt;
== Recovery ==&lt;br /&gt;
Does anybody know how TU puts the device into recovery mode? And how to go from recovery to DFU? --[[User:Dylan Laws|Dylan Laws]] 01:18, 22 January 2012 (MST)&lt;br /&gt;
::The iTunes MobileDevice Library has a function to put the device into Recovery Mode.&lt;/div&gt;</summary>
		<author><name>Rud0lf77</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=PwnageTool&amp;diff=23902</id>
		<title>PwnageTool</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=PwnageTool&amp;diff=23902"/>
		<updated>2012-01-16T19:29:58Z</updated>

		<summary type="html">&lt;p&gt;Rud0lf77: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''PwnageTool''' is an [[iOS]] [[jailbreak]] tool for Mac OS X that jailbreaks by creating a custom [[IPSW File Format|IPSW]]. You are allowed to change boot logos and add pre-installed packages to the IPSW. After an IPSW is created you can use it for restore using [[iTunes]].&lt;br /&gt;
&lt;br /&gt;
==Exploits Used==&lt;br /&gt;
===Version 4.0===&lt;br /&gt;
* Bootrom exploit (used by [[limera1n]] and [[Greenpois0n (jailbreak)|greenpois0n]])&lt;br /&gt;
&lt;br /&gt;
===Version 2.0===&lt;br /&gt;
* [[Pwnage 2.0]]&lt;br /&gt;
* [[Pwnage]]&lt;br /&gt;
&lt;br /&gt;
===Version 1.0===&lt;br /&gt;
* [[Pwnage]]&lt;br /&gt;
* [[Ramdisk Hack]]&lt;br /&gt;
&lt;br /&gt;
== Models Supported ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Model&lt;br /&gt;
! Since&lt;br /&gt;
|-&lt;br /&gt;
| [[N82ap|iPhone 3G]]&lt;br /&gt;
| July 19, 2008&lt;br /&gt;
|-&lt;br /&gt;
| [[N45ap|iPod touch 3GS]]&lt;br /&gt;
| Oct. 2, 2009&lt;br /&gt;
|-&lt;br /&gt;
| [[N90ap|iPhone 4]]&lt;br /&gt;
| Oct. 20, 2010&lt;br /&gt;
|-&lt;br /&gt;
| [[N18ap|iPod touch 3G]]&lt;br /&gt;
| Oct. 20, 2010&lt;br /&gt;
|-&lt;br /&gt;
| [[N81ap|iPod touch 4G]]&lt;br /&gt;
| Oct. 20, 2010&lt;br /&gt;
|-&lt;br /&gt;
| [[K48ap|iPad 1G]]&lt;br /&gt;
| Oct. 20, 2010&lt;br /&gt;
|-&lt;br /&gt;
| [[K66ap|Apple TV 2G]]&lt;br /&gt;
| Oct. 20, 2010&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
Please note that the [[iPad 2]] and the [[iPhone 4S]] are not yet supported, as there is no publicly available bootrom exploit (like [[Pwnage]], [[Pwnage 2.0]], [[limera1n]]) for the A5-Processor. &lt;br /&gt;
&lt;br /&gt;
==Versions==&lt;br /&gt;
&lt;br /&gt;
PwnageTool was released April 3, 2008 but largely unused until version 2.0 was released July 19, 2008.&lt;br /&gt;
The following versions that are shown here are not beta, alpha, or in development. &lt;br /&gt;
&lt;br /&gt;
===1.x: First release of PwnageTool===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;100%&amp;quot; style=&amp;quot;font-size:smaller;border-collapse:collapse;&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#E9E9E9;text-align:center;width:50px;&amp;quot; | Version&lt;br /&gt;
! style=&amp;quot;background-color:#E9E9E9;text-align:center;width:65px;&amp;quot; | Release date&lt;br /&gt;
! style=&amp;quot;background-color:#E9E9E9;text-align:center;&amp;quot; | Features&lt;br /&gt;
|-&lt;br /&gt;
! 1.1.4&lt;br /&gt;
| style=&amp;quot;white-space: nowrap;&amp;quot; | April 3, 2008&lt;br /&gt;
|&lt;br /&gt;
* Initial release&lt;br /&gt;
* Jailbreaks 1.1.4 firmware&lt;br /&gt;
* Supports iPod touch 1G and iPhone 2G.&lt;br /&gt;
* Add [[BootNeuter]] in the IPSW to unlock iPhone 2G.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===2.x: Second major release of Pwnagetool===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;100%&amp;quot; style=&amp;quot;font-size:smaller;border-collapse:collapse;&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#E9E9E9;text-align:center;width:50px;&amp;quot; | Version&lt;br /&gt;
! style=&amp;quot;background-color:#E9E9E9;text-align:center;width:65px;&amp;quot; | Release date&lt;br /&gt;
! style=&amp;quot;background-color:#E9E9E9;text-align:center;&amp;quot; | Features&lt;br /&gt;
|-&lt;br /&gt;
! 2.0&lt;br /&gt;
| style=&amp;quot;white-space: nowrap;&amp;quot; | Jul 19, 2008&lt;br /&gt;
|&lt;br /&gt;
* Added iPhone 3G support [http://www.engadget.com/2008/07/19/iphone-dev-team-unleashes-pwnage-tool-2-0/]&lt;br /&gt;
* Jailbreaks 2.0 Firmware&lt;br /&gt;
* Change boot logos&lt;br /&gt;
* Adds Cydia by default&lt;br /&gt;
|-&lt;br /&gt;
! 2.0.1&lt;br /&gt;
| style=&amp;quot;white-space: nowrap;&amp;quot; | Aug 4, 2008&lt;br /&gt;
|&lt;br /&gt;
* Jailbreaks 2.0.1 firmware&lt;br /&gt;
* Works for 2.0 and 2.0.1.&lt;br /&gt;
|-&lt;br /&gt;
! 2.0.2&lt;br /&gt;
| style=&amp;quot;white-space: nowrap;&amp;quot; | Aug 21, 2008&lt;br /&gt;
|&lt;br /&gt;
* Jailbreaks 2.0.2 firmware [http://www.iphonehacks.com/2008/08/pwnage-tool-202.html]&lt;br /&gt;
* Works for 2.0, 2.0.1, and 2.0.2.&lt;br /&gt;
* Bug fixes - for when it doesn't go to the next page when you click on something.&lt;br /&gt;
|-&lt;br /&gt;
! 2.0.3&lt;br /&gt;
| style=&amp;quot;white-space: nowrap;&amp;quot; | Aug 25, 2008&lt;br /&gt;
|&lt;br /&gt;
* Jailbreaks 2.0.2 firmware&lt;br /&gt;
* Works for 2.0, 2.0.1, and 2.0.2.&lt;br /&gt;
|-&lt;br /&gt;
! 2.1&lt;br /&gt;
| style=&amp;quot;white-space: nowrap;&amp;quot; | Sep 13, 2008&lt;br /&gt;
|&lt;br /&gt;
* Jailbreaks 2.1 firmware&lt;br /&gt;
* Removed backwards compatibility&lt;br /&gt;
* Download packages from a valid Cydia source, and add them onto your custom IPSW.&lt;br /&gt;
|-&lt;br /&gt;
! 2.2&lt;br /&gt;
| style=&amp;quot;white-space: nowrap;&amp;quot; | Nov 21, 2008&lt;br /&gt;
|&lt;br /&gt;
* Jailbreaks 2.2 firmware&lt;br /&gt;
|-&lt;br /&gt;
! 2.2.5&lt;br /&gt;
| style=&amp;quot;white-space: nowrap;&amp;quot; | Jan 30, 2009&lt;br /&gt;
|&lt;br /&gt;
* Jailbreaks 2.2.1&lt;br /&gt;
* Not updated by [[iPhone Dev Team]] but made official.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===3.x: Third Major Release of PwnageTool===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;100%&amp;quot; style=&amp;quot;font-size:smaller;border-collapse:collapse;&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#E9E9E9;text-align:center;width:50px;&amp;quot; | Version&lt;br /&gt;
! style=&amp;quot;background-color:#E9E9E9;text-align:center;width:65px;&amp;quot; | Release date&lt;br /&gt;
! style=&amp;quot;background-color:#E9E9E9;text-align:center;&amp;quot; | Features&lt;br /&gt;
|-&lt;br /&gt;
! 3.0&lt;br /&gt;
| style=&amp;quot;white-space: nowrap;&amp;quot; | Jun 19, 2009&lt;br /&gt;
|&lt;br /&gt;
* Jailbreaks 3.0 firmware&lt;br /&gt;
* DFU mode instructions included&lt;br /&gt;
|-&lt;br /&gt;
! 3.1&lt;br /&gt;
| style=&amp;quot;white-space: nowrap;&amp;quot; | Sep 15, 2009&lt;br /&gt;
| |&lt;br /&gt;
* Jailbreaks 3.1 firmware for iPhone 2G and 3G&lt;br /&gt;
* Jailbreaks 3.1.1 firmware for iPod touch 1G&lt;br /&gt;
|-&lt;br /&gt;
! 3.1.3&lt;br /&gt;
| style=&amp;quot;white-space: nowrap;&amp;quot; | Oct 2, 2009&lt;br /&gt;
|&lt;br /&gt;
* Support for iPhone 3GS with [[iBoot-359.3]] bootrom and iPod touch 2G with [[iBoot-240.4]] bootrom (these devices need to be pwned from 3.0/3.0.1)&lt;br /&gt;
|-&lt;br /&gt;
! 3.1.4&lt;br /&gt;
| style=&amp;quot;white-space: nowrap;&amp;quot; | Oct 13, 2009&lt;br /&gt;
| |&lt;br /&gt;
* Jailbreaks 3.1.2 firmware for iPhone 2G, 3G, 3GS with [[iBoot-359.3]] bootrom, iPod touch 1G, iPod touch 2G with [[iBoot-240.4]] bootrom&lt;br /&gt;
* iPod touch 3G not supported.&lt;br /&gt;
|-&lt;br /&gt;
! 3.1.5&lt;br /&gt;
| style=&amp;quot;white-space: nowrap;&amp;quot; | Feb 7, 2010&lt;br /&gt;
|&lt;br /&gt;
* Jailbreaks 3.1.3 firmware for devices supported in 3.1.4.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== 4.x: Fourth Major Release of PwnageTool ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;100%&amp;quot; style=&amp;quot;font-size:smaller;border-collapse:collapse;&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#E9E9E9;text-align:center;width:50px;&amp;quot; | Version&lt;br /&gt;
! style=&amp;quot;background-color:#E9E9E9;text-align:center;width:65px;&amp;quot; | Release date&lt;br /&gt;
! style=&amp;quot;background-color:#E9E9E9;text-align:center;&amp;quot; | Features&lt;br /&gt;
|-&lt;br /&gt;
! 4.0&lt;br /&gt;
| style=&amp;quot;white-space: nowrap;&amp;quot; | Jun 22, 2010&lt;br /&gt;
|&lt;br /&gt;
* Jailbreaks iOS 4.0 for devices supported in 3.1.4.&lt;br /&gt;
|-&lt;br /&gt;
! 4.01&lt;br /&gt;
| style=&amp;quot;white-space: nowrap;&amp;quot; | Jun 23, 2010&lt;br /&gt;
|&lt;br /&gt;
* Fixes iBooks issue.&lt;br /&gt;
|-&lt;br /&gt;
! 4.1&lt;br /&gt;
| style=&amp;quot;white-space: nowrap;&amp;quot; | Oct 20, 2010&lt;br /&gt;
|&lt;br /&gt;
* Jailbreaks iOS 4.1 for [[K66ap|Apple TV 2G]], [[K48ap|iPad 1G]], [[N82ap|iPhone 3G]], [[N88ap|iPhone 3GS]] (both bootroms), [[N90ap|iPhone 4]], [[N18ap|iPod touch 3G]], and [[N81ap|iPod touch 4G]].&lt;br /&gt;
|-&lt;br /&gt;
! 4.1.1&lt;br /&gt;
| style=&amp;quot;white-space: nowrap;&amp;quot; | Oct 22, 2010&lt;br /&gt;
|&lt;br /&gt;
* Fixes issues with Leopard.&lt;br /&gt;
|-&lt;br /&gt;
! 4.1.2&lt;br /&gt;
| style=&amp;quot;white-space: nowrap;&amp;quot; | Oct 22, 2010&lt;br /&gt;
|&lt;br /&gt;
* Fixes more issues with Leopard.&lt;br /&gt;
|-&lt;br /&gt;
! 4.1.3&lt;br /&gt;
| style=&amp;quot;white-space: nowrap;&amp;quot; | Nov 28, 2010&lt;br /&gt;
|&lt;br /&gt;
* Enables installing the [[06.15.00]] baseband on the [[n82ap|iPhone 3G]] and [[n88ap|iPhone 3GS]]&lt;br /&gt;
|-&lt;br /&gt;
! 4.2&lt;br /&gt;
| style=&amp;quot;white-space: nowrap;&amp;quot; | Feb 15, 2010&lt;br /&gt;
|&lt;br /&gt;
* Support for iOS 4.2.1 on every device that is compatible, except for the [[n72ap|iPod touch 2G]].&lt;br /&gt;
|-&lt;br /&gt;
! 4.3&lt;br /&gt;
| style=&amp;quot;white-space: nowrap;&amp;quot; | Apr 3, 2011&lt;br /&gt;
|&lt;br /&gt;
* Support for iOS 4.3.1 on every device that is compatible, except for the [[iPad 2]].&lt;br /&gt;
|-&lt;br /&gt;
! 4.3.2&lt;br /&gt;
| style=&amp;quot;white-space: nowrap;&amp;quot; | Apr 24, 2011&lt;br /&gt;
|&lt;br /&gt;
* Support for iOS 4.3.2 on every device that is compatible, except for the [[iPad 2]].&lt;br /&gt;
|-&lt;br /&gt;
! 4.3.3&lt;br /&gt;
| style=&amp;quot;white-space: nowrap;&amp;quot; | May 6, 2011&lt;br /&gt;
|&lt;br /&gt;
* Support for iOS 4.3.3 on every device that is compatible, except for the [[iPad 2]].&lt;br /&gt;
|-&lt;br /&gt;
! 4.3.3.1&lt;br /&gt;
| style=&amp;quot;white-space: nowrap;&amp;quot; | May 8, 2011&lt;br /&gt;
|&lt;br /&gt;
* includes a fix for the iPhone 3GS / iPhone 4 side switch vibration issue (only for 4.3.3)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== 5.x: Fifth Major Release of PwnageTool ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;100%&amp;quot; style=&amp;quot;font-size:smaller;border-collapse:collapse;&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#E9E9E9;text-align:center;width:50px;&amp;quot; | Version&lt;br /&gt;
! style=&amp;quot;background-color:#E9E9E9;text-align:center;width:65px;&amp;quot; | Release date&lt;br /&gt;
! style=&amp;quot;background-color:#E9E9E9;text-align:center;&amp;quot; | Features&lt;br /&gt;
|-&lt;br /&gt;
! 5.0.1&lt;br /&gt;
| style=&amp;quot;white-space: nowrap;&amp;quot; | Dec 27, 2011&lt;br /&gt;
|&lt;br /&gt;
* Jailbreaks iOS 5.0.1 for non-[[S5L8940|A5]] devices.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Creating the Firmware==&lt;br /&gt;
PwnageTool takes the IPSW file and patches it, creating a custom version. This enables a lot more features such as pre-installed packages, [[BootNeuter]] ([[M68ap|iPhone]] software unlock), custom packages and boot logos. This method is usually less secure than the quick exploits such ([[redsn0w]], [[QuickPwn]], [[purplera1n]], [[blackra1n]], etc.).&lt;br /&gt;
&lt;br /&gt;
==How to create Custom Firmware Bundles==&lt;br /&gt;
{{main|Making PwnageTool Bundles}}&lt;br /&gt;
&lt;br /&gt;
==Problems==&lt;br /&gt;
This method does have negative aspects. The most common errors are the [[ITunes Errors#Errors 16xx|16xx range of errors]], which mean that the either the firmware file is corrupt or you didn't put it in the right mode (Recovery, DFU Mode). Sometimes the problems could just be a computer problem such as the memory is full or the USB port is broken. The most common error is [[ITunes Errors#Error 1604|Error 1604]] which means that the firmware file is corrupted.&lt;br /&gt;
&lt;br /&gt;
==Windows==&lt;br /&gt;
PwnageTool is expected to remain exclusive to Mac OS X. As of October 2009, [[User:ih8sn0w|iH8sn0w]], et. al. has announced that they made a project that will bring PwnageTool's functionality to Windows, called [[sn0wbreeze]]. [http://ih8sn0w.com/]&lt;br /&gt;
&lt;br /&gt;
== License ==&lt;br /&gt;
PwnageTool is freeware.&lt;br /&gt;
&lt;br /&gt;
[[Category:Hacking Software]]&lt;br /&gt;
[[Category:GUI Tools]]&lt;/div&gt;</summary>
		<author><name>Rud0lf77</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=Talk:Corona&amp;diff=23896</id>
		<title>Talk:Corona</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=Talk:Corona&amp;diff=23896"/>
		<updated>2012-01-16T18:21:04Z</updated>

		<summary type="html">&lt;p&gt;Rud0lf77: Forgot to sign. Sorry.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Who says the latest sandbox fixes are from Saffron? --[[User:Beej|beej]] 10:39, 16 January 2012 (MST)&lt;br /&gt;
:Sorry, forgot to reference the source, [https://twitter.com/MuscleNerd/status/158771869749751808 MuscleNerd tweeted about it]. [[User:thekirbylover|&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;the&amp;lt;/span&amp;gt;]][[User talk:thekirbylover|&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;kirby&amp;lt;/span&amp;gt;]][[Special:Contributions/thekirbylover|&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;lover&amp;lt;/span&amp;gt;]] 10:49, 16 January 2012 (MST)&lt;br /&gt;
::What does that tweet have to do with Saffron? --[[User:Beej|beej]] 11:16, 16 January 2012 (MST)&lt;br /&gt;
:::Not much, but on [[User:Pod2g|pod2g's]] you can read that the sandbox patches of [[User:Comex|comex]] were integrated into Corona, so maybe we should change &amp;quot;sandbox patches from Saffron&amp;quot; to &amp;quot;sandbox patches from comex&amp;quot; --[[User:Rud0lf77|rud0lf77]] 11:21, 16 January 2012 (MST)&lt;/div&gt;</summary>
		<author><name>Rud0lf77</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=Talk:Corona&amp;diff=23895</id>
		<title>Talk:Corona</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=Talk:Corona&amp;diff=23895"/>
		<updated>2012-01-16T18:20:16Z</updated>

		<summary type="html">&lt;p&gt;Rud0lf77: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Who says the latest sandbox fixes are from Saffron? --[[User:Beej|beej]] 10:39, 16 January 2012 (MST)&lt;br /&gt;
:Sorry, forgot to reference the source, [https://twitter.com/MuscleNerd/status/158771869749751808 MuscleNerd tweeted about it]. [[User:thekirbylover|&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;the&amp;lt;/span&amp;gt;]][[User talk:thekirbylover|&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;kirby&amp;lt;/span&amp;gt;]][[Special:Contributions/thekirbylover|&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;lover&amp;lt;/span&amp;gt;]] 10:49, 16 January 2012 (MST)&lt;br /&gt;
::What does that tweet have to do with Saffron? --[[User:Beej|beej]] 11:16, 16 January 2012 (MST)&lt;br /&gt;
:::Not much, but on [[User:Pod2g|pod2g's]] you can read that the sandbox patches of [[User:Comex|comex]] were integrated into Corona, so maybe we should change &amp;quot;sandbox patches from Saffron&amp;quot; to &amp;quot;sandbox patches from comex&amp;quot;&lt;/div&gt;</summary>
		<author><name>Rud0lf77</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=IPhone_Configuration_Utility&amp;diff=23885</id>
		<title>IPhone Configuration Utility</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=IPhone_Configuration_Utility&amp;diff=23885"/>
		<updated>2012-01-16T14:57:48Z</updated>

		<summary type="html">&lt;p&gt;Rud0lf77: Changed the link to the latest version. (old link doesn't exist anymore)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:iPhone Configuration Utility}}[[Image:IPCU_icon.png|right|thumb|150px|iPCU icon.]]&lt;br /&gt;
iPhone Configuration Utility (iPCU) is a tool for managing [[IPad|iPads]], [[IPhone|iPhones]] and [[IPod_touch|iPod touches]] in corporate environments. It offers the following features:&lt;br /&gt;
&lt;br /&gt;
* Creating, editing and installing [[configuration profile|configuration profiles]]&lt;br /&gt;
* Installing [[provisioning profile|provisioning profiles]]&lt;br /&gt;
* Installing unpacked .app bundles (without IPA container)&lt;br /&gt;
* Viewing [[System Log|syslog]] of the connected device&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Configuration Profiles==&lt;br /&gt;
Configuration profile is a set of restrictions and/or settings that allow the device to work with corporate infrastructure and conform to the established IT policy. It can include email and Exchange accounts, Wi-Fi settings, digital certificates, passcode lock and password complexity requirements, etc.&lt;br /&gt;
&lt;br /&gt;
For normal folks a feature of interest might be the ability to set custom APN (if their [[carrier bundle]] doesn't allow it to be changed in Settings) and configure proxy for cellular data. This may be necessary to get internet access on certain carriers without data plan.&lt;br /&gt;
&lt;br /&gt;
Historically, configuration profiles were used by sites such as [http://help.benm.at help.benm.at] to enable tethering on carriers which did not support it officially.&lt;br /&gt;
&lt;br /&gt;
==Certificate Installation==&lt;br /&gt;
On first launch iPCU creates a self-signed certificate in the Mac OS X keychain or Windows certificate store (run certmgr.msc and navigate to &amp;quot;ipcu&amp;quot; to view it). This certificate is then silently installed onto any iDevice that is connected to iPCU, and cannot be removed.&lt;br /&gt;
Configuration profiles that are subsequently installed are signed with this certificate, which allows iDevices to validate profile authenticity.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Resources==&lt;br /&gt;
*[http://support.apple.com/kb/DL851 Download for Mac OS X]&lt;br /&gt;
*[http://support.apple.com/downloads/iPhone_Configuration_Utility_3_4_for_Windows Download for Windows]&lt;/div&gt;</summary>
		<author><name>Rud0lf77</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=Talk:Ramdisk&amp;diff=23884</id>
		<title>Talk:Ramdisk</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=Talk:Ramdisk&amp;diff=23884"/>
		<updated>2012-01-16T14:22:07Z</updated>

		<summary type="html">&lt;p&gt;Rud0lf77: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Compression in 3.x ==&lt;br /&gt;
I'm sure you guys are getting to posting it (well, maybe not, because you may want to keep something secret), but how would one go about decompressing a decrypted ramdisk?&lt;br /&gt;
I tried using a decrypted b2 ramdisk with genpass just to realize that it was still compressed, so I kept getting incorrect keys.&lt;br /&gt;
:snow leopard --[[User:ChronicDev|ChronicDev]] 02:01, 6 April 2009 (UTC)&lt;br /&gt;
::snow leopard is the only way? :( --[[User:Cool name|Cool name]] 02:03, 6 April 2009 (UTC)&lt;br /&gt;
:::yea, either snow leopard, running [[GenPass]] on a already jailbroken [[iPhone]] 3.0b2, or adding the new compression to xpwn. take your pick =P --[[User:Posixninja|posixninja]] 06:31, 6 April 2009 (UTC)&lt;br /&gt;
::::Well, adding it to XPwn will come eventually, but what do you mean by running genpass on a jailbroken phone? Using hfs tools on the phone to extract the ramdisk (since they must understand the compression) and rebuilding the ramdisk? --[[User:James|James]] 07:17, 6 April 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Custom Ramdisk ==&lt;br /&gt;
I know I've brought this up before, I've kinda gotten most of it down, but on a ramdisk for a jailbreak what files are usually in the DMG? I've made one but don't have the correct file placed in the DMG. If you know please help me out. Thanks --[[User:Dylan Laws|Dylan Laws]] 02:36, 16 January 2012 (MST)&lt;br /&gt;
:I think I could help ya, iMessage me at rud0lf77@me.com for any questions related to jailbreaking. --[[User:Rud0lf77|rud0lf77]] 07:22, 16 January 2012 (MST)&lt;/div&gt;</summary>
		<author><name>Rud0lf77</name></author>
		
	</entry>
</feed>