With some third party sync tools you can synchronize SMS (and more) with your Computer.
Some examples for Mac OS are:
* MobileSyncBrowser: http://homepage.mac.com/vaughn/msync/
* The Missing Sync for iPhone: http://www.markspace.com/products/iphone/missing-sync-iphone-mac.html
The first requirement is that you have a jailbroken iPhone.
Through the app Cydia one has to download the app OpenSSH.
After downloading the required software you have to establish a connection between your computer and your iPhone so you can open the ssh connection.
In this solution both are members of a secure WLAN. (iPhone IP in this example: 192.168.1.2)
The standard login credentials for the ssh-access are usename 'root' and password 'alpine'.
The SMS archive is stored as '/var/root/Library/SMS/sms.db'.
If you just want to copy the database you can use this one-liner:>scp root@192.168.1.2:/var/root/Library/SMS/sms.db /home/user/
After entering the password the transfer should start.
If you want to browse the filesystem you can do this by connecting with ssh:>ssh root@192.168.1.2
After entering the password you should be able to access the filesystem.
If you have an application to view sqlite3 databases you can start browsing the archive.
Example:>sqlite3 SMS.db
>.tables (shows the tables in the database)
>.schema message (shows the schema with all the triggers of the table message)
>SELECT * FROM message ORDER BY `date` DESC; (lists all saved messages ordered by the date in descending order)
Since iPhone is going to be one of the leaders on the market of Smartphones, thousands of applications are appearing every day on AppStore. Qando, InfoSystem from Wiener Linien and VOR, is one of the them, which helps people to manage their time in better way. With Qando - your tram, bus or underground never pass you. It finds a best route, never let you wait for while and brings your life to the REAL TIME. You can install Qando via webpage http://www.qando.at/download.ft, direct in your mobile phone or using iTunes from AppStore. It is not only transport schedule and purchasing tickets, Qando gives you tips on sightseeing, theatre, cinema, concerts and parties. Change you life just installing right Application :).
To secure your SSH connection the password for "root" has to be modified. Please, regularly change this password. Start the Terminal of your Mac or Shell of your Linux computer. For Windows an SSH application such as Putty is necessary.
(Note: For iPhone without installed SSH Server this series of steps is impossible and not necessary) There is a legal issue that hampers the overall SSH usage: Only applications from the Apple "app store" are legal to be used on an iPhone. The SSH solution is often referred to illegal "Jailbreak" solutions which cannot be recommend from legal perspective ;)However, this issue should not be ignored for all iPhones using such SSH solutions.
There are 2 following ways that will help you can programming for Iphone in Window platform:
1. Use toolchain of third parties:
For example : Window : Windows_Cygwin_Binary_Toolchain (http://wiki.iphonegameover.com/Windo...n_Installation)
However, application written by toolchain cannot be sold through iStore.
2. Setting up a vitual Mac OS Operation in Window platform by some vitual machine software like VM ware.