BoursoMac logo Me connecter 
Recherche

Installez des applications natives sur votre iPhone

19 Août 2007 17:14 par sdelucaPermalink | TrackBack: http://fr.boursomac.com/trackback/724 | del.icio.us logoDel.icio.us — mis à jour le 21 Août 2007 20:55 existe depuis Il y a 4 ans & 9 mois — Noter :

Les choses vont bon train sur iPhone. Un utilitaire vient d'être mis en ligne : Il permet d'installer des applications sur votre iPhone de manière simple et automatique.

En effet, une fois accomplie cette étape d'installation sur votre iPhone, il vous suffira de cliquer sur un lien d'une page Web via WIFI ou EDGE pour installer n'importe quelle application.

Par « application », nous entendons de vraies applications, écrites en Objective C -- comme sous votre Mac (compatible Intel et Power PC). Plusieurs applications sont déjà disponibles, et notamment l'émulateur Nintendo NES dont nous vous parlions il y a quelques jours.

Le mode d'emploi est très simple -- même pour ceux qui ne sont pas habituer à faire du terminal :

  1. Téléchargez iPhoneInstaller sur votre Mac ; il va se mettre sur votre bureau.
  2. Ouvrez l'application Terminal de votre Mac.
  3. Allez dans iPhoneInstaller en tapant : cd Desktop
  4. Exécutez le logiciel en tapant : ./get_installer.sh

Ensuite tout est automatique ! Le processus récupère sur internet les derniers binaire puis effectue l'ensemble des opérations nécessaires à l'installation. Vous allez avoir l'affichage suivant :

MonMac:~/Desktop/iPhoneInstaller Moi$ ./get_installer.sh
What firmware is your iPhone running?
1) 1.0
2) 1.0.1
Enter 1 or 2: 2
Using firmware 1.0.1

Fetching restore zip file from Apple...

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 91.1M  100 91.1M    0     0   653k      0  0:02:22  0:02:22 --:--:--  709k
Archive:  iPhone1,1_1.0.1_1C25_Restore.ipsw.zip
  inflating: 009-7662-6.dmg          
  inflating: kernelcache.release.s5l8900xrb  

* iPhone Installer Installer v0.1

* Using 009-7662-6.dmg as the Restore Image.
* Using kernelcache.release.s5l8900xrb as the Kernel Cache.

(privateFunctions) Architecture: i386 
0  Looking for iPhone...
1 Sending Files...
+--->
| If iTunes is running, please close it.
| Hold the POWER and HOME buttons for approximately 25s.
| Release when the display says 'Please Connect to iTunes'.
| If iTunes takes control when your iPhone says 'Please
| Connect to iTunes' just close iTunes then disconnect
| and reconnect your iPhone.
+--->
2 Sending More Files...
3 Booting iPhone...
4 Waiting for iPhone to finish booting (2 minutes)...
5 FilesystemCheck 1...
6 FilesystemCheck 2...
7 Mounting File Systems
8 Moving files into place...
9 Cleaning up...
10 Unmounting partitions...
11 Rebooting iPhone...
12 Waiting for final iPhone reboot...
13 Sending Final Files...
14 Done
MonMac:~/Desktop/iPhoneInstaller Moi$

Une fois le processus terminé, vous pouvez installer des applications proposées par Nullriver comme Terminal, OpenSSH pour accéder a vos serveurs via ssh ou bien les applications produites par des éditeur tiers comme des jeux : l'émulateur NES, biensur, Doom, TicTacToe, Lights off et bien d'autres choses !

Assez remarquable, vous pouvez également télécharger les langages de développement comme ruby, perl, python !

21 aoùt 2007 : Une mise à jour de iPhoneInstaller version 1.8 vient d'être mis en ligne, vous pouvez le télécharger directement depuis iPhoneInstaller.

1 commentaire(s) | Reddit!

Install native iPhone applications

19 Août 2007 17:14 par Permalink | TrackBack: http://fr.boursomac.com/trackback/740 | del.icio.us logoDel.icio.us — mis à jour le 26 Août 2007 00:39 existe depuis Il y a 4 ans & 9 mois — Noter :  — — Désolé, ce contenu n'est pas disponible en français.

iPhone hacks are getting better, and a brand new utility has been mae available to download: With it you can install native applications very easily.

When we say « native application », we designate non Web-based apps. Those apps are full speed apps, written in Objective C --
as on your Mac, such as Nintendo NES emulation which we were talking about few days ago.

To install it, just do the following:

  1. Download iPhoneInstaller on your Mac ; the binary is put on the desktop.
  2. Open Terminal application from your Mac.
  3. Get to iPhoneInstaller, type: cd Desktop
  4. Execute it, type: ./get_installer.sh

Then it's all automatic, just wait and you'll see the following:

MyMac:~/Desktop/iPhoneInstaller Me$ ./get_installer.sh
What firmware is your iPhone running?
1) 1.0
2) 1.0.1
Enter 1 or 2: 2
Using firmware 1.0.1

Fetching restore zip file from Apple...

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 91.1M  100 91.1M    0     0   653k      0  0:02:22  0:02:22 --:--:--  709k
Archive:  iPhone1,1_1.0.1_1C25_Restore.ipsw.zip
  inflating: 009-7662-6.dmg          
  inflating: kernelcache.release.s5l8900xrb  

* iPhone Installer Installer v0.1

* Using 009-7662-6.dmg as the Restore Image.
* Using kernelcache.release.s5l8900xrb as the Kernel Cache.

(privateFunctions) Architecture: i386 
0  Looking for iPhone...
1 Sending Files...
+--->
| If iTunes is running, please close it.
| Hold the POWER and HOME buttons for approximately 25s.
| Release when the display says 'Please Connect to iTunes'.
| If iTunes takes control when your iPhone says 'Please
| Connect to iTunes' just close iTunes then disconnect
| and reconnect your iPhone.
+--->
2 Sending More Files...
3 Booting iPhone...
4 Waiting for iPhone to finish booting (2 minutes)...
5 FilesystemCheck 1...
6 FilesystemCheck 2...
7 Mounting File Systems
8 Moving files into place...
9 Cleaning up...
10 Unmounting partitions...
11 Rebooting iPhone...
12 Waiting for final iPhone reboot...
13 Sending Final Files...
14 Done
MyMac:~/Desktop/iPhoneInstaller Me$

Once completed, you'll be able to install what Nullriver proposes, such as Terminal, OpenSSH to access your server or third party applications such as games: NES emulator, Doom, TicTacToe, Lights off and many others things!

And you'll even find developing languages such as ruby, perl and python!

21 august 2007: An upgrade is available (iPhoneInstaller version 1.8) ready to download from within the update option of iPhoneInstaller.

1 commentaire(s) | Reddit!


Les 1 commentaires


1Citer — Commentaire de Yaqin posté le 23 Mars 2012 13:06:

the wallpaper thing. i have an ticuoh and i have the ios 4 update. and when i try to set the wallpaper. it doesn't give me the option to set it the the backround. doesn't anyone one know if the ticuoh isn't allowed to do that. i have the 2nd gen. and i already read that 2nd gen can't multi task


Laissez un commentaire Pas de tag HTML — Syntaxe textile appréciée




  M'avertir lorsqu'une réponse est postée

Want to insert a photograph into your comment?
To insert a photo in your comment do the following:
1 — Choose one by clicking on Choose File button and select an image.
2 — Insert the special tag [image] in your text where you want it to appear.
3 — Validate your comment by cliking on the button.





Si vous avez de la difficulté à lire le code, cliquez sur l'image.

Textile

A Humane Web Text Generator

what does it do?

Quick block modifiers:
Header: hn.
Blockquote: bq.
Footnote: fnn.
Numeric list: #
Bulleted list: *

Quick phrase modifiers:
_emphasis_
*strong*
??citation??
-deleted text-
+inserted text+
^superscript^
~subscript~
%span%

To apply attributes:
(class)
(#id)
{style}
[language]

To align blocks:
< right
> left
= center
<> justify

To insert a table:
|a|table|row|
|a|table|row|

To insert a link:
"linktext":url

To insert an image:
!imageurl!

To define an acronym:
ABC(Always Be Closing)

To reference a footnote:
[n]

Putting it all together

View sample input text


Advanced Features

<iphone src="url"/> : Display an iPhone Web application

<youtube src="url"/> : Display an YouTube video

<member username/> : Display an iPhone Web application

<iphone src="url"/> : Display an iPhone Web application

Smileys
[angry] :
[asleep] :
[clap] :
[cold] :
[cry] :
[dollars] :
[gift] :
[guru] :
[iloveyou] :
[laugh] :
[lol] :
[loving] :
[music] :
[shuss] :
[sick] :
[smile] :
[sport] :
[sweat] :
[unhappy] :
[wink] :
Copyright ©1994 ˜ 2012 dsei.biz / Stéphane de Luca — Tous Droits Reservés | 14:37Contact | RSS RSS Feed