T42 | <edp_17> Mal: good morning. I've installed wpa_supppicant from sfos4.6 and wifi works. Thanks for the suggestiion! | 05:14 |
---|---|---|
T42 | <edp_17> How can I put this into the build? (I mean into the zip file) | 05:15 |
T42 | <edp_17> I am getting this error on 'adaptation-common' repo: https://paste.ubuntu.com/p/GQZqNCjT5v/ | 07:37 |
T42 | <edp_17> How can I fix it? | 07:38 |
T42 | <morciatka> I guess it should be worth it to figure out what regression happened between the builds, but I am too noob to suggest stuff :))) (re @edp_17: Mal: good morning. I...) | 07:45 |
mal | @edp_17 as you can see in the url list it tries to look for sailfishos_5.0 target in your adaptation repo, which you haven't added, you have those ones with full versions | 10:42 |
Mister_Magister | mal: did anyone recently told you that you're awesome? Reminder that you're awesome :P | 10:43 |
Mister_Magister | speaking of being awesome, would be awesome if jolla enabled qtglsink | 10:55 |
T42 | <edp_17> mal: I wonder where from that sailfishos_5.0 was coming from as I used sailfishos_5.0.0.67 for repository on OBS. | 11:33 |
mal | https://github.com/mer-hybris/community-adaptation/blob/master/adaptation-community-common.ini | 11:39 |
mal | you can see there the releaseMajorMinor | 11:39 |
mal | it was changed so that in the future one target per release is enough | 11:40 |
mal | so during the transition from full release numbers to the short ones happens now during 5.0 and hopefully only now we need both | 11:50 |
mal | I got android 15 base booting to UI | 13:11 |
T42 | <edp_17> Great news! Well done. :) | 13:13 |
mal | that is on fp6 | 13:17 |
Mister_Magister | but did you release android 14 manifest? :D | 13:23 |
mal | hmm | 13:23 |
mal | it seems I forgot again | 13:23 |
mal | I'll have to do that | 13:23 |
mal | too many things to do | 13:24 |
Mister_Magister | lmao good job anyway | 13:25 |
Mister_Magister | mal: yeah I alone have like 5 or 6 requests/issues pending :D | 13:25 |
Mister_Magister | like 3.4 fix, adding qtglsink, animations being double speed, the mce PR, the suspend not working until you connect charging cable, | 13:26 |
mal | I also have seen that suspend issue with usb cable on some device, didn't yet figure out what is causing it | 13:28 |
Mister_Magister | I know cause you told me about it xd | 13:28 |
Mister_Magister | but thats the least of the mentioned issues | 13:28 |
Mister_Magister | biggest is animations being double speed I think | 13:29 |
Mister_Magister | because newer phones are all >60Hz | 13:29 |
Mister_Magister | hey at least jolla will have to fix that sooner or later | 13:29 |
mal | yes, that is something not very nice, need to see if I have any device with that issue | 13:29 |
Mister_Magister | 90Hz device should also have it (animations being 1.5x speed) | 13:30 |
Mister_Magister | its like all the timing in qt is tied to refresh rate so double the refresh rate double the passage of time | 13:30 |
mal | I think fp6 has up to 120 Hz display | 13:30 |
Mister_Magister | if you got gui, then you can check in developer settings | 13:31 |
T42 | <morciatka> Mister_Magister: animations being 1.5x confirmed on my port | 13:31 |
Mister_Magister | and maybe run into another issue | 13:31 |
Mister_Magister | of the fps counter being capped at 99 xd | 13:31 |
T42 | <morciatka> but they actually feel nicer than on 60Hz devices, I would keep that bug as a "feature" | 13:31 |
Mister_Magister | yeap, same, i would like to have correct timers but faster animations, like on forums one guy is patching silica to speed up animations while we have that side-effect | 13:32 |
Mister_Magister | but timers being faster is NOT fun | 13:32 |
Mister_Magister | doubleclick was essentially anihilated becaues you can't press fast enough | 13:32 |
Mister_Magister | tho I would love to see my mce PR being merged | 13:33 |
Mister_Magister | tho i have some thoughts about it | 13:33 |
mal | Mister_Magister: the fps counter is done in a very terrible way :D | 13:34 |
mal | I checked the code | 13:34 |
Mister_Magister | :D | 13:34 |
mal | but the counter is least of the issues | 13:36 |
Mister_Magister | mal: pretty please check the mce pr it shouldn't take long i can even provide you with build, more people could use it and its working flawlessly | 13:42 |
mal | Mister_Magister: what is the usecase for qtglsink? | 13:44 |
mal | and is that in gst? | 13:44 |
Mister_Magister | yes | 13:44 |
Mister_Magister | Instead of messing around with creating custom sink just so that I can accept gstdroid custom output I could just use ready made qt gst sink and then gst-droid would simply convert its custom format to normal raw one and it would simplify my life tremendously as well as allow overlaying subtitles and others could maybe use it | 13:45 |
Mister_Magister | its in gst-plugins-bad iirc | 13:45 |
Mister_Magister | you checked it some time ago and it was just disabled for no apparent reason | 13:46 |
Mister_Magister | sorry qmlglsink* | 13:46 |
Mister_Magister | https://github.com/GStreamer/gst-examples/blob/master/playback/player/qt/main.qml#L61 see you could just have qml element and pass that to the pipeline | 13:48 |
Mister_Magister | no custom sink that can't have overlays | 13:48 |
Mister_Magister | you guys leverage qtmultimedia which has its own gstreamer sink but for apps its not possible | 13:49 |
mal | I wonder how I did subtitles in one app I made | 13:54 |
Mister_Magister | i just made app_sink and use qml element to display them but that obvoiusly doesn't work with formatted or graphic subtitles | 13:55 |
Mister_Magister | but the subtitles are only small issue, biggest issue is pain in the⦠custom sink | 13:55 |
mal | ok | 13:57 |
Mister_Magister | like, i'm the only one in the whole sfos developer community doing that right now | 13:57 |
T42 | <edp_17> mal: So, how can fix that wrong repo on device? (https://paste.ubuntu.com/p/GQZqNCjT5v/) | 15:33 |
mal | it's not about fixing it on device but fixing it on obs, you can see here the target sailfishos_5.0 https://build.sailfishos.org/project/show/nemo:testing:hw:fairphone:fp5 which you are missing in https://build.sailfishos.org/project/show/nemo:testing:hw:lge:hammerhead so, just add the target the usual way there and everything should be fine | 16:24 |
mal | @edp_17 did you understand what you need to do? | 16:59 |
Mister_Magister | mal: got quite difficult question. The tablet I've ported has pen for drawing, and its reporting events, events match evdev_tablet plugin so I enabled it, and I've confirmed that plugin is receivng events and sending them to Qt but after that nothing happens, can't control gui, I even porter software for testing drawing tablets in qt and it doesn't report anything. Any idea how to debug it further | 17:11 |
mal | hmm, quite odd, need to think a bit | 17:25 |
Mister_Magister | no worries my pen is in customs | 17:32 |
T42 | <edp_17> Mal: yes, I got it. Thanks. Need to check my other two ports treltexx and ocean because I don't remember had this issue there. | 17:50 |
mal | I added the change to common repo about 2 months ago | 18:36 |
T42 | <edp_17> mal: that explains. I've built 5.0 for the other two earlier. | 18:57 |
mal | you still should add the target for those in case someone updates their devices | 19:47 |
T42 | <elros34> can't you add symlinks on obs to not rebuild 5.0.0.x and 5.0? | 20:24 |
T42 | <edp_17> mal: haha, I think when you checked my hammerhead Meta data, you managed to delete all build repository entries. :) | 20:42 |
T42 | <edp_17> No worries, I'll add them back. | 20:42 |
T42 | <edp_17> I've added that "sailfishos_5.0" on all three ports. Is it possible to fix repos on device? When doing a zypper ref on hammerhead, it still gives that error. | 20:51 |
mal | hmm, what? | 21:22 |
mal | pretty sure I didn't even open the meta page | 21:22 |
T42 | <edp_17> mal: I am not sure how, but, somehow all build sections disappeared. When you mentioned that I have a missing entry, I thought you opened it up and accidentally changed. Sorry about that. | 22:07 |
T42 | <edp_17> I've put everything back, so, not a problem. I also added that line you mentioned. | 22:08 |
T42 | <edp_17> I'll upgrade the device and hopefully that will fix the repo issue on it. | 22:09 |
T42 | <edp_17> Well, I cannot upgrade because of that repo error. | 22:21 |
T42 | <edp_17> I'll package a new zip to see whether this is fixed in there. | 22:23 |
mal | I think you misunderstood a bit, you didn't actually add the target | 22:30 |
mal | you only added the line to enable build of the target without adding the target itself | 22:31 |
mal | also the .58 target is wrong | 22:31 |
mal | compare the targets in the Meta | 22:32 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!