Παρακάτω θα δείτε τα αποτελέσματα της εύρεσης σας. Αν δεν βρήκατε αυτό που ψάχνατε, δοκιμάστε ξανά:
Αποτελέσματα αναζήτησης
Σύμφωνα με τις φήμες το καινούριο iPhone 3GS έχει 256 RAM μάλλον αυτό είναι που κάνει την διαφορά…
iPhone 3G
iPhone 3GS
Παραπάνω βλέπουμε ένα iPhone 3G (jailbroken) χωρίς mobile substrate και ένα iPhone 3GS (χωρίς jailbreak) η διαφορά τους θα λέγαμε είναι τρομερή! Η ταχύτητα του iPhone 3GS δεν περιγράφετε, αρχικά πιστεύω πως η πολύ ελεύθερη μνήμη κάνει την διαφορά…
Η καινούρια έκδοση του ultrasn0w κυκλοφόρησει από την dev team λίγες ώρες μέτα τα bug fixes του Geohot.
ultrasn0w version 0.9 is out! We believe it solves pretty much all of the various random issues that have been reported. Its features include:
- Works on both 3G and 3GS
- Works on hacktivated devices
- Works regardless of how you jailbroke your device
- Doesn’t patch any mach-o binary whatsoever. (Doesn’t require a separate patch as each new firmware comes out).
- Doesn’t install any additional daemon
- Has no race conditions, no popups about “Missing SIM”, no network issues
- Is almost 7000 times smaller than its nearest competition ![]()
- Is available now via Cydia. Source repo is http://repo666.ultrasn0w.com (that last “0” in ultrasn0w is a zero!)
Κυκλοφόρησε η νέα έκδοση του purplesn0w Release Candidate 2 με πολλά bugs διορθωμένα…

* 3G(the network speed) issues fixed…i’m pretty sure
* Now only patches one file, CommCenter
* Leaves no traces on your baseband after it runs. Seriously
* Much more clean and reliable.
Be sure to have legit activated 3GS
Disable 3G if you don’t have it(like T-Mobile).
Add apt.geohot.com to Cydia
Install(or Update) com.geohot.purplesn0w
Watch for success output in Cydia(actually do this step)
Wait for signal, and enjoy your unlocked iPhone(no reboot required)
Follow @geohot on twitter
via Geohot blog
Ο Geohot μας εξηγεί την ιστορία του purplesn0w… μέσα απο το blog του.
About a year ago today, I found the at+stkprof exploit. Back then, I struggled for 3 days to write a payload. No luck, I just wasn’t a good enough reverser. So I stashed the exploit away until December, when I gave it to dev for use in yellowsn0w.
Now a year later, I wrote a payload and delivery system in a day. And it’s an awesome payload. Ideally we’d like to patch the lock out of flash, but with the apparently proper sig checks, that isn’t going to happen. So purplesn0w is the next best thing. I copy the page I want to patch to an unused region of memory. In memory I patch it. Then, using the MMU, I map the flash page out and remap the patched memory page in it’s place.
No new iPhones are really unlocked, activation creates a ticket allowing the baseband to be used with that sim. The lockstate of the phone really lies on apples servers. Unlocked is auth all sims. Locked is auth AT&T sims only. Fortunately this ticket system provides an easy way to deliver the payload and reexecute the patched code all in one. And since the ticket is already delivered on baseband resets, theres no need to write another daemon to hog battery. I use the daemon already designed for this, lockdownd. A patch to commcenter gets it to run the payload on ticket delivery. And a patch to your activation record contains the payload. So using existing apple machinery, I unlock when needed.
In retrospect, I should’ve just patched commcenter to send the payload. Then hacktivation would work no problem. Oh well, tomorrow is another day. I’ll add hacktivation support then.
Εδώ θα βρείτε τον κώδικα ολοκληρωμένο.
via Geohot blog
Ο Geohot απαντάει στην iPhone dev team με το δικό του unlock για iPhone 3GS
Wifi fails? Battery fails? Unlock fails? You need purplesn0w, the geohot 3GS unlock solution. Now I know you here a lot about different colors of sn0w, but I’m here to tell you why purplesn0w is the best. First off, what is purplesn0w? It’s a soft unlock for your 3GS that I’d actually use day to day. It’s not a daemon that takes any resources, and it doesn’t add a task to your baseband. It’s very close to a true unlock. All it does is patch three files, CommCenter, lockdownd, and your wildcard activation plist(which you need, activate w at&t sim first, no hacktivation support yet). That’s it, no other files are installed. Props to Oranav for the at+xlog exploit!
A full explanation is coming soon, but I think you clever reversers out there will see what it does, and see why it’s so pristineThe payload is radically different from other varieties of sn0w. beta as usual, back up first.
Πως μπορείτε να το εγκαταστήσετε;
Be sure to have legit activated 3GS
Disable 3G if you don’t have it(like T-Mobile).
Add apt.geohot.com to Cydia
Install com.geohot.purplesn0w
Watch for success output in Cydia
Reboot, and enjoy your unlocked iPhone
Το παραπάνω unlock ισχύει για συσκευές που δεν είναι unlocked (activated) είναι δηλαδή αγορασμένες από εξωτερικό και είναι κλειδωμένες στον πάροχο της κάθε χώρας. Εάν αγοράσετε το iPhone 3GS από Ελλάδα θα είναι ξεκλείδωτο και δεν χρειάζεται να κάνετε κάτι από τα παραπάνω!
via Geohot blog
Ο Geohot πρόσθεσε ένα κομμάτι στο TheiPhoneWiki που εξηγεί πως δουλεύει το jailbreak με purplera1n στο iPhone 3GS.
Παρακάτω μπορείτε να δείτε βήμα βήμα τι ακριβώς κάνει το exploit…
—–
* purplera1n sends the enter recovery commands using iTunesMobileDevice
* once in recovery(iBoot), it sends the IBoot Environment Variable Overflow exploit
* the exploit adds a “geohot” command to the phone which runs the payload
* the “geohot” command is run, control is now transferred from iboot to the payload
* the purplera1n client is done
Inside payload
* the payload restores the default environment variable ring buffer and saves the environment to nvram(sets auto-boot to true)
* it patches iBoot to load unsigned img3s and not care about the tags
* it loads the purplera1n picture(sent with payload)
* the nor patcher starts
* llb is decrypted, patched, and increased in size to 0×24200. this is the resident 0×24000 Segment Overflow exploit
* a little loader code is put @ 0×20000 in the LLB to load it and fix the stack
* iboot is decrypted, patched
* everything else is read as is
* nor is written back, nor patcher is done
* kernel is loaded, decrypted, and patched
* ramdisk is loaded(sent with payload) and moved to ramdisk region at 0×44000000, patched kernel is tacked on to the end
* patched kernel is booted
* control is now transferred from payload to ramdisk
Inside ramdisk
* launchd is run, all stuff happens here
* /dev/disk0s1 is mounted
* fstab and services are overwritten here to allow disk0s1 writes and afc2 respectively
* Freeze.app is transferred and Freeze.app loader has SUID bit set
* patched kernel is read from end of ramdisk block device and written to filesystem
* ramdisk is done, rebooting…
Reboots as jailbroken phone
via iClarified
Δεν μας έκανε την χάρη ούτε η Cosmote, όποιος θέλει iPhone 3GS θα πρέπει να περιμένει μέχρι τον Αύγουστου για να το πάρει από Ελλάδα ξεκλείδωτο.

Και η Cosmote λοιπόν με την σειρά της δίνει την ίδια ημερομηνία με την Cosmote για την κυκλοφορία του iPhone 3GS!

Για όσους περιμένουν το πολυπόθητο iPhone 3GS καλό είναι να ξέρετε ότι η vodafone ανακοίνωσε οτι η ημερομηνία εκκίνησης της πώλησης του θα είναι στις 31 Ιουλίου! Η Cosmote από την άλλη πλεύρα ακόμα κρατάει κρυφά τα χαρτιά της ίσως να είναι πιο γρήγορα διαθέσιμο από Cosmote…
Μείνετε συντονισμένοι!
Παρακάτω θα βρείτε πληροφορίες το πως να κάνετε jailbreak το iPhone 3GS χρησιμοποιώντας το purplera1n για το Mac OS X. Αφού ολοκληρώσετε αυτόν τον οδηγό θα μπορέσετε να κάνετε unlock το iPhone 3GS χρησιμοποιώντας το ultrasn0w.
Αυτή είναι μια πρώιμη έκδοση jailbreak και μερικές από τις εφαρμογές όπως το winterboard μπορεί να μην δουλέψουν. Μπορεί να χρειαστεί αν θέλετε να περιμένετε για το jailbreak της iPhone dev team.
βήμα 1
Ανοίξτε τον web browser και πλοηγηθείτε στο http://www.purplera1n.com. Κάντε κλικ στο apple logo στο κάτω μέρος της οθόνης.







