Posts tagged cydia

Webmaster News: iPodTouchMaster Cydia Source Coming Soon!


AKPC_IDS += “798,”;

BigBoss Releases SBSettings 3.0.2 for iPhone


BigBoss has released an update to his SBSettings application which lets you toggle preferences directly from the Springboard.

—–
The processes button “Free Memory” apparently has never done anything for anyone at all! I had one user report this and no one else. I found this today while installing SBSettings on a friend’s iPhone and noticing that there was no free memory after hitting the button. So none of you have ever seen how awesome this is! It is fixed now. Turns out I packaged the 3.0.1 toggle pack up poorly and the file was copied to the wrong folder.

v3.0.2 of the app changes the way the window opens slightly. It now requires at least 50 pixels of swiping before the window opens. This is to help prevent accidental opens. You can swipe left to right or right to left, it doesn’t matter. You cannot swipe down. (Let’s see if this one generates me any mail).


—–

SBSettings can be downloaded from the BigBoss Cydia repository.

Read More

iTypeFastR is Now iPhone 3.0 Compatible


iTypeFastR, an iPhone keyboard designed to improve input speed, has been updated and is now compatible with iPhone OS 3.0. Its design has much larger keys for the letters used most often while sticking to the QWERTY design.

The landscape keyboard has been improved and the graphics have been streamlined, getting rid of some animations, and adding an emboss effect to the keys.



iTypeFastR can be found in the BigBoss Cydia repository.

Read More

3G Unrestrictor Bypasses Wi-Fi Only Restrictions for iPhone 3GS


3G Unrestrictor allows you to use applications over 3G even if they are restricted to Wi-Fi only. You can also use 3G Unrestrictor to enable application/podcast downloads over 10MB and watch high quality YouTube videos over 3G.

Features:
You can for example while on 3G/EDGE/GRPS:
o Make free calls using VoIP software like Skype, Fring, Truphone and others
o Watch TV with SlingPlayer
o Watch high quality YouTube Videos, just like on WiFi
o Download apps bigger than 10MB
o Download podcasts bigger than 10MB

Developers were forced to put those restrictions in by Apple, but since with the help of 3G Unrestrictor, the apps actually “think” they are on WiFi, you can do all that.

Verified applications include: Skype, Slingplayer, YouTube, AppStore, iTunes Store, Nimbuzz, Fring, Truphone, FriendCaller, SipPhone

3G Unrestrictor supports the iPhone, iPhone 3G, and iPhone 3GS. It is now available from the Cydia Store for a cost of $2.

Read More


[Thanks to Mandeep for the vid!]

iPhone Dev-Team Offers Tips to Fix Unlock Issues


The iPhone Dev-Team has posted some tips to help those experiencing problems with the UltraSn0w unlock

—–
It looks like version 0.9 of ultrasn0w fixed up the vast majority of any problems people were seeing with the 3G/3GS carrier unlock. But here’s a brief list of fixes for anyone still seeing problems:

* Unusual battery depletion is almost always caused by people choosing to “Restore from backup” instead of “Setup as new iPhone” when iTunes asks you. This isn’t caused by either the jailbreak or the unlock, but it’s a common 3.0 snafu. The fix is to just re-run the official 3.0 restore and choose “Setup as new” this time. Your music and apps and all that will still be synced, but you’ll get rid of any conflicting wifi, bluetooth, or carrier settings. Then just re-run redsn0w and install ultrasn0w.
* Remember, ultrasn0w works with hacktivated phones too, but don’t outsmart redsn0w into thinking you don’t need hacktivation! If you don’t plan on using an official sim, don’t activate via iTunes with such a sim. Just keep your unofficial sim at all times and let redsn0w and ultrasn0w handle hacktivation :)
* T-Mobile in the USA doesn’t use the 3G frequencies that the iPhones support, so turn off 3G in Settings->General->Network. (Some T-Mobile territories gracefully hand down to Edge mode, but most do not).
* Certain unofficial plans have limitations on whether you can make calls and use data at the same time. That’s not unlock-related.
* Some people have installed previous versions of ultrasn0w using non-standard techniques. While the ultrasn0w 0.9 update should have removed all previous versions of ultrasn0w, these users may have outsmarted our removal. So make sure you don’t still see /usr/bin/ultrasn0w present if you’re at ultrasn0w 0.9 (which doesn’t have such a binary anymore).
* If you don’t need or plan to update to ultrasn0w 0.9 from a previous version, you can avoid having that red badge over Cydia by removing repo666 as a Cydia source. Don’t worry, you can always add it back later :) If you follow us on twitter you’ll be advised of any new updates anyway.
—–

Read More


Hide n Seek: New app to hide your Camera roll pictures

hide n seek hiden seek

Hide-n-Seek hides your super personal photos which are shot by your iPhone Camera. Once the images are hidden you cant view Camera roll pics in phone and in PC as well. Though this app only hides your Camera Roll only (in the current version 1.0), but we can expect to hide other folders and individual photos as well on future versions.

This app is available under the BigBoss & Planet-iPhone repo.

Installation Instructions:

- Go to Cydia.
- search for Hide n Seek.
- install like you install other apps from Cydia.

iPhone Dev-Team Updates UltraSn0w Unlock, Discusses PurpleSn0w

The iPhone Dev-Team has updated the UltraSn0w unlock to use some of the good ideas from PurpleSn0w. They have also provided a very detailed explanation of how PurpleSn0w and UltraSn0w work.

—–
The day before yesterday, some fellow named geohot released a program called “purplesn0w” which claims to be a better unlock than our ultrasn0w solution. He was kind enough to provide source, which we naturally took apart to try to validate his claims. ;) We’ve found he had come up with some pretty neat ideas, including patching the actual text of the baseband code by copying it over to RAM and then using the MMU and page tables to have the baseband pretend it is part of the original bootrom. Of course, like yellowsn0w and ultrasn0w, this code has to be reloaded with every reboot of the baseband. However, the advantage of this is that developing unlocking payloads is a lot simpler… in fact, geohot used the same payload in AnySim and BootNeuter. We kicked around this idea ourselves before, but eventually found a work-around for the same problem with the yellowsn0w/ultrasn0w payload. The two pieces of code have the exact same effect on the baseband… with the difference that geohot’s exploit overwrites an arbitrary block of memory one megabyte in size. The baseband has a total of eight megabytes of memory and every bit of it is earmarked for use (except for 485212 bytes of it which we haven’t accounted for yet, but that’s still less than 1 MB). This means that eventually the area of memory geohot is using will be corrupted and 1 MB of baseband code will be corrupted (until the next reboot). How soon will this happen? Will it even matter in day-to-day use? We don’t know, because we haven’t spent much time looking. However, why take the risk when the yellowsn0w/ultrasn0w payload accomplishes the same job with no corruption?

The second new idea he had was to patch CommCenter rather than use a daemon. At first, this idea seemed pretty distasteful to us. Binary patches are messy and difficult to maintain (we figure it’s partly why he only made a version for 3G S and not 3G as well). In addition, the stated reason of reduced battery life with a daemon is factually incorrect, since any computer science student who’s taken a course in operating systems will tell you that a sleeping task takes up exactly NO CPU resources and NO power (it’s merely skipped over during context switches). That’s right: not “only a little” power, but absolutely NO power. However, ultrasn0w 0.6 did have a problem where the STK refresh command it used crashed the baseband in 3G S. This caused the baseband to continually come up and then restart. That DOES take power and so may explain the issues that people have been seeing. ultrasn0w 0.8 was supposed to have fixed this issue, but perhaps not completely. This is because the STK refreshes we used are inherently unreliable… but we thought they were necessary to avoid people having to reinsert their SIM. Turns out we were wrong on that score. geohot’s method shows that we can perform the unlock before CommCenter polls for lock state. When we do it before (instead of after), the STK refreshs are no longer necessary! The only way to do it before the polling, however, is to modify CommCenter. We’ve tried to make the best of a bad situation by using MobileSubstrate to perform the modification. This lets us modify the behavior of CommCenter without touching the actual binary. We also used a method to dynamically locate the patch location so that it should work on both 3G and 3G S (and should need to be updated less frequently). We also do it in a different way so that hactivated phones will work with the unlock (unlike purplesn0w). You’ll find that this update is now available through Cydia as ultrasn0w 0.9 We thank geohot for contributing to the scene once again. We don’t think purplesn0w is the right path, but it has certainly helped us improve ultrasn0w!

P.S. geohot, seriously, stop dicking around and look at the bootrom instead kthx. =P
—–

You can find instructions on how to unlock your iPhone using UltraSn0w here.

Read More

How to Unlock the iPhone 3GS Using PurpleSn0w


These are instructions on how to unlock the iPhone 3GS for use with any GSM cellphone carrier using PurpleSn0w. Geohot has posted stating that the purplesn0w unlock should improve issues with wifi, battery, and the unlock itself. If you would prefer to use the iPhone Dev-Teams UltraSn0w unlock you can find those instructions here

Before you can follow these instructions you must have a jailbroken iPhone and you must be on the 04.26.08 baseband(modem firmware). This means that you must be running the 3.0 firmware and have used PwnageTool, RedSn0w, or PurpleRa1n to jailbreak. YOU MUST ALSO (FOR THE TIME BEING) HAVE ACTIVATED YOUR IPHONE WITH AN OFFICIAL APPLE CARRIER. NO HACTIVATION SUPPORT YET.

To find your firmware and modem firmware(baseband) versions you can follow this tutorial. If you are not on baseband version 04.26.08 then you need to follow one of these tutorials before unlocking: Mac, Windows

If you are on T-Mobile or any carrier without 3G remember to turn it off before starting…

Step One
Press to launch Cydia Installer from your SpringBoard.

Step Two
Press to select the Manage tab at the bottom of the screen.

Step Three
Press to select the large Sources button

Step Four
Press the Edit button at the top right of the screen.

Step Five
Press the Add button at the top left of the screen.

Step Six
Enter http://apt.geohot.com/ as the source url and press the Add Source button.

Step Seven
Once the source has been added press the large Return to Cydia button.

Step Eight
Press the Done button at the top right of the screen.

Step Nine
Press to select apt.geohot.com from the list of user entered sources.

Step Ten
Press to select com.geohot.purplesn0w from the list of packages

Step Eleven
Press the Install button at the top right of the screen.

Step Twelve
Press the Confirm button at the top right of the screen.

Step Thirteen
After installation completes successfully press the large Return to Cydia button.

Step Fourteen
Now press the Home button then power off and power on the iPhone. You do this by holding down the power button for 3 seconds then moving the power slider that appears to the right. Press the power button again to turn on the phone.

You should now be able to insert the SIM of your choice!

Mobile Substrate 0.9.2966-1 – Update | Cydia

In addition to Veency, Cyntact and Five Icon Dock, Saurik has also updated the MobileSubstrate version that comes 0.9.2966-1. This is an extension of Springboard can support as many applications as SBSettings, etc Winterboard. The update is primarily targeted to security and look at the details below:

It was not issued any changelog so I addressed directly to Saurik, who explained to me that this new version allows you to select various daemons to the firmware version required, and consequently, once all the developers use this feature, not you run the most dangerous to install applications not compatible with your device.

Does not end here. Arrive in a few days a new update that will increase the capacity of mobilesubstrate and allow the installation of new extensions that come in Cydia on the same day. In particular, it refers to a recognition of the hardware device, which will install the new daemons or at least to run applications in a totally different sull’iPhone 3GS.

Clearly we will continue to keep you updated! To update the MobileSubstrate simply run Cydia and start the upgrade essential

Available updates Veency, Cyntact and Five Icon Dock | Cydia

A few minutes ago, Saurik has released several updates to its applications. In particular we refer to Veency, Cyntact and Five Icon Dock. Here are the changes:

veency cyntact five_icon_dock

We begin by Veency that was finally reconciled with the Firmware 3.0 el’iPhone 3GS. The application enables remote control dell’iPhone using your PC / Mac and a VNC client.

Cyntact instead gets to version 1.3-1 and is a nice extension of the native “Contacts”, which displays a thumbnail of the photo on the left side. The update also adds support to the “Bookmarks” the phone and costs $ 1 via Cydia Store.

Finally Five Icon Dock, fixes some bugs riscrontrati users.