Thursday, 2018-10-18

*** ubuntu is now known as Guest7074401:57
*** ChanServ sets mode: +v T405:26
abranson@adampigg I had one of those! Is there something plugged into the back?06:27
T4<adampigg> abranson, 16kb ram expansion06:29
abransonI 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-sinclair06:33
T4<adampigg> i remember the original sticking up and being narrower06:33
abransoni 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
abransonthat was so well done06:35
T4<adampigg> abranson enough chit-chat, youve got PRs waiting to review :D06: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
abransonyes, it does face-detection. the squares even get through to gst-droid I think06:52
T4<adampigg> id hope youd give it a go before a merge into a product you ship ;)06:52
abransonI mean, is it ready for me to review? :D06:52
T4<adampigg> i think i did a merge request, ill have to check ;)06:54
abransonwe 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 can06:56
abransondid you see that 'Entries' array in gstdroid..photo.c?06:58
abransonseems to list properties that exist in gstphoto and get overridden in gst-droid06:58
abransonnot 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 merge06:59
abransonthey usually don't like to extend things too much, but gstphotography is explicitly marked as unstable06:59
T4<adampigg> abranson, i will bow to your greater knowledge on these things07: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
mgroverabranson, thats AR :P09:38
abranson:D09:39
r0kk3rzabranson: thats called having toddlers09:55
UmeaboyHi!10:20
UmeaboyIs it OK to use export PORT_ARCH="aarch64" when I follow the HADK or do I use armv8l instead?10:22
TheKitarmv7l actually as Sailfish doesn't have arm64 rootfs10:30
malUmeaboy: as said many times use PORT_ARCH=armv7hl10:31
Umeaboymal: Yeah, but aren't there any plans to change that in the future?10:35
UmeaboyA lot of the newer devices are 64 bit ARM.10:35
malprobably there are10:36
malmer-core builds as 64-bit already so it should be possible, not sure about libhybris and others10:36
TheKitlibhybris might be a bit more glitchy, but it works (actually used in Gemini PDA Debian rootfs)10:39
Umeaboymal: 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
UmeaboyHow do solve that?10:46
Umeaboygroups $USER shows kristoffer : kristoffer sudoers10:47
T4<elros34> try to relogin10:48
UmeaboyI'll relogin as well even thought you weren't talking to me to see if that helps.10:50
UmeaboyNope. That did NOT help.10:54
r0kk3rzi wouldnt do an aarch64 userspace build until we update gcc11:02
UmeaboyOK.11:02
UmeaboyThe 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 sudoers11:03
UmeaboyI did add my user to the sudoers group.11:03
T4<elros34> so what happen when you type sudo su?11:03
UmeaboyT4: Hmmmmmmmmmm. Another user with the same problem? What are the odds for that??11:05
UmeaboyAnyway, when I do sudo su I get the same result.11:06
T4<elros34> so you did not add user to sudo group11:06
UmeaboyJust doing su kristoffer works fine though.11:06
UmeaboyT4: Are you replying to me? It's confusing to see <elros34> when that nick is not in the user list.11:09
r0kk3rzUmeaboy: its a telegram gateway bot11:09
T4<elros34> yes, it's telegram bridge11:09
UmeaboyUhu.11:09
UmeaboyMy bad.11:09
UmeaboySo, what do I do?11:09
r0kk3rzpanic11:12
mgroverreminds me of this :P https://www.youtube.com/watch?v=tNnZo8b9SKs11:22
*** phdeswer_ is now known as phdeswer12:19
vknechthmm, will sfos always use 32bits sensor HAL, or is it an option to use the 64bits one like in LOS base ?12:54
vknechtasking 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 all13:00
vknechthttps://github.com/vknecht/android_device_alcatel_idol3/blob/vkn-14.1/pswrapper/pswrapper.cpp#L1813:00
vknechtif you have any idea how I can check which one to load depending on the situation...13:01
vknechtan ifdef maybe ?13:02
malthat is indeed an annoying issue, in 15.1 we might be able to create binder based sensor handling13:06
* vknecht tries with just #ifdef __aarch64__ #else ...13:11
UmeaboyCan 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
r0kk3rzwhat 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 better13:17
Mister_Magistermal: hi can i get follow up on the camera app?13:23
UmeaboyT4: That didn't work as well.13:26
Umeaboyr0kk3rz: Mageia. RPM based.13:27
T4<elros34> usermod -a -G sudo user; and then groups user should print sudo group13:28
Mister_MagisterUmeaboy: not T413:28
Mister_Magisteruse name13:28
Mister_Magisterlike @elros3413:29
UmeaboyOK.13:29
Umeaboy@elros34: I'm already in the sudo group.13:30
Umeaboykristoffer : kristoffer sudoers sudo13:30
UmeaboyIt still doesn't do the trick.13:30
T4<elros34> strange13:30
malMister_Magister: what do you need to know about the camera app?13:31
UmeaboyI 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
malnow do you always have these odd problems which nobody else has?13:32
Mister_Magistermal: how to install it13:32
malzypper from my OBS, after building latest droidmedia and gst-droid and updating from my OBS13:34
T4<adampigg> Mal,.how would official app be made to work better?13:34
Mister_Magisterkk13:34
mal@adampigg I think it would eventually also get the information the same way your app does13:34
T4<adampigg> Sure, but i cant modify it ;)13:35
T4<adampigg> But jolla are more than welcome to use my qtmm.patches13:36
T4<adampigg> Im.not sure where camres co13:36
T4<adampigg> Comes into the equation13:36
mal@adampigg droid-camres is the tool used for creating jolla-camera-hw.txt13:48
UmeaboyHow soon til we are ready to release hybris-16.0 ?14:08
UmeaboyBefore christmas?14:08
malI haven't even started that14:11
r0kk3rzwhat even needs that14:14
Umeaboyr0kk3rz: Well, Android Pie has been out for some time now. :)14:16
UmeaboyAnd Lineage have also moved over to 16.014:16
malwell the xperia devices have aosp9 already, not sure how well that works already14:26
r0kk3rzits been out a couple of months14:34
malanyway I hope 9.0 won't be too different from 8.114:41
r0kk3rzmust be someone elses turn to do one anyway14:42
malheh14: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 values15:35
malthere is a branch with obsolete support for that15:35
*** ChanServ sets mode: +v T417:30
*** wolfy is now known as Guest2262018:49

Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!