Hi
Is it possible to create a full phone backup using python? Like the one you can create using the built in Memory app, which creates a single file with all the custom things on the phone (contacts, calendar, other PIM data etc, bookmarks, theme, sounds, main menu layout, etc etc) and can restore the phone to the state saved in the file.
I did some research, if it is possible to call the mentioned memory app with some parameters like what to save, where to save, or to do a restore, but found nothing. The app is Z:\sys\bin\MMCApp.exe, or at least this exe handles the UI, but no more info.
I didn't find any API with this function in python, which would be more simple than hacking around with calling external files from the python program.
Even thought of wiriting a complete program which would manually save the PIM data one-by-one with the API-s to handle them, but it is out of my programming capabilities and the other resources available for the project.
Soo... this is the question, any help is welcome.
alex

Reply With Quote

