rinigus | yesterday on the meeting, I learned that jolla updates also droid-system packages with the releases. sure enough, there is a corresponding record in SFOS changelog as well. for 4.0.1, we have "[system] Add missing library loading to fix HDR support." | 06:21 |
---|---|---|
rinigus | could someone knowing explain what was done? do you recompile android system/vendor and make new .rpms for OTA | 06:21 |
rinigus | I was somehow assuming that we tend not to touch those android parts during ota, but it maybe not valid for sony devices. | 06:22 |
rinigus | in particular, would be nice to know what was in that update "Add missing library loading to fix HDR support." | 06:23 |
Mister_Magister | now add display HDR support | 06:57 |
Mighty | Hello, I would like to ask more for my port, my device is an omap4 device and thus has ducati for video acceleration it starts but at around 11 seconds it fails to load the firmware here is the dmesg https://pastebin.ubuntu.com/p/HgSD6QFqd8/ | 09:55 |
T42 | <elros34> Mighty: do you see droid-load-firmware.sh in journal trying to load it? Do you have enabled CONFIG_FW_LOADER*? | 11:45 |
Mighty | No journal files were found :( | 11:49 |
Mighty | And no that config isn't enabled, but wifi uses firmware and that works | 11:49 |
Mighty | Basically videos are very choppy (for eg in microtube) and I want to use it mostly for yt and vids thus im asking @elros34 | 11:52 |
T42 | <elros34> wifi use hardcoded path for firmware. Did you explicitly disable any CONFIG_FW_LOADER? What zcat /proc/config.gz | grep -i fw_loader returns?. What do you mean journal files are not found? | 11:55 |
Mighty | That command returns CONFIG_FW_LOADER=y | 11:57 |
Mighty | Basically it wasn't in my defconfig so I said no | 11:57 |
Mighty | And when I run journalctl I get no journal files found | 11:57 |
T42 | <elros34> you always check what options are enabled config.gz or .config not defconfig. Do you run journal as root? | 12:01 |
Mighty | I cannot run as root | 12:17 |
Mighty | Defaultuser is not present in sudoers file | 12:17 |
Mighty | Also will check the .config file from now on :) | 12:18 |
T42 | <elros34> devel-su is used to gain root | 12:20 |
Mighty | Oh right shoot I forgot that | 12:21 |
mighty17 | test | 12:23 |
mighty17 | Process '/usr/bin/droid/droid-load-firmware.sh' failed with exit code 1. @elros34 | 12:23 |
mighty17 | `firmware[522]: Failed to find firmware ducati-m3.bin for /devices/platform/omap/omap-rproc.1/firmware/omap-rproc.1` | 12:23 |
T42 | <elros34> check timestamp when it happens, before or after your partitions are mounted. Also can you find that file in any partition? | 12:24 |
mighty17 | yes ducati-m3.bin is in `/system/vendor/firmware` | 12:26 |
mighty17 | it happens just before mounting | 12:27 |
mighty17 | https://pastebin.ubuntu.com/p/mprpjHrRmb/ | 12:27 |
T42 | <elros34> ah you are trying to modprobe rpmsg* modules but you didn't built them as modules | 12:31 |
mighty17 | oh so basically those need to be built as modules? | 12:32 |
mighty17 | but it is vendor firmware | 12:34 |
T42 | <elros34> You modprobe them for a reason or you just copied that from older droid-config? If it's possible to built them as modules then thout would be best | 12:34 |
mighty17 | i have no clues about that :( | 12:35 |
mighty17 | its a proprietary file idk how its loaded | 12:37 |
T42 | <elros34> so follow previous porter repo if it's available and built these rpmsg* as modules | 12:37 |
mighty17 | https://github.com/yacuken/droid-config-espresso3g i dont think they did something different | 12:38 |
T42 | <elros34> https://github.com/yacuken/android_kernel_samsung_espresso10/commit/d1a3c13c5bb5a28390e31b580c9ce0d8d5d89293 I can se few modules rpmsg*=m | 12:41 |
mighty17 | that is no more the case in cm13 https://github.com/CyanogenMod/android_kernel_samsung_espresso10/blob/cm-13.0/arch/arm/configs/espresso_defconfig | 12:43 |
T42 | <elros34> show your .config instead | 12:44 |
mighty17 | ok | 12:45 |
mighty17 | https://pastebin.ubuntu.com/p/7c5gn9b4Yf/ yes you were correct it is =y | 12:47 |
T42 | <Herrie1982> I saw defconfig options flipping in .config sometimes | 12:47 |
T42 | <Herrie1982> For LuneOS I sometimes needed to hard force them during build | 12:47 |
T42 | <elros34> @Herrie1982 defconfig != .config is normal if you change defconfig manually. | 12:48 |
mighty17 | so with menuconfig i should change? | 12:50 |
T42 | <Herrie1982> @elros34 I know, but usually it goes OK, but sometimes we had funny issues with some values flipping to m which caused issues | 12:50 |
mighty17 | herrie this is omap and samsung can break anyhow | 12:52 |
T42 | <elros34> yeah you don't need to but sure you can use menuconfig or xconfig. Here is my script to use xconfig. Make sure you amend your defconfig and arch https://pastebin.com/vXgWvv2u | 12:53 |
mighty17 | sure thing thanks a lot | 12:56 |
mighty17 | so now i have to rebuild the kernel and the build packages? | 13:07 |
Mister_Magister | mighty17: yee proters is for oprts | 13:12 |
mighty17 | :D already fixed thanks to elro.s | 13:12 |
T42 | <elros34> make hybris-hal, make sure modules are really built then rebuild droid-hal | 13:16 |
mighty17 | ` CC [M] arch/arm/plat-omap/omap_rpmsg.o` yeah i guess they are | 13:17 |
mighty17 | and rebuild only droid-hal right? | 13:17 |
Mister_Magister | elros is the king | 13:21 |
mighty17 | yes! :D | 13:21 |
T42 | <elros34> sometimes too nervous but trying my best.. | 13:24 |
Mister_Magister | i admire so damn knowledgable people like elros mal sledges or *Kit | 13:27 |
Mister_Magister | not to mention piggz <3 xoxo | 13:28 |
mighty17 | they are legendary people <3 | 13:35 |
T42 | Daniel %lastname% was added by: Daniel %lastname% | 14:37 |
T42 | <Daniel %lastname%> has how to install the sailfish on the redmi note 6 pro? | 14:37 |
T42 | <Mika07> Fwd from Mika07: Total | 15:10 |
piggz | who, me???????? | 15:22 |
mighty17 | @elros34, now nothing seems to work, only backlight is on, device isnt even detected in my pc (so no telnet/ssh) | 16:01 |
mighty17 | and it bootloops | 16:03 |
mighty17 | just changing that config caused this much issue?! | 16:06 |
mal | what did you change? | 16:08 |
mighty17 | CONFIG_OMAP_RPMSG=m from CONFIG_OMAP_RPMSG=y | 16:08 |
mighty17 | and somehow in the .config it is still =y | 16:09 |
mighty17 | even tho in defconfig i set it to =y | 16:09 |
mighty17 | * even tho in defconfig i set it to =m | 16:09 |
mal | why did you change it? | 16:10 |
mighty17 | to get ducati-m3.bin working | 16:10 |
mighty17 | `firmware[522]: Failed to find firmware ducati-m3.bin for /devices/platform/omap/omap-rproc.1/firmware/omap-rproc.1` i was getting this error | 16:11 |
mal | mighty17: where is the file on the device? | 16:11 |
mighty17 | ducati-m3.bin is in /system/vendor/firmware | 16:12 |
mighty17 | https://pastebin.ubuntu.com/p/mprpjHrRmb/ here is my journalctl | 16:13 |
Mister_Magister | mal: got time now for some debugging or…? | 16:14 |
mal | Mister_Magister: why are asking like that and not telling what you are even debugging? | 16:15 |
Mister_Magister | mal: i'm asking first if you have time cause if you don't then there's no point in asking question | 16:16 |
Mister_Magister | trying to be nice | 16:16 |
* Mister_Magister don't bite me :< | 16:16 | |
Mister_Magister | if u dun have time i will come another day :< | 16:16 |
mal | well I don't know the answer until I know what you want to debug because it might be too big thing | 16:17 |
Mister_Magister | well okay then its again gps and yes ill grab u logs in a second | 16:17 |
mighty17 | mal any clues about my issue? | 16:18 |
piggz | mal: as the 10ii is facing issues us porters have had to deal with ... does it also suffer from the sdcard/partition/nemo-qml-settings problem ? | 16:18 |
mal | piggz: nope | 16:19 |
Mister_Magister | its not using sd*? | 16:19 |
Mister_Magister | thats weird | 16:19 |
Mister_Magister | imagine using emmc in 2021 | 16:20 |
mal | mighty17: well the firmware loader is trying to load the firmware before partitions are mounted | 16:21 |
mal | mighty17: you need to figure out why it wouldn't build as a module | 16:22 |
mighty17 | yeah, it mounts in just the next line, can i load it manually? | 16:22 |
mighty17 | mighty17: you need to figure out why it wouldn't build as a module, umm thats going to be hard, sources are ancient plus its omap | 16:22 |
mal | mighty17: so did it build as module or not? | 16:24 |
mal | mighty17: if you check the .config somewhere under out/ | 16:24 |
mighty17 | yes in the .config it builds as =y not a module | 16:25 |
mighty17 | even tho i specified it to build as module in defconfig | 16:27 |
mal | did you also set CONFIG_RPMSG=m? | 16:27 |
mighty17 | yes | 16:27 |
mighty17 | i can send you my defconfig | 16:27 |
mighty17 | https://pastebin.ubuntu.com/p/WFfVxqM5jV/ | 16:28 |
mighty17 | is there a way do load it manually as with new build it bootloops now | 16:31 |
T42 | <elros34> so you change nothing in config and it bootloops? Probably uname -r changed, did you install new droid-hal-*-modules? | 16:32 |
mighty17 | yes i rebuilt everything | 16:32 |
T42 | <elros34> everything? Did you create new image? | 16:32 |
mighty17 | change nothing in config -> .config cannot be changed, i changed my defconfig | 16:33 |
mighty17 | new image as in the zip? | 16:33 |
T42 | <elros34> yes | 16:33 |
mighty17 | yes i did | 16:34 |
Mister_Magister | mighty17: when running test_gps i'm getting this in logcat https://paste.opensuse.org/2be3a739 | 16:36 |
Mister_Magister | dmesg/journal don't have anything (usefulf | 16:36 |
mighty17 | u pinged me :P | 16:37 |
Mister_Magister | goddamnit | 16:37 |
Mister_Magister | mal: | 16:37 |
Mister_Magister | mighty17: u can help too! | 16:37 |
mighty17 | im dumdum xD | 16:38 |
Mister_Magister | hmmm maybe i should strace test_gps | 16:40 |
mal | mighty17: so how did you modify the defconfig, manually or somehow with make menuconfig | 16:53 |
mal | Mister_Magister: as usual just partial log is rarely helpful, reboot and get journal and logcat | 16:53 |
mighty17 | using menuconfig | 16:54 |
mal | Mister_Magister: strace also is useful often | 16:54 |
mal | mighty17: well that could have changed something, did you compare the resulting .config files from old and new build? | 16:54 |
mighty17 | i will do that rn but the thing that i needed to change didnot change | 16:55 |
mighty17 | there is no difference | 16:56 |
Mister_Magister | mal: its not partial log its literally everything that test_gps causes in logs | 16:56 |
Mister_Magister | there's nothing more | 16:57 |
Mister_Magister | if you want system log then ill get u system log | 16:57 |
mighty17 | i think i need to make clean and do everything again :( | 16:59 |
T42 | <elros34> what? just revert your latest changes in kernel, droid-config. If that doesn't help then grab journal/dmesg from not working device | 17:00 |
Mister_Magister | mighty17: dmesg: https://paste.opensuse.org/60643903 journal: https://paste.opensuse.org/2bfaf305 logcat: https://paste.opensuse.org/e512ab59 | 17:01 |
mal | Mister_Magister: yes but some early messages could tell if some initialization fails | 17:01 |
Mister_Magister | mal: yeah just didn't know you wanted system log | 17:01 |
Mister_Magister | so here is full system log | 17:01 |
rinigus | hi! could someone from Jolla explain how android system/vendor are updated with OTA? see specific questions from this morning on this channe; | 17:01 |
Mister_Magister | could be bit too late though | 17:01 |
mighty17 | @elros34 1) yes i will revert the things 2) im asking again can i load it manually? 3) cannot get journal/dmesg if the device bootloops | 17:03 |
mighty17 | `bash: make: command not found` fun :'( | 17:03 |
T42 | <elros34> sure you can get journal, enable persistent logging according to faq then extract logs using twrp and read on your host. About loading manually: that is the point if you build something as module then you can load it manually when you want. In your case after /system/is mounted | 17:05 |
T42 | <elros34> how fast does it bootloop? | 17:06 |
mighty17 | oh persistent logging, thanks a lot and i understood about module as well now :D | 17:06 |
mighty17 | it takes quite some time to bootloop | 17:07 |
mighty17 | like few mintues | 17:07 |
T42 | <elros34> then journal should have reason for failure. If you claim that .config didn't change at all then I guess you updated/changed something. | 17:09 |
mighty17 | well i cannot ssh/telnet in device so getting jounralctl persistent isnt possible | 17:09 |
mighty17 | and i didnt change anything | 17:10 |
mighty17 | i wil redownload files from my git if needed | 17:10 |
T42 | <elros34> sailfish / is /data/.stowways/sailfishos/ in twrp | 17:12 |
Mister_Magister | mal: journal seems to late :/ | 17:13 |
Mister_Magister | i mean logcat | 17:14 |
mighty17 | it is blank in twrp | 17:15 |
T42 | <elros34> is /data partition mounted? | 17:15 |
mighty17 | yup | 17:17 |
mighty17 | ohk wait a sec | 17:17 |
Mister_Magister | mal: strace https://paste.opensuse.org/5c545024 | 17:24 |
Mister_Magister | nothing useful ngl | 17:24 |
mighty17 | @elros34 `/data/.stowaways/sailfishos/var/log/journal` is blank for me | 17:25 |
mighty17 | i did as the hadk-faq said | 17:25 |
mal | Mister_Magister: do you have qmi_fw.conf anywhere on the device? | 17:27 |
Mister_Magister | not in /etc /system /vendor | 17:27 |
Mister_Magister | i checked it | 17:28 |
mal | so nowhere on the device? | 17:28 |
Mister_Magister | haven't checked other locations. | 17:28 |
mal | looks like that is not anything critical | 17:28 |
Mister_Magister | nowhere. | 17:29 |
T42 | <elros34> mighty17 but did you boot once after enabling persistent logging before checking that directory? | 17:29 |
mighty17 | ofcourse xD i did boot | 17:30 |
T42 | <elros34> :) | 17:30 |
mighty17 | as in it still bootlooped | 17:31 |
Mister_Magister | i'll download hadk and see if i can update dhd maybe that will help | 17:32 |
T42 | <elros34> if you are sure that journald.conf have correct settings then remove /init.log, reboot and check whether it was recreated. BTW you must have someting in host dmesg when it boots | 17:32 |
T42 | <elros34> mighty17 ^ | 17:33 |
mighty17 | i dont have anything in host dmesg except usb disconnect | 17:33 |
mighty17 | and there is no init.log | 17:34 |
mighty17 | @elros34 | 17:34 |
T42 | <elros34> if there is /data/.stowaways/sailfishos/init.log then it doesnt boot to real rootfs, it's in initramfs. Reboot straight to twrp and check whether you have /proc/last_kmsg | 17:35 |
mighty17 | okay | 17:36 |
mighty17 | @elros34, last_kmsg will give me dmesg of the twrp boot not of sailfishos | 17:37 |
mal | Mister_Magister: is gps only thing broken? | 17:38 |
mal | Mister_Magister: do sensors work? | 17:38 |
Mister_Magister | mal: sensors do work | 17:39 |
T42 | <elros34> mighty17: ok then it probably doesn't crash. You must broke something in kernel that is why it fails to pass initramfs. Did you flash correct image too boot partition? | 17:39 |
Mister_Magister | test_gps doesn't work when ran as defaultuser | 17:39 |
mighty17 | @elros34 I don't think I broke anything, I'll rebuild with old kernel config and check | 17:44 |
T42 | <elros34> I see no other options, init.log is created very early in boot process when /init-debug is started | 17:46 |
mal | Mister_Magister: only as defaultuser? does it work as root? | 17:46 |
Mister_Magister | it works as root but not as defaultuser | 17:46 |
Mister_Magister | i mean | 17:46 |
mal | Mister_Magister: well you should have said that before | 17:46 |
Mister_Magister | it doesn't "work" but it doesn't error ou t either | 17:46 |
Mister_Magister | lemme show you | 17:47 |
Mister_Magister | https://paste.opensuse.org/9df1a2f8 this is root | 17:47 |
Mister_Magister | https://paste.opensuse.org/aad3c244 this is defaultuse | 17:47 |
Mister_Magister | on defaultuser there's error | 17:47 |
mighty17 | elros34 this is very weird issue :( i think ill leave it for now | 17:48 |
mal | Mister_Magister: just to be sure, have you tested with gpsinfo app? | 17:48 |
Mister_Magister | i tested with CSD | 17:48 |
Mister_Magister | CSD says no connection | 17:49 |
mal | Mister_Magister: still not understanding what you mean by not working as defaultuser, those look almost the same, except for the diag message | 17:50 |
Mister_Magister | yeah just that | 17:50 |
Mister_Magister | that defaultuser posts error | 17:50 |
Mister_Magister | nothing more | 17:50 |
Mister_Magister | maybe wrong use of words | 17:50 |
mal | I doubt that is critical | 17:50 |
Mister_Magister | oki | 17:50 |
Mister_Magister | wel gpsinfo does literally nothing | 17:51 |
mal | do you see geoclue printing anything in journal? | 17:51 |
Mister_Magister | mal: https://paste.opensuse.org/a13597a2 | 17:52 |
mal | Mister_Magister: do those qmi messages in logcat only happen when using gps or also some other times | 18:07 |
Mister_Magister | not sure | 18:07 |
Mister_Magister | but they definitely appear when i run test_gps | 18:07 |
mal | Mister_Magister: and you tested close enough to a window? | 18:19 |
Mister_Magister | i did not but csd can't connect so uhhh | 18:19 |
mal | Mister_Magister: no idea how it would fail if gpsinfo does show it can start geoclue | 18:21 |
Mister_Magister | kay then | 18:22 |
Mister_Magister | i will test | 18:22 |
Mister_Magister | with gpstest | 18:22 |
Mister_Magister | mal: i put it on balcony and nothing | 18:55 |
mal | Mister_Magister: nothing obvious in the logs | 20:19 |
Mister_Magister | i know | 20:19 |
Mister_Magister | hence i'm asking | 20:20 |
Mister_Magister | got no lead about debugging it | 20:20 |
mal | still strange that it seemed to initialize gps without issues in userspace | 20:24 |
Mister_Magister | ye | 20:24 |
Mister_Magister | maybe i will just update dhd lolz | 20:24 |
mal | how old libhybris do you have? | 20:25 |
Mister_Magister | as in package? | 20:25 |
mal | has gps always been broken on that port? | 20:25 |
Mister_Magister | its on obs… we made fixes for it remember | 20:25 |
Mister_Magister | so that it works on old adaptations | 20:26 |
mal | I don't even remember which port that is | 20:26 |
Mister_Magister | port is titan | 20:26 |
Mister_Magister | but im talking aobut the hybris | 20:26 |
Mister_Magister | hybris was broken on old adaptations | 20:26 |
Mister_Magister | i think elros had some patched hybris | 20:26 |
Mister_Magister | so we made PR and fixed it | 20:26 |
Mister_Magister | so i got that version | 20:26 |
Mister_Magister | gps was working in 3.3 but stopped in 3.4 | 20:26 |
Mister_Magister | i could try skipping 3.4 and going straight to 4.0 | 20:27 |
mal | oh, that is then interesting if it was working before | 20:27 |
Mister_Magister | yeee | 20:27 |
Mister_Magister | mind dhd wasn't updated since like 3 years | 20:27 |
Mister_Magister | its titan/thea | 20:27 |
Mister_Magister | exact device that i'm testing on is thea but they are literally the same | 20:28 |
Mister_Magister | mal: if you want, im running my titan on 3.3 and i'm testing thea update on 3.4 | 20:30 |
Mister_Magister | on 3.3 gps is fine, on 3.4 is now | 20:30 |
Mister_Magister | not* | 20:30 |
Mister_Magister | idk if it helps im just giving any info i can | 20:31 |
mal | do you see any of those qmi messages on 3.3? | 20:31 |
Mister_Magister | i do see them | 20:32 |
Mister_Magister | but i also see othet location messages | 20:32 |
Mister_Magister | ye i already got tons of info in test_gps xd | 20:33 |
Mister_Magister | https://paste.opensuse.org/ecf3ee35 | 20:33 |
Mister_Magister | here's log from 3.3 | 20:33 |
Mister_Magister | so those messages aren't lead | 20:33 |
Mister_Magister | there's no info whatsoever | 20:33 |
Mister_Magister | damn | 20:33 |
mal | on the other device there are none of the loc messages | 20:34 |
Mister_Magister | hmm wait, it could be from AGPS | 20:34 |
Mister_Magister | lemme test without GPS | 20:34 |
Mister_Magister | mal: thats what i said ys | 20:34 |
Mister_Magister | yes | 20:34 |
Mister_Magister | the 3.3 device has sim card so agps actually works | 20:35 |
Mister_Magister | idk if test_gps uses agps by default | 20:35 |
Mister_Magister | no that doesn't change anything | 20:35 |
mal | Mister_Magister: would be interesting to know if updating dhd would change anything or not | 20:47 |
Mister_Magister | mal: i might just have gotten an idea | 20:49 |
mal | Mister_Magister: which one? | 20:49 |
Mister_Magister | wait | 20:49 |
Mister_Magister | wont say anythin untill it works lolz | 20:49 |
Mister_Magister | yep | 20:49 |
Mister_Magister | gps works | 20:50 |
Mister_Magister | goddamnit motorola | 20:50 |
mal | what was it? | 20:50 |
Mister_Magister | mal: i barely remembered that sometimes to fix gps on these device you need to erase modemst1 and modemst2 | 20:50 |
mal | hmm, very strange | 20:50 |
Mister_Magister | took me long enough to remember it | 20:50 |
Mister_Magister | its known issue even on android | 20:50 |
Mister_Magister | its just specific to those devices | 20:50 |
Mister_Magister | sorry for wasting your time :< | 20:51 |
mal | now I can do something else | 20:51 |
mal | although I did do some test builds of some packages while checking those logs | 20:51 |
Mister_Magister | you can help me update to 4.0! :D | 20:51 |
mal | I still haven't gotten fp2 to work with 4.0 | 20:52 |
Mister_Magister | its it complicated? | 20:52 |
Mister_Magister | or you havent had time? | 20:52 |
mal | although I haven't tried in a while | 20:52 |
mal | no time | 20:52 |
Mister_Magister | ahhh | 20:52 |
Mister_Magister | i will try just building against 4.0 target and see what i end up with | 20:53 |
mal | I also have almost fully working fp3 port waiting for final things before releasing the port | 20:53 |
mal | it has been waiting for quite a while now | 20:53 |
Mister_Magister | you are working on fp3 port? | 20:53 |
Mister_Magister | WOOOOOW | 20:53 |
Mister_Magister | niiiiiice | 20:53 |
Mister_Magister | legacy continues | 20:53 |
mal | only some issue with fingerprint and camera (which needs a hack) | 20:53 |
Mister_Magister | mal: since you are here, how is hybris17? | 20:53 |
Mister_Magister | still worksbutcomplicated? | 20:53 |
mal | works mostly but can have issues with camera | 20:54 |
mal | because it needs a hack which I need to make better | 20:54 |
Mister_Magister | i'm down with that, where can i start | 20:54 |
mal | my fp3 is hybris-17 | 20:54 |
Mister_Magister | nice | 20:54 |
Mister_Magister | i really wanna move 5z to hybris17 just to see if modem works | 20:55 |
mal | some of the custom things needed are not documented anywhere yet | 20:55 |
Mister_Magister | can you help me with it on weekend? | 20:55 |
Mister_Magister | or you don't have time…? | 20:55 |
Mister_Magister | or you just don't want to bother with me? :P | 20:55 |
mal | I was hoping to get some work done for those fp2 and fp3 ports | 20:55 |
Mister_Magister | ah thats fine | 20:55 |
Mister_Magister | i'll then release my 3.4 updates and work on apps | 20:56 |
Mister_Magister | 5z can wait, noone is using it anyway | 20:56 |
mal | but the early things for porting are mostly the same just some config changes and also one magic thing needed during hybris-hal build | 20:56 |
mal | "export TEMPORARY_DISABLE_PATH_RESTRICTIONS=true" is needed before hybris-hal | 20:57 |
Mister_Magister | mal: where are the sources? or do i sync lineage 17 tree and apply some patches (where are the patches) | 20:57 |
mal | Mister_Magister: the usual hybris-17.1 branch and then the same applu patches thing as 16 base | 20:57 |
Mister_Magister | *confus* | 20:57 |
mal | ? | 20:57 |
Mister_Magister | hybris17 branch of patches repo? | 20:57 |
Mister_Magister | or android tree repo | 20:58 |
mal | android manifest thingy, that downloads also patches which you then apply using the same way that was done for 16 base | 20:58 |
Mister_Magister | ahh okay | 20:58 |
Mister_Magister | hybris16 didn't have android manifest thingy i just got lineage and patches separately | 20:59 |
Mister_Magister | hence asking | 20:59 |
Mister_Magister | i can do something with that :) thanks | 20:59 |
Mister_Magister | eee | 20:59 |
mal | Mister_Magister: then you were doing it wrong | 20:59 |
Mister_Magister | manifest only goes up to hybris 16 mal | 20:59 |
Mister_Magister | mal: branch wasn't even available | 21:00 |
Mister_Magister | at the time | 21:00 |
mal | what https://github.com/mer-hybris/android/tree/hybris-17.1 | 21:00 |
Mister_Magister | WHAT | 21:00 |
Mister_Magister | https://github.com/mer-hybris/local_manifests/branches/all | 21:00 |
Mister_Magister | wrong repo | 21:00 |
Mister_Magister | goddamnit | 21:00 |
Mister_Magister | im dumdum | 21:00 |
Mister_Magister | okay got you | 21:01 |
Mister_Magister | ill see what i can do | 21:01 |
Mister_Magister | got some experience in wasting your time and bothering you after all :D | 21:01 |
Mister_Magister | thanks mal | 21:01 |
* Mister_Magister wishes that his joke will make mal laugh some day | 21:02 | |
T42 | <b100dian> mighty17: I have last kernel messages in /sys/fs/pstore while in TWRP | 21:10 |
T42 | <b100dian> @elros34 you mentioned yesterday that I may not have mount units already up, here's a full log https://pastebin.ubuntu.com/p/H73Tm6NtPY/ | 21:17 |
T42 | <b100dian> for example I do see contents in /vendor or /system | 21:18 |
mal | Mister_Magister: heh | 21:19 |
Mister_Magister | I MADE HIM LAUGH | 21:19 |
Mister_Magister | WOOOO | 21:19 |
Mister_Magister | PARTY | 21:19 |
T42 | <elros34> @b100dian ok then ignore it | 21:21 |
mal | I also should try to get vulkan support into libhybris finally, it seems to be working quite well | 21:33 |
T42 | <b100dian> something is not right though, I was expecting /system/vendor to be directly from a partition :hmm | 21:35 |
Mister_Magister | mal: can we add HDR display/playback support to sfos? | 21:39 |
mal | Mister_Magister: does wayland support hdr? | 21:52 |
mal | looks like no https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/14 | 21:53 |
Mister_Magister | mal: ohno | 21:53 |
mal | even x11 does not support hdr | 21:54 |
Mister_Magister | eeeeeeeeeee | 21:56 |
Mister_Magister | dang | 21:56 |
Mister_Magister | with my new gstreamer player i can play HDR youtube tho | 21:56 |
Mister_Magister | xd | 21:56 |
Mister_Magister | its super bright | 21:56 |
mal | wondering if that color management protocol for wayland would also make it possible to create some night mode for devices | 22:07 |
Mister_Magister | mal: night mode? as in blue light filter? | 22:19 |
mal | yes | 22:22 |
Mister_Magister | huh | 22:22 |
Mister_Magister | ohno the camera in g2 isn't working | 23:12 |
Mister_Magister | hmmm minimedia is fine | 23:15 |
Mister_Magister | but advanced camera is fine | 23:19 |
Mister_Magister | untill you take picutes… | 23:19 |
Mister_Magister | hmm | 23:19 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!