iOS Backup Recovery 

part 1

The idea of the iOS Backup Recovery is to recover your deleted file such as SMS, voicemail, images and safari history using python. In this project you will see three tables setups. Feel free to add more tables in order to bring up more data from the Backup file. We will go each step together to have full understating about iOS Backup project.

iTunes installing:

First steps install iTunes application. Get Download. After iTunes installed, plug your phone and click on the small icon as you see in the flowing image:

To download your Backup file, click the ' Back up now'. When the download finished then click the 'Done' button. If you have windows operating system you will see your Back up files downloaded under flowing path C:\Users\username\AppData\Roaming\Apple Computer\MobileSync . Feel free to relocate the Backup folder.  

installing python and pip: 

When you download the python make sure you check on pip. If the pip doesn't install for some reasons click on the button. Save as 'get-pip.py' then open Terminal or Git bash. Run the following command python 'get-pip.py'.  pip installed in your machine (Done). For more information click here

To continue with the rest configuration, please scroll up and click 'buy now'. After you pay, you will provide with the following:

1. Installing the iOS project liberally using pip with the steps.

2. Authorizing to get the code with the steps to run the code.