admin管理员组文章数量:1289881
I need to make a backup from an Android App
I have to get a backup from a self-developed Android app. I know how to do it using a PC with ADB, but this time isn't possible to use ADB because the device is far away and the app is already in production. We can only connect with AnyDesk. Anyone know how can I get the data inside the Android device?
I need to make a backup from an Android App
I have to get a backup from a self-developed Android app. I know how to do it using a PC with ADB, but this time isn't possible to use ADB because the device is far away and the app is already in production. We can only connect with AnyDesk. Anyone know how can I get the data inside the Android device?
Share Improve this question asked Feb 20 at 15:25 Stiven Guillermo Bueno ReinosoStiven Guillermo Bueno Reinoso 131 silver badge3 bronze badges 1- Backup via adb is no longer possible on recent devices and assuming your app is a non-debuggable version and has a targetSDK 31+ stackoverflow/a/74388896/150978 – Robert Commented Feb 20 at 15:36
1 Answer
Reset to default 2Assuming the app database is located in the app private folder below /data/data/
then I see only one option:
Develop an export function for your app and make it available to that (or all) customer.
Assuming you have published the app via Play Store you can e.g. create a test release and invite the customer that runs the phone where the database should be exported.
本文标签: SQLite backup inside AndroidStack Overflow
版权声明:本文标题:SQLite backup inside Android - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741425547a2378055.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论