jensstein / oandbackup

backup manager for android
Other
543 stars 198 forks source link

Call logs, sms, wifi password #95

Open niko-yanev opened 9 years ago

niko-yanev commented 9 years ago

I think there should have also the possibility of blacking up also the SMS, WiFi passwords and call logs, like TiB

jensstein commented 9 years ago

sms messages are in mmssms.db of com.android.providers.telephony, call logs are in contacts2.db of com.android.providers.contacts and wifi password are in wpa_supplicant.conf of the special wifi.access.points package. i don't think i would want to handle them in a special way outside of these packages. but i have thought about adding a paragraph to the readme and the in-app help notes about it. i just forgot about it again.

niko-yanev commented 9 years ago

Thanx, i'll make periodically backups to theese.

fajabird commented 8 years ago

@jensstein please have a look at this great open-source project: https://github.com/handschuh/Slight-backup It has some very easy routines to backup call-log, SMS, dictionary, playlists, settings and even contacts. I would like to see them (call-log first) in oandbackup, so I can have all in one app, PLUS schedules which I still miss in SlightBackup :-)

jensstein commented 8 years ago

yes, i am aware of that program. but what would the value of having another set of operations for these things (call logs, sms, etc) be in your opinion when they can be backed up as descriped above (you can back up com.android.providers.contacts to get your call logs for example)? are there problems or bugs with the current way that i haven't realised?

DJaeger commented 8 years ago

I think a difference in the way of doing the backup and restore could be that by backing up and restoring the provider application will overwrite all existing content and walking through would add them. Or am I wrong? This could be an option on restoring.

fajabird commented 8 years ago

Yes - thats one of my points. Another is that moving android specific files between different android versions (this is my default use case for doing a backup and restoring it) could cause issues, too. But I understand that there is already a method implemented and as long it works for most people its low priority to change that.

DJaeger commented 8 years ago

That's a much better point, you are right.

timur-g commented 8 years ago

For Wi-Fi passwords, F-droid has WiFi Key View.

ildar commented 8 years ago

Also for SMS and call logs there's SMS backup+ J FYI

DJaeger commented 8 years ago

WiFi Key View doesn't allow to automatically backup and with SMS backup + you can not save all your backups in one place.

Schroedingers-Cat commented 7 years ago

I have never succeeded in restoring text messages, call logs etc. from both, oandbackup and manual file backup. As soon as I restore the specified apps from oandbackup or copy the files and set the correct permissions manually, I get spammed with "Dailer as stopped working" dialogs. Is there an official and working way to backup this?

duttyend commented 4 years ago

sms messages are in mmssms.db of com.android.providers.telephony, call logs are in contacts2.db of com.android.providers.contacts and wifi password are in wpa_supplicant.conf of the special wifi.access.points package. i don't think i would want to handle them in a special way outside of these packages. but i have thought about adding a paragraph to the readme and the in-app help notes about it. i just forgot about it again.

Dear @jensstein ,

Before all, thank you so much for your awesome oandbackup !!!

As others have said, it would be great to be able to backup / restore SMS and call log from oandbackup, but I understand your point.

As an information for people who are interested in doing a backup/restore on recent Android versions, the new path is "/data/data/com.android.messaging" and the new file is "bugle_db".

Have a great day!