*** ubuntu is now known as Guest70744 | 01:57 | |
*** ChanServ sets mode: +v T4 | 05:26 | |
abranson | @adampigg I had one of those! Is there something plugged into the back? | 06:27 |
---|---|---|
T4 | <adampigg> abranson, 16kb ram expansion | 06:29 |
abranson | I thought that didn't go back far and stuck upwards instead. is it a non-sinclair one? | 06:31 |
abranson | (wobble wobble) | 06:31 |
T4 | <adampigg> yeah, i think its non-sinclair | 06:33 |
T4 | <adampigg> i remember the original sticking up and being narrower | 06:33 |
abranson | i bet lying flat like that means it doesn't actually wobble... | 06:34 |
T4 | <adampigg> i made my lads watch `micro men` the other day, and thought `oh, ive on of them upstairs` | 06:35 |
abranson | that was so well done | 06:35 |
T4 | <adampigg> abranson enough chit-chat, youve got PRs waiting to review :D | 06:41 |
T4 | <adampigg> abranson....say you set face-detection to on ... does the android layer supply the rects for where the faces are? | 06:46 |
T4 | <adampigg> i mean, im getting ahead of myself feature wise, but still! | 06:49 |
abranson | @adampigg: hehe. is the qtmm one ready? | 06:51 |
T4 | <adampigg> abranson, thats up to you! | 06:51 |
abranson | yes, it does face-detection. the squares even get through to gst-droid I think | 06:52 |
T4 | <adampigg> id hope youd give it a go before a merge into a product you ship ;) | 06:52 |
abranson | I mean, is it ready for me to review? :D | 06:52 |
T4 | <adampigg> i think i did a merge request, ill have to check ;) | 06:54 |
abranson | we usually prefix them with 'WIP' during preparation, until it's ready to merge. | 06:54 |
T4 | <adampigg> the modes one is ready, i havne done a request for property reading yet but i can | 06:56 |
abranson | did you see that 'Entries' array in gstdroid..photo.c? | 06:58 |
abranson | seems to list properties that exist in gstphoto and get overridden in gst-droid | 06:58 |
abranson | not sure if we should include these new ones in gstphoto and override them. it'd be neater, but might reduce teh chances of an upstream merge | 06:59 |
abranson | they usually don't like to extend things too much, but gstphotography is explicitly marked as unstable | 06:59 |
T4 | <adampigg> abranson, i will bow to your greater knowledge on these things | 07:23 |
T4 | <adampigg> ha, i had to read your comment 5 times before i spotted the typo! | 07:34 |
abranson | @adampigg: though we should have a mode that makes the scene look like a bag of flour has exploded everywhere. | 08:33 |
mgrover | abranson, thats AR :P | 09:38 |
abranson | :D | 09:39 |
r0kk3rz | abranson: thats called having toddlers | 09:55 |
Umeaboy | Hi! | 10:20 |
Umeaboy | Is it OK to use export PORT_ARCH="aarch64" when I follow the HADK or do I use armv8l instead? | 10:22 |
TheKit | armv7l actually as Sailfish doesn't have arm64 rootfs | 10:30 |
mal | Umeaboy: as said many times use PORT_ARCH=armv7hl | 10:31 |
Umeaboy | mal: Yeah, but aren't there any plans to change that in the future? | 10:35 |
Umeaboy | A lot of the newer devices are 64 bit ARM. | 10:35 |
mal | probably there are | 10:36 |
mal | mer-core builds as 64-bit already so it should be possible, not sure about libhybris and others | 10:36 |
TheKit | libhybris might be a bit more glitchy, but it works (actually used in Gemini PDA Debian rootfs) | 10:39 |
Umeaboy | mal: I know I added my user to the sudoers group and did exec bash without issues, but sfossdk tells me that I'm not in the sudoers group. | 10:45 |
Umeaboy | How do solve that? | 10:46 |
Umeaboy | groups $USER shows kristoffer : kristoffer sudoers | 10:47 |
T4 | <elros34> try to relogin | 10:48 |
Umeaboy | I'll relogin as well even thought you weren't talking to me to see if that helps. | 10:50 |
Umeaboy | Nope. That did NOT help. | 10:54 |
r0kk3rz | i wouldnt do an aarch64 userspace build until we update gcc | 11:02 |
Umeaboy | OK. | 11:02 |
Umeaboy | The HADK should have some backup solution if using sudo doesn't work to execute sfossdk. | 11:03 |
T4 | <elros34> iifrc the group name is sudo not sudoers | 11:03 |
Umeaboy | I did add my user to the sudoers group. | 11:03 |
T4 | <elros34> so what happen when you type sudo su? | 11:03 |
Umeaboy | T4: Hmmmmmmmmmm. Another user with the same problem? What are the odds for that?? | 11:05 |
Umeaboy | Anyway, when I do sudo su I get the same result. | 11:06 |
T4 | <elros34> so you did not add user to sudo group | 11:06 |
Umeaboy | Just doing su kristoffer works fine though. | 11:06 |
Umeaboy | T4: Are you replying to me? It's confusing to see <elros34> when that nick is not in the user list. | 11:09 |
r0kk3rz | Umeaboy: its a telegram gateway bot | 11:09 |
T4 | <elros34> yes, it's telegram bridge | 11:09 |
Umeaboy | Uhu. | 11:09 |
Umeaboy | My bad. | 11:09 |
Umeaboy | So, what do I do? | 11:09 |
r0kk3rz | panic | 11:12 |
mgrover | reminds me of this :P https://www.youtube.com/watch?v=tNnZo8b9SKs | 11:22 |
*** phdeswer_ is now known as phdeswer | 12:19 | |
vknecht | hmm, will sfos always use 32bits sensor HAL, or is it an option to use the 64bits one like in LOS base ? | 12:54 |
vknecht | asking cause in LOS I have a HAL wrapper which loads the stock HAL in lib64, but in SFOS the 32bit is used so no sensor work at all | 13:00 |
vknecht | https://github.com/vknecht/android_device_alcatel_idol3/blob/vkn-14.1/pswrapper/pswrapper.cpp#L18 | 13:00 |
vknecht | if you have any idea how I can check which one to load depending on the situation... | 13:01 |
vknecht | an ifdef maybe ? | 13:02 |
mal | that is indeed an annoying issue, in 15.1 we might be able to create binder based sensor handling | 13:06 |
* vknecht tries with just #ifdef __aarch64__ #else ... | 13:11 | |
Umeaboy | Can we add instructions to tell users to add them to the wheel group in case sudoers doesn't work? | 13:12 |
T4 | <elros34> why can't you just add user to "sudo" group? | 13:14 |
r0kk3rz | what distro are you using? | 13:16 |
mal | @adampigg I think we should start to use the new features in droid-camres until so official camera can work better | 13:17 |
Mister_Magister | mal: hi can i get follow up on the camera app? | 13:23 |
Umeaboy | T4: That didn't work as well. | 13:26 |
Umeaboy | r0kk3rz: Mageia. RPM based. | 13:27 |
T4 | <elros34> usermod -a -G sudo user; and then groups user should print sudo group | 13:28 |
Mister_Magister | Umeaboy: not T4 | 13:28 |
Mister_Magister | use name | 13:28 |
Mister_Magister | like @elros34 | 13:29 |
Umeaboy | OK. | 13:29 |
Umeaboy | @elros34: I'm already in the sudo group. | 13:30 |
Umeaboy | kristoffer : kristoffer sudoers sudo | 13:30 |
Umeaboy | It still doesn't do the trick. | 13:30 |
T4 | <elros34> strange | 13:30 |
mal | Mister_Magister: what do you need to know about the camera app? | 13:31 |
Umeaboy | I need to be in the wheel group, but that guide doesn't even take that into consideration. Foot note to that chapter perhaps? | 13:31 |
mal | now do you always have these odd problems which nobody else has? | 13:32 |
Mister_Magister | mal: how to install it | 13:32 |
mal | zypper from my OBS, after building latest droidmedia and gst-droid and updating from my OBS | 13:34 |
T4 | <adampigg> Mal,.how would official app be made to work better? | 13:34 |
Mister_Magister | kk | 13:34 |
mal | @adampigg I think it would eventually also get the information the same way your app does | 13:34 |
T4 | <adampigg> Sure, but i cant modify it ;) | 13:35 |
T4 | <adampigg> But jolla are more than welcome to use my qtmm.patches | 13:36 |
T4 | <adampigg> Im.not sure where camres co | 13:36 |
T4 | <adampigg> Comes into the equation | 13:36 |
mal | @adampigg droid-camres is the tool used for creating jolla-camera-hw.txt | 13:48 |
Umeaboy | How soon til we are ready to release hybris-16.0 ? | 14:08 |
Umeaboy | Before christmas? | 14:08 |
mal | I haven't even started that | 14:11 |
r0kk3rz | what even needs that | 14:14 |
Umeaboy | r0kk3rz: Well, Android Pie has been out for some time now. :) | 14:16 |
Umeaboy | And Lineage have also moved over to 16.0 | 14:16 |
mal | well the xperia devices have aosp9 already, not sure how well that works already | 14:26 |
r0kk3rz | its been out a couple of months | 14:34 |
mal | anyway I hope 9.0 won't be too different from 8.1 | 14:41 |
r0kk3rz | must be someone elses turn to do one anyway | 14:42 |
mal | heh | 14:47 |
T4 | <adampigg> Mal,.so,.you mean to modify camres to get the iso values my way, and not however it currently does? | 15:25 |
mal | @adampigg droid-camres doesn't currently get iso values | 15:35 |
mal | there is a branch with obsolete support for that | 15:35 |
*** ChanServ sets mode: +v T4 | 17:30 | |
*** wolfy is now known as Guest22620 | 18:49 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!