kabouik | Ha piggz, I'd be happy too but I don't know that language. I just host the fork that the dev helped me making for SFOS (he did 999% of the work, I just tested everything on SFOS). If you have any idea how to do it, please don't hesitate to submit a PR. | 00:41 |
---|---|---|
kabouik | happy to* | 00:41 |
poetaster | rinigus, piggz: how do I know if obs is building me? for the spec. | 07:04 |
piggz | poetaster: what do you mean, which package? | 07:11 |
poetaster | I'm going to need to add tests for obs since obs won't permit things that harbour does and vice versa. | 07:13 |
piggz | ok, i understand ... let me think | 07:16 |
poetaster | it's a can of worms. python pkg is a mess without distros getting in on it. | 07:19 |
piggz | poetaster: look at the macros section here https://en.opensuse.org/openSUSE:Build_Service_prjconf | 07:23 |
piggz | we define a macro "vendor" as "chum" ... so you could check that | 07:23 |
poetaster | that sounds good. hmm. worms wiggle. | 07:24 |
poetaster | I just finally got my c++ subdirs projects with 'own library' installs working properly and it's back to square one :) | 07:24 |
poetaster | piggz: I've made the mistake of being available. now people are asking me, when is 4.1 happening for Volla. | 07:37 |
poetaster | piggz: say something like 4th quarter, god willing. | 07:38 |
poetaster | (odn't mention that your an athiest. no, wait, I'm the athiest!) | 07:38 |
thilo[m] | Some apps show a guide, the first time you use them. Swipe here for that, click that button, etc.... Where do I find documentation on how to create one? | 07:44 |
poetaster | thilo: I don't believe there is a quide a quick glance at https://sailfishos.org/wiki/ didn't show | 07:59 |
poetaster | thilo: you'd need local storage to see if the app was started fir | 07:59 |
poetaster | before and then show tips on that basis (that's just QML programming). Could also store a setting. | 08:00 |
thilo[m] | My research showed that there are TouchInteractionHint components. But there is no documentation on it. I guess this is no official api... | 08:01 |
poetaster | thilo: ok, I see what you're getting at. | 08:16 |
thilo[m] | Created a topic for the next meeting | 08:17 |
thilo[m] | Writing in the forum is really pita on the sfos stock browser | 08:18 |
poetaster | thilo: TouchInteractionHint was sailfish only? did you have a look on doc.qt.io? | 08:19 |
poetaster | :thilo maybe https://doc.qt.io/qt-5/qtwidgets-widgets-tooltips-example.html | 08:20 |
poetaster | thilo: probably the wrong direction. | 08:21 |
thilo[m] | I couldnt find any documentation on the first duckduckgo page on them. But maybe ive been just blind... Also i dont really now, if this component does what i want because im on mobile ;) | 08:23 |
thilo[m] | But i think fishtheke had that exact tutorial i mean, and it uses these components | 08:24 |
Flohack | Hi guys, Florian from UBports, I have a few questions re your current ofono fork | 08:24 |
Flohack | Is this the best place or is this too technical here ^^ | 08:24 |
thilo[m] | Hard to remember what an app did the first time you used it... | 08:24 |
Wizzup | I'm trying to bring up the mer/sfos audio stack on maemo (leste), since it's similar to the old maemo stack, and was wondering if there are some folks around here that could answer some questions. Is this the right channel for that? | 08:25 |
rinigus | Flohack: should be a right place. although, not sure who to ping regarding ofono | 09:14 |
Flohack | Thx! In fact rinigus do you know, how far does SF ofono support dual SIM operation (calls in and out on both SIMs, SMS, MMS etc. all working, also switching data speeds on both SIMs)? | 09:16 |
rinigus | Flohack: no, I don't. I have only one SIM in the device, even a dual sim one. I would expect many things would work, but maybe some of the users could give a feedback | 09:17 |
Flohack | That would be great. However, I see already issues with one SIM ^^ like call signalling is all over the place. I get 2 calls when there is only one, cannot hangup etc | 09:21 |
rinigus | Flohack: you mean on dual sim device with single sim? don't see those issues on SFOS | 09:24 |
Flohack | Oki alright. Do you know your Android container version? | 09:25 |
rinigus | Flohack: I am on sony tama port. all worked on AOSP9 and AOSP10 based ports (two versions of the port were done) | 09:31 |
rinigus | we don't have containers as that... | 09:31 |
Flohack | Ok thanks :) | 09:31 |
Flohack | SO it must be on our side, how we handle calls. Even now, 2 hours after test call the phone still thinks I am IN the call ^^ | 09:32 |
Flohack | Ok someone needs to tell me how to debug ofono with the binder RIL interfaces ^^ | 09:35 |
piggz | lbt: you cant throw "qt6 plans" into a discussion and not expect a question on upgrading to a later 5! :D | 09:53 |
rinigus | piggz: when everything will be sorted and home encryption implementation expanded, these posts will be studied in the universities on how you can obfuscate and improve security through excellent off-topic discussion | 09:58 |
rinigus | ... leading to crackers loosing patience and leaving our devices uncracked | 09:59 |
piggz | rinigus: im supposed to be working, but now have to read your full thread .... srry for not being timely in building hwcrypt on my device, ill get to it | 09:59 |
rinigus | it can wait till tonight :) . I'd better also focus on other issues | 09:59 |
piggz | rinigus: in your starting paragraphs, you say you dont have an official device, so cant be sure about how it works .... dont you have encryption on your port? | 10:00 |
piggz | (i do) | 10:00 |
rinigus | piggz: I wasn't adding it as it is useless. now back home, made a development image with it and tested on device. | 10:01 |
rinigus | LUKS is unlocked rather early in the boot sequence which means you should use some kind of specialized UI. implemented in closed source right now, obviously | 10:03 |
poetaster | 'can obfuscate and improve security through excellent off-topic discussion' +1 | 10:43 |
poetaster | rinigus: I've lost track in the thread, was hwcrypt supposed to crypt the boot volume? / /home? I lost it in the thread. | 10:43 |
rinigus | poetaster: hwcrypt allows you to generate key file (32 bytes or so) from some input by signing it through hw backed key. that generated key is planned to be used as a LUKS password keyfile to unlock /home or whatever partition you want. for SFOS - /home | 10:46 |
rinigus | nice aspect here is that you cannot in practice take LUKS header from device and start cracking on PC. 32 bytes is large entropy and it makes it impractical to do so. so, only way to unlock is to crack it on device itself. | 10:47 |
poetaster | :rinigus /home ok. I was thinking / ... | 10:48 |
rinigus | which we can make harder by allowing one key generation once in few seconds | 10:48 |
poetaster | rinigus: detached header like in luks2 is not possible? | 10:48 |
rinigus | it is probably, but in the end it all boils down into password for unlocking LUKS master key. where do you want to store detached header? on SD card which is in the phone when it is nicked? | 10:50 |
poetaster | no, I'd store it externally. But I don't do anything secure with a phone. I treat my phone like a skin cancer pet. | 10:50 |
rinigus | poetaster: does LUKS allow to use the partition without LUKS header available after unlocking? never looked into it as I don't want to fiddle with external USB on every boot. but my preferences could be different from others | 10:52 |
rinigus | as for secure data, it kind of creeps in a bit - better be safe than sorry | 10:52 |
poetaster | https://www.skrilnetz.net/bullet-proof-data-encryption-with-luks-and-a-detached-header/ | 10:53 |
poetaster | that reference came from https://daltondur.st/secure_pinephone_1/ | 10:54 |
poetaster | rinigus: to be honest, I've given up (except on the freebsd machines where I use geli) using luks. | 10:55 |
poetaster | rinigus: I just encrypt data (usually just pgp) | 10:55 |
rinigus | poetaster: I've got it to work on linux pcs and it seems to be all fine | 10:56 |
rinigus | phone next | 10:56 |
poetaster | rinigus: no, I meant, in general. I think it's a great effort to get it onto the phone. | 10:57 |
poetaster | rinigus: I'll install it on a prototype device, but I'll never use it on daily. | 10:57 |
poetaster | the question is how do I get passphrases instead of pins ;) | 10:58 |
poetaster | lunch | 10:58 |
rinigus | exactly, passphrases are the target :) | 10:59 |
Flohack | I let you sort out device encryption and then we do the same in UT :P | 11:02 |
rinigus | Flohack: good idea! | 11:05 |
attah | Flohack: did you see this? https://forum.sailfishos.org/t/sailfish-community-news-12th-august/7582 | 14:14 |
attah | speaks a bit about the binder integration, but also adds that if it wasn't already apparent, Slava Monich is the wizard | 14:16 |
attah | for example, ofono-logger comes from here: https://github.com/monich/harbour-logger | 14:17 |
Flohack | Yeah Slava is all over the place xD | 14:53 |
testfun | pixel C (nvidia tegra) project underway? | 15:19 |
testfun | for sfos | 15:19 |
testfun | good tablet, good gpu. | 15:19 |
attah | It's pretty old, so unless you get google hits i doubt it. | 15:21 |
vlagged[m] | is there any way to use OBS to download + additional spec file? I see download_url or download_files services are not present | 20:24 |
*** vlagged[m] is now known as b100dian[m] | 21:58 | |
* b100dian[m] uploaded an image: (2187KiB) < https://matrix.org/_matrix/media/r0/download/kde.org/43ebfe12a491f46f7d9fbf3eb88000800b3a25d8/image.png > | 23:16 | |
b100dian[m] | Yay got onedrive | 23:16 |
b100dian | there's two things I don't like about the packages: https://build.sailfishos.org/project/show/home:b100dian:onedrive | 23:17 |
b100dian | I could not make the ldc binary release download from the 'source' (github tar gz), I had to upload it to OBS manually. basically a binary package | 23:17 |
b100dian | and for the onedrive build I had to fork + include a rpm/.spec. There definitely should be a better way to handle a git repo without rpm/ spec | 23:18 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!