Navigation

    UBports Robot Logo

    UBports Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. 007fred50
    0
    • Profile
    • Following 1
    • Followers 0
    • Topics 10
    • Posts 59
    • Best 3
    • Groups 0

    007fred50

    @007fred50

    2
    Reputation
    31
    Profile views
    59
    Posts
    0
    Followers
    1
    Following
    Joined Last Online

    007fred50 Follow

    Best posts made by 007fred50

    • RE: Fairphone 3 (FP3)

      @oli-sax Hello,

      Yes android 9 and ubuntu touch works on fairphone 3 +

      do you want to flash ubuntu touch or android 9?

      you can download the files here (http://people8people.com/fairphone/)

      download - fairphone3_ubports.zip
      there are a text file follow that 🙂

      Start (wipe data) with twrp. then follow 1, the file

      posted in Devices
      0
      007fred50
    • RE: Fairphone 3 (FP3)

      @Luksus shall i upload a file to this? everything

      new problem / what is default password to login?
      i found the default password (phablet)

      posted in Devices
      0
      007fred50
    • RE: qml parse property between pages

      @AppLee thanks it works now

      posted in App Development
      0
      007fred50

    Latest posts made by 007fred50

    • RE: Fairphone 3 (FP3)

      @luksus No it does not work

      I installd Android 9 and then ubuntu touch

      Sound camera and more does not work

      posted in Devices
      0
      007fred50
    • RE: QML - reload Repeater data?

      @CiberSheep Hello,

      How can i create an Message chat app with ListModel

      I use this here:

      Repeater {
                      id: idrepeater
                      model: checkleftright.length
                      Rectangle{
                          width: parent.width
                          height: 50
                          color: "grey"
      
                          Rectangle{
                              x: setchat(parent.width,index)
                              width: parent.width / 2
                              //height: 100
                              color: "red"
                              //radius: 15
      
                              Text{
                                  width: parent.width
                                  height: parent.height
                                  text: chatmessages[index+1]
      
                                  wrapMode: Text.WordWrap
                              }
                          }
                      }
                  }
      

      this is dynamic on page load.

      posted in App Development
      0
      007fred50
    • QML - reload Repeater data?

      Hello,

      How can i reload Repeater data ??

      i try something like this (repeater.update()) but nothing happen

      Repeater{
      id: repeater
      }

      Or how can i reload all data in Repeater???

      posted in App Development
      0
      007fred50
    • RE: Fairphone 3 (FP3)

      @Luksus Yes i flash the halium-boot image

      I don't know there to trun the Notification LED on?

      posted in Devices
      0
      007fred50
    • RE: Fairphone 3 (FP3)

      @Luksus Hej

      i have installed GSI image V10 now, Fairphone 3 +

      GSI:
      Updates = Not Working
      Vibration = Working
      Camera = Not Working
      Sound = Not Working
      Turn Power Off = Working

      GITLAB CI:
      Updates = Working
      Vibration = Not Working
      Camera = Not Working
      Sound = Not Working
      Turn Power Off = Not Working (restarting)

      So they have added new camera and sound modul

      posted in Devices
      0
      007fred50
    • RE: Fairphone 3 (FP3)

      Hello,

      I can flash the Fairphone 3+ with the neweste OS from site page / (2020-12-01)

      But someting does not working in FP3+:
      Vibration = not working
      Camera = not working
      Sound = not working

      Mabye the are FP3+ and not FP3.

      posted in Devices
      0
      007fred50
    • RE: qml parse property between pages

      @AppLee thanks it works now

      posted in App Development
      0
      007fred50
    • qml parse property between pages

      Hej

      How can i Parse proberty between pages? in QML (PageStack)

      property string vUser: "fredy"
      

      I trry to (import "variables/varis.qml" as varis) but then i get this error here:

      file:///usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components/1.3/PageStack.qml:231:9: QML PageWrapper: (file:///home/fredy/Desktop/ubuntutouch/login2/build/all/app/install/qml/home.qml:6:33: Invalid import qualifier ID
          import "variables/varis.qml" as varis
                                          ^)
      

      Can you help me ?

      posted in App Development
      0
      007fred50
    • RE: write file and read, works on emulator.

      @lduboeuf There are not (local), but i found (.local)

      cd /home/phablet/.local/share/ (no namespace)

      All what i want is save variable to next login to the app..

      i found this here (Storage) can i use that? instead of write a file

      posted in App Development
      0
      007fred50
    • RE: write file and read, works on emulator.

      @lduboeuf How can i see the error?

      I can't see the error

      posted in App Development
      0
      007fred50