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

Posts

Recent Best Controversial
  • Call not working on Redmi Note 9 pro with ubuntu touch installed

    Hi everyone,

    I have installed ubuntu touch 20.00 stable version on Redmi Note 9 pro. The problem I am facing in it is that I cannot call using the phone and no call is being received.
    The messages are working fine however.

    Please let me know what to do about this?

    Thanks

    posted in Support
    I
    iqrajaved
    14 Nov 2023, 14:07
  • RE: 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?

    posted in App Development
    I
    iqrajaved
    6 Nov 2023, 14:24
  • RE: Dialer App Not able to install on mobile phone

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

    posted in App Development
    I
    iqrajaved
    6 Nov 2023, 14:22
  • 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.

    posted in App Development
    I
    iqrajaved
    6 Nov 2023, 12:02
  • Background of Address-book App (Contacts App)

    Hi

    I am now working on the address book app and cannot find where to change the background of this app on the page where the contacts are shown.

    I have successfully figured out the Contacts Delegate and changed the background of where the name is written. But cannot find how to change the background of the whole page.

    Thanks

    posted in Support
    I
    iqrajaved
    4 Nov 2023, 07:31
  • Link to Camera App in ubuntu touch

    Hi everyone,

    The link to gallery is given in the camera repo as

    onClicked: { Qt.openUrlExternally("appid://gallery.ubports/gallery/current-user-version") }
    

    What's the link to the camera app if I want to jump off to the camera app directly from a lockscreen?

    posted in Support
    I
    iqrajaved
    27 Oct 2023, 08:54
  • RE: Where to set the main resolution of the Ubuntu Touch for a specific mobile model?

    @lduboeuf thank you, it helps

    posted in Support
    I
    iqrajaved
    24 Oct 2023, 14:36
  • RE: Where to set the main resolution of the Ubuntu Touch for a specific mobile model?

    @lduboeuf
    Also can you please tell me that what's the mathematics behind units.gu(int) with respect to the width and height? How these are related?
    May be I can use this for general changes

    posted in Support
    I
    iqrajaved
    24 Oct 2023, 08:16
  • RE: Where to set the main resolution of the Ubuntu Touch for a specific mobile model?

    @lduboeuf
    The variable GRIP_UNIT_PX on my phone is 21, how is the width and height are related to this variable? I am sorry if its a naive question, but I couldn't find it.

    I believe the default value in lomiri ui is 8 for this

    posted in Support
    I
    iqrajaved
    24 Oct 2023, 08:09
  • RE: Unable to update the camera-app in the ubuntu touch

    @kugiigi Okay thanks

    posted in Support
    I
    iqrajaved
    23 Oct 2023, 10:40
  • RE: Unable to update the camera-app in the ubuntu touch

    @kugiigi These commands worked for me:
    CLICKABLE_FRAMEWORK=ubuntu-sdk-20.04 clickable build --arch=arm64
    CLICKABLE_FRAMEWORK=ubuntu-sdk-20.04 clickable install --arch=arm64

    Thanks for the guidance though

    posted in Support
    I
    iqrajaved
    23 Oct 2023, 08:16
  • RE: Unable to update the camera-app in the ubuntu touch

    @kugiigi my device is mobile phone and attached via adb shell.
    I guess I need to build for arm64 for that?

    posted in Support
    I
    iqrajaved
    23 Oct 2023, 07:11
  • Unable to update the camera-app in the ubuntu touch

    Hi everyone,

    I am trying to do some changes to the camera app and build the app in the mobile device using the clickable build command, but it is giving me this error:
    a025f2da-21e1-4b56-bff8-6fb1f1d8b5aa-image.png

    Can someone help me here to resolve this issue?
    Thank you

    posted in Support
    I
    iqrajaved
    21 Oct 2023, 11:29
  • RE: Where to set the main resolution of the Ubuntu Touch for a specific mobile model?

    Waiting for the guidance...

    posted in Support
    I
    iqrajaved
    19 Oct 2023, 07:51
  • Where to set the main resolution of the Ubuntu Touch for a specific mobile model?

    Hi everyone,

    I am working with Lomiri UI repo to do some custom changes to the UI, I am checking my changes using the CLICKABLE command on my dev environment. The things look different when I port them to mobile in terms of sizes.
    I am working with Redmi Note 9 pro. How can I set the resolution of this model in Lomiri UI code?

    posted in Support
    I
    iqrajaved
    18 Oct 2023, 16:12
  • RE: How to Reflect Changes in Lomiri UI repo on Ubuntu Touch Mobile

    @ikoz thank you for the help.

    How can I restart Lomiri on Mobile device?

    posted in Support
    I
    iqrajaved
    18 Oct 2023, 15:53
  • How to Reflect Changes in Lomiri UI repo on Ubuntu Touch Mobile

    Hi everyone,

    I have finally installed the ubuntu touch on redmi note 9 pro and I have done some changes in the Lomiri UI repo and want these changes to be reflected in the mobile phone.

    Is there any way that I can build the changes from this repo and install them in the mobile phone? Like we can do the changes in the individual apps and get them built and installed in the phone.

    Thank you.

    posted in Support
    I
    iqrajaved
    18 Oct 2023, 10:12
  • RE: How to change application icons in Lomiri UI

    @lduboeuf So from where they are being shown in the lomiri UI repo?

    posted in Support
    I
    iqrajaved
    11 Oct 2023, 17:14
  • How to change application icons in Lomiri UI

    Hi everyone,

    I am working on https://gitlab.com/ubports/development/core/lomiri and I want to change the application icons like camera app icon and calendar app icon and all the related fields but I cannot find where are they?

    Can anyone guide me regarding this?

    Thanks

    posted in Support
    I
    iqrajaved
    11 Oct 2023, 10:24
  • RE: Facing issues in Lomiri clickable environment

    @lduboeuf where is clickable 8.0? I could only get 7.12.3 as latest

    posted in Support
    I
    iqrajaved
    22 Sept 2023, 08:34