Numbers | Jailbreak iPhone, iPod Touch, iPad Skip to content

Jailbreak iPhone, iPod Touch, iPad

новости про джейлбрейк iPhone, iPod Touch и iPad

Archive

Tag: Numbers

I0n1c confirmed that it is safe to update to iOS 7.0.5 if you have a jailbroken device. This version of Apple’s mobile operating system is still vulnerable to the evasi0n7 jailbreak exploits. Here’s what the hacker posted on Twitter:

Okay #evasi0n7 still works in iPhone 5s at 7.0.5

ios 7.0.5 jail 500x323 Evasi0n7 Jailbreak Works on iOS 7.0.5, Requires Patch

Nevertheless, to successfully jailbreak a device running iOS 7.0.5 you will need a special patch for evasi0n7.

To make evasi0n work with iOS 7.0.5 one way is to patch 11B511 into 11B601 in the binary. Ehmm btw… the patch are not hex bytes but simple ASCII iOS build numbers that need to be fixed.

It’s good that Apple forgot to fix the vulnerability, which lets the users jailbreak their devices.

evasi0n 500x281 Cydia Сounts 18 Million Jailbroken Devices in Six Weeks

Saurik reports that about 18 million devices were counted by Cydia in the last six weeks, between untethered jailbreak release and iOS 6.1.3 which blocks this jailbreak. According to Forbes:

In the six weeks since evasi0n was released, however, close to 18 million devices have already been jailbroken, according to data from Jay Freeman, the administrator of the Cydia app store for jailbroken devices. He says he’s counted 18.2 million unique devices running iOS 6 visiting Cydia, including 13.8 million iPhones, 3.4 million iPads, and 1.1 million iPod Touches. Those numbers vastly exceed previous jailbreaks such as Jailbreakme 3, a popular hacking tool for iOS released in the summer of 2011 that was used on around 2 million devices, according to a count at the time by creator Nicholas Allegra.

The jailbreak game is not over. Famous hacker planetbeing says that at least one bug remains unpatched. Hackers will search for other ones for sure.

If you are still on iOS 6.1.2 or lower, you can find instructions on how to jailbreak your device here.

pwnagetool 42 300x267 PwnageTool 4.3.2 released: untethered jailbreak for iOS 4.3.2

The iPhone Dev team has just released PwnageTool 4.3.2 which adds support for iOS 4.3.2. The jailbreak uses i0n1c’s untether, which Apple did not fix in 4.3.2. Ultrasn0w has also been updated to 1.2.2 adding support for the new firmware.

You can download PwnageTool 4.3.2 here. Ultrasn0w 1.2.2 is available in Cydia.

Update #3: PwnageTool 4.3.2 now includes the iOS 4.3.2 untether from @i0n1c. (And look, the PwnageTool and iOS version numbers actually match!).

Note that there’s a corresponding update to ultrasn0w, which has been bumped up to v1.2.2 to get along with iOS 4.3.2 (the ultrasn0w update does not include any new baseband support!). Please reboot your iPhone using the normal “slide to power off” swipe after installing ultrasn0w 1.2.2.

IMG 0079 21 300x400 Tutorial: how to connect external HDD to Apple iPad

iPad USB Camera Connection Kit is much more useful as it seems. Max Sha, an experienced user, was able to access external hard drive with this kit. All you need is a jailbroken iPad, an external drive, a split-USB cable to give the drive some power and a terminal of some sort (f.e. MacBook) to mount the external storage. While it is a little unwieldy, it shows that Terabytes of external storage for iPad is possible.

Here is a complete step-by-step guide from Max Sha:

For starters, you will need to do the following:

1. Have an external hard drive formatted to either HFS or FAT32. NOTE: All data will be erased!

2. Perform the Spirit Jailbreak.

3. In Cydia, install iFile ($4.00 for full version, but there is also a free trial) and OpenSSH (free)

4. As well, install the “Nano” terminal text edit from Cydia.

Fig 5 300x400 Tutorial: how to connect external HDD to Apple iPad

5. For this particular example Max used GoodReader app for iPad ($0.99).

Now you can begin the process of mounting your hard drive. You will need external power for the drive. If you have an external drive with power (one that has a USB port and an external power supply) you won’t need to worry about this. If you have external drive with just an USB cord you will need a split USB cord.

1. Open “Settings” on your iPad to find your IP address (make sure you’re on the same network as your iPad).

Fig 9 300x400 Tutorial: how to connect external HDD to Apple iPad

2. Open Terminal, on your Mac (/Applications/Utilities/Terminal.app). On Windows you can use Putty.

3. At the prompt, SSH into your iPad with the IP address you found in the “Settings” app (make sure OpenSSH is installed!), with the following:

ssh root@[iPad IP address]

Fig 10 400x252 Tutorial: how to connect external HDD to Apple iPad

For you first time users, the password for your root account will be “alpine”. NOTE: Please change your password ASAP. To do this, once you’ve logged in VIA Terminal, type the following into the command prompt:

passwd root

You will then be prompted for a new password. Please do the same for your “mobile” user as well, by doing the following:

passwd mobile

4. Now, type the following, in Terminal:

mkdir /Volumes
mkdir /Volumes/EXT
ln -s /Volumes/EXT /var/mobile/EXT
nano /var/stash/Applications.xxxxxx/iFile.app/Info.plist (“xxxxxx” is a series of numbers after “Applications”. If you type “/var/stash/Applications” and hit the “Tab” key, it will fill in the rest for you).

5. The nano text editor will now open. Please add the following lines below the first “<dict>”, in the document (this makes iFile look much better on the iPad):

Fig 13 400x253 Tutorial: how to connect external HDD to Apple iPad

<key>UIDeviceFamily</key>
<array>
<integer>1</integer>
<integer>2</integer>
</array>

6. Then hit “Ctrl+x”. Followed by “Y”, and then “Enter”. This will save the changes that you made.

7. Now, reboot your iPad. You will notice that your SSH connection will have closed, in Terminal. Re-open terminal, when the iPad reboots, and follow steps 1-3 (without reseting the passwords again).

8. Open iFile, and go into the settings. It is recommended to have the settings set as shown below. The most important is enabling “Application Names”. Hit “Done”. Close out of iFile by hitting the Home button. Restart iFile.

Fig 15 300x400 Tutorial: how to connect external HDD to Apple iPad

FIG 16 300x400 Tutorial: how to connect external HDD to Apple iPad

9. In iFile, navigate to “/Volumes/”. Then, select the “Edit” button, in the top right.

10. Check the circle next to the “EXT” folder you created in “Step 4″.

11. Click the “Box with an arrow”, in the bottom right. In the dialogue box that opens, select “Copy/Link”.

Fig 19 300x400 Tutorial: how to connect external HDD to Apple iPad

12. In iFile, Navigate to “var/mobile/Applications/”. You should now see the names of applications above the actual folder names. Navigate to the “GoodReader” folder, then the “Documents” folder.

Fig 20 300x400 Tutorial: how to connect external HDD to Apple iPad

Fig 21 300x400 Tutorial: how to connect external HDD to Apple iPad

13. Click the “Edit” button again. And then click the “Box with an arrow”, in the bottom right. Click the “Create Link” button. You should now see the “EXT” folder. Hit “Done” in the upper right.

Fig 22 300x400 Tutorial: how to connect external HDD to Apple iPad

14. Now, connect your iPad Camera Connection Kit.

Fig 23 300x400 Tutorial: how to connect external HDD to Apple iPad

15. Take your hard drive and plug the secondary port into a power supply (in this case, Macbook Pro). Then, plug the main USB port into the iPad. You may see a message similar to “Insufficient power to mount this drive” error message on the iPad. With an external power supply, it should be much more convenient. NOTE: You MUST plug in the external power supply first, or else the iPad will not mount the drive.

Fig 24 300x400 Tutorial: how to connect external HDD to Apple iPad

IMG 0079 21 300x400 Tutorial: how to connect external HDD to Apple iPad

16. Now, lets go back to terminal. Type:

ls /dev

What you’re looking for here is the file “disk1s1″. If that does not show up, try steps 15-16 again. If you see “disk1s1″, proceed to step 17.

17. For a FAT32 formatted drive, type the following, into terminal:

Fig 26 399x250 Tutorial: how to connect external HDD to Apple iPad

mount -t msdos /dev/disk1s1 /Volumes/EXT

It will take a few seconds, and then return you to the command prompt. For an HFS drive, type the following:

mount -t HFS /dev/disk1s1 /Volumes/EXT

18. You are now good to go! You can now access the files in either iFile, or GoodReader. As an example of how to manipulate the files, watch the video below.

19. To unmount the drive, type the following, in Terminal:

umount /dev/disk1s1

20. That’s all!

Here is a video demonstration:

Many thanks to Max Sha!

Action Menu is a new utility that extends traditional Copy / Paste functionality. You can now “Copy All” or add text to a stack (”Favorites”) that allows you to paste phrases frequently at any time and in any application.

 Action Menu: Add New features to iPhones Copy / Paste [Cydia]  Action Menu: Add New features to iPhones Copy / Paste [Cydia]  Action Menu: Add New features to iPhones Copy / Paste [Cydia]

The application is free but you can also buy an extension pack (costs $2.99) which will add new features, such as:

  • History: keep the history of all copied sentences / words / numbers;
  • Lookup: find online matches for phone numbers and words, using Google Search, Wikipedia, Dictionary, and Google Translate;
  • Tweet: send selected text through a Twitter client installed on your iPhone (currently support Tweetie, Twitterific, Twittelator and TwitterFon).

We found this utility quite useful. It can be installed via Cydia on a jailbreaked iPhone (iPod Touch).

firmare 3.1 Apple released firmwares 3.1 for iPhone and 3.1.1 for iPod Tocuh

Apple released new iPhone 3.1 and iPod Touch 3.1.1 firmwares. Here is a quick changelog:

- Improved syncing for music, movies, TV shows, podcasts, and photos
- iTunes U content organization
- Redeem iTunes Gift Cards, codes, and certificates in the App Store
- Display available iTunes account credits in the App Store and iTunes Store
- Save video from Mail and MMS into Camera Roll
- Option to “Save as new clip” when trimming a video on iPhone 3GS
- Better iPhone 3G Wi-Fi performance when Bluetooth is turned on
- Remotely lock iPhone with a passcode via MobileMe
- Use Voice Control on iPhone 3GS with Bluetooth headsets
- Paste phone numbers into the keypad
- Option to use Home button to turn on accessibility features on iPhone 3GS
- Warn when visiting fraudulent websites in Safari (anti-phishing)
- Improved Exchange calendar syncing and invitation handling
- Fixes issue that cause some app icons to display incorrectly

iPhone OS 3.1 is available and is a free download for iPhone customers. iPod Touch users already running iPhone OS 3.0 can update to 3.1.1 for free. iPod Touch users running earlier firmware versions can upgrade to OS 3.1.1 for $4.95.

Users of jailbreaked and unlocked devices – do not update, wait for utilities updates!!

skype icon Skype is updated to version 1.2 [AppStore, Free]

Skype, the iPhone and iPod Touch application through which you can call and chat with your Skype contacts, has been updated to version 1.2. There are many updates and new features.

What’s new in version 1.2:

  • Set up call forwarding from your iPhone – forward Skype calls to a phone number when you’re not signed in.
  • Improved performance and better audio quality on Skype-to-Skype calls.
  • Even easier to send text messages (SMS) – Send SMS from the Call tab.
  • Calls are connected much faster.
  • Status of your contacts is updated more often.
  • You can now decide whether you want to stay online/offline when the iPhone is  locked. We’ve added this into settings.
  • Contact groups are now supported, making it easier to see who is online and separate your saved phone numbers.
  • You can now edit the name of your saved phone numbers.
  • Added support for skype: URL schemes in Safari.
  • When creating a new account the country in your Skype profile is taken from the language used on your iPhone.
  • Group chat profile pictures are now shown.
  • You can now remove your profile picture.
  • Added a ‘Help’ link to ‘Forgot your password’.
  • Improved support for proxy configurations.

If you have done jailbreak, don’t worry. During first launch Skype will pop up a message showing that it works only on unmodified iPhones and iPods. But it is not true. It works just fine.

We just posted statistics from AdMob about firmwares on iPhones and iPods. Here are the numbers from another company – PinchMedia. This company deals with monitoring the use of applications.

The results below show that:

  • most users (66%) use firmware 2.2.1,
  • only 1 of 4 users installed the new 3.0 firmware,
  • 7.3% of iPhone and iPod Touch owners performed jailbreak.

pinchmedia stats Jailbreak and firmware stats from PinchMedia

pinchmedia stats jailbreak Jailbreak and firmware stats from PinchMedia

5-Row Keyboard is a new add-on to iPhone that is part of the project iKeyEx. It allows users to use a new 5 lines keyboard, where there are numbers in addition to the letters. Clicking the 123 button will display all the additional symbols.

5row1 200x300 5 Row Keyboard [Cydia] 5row2 200x300 5 Row Keyboard [Cydia] 5row3 200x300 5 Row Keyboard [Cydia]

To see the keyboard you must click on the globe. If the keyboard does not appear, you must activate it via the Settings > General > Keyboards > International Keyboards > 5 Row QWERTY.

This keyboard as avaliable in Cydia for jailbroken iPhones.