You lot are my best critics! Every form of feedback gives me insight into what users value no matter how crazy it may be.
By far, the single biggest request has been to include the underground map. Yes, it’s copyrighted. It needs to be licensed and due to its iconic nature and Transport for London (TFL) are very protective of it. As stated before, my main interest was to create an application to accurately show the ever changing service levels of the underground network in a timely manner.
In my humble opinion, an ideal way to get the tube map on the iPhone is to use the best of what the platform has to offer. The map needs to be faithfully redrawn using Quartz and or OpenGL ES. This would deliver a plethora of functional opportunities, journey planning being one of them. It would be scalable whilst maintaining sharp graphics and could even be animated. This would take a significant amount of work and at this point I don’t know if or when I could commit the time to do this; but the source code is open sourced so others are free to pick this up. Others are also working on PDF and image based solutions that look really promising. You can also download the PDF of the map and easily transfer to your phone using FileMagnet as others have suggested.
Journey planning really needs direct access to the appropriate API’s (e.g a web service). Sure one could post to various webpages and scrape the results etc, but this is far from ideal when sending user selections and obtaining the appropriate results. Train departure boards are beyond the current scope of TubeStatus, but not impossible. People have pointed me to various services on the web that could be used to obtain departure data. Again there are licensing issues around using this data, National Rail will actively block any servers they find automating and republishing departure information.
The icon is a subjective matter, if you feel strongly about it, I am totally open to alternatives; send me some examples that conform to the correct dimensions and I’ll put them up on this blog for feedback. One thing you have to remember is that the white thumb highlight is applied by the platform itself; hence I don’t think any icon with a white background will work with it, but could be wrong. But I accept that photographic icons (as TubeStatus is) are not as clean as graphical ones.

Man your app is awesome…truly a life saver!
Just wondering if you’re ever going to get London Overground status! I have to get that to get anywhere and its a real nuisance when there’s no service.
London Overground will definitely be in the next version of TubeStatus
the app sounds great – but i cant use it
i’ve synced it to my iphone and the icon shows on the screen but when i click on it the icon, it looks like it is going to a browser screen….stops and then goes back to the main menu….any ideas why?
thanks!
claire
this is strange, i have heard of the application crashing when trying to open it. this can sometimes occur if it receives an error from the server and can’t get the tube line information. generally the server will respond 97-98% of the time no problems.
the best i can suggest is:
* ensure you are running the latest iphone software update (2.0.2), plug in to itunes, check update.
* remove the TubeStatus application
* shut down & restart your phone
* install TubeStatus again
Hi Malcolm…I look forward to having the overground status in the new version…I am a programmer myself! But don’t have an SDK for the iphone…if you need any thing done and need an extra set of eyeballs let me know…
as for the app crash problem…I had the same issue I called apple support and they asked me to do the followign and everything started working:
1. Open up iTunes (dont connect your iphone yet!)
2. go to itunes store and then app store link…and download any random free app.
3. Once downloaded connect your iphoen and it will sync automatically.
4. once sync is complete your apps will work (hopefully)
thanks djfidelio, you can download the sdk from apple http://developer.apple.com/iphone/program/download.html i have also open sourced the existing and prior released code bases on google code http://code.google.com/p/tubestatus/