I have been using an Android app since 2014. Recently, I switched to a new device (OnePlus) and realized that the data backup was only till 2018. It was narrowed down to the data being stored in the old device's (Samsung) SD card. That is a challenge as the new device doesn't have an SD card slot. Now, I got a memory card reader, connected with my laptop, and transferred all the data but this.
New challenge:
- There is no ".pc" file (default extension for the backup file) in the SD card's folder. This folder is empty and I couldn't identify any hidden files - \Android\data\com.popularapp.appName.
- In .android_secure folder, we have this ".asec" file, which may or may not be useful.
Here are my questions:
- W.r.t. #1 above, am I missing something? Should I look for the backup/data somewhere else ?
- W.r.t. #2 above, since it is .asec file and the app needs .pc file for the backup (otherwise it throws error code 2116), is there a way to use this file to get the data for the missing time period ?
The app name is Period Tracker (https://play.google.com/store/apps/details?id=com.popularapp.periodcalendar)
If this is not the correct platform to ask the question, please direct me to the right one. Any help would be appreciated. Let me know if further information is required. Thanks!
adb backup
andadb restore
to transfer the app including its data. For use on-device, there's an app called Helium Backup using that mechanism, no root needed. Check our backup tag wiki for details. – Izzy Jun 26 '20 at 22:36PeriodCalendar/Backup
on /sdcard – alecxs Jun 26 '20 at 22:52