How to backup wear Apps + Data - Wear OS Q&A, Help & Troubleshooting

Hi Guys,
I'm trying to work out a method to backup apps and app data from my watch (Huawei Watch 2) before I do a factory reset. I cannot find anything on the internet about this. There doesn't seem to be any backup apps like titanium. Apparently bubble launcher can auto backup apk's but not app data.
I tried doing an ADB backup but I can a message saying:
$ adb backup -all Now unlock your device and confirm the backup operation.
Appreciate any advice

mrlb said:
Hi Guys,
I'm trying to work out a method to backup apps and app data from my watch (Huawei Watch 2) before I do a factory reset. I cannot find anything on the internet about this. There doesn't seem to be any backup apps like titanium. Apparently bubble launcher can auto backup apk's but not app data.
I tried doing an ADB backup but I can a message saying:
$ adb backup -all Now unlock your device and confirm the backup operation.
Appreciate any advice
Click to expand...
Click to collapse
I could use TWRP to do an nandroid backup of DATA partition then restore from TWRP. But this will restore other system apps and settings. I'm surprised now one knows about this.

My guess it's not possible, probably Wear OS still doesn't have such feature.

Related

Google Apps for Android 2.3.6 or pushing /data via ADB

Edit: The old title was "Google Apps for Android 2.3.6 ROMOW 4.1 ROM"
Hi everyone
I was running the great ROMOW 4.1 ROM on my Note and (I don't know what hit me) mistakenly flashed the google apps 6 for ICS (I didn't know the ICS bit at the time of flashing). In order to fix this I flashed the updated ROMOW 5.1 ROM and immediately ran into more trouble. After flashing, the system boots nicely but then hangs in a google account setup error loop. My last backup is from mid of december and I now wonder whether I could simply flash the correct google apps version on top of the mess in order to get back to normal?
Doing a factory reset also solves the issue but then all my Xmas SMS as well as other data from my last backup till today will be gone.
Before doing the factory reset I took a CWM backup of the faulty system which worked perfectly.
Thanks a lot for any suggestions and have a great year!
suxi
Sms backup + In the market backs up urn sms to gmail. Titanium backup does you apps and settings that about covers it I think?
Jr
Sent from the HD2's closest replacement, the Samsung Galaxy Note
Thanks for your answer. Unfortunately as I am stuck in a fatal error setup loop the only things I can do is boot into recovery and work from there or restore an old backup, trying to recover my settings and data from the CWM backup of the faulty system which I took before factory resetting the phone.
Does anyone know how I could retrieve my SMSs and call logs as well as my sMemo drawings from the CWM Backup of the faulty system as these are the crucial things I would like to recover. I have a many hours worth of sMemo drawings and restoring the sMemo user data with Titanium Backup didn't recover them. I don't understand why sMemo doesn't store the drawings on the sdcard and why Titanium didn't backup those. The same goes for SMSs, shouldn't those also be backed up by Titanium?
Again, thanks a lot for your help and for any short explanations of the above!
suxi
OK, this is a great way to learn about android
I learned that I can unzip the CWM backup data.ext4.tar from my faulty system and push certain user data back to a fresh system using ADB.
I am after my SMemo drawings and my SMS Messages. I think the sMemo files for example could be here:
com.sec.android.widgetapp.diotek.smemo
If I push those files/directories in recovery mode with adb to my /data/data directory everything seems fine. I can list them in an ADB shell but after a reboot they are gone.
Do I have a permission issue here?
adb root says I am running adb as root
I also tried adb remount before pushing with no success.
I really appreciate any help!
Thanks a lot
suxi
Nearly there!
I flashed a new custom ROM, booted into recovery mode and mounted the /data directory (before I forgot to do that and couldn't push any data in recover mode because of that).
I extracted the following directories from my faulty system backup and pushed them with adb to the fresh phone:
/data/data/com.android.providers.telephony
/data/data/com.sec.android.provider.logsprovider
After this all my SMS and Calllog Databases were restored.
Now I just need to find the necessary sMemo Databases. I found this one so far:
com.sec.android.widgetapp.diotek.smemo
But pushing this only brings back the document and pile structure with empty documents in sMemo.
Does anyone know where the missing documents are?
Thanks a lot and have a great weekend
suxi
jamieross said:
Sms backup + In the market backs up urn sms to gmail. Titanium backup does you apps and settings that about covers it I think?
Jr
Sent from the HD2's closest replacement, the Samsung Galaxy Note
Click to expand...
Click to collapse
Totally agree with your footer. This is the closest replacement for my loved and over flashed now dead hd2!
Sent from my GT-N7000 using XDA App
https://market.android.com/details?id=com.handyandy.appextractor
This handy app can restore your sms and Apps from CWM. So feel free to flash again any ROM and then use the app to extract your SMS
Good luck
Sent from my GT-N7000 using xda premium
Thank you, that app sounds perfect. Have you tried it? I tried to recover some system Apps and it frequently performs a quick restart in the middle of it, so I guess the remaining Apps had not been restored.
Unfortunately it also doesn't recover my precious sMemo drawings. Does anyone have an idea where in the data directory those are stored?
Best wishes
suxi

Different Backup Methods

I was hoping to learn the differences between certain backup methods. The most common i saw is via recovery (in my case twrp), via titanium backup and another via adb command even without root which i saw in one of the threads here in xda.
First, in terms of "backup coverage" how do they compare to one another? Secondly, which among the three would most put ur phone back the way it was before u wipe or factory reset it
I hope you could input your opinions on this and suggestions.
Thanks in advance!
Sent from my Nexus 4 using xda premium
A backup through recovery is a called a nandroid. This backs up everything on your phone including your ROM, kernel, apps, settings, etc. This will allow you to restore back to the previous state of your phone after doing a full wipe.
Titanium backup only backs up your apps and app data. This is useful when you want to switch ROMs and restore your apps in the new ROM.
Usually when switching ROMs I first use titanium backup, then I create a nandroid backup, and finally I flash the ROM. If I like the ROM I use titanium to restore the apps that I previously backed up, and if I don't like the ROM I restore my nandroid
Sent from my HTC Desire using xda app-developers app
Doing a backup with twrp, cwm or thru adb (nandroid backups) are basically image files of your phone at any given moment in time. If you restore one of these backups your restoring your phone to exactly how it was at that moment in time. Titanium backup and Helium backup just backup cached data at that particular moment in time. Using these apps will only restore the data you specified when you did the backup and nothing else. Say you borked an install of a ROM, Titanium backup would be of no use in getting your phone working again as it only has data and not a system image. You would need the images backed up by twrp to get the phone working again then you could use the titanium backups to restore any newer data saved if say you used an old twrp backup.
whoah! thanks guys! I was supposed to quote you but since both of you really helped me understand it now, this thanks goes to the both of you.
I've hit the thanks button on both you guys.
Thank you very much for explaining this.
One last thing, when using a Titanium backup ( im using the pro version), how do i backup to make sure I cover all that needs to be backed up? There are a lot of options im not sure which to select and what to do. I hope you could enlighten me on this one as well.
Thanks again in advance!
vinz_bangiz said:
whoah! thanks guys! I was supposed to quote you but since both of you really helped me understand it now, this thanks goes to the both of you.
I've hit the thanks button on both you guys.
Thank you very much for explaining this.
One last thing, when using a Titanium backup ( im using the pro version), how do i backup to make sure I cover all that needs to be backed up? There are a lot of options im not sure which to select and what to do. I hope you could enlighten me on this one as well.
Thanks again in advance!
Click to expand...
Click to collapse
With the pro version u can run a batch backup of all apps.
To do this open the app, press the menu button in the top tight corner, and select Batch.
Then choose Backup all user apps. From there you can select/deselect apps. When you are done choosing the apps that you would like to backup, click on the green check mark in the top right corner to start the backup.
vinz_bangiz said:
whoah! thanks guys! I was supposed to quote you but since both of you really helped me understand it now, this thanks goes to the both of you.
I've hit the thanks button on both you guys.
Thank you very much for explaining this.
One last thing, when using a Titanium backup ( im using the pro version), how do i backup to make sure I cover all that needs to be backed up? There are a lot of options im not sure which to select and what to do. I hope you could enlighten me on this one as well.
Thanks again in advance!
Click to expand...
Click to collapse
I stopped using Titanium and switched to Helium a while back and can't really remember how Ti works exactly. I do know you should never restore system apps data just user apps data so I don't even bother backing up systems apps. I think with Ti I would just do an initial backup of all user data and apps and then periodically do a backup of newer user data and apps, or something to that effect in the menu. I do like Helium better as its interface is better, never could figure out how to backup or restore sms, call logs and the dictionary using Ti. Helium is much more straight forward and simpler (not as many options) and it does backups on a set schedule to my box account. I'm sure you can do all that with Ti too it was just not a very clean app.
thanks again for the replies..
@ chromium96
i think it is the same as clicking the box with check icon beside the menu, it brings me to the page the same as where you are leading me to but in just one click. Though im not so sure if it is really the same one.
I did a backup now but made a user app + system data.
kzoodroid mentioned not to backup system. Should I really not backup the system? Im quite confused with the terminologies of TI coz it says backup "user apps". Does this only refer to the apps and not the settings or data in my phone? does the backup "system data" refer to the settings and other data on my phone? if I choose only backup "user apps", would this only backup the apps and nothing else?
@ kzoodroid
could you explain further why I should never backup systems apps?
Lastly, is Helium really better than TI? or it depends on user preference?
Thanks again!
there are 2 kind of apps stored in your phone, system apps, only accesible with root privilege, and user apps,
system apps are phone, browser,wallpapers, etc, this are the basic apps to make your phone to work
user apps are all the stuff you, the user, install on your phone
the first one can be found, via file managers on /system/app
user app in /data or in sdcard for apps can use this option
the user app back-up, via Tb or others create a back-up of /data and apps you choose to install
restoring a system app via Tb is dangerous cause if you've switched rom the /system/app can be different, so restoring can cause trouble or misbehavior on your phone
/system/app back.up can be used only if you, before deleting a system app, want to have a copy to restore in future, but only if you still on the same rom
stremax said:
there are 2 kind of apps stored in your phone, system apps, only accesible with root privilege, and user apps,
system apps are phone, browser,wallpapers, etc, this are the basic apps to make your phone to work
user apps are all the stuff you, the user, install on your phone
the first one can be found, via file managers on /system/app
user app in /data or in sdcard for apps can use this option
the user app back-up, via Tb or others create a back-up of /data and apps you choose to install
restoring a system app via Tb is dangerous cause if you've switched rom the /system/app can be different, so restoring can cause trouble or misbehavior on your phone
/system/app back.up can be used only if you, before deleting a system app, want to have a copy to restore in future, but only if you still on the same rom
Click to expand...
Click to collapse
Thanks for the reply! kinda getting an idea what you mean.. if I backup the system also, then i put a new rom and it may be different from my current roms system so it might mess it up. so just backup user app and restore this after installing new rom then it would be ok and back to how it was before i installed a new rom? Do i understand it right?
vinz_bangiz said:
Thanks for the reply! kinda getting an idea what you mean.. if I backup the system also, then i put a new rom and it may be different from my current roms system so it might mess it up. so just backup user app and restore this after installing new rom then it would be ok and back to how it was before i installed a new rom? Do i understand it right?
Click to expand...
Click to collapse
right man,
only back-up user apps and data, if you like you can also back-up call log and messages, I usually do this, so when I flash a new rom I usually restore apps +apps data, messages and call log via Tb
vinz_bangiz said:
another via adb command even without root which i saw in one of the threads here in xda.
Click to expand...
Click to collapse
I found the ADB backup doesn't work as well as the other methods. I found some apps didn't seem to get backed up, and at least one didn't work after restoring (though this could be because I used Titanium Backup to restore the app from the ADB backup file).

Backup apps and data

Hi,
I need to backup my apps and data,contacts and messages. I used to backup with GO Backup, and it worked flawlessly up to android 4.4, but now on LP and M I can not use it anymore. It was very simple and as soon as I restored my backups everything was back to normal (I didn't even need to login or register again in apps like instagram or whatsapp...). Now I use Titanium, but after restoring backups, I should login to every app, which is troublesome and it can not backup contacts and messages.
I was wondering what app you use with LP or M for backups, and if it is as simple and effective as GO Backup ?
ehsan_zt said:
Hi,
I need to backup my apps and data,contacts and messages. I used to backup with GO Backup, and it worked flawlessly up to android 4.4, but now on LP and M I can not use it anymore. It was very simple and as soon as I restored my backups everything was back to normal (I didn't even need to login or register again in apps like instagram or whatsapp...). Now I use Titanium, but after restoring backups, I should login to every app, which is troublesome and it can not backup contacts and messages.
I was wondering what app you use with LP or M for backups, and if it is as simple and effective as GO Backup ?
Click to expand...
Click to collapse
update your go backup which support lp and mm rom..
Try super backup..you should be rooted to backup data,for apps no need root
saurabh1234 said:
update your go backup which support lp and mm rom..
Click to expand...
Click to collapse
I have the last version, I think it's 3.51. It can not backup apps and data, I've given go backup root permissions, but when it starts, an error is being shown, saying that go backup can not read or write sd card. do you know anyway around it ?
sarath67 said:
Try super backup..you should be rooted to backup data,for apps no need root
Click to expand...
Click to collapse
thanks I will give it a try:good:
ehsan_zt said:
I have the last version, I think it's 3.51. It can not backup apps and data, I've given go backup root permissions, but when it starts, an error is being shown, saying that go backup can not read or write sd card. do you know anyway around it ?
Click to expand...
Click to collapse
change the storage location to internal bcoz in miui lp sdcard can be write only with default explorer
Contacts & Messages backing up possible with Titanium backup .. For contact's backup go to Titanium backup > contact storage ... Do Same for messages..
Easiest way to Backup contacts is google
ehsan_zt said:
Hi,
I need to backup my apps and data,contacts and messages. I used to backup with GO Backup, and it worked flawlessly up to android 4.4, but now on LP and M I can not use it anymore. It was very simple and as soon as I restored my backups everything was back to normal (I didn't even need to login or register again in apps like instagram or whatsapp...). Now I use Titanium, but after restoring backups, I should login to every app, which is troublesome and it can not backup contacts and messages.
I was wondering what app you use with LP or M for backups, and if it is as simple and effective as GO Backup ?
Click to expand...
Click to collapse
Use titanium backup latest version.. It's the best

How to fully backup apps with data and settings (no root)?

Guys, I am really looking to find a solution for a device without root / TWRP / Titanium Backup:
How (the hell) or which application does a full backup of the apps with their data? Titanium Backup was the place to go, and also Nandroid backups were great. But since I don't have root any more, I still have to find a way to backup like in the good old days.
I used Samsung Smart Switch yesterday on my PC to backup, only to discover after a reset that it doesn't backup and revert the app's data... every setting, login, etc. had to be redone from scratch!
The freaking backup solution should also backup the settings and everything of the app...
Tell me there's something for non-rooted users, that can't be!
Thx

Full backup Op 8 Pro no root

Hi guys,
I need an advice on a backup program or app that allows me to full backup my device without root.
I would like to backup the image of the phone because I have to full wipe it.
Some tips?
Any kind of image backup (presumably with TWRP) only works with an unlocked bootloader....as you don't have root I assume you also have your bootloader locked.
What you can do is use a tool like Swift Backup (or the standard Google backup/restore mechanism) which will backup and restore some of the data on you phone including installed apps, but no app data itself. Many apps allow for export/import of their data, so this may be a solution - but requires a bit of footwork to go through all the apps and do export/import of data manually. For me this approach (using the standard Google/Android mechanism) has worked quite nicely the times I had a non-rooted phone.
You can try with ADB backup/restore (maybe with help of an app called Helium Backup that creates a UI for the commandline-interaction of the ADB commands), but you need to connect the phone to a PC for this to work. From my experience ADB backup is a little quirky, not always backing up and restoring all data depending on some unclear characteristics of the apps concerned (and on top many apps don't allow data backup via ADB at all!). For me reliability in the backup/restore mechanism is crucial, so I've quit using ADB backup at all
Thanks!!!

Categories

Resources