Difference between revisions of "F0recast"

From The iPhone Wiki
Jump to: navigation, search
(Download)
(What is f0recast?: Typo fix.)
 
(20 intermediate revisions by 8 users not shown)
Line 1: Line 1:
  +
{{lowercase}}
{{DISPLAYTITLE:f0recast}}
 
 
== What is f0recast? ==
 
== What is f0recast? ==
An application created by [[User:ih8sn0w|iH8sn0w]]. He created a simple application that uses Manzana to tap into [[MobileDevice Library]] inside of: C:\Program Files\Common Files\Apple\Mobile Device Support\bin\iTunesMobileDevice.dll
+
'''f0recast''' is an application created by [[User:ih8sn0w|iH8sn0w]]. He created a simple application to tap into [[MobileDevice Library]] inside of: C:\Program Files\Common Files\Apple\Mobile Device Support\bin\iTunesMobileDevice.dll
   
 
'''It grabs these functions when an iDevice is connected:'''
 
'''It grabs these functions when an iDevice is connected:'''
Line 9: Line 9:
 
* Model
 
* Model
 
* ProductType
 
* ProductType
  +
* SHSH on [[Cydia Server]]
   
 
== How does it determine if its [[unlock]]able? ==
 
== How does it determine if its [[unlock]]able? ==
Line 14: Line 15:
   
 
== How does it determine if it's restricted to a [[tethered jailbreak]]? ==
 
== How does it determine if it's restricted to a [[tethered jailbreak]]? ==
  +
f0recast checks the built-in database of firmwares which are tethered and untethered.
===[[iPhone]]===
 
* When the iPhone is inserted, it first checks to see the Product type. If any device but an [[N88ap|iPhone 3GS]] is connected, it is immediately determined to be untethered. It checks the 3rd, 4th & 5th digit of the Serial #.
 
* If the 3 digits are below 940, it is determined to be untethered. If it is above, then it tells the owner that it could be tethered.
 
*(f0recast cannot fully tell you whether it is a [[tethered jailbreak]] because tons of refurbimshed models still contain the [[iBoot-359.3|old bootrom]].
 
* The only way of determining if it's limited to a [[tethered jailbreak]] is entering [[DFU Mode]] to check the [[bootrom]] version. If it contains (.2) at the end (e.g [[iBoot-359.3.2]] = Tethered). f0recast doesn't implement this is because LibUSB is required to check this.
 
* The reason LibUSB is not a smart decision is because it would cause an issue with 64-bit editions of Windows. Therefore, it can only tell you if it is [[untethered]] or if it may be tethered.
 
 
===[[iPod touch]]===
 
* When the iPod touch is connected, f0recast only focuses on the model. If it sees that the model is either MA/MB/PB, then it will be untethered. If it is anything above, such as: MC/PC, then it will be tethered.
 
 
 
   
 
== License ==
 
== License ==
  +
Freeware.
f0recast is freeware.
 
   
 
== Resources ==
 
== Resources ==
 
[http://ih8sn0w.com/index.php/products/view/f0recast.snow Download f0recast]
 
[http://ih8sn0w.com/index.php/products/view/f0recast.snow Download f0recast]
   
  +
[[Category:GUI Tools]]
[http://github.com/sn0wra1n Download Open-Source Version of f0recast by sn0wra1n]
 

Latest revision as of 16:34, 3 October 2014

What is f0recast?

f0recast is an application created by iH8sn0w. He created a simple application to tap into MobileDevice Library inside of: C:\Program Files\Common Files\Apple\Mobile Device Support\bin\iTunesMobileDevice.dll

It grabs these functions when an iDevice is connected:

How does it determine if its unlockable?

When f0recast grabs the baseband version, it checks the version against a built-in database to determine whether it is unlockable or not.

How does it determine if it's restricted to a tethered jailbreak?

f0recast checks the built-in database of firmwares which are tethered and untethered.

License

Freeware.

Resources

Download f0recast