Subscribe to RSS Feed


Posts Tagged ‘ design ’




With internet tethering enabled you can use iPhone internet connection on you desktop or notebook. Here is a quick tutorial for experienced users. For everybody else – just wait for the new version of PwnageTool or some other utility.

Here it is:

A bsdiff patch to apply to CommCenter in 3.1.2 to re-enable tethering is available here for the 3GS and here for the 3G. It’s just a 2-byte patch as shown below (and an appropriate readjusting of the mach-o’s codesign hash):

USE THIS AT YOUR OWN RISK! Your carrier may end up charging you for unauthorized tethering access.

Update #1 It looks like a lot of people have been looking at CommCenter lately because IRC user CleanAir had a similar tethering patch. Meanwhile over in the 2G CommCenter, WhiteRat and geniusan have patched in native MMS support for that platform. Kudos to CleanAir, WhiteRat, and geniusan for digging into CommCenter and coming up with patches!

Update #2 A few tutorials have started to pop up. Eventually this will be made a part of the normal PwnageTool flow but for now this is best left for the adventurous users out there!

sub_17538+74 4B F0 58 F8 BL validate_signature
sub_17538+74
sub_17538+78 30 B1 CBZ R0, FAIL ; <— PATCH THIS TO 00 20 (MOV R0,#0)
sub_17538+78
sub_17538+7A 05 20 MOVS R0, #5 ; int
sub_17538+7C 1C 49 LDR R1, =aValidatedWirel ; “Validated wireless modem connection wit”…
sub_17538+7E 02 9A LDR R2,
sub_17538+80 7E F0 00 ED BLX _syslog
sub_17538+80
sub_17538+84
sub_17538+84 loc_175BC ; CODE XREF: sub_17538+70j
sub_17538+84 02 9C LDR R4,
sub_17538+86 05 E0 B loc_175CC
sub_17538+86
sub_17538+88 ; —————————————————————————
sub_17538+88
sub_17538+88 FAIL ; CODE XREF: sub_17538+78j
sub_17538+88 05 20 MOVS R0, #5 ; int
sub_17538+8A 1A 49 LDR R1, =aCouldNotValida ; “Could not validate wireless modem conne”…
sub_17538+8C 7E F0 FA EC BLX _syslog
sub_17538+8C
bsdiff patches are the normal way that PwnageTool modifies Apple software. To apply one manually, you must first get the “bspatch” program. Then do:
bspatch CommCenter CommCenter-hacked CommCenter.patch
If you don’t have bsdiff but know how to use a hex editor, the differences are available here in text format.

The correct SHA1 of the hacked file will be:
1b19712035f33654cf72838ebe1a2033931b56b2 # 3GS
063165c3fa3e21d30eb4b486fab924ba3ef0ea5e # 3G
You would then remove the original program and replace it. Don’t forget to ensure it has execute permission!
chmod +x /System/Library/PrivateFrameworks/CoreTelephony.framework/Support/CommCenter
After you’ve started using the hacked CommCenter, visit http://www.benm.at/help/help.php from your iPhone and install a new mobileconfig.

via wikee.iphwn.org


Read the rest of this entry »


Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

No Comments

QuickPwn, PwnageTool and WinPwn

September 8, 2008 by admin



QuickPwn, PwnageTool and WinPwn

There are so many tools, some for Mac OS, others for Windows, different versions… Complicated. So let’s summerize a little bit.

If you have iPhone 3G, you’ll be able to install 3-rd party non AppStore applications (through separate applications called Cydia and Installer) and run these applications. If you have old iPhone, in addition to that you’ll be able to unlock the device (use with any carrier).

There are two methods: quickpwn and custom firmware method. First one is for quikly pwning and jailbreaking  the device without restore. You should use it if you have unlocked device or an AT&T contract.

If you are Windows user:

  • Go for WinPwn. The current version is 2.5.0.2 (also called 2.5 beta-2). Download here. It supports both iPhone and iPhone 3G, firmwares 2.0, 2.0.1, 2.0.2. You can use either quickpwn or custom firmware method.
  • There is a separate QuickPwn tool for Windows. The current version is RC3. Download here. Do you need it? Yes, if you want to quick pwn and you do not like WinPwn (or you had problems with it).

If you’re using Mac OS:

  • Go for PwnageTool. The current version is 2.0.3.1. Download here. Works with 2.0, 2.0.1, 2.0.2 firmwares using custom-firmware method.
  • There is a version of QuickPwn tool for MAC OS. The current version is 1.0.0. Download here. It works only with firmware 2.0.2. Do you need it? Yes, if you want to quick pwn.
    QuickPwn is not a replacement for PwnageTool, they are different tools and provide different features, QuickPwn is for quickly pwning a device, whereas PwnageTool is designed to custom build and tailor the ipsw production process, both tools will be actively developed in the future.

    Read the rest of this entry »


    Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

    No Comments

    QuickPwn updated to 1.2.0

    August 21, 2008 by admin
    


    QuickPwn updated to 1.2.0

    QuickPwn for Windows is updated. Support for all 2.x firmwares is added. So now you can QuickPwn and jailbreak the device if it is running 2.0, 2.0.1 or 2.0.2.

    DevTeam reminds that it is still beta software, so usual rules apply, no complaints if anything goes wrong and use the tool at at your own risk!

    Download here!

    Using QuickPwn does not update the firmware itself, this tool is designed to ‘Pwn’ (the ability to install future custom non-Apple firmwares) , ‘Jailbreak’ and install Installer and/or Cydia on a given device. If your device is running 2.0.1 and you QuickPwn it, it’ll still be running 2.0.1, although it will now be Pwned and Jailbroken. It will also activate (not unlock) devices that are being used outside of their intended territories and cannot be activated using iTunes.

    If you want to update to 2.0.2 then use the normal iTunes update to get to 2.0.2 and then use QuickPwn to Pwn, Jailbreak and Activate, remember that the 2.0.2 update includes a baseband update for the 3G iPhone, so depending what your long term intentions are for the phone, update wisely, of course in the upcoming PwnageTool application you’ll be able to create a custom ipsw without the baseband update enabled.

    PS: Mac OS version is on it’s way.


    Read the rest of this entry »


    Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

    No Comments