• This topic is deleted!

    6
    0 Votes
    6 Posts
    29 Views
  • How to port Flutter App

    4
    2 Votes
    4 Posts
    1k Views
    A

    @javperan yup, looks like the template has changed since.

    Currently, I'd probably change line 360:

    await serviceWorkerLoader.loadServiceWorker(serviceWorker).catch(e => {

    to:

    await serviceWorkerLoader.loadServiceWorker(null).catch(e => {

    Basically, I'm trying to find the section of the code that checks for the service worker, which is in line 117:

    loadServiceWorker(settings) { if (settings == null) { // In the future, settings = null -> uninstall service worker? console.debug("Null serviceWorker configuration. Skipping."); return Promise.resolve(); } ...

    Here you can see it checks if 'settings' is null, and seems to handle it gracefully, so any way you can force it to run through that if statement would work fine.

  • WebGL between Clickable Templates

    Unsolved
    5
    1 Votes
    5 Posts
    314 Views
    A

    Unfortunately, what I need is not to append flags, but to remove the existing ones which I can't find any way to do.

    I can do the following in my main.cpp file:

    qDebug() << qgetenv("QTWEBENGINE_CHROMIUM_FLAGS"); qputenv("QTWEBENGINE_CHROMIUM_FLAGS", "--anything-i-want");

    But the output from the getenv is just "", so I'm not sure where its getting the flags from.

    The addition of the chromium flag is indeed working, but the final command line shown by chrome://gpu is this: (which includes the --disable-gpu at the end)

    webglcpptest --anything-i-want --browser-subprocess-path=/usr/lib/x86_64-linux-gnu/qt5/libexec/QtWebEngineProcess --application-name=webglcpptest.red --no-sandbox --enable-threaded-compositing --disable-speech-api --enable-features=AllowContentInitiatedDataUrlNavigations,NetworkServiceInProcess,TracingServiceInProcess --disable-features=MojoVideoCapture,FontSrcLocalMatching,UseSkiaRenderer,DnsOverHttpsUpgrade,ConsolidatedMovementXY,InstalledApp,BackgroundFetch,SmsReceiver,WebPayments,WebUSB,PictureInPicture --disable-gpu

    It doesn't seem possible to override the existing flag with another, I've tried things like --disable-gpu=false and so on, I've tried finding a way to comment out the rest of the flags, even tried a buffer overflow to get rid of the last flag...

    So I have to find where the flags are coming from and remove them.

  • Looking for help to finish my first UT app

    5
    0 Votes
    5 Posts
    348 Views
    KenedaK

    @domubpkm
    We are OT here.
    To make it short, most of those are used batteries, the rare pristine ones come from loooong sheltering, and that make them almost dead. This is a dead end device now. Even my N5, I bought a polarcell new one, last hardly a day with doing almost nothing, long sheltered battery there also.

    @ATTESA
    I share mine, even if I used telegram only couple times.
    Never had more spam than before sharing it with them.

  • Can you improve an app? And would you like a Pebble smartwatch?

    Solved
    34
    2 Votes
    34 Posts
    6k Views
    G

    @TheVancedGamer said in Can you improve an app? And would you like a Pebble smartwatch?:

    Do keep in mind that the rockwork daemon actually connects to the watch, not the bluetooth stack. So you will have to launch rockwork first for the watch to be able to connect.

    IT WORKS !!!!!!!!! šŸ‘

    Thank you !

  • will we sesee raw photo format?

    Moved
    3
    0 Votes
    3 Posts
    172 Views
    R

    @MrT10001 more or less. but saving it in raw is what I want.

  • Dialer App Not able to install on mobile phone

    Moved Unsolved
    5
    0 Votes
    5 Posts
    226 Views
    lduboeufL

    @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 )

  • DeltaTouch / Delta Chat

    8
    2 Votes
    8 Posts
    1k Views
    arubislanderA

    @lk108 said in DeltaTouch / Delta Chat:

    Probably this will change (or has it already?) with focal though.

    It hasn't yet, and probably will not make it into focal.

  • Contacts screens

    Moved
    9
    0 Votes
    9 Posts
    370 Views
    arubislanderA

    @kugiigi They haven't provided specifics. But my guess is a fully customized UT, which might or mightn't end up being a fork.

  • File manager app guide for qml code

    Moved
    25
    0 Votes
    25 Posts
    3k Views
    arubislanderA

    @nibzy26 Please tone down the language and contain your frustration. This is how it works in software in general and Open Source in particular. I am not saying it is ideal, but it is what it is.
    Wanting to dive in and do something that no one else has done before, you cannot expect to have the way already paved and documented for you. You are pioneering.
    As to why icons/Humanity/mimes/48? Possibly because this is a fallback if the icons/suru folder does not contain the relevant files.
    If it is the case how I have described it, then that is how theming works in general on Linux, I have never looked for documentation on the matter, but I am sure the information is out there.

  • Fingerprint image data

    Moved
    1
    0 Votes
    1 Posts
    95 Views
    No one has replied
  • Smartwatch sync app

    107
    14 Votes
    107 Posts
    37k Views
    B

    @sandworm88 said in Smartwatch sync app:

    I know and had tried it but i see focal is not ready for daily driver At least on miatoll.

    Why? Many people use it as daily driver on miatoll including me? What is the problem which you are facing with miatoll?

  • Clickable ADB_COMMAND_FAILED

    Moved Solved
    3
    0 Votes
    3 Posts
    170 Views
    E

    @ekanscode No Iā€™m using focal, tried to install with python venv instead of pip and that worked fine.

  • Running golang on Oneplus 5T dumpling

    Moved
    2
    1 Votes
    2 Posts
    171 Views
    arubislanderA

    @colltoaction concerning any command line toolchain that can be installed in the user's HOME folder, UT is not at all different to Ubuntu Desktop in that regard., as you yourself have found. So it should be no surprise at all that this works.

  • 0 Votes
    6 Posts
    300 Views
    K

    @Keneda No, that's only for stage or windowed mode which is different from being configured as a tablet.

  • Need help for application building

    5
    0 Votes
    5 Posts
    389 Views
    lduboeufL

    I am trying to summarize knowledge about ubports for myself into blog post. WIP version is at https://board.net/p/ubports-en

    Thanks for sharing.
    You could be a perfect candidate to improve documentation šŸ˜‰
    Hope you will find answers to your questions.

  • Upload mistake on Open Store

    5
    0 Votes
    5 Posts
    261 Views
    UltrasonicNoiseU

    @bhdouglass Thank you very much. I've uploaded the corrected version. The store page doesn't seem to display the version number on the website - this doesn't appear to affect the Open Store app.

  • Camera focus in Authenticator NG

    Moved
    4
    0 Votes
    4 Posts
    319 Views
    arubislanderA

    @joe42 I am sorry to hear. But if AuthenticatorNG does not work for you, then you could try 2FA Manager in combination with Tagger.

  • Night Clock for focal

    Moved
    3
    0 Votes
    3 Posts
    188 Views
    mihaelM

    @kugiigi Wonderful!

  • Mobile data usage monitoring (dataMonitor app)

    72
    9 Votes
    72 Posts
    18k Views