Dialer App Not able to install on mobile phone
-
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.
-
@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 -
@lduboeuf No there is no other dialer app anywhere on 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?
-
@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 ) -