• Ad blocking

    adblock hosts ads blocking
    17
    2 Votes
    17 Posts
    5k Views
    stropbuS
    On a mobile phone using mobile data represents an extra expense for ads, web pages that are reloaded, especially, online newspapers ... The best thing to do is, edit the "hosts" file and add, as the previous partner the web address to the resolution of domain name 127.0.0.1 which is the internal network card and will not load anything at all, and who wants to support a web page because it is hard for the creator of it to do what he does, you can click and put it on the white list as advocatux says, but you don't bother to read, you don't pay attention, people just want to be heard but they don't listen, anyway. HAPPY YEAR 2020. (Google Traslator, Hello of Spain) ;).
  • Bring Apache Cordova support back to Ubuntu Touch?

    1
    2 Votes
    1 Posts
    428 Views
    No one has replied
  • MediaSessionApi for qtwebengine apps?

    1
    0 Votes
    1 Posts
    140 Views
    No one has replied
  • Music app sometimes does not start

    5
    0 Votes
    5 Posts
    474 Views
    Mic_M
    Good guy, I love him!
  • Connecting to fritz box using an UPnP client (UKW radio via the router)

    1
    0 Votes
    1 Posts
    393 Views
    No one has replied
  • Clickable desktop not executing on AMD64 with arch ARMHF

    clickable rust
    5
    0 Votes
    5 Posts
    835 Views
    M
    @tusharsaurabh Really? Strange, I still get the same error? where did you change the architecture field? In the manifest.json.in file?
  • Any easy process to convert .deb/Appimage/snap/flatpak to Click ?

    4
    0 Votes
    4 Posts
    2k Views
    dobeyD
    VLC will still have issues, as it's not using hardware decoding, and likely would still need to run under xmir, depending on what it's actually using to render video.
  • Nice article for beginner Python development on UT

    pyotherside tutorial python
    5
    3 Votes
    5 Posts
    845 Views
    poVoqP
    Anyone got an idea why qtCreator complains about importing pyotherside as done in the tutorial: qml module does not contain information about components contained in plugins The program itself runs fine on my Kubuntu18.04 system, so it seems to be an qtCreator specific problem. Edit: hmm, seems to be a pyotherside 1.4 specific issue, but I guess not such a good idea to upgrade as UT is also still stuck on 1.4
  • OrbTk - The Rust UI-Toolkit status update

    8
    2 Votes
    8 Posts
    1k Views
    F
    At first I will start to port the minifb https://github.com/emoon/rust_minifb crate to Ubuntu Touch. It think so more projects could be profit and ported to Ubuntu Touch. We use minifb it as main window library. The first port will wrap QWindow.
  • Help with SDL2

    8
    0 Votes
    8 Posts
    878 Views
    F
    What I alternative want to check is to draw in the frame buffer of a QWindow.
  • How do I sign a click package after building it?

    4
    0 Votes
    4 Posts
    538 Views
    T
    @AppLee I'm actually not using the OpenStore at all but just doing all my development work locally at the moment. I'm not using clickable because my app cannot be cross-compiled. It relies on a rust dbus crate that doesn't allow cross-compiling (see https://github.com/diwic/dbus-rs/blob/master/libdbus-sys/cross_compile.md for details).
  • [solved] clickable building with non-zero exit status

    8
    0 Votes
    8 Posts
    993 Views
    Aury88A
    @Aury88 ok. build completed and app launched correctly on desk. Thank you again
  • Virtual Reality (VR) Apps/Support?

    2
    0 Votes
    2 Posts
    340 Views
    AppLeeA
    @mirroronthewall Porting android apps is not the best way to achieve your goal I think. The best course of action is to create a native app which can integrate libs or some algorithm from Open Source projects like the one you mentioned. AR and VR requires some work but it's doable, just need someone motivated and with enough time to do the job. If I win the lottery (but I don't bet) I'll be happy to try out the AR
  • Pure maps navigation port

    66
    5 Votes
    66 Posts
    24k Views
    R
    If we start with HERE, see their API first. We need search (address->coordinates), routing and reverse search (coordinates->address). Pure Maps uses REST API to communicate with the servers. So, check their REST API and see if you can get trucks support if you use it. Docs are at https://developer.here.com/documentation Routing at https://developer.here.com/documentation/routing/dev_guide/topics/request-a-simple-route.html If routing seems OK, then let's start with search. Its API at https://developer.here.com/documentation/geocoder/dev_guide/topics/what-is.html That API we will translate to code in https://github.com/rinigus/pure-maps/tree/master/geocoders , so Pure Maps will understand it
  • Web App concept - A few Questions

    4
    0 Votes
    4 Posts
    525 Views
    CiberSheepC
    With Webapp Creator you can fill the info, tap on Somple Webapp and choose «Custom» for the type to choose several options on the behaviour and permissions: [image: 1575553524540-51c7e6f5-d728-4099-b91e-63736b5029f3-imatge.png]
  • How should I set up my environment for developing?

    20
    0 Votes
    20 Posts
    2k Views
    lduboeufL
    @MarkG_108 said in How should I set up my environment for developing?: I tried, from way 0, to run the script i've just updated the script, i made a mistake regarding volume mapping if you want to see any files under your home directory... ( don't need to rebuild the image though, only the sh script)
  • Example of an qt app that accesses a JSON API over http?

    api app development json
    8
    0 Votes
    8 Posts
    931 Views
    AppLeeA
    @poVoq Yes this is the easiest way to do it. If you search for the first release of my app this is what I used. But I had a limitation regarding self signed certificates. So I decided to create a C++ library to send HTTPS requests. Thanks for sharing your findings ; could be helpful for other
  • NodeRed Ubports push notification support?

    iot notifications nodered
    5
    0 Votes
    5 Posts
    801 Views
    poVoqP
    @Flohack Yes the overall system seems quite easy, but the devil lies in the details. Starting from scratch would be reinventing the wheel when there are those nice existing NodeRed nodes. But they reference further NodeJS libraries and while all of that is probably not a big deal for an somewhat experienced Javascript developer, I am somewhat lost looking at it
  • Problems with incoming emails in Dekko2

    13
    0 Votes
    13 Posts
    1k Views
    H
    @The_Cougar_Kid Okay another dekko click in your inbox, which seems to work on first sight.
  • Custom fonts not loading in qtwebview based app?

    13
    0 Votes
    13 Posts
    876 Views
    G
    @poVoq lol good point...if i get some time this weekend i'll fork the repo and take a look on my machine.