Difference between revisions of "Recovery Mode Controller"

From The iPhone Wiki
Jump to: navigation, search
(Backends)
m (Backends)
Line 3: Line 3:
 
== Backends ==
 
== Backends ==
 
Recovery Mode Controller, though created in VB.Net uses other open source tools to enter and exit recovery mode. These are:
 
Recovery Mode Controller, though created in VB.Net uses other open source tools to enter and exit recovery mode. These are:
iPHUCWin32 uses iTunesMobileDevice to run AMDeviceEnterRecovery
+
iPHUCWin32 uses iTunesMobileDevice to run AMDeviceEnterRecovery
iTunnel by [[user:msftguy msftguy]] for exiting (AMRecoveryDeviceSetAutoBoot)
+
iTunnel by [[user:msftguy msftguy]] for exiting (AMRecoveryDeviceSetAutoBoot)
iRecovery and libUSB should iTunnel fail (iTunnel method is still in beta)
+
iRecovery and libUSB should iTunnel fail (iTunnel method is still in beta)

Revision as of 17:18, 25 August 2010

Recovery Mode Controller is a program created by blackthund3r to assist people with getting iPhone or iPod touch into recovery mode and out again.

Backends

Recovery Mode Controller, though created in VB.Net uses other open source tools to enter and exit recovery mode. These are:

   iPHUCWin32 uses iTunesMobileDevice to run AMDeviceEnterRecovery
   iTunnel by user:msftguy msftguy for exiting (AMRecoveryDeviceSetAutoBoot)
   iRecovery and libUSB should iTunnel fail (iTunnel method is still in beta)