UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    uNav - Data transfer

    Scheduled Pinned Locked Moved Unsolved Support
    4 Posts 3 Posters 402 Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
      Reply
      • Reply as topic
      Log in to reply
      This topic has been deleted. Only users with topic management privileges can see it.
      • WebmustW Offline
        Webmust
        last edited by

        [EN] - Hello everyone,

        In the next few days I will be changing my work phone and I need to transfer uNav data from a BQ E4.5 to an FP3+.

        How can we do this?

        Thank you.

        .

        .
        [FR] - Bonjour à tous,

        Ces prochains jours je vais changer de téléphone professionel et j'ai besoin de de tranférer les données de uNav d'un téléphone BQ E4.5 vers un FP3+.

        Comment peut-on faire cela ?

        Merci.

        He who gives in to fear will live in terror!

        My divices since 2013:
        Nexus 5 (with UT) ••• Nexus 7 Wifi (with UT) ••• bq E4.5 (2x UBed) ••• bq M10 FHD (UBed) ••• Fairphone 2 (with UT) ••• OnePlus 6T (with UT) ••• Fairphone 3+ (2x with UT)

        TotalSonicT 1 Reply Last reply Reply Quote 0
        • TotalSonicT Offline
          TotalSonic @Webmust
          last edited by

          @webmust - I am not sure if this will work, but you could try to copy and paste the contents of:
          /home/phablet/.config/navigator.costales
          /home/phablet/.cache/navigator.costales
          /home/phablet/.local/share/navigator.costales

          I think it is possible that all you need from these is
          /home/phablet/.local/share/navigator.costales/Databases
          but I am not sure.

          Best regards,
          Steve Berson

          1 Reply Last reply Reply Quote 1
          • BollyB Offline
            Bolly
            last edited by

            The favorites are in...

            .local/share/navigator.costales/Databases
            

            At least the last time I did it. (2018/01/07)

            Spanish manual -> https://elcondonrotodegnu.wordpress.com/2018/01/07/unav-hacer-una-copia-de-seguridad-de-tus-favoritos/

            2015-Now (Daily use) : BQ Aquaris E4.5 Ubuntu edition
            2016-Now (Daily use) : BQ Aquaris M10 FHD Betatester

            2020-Now : PinePhone Braveheart & CE UBports
            2020-Now (Family/Daily use): Vollaphone Xenial
            2022-Now (Family/Daily use): Vollaphone 22 Focal

            1 Reply Last reply Reply Quote 2
            • WebmustW Offline
              Webmust
              last edited by

              [EN] - @TotalSonic and @Bolly thank you very much!

              I managed to recover the data using the TotalSonic method. I will soon test Bolly's proposal and I will keep you informed.

              For the TotalSonic proposal I really struggled! Finally I went through the command lines and I had to start several times to achieve this because sometimes the folders did not appear for the transfer.

              1. On the phone:

              I created a folder
              /save/cache/
              /save/config/
              /save/local-share/
              In the /Documents/ folder (for MTP transfer)

              1. Then, from my PC terminal:
              xxx@xxx:~$ adb shell
              phablet@ubuntu-phablet:~$ sudo -i
              [sudo] password for phablet: 
              root@ubuntu-phablet:~# cp -a -R /home/phablet/.cache/navigator.costales/ /home/phablet/Documents/save/cache/
              root@ubuntu-phablet:~# cp -a -R /home/phablet/.config/navigator.costales/ /home/phablet/Documents/save/config/
              root@ubuntu-phablet:~# cp -a -R /home/phablet/.local/share/navigator.costales/ /home/phablet/Documents/save/local-share/
              
              1. I transferred the /save/ folder to the new phone by MTP (via my PC)

              2. I simply copied (via the graphical interface of my new phone) the 3 'navigator.costales' to their respective locations.

              I will keep you informed. Thank you 😉

              .

              .
              [FR] - A TotalSonic et à Bolly merci infiniment !

              J'ai réussi à récupéré les donnée grâce à la méthode de TotalSonic. je testerai bientôt la proposition de Bolly et je vous tiendrai informé.

              Pour la proposition de TotalSonic j'ai vraiment galéré ! Pour finir je suis passé par les lignes de commandes et j'ai dû recommencer plusieurs fois pour y parvenir parce que parfois les dossier ne s'affichait pas pour le transfert.

              1. Sur le téléphone :

              j'ai créer les un dossier
              /save/cache/
              /save/config/
              /save/local-share/
              Dans le dossier /Documents/ (pour le transfert par MTP)

              1. Puis, depuis le terminal de mon PC :
              xxx@xxx:~$ adb shell
              phablet@ubuntu-phablet:~$ sudo -i
              [sudo] password for phablet: 
              root@ubuntu-phablet:~# cp -a -R /home/phablet/.cache/navigator.costales/ /home/phablet/Documents/save/cache/
              root@ubuntu-phablet:~# cp -a -R /home/phablet/.config/navigator.costales/ /home/phablet/Documents/save/config/
              root@ubuntu-phablet:~# cp -a -R /home/phablet/.local/share/navigator.costales/ /home/phablet/Documents/save/local-share/
              
              1. J'ai transféré le dossier /save/ vers le nouveau téléphone par MTP (via mon PC)

              2. J'ai simplement copier (par l'interface graphique de mon nouveau téléphone) les 3 "navigator.costales" vers leurs emplacement respectifs.

              Je vous tiendrai informé. Merci à vous 😉

              He who gives in to fear will live in terror!

              My divices since 2013:
              Nexus 5 (with UT) ••• Nexus 7 Wifi (with UT) ••• bq E4.5 (2x UBed) ••• bq M10 FHD (UBed) ••• Fairphone 2 (with UT) ••• OnePlus 6T (with UT) ••• Fairphone 3+ (2x with UT)

              1 Reply Last reply Reply Quote 2
              • First post
                Last post