Mister_Magister | okay in set location i have accuracy but when sending dbus signal, the accuracy is nan | 00:19 |
---|---|---|
Mister_Magister | which is weird because emitting the dbus signal is literally after setLocation | 00:20 |
Mister_Magister | so m_currentLocation.setTimestamp removes accuracy. Go figure | 00:37 |
Mister_Magister | yeah after Fixing timestamp offset the accuracy in m_currentLocation goes to hell | 00:38 |
Mister_Magister | i have no idea why but it's constantly getting cleared | 00:52 |
T42 | <neochapay> https://irc.thaodan.de/.imgstore/69bfd59e/file_3391_tgs.webp | 00:59 |
Mister_Magister | rinigus: will be happy | 01:15 |
Mister_Magister | mal: https://github.com/mer-hybris/geoclue-providers-hybris/pull/43 Could you push to to whom it might concern please? | 01:21 |
dr_gogeta86 | hi | 08:19 |
piggz | mal: abr: is this in any current released build? https://github.com/sailfishos/qtmultimedia/pull/2 (inc 4.4) | 08:29 |
piggz | it sounds similar to the the availableCameras.length problem just fixed in advancedcamera | 08:29 |
Mister_Magister | ahhhh rinigus will be so happy | 09:25 |
Mister_Magister | rinigus: and it was in fact geoclue's fault not my adaptation's fault | 09:37 |
Mister_Magister | rinigus: apologise to g2 >:( | 09:37 |
mal | Mister_Magister: quite interesting that bug in geoclue and how nobody has noticed it before | 12:04 |
mal | piggz: that qtmm change has been included since 4.2.0 | 13:47 |
piggz | mal: ok, so accessing availableCameras.length while camera is active also causes an error still | 13:53 |
mal | piggz: not sure I understand what you mean | 13:54 |
piggz | mal: in qml, if you read QtMultimedia.availableCameras.length while a camers is active, causes a problem (on some devices) | 13:55 |
mal | ah | 13:56 |
piggz | presumably in a lower level to this code https://github.com/sailfishos/qtmultimedia/blob/mer-5.6/src/imports/multimedia/qdeclarativemultimediaglobal.cpp#L171 | 13:56 |
mal | piggz: but do you need to do that more than once? | 13:56 |
piggz | mal: it was the cause of the main camera not working in advanced-camera for some devices ... changed code to only read that property once on startup | 13:56 |
piggz | mal: no, so, its fixed, but it was a weird one | 13:57 |
mal | qtmm or gst-droid does things a bit annoying, it creates separate client for getting some information | 13:57 |
piggz | mal: fixed in https://github.com/piggz/harbour-advanced-camera/commit/cea2e45c7cf2d4f7e1ef4fe559c87eced0c7007a | 13:58 |
T42 | <Spidey24Z> hey guys | 14:15 |
T42 | <Spidey24Z> guys why droid-hal-init: Failed to initialize property area ? : https://irc.thaodan.de/.imgstore/566d697b/file_3393.jpg | 14:21 |
mal | which android base version? | 14:27 |
T42 | <Spidey24Z> 8.0 | 14:27 |
T42 | <Spidey24Z> hybris 15 | 14:27 |
mal | is selinux correctly disabled? | 14:32 |
T42 | <Spidey24Z> yeah audit=n | 14:32 |
mal | I think normally audit is y and then selinux is disabled from kernel commandline with the boot param way https://github.com/mer-hybris/mer-kernel-check/blob/master/mer_verify_kernel_config#L291 the CONFIG_AUDIT entry in there says how to do it "set AUDIT=y and SELINUX_BOOTPARAM=y. Then disable them via kernel cmdline: audit=0 selinux=0" | 14:36 |
mal | kernel commandline is in BoardConfig file in your device repo | 14:37 |
T42 | <Spidey24Z> i tried this way not boot at all | 14:38 |
T42 | <Spidey24Z> stuck on logo no telnet | 14:38 |
mal | hmm | 14:39 |
T42 | <Spidey24Z> can i use apparmor instead of selinux | 14:39 |
mal | no | 14:39 |
mal | so with selinux disabled from commandline you don't see the device usb interface at all on host side? | 14:40 |
T42 | <Spidey24Z> do i unset all selinux in defconfig | 14:41 |
T42 | <Spidey24Z> yeah (re @SailfishFreenodeIRCBridgeBot: <mal>so with selinux...) | 14:41 |
T42 | <elros34> for samsung boardconfig*.mk cmdline may be ignored, did you even have anything set there? | 14:42 |
T42 | <Spidey24Z> i set from CONFIG_CMDLINE=" " (re @elros34: for samsung boardcon...) | 14:43 |
T42 | <Spidey24Z> also i edit dts | 14:43 |
T42 | <elros34> are you sure you did not overwrite bootloader or default cmdline? | 14:44 |
T42 | <Spidey24Z> if did that phone did not boot (re @elros34: are you sure you did...) | 14:45 |
T42 | <elros34> CONFIG_CMDLINE could overwrite bootloader cmdline if there is no CONFIG_CMDLINE_EXTEND | 14:45 |
T42 | <Spidey24Z> here phone stuck in logo but brightness and touch screen even key all works (re @Spidey24Z: ) | 14:46 |
T42 | <Spidey24Z> yeah i add this line (re @elros34: CONFIG_CMDLINE could...) | 14:46 |
T42 | <elros34> but is it supported by kernel? Is it included in .config? | 14:47 |
T42 | <Spidey24Z> here phone stuck on logo but brightness and touch screen even keys all works (edited) (re @Spidey24Z: ) | 14:47 |
T42 | <Spidey24Z> yeah i check .config and it is included (re @elros34: but is it supported ...) | 14:48 |
T42 | <elros34> Have you tired CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE=0 instead | 14:49 |
T42 | <Spidey24Z> i will try (re @elros34: Have you tired CONFI...) | 14:49 |
abr | piggz: looks like that was fixed in 4.3 and backported to 4.2 | 14:50 |
abr | ah mal already answerd | 14:53 |
T42 | <Spidey24Z> do i set auto4fs as module ? | 14:54 |
T42 | <elros34> yes | 14:55 |
T42 | <elros34> sorry not as module, just enable | 14:55 |
T42 | <Spidey24Z> thanks (re @elros34: sorry not as module,...) | 14:56 |
T42 | <Spidey24Z> [ 7.156828] systemd-gpt-auto-generator[2139]: Failed to dissect: Input/output error | 14:56 |
T42 | <Spidey24Z> [ 7.157747] systemd[2134]: /usr/lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1. | 14:56 |
T42 | <Spidey24Z> what cause this error? | 14:56 |
T42 | <elros34> I do not think is relevant, on sfos all relevant mount units are prepared at build time | 14:58 |
T42 | <Spidey24Z> thanks | 14:59 |
T42 | <Spidey24Z> another question | 14:59 |
T42 | <Spidey24Z> can not found CONFIG_IPC_NS in defconfig | 15:00 |
T42 | <Spidey24Z> just add it or what? | 15:00 |
T42 | <elros34> yes, if it's supported and all dependencies for it are enabled then you will see it in generated .config | 15:01 |
T42 | <Spidey24Z> okay | 15:01 |
T42 | <Ömer> Is there a device suitable for daily use?... I want to use Sailfish. | 15:13 |
T42 | <Asmir927> Xperia 10 II | 15:24 |
piggz | abr: yeah, so the other issue is different | 16:05 |
Mister_Magister | i will be forever grateful to sfos porting community for teaching me english xd | 16:43 |
mal | Mister_Magister: I don't quite understand how you noticed the issue in geoclue | 18:40 |
mal | I tried to find how to broken information from it but can't | 18:40 |
mal | *how to get | 18:41 |
mal | so it happens only if device needs timestamp fixup | 19:32 |
Mister_Magister | mal: my device wasn't reporting accuracy | 20:01 |
Mister_Magister | so it's quite obvious to find it | 20:01 |
Mister_Magister | mal: and also no | 20:11 |
Mister_Magister | [20:32] <mal> so it happens only if device needs timestamp fixup | 20:11 |
Mister_Magister | this is false | 20:11 |
mal | Mister_Magister: hmm, then why can't I reproduce the issue | 20:22 |
Mister_Magister | magic | 20:23 |
piggz | Mister_Magister: saying a PR is "magic" is no way to get mal to accept it :D | 20:23 |
Mister_Magister | piggz: it's already merged so idc | 20:23 |
mal | still very odd | 20:24 |
Mister_Magister | well ye | 20:24 |
Mister_Magister | reason is obvious why its broken | 20:24 |
Mister_Magister | but why it's working | 20:24 |
mal | sure | 20:24 |
Mister_Magister | is pure magic to me | 20:24 |
Mister_Magister | like, the issue is not present on any device but g2 i think | 20:25 |
Mister_Magister | someone would report it | 20:25 |
mal | it was a clear bug in the code but for example on x10 II accuracy updates just fine | 20:25 |
Mister_Magister | mal: yep i know that | 20:27 |
Mister_Magister | like i said nobody reported it so far even though it shouldn't be working | 20:27 |
Mister_Magister | mal: does x10 II fix timestamp? | 20:27 |
mal | no | 20:27 |
mal | only some old device need the fixup | 20:27 |
mal | that is why I thought it could be related | 20:27 |
Mister_Magister | it could be | 20:28 |
Mister_Magister | maybe just accessing the accuracy breaks it | 20:28 |
Mister_Magister | mal: that could somewhat make sense if compiler optimizations somehow make it so that if nothing accesses it then it works | 20:29 |
Mister_Magister | try duping accuracy before dbus for example | 20:29 |
mal | yeah, that is what I thought, it might not make a copy if it's not modified | 20:29 |
Mister_Magister | prefferably multiple times | 20:29 |
Mister_Magister | or try compiling with -O0 | 20:29 |
Mister_Magister | or try modifying it ye | 20:30 |
rasp | So, you guys use android apps on sfos, right? | 21:26 |
rasp | Does it work well? | 21:26 |
rasp | Is it worth me investing the energy in porting to my device, so i can use it as a daily driver instead of android? | 21:27 |
rasp | (i have a good many android apps i _need_ to use) | 21:27 |
Mister_Magister | rasp: i don't | 21:35 |
Mister_Magister | we're sailfish-porters, till recently we had no android layer | 21:35 |
T42 | <HengYeDev> i just got the bluebinder to work, but when i try to pair my bt keyboard, sailfish says its paired but the keyboard does not acknoledge the pairing. How can i try to debug this | 22:40 |
T42 | <Ömer> Thanks (re @Asmir927: Xperia 10 II) | 22:43 |
T42 | <HengYeDev> pairing a bluetooth speaker works though | 22:45 |
T42 | <HengYeDev> is it the keyboard problem? | 22:45 |
T42 | <HengYeDev> the keyboard works fine on my archlinux laptop | 23:00 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!