masha11 | Hi! How to install SailfishOS on the device via TWRP or via adb / fastboot? | 07:13 |
---|---|---|
masha11 | How can I view the log loader? My device does not turn on after the flashing SailfishOS. | 07:16 |
T4 | <adampigg> Flash in twrp,.then,.subsequent kernels can be flashed.with fastboot | 07:20 |
T4 | <adampigg> Normal that it doesnt work initially, thats part of the process | 07:20 |
T4 | <adampigg> Need to determin how far it gets, usb enumeration on the host will give clues, .and if you can telnet in thats a good start | 07:21 |
masha11 | t4: Thanks. Did I correctly determine the output partition when flashing the boot image: dd if=/sdcard/hybris-boot.img of=/dev/block/sda17? My fixup-mountpoints: https://pastebin.com/s0X81FwN | 07:25 |
T4 | <adampigg> Looks that way | 07:44 |
masha11 | I tried to flash the boot via fastboot: fastboot flash boot hybris-recovery.img . In dmesg no new usb messages: https://pastebin.com/fb8ApPYS | 07:59 |
masha11 | I don't know what to do next | 08:01 |
masha11 | What can it mean if the message about the Mer does not appear in dmesg? | 08:04 |
T4 | <vorombe> flash hybris-boot.img not hybris-recovery.img | 08:08 |
masha11 | flash hybris-boot.img. The result has not changed. | 08:21 |
T4 | <vorombe> why don't you flash sailfishos.zip via twrp ? | 08:23 |
masha11 | I tried to flash through twrp. | 08:25 |
masha11 | black screen after reboot | 08:26 |
r0kk3rz | what device? | 08:27 |
masha11 | there is no Mer information in dmesg | 08:27 |
masha11 | Motorola Moto Z (griffin) | 08:27 |
r0kk3rz | is there anything in dmesg about an rndis device? | 08:28 |
masha11 | no | 08:34 |
masha11 | watch dmesg in Fastboot Flash Mode, right? | 08:40 |
sledges | PSA: Sailfish OS community collab. at #mer-meeting in 14 minutes <- to /join or not to /join, that is the question | 08:46 |
T4 | <elros34> @masha11: no, fastboot is only for flashing your modified kernel + initramfs. You need to watch host dmesg during normal boot. | 08:48 |
T4 | <adampigg> Darn, missing another meeting | 08:51 |
masha11 | ok, but I still do not see Mer and rndis messages in dmesg. | 09:04 |
T4 | <elros34> then you may miss something in your defconfig | 09:10 |
r0kk3rz | or something is very wrong | 09:12 |
masha11 | result of mer_verify_kernel_config: https://pastebin.com/dLxM0rnN. My defconfig: https://pastebin.com/Fc0DAF77. What warnings must be removed? | 10:37 |
T4 | <adampigg> Pssst r0kk3rz, missed oppertunity in meeting for task-switcher! | 10:51 |
T4 | <adampigg> Which, btw, works nicely on my latte | 10:52 |
r0kk3rz | i mentioned it | 10:52 |
T4 | <adampigg> *looks again* | 10:55 |
T4 | <adampigg> Ah there it is | 10:56 |
T4 | <elros34> I don't get it, how calling printf("\n"); (sic) in audio library segfault pulseaudio? Am I missing something? | 15:32 |
Thaodan | T4: use a pulse debug function? | 15:44 |
piggz | mal: PR coming your way | 19:02 |
piggz | mal: https://github.com/piggz/harbour-advanced-camera/pull/7 | 19:08 |
mal | piggz: a small suggestion, could we use transform in rectangle to make code simpler https://stackoverflow.com/a/30673913 that way focus circle position could be directly used for focus setting? | 19:37 |
piggz | mal: ok | 19:42 |
mal | piggz: not sure if parts or all of those setting parts could be combined to a separate function to prevent code duplication | 19:46 |
mal | piggz: like setFocus(x, y) | 19:47 |
piggz | mal: updated | 19:54 |
mal | piggz: local variables x and y are not needed in first part | 19:56 |
mal | in the onClicked | 19:57 |
mal | you can directly set mouse.x and y to focuscircle.x | 19:57 |
piggz | mal: you mean use mouse. | 19:57 |
piggz | k | 19:57 |
mal | piggz: and then use either mouse.x or focuscircle.x in camera.focus.setCustomFocusPoint | 19:59 |
piggz | yes, done | 19:59 |
piggz | mal: done | 20:01 |
piggz | if definitely works better / as expected ... i think before, only continuous/infinity workes | 20:01 |
mal | I'm fighting the urge to complain about whitespaces :P | 20:02 |
piggz | good, cos if all you can complain about is https://github.com/piggz/harbour-advanced-camera/compare/focus-changes?expand=1#diff-f016fefab2526ddf793d38cb8a76513fR358 | 20:05 |
piggz | then i am doing well! | 20:05 |
mal | piggz: not that, the extra space in some ifs | 20:06 |
piggz | oh, ok, i give you that | 20:06 |
mal | before ) | 20:06 |
piggz | fixed | 20:07 |
kimmoli | nitpicking? | 20:11 |
mal | piggz: looks good | 20:19 |
mal | kimmoli: always :) | 20:19 |
mal | piggz: what was the reason why only some modes have selectable focus circle? | 20:27 |
mal | piggz: also what does manual focus mode even do? | 20:29 |
piggz | mal: from what i can tell | 20:38 |
piggz | manual = manual/fixed | 20:38 |
piggz | continuous means it constantly focuses ... actually, maybe that should have a focus point | 20:39 |
piggz | auto/macro means focus once on point | 20:39 |
piggz | infinity means fixed on infinity, so no need for point i think | 20:39 |
piggz | and hyperfocal is a sort of mid distance to inifinity from what i can tell | 20:39 |
piggz | mal: but, have a read up and a think, I am off out, so if oyu have any suggestions let me know | 20:40 |
mal | piggz: manual focus seemed to focus always, which seemed wrong | 20:43 |
mal | hmm, I think I was wrong | 20:45 |
mal | piggz: wondering if you should set focus point mode to FocusPointAuto in those other modes | 20:56 |
T4 | <adampigg> Mal, sounds good, ill make that change and merge | 21:08 |
mal | @adampigg I also found a bug in qtmultimedia, not related to this but if one wants to check supported focus point modes (not relevant for us yet since that is exposed to qml only in 5.10) | 21:09 |
mal | @adampigg I have also some other ideas | 21:14 |
mal | but maybe for later time | 21:14 |
T4 | <adampigg> Mal, convert your ideas to PRs ;) | 21:16 |
T4 | <eugenio_g7> @adampigg, seems that the sensor fix is working as expected on the new image | 22:37 |
T4 | <eugenio_g7> gonna try to decrease the polling interval | 22:37 |
abranson | piggz: i think hyperfocal is supposed to be as much in focus as possible. narrow aperture with very deep field | 22:41 |
r0kk3rz | how much silica is in piggz o vision? | 22:47 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!