piggz | rinigus: mal: funny ... got a PR for amazfish today, for a qml syntax introduced in 5.14! | 18:44 |
---|---|---|
rinigus | piggz: :) | 18:45 |
attah | oh... i thought it was ViGe... which would have been great news indeed - now it was just some pmOS person | 18:46 |
Thaodan | piggz: can't call the functions manually in the signals? | 18:47 |
piggz | Thaodan: https://github.com/piggz/harbour-amazfish/pull/217 | 18:48 |
Thaodan | I saw | 18:48 |
Thaodan | that's why I was asking | 18:49 |
attah | sounds like the property itself is deprecated, not what it does (but i could of course be misunderstanding) | 18:50 |
piggz | yeah, i think its just and old syntax using on<property>: {} | 18:51 |
piggz | and theyre just deprecation warnings | 18:52 |
Thaodan | sounds harmless | 18:52 |
piggz | yeah | 18:52 |
piggz | obvs would be nice to clean up warnings for other users ... dont think i can do that just yet tho! | 18:54 |
rinigus | piggz: to kill those warnings: https://github.com/rinigus/pure-maps/blob/master/src/main.cpp#L132 | 18:57 |
rinigus | had the same issue in pure maps | 18:57 |
piggz | rinigus: thx | 18:58 |
Thaodan | rinigus piggz: I'd probably add a check if you build with Qt 6 and disable that line then. | 19:00 |
piggz | Thaodan: as a mainly sfos app ... im not sure i can start considering qt6 support :D | 19:00 |
piggz | whats src ompatibnility like between 5 and 6 | 19:01 |
Thaodan | its good if its a recent qt version | 19:10 |
Thaodan | but even older you can support at the same time in c++ | 19:10 |
piggz | wondering if there would be a desire from devs to package Go for sfos ... would be a binary based pacakge so couldnt go on chum | 20:04 |
Thaodan | Why binary based? | 20:36 |
Thaodan | You can build go without with gcc go | 20:36 |
piggz | Thaodan: i guess ... because im lazy and they ship an arm binary that works! | 20:39 |
* attah should really learn some modern language | 20:39 | |
Thaodan | "modern" | 20:39 |
Thaodan | piggz:You can import gcc-go from fedora | 20:40 |
attah | Apart from dayjob Erlang 24, C++11 is the most modern i used meaningfully... and both are old languages, just newer versions | 20:43 |
piggz[m] | Thaodan: i needed go a few days ago to build adb to work from within sailfish .. it worked too : ... so is needed to build boringssl | 20:43 |
Thaodan | Well just works sounds all nice until it doesn't. I think go is hard for embedded environments where disk space matters | 20:43 |
piggz[m] | attah: id be more than happy doing >= c++11 at work | 20:43 |
piggz[m] | im doing webby react stuff atm! :D | 20:44 |
attah | Oh, that bad? | 20:44 |
attah | Well, my last position was C89 - i.e. as old as me | 20:44 |
Thaodan | interesting go in ssl | 20:44 |
attah | adb nneds go? | 20:45 |
piggz[m] | to build it yes | 20:45 |
piggz[m] | actually, adb needs boringssl needs go | 20:45 |
Thaodan | This stench of bundling everything so backwards | 20:46 |
attah | wow... i got fastboot building without any fancy crap, i just adb would be similar | 20:46 |
piggz[m] | and the pinephone needs abd, because the modem and actually an internal android device connected via usb!!!! | 20:46 |
piggz[m] | what a world we live in | 20:46 |
Thaodan | whot? | 20:47 |
piggz[m] | you flash the pinephone modem using fastboot, and shell into it using adb ... you can get a shell on the modem in your phone ! | 20:47 |
Thaodan | wtf | 20:47 |
attah | I just thought it was some embedded linux... not at all related to android | 20:48 |
piggz[m] | yeah, i did it today, flash the system parititon with fastboot, adb shell in, connected to a uart to send an AT command, and got logs with adb pull :D | 20:48 |
attah | I have a similar modem on a usb dongle | 20:48 |
Thaodan | is it the same in the pinephone pro? | 20:48 |
piggz[m] | yes | 20:48 |
rinigus | Thaodan: re Qt6 check - warning comes from using older QML syntax. so, as long as we keep QML in older way, we have to disable it regardless of Qt version | 20:53 |
attah | boringssl looks like c++? | 20:54 |
rinigus | piggz: so, can you port SFOS to your pinephone modem? | 20:55 |
attah | yo dawg! xD | 20:55 |
Thaodan | rinigus: Just saying so it would fail when building against Qt6 since most of the deprecated things in Qt5 are removed in Qt6. | 20:58 |
Thaodan | Most have to be so much cheaper to put a phone into a phone than adding just a modem. | 20:59 |
Thaodan | piggz[m]: Did you build this? https://android.googlesource.com/platform/packages/modules/adb/+/refs/heads/master All the references to extra stuff like apex. | 21:03 |
Thaodan | There's this that makes building all the android tools less painful: https://github.com/nmeum/android-tools | 21:04 |
piggz_ | Thaodan: yes, the patched cmake version | 21:14 |
piggz_ | and disabled everything except adb | 21:14 |
piggz_ | it went down to a single binary in the end which was super handy | 21:15 |
piggz_ | attah: go is used eg here https://boringssl.googlesource.com/boringssl/+/refs/heads/master/crypto/err/ | 21:17 |
attah | Блять | 21:18 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!