API for Android Data Backup?

Jun 14, 2016 at 9:44am
I am still learning C++ and QT for my own. Right now, I am planning to build a data backup app for Android, such as contacts, text messages. I find this kind of app has a large user base. What kind of API should I use to create such an app?

P.S. It is quite hard to start the app from scratch. thanks
Jun 15, 2016 at 12:18am
I think your problem will be that on both Android and iOS the data for each application is sandboxed away and only available to that application... unless your app asks for *all* of the permissions. Even then, it may only be possible to do on a rooted device....
Jun 15, 2016 at 1:59am
Thanks for the reply. Actually I came across one app that can access phone data without root. Still can't figure out how it works.
Jun 15, 2016 at 7:18am
There are many such Android backup app and software out there, like Mobiledic, Android manager, Aisoft Android File backup and more...

You can see how it works
http://www.mobiledic.com/android-topic/transfer-text-messages-from-android-to-computer.html

maybe it's helpful to you when you start to build Android data backup app.
Last edited on Jun 15, 2016 at 7:19am
Jun 16, 2016 at 2:09am
You can see how it works
http://www.mobiledic.com/android-topic/transfer-text-messages-from-android-to-computer.html


It seems the program uses private api for data backup. I will dig out a bit more. thanks
Topic archived. No new replies allowed.