UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. ComLarsic
    3. Topics
    C
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 20
    • Posts 86
    • Groups 0

    Topics

    • C

      Getting java working on UBTouch

      Watching Ignoring Scheduled Pinned Locked Moved App Development
      17
      1
      4 Votes
      17 Posts
      3k Views
      B
      is that a working version of java for a nexus arm7
    • C

      WebGL in html app

      Watching Ignoring Scheduled Pinned Locked Moved App Development
      3
      1
      0 Votes
      3 Posts
      364 Views
      C
      Ah ok, thx. guess i'll try to find another way to port it!
    • C

      Porting QTWebflix(Netflix app) to Ubuntu touch?

      Watching Ignoring Scheduled Pinned Locked Moved App Development netflix qtwebkit
      10
      1 Votes
      10 Posts
      2k Views
      pavelprostoP
      @comlarsic A very cool idea! Kodi plugins work in Python, you can take authorization algorithms and program work from them https://github.com/CastagnaIT/plugin.video.netflix You can use the Morph browser component to play the video. You can see how this is implemented by me https://github.com/pavelprosto94/uvideo The video player code itself is here https://github.com/pavelprosto94/uvideo/blob/main/src/index.html
    • C

      cannot download files in pixilart.com webapp

      Watching Ignoring Scheduled Pinned Locked Moved App Development
      1
      0 Votes
      1 Posts
      391 Views
      No one has replied
    • C

      Zooming in on webapp?

      Watching Ignoring Scheduled Pinned Locked Moved App Development zoom webapp youtube
      3
      0 Votes
      3 Posts
      432 Views
      G
      The zoom behaviour of Morph is currently being improved. I'm not sure what changes are in stable, but webapps in dev channel certainly have access to zoom settings by the user. There is no option to set it in the command line for webapps, but I recall seeing the suggestion out there. Maybe in time. edit for command line options that are available see: https://docs.ubports.com/en/latest/appdev/webapp/guide.html#command-line-arguments
    • C

      Install click pakage on amd64 without terminal app?

      Watching Ignoring Scheduled Pinned Locked Moved Support terminal clickable x86 amd64
      5
      1 Votes
      5 Posts
      657 Views
      C
      @doniks its just a .img file contained in a .gz just extract the .gz file and flash the resulting image onto a USB drive (or a harddrive depending on if you'd wanna install it as main os)
    • C

      Camera App (made with html, css, java) not having acces to camera.

      Watching Ignoring Scheduled Pinned Locked Moved App Development
      15
      0 Votes
      15 Posts
      1k Views
      dobeyD
      It is currently not possible to use camera from browser, because QtWebEngine isn't using QtMultimedia for camera yet.
    • C

      Enable fingerprint scanner?

      Watching Ignoring Scheduled Pinned Locked Moved Support
      9
      0 Votes
      9 Posts
      1k Views
      flohackF
      @ruedigerkupper There are numerous requests, but still nothing has landed in stable: https://github.com/ubports/ubuntu-touch/issues?q=is%3Aissue+is%3Aopen+fingerprint
    • C

      How to continue boot in telnet?

      Watching Ignoring Scheduled Pinned Locked Moved Porting telnet herolte
      1
      0 Votes
      1 Posts
      272 Views
      No one has replied
    • C

      Cant import all contacts, syncevolution.

      Watching Ignoring Scheduled Pinned Locked Moved Support contacts
      6
      0 Votes
      6 Posts
      670 Views
      LakotaubpL
      @ko Glad it's sorted and that may help others sooo, please mark as solved using Topic tools, ask as question Thanks
    • C

      Help, i broke anbox

      Watching Ignoring Scheduled Pinned Locked Moved Support anbox
      5
      0 Votes
      5 Posts
      658 Views
      C
      Aight, i fixed it i couldnt reinstall anbox-ubuntu-touch becausr on of the folders was in use, after unmounting it using umount i could reinstall it
    • C

      Can I get banned for using whatsapp in anbox?

      Watching Ignoring Scheduled Pinned Locked Moved Off topic oneplus 3 anbox
      12
      0 Votes
      12 Posts
      5k Views
      mihaelM
      @poVoq Not here: Pro 5, rc channel.
    • C

      Could I compile a python GTK appeared for Ubuntu touch?

      Watching Ignoring Scheduled Pinned Locked Moved App Development python
      6
      0 Votes
      6 Posts
      1k Views
      J
      Packaging a GTK app as an click package is possible, but I could only manage to do so by giving the app special permissions (so this is a workaround and will most likely not be excepted in the official app store). Here is an example that worked on my Nexus 4 with Mir as the display manager and will maybe also work on other devices: Video of working app (a simple image editor): https://libre.video/videos/watch/2f2c5304-d278-4b43-84e0-3c463d3a6432 Source Code: https://gitlab.com/AdamSchrey/image_and_buttons Some of the things done here will maybe not be necessary on some devices or in future versions of Ubuntu Touch. I had to add this lines to the .desktop file: X-Ubuntu-Touch=true X-Ubuntu-XMir-Enable=true I had to add this line to the .apparmor file: "template": "unconfined", Otherwise I would get this error: ** (process:26446): WARNING **: Unable to exec '/usr/lib/arm-linux-gnueabihf/ubuntu-app-launch/xmir-helper image-and-buttons_0.9.0 ut_session.sh' in '/opt/click.ubuntu.com/.click/users/phablet/image-and-buttons': Permission denied I had to export this variable to get bigger buttons/text/entries...: export GDK_SCALE=2 To get an on screen keyboard I installed this packages on my device: maliit-inputcontext-gtk3 maliit-inputcontext-gtk2 ...and exported this variable: export GTK_IM_MODULE=maliitphablet I reply to this old post, because when I searched for a solution, this was one of the first things that came up and I could not find any working examples my self. Maybe someone will find this helpful or will tell me if my app and my solution also work on other devices. [image: 1608334801534-iab_ut.png] Some of the things I did, were taken from this website: http://kriscode.blogspot.com/2016/09/x-applications-on-ubuntu-phone.html
    • C

      Ca't save or upload files, oneplus3t

      Watching Ignoring Scheduled Pinned Locked Moved Support
      3
      0 Votes
      3 Posts
      201 Views
      C
      Oh alright! I shall post my questions there then!
    • C

      Cant add Google account

      Watching Ignoring Scheduled Pinned Locked Moved Support google oneplus 3 accounts
      6
      0 Votes
      6 Posts
      696 Views
      C
      @Lakotaubp Ah, i thought only google contacts import was available. Thanks for the help!
    • C

      How well does UBTouch work on Pinephone

      Watching Ignoring Scheduled Pinned Locked Moved Off topic
      2
      0 Votes
      2 Posts
      288 Views
      LakotaubpL
      @ComLarsic This might be useful https://t.me/pinephone to ask in as well.
    • C

      Does plasma mobile support UBTouch apps?

      Watching Ignoring Scheduled Pinned Locked Moved Off topic postmarketos apps
      3
      0 Votes
      3 Posts
      576 Views
      C
      Ah, alright I guess I'll stick trying to install UBtouch
    • C

      how to turn off systemd-journald

      Watching Ignoring Scheduled Pinned Locked Moved Porting
      1
      0 Votes
      1 Posts
      204 Views
      No one has replied
    • C

      Halium stuck at initrd for samsung herolte

      Watching Ignoring Scheduled Pinned Locked Moved Porting
      1
      0 Votes
      1 Posts
      279 Views
      No one has replied
    • C

      make: *** No rule to make target

      Watching Ignoring Scheduled Pinned Locked Moved Porting
      4
      0 Votes
      4 Posts
      425 Views
      D
      I see. Good luck!