Application | Jailbreak iPhone, iPod Touch, iPad - Part 12 Skip to content

Jailbreak iPhone, iPod Touch, iPad

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

Archive

Tag: application

mobilechat for iphone ipod touch 199x300 ApolloIM and MobileChat are joining

Both ApolloIM and MobileChat were jailbreak applications for chatting on the go with your iPhone/iPod touch. Alex Schaefer, ApolloIM’s founder, has recently joined the MobileChat development team. In a blog posting by the developer of MobileChat, he said that both applications underwent “friendly competition” and that, while there was no clear winner in the iPhone IM business, users got the benefit from the ongoing competition.

Now that Alex has joined the other team, you can expect that MobileChat will only get better. The post goes on to mention that Alex will be working on stability and user experience for the application.

via tuaw

PS: As for me, I like Agile Messanger much better.

quickpwn12 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.

201 New firmware 2.0.1

The main purpose is bug fixing. Many applications work faster. Here is the list of changes:

  • Drag an app icon across multiple pages in one motion, rather than having to drag it, drop it, pick it up again and drag it over to next page, and repeat.
  • Contacts are now more responsive.
  • Backup is much faster.
  • Apple may have changed the calibration of the iPhone’s reception “bars” while connected to a 3G network to reflect a stronger signal than before.
  • Keypad loads quicker.
  • Screen rotation in Safari appears to be smoother.
  • Some apps may ask to be updated after the firmware upgrade.
  • SMS typing faster.
  • Google Apps works faster.
  • Netshare still works (for those who use it).
  • Works with iPod.
  • Multimedia content is kept after update.
  • No Support from Pwnage and WinPwn. If you update you’ll loose unlock and jailbreak.

cydia20 1 Java for IPhone / IPhone 3G firmware 2.0 exists cydia20 2 Java for IPhone / IPhone 3G firmware 2.0 exists

After successfull jailbreake of the IPhone/IPhone 3G with firmware 2.0 it is possible to install Cydia installer. And what is more exciting, there are many applications there, including Java.

Related articles:

screenshots are from iphoneapps.ru

iRinger creates free ringtones for your iPhone from virtually any music or video file you own. Even YouTube videos! iRinger exports ringtones to iTunes, so there is no need to “jailbreak” your iPhone. You will be creating ringtones in seconds. It’s that simple. Here is a video tutorial:

Feature:

  • FREE
  • Three Steps: Import, Preview then Export. Done.
  • Convert virtually any audio format into an iPhone ringtone
  • Extracts audio out of video
  • Choose which section of the audio you want to hear
  • Adjust ringtone length, volume, fade in, fade out and loop gap
  • Export to iPhone ringtone format and import right into iTunes
  • Export to iPhone using SCP/SFTP and skip using iTunes
  • Use audio effects: Delay, Flanger, Boost, Reverse, etc.
  • Runs on all versions of Microsoft Windows including Windows Vista
  • Requires iPhone firmware 1.1.2 or newer, iTunes software 7.5 or newer
  • Works with the new iPhone 3G!

Download here: iRinger.exe. Developer’s site: www.iringer.net

Here is an advanced video tutorial, it shows how to use some advanced features:

Our comments:

5. No voice dialing

There is do such feature. But.. There is an application called VoiceDial. For old jailbreaked IPhones it is possible to install via Installer. For the new IPhone 3G VoiceDial is avaliable through AppStore. By the way it is not free, cost is about $30.

4. No cut and paste

Indeed, not in IPhone or IPhone 3G for now. But, read this.

3. Can’t use as a modem

That is a problem. No such feature. And there will be no such feature in the future.

UODATE: Get internet on a desktop or notebook through IPhone 3G

2. No multimedia messaging

There is an application called SwirlyMMS – works well. Costs $8, works well on old IPhones.

1. Locked up

Not only this. It is not possible to buy IPhone 3G without a contract. We’ll wait for an unlock and sells without a contract.

DevTeam recently published a video of working PwnageTool 2.0 – for unlocking, activating and jailbreaking IPhne fimware, that will work with the new firmware 2.0.

“Many many hours have gone into this and now it should be as easy enough for your grandmother to use. We’ve added lots of new features, including 2.0 support, spotlight file indexing of .ipsws, canned websearches, installer custom configuration, custom root partitions and various other things that you’ll see on the release. Release date is soon although not this weekend. So check out the video, hopefully it will hold you off until we release.”

PwnageTool works with 2.0 upgraded 1st gen (!) iPhones if they are activated or not.

Run

This is a tutorial, that shows step by step how to use installed Java on the IPhone. Just in case you do not have Java installed on your IPhone there is a tutorial how to do it.

What we need is a working jailbraked IPhone with Java Installed. I used latest firmware 1.1.4, unlocked, jailbreaked and customized by winpwn.

Step 1: Create simple Java application, compile and run.

  1. Create file Java4IPhone.java and put simple Java hello-world code there. I used the following code:Create Java hello-world
  2. Upload to IPhone. I used /tmp directory. For uploading I used IPhone Browser.
  3. Run Terminal.
  4. Use command java -fullversion or jamvm -fullversion to see if java is avaliable.
  5. Use command jikes to invoke java compiler.
  6. Go to /tmp directory, using command cd /tmp
  7. Compile. We need to specify classpath to basic java packages. If we do not do that, jikes will produce an error (see screenshot). So use the following command: jikes Java4IPhone.java -cp /usr/lib/rt.jar
  8. After compiling Java4IPhone.class file should appear in the same directory. To run use commandjava Java4IPhone
  9. Take a look at the screenshots. Hopefully you’ll have something similar.

Upload Java application to IPhone

Check Java and Jikes Compile using Jikes Run

Upload Java application to IPhone

Step 2: Have fun!

Installed packages

This is a tutorial, that shows step by step how to install Java on the IPhone.

What we need is a working unlocked and jailbraked IPhone with Installer. I used latest firmware 1.1.4, unlocked, jailbreaked and customized by winpwn.

First of all I’d like to say we all want to use legal IPhones and operators. So everything written below is for testing purposes only :-) . Hopefully this technology will be avaliable on all IPhones sold worldwide. You also might need to recover your IPhone, so make sure you backed up all your data. I personally did everything without any problems and needs to recover. Everything you do is your responsibility, etc…

So let’s start, because it’s worth it! It’s just one evening and you will be able to create your personal Java application, compile and run it on the IPhone, and amaze all your friends :-) .

There are two steps:

Step 1: Go to Installer and install Mobile Terminal and Cydia Installer.

  1. Go to Settings -> General -> Auto-Lock and set it to Never. This will avoid some troubles during installation.
  2. Run Installer. Repository for Terminal should be already there (BigBoss), because it is in latest Community Sources.
  3. Add repository http://apptapp.saurik.com for Cydia Installer and refresh
  4. Go to Install -> System
  5. Find Term-vt100 – Mibile Terminal App. I used version svn278. Install it.
  6. Go to System again and find Cydia Installer – The Future of the IPhone. I used version 1.0. Install it.
  7. Exit. Restart IPhone. Two icons for Terminal and Cydia should appear.

Here are some screenshots for Step1:

Go to Installer Go to System Find Term-vt100

Install Term-vt100 Find Cydia Installer Install Cydia Installer

Two icons should appear

Step 2: Go to Cydia Installer and install Java.

  1. Run Cydia Installer.
  2. Go to Install – Java section. You will find many programms there.
  3. Select IPhone/Java. It will install most of the needed packages, which includes vm, libraries, etc.
  4. Click confirm and wait a little bit.
  5. Go to Java section again and install Jikes package (itwill be probably the only one left). Jikes is a compiler.
  6. Go to Installed Packages tab. Check that Classpath, IPhone/Java, JamVM, Jikes are installed. Several other packages will be there too (Java SQLite, JocStap, etc).
  7. Exit Cydia and restart IPhone. Congratulations!!! You’re done installing Java.

Run Cydia Installer Go to Java section Java section

Select IPhone/Java IPhone/Java dependencies Installation of IPhone/Java

Jikes Jikes Install Jikes

Installed packages Installed packages

That’s it. The tutorial about using all this stuff is here :)