приложения | Jailbreak iPhone, iPod Touch, iPad - Part 8 Skip to content

Jailbreak iPhone, iPod Touch, iPad

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

Archive

Tag: приложения

chrome Google Chrome for iPhone

The above message is shown at freechromethemes.com. Our guess is that Apple will never allow Chrome to make it to AppStore. However it will probably be avaliable via Cydia for jailbreaked iPhones.

stop Stop, do not update and jailbreak 2.1

It is recommended that you all hold off jailbreaking 2.1. There are many issues that dev team is working through. A jailbreak isn’t quite enough.

Many apps are not yet stable. Categories will not work because we cannot launch one app from another at this time. Cydia is not yet stable. I recommend you wait a day or two still.

math1 QuickPwn, PwnageTool and WinPwn

There are so many tools, some for Mac OS, others for Windows, different versions… Complicated. So let’s summerize a little bit.

If you have iPhone 3G, you’ll be able to install 3-rd party non AppStore applications (through separate applications called Cydia and Installer) and run these applications. If you have old iPhone, in addition to that you’ll be able to unlock the device (use with any carrier).

There are two methods: quickpwn and custom firmware method. First one is for quikly pwning and jailbreaking  the device without restore. You should use it if you have unlocked device or an AT&T contract.

If you are Windows user:

  • Go for WinPwn. The current version is 2.5.0.2 (also called 2.5 beta-2). Download here. It supports both iPhone and iPhone 3G, firmwares 2.0, 2.0.1, 2.0.2. You can use either quickpwn or custom firmware method.
  • There is a separate QuickPwn tool for Windows. The current version is RC3. Download here. Do you need it? Yes, if you want to quick pwn and you do not like WinPwn (or you had problems with it).

If you’re using Mac OS:

  • Go for PwnageTool. The current version is 2.0.3.1. Download here. Works with 2.0, 2.0.1, 2.0.2 firmwares using custom-firmware method.
  • There is a version of QuickPwn tool for MAC OS. The current version is 1.0.0. Download here. It works only with firmware 2.0.2. Do you need it? Yes, if you want to quick pwn.
    QuickPwn is not a replacement for PwnageTool, they are different tools and provide different features, QuickPwn is for quickly pwning a device, whereas PwnageTool is designed to custom build and tailor the ipsw production process, both tools will be actively developed in the future.

    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.

    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

    pwnage 20

    Now older IPhone users users can upgrade to firmware 2.0 and IPhone 3G users have a possibility to have jailbreaked IPhones. That is because PwnageTool 2.0 is released today. Download links are: mirror1, mirror2, mirror3.

    Just a reminder: this tool jailbreaks and unlocks older iPhones, and jailbreaks iPhone 3Gs and iPod Touches. No unlock for Iphone 3G yet. The supported firmware is 2.0 only. Platform is Mac OS.

    If you get Error 1600 from iTunes (or if you see in your log a failure to repare x12220000_4_Recovery.ipsw), try: mkdir “~/Library/iTunes/Device Support” ;  if that directory already exists, remove any files in it.  Then re-run PwnageTool.

    Reminder: as of right now, there are no apps out for 2.0. Over the next few days some will come out. So do not update yet if you have some favorite 1.1.x apps you are using! 2.0 will not run 1.1.4 apps

    UPDATE: version 2.0.1 is avaliable

    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!