Difference between revisions of "IPhone Application Development"

From ivc wiki
Jump to navigationJump to search
Line 3: Line 3:
* UiA Logon
* UiA Logon
* Shell script
* Shell script
* [http://beta.ivancover.com/iphone/apps/ Download]


Script for logging-on to the university wireless networking. The authorization requires SSL2 which the Safari browser does not support.
Script for logging-on to the university wireless networking. The authorization requires SSL2 which the Safari browser does not support.
Line 11: Line 12:
* Shell script
* Shell script
* Requires iPhone v1.x.x
* Requires iPhone v1.x.x
* [http://beta.ivancover.com/iphone/apps/InterLoop_v10.zip Download]


Small script to randomly select a song from the iPod library and play it for a certain period of length.
Small script to randomly select a song from the iPod library and play it for a certain period of length.
Line 18: Line 20:
* LookUp Daemon
* LookUp Daemon
* Requires iPhone v1.x.x
* Requires iPhone v1.x.x
* [http://beta.ivancover.com/iphone/apps/LookUp_v10.zip Download]


Script to look-up the phone number of the last incoming call to find the name. The number is sent via a web request to a online directory and the response is parsed and displayed to the user. Options to add it to a new contact.
Script to look-up the phone number of the last incoming call to find the name. The number is sent via a web request to a online directory and the response is parsed and displayed to the user. Options to add it to a new contact.
Line 25: Line 28:
* Bind Wrapper
* Bind Wrapper
* Requires iPhone v1.x.x
* Requires iPhone v1.x.x
* [http://beta.ivancover.com/iphone/apps/Bind.app.zip Download]


A wrapper to start the Bind name server daemon. Used when the iPhone is used as a tunnel/socks server, aka. tethered modem, from a computer via wifi.
A wrapper to start the Bind name server daemon. Used when the iPhone is used as a tunnel/socks server, aka. tethered modem, from a computer via wifi.

Revision as of 17:17, 9 February 2009

UiA Logon

Script for logging-on to the university wireless networking. The authorization requires SSL2 which the Safari browser does not support.

InterLoop

  • InterLoop
  • Shell script
  • Requires iPhone v1.x.x
  • Download

Small script to randomly select a song from the iPod library and play it for a certain period of length.

LookUp

  • LookUp Daemon
  • Requires iPhone v1.x.x
  • Download

Script to look-up the phone number of the last incoming call to find the name. The number is sent via a web request to a online directory and the response is parsed and displayed to the user. Options to add it to a new contact.

Bind

  • Bind Wrapper
  • Requires iPhone v1.x.x
  • Download

A wrapper to start the Bind name server daemon. Used when the iPhone is used as a tunnel/socks server, aka. tethered modem, from a computer via wifi.