uNav - Data transfer
- 
 [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. 
- 
 @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.costalesI 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
- 
 The favorites are in... .local/share/navigator.costales/DatabasesAt 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/ 
- 
 [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. - On the phone:
 I created a folder 
 /save/cache/
 /save/config/
 /save/local-share/
 In the /Documents/ folder (for MTP transfer)- 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/- 
I transferred the /save/ folder to the new phone by MTP (via my PC) 
- 
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. - 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)- 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/- 
J'ai transféré le dossier /save/ vers le nouveau téléphone par MTP (via mon PC) 
- 
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  


