rinigus | kimmoli: actually, looks like compass works. just had to calibrate it outside and the readouts are as expected next day too. there is a known bug with the first start after boot, but, other than that, it looks to be functioning. thank you mal! | 06:29 |
---|---|---|
kimmoli | rinigus: ok | 07:00 |
massss | I can't build packages. https://pastebin.com/gFQmC4mF | 07:06 |
massss | some problem with hadk/system/core/libsparse | 07:09 |
piggz | mal: more info on user issue .... rotation x and y is working in messwerk, just like mine .... but, apps do not rotate (mine do) ... is app rotation reliant on that rotation sensor, or something else? | 07:53 |
kimmoli | piggz: there is a settings for it | 08:08 |
piggz | kimmoli: al got him to check settings > display > orientation, and it is set to tynmic | 08:08 |
mal | massss: which android base? | 08:18 |
massss | 6.0.1 | 08:19 |
mal | massss: maybe try fixing the error manually in the mentioned in the error message | 08:27 |
kimmoli | rinigus: updated my test phone, shut it down, and forgot that i was in middle of something... | 09:20 |
kimmoli | a few hours ago | 09:20 |
blitherllama892_ | Hello everyone, when I make command: hybris/droid-configs/droid-configs-device/helpers/process_patterns.sh | 09:24 |
blitherllama892_ | I got this error at the end: | 09:24 |
blitherllama892_ | C_CREATEREPOLIB: Warning: Record with type "patterns" already exists in repomd.xml | 09:24 |
blitherllama892_ | who can help? | 09:24 |
mal | is that an error or warning? | 09:29 |
blitherllama892_ | so it's normal? | 09:30 |
T4 | <Nokius> Paste please the full log via pastey service | 09:31 |
T4 | <Nokius> But it should be a normal warning | 09:31 |
kimmoli | rinigus: you said camera works? not for me.. CameraBin error: "failed to get caps from HAL" and "The stream is in the wrong format." | 09:43 |
kimmoli | reboot helped... | 09:55 |
blitherllama892_ | I continued but when I entered command to Building the Image with MIC i get this error: | 09:55 |
blitherllama892_ | Error <creator>: URLGrabber error: https://releases.jolla.com/jolla-apps//armv7hl/repodata/repomd.xml - e.errno: 14 | 09:55 |
kimmoli | missing version | 09:56 |
blitherllama892_ | what to do? | 09:57 |
kimmoli | check environment? | 09:59 |
kimmoli | did you set RELEASE | 10:00 |
blitherllama892_ | yeah, I forgot about it, but now I have the following error: | 10:07 |
blitherllama892_ | Error <creator>: Unable to find pattern: Jolla Configuration pioneer | 10:07 |
piggz | mal: what handles screen rotation, and could cause it not to work, even though rotattion sensor is working? | 10:59 |
mal | piggz: accelerometer probably | 11:10 |
r0kk3rz | display settings? | 11:23 |
piggz | r0kk3rz: checked | 12:38 |
kimmoli | rinigus: i'm happy with my testing. camera needed a reboot to get it working, compass also some tickling, but rotates smoothly- not checked actual bearing, haywire indoors. actdead ok, bt ok, fm ok, hotspot ok. we need a checklist :) | 12:49 |
mal | kimmoli: I have also been thinking of making a checklist for releases | 14:31 |
rinigus | kimmoli: me too - so far haven't seen anything that's broken. I'll make an installation image then as well. | 14:48 |
kimmoli | OTA instructions are out http://images.devaamo.fi/sfe/onyx/beta-8/ | 14:49 |
rinigus | :) | 14:58 |
kimmoli | g'dmnit benny, those instructions are not so hard to follow... | 15:00 |
mal | kimmoli: at least you don't have the same problem I have on fp2, for that the instructions are quite much more complex | 15:25 |
kimmoli | yeah. but if you don't enter ssu re command and wonder why it does not update version.. | 15:26 |
kimmoli | but proves old version update still works | 15:26 |
akhil_surabhi | mal: Ping | 16:05 |
mal | akhil_surabhi: pong | 16:10 |
akhil_surabhi | mal: This the error with camera HAL3, "Camera HAL version 300: HAL 302 device can only be opened as HAL 100 device" | 16:12 |
akhil_surabhi | Then failed to connect to camera service | 16:12 |
mal | where does that error come from, have you found it somewhere in sources? | 16:15 |
akhil_surabhi_ | mal: https://android.googlesource.com/platform/frameworks/av/+/2f09bac6632a5ee27ee14baa2aa1367f16b5b013/services/camera/libcameraservice/CameraService.cpp#835 | 16:21 |
mal | I would assume you need to force hal1 to be used | 16:22 |
mal | droidmedia has a way to do that | 16:23 |
akhil_surabhi_ | mal: yes, which would cause issue with the proprietary library. | 16:23 |
mal | fixing that is the only way probably | 16:23 |
akhil_surabhi_ | mal: error is af_map_input_dciaf_info: 620 input is invalid | 16:24 |
akhil_surabhi_ | can't find much about it | 16:25 |
akhil_surabhi_ | mal: also, isn't HAL1 deprecated? | 16:28 |
mal | akhil_surabhi: probably it's deprecated | 16:35 |
akhil_surabhi | Can we patch libraries without sources? | 16:41 |
mal | akhil_surabhi: maybe try forcing hal version 3? | 16:43 |
mal | not sure what that would do | 16:44 |
mal | not really sure what the error you get really means | 16:45 |
akhil_surabhi | I tried forcing HAL3. By default no error is shown. It just says process exited with code 0 (something similar) | 16:46 |
mal | which android base is that? | 16:46 |
akhil_surabhi | Lineage 14.1 | 16:46 |
steeeve | You dont need to force hal 3 in 14.1 | 16:48 |
steeeve | If youre talking of sensors | 16:49 |
mal | but there is some mismatch, 3.2 vs 3.0 | 16:49 |
steeeve | Where? | 16:49 |
mal | 19:12 < akhil_surabhi> mal: This the error with camera HAL3, "Camera HAL version 300: HAL 302 device can only be opened as HAL 100 device" | 16:49 |
steeeve | Ah, not sensors then | 16:49 |
akhil_surabhi | I can't find any info for the error when HAL1 is used | 16:51 |
kimmoli | rinigus: there might be some issue with camera. i have now twice got black viewfinder. logcat saying cannot connect to camera 0. issue was gone after reboot. | 17:32 |
kimmoli | could not make it happen third time | 17:32 |
rinigus | kimmoli: I have seen it once on my device, but couldn't reproduce. Since it has happened few times with earlier release, I was not too worried. Earlier, state was stable after boot. So, if camera worked, it stayed like it. I'll try to boot few times | 17:40 |
kimmoli | check logcat if it happens. | 17:41 |
kimmoli | ok | 17:41 |
kimmoli | never happened with 2.1.0.11, which i have still on my primary phone | 17:42 |
kimmoli | and iirc i did see some messages about it being busy. does the lockscreen-camera jam it? that seems to be some separate process | 17:43 |
rinigus | kimmoli: 5 reboots later - not reproduced. | 17:49 |
kimmoli | about same here. it was first time after update, and abt 1 hour off after it did it | 17:52 |
kimmoli | ill keep this off for a while now | 17:52 |
rinigus | kimmoli: I'll try to flash image tomorrow and see if I can get this black viewfinder | 17:53 |
kimmoli | ok | 17:53 |
piggz | mal: more reason to write your own watch app https://it.slashdot.org/story/18/07/08/1944214/fitness-app-polar-exposed-locations-of-spies-and-military-personnel?utm_source=slashdot&utm_medium=twitter | 20:10 |
mal | piggz: afaik that happens only if you publish the data to everyone which is optional | 20:12 |
piggz | Nokius: ping | 21:04 |
Nokius | piggz: pong | 21:10 |
piggz | Nokius: was wondering what tablet port you did | 21:10 |
Nokius | r0kk3rz and I did the Z3 | 21:10 |
piggz | yes, found it ... another dev is pondering a sailfish tablet | 21:11 |
Nokius | which one? | 21:12 |
piggz | i mean, getting a tablet to use, and i think the z3 is quite polished? | 21:12 |
piggz | he is a Kexi dev | 21:12 |
r0kk3rz | it works well enough | 21:29 |
r0kk3rz | im not sure theres a better tablet port out there | 21:29 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!