Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 2.28 KB

README.asc

File metadata and controls

49 lines (38 loc) · 2.28 KB

iOS Notes Export

Simple tool that can be used export notes from (unencrypted) iTunes backup files to CSV files.

Pre-requisites:

You should have iTunes installed for the user executing the export tool, and that iTunes should be synched to the iPhone/iPad in question. The backup should NOT be encrypted. If it is encrypted, be sure to switch of encryption then re-sync.

Usage:

  1. Make sure you have a JRE installed : http://www.java.com/en/download/index.jsp

  2. If Windows User, double click "iOS Note Exporter.exe". If on other platforms, double click the .jar file.

  3. Select the folder containing the backup …​.

    1. If on Windows, the iTunes backup folder is [User Folder]/AppData/Roaming/Apple Computer/…​

    2. If on OSX, then iTunes backup folder is usually : ~/Library/Application Support/MobileSync/Backup/

  4. If notes are found, select a folder to output the CSVs.

  5. Finished.

License

 * Copyright 2012 Consoli Limited
 *
 * Licensed to the Apache Software Foundation (ASF) under one or more
 * contributor license agreements.  See the NOTICE file distributed with
 * this work for additional information regarding copyright ownership.
 * The ASF licenses this file to You under the Apache License, Version 2.0
 * (the "License"); you may not use this file except in compliance with
 * the License.  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.

Open Source Credits:

  • SQLite JDBC Driver (Apache License)

  • Silk Icons (Free usage)

  • Launch4J (BSD License, GNU General Public License version 2.0 (GPLv2), GNU Library or Lesser General Public License version 2.0 (LGPLv2), MIT License)

Changelog

  • 1.0.0 Nov 3, 2012 : First Release, may be bugs.

  • 1.0.1 Mar 4, 2013 : Fixed headings on exported CSV file (were not aligned to the detailed records).