• Android inverse ingenier apps to Ubuntu Touch

    app development apps
    12
    0 Votes
    12 Posts
    2k Views
    developerbaymanD
    actually im hell bent on doing it ....yeah i get it poor performance ect ect but just think of the possibilities first im looking into calling java runtime from python then loading app.jar bundling a portable java runtime implementation and any dependencies within the UT app ....now at first its just gonna be java and prob slow as hell then i will make it work for android later but that will be way harder ....one step at a time itll be in the works for awhile cause im still stumped on running python within clickable i figured out web apps simple enough but i need more programmable meat ...so to speak
  • Call for testing: TELEports proxy support

    1
    2 Votes
    1 Posts
    311 Views
    No one has replied
  • Web developers needed ?

    1
    0 Votes
    1 Posts
    207 Views
    No one has replied
  • UT app kinda like aide?

    6
    0 Votes
    6 Posts
    627 Views
    arubislanderA
    @developerbayman Another good choice is Seabass2 Which does its compilation magic in a Libertine container it creates for the purpose.
  • Any plans for java in app development?

    7
    0 Votes
    7 Posts
    563 Views
    developerbaymanD
    yeah i have alot of java code that i would love to get in UT, for now i just have excepted waydroid is there and i should use it .....im currently attempting to tackle the learning curve with clickable slowly but surly ill get there
  • Focal ut-tweak-tool

    6
    6 Votes
    6 Posts
    1k Views
    mateo_saltaM
    ok check out https://gitlab.com/myii/ut-tweak-tool/-/merge_requests/109 They have way more fixed than in my branch, will also give an idea of what needs work.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • Platform Development Kit (PDK) for Focal

    6
    0 Votes
    6 Posts
    604 Views
    arubislanderA
    @matteo I could never really get the PDK to work reliably on my Ubuntu laptop either, to be honest. But I guess a good place to ask for help would be the Developer group chat on Telegram
  • How to create a plant identification app for ubuntu touch?

    71
    2 Votes
    71 Posts
    19k Views
    H
    Hi there, Hugo from Pl@ntNet project, the initial contact answering by email. Let us know if you had any issue, I've read some of the reply there but let me know if you need to read something from us.
  • Clickable: CMake Error: Cannot open file for write

    11
    0 Votes
    11 Posts
    2k Views
    W
    @ezze You could disable docker when not in use.
  • Focal uVolMan

    1
    4 Votes
    1 Posts
    210 Views
    No one has replied
  • Anyone try the i3 email client?

    Moved i3 email client email email client openstore fp2
    7
    0 Votes
    7 Posts
    854 Views
    W
    @opolork That is not my experience. With email you can tell over a period of time, if you get spam either you have used the address with someone that shares it or the provider has shared the address. In most instances the user has revealed their address.A secure provider would not last long sharing data.
  • Multi Factor Authentication...

    3
    0 Votes
    3 Posts
    288 Views
    MrT10001M
    @kugiigi That I know as I have used it on Dekko. I am thinking more of the nuts and bolts under the hood. With Google you had to go through Chrome and switch on the unsafe apps button.
  • Handle downloads with a WebView

    Solved
    4
    0 Votes
    4 Posts
    627 Views
    Schlicki2808S
    So, I finally found a solution. Okay, in my case, the constellation is a bit different: I have a qml app with a WebView. I ended up to trigger the download from HTML/Javascript side and to process the download on qml side. I failed to use the SingleDownload component because it can not handle data-URLs. So I implemented my own solution: // ... WebContext { id: mainContext onDownloadRequested: { var fileUrl = "/home/phablet/.local/share/schulferien.daniel/Downloads/" + download.downloadFileName; var request = new XMLHttpRequest(); request.open("PUT", fileUrl, false); request.send(decodeURIComponent(download.url.toString().replace("data:text/plain;,", ""))); PopupUtils.open(downloadedMessage); } } WebView { id: mainWebView context: mainContext // ... The "fileUrl" has to point to the application path + Downloads, otherwise a "device not open" error will occur.
  • ScrollView with ListView does not work

    1
    2
    0 Votes
    1 Posts
    149 Views
    No one has replied
  • Creating Apps, ADB: No devices attached

    17
    0 Votes
    17 Posts
    2k Views
    ?
    I checked with kde no problem. mtp-tools is not installed with Gnome and Kde. I just installed and configured with UT Tweak Tool Password/System/ADB Settings/USB Mode/MTP-Media Transfer Protocol.
  • 0 Votes
    9 Posts
    1k Views
    arubislanderA
    @aitzol if you mean, your app works on the desktop bit not on the device, you are probably missing the networking policy in your apparmor manifest file. See here for further information
  • Kotlin Multiplatform / Compose For Desktop Support

    1
    0 Votes
    1 Posts
    194 Views
    No one has replied
  • error in the Weather application

    5
    1
    0 Votes
    5 Posts
    433 Views
    ?
    Hello mschmids, there is a huge difference between shoveling between 22mm and 22cm of snow, like the first storm in mid November , in general it is always calculated in centimeters, for your calculation it is correct.
  • Read TextArea from another site

    textarea another site
    2
    0 Votes
    2 Posts
    239 Views
    CiberSheepC
    @dl8aax you could try using a signal