#Iphone

60 posts tagged Iphone

iPhone could not be restored

· apple, errors, software

Jailbreaking my old iPhone 2G (Edge version).

It was a bit hard to find software that would still allow me to jailbreak this 2G.

Soooow, I mirrored all I used.

Bootloader: 3.9 or 4.6

PwnageTool: 3.1.5

Be aware: you will need iTunes 9 (or 8, I guess) – iTunes 10 gives an error: “iPhone could not be restored. An unknown error occurred (1600).”

Follow basic instructions on the PwnageTool (export mode > you need to select the default IPSW) and you’ll get there.

iRail news

· linux, software, irail, www

  • Been playing around with nginx vs Apache for iRail. The bottle neck still is the NMBS site (and I'm truly sorry for DoSing you, dearest NMBS. I had to benchmark), but nginx seems to win just slightly over Apache. Maybe it's worth moving irail.be to my nginx webserver. <3 nginx.
  • The iRail (national) mobile website is getting its final touches and should go live tomorrow night.
  • The iRail API seems stable. Special thanks to Pieter.
  • iRail is currently developing a native Qt (Symbian, Maemo and MeeGo) application.
  • There will most likely be a Bada (Samsung) native application as well.
  • Same for the iPhone, native app should be here soonish.
  • If you'd like to help, one way or another, two addresses, Project iRail and mailing list. :)
  • iRail team will attend Apps Marathon on Monday.
  • iRail @ OpenBelgium

iRail updates

· irail, www

We’ve been busy.

First of all, big thanks for all the code and help from Pieter Colpaert.

Updates:

And again, Git repo located here. Feel free to participate. :)

You can very easily fork my Git repository, all working improvements will be merged to the main stream.

iRail.git

· apple, linux, software, irail, www

iRail source is on Github.

To access the iRail source code;

Be aware you need to be added as contributor before being able to commit changes.

  1. get Git
  2. [browse to some folder] mkdir git
  3. cd git
  4. git clone git@github.com:Tuinslak/iRail.git
  5. cd iRail
  6. git fetch

To edit & commit changes:

  1. git add [file]
  2. git commit -m 'edited [file], added this and that'
  3. git push

To update repo

  1. git fetch
  2. git merge origin/master

To check log