Difference between revisions of "IPhone Application Development"
From ivc wiki
Jump to navigationJump to search
(New page: == UiA Logon == * UiA Logon * Shell script Script for logging-on to the university wireless networking. The authorization requires SSL2 which the Safari browser does not support. == Int...) |
|||
Line 16: | Line 16: | ||
== LookUp == | == LookUp == | ||
* LookUp | * LookUp Daemon | ||
* Requires iPhone v1.x.x | * Requires iPhone v1.x.x | ||
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. | ||
== Bind == | |||
* Bind Wrapper | |||
* Requires iPhone v1.x.x | |||
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 16:11, 9 February 2009
UiA Logon
- UiA Logon
- Shell script
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
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
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
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.