-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to iphone Address book csv export application.
This application is made for export data from addressBook in csv to import contacts on yahoo address book, It can be modified to do what you want to do. Have fun
Requires
- A jailbroken iPhone with ssh (firmware 2.2.1)
- A webserver to install this application
- Install this application on a web server with PHP 5 (this has been test on LAMP)
- Get your iphone addressBook database (you can get it through ssh : /var/mobile/Library/AddressBook/AddressBook.sqlitedb on your jailbroken iPhone)
- Copy your addressBook database to /data/AddressBook.sqlitedb in this application
- Display this application on a web browser (generaly http://localhost/iphoneAddressBook/web/)
- List your contacts and check if your datas are correctly displayed
- Click Save as csv, that’s all folk
First make sure you have the right to launch the application then in your web folder try sudo chown -R www-data\: iphoneAddressBook on a linux environnement
The second tips is to clear cache of the application by dooing th following in the application folder symfony cc
Then you can try to cry or get mad but I’m not sure that works
There’s a bit more configuration you want to do
Edit the file /apps/frontend/config/app.yml, take care to not add tabulations at start of each lines then modify or add the list of multivaluelabels section in the order you want
Edit the file /apps/frontend/modules/person/templates/listSuccess.csv.php and modify as you want (You need few skills in php language)
My name is David Epely aka esion. You can contact me by email : esion99[at]gmail[dot]com and check my blog esion99.info
This is an open source application released on MIT License. Feel free.