UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Webmust
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 6
    • Groups 0

    Webmust

    @Webmust

    Fighting for freedom, fighting for social justice, fighting for the world...

    These fights are not made (and cannot succeed) by fighting frontally or by trying to put "social patches" on a failing and moribund system. No, these fights are done by building another world and they will succeed only when the populations will massively adhere to it to the point that the old system of governance of man over man will be obsolete because there will be no one left to follow it.

    Yes, I am a hacker, I am an activist, I am an ANARCHIST.

    For me, this is the only way to save humanity in this world that will otherwise get rid of us.

    It is no longer time to discuss, we must act!

    Thanks.

    5
    Reputation
    12
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online
    Website logiciel-libre.ch
    Location Somewhere in the world (I speak French).

    Webmust Unfollow Follow

    Best posts made by Webmust

    • RE: Backup and Restore scripts

      [EN] - Hello to all,

      I take advantage of AntiDroid's topic (I love this nickname) to talk about Backup and Restore.

      It's been almost 10 years since Ubuntu Touch was launched and there is still no total backup and restore easy to use.

      I am, myself, a bad coder (developer) and I have difficulties to use the command lines. Besides I don't even speak English 😞
      NOTE: It's time consuming and difficult to copy/paste into a translator all the time.

      Despite this, I will try to do it... For me, it will be long and difficult (several weeks to several months if you help me). For the best developers and connoisseurs of UT UBports this is a formality that would not take more than 2 or 3 hours.

      Here is the idea:
      Seeing that it is simple, through the "UT Tweak Tool" application ( https://open-store.io/app/ut-tweak-tool.sverzegnassi ), to access the "cache", "data" and "config" of each application to selectively delete them, it should be just as simple, with very little adaptation to select what you want to save.

      With the work of AntiDroid (above) we have again a good basis to work with.

      Restoration seems to me to be a very simple function.

      So we have an application that can integrate these backup and restore functions with a very advanced graphical interface for these new functions and we have the work of AntiDroid.

      The backup application should only allow you to simply choose the applications to backup + personal folders.

      The result should be a simple compressed archive. For example in .tar.gz or something like that.

      The application will also have to allow an output of the contacts directory in .vcf via the GUI with the following command (this command changes depending on the language - here for English speakers):

      syncevolution --export /home/phablet/Documents/UT-contacts.vcf backend=contacts database=Personal
      

      NOTE: I believe there is a similar command for CalDav.

      There is also a button that should allow restoration:

      syncevolution --import /home/phablet/Documents/UT-contacts.vcf backend=contacts database=Personal
      

      In short, we have everything we need to create this function which is absolutely fundamental! Let's go, let's do it?

      Thanks

      Translated with www.DeepL.com/Translator (free version)

      .

      .
      [FR] - Salut Ă  tous,

      Je profite du sujet d'AntiDroid (j'adore ce pseudo) pour parler de Sauvegarde et de restauration.

      Voilà bientÎt 10 ans qu'Ubuntu Touch aura été lancé et il n'y a toujours pas de sauvegarde et de restauration total simple à utiliser.

      Je suis, moi-mĂȘme, un mauvais codeur (dĂ©veloppeur) et j'ai des difficultĂ©s Ă  utiliser les lignes de commande. En plus je ne parle mĂȘme pas Anglais 😞
      NOTE : C'est long et difficile de faire des copier/coller dans un traducteur en permanence.

      Malgré cela, je vais essayé de le faire... Pour moi, ce sera long et difficile (plusieurs semaines à plusieurs mois si vous m'aiderez). Pour les meilleurs développeurs et connaisseurs d'UT UBports tout cela n'est qu'une formalité qui ne prendrait pas plus de 2 ou 3 heures.

      Voici l'idée :
      Constatant qu'il est simple, par l'intermĂ©diaire de l'application "UT Tweak Tool" ( https://open-store.io/app/ut-tweak-tool.sverzegnassi ), d'accĂ©dĂ© au "cache", au "donnĂ©es" et Ă  la "Config" de chaque application pour les supprimer sĂ©lectivement, il doit ĂȘtre tout aussi simple, avec trĂšs peu d'adaptation de sĂ©lectionner ce que l'on veux sauvegarder.

      Avec le travail d'AntiDroid (ci-dessus) on a lĂ  encore une bonne base de travail.

      La restauration me semble ĂȘtre une fonction trĂšs simple.

      On a donc une application qui pourra intégrer ces fonctions sauvegarde et de restauration avec une interface graphique trÚs avancée pour ces nouvelles fonction et on a le travail d'AntiDroid.

      L'application de sauvegarde devra uniquement permettre de choisir simplement les applications Ă  sauvegarder + les dossiers personnels.

      Le rĂ©sultat devrait ĂȘtre une simple archive compressĂ©e. Par exemple en .tar.gz ou quelque chose comme ça.

      L'application devra aussi permettre une sortie du répertoire des contacts en .vcf par l'intermédiaire de l'interface graphique avec la commande suivante (cette commande change selon la langue - Ici pour les francophone) :

      syncevolution --export /home/phablet/Documents/UT-contacts.vcf backend=contacts database=Personnel
      

      NOTE : Je crois qu'il existe une commande similaire pour CalDav.

      La aussi, un bouton doit permettre la restauration :

      syncevolution --import /home/phablet/Documents/UT-contacts.vcf backend=contacts database=Personnel
      

      En bref, on a tout ce qu'il nous faut pour créer cette fonction qui est absolument fondamentale ! On y va, on se lance ?

      Merci.

      posted in Support
      WebmustW
      Webmust
    • RE: uNav - Data transfer

      [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 😉

      posted in Support
      WebmustW
      Webmust

    Latest posts made by Webmust

    • RE: Backup and Restore scripts

      [EN] - Hello to all,

      I take advantage of AntiDroid's topic (I love this nickname) to talk about Backup and Restore.

      It's been almost 10 years since Ubuntu Touch was launched and there is still no total backup and restore easy to use.

      I am, myself, a bad coder (developer) and I have difficulties to use the command lines. Besides I don't even speak English 😞
      NOTE: It's time consuming and difficult to copy/paste into a translator all the time.

      Despite this, I will try to do it... For me, it will be long and difficult (several weeks to several months if you help me). For the best developers and connoisseurs of UT UBports this is a formality that would not take more than 2 or 3 hours.

      Here is the idea:
      Seeing that it is simple, through the "UT Tweak Tool" application ( https://open-store.io/app/ut-tweak-tool.sverzegnassi ), to access the "cache", "data" and "config" of each application to selectively delete them, it should be just as simple, with very little adaptation to select what you want to save.

      With the work of AntiDroid (above) we have again a good basis to work with.

      Restoration seems to me to be a very simple function.

      So we have an application that can integrate these backup and restore functions with a very advanced graphical interface for these new functions and we have the work of AntiDroid.

      The backup application should only allow you to simply choose the applications to backup + personal folders.

      The result should be a simple compressed archive. For example in .tar.gz or something like that.

      The application will also have to allow an output of the contacts directory in .vcf via the GUI with the following command (this command changes depending on the language - here for English speakers):

      syncevolution --export /home/phablet/Documents/UT-contacts.vcf backend=contacts database=Personal
      

      NOTE: I believe there is a similar command for CalDav.

      There is also a button that should allow restoration:

      syncevolution --import /home/phablet/Documents/UT-contacts.vcf backend=contacts database=Personal
      

      In short, we have everything we need to create this function which is absolutely fundamental! Let's go, let's do it?

      Thanks

      Translated with www.DeepL.com/Translator (free version)

      .

      .
      [FR] - Salut Ă  tous,

      Je profite du sujet d'AntiDroid (j'adore ce pseudo) pour parler de Sauvegarde et de restauration.

      Voilà bientÎt 10 ans qu'Ubuntu Touch aura été lancé et il n'y a toujours pas de sauvegarde et de restauration total simple à utiliser.

      Je suis, moi-mĂȘme, un mauvais codeur (dĂ©veloppeur) et j'ai des difficultĂ©s Ă  utiliser les lignes de commande. En plus je ne parle mĂȘme pas Anglais 😞
      NOTE : C'est long et difficile de faire des copier/coller dans un traducteur en permanence.

      Malgré cela, je vais essayé de le faire... Pour moi, ce sera long et difficile (plusieurs semaines à plusieurs mois si vous m'aiderez). Pour les meilleurs développeurs et connaisseurs d'UT UBports tout cela n'est qu'une formalité qui ne prendrait pas plus de 2 ou 3 heures.

      Voici l'idée :
      Constatant qu'il est simple, par l'intermĂ©diaire de l'application "UT Tweak Tool" ( https://open-store.io/app/ut-tweak-tool.sverzegnassi ), d'accĂ©dĂ© au "cache", au "donnĂ©es" et Ă  la "Config" de chaque application pour les supprimer sĂ©lectivement, il doit ĂȘtre tout aussi simple, avec trĂšs peu d'adaptation de sĂ©lectionner ce que l'on veux sauvegarder.

      Avec le travail d'AntiDroid (ci-dessus) on a lĂ  encore une bonne base de travail.

      La restauration me semble ĂȘtre une fonction trĂšs simple.

      On a donc une application qui pourra intégrer ces fonctions sauvegarde et de restauration avec une interface graphique trÚs avancée pour ces nouvelles fonction et on a le travail d'AntiDroid.

      L'application de sauvegarde devra uniquement permettre de choisir simplement les applications Ă  sauvegarder + les dossiers personnels.

      Le rĂ©sultat devrait ĂȘtre une simple archive compressĂ©e. Par exemple en .tar.gz ou quelque chose comme ça.

      L'application devra aussi permettre une sortie du répertoire des contacts en .vcf par l'intermédiaire de l'interface graphique avec la commande suivante (cette commande change selon la langue - Ici pour les francophone) :

      syncevolution --export /home/phablet/Documents/UT-contacts.vcf backend=contacts database=Personnel
      

      NOTE : Je crois qu'il existe une commande similaire pour CalDav.

      La aussi, un bouton doit permettre la restauration :

      syncevolution --import /home/phablet/Documents/UT-contacts.vcf backend=contacts database=Personnel
      

      En bref, on a tout ce qu'il nous faut pour créer cette fonction qui est absolument fondamentale ! On y va, on se lance ?

      Merci.

      posted in Support
      WebmustW
      Webmust
    • RE: uNav - Data transfer

      [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 😉

      posted in Support
      WebmustW
      Webmust
    • 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.

      posted in Support
      WebmustW
      Webmust
    • RE: Mobian to UT

      @keneda

      [EN] - Thank you keneda,

      Actually, I would like to know where to find the UT image files for the OP6T in order to do a manual install. My first installation of UT was done this way.

      For example, for Mobian the manual installation is very simple (https://wiki.mobian-project.org/doku.php?id=install-android) with 2 .img files and 3 command lines

      ~$ fastboot flash boot mobian-<device>-phosh-YYYYMMDD.boot-<variant>.img
      ~$ fastboot -S 100M flash userdata mobian-<device>-phosh-YYYYMMDD.root.img
      ~$ fastboot erase dtbo
      

      I'm not a great technician, but UT must also be manually installable, right?

      Is it still possible to proceed in this way? Are there still .img files for UT? If they don't exist, can we create these .img files from source?

      As much as possible, I would like to directly install UT without doing all the very complicated process of using the UT installer.

      Thank you.

      .

      .
      [FR] - Merci keneda,

      En fait, j'aimerais savoir oĂč trouver les fichiers image de UT pour le OP6T afin de faire une installation manuel. Ma premiĂšre installation de UT avait Ă©tĂ© faite de cette maniĂšre.

      Par exemple, pour Mobian l'installation manuel est trĂšs simple (https://wiki.mobian-project.org/doku.php?id=install-android) avec 2 fichiers .img et 3 lignes de commande

      ~$ fastboot flash boot mobian-<device>-phosh-YYYYMMDD.boot-<variant>.img
      ~$ fastboot -S 100M flash userdata mobian-<device>-phosh-YYYYMMDD.root.img
      ~$ fastboot erase dtbo
      

      Je ne suis pas un grand technicien, mais UT doit aussi ĂȘtre installable manuellement, non ?

      Est-il encore possible de procédé de cette maniÚre ? Existe-t-il encore des fichiers .img pour UT ? S'il n'existent pas, peut-on créer ces fichiers .img a partir des sources ?

      J'aimerais, autant que possible directement installer UT sans faire tout le procédé trÚs compliqué permettant d'utiliser l'installateur UT.

      Merci.

      posted in Oneplus 6/6T
      WebmustW
      Webmust
    • Mobian to UT

      [EN] - Hello everyone

      I bought a OnePlus 6T because it has the particularity of supporting Mobian and Ubuntu Touch. I have been using Ubuntu Touch from the start. I have already :

      • Nexus 4 (avec UT
      • Nexus 7 Wifi (avec UT)
      • BQ Aquaris E4.5 Ubuntu Edition (2x)
      • BQ Aquaris M10 FHD Ubuntu Edition

      Suddenly, with the OnePlus 6T I had the possibility of trying Mobian. However, but the project is not advanced enough for daily use so I would like to put UT.

      The problem is that the phone only gives me the fastboot as if there was no Bootloader or Recovery anymore ... The installation of UT is blocked by what I cannot pass in Recovery mode . All attempts are returned to Fastboot.

      I downloaded the OxygenOS .zip (9.0.15) but I cannot install it ...

      ~$ fastboot devices
      3b9e7fd6	fastboot
      ~$ adb devices
      List of devices attached
      
      ~$ 
      

      Can you help me put UT?

      Thank you.

      .

      .
      [FR] - Bonjour Ă  tous

      J'ai acheté un OnePlus 6T car il a la particularité de supporter Mobian et Ubuntu Touch. J'utilise Ubuntu Touch depuis le début. J'ai déjà :

      • Nexus 4 (avec UT
      • Nexus 7 Wifi (avec UT)
      • BQ Aquaris E4.5 Ubuntu Edition (2x)
      • BQ Aquaris M10 FHD Ubuntu Edition

      Du coup, avec le OnePlus 6T j'avais la possibilité d'essayé Mobian. Cependant, mais le projet n'est pas assez avancé pour une utilisation quotidienne et j'aimerais donc mettre UT.

      Le soucis c'est que le téléphone ne me donne que le fastboot comme s'il n'existait plus de Bootloader ni de Recovery... L'installation de UT est bloqué par ce que je n'arrive pas à passé en mode Recovery. Toutes les tentatives renvoi vers Fastboot.

      J'ai télécharger le .zip de OxygenOS (9.0.15) mais je n'arrive pas à l'installer...

      ~$ fastboot devices
      3b9e7fd6	fastboot
      ~$ adb devices
      List of devices attached
      
      ~$ 
      

      Pouvez-vous m'aider Ă  mettre UT ?

      Merci.

      posted in Oneplus 6/6T
      WebmustW
      Webmust
    • [FR] ProblĂšme APT

      Bonjour,

      J'ai un gros problÚme avec un téléphone bq Aquaris 4.5 Ubuntu Edition.

      En fait, il y a une série de bugs assez génant. J'ai voulu faire une des mises à jours, mais ca ne fonctionne pas en mode graphique. J'ai tenter en ligne de commande (sudo apt-get update et aussi upgrade). La réponse est "W: Il n'existe aucun utilisateur « _apt » pour le bac à sable sur ce systÚme, il est impossible de supprimer les droits."

      Les menu pour changer les canaux n'existe pas. MĂȘme chose pour le mode dĂ©veloppeur.

      Merci de votre futur aide.

      P.S. Je ne parle pas anglais 😞

      posted in Support apt apt-get
      WebmustW
      Webmust