LogoLogo
  • 👋Welcome to Beanconqueror
  • Get Started
    • 📲Where to get the app
    • ✉️Concept and Terminology
  • Devices
    • ⚖️Compatible Devices
    • 📨How to connect devices
  • Features
    • 🏅Most important Features
    • ⚖️Smartscales - Bluetooth Features
    • Xenia Connection
  • Customization and Parameters
    • Customization and Parameters
      • ☕Brew Parameters
      • Preparation Method Parameters
      • Grinder Parameters
      • Bean Parameters
        • Roasting parameters
      • Water Parameters
  • How to
    • Backup & Import
    • Backup & Import - Android 14
  • Featured in
    • 📹Videos
    • 🖥️Websites
    • 🎙️Podcasts
  • Roasters and Partners
    • 🤝Partnering Roasters
    • 📱QR-Code / Import Button
  • Languages
    • Supported languages
    • Translation support
      • 🌍How to translate Beanconqueror to your language
  • Changelog
    • Changelogs
      • 📰7.5.0
      • 📰7.4.0
      • 📰7.3.0
      • 📰7.2.0
      • 📰7.1.0
      • 📰7.0.0
      • 📰Older Versions
  • Resources
    • ❔FAQ
    • ⁉️App Permissions
    • 🗃️Files
    • 💬Forums and Chats
    • 🎞️Others about Beanconqueror
    • 📧Contact
    • 💌Thanks to
    • 💰How to Support
Powered by GitBook
On this page
  1. How to

Backup & Import - Android 14

PreviousBackup & ImportNextVideos

Last updated 1 year ago

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. And we hope we're good to go.

Install ADB (e.g.: )

Now follow this:

https://www.xda-developers.com/install-adb-windows-macos-linux/
How to start