Navigation

    UBports Robot Logo

    UBports Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. Aloys
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 24
    • Best 7
    • Groups 0

    Aloys

    @Aloys

    I am using Ubuntu Touch since 2015 with the BQ Aquaris E4.5 Ubuntu Edition, my first smartphone.
    I have now a Fairphone2 with of course Ubuntu touch!

    14
    Reputation
    289
    Profile views
    24
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Aloys Follow

    Best posts made by Aloys

    • "Taquin" My first App!

      Hi,
      Here is my first app "Taquin" a simple and classic puzzle game, that I have just published on the OpenStore and the source here: https://gitlab.com/AloysLiska/taquin

      Please be indulgent, that's a beginner work, but I would appreciate your feedback on the app, on the code,etc.

      QML and javascript were new for me (I have software skill and I mainly developed in C).
      To begin with QML, I use : https://doc.qt.io/qt-5/qml-tutorial1.html, and https://mimecar.gitbook.io/qt-course/
      And for javascript I use : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide.
      And of course I use the UBPorts documentation.

      My editor was Kate (default editor of Kubuntu), simple and sufficient I think for a simple app.
      When you begin, there is a lot to learn, so I did not want to use something new for me (like Qtcreator or another editor).

      For the next version of Taquin, my objective is to allow user to select an image in its gallery.

      Enjoy the app (kind of game useful to kill time)!

      posted in App Development
      A
      Aloys
    • RE: Upgrade to OTA 8 (from OTA7, stable) interrupted on FP2

      @Lakotaubp, I fully charged the battery as you said, but it was the same problem, it was stuck in the first screen.

      I tried to start the phone on bootloader by holding pwr and vol down buttons, but I never succeed!

      I tried UBports installer, but last version 0.1.21 does not work with my FP2, I have the issue:
      Fastboot: Unknown error: downloading 'boot.img'...OKAY [ 0.360s]booting...FAILED (remote: bootimage: incomplete or not signed)finished. total time: 0.361s

      I add this problem before, see:
      How to manually upgrade from OTA-3 to OTA-4 and @advocatux suggested to use the UBports installer V0.1.12.

      I launched this version and it finally works!
      I had to select manually the device to FP2, because device was not automatically detected. I reboot with pwr+voldown or pwr+volup+voldown buttons several times, after several reboots, it succeed to detect the device, and the update procedure went till the end successfully.

      Now I have the OTA 8 and all my data.

      Thank you @AlainW94 and @Lakotaubp

      posted in Support
      A
      Aloys
    • RE: FP2: Video and audio are desynchronized when recording with camera app

      Thank you @advocatux.
      I have the version: com.ubuntu.camera 3.0.1.765

      posted in Support
      A
      Aloys
    • RE: Telegram application on Nexus 5 working for others?

      Hello,
      I have exactly the same issue on my Fairphone2. I just had it, install UT successfully (15.04 rc). I install telegram application from the open store, but I cannot search a group, there is no button for that. When I go to contact or to new group, it is in endless loading loop. In the scope, when I try to search, I have no keyboard and I cannot paste in the search field.
      I do not know what t do.

      posted in Support
      A
      Aloys
    • RE: ssh from phone (client)

      Hi,

      Just to say that now with UT 16.04, no more problem, I can connect by ssh from my phone (ssh client) to my PC (ssh server) by using the public/private key authentication.

      posted in Support
      A
      Aloys
    • RE: "Taquin" My first App!

      Thanks @marathon2422 and @Opolork ,
      I am pleased that you like it, I also received contributions for translations, that's motivating for me, I will update the app!

      posted in App Development
      A
      Aloys
    • RE: Ubuntu Touch sdk API and desktop mode

      I found my problem: my docker image was obsolete.
      I delete the docker image "clickable/ubuntu-sdk 16.04-amd64"
      I launch again: clickable desktop
      It download a new image and run successfully without error.

      I did not know anything about docker, here is what I discover:

      • First I read a bit on docker: https://docs.docker.com/get-started/
        I understand that with docker there is the image and the container. The container is the execution of the image. The image can be downloaded from docker hub and I think this is what clickable does, the image for 16.04-amd64 is here https://hub.docker.com/r/clickable/ci-16.04-amd64 . And I suppose this image is built from: https://gitlab.com/clickable/clickable-docker-images/-/tree/master/ubuntu-sdk/16.04-amd64
      • to list the images: docker image ls
      REPOSITORY             TAG                 IMAGE ID            CREATED             SIZE
      clickable/ubuntu-sdk   16.04-armhf         62adb04a1781        13 months ago       2.92GB
      clickable/ubuntu-sdk   16.04-amd64         b2a675929781        13 months ago       2.77GB
      

      as you see my images were 13 months old!

      • to delete the 16.04-amd64 image: docker rmi b2a675929781
      • and I delete also the 16.04-armhf image

      There is probably a better solution to update a docker image, no?

      posted in App Development
      A
      Aloys

    Latest posts made by Aloys

    • RE: "Taquin" My first App!

      Thanks @marathon2422 and @Opolork ,
      I am pleased that you like it, I also received contributions for translations, that's motivating for me, I will update the app!

      posted in App Development
      A
      Aloys
    • "Taquin" My first App!

      Hi,
      Here is my first app "Taquin" a simple and classic puzzle game, that I have just published on the OpenStore and the source here: https://gitlab.com/AloysLiska/taquin

      Please be indulgent, that's a beginner work, but I would appreciate your feedback on the app, on the code,etc.

      QML and javascript were new for me (I have software skill and I mainly developed in C).
      To begin with QML, I use : https://doc.qt.io/qt-5/qml-tutorial1.html, and https://mimecar.gitbook.io/qt-course/
      And for javascript I use : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide.
      And of course I use the UBPorts documentation.

      My editor was Kate (default editor of Kubuntu), simple and sufficient I think for a simple app.
      When you begin, there is a lot to learn, so I did not want to use something new for me (like Qtcreator or another editor).

      For the next version of Taquin, my objective is to allow user to select an image in its gallery.

      Enjoy the app (kind of game useful to kill time)!

      posted in App Development
      A
      Aloys
    • RE: Camera app not working on Fairphone 2

      @Rob_S Hi,
      the camera works on my FP2 but it is not reactive. It takes about 10s to open, then when I take a picture or a video, it takes about 2s to be effective. With such a slow reaction, usability is really bad.
      I am using stable OTA 12. And I did not do specific action to have the camera working like this. That's all I can tell, I have no idea why it would work a bit on a FP2 and not at all on another...

      posted in Support
      A
      Aloys
    • RE: Ubuntu Touch sdk API and desktop mode

      Thank you @dobey, you're right!
      That's was so simple but I did not see it.
      And this is documented: http://clickable.bhdouglass.com/en/latest/commands.html#clickable-update

      posted in App Development
      A
      Aloys
    • RE: Ubuntu Touch sdk API and desktop mode

      I found my problem: my docker image was obsolete.
      I delete the docker image "clickable/ubuntu-sdk 16.04-amd64"
      I launch again: clickable desktop
      It download a new image and run successfully without error.

      I did not know anything about docker, here is what I discover:

      • First I read a bit on docker: https://docs.docker.com/get-started/
        I understand that with docker there is the image and the container. The container is the execution of the image. The image can be downloaded from docker hub and I think this is what clickable does, the image for 16.04-amd64 is here https://hub.docker.com/r/clickable/ci-16.04-amd64 . And I suppose this image is built from: https://gitlab.com/clickable/clickable-docker-images/-/tree/master/ubuntu-sdk/16.04-amd64
      • to list the images: docker image ls
      REPOSITORY             TAG                 IMAGE ID            CREATED             SIZE
      clickable/ubuntu-sdk   16.04-armhf         62adb04a1781        13 months ago       2.92GB
      clickable/ubuntu-sdk   16.04-amd64         b2a675929781        13 months ago       2.77GB
      

      as you see my images were 13 months old!

      • to delete the 16.04-amd64 image: docker rmi b2a675929781
      • and I delete also the 16.04-armhf image

      There is probably a better solution to update a docker image, no?

      posted in App Development
      A
      Aloys
    • Ubuntu Touch sdk API and desktop mode

      Hello,

      I'm a beginner, I just tried to generate an application click package.
      I used clickable and when running in desktop mode, I have the error:

      file:///home/...mypath.../build/all/app/install/qml/Main.qml:18 module "Ubuntu.Connectivity" is not installed
      
      Command exited with non-zero exit status 255, see above for details. This is most likely not a problem with Clickable.
      

      It is present only in desktop mode. And the error appears when I add in the Main.qml: import Ubuntu.Connectivity 1.0

      But why Ubuntu.Connectivity cause an issue and not Ubuntu.Components? they are both in the Ubuntu Touch SDK.

      I initially see this when building the Podbird application, and I reproduce it with the QML template of clickable. I would be also interested to know how the UT-sdk-API is used. I suppose that in native mode, is part of UT in the phone. But in desktop mode, is it managed by clickable within a container or have I to configure, install something else?

      Thanks for your help!

      posted in App Development
      A
      Aloys
    • RE: Upgrade to OTA 8 (from OTA7, stable) interrupted on FP2

      @Lakotaubp, I fully charged the battery as you said, but it was the same problem, it was stuck in the first screen.

      I tried to start the phone on bootloader by holding pwr and vol down buttons, but I never succeed!

      I tried UBports installer, but last version 0.1.21 does not work with my FP2, I have the issue:
      Fastboot: Unknown error: downloading 'boot.img'...OKAY [ 0.360s]booting...FAILED (remote: bootimage: incomplete or not signed)finished. total time: 0.361s

      I add this problem before, see:
      How to manually upgrade from OTA-3 to OTA-4 and @advocatux suggested to use the UBports installer V0.1.12.

      I launched this version and it finally works!
      I had to select manually the device to FP2, because device was not automatically detected. I reboot with pwr+voldown or pwr+volup+voldown buttons several times, after several reboots, it succeed to detect the device, and the update procedure went till the end successfully.

      Now I have the OTA 8 and all my data.

      Thank you @AlainW94 and @Lakotaubp

      posted in Support
      A
      Aloys
    • RE: Upgrade to OTA 8 (from OTA7, stable) interrupted on FP2

      @AlainW94 thank you, but how do you "flash the recovery then boot on it"? is there a documentation somewhere?

      posted in Support
      A
      Aloys
    • Upgrade to OTA 8 (from OTA7, stable) interrupted on FP2

      Hello,

      I launch the automatic update on my FP2 (from OTA7 on stable channel), download was ok, it reboots and during the update process, it stops (black screen, pwr button has no effect) probably because of the battery.
      I had around 55% of battery, but in the past I already had FP2 battery suddenly dropped.
      Of course, I should have connected the power cable!

      Now when I reboot, I am stuck in the "boot" screen (Fairphone Powered by Ubuntu...).

      What is the best way to recover without loosing my data, do you think I should try the UBports iInstaller?

      posted in Support
      A
      Aloys
    • RE: ssh from phone (client)

      Hi,

      Just to say that now with UT 16.04, no more problem, I can connect by ssh from my phone (ssh client) to my PC (ssh server) by using the public/private key authentication.

      posted in Support
      A
      Aloys