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

    Dialer App Not able to install on mobile phone

    Scheduled Pinned Locked Moved Unsolved App Development
    5 Posts 2 Posters 298 Views 1 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.
      • I Offline
        iqrajaved
        last edited by

        Hi,

        I am working on changin the dialer app, its built successfully for the arm64 architecture but not installing properly. I thought there may be something related to the version and updated the version of the app in CMakeLists.txt still facing some issue.

        This is what I get on terminal:

        Successfully built package in './dialer-app.ubports_0.0.0_arm64.click'.
        $ CLICKABLE_FRAMEWORK=ubuntu-sdk-20.04 clickable install --arch=arm64
        v8.0.0 of clickable is available, update to get the latest features and improvements!
        /home/iqra/new/tectone-dialer-app/build/aarch64-linux-gnu/app/dialer-app.ubports_0.0.0_arm64.click: 1 file pushed. 13.9 MB/s (2337536 bytes in 0.160s)
        Trying to uninstall the app first.
        ()
        
        Installing the app.
        ()
        
        Cleaning up.
        
        
        

        Apprently the installation is successful yet no change at mobile side.

        lduboeufL 1 Reply Last reply Reply Quote 0
        • lduboeufL Offline
          lduboeuf @iqrajaved
          last edited by

          @iqrajaved Is there a second Dialer app icon appearing in the drawer ( with "test" text on it ?
          There are issues sometimes with the kill/install process with clickable. Maybe it failed there but the app is still installed

          I 1 Reply Last reply Reply Quote 0
          • I Offline
            iqrajaved @lduboeuf
            last edited by

            @lduboeuf No there is no other dialer app anywhere on phone

            I 1 Reply Last reply Reply Quote 0
            • I Offline
              iqrajaved @iqrajaved
              last edited by

              @iqrajaved Why the version in the dialer app is showing as 0.0.0? like below:

              build/aarch64-linux-gnu/app/dialer-app.ubports_0.0.0_arm64.click
              

              Why the change in CMakelist.txt not highlighting here? Do I need to change the version somewhere else?

              lduboeufL 1 Reply Last reply Reply Quote 0
              • lduboeufL Offline
                lduboeuf @iqrajaved
                last edited by

                @iqrajaved said in Dialer App Not able to install on mobile phone:

                @iqrajaved Why the version in the dialer app is showing as 0.0.0? like below:

                build/aarch64-linux-gnu/app/dialer-app.ubports_0.0.0_arm64.click
                

                Why the change in CMakelist.txt not highlighting here? Do I need to change the version somewhere else?

                Because dialer app is a system apps ( installed as a debian package), by using clickable, it uses another template, and will be installed as a classic application, the version is hard coded here https://gitlab.com/ubports/development/core/dialer-app/-/blob/main/click/manifest.json.in?ref_type=heads#L13 but we don't have to modify it.

                try clickable clean + clickable again ?
                If the second icon does not appear, maybe try to refresh the list ( pull down on the drawer )

                1 Reply Last reply Reply Quote 0
                • LakotaubpL Lakotaubp moved this topic from Support on
                • First post
                  Last post