Archive

Posts Tagged ‘cydia’

Cydget Released

Saurik has released Cydget, an iPhone framework for lockscreen widgets. 

Cydget provides a comprehensive replacement for WinterBoard Lock Widgets, allow developers and web designers to take control of the lock screen using either native code or HTML with JavaScript and Cycript, allowing flexible access to Objective-C. 

Like WinterBoard Themes, Cydgets are configured using a reorderable list. Go to “Settings” then “Cydget” to activate, deactivate, and organize. 

An example Cydget is included to demonstrate the technology: show a random pictue from your camera roll. 

Cydget’s Core Benefits 
- configuration allows HTML scrolling 
- multiple Cydgets can be rotated 
- they stop running when screen dims 
- Cycript embedding for library calls 

You can download Cydget from Cydia now! 

(via iClarified.com)

 Retweet This Post

3G iPhone, Featured, What's New, iPhone, iPhone 3G S, iPod Touch News , , , ,

UltraSn0w Update

The iPhone Dev-Team has issued an update to the UltraSn0w unlock which fixes the disappearing carrier name issue. 

UltraSn0w .92 was posted by MuscleNerd and uses an extra 10 lines of code to fix the carrier name. It is available on the normal repo666.ultrasn0w.com Cydia repository. 

Remember to use UltraSn0w you must be on the 04.26.08 baseband. 

The carrier fix has been confirmed for:

    USA, Thailand, Austria, Trinidad, Germany, China, Kuwait, Serbia, Poland, France, Nigeria, Egypt, Pakistan, Ireland, UK, Turkey, Sweden, Switzerland, Malaysia, Hungary, The Netherlands, Bahamas, Jamaica, India, Israel, Belgium, Canada, Portugal.

 Retweet This Post

Firmware 3.0, Jailbreak/Activate, What's New, iPhone 3G S , , , , , , , ,

Blacksn0w Released (Early)

Geohot has released his BlackSn0w unlock for the iPhone 3G and 3GS.

“blacksn0w is the unlock for the latest 05.11.07 baseband, and will also enable official tethering. blackra1n, a jailbreak for 3.1.2, has been updated to RC3, with hacktivation support, 15 second speed improvement, Tiger+PPC support, and installation of the latest blackra1n.app.”

You can find instructions on how to use blacksn0w to unlock your iPhone here: WindowsMac.

If you have already jailbroken using blackra1n, run the application again. You will see Icy replaced by an option “ra1n”. Install this to upgrade your blackra1n application. Run the blackra1n application again. This time you will see “sn0w”. Install sn0w to unlock your device.

(via iClarified.com)

Here’s what the iPhone Dev Team had to say concerning BlackSn0w

iPhone 3G/3GS owners who found themselves stuck with version 05.11 of the baseband (either by accident or because they bought it that way) are now in luck!  geohot was able to turn the already-public at+xemn crash into an injection vector, which can be used to inject his version of the unlock.  The blacksn0w unlock is available for free via Cydia by adding the repository http://blackra1n.com in the Manage->Sources panel.  Congratulations, geohot!

Those of you who are already unlocked at 3.1.2 because you kept your 04.26 baseband now have an extra cushion of comfort, and more choices: ultrasn0w, purplesn0w, and now blacksn0w (and of course the original yellowsn0w too if you’re still back at FW 2.x).   Whether or not you choose to update your baseband solely to use the new unlock is a personal choice, but so far there are no advantages to doing so (and remember you can’t come back to 04.26 after you’ve gone to 05.11).

As with all the unlocks, it will probably very soon be re-sold through scam sites that charge you money for what is offered to the community for free.  Please stay vigilant for these scam sites and steer your friends away from them.

 Retweet This Post

3G iPhone, Featured, Jailbreak/Activate, Software Unlock - YES!, What's New, iPhone 3G S, iPhone Unlock Updates , , , , , , , ,

MMS/Tethering Hacks For iPhone 2G, 3G & 3GS

ActivateMMS2G brought MMS for 2Gs running 3.0 but was unable to be installed on subsequent iPhone OS releases (3.0.1, 3.1, 3.1.2). Hopefully Native MMS iPhone 2G from the iFoneGuide repository will bring this feature back to iPhone 2G owners. This along withTethering Patch 3GTethering Patch 3GS are Cydia versions of CommCenter hacks released by the iPhone Dev Team’s MuscleNerd
There are ways to do these hacks manually but they are considered “dangerous” and to be done by only advanced users. 
-iPhone 2G MMS
-iPhone 3G/3GS Tethering

 Retweet This Post

3G iPhone, Featured, Firmware 3.0, What's New, iPhone, iPhone 3G S , , , , , , , ,

iPhoneVM. Boost iPhone Free RAM

Install this. 
http://cscomputing.org/downloads/iPhoneVM.deb
iPhoneVM.deb 

How to: 
1. Copy file to /var/root 
2. Open Terminal 
3. Login to root 
“login root alpine” 
4. Type the command “dpkg -i iPhoneVM.deb” 
5. REBOOT, very important.

Also you can download iPhoneVM via the Be Your iPhone repo (http://repo.beyouriphone.com) in Cydia.

 Retweet This Post

3G iPhone, Featured, What's New, iPhone , , , , , ,

GeoHot Is A Busy Guy

GeoHot has added an entry to TheiPhoneWiki explaining how his purplera1n iPhone 3GS jailbreak works.

Below you can read the step by step description of what the exploit does…

—–
* 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

&

GeoHot has released his own purplesn0w unlock for the iPhone 3GS which he says will improve issues with Wi-Fi problems, Battery problems, and unlock problems.

—–
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 pristine :-) The 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

(both via iClarified.com)

 Retweet This Post

Featured, Firmware 3.0, Jailbreak/Activate, Software Unlock - YES!, What's New, iPhone 3G S, iPhone Unlock Updates , , , , , , ,

ActivateMMS2G Brings MMS To iPhone (2G)s

Released today via Cydia. Though I’ve tried it personally with no results. So far its pretty successful at bringing the MMS interface to a 2G iPhone in the Messages & Photos apps. Maybe its a local issue…

Update
After playing around with it a little more & some luck I was able to get it to work! For those wanting to have MMS on their iPhone (2G) (even though Apple said it would not be possible) these are the (bmobile (Trinidad & Tobago)) settings:

-APN: mms
-MMSC:
http://192.168.210.104/mmrelay.app
-MMS Proxy: 192.168.210.104:8080

I’d like to thank my friend Zane for initially telling me about this being available in Cydia as well providing me with those settings, which took a little tinkering to get working properly. Also Kevon, who commeneted on this subject.

 Retweet This Post

Featured, Firmware 3.0, Jailbreak/Activate, What's New, iPhone , , , , , ,

Sleepers.net Announces Kryptes

Sleepers.net has announced Kryptes, an alternative package handler to Cydia for jailbroken iPhones.

Kryptes is a new, lightweight, package handler that was designed with the end user in mind. We are very excited to announce its release and hope the community appreciates all the hard work that we have put into this. We do understand that there are going to be several questions the Community might have for us, so we will try to answer most of them in this post.

Q: Are you trying to compete with Cydia and Installer?
A: No, we have tried to reach out to both of the developers for each one of these handlers several times. We have been continually shot down when we asked if we could become a default repository/source. IT was as if we did not exist, when we feel we have given much to the community.

Q: So why did you produce a Application, when there are already 2 prominent applications that exist that are similiar to Kryptes?
A: We have over 600 developers in our repository, we felt to give them the most exposure in the Community we were left with no choice, but to build our own Package Handler. If we would have been accepted as a default repository with the other Package Handlers the build of Kryptes would not have happened.

You can install Kryptes by adding the Sleepers.net repo to Cydia and install the “A Alternative to Cydia and Installer” package. We are not aware of how safe or stable this application is.

(via iClarified.com)

 Retweet This Post

3G iPhone, Jailbreak/Activate, What's New, iPhone, iPod Touch News , , , , , , ,