Backup & Import - Android 14

Android changed the possibility to access the //Android_data folder with Android 14

This also means for Beanconqueror users, its not that easy to swap your devices in the end, but its possible.

First of all: Make sure to do a full export inside Beanconqueror.

After that your data should be stored anywhere here:

  • /storage/emulated/0/Android/data/com.beanconqueror.app/

  • ///_Android_data/com.beanconqueror.app

  • ///datacom.beanconqueror.app

-> Or somewhere else I don't know, and which is Android & Manufacturer specific

So what to do now?

  1. Use your old device and do a full export (Menu -> Export) (This may take a while)

  2. Connect your old-device (adb start-server)

  3. Show if the olddevice is connected (adb devices) -> It shall now display your device

  4. Now the crucial part: Download the data

  5. Sample for macOS: adb pull /storage/emulated/0/Android/data/com.beanconqueror.app /Users/XXX/Downloads

  6. You should now have the whole data-folder on your PC

  7. Now disconnect your old device, and connect your new device.

  8. Install Beanconqueror on your new device

  9. Start Beanconqueror once

  10. Close Beanconqueror

  11. adb push /Users/XXX/Downloads/com.beanconqueror.app /storage/emulated/0/Android/data/com.beanconqueror.app

  12. Now all data should be transferred

  13. Now follow this: How to start

  14. And we hope we're good to go.

Last updated