iPhoneRoot.com       

News tagged ‘приложения’


PwnageTool 2.0 released - jailbreak and unlock for 2.0 firmware





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




|
   

Leave a comment

IPhone application pricing update



Pinchmedia provided new report of prices for IPhone application in AppStore. The percentage of applications that are free is falling. However competition among paid applications is leading to price cuts - the most common price is $0.99. Almost 69% of paid applications are now $4.99 or less. $9.99 remains the second-most popular price. As of this morning, Pinch Media tracked 798 applications in the AppStore - 161 (20.2%) free, 637 (79.8%) paid.

Here are the results:

Compare them with the ones, that were presented a week ago just after the AppStore opening: IPhone application price.




|
   

Leave a comment

Free vs paid IPhone applications by category



Pinchmedia recently announced new report regarding IPhone applications (take a look at the previous one here). They counted free and paid applications in each category. Guess what the results are:

News and social networking are disproportionately free, since it's difficult to charge for content that's freely available elsewhere and social networks grow in value with the number of participants. Entertainment and games are disproportionately paid, reflecting a belief that people will pay money to have fun. Since the AppStore's applications are disproportionately entertainment and games (helped along by a lot of $0.99 e-books), the AppStore's applications are predominantly paid. The most common price for an application in the 'games' category is still $9.99, although the second-most common price is $1.99.




|
   

Leave a comment

IPhone application price



The Apple's online store with applications for IPhone is opened. Here are some statistics provided by pinchmedia. They counted 559 applications - 421 of them paid, 138 of them free (7:00 PM EDT). Paid applications ranged in price from $0.99 to $69.99, with the most common price points being $0.99 (85 applications), $9.99 (82 applications), and $4.99 (62 applications). A bar graph of iPhone application price distribution can be viewed in the beginnings of this post. Of course every day there are going to be more and more IPhone applications avaliable in iTunes store.




|
   

Leave a comment

IPhone applications are in iTunes Store



Here are the news from Apple: "When the iPhone 3G goes on sale tomorrow, more than 500 native applications will be available on the revolutionary new App Store — including more than 125 free applications."

But the applications are already there!! Because in some parts of the world it is already July 11. And what is great, there are many free applications. For example, Remote, AIM, Google Mobile, NYTimes, Myspace Mobile.

Users can download applications directly from new IPhones or through iTunes.




|
   

Leave a comment

Not only Java for now



Hello, everybody!

There were many visitors to Java4IPhone site recently. This is great! I like the idea, that this site is useful. Most visitors are from the US and Russia (since there are 2 languages supported). But I see quite a lot of interest from all over the world: Europe, China, India, even Kuwait and Maldives :)

So I decided to extend the site news to everything that is IPhone related. For those who is interested only in Java on the IPhone there is a category Java+IPhone with subcategory Java Applications.

Stay tuned and have fun.




|
   

Leave a comment

Written by admin

Wednesday, July 2nd, 2008. 17:44

JavaSysInfo - another sample GUI Java application



javasysinfo.png

This is another simple Java GUI application for the IPhone/IPod from Java Flavor Weblog. It simply shows Java system information on iPhone/iPod touch. It uses Java, JocStrap and GNU Classpath.

This application can be installed through Installer. Just add the repository http://javaflavor.cocolog-nifty.com/apptapp/. The application can be found in Java section and is called JavaSysInfo. Or just download it here: javasysinfo-092.zip. The package includes compiled class files, source java files and runnable script with an icon. Here are the sources: JavaSysInfo and JavaSysInfoController.

Note that JocStrap applications, including JavaSysInfo, currently require JocStrap, UICaboodle, JamVM, GNU Classpath, GNU Classpath Tools, Apache APR, libffi and BSD Subsystem. In most cases all this was installed during Java on IPhone installation.




|
   

Leave a comment

Java GUI on IPhone (example)



During Java instalation there was sample programm installed. It is called HelloJava. It is a bit more complicated than basic console HelloWorld-type application, that we tried to compile and run during this tutorial. HelloJava uses gui and SQLite. It uses several classes, that are bridges to IPhone's functionality (GUI, sound, SQL, etc). But all that it does is it reads contacts' first and last names from IPhone's database (throught SQL select statement) and shows them on the screen in GUI mode. It also produses simple sound in the end.

Here is a screenshot of the icon and application itself:

hellojava1.jpghellojava2.jpg

The application consists of several files:


Read the rest of this entry »




|
   

Leave a comment, read comments [1]

Tutorial: compile and run Java application on the IPhone



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.


Read the rest of this entry »




|
   

Leave a comment, read comments [16]

Tutorial: install and use Java on the IPhone



With this tutorial you will be able to install Java on the IPhone, compile and run simple Java applications using IPhone.

I decided to split this tutorial into two different ones. So here they are:

Have fun and leave comments.




|
   

Leave a comment, read comments [4]

Cannot create? Convert!



There are two ways to enable Java applications run on the IPhone. The first one is to port Java to IPhone, and this is preferrable :) The second way is to create automatic Java to IPhone porting solution for individual applications.

A company called Innaworks announced an interesting product called alcheMo. alcheMo is an automated system to port J2ME application to a native platform such as BREW and IPhone.

alcheMo technology is basically J2ME to C++ translator and the run-time library. It converts Java application to C++ application, which can be compiled, run and debugged. Using native run-time libraries the native executable is created. The alcheMo run-time library provides equivalent functionality to those associated with J2ME, including support for automatic garbage collection, multi-threading and extensive subsets of CLDC 1.1 and MIDP 2.0, and extension JSRs.

alchemo_workflow_400x207.png

There are several examples of porting games to BREW platform. Hopefully there will be some for the IPhone in the near future. For now alcheMo is in beta state, potential developers are invited to join.

By the way, alcheMo for iPhone supports the accelerometer, the touch screen and other unique iPhone features, through standard MIDP 2.0 API, JSR-256, and, where necessary, extension APIs. If J2ME application uses such APIs, it will automatically and immediately be accelerometer or touch screen capable on iPhone.




|
   

Leave a comment

Written by admin

Thursday, April 17th, 2008. 14:10

To be or not to be?



java iphone

We are all waiting too see Java logo on our IPhones. I do too. But... there are obstacles and restrictions. The main point is that Sun really wants see Java on the IPhone. Community wants to see it. Large companies want to be able to create Java based applications. This is a huge market. However there will be probably no Java if Apple doesn't want it to be. That's what I've heard from a vice president of Sun Microsystems. The good news is that Sun wants to be ready with Java for the IPhone in case of everything will go well. So I assume there are investigations and probably some development going on already. And of ofcourse lawers are working hard too :-) .

So what about Apple? Apple will be able to make money with Java. There is a huge market and big money. Enterprise solutions, regular applications and etc. Everybody will benefit from it. We'll see quite soon, what will happen.




|
   

Leave a comment

Written by admin

Thursday, April 3rd, 2008. 23:17

Official Sun Microsystems announcement



JavaEric Klein, vice president of Sun Microsystems, Java Marketing anounced that Sun will be developing a Java VM for the Apple's IPhone. This JVM will be based on Java Micro Edition and will allow IPhone to launch thousands of existing and new Java applications. "Once our JVM is on the phone, we anticipate that a large number of Java applications would run on the phone," Klein said. It took 24 hours for Sun to analyze the licence and information Apple had provided with IPhone's SDK. Release date is planned some time after June 2008.

Download the official recordings: audio - mp3 (335 kb), video - mp4 (4.9 mb).




|
   

Leave a comment