UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. piti.diablotin
    P
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 4
    • Groups 0

    piti.diablotin

    @piti.diablotin

    0
    Reputation
    60
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    piti.diablotin Unfollow Follow

    Latest posts made by piti.diablotin

    • RE: Network Access problem in new native App

      Indeed, something like that may work.
      The one you proposed cannot be found by apt.
      I tried libssl ans some variations but still the same issue.
      Is there a way to "log in" the docker container and run a apt search or find out if the package is availbale ?
      I feel like I'm walking in the dark ^^

      I googled in ubuntu packages to explore libssl/crypto names but without success.
      Exploring other apps, like terminal or gallery-app, I noticed that in dependencies they put the -dev pacakge.
      I tried libssl-dev with no luck. And libcrypto is part of libssl

      posted in App Development
      P
      piti.diablotin
    • RE: Network Access problem in new native App

      @krille Your patch works perfectly well !

      posted in App Development
      P
      piti.diablotin
    • RE: Network Access problem in new native App

      Thanks so much ! I'll try this asap.
      I have an other question. I have to link against libcrypto to get the sha256 etc... functions for the decryption process.
      How can I do that ? When I run clickable desktop, the app runs but at the moment to execute openssl functions, it crashes with the undefined symbol error.
      I understand the problem but don't know how to solve it.
      Any clue ?
      More generally, how to use external -yet common- libraries ?
      Thanks very much for your time and help !
      Jordan

      posted in App Development
      P
      piti.diablotin
    • Network Access problem in new native App

      Hi there !
      I am currently developing a new app for ubuntu touch.
      It's a native app for retrieving password from the passman app of a nextcloud server.
      The app is still at the very beginnng but on my desktop, using clickable desktop build, the connection to the server works.
      When testing on my N5 phone I have an "Unable to resolve host" from the QNetworkReply in the c++ interface.
      First I though it was a DNS problem, so I tried with the IP. And then I got an Unknow error code from the QNetworkAccessManager.
      Is there a permission to set somewhere or what can possibly go wrong ? On my desktop it's working !
      You can find my git repository at https://github.com/piti-diablotin/passman
      Thanks in advance for your time and help !
      Cheers
      Jordan

      posted in App Development
      P
      piti.diablotin