Umeaboy | Thaodan: Without --fetch-submodules I got this in the end: | 00:06 |
---|---|---|
Umeaboy | repo sync has finished successfully. | 00:06 |
Umeaboy | So something is wrong with the flag to fetch the submodules. | 00:07 |
Thaodan | That sounds nice, as long as none of the package are actually using code from the submodules | 00:07 |
Thaodan | The issue is that some of the packages have submodules with wrong commit refs. | 00:07 |
Umeaboy | Yeah. | 00:09 |
Umeaboy | For some reason I only have v2.22 of the repo binary. | 00:10 |
Umeaboy | I thought 2.26 is the latest. | 00:10 |
Umeaboy | At least it' | 00:10 |
Umeaboy | s the latest version from Google. | 00:11 |
Umeaboy | Do I really need the vendor repo? I thought they only contained non essential stuff that Sailfish OS doesn't use. | 00:18 |
Umeaboy | Hmmmmmmm. fatal: duplicate path device/samsung/beyond2lte in /home/kristoffer/hadk/.repo/manifest.xml | 00:19 |
Umeaboy | I have never created it or changed the content of it. | 00:20 |
Umeaboy | No matter how I try I just can't get passed the vendor/samsung/exynos9820-common/exynos9820-common-vendor.mk issue. | 00:28 |
Umeaboy | Something isn't correct and I can't see where the error is from my side.- | 00:28 |
Umeaboy | I see what it says, but adding that repo to $DEVICE.xml didn't help. | 00:28 |
Thaodan | Umeaboy: did you extract blobs for your device? I'd first try to build lineage and then try to build hybris-hal | 00:55 |
Umeaboy | Thaodan: Building previous versions of LOS has never been an issue. | 00:56 |
Umeaboy | But I'll try. | 00:56 |
*** Daaanct12 is now known as Daanct12 | 03:36 | |
Umeaboy | Thaodan: Whenever you read this....... It fails to fully sync Lineage 18.1 as well. | 05:49 |
Umeaboy | And I even did a fresh installation of Ubuntu 22.10 Kinetic (Daily build from yesterday) | 05:50 |
Umeaboy | No other issue so far so I suspect that either the repo binary is the problem or git itself. | 05:51 |
Umeaboy | I could be wrong though. | 05:51 |
Umeaboy | If so, I'm sorry. | 05:51 |
Umeaboy | Seems like the repo binary is unreliable. | 06:31 |
Umeaboy | The second time the sync finished successfully. | 06:31 |
Umeaboy | Building LOS as we speak. I'll be back later..... Have to sleep. | 08:59 |
T42 | <elros34> you do not need to do this | 09:00 |
T42 | <Verevka86> Revert this commit, build droidmedia ok π (re @SailfishFreenodeIRCBridgeBot: <Thaodan>https://git...) | 09:08 |
Thaodan | Verevka86: Good to hear, I hope it fixed your issue. | 11:19 |
T42 | <Verevka86> https://paste.ubuntu.com/p/xC3QcydTyy/ | 11:48 |
T42 | <Verevka86> | 11:48 |
T42 | <Verevka86> Video recording not work π (re @SailfishFreenodeIRCBridgeBot: <Thaodan>Verevka86: ...) | 11:48 |
mal | can you show logcat (make sure you remove gst cache first)? | 11:56 |
T42 | <Verevka86> https://paste.ubuntu.com/p/4v2gNPP8Fc/ (re @SailfishFreenodeIRCBridgeBot: <mal>can you show lo...) | 12:15 |
mal | I see messages "ServiceManager: Waiting for service 'media.audio_policy' on '/dev/binder'..." which suggests you don't have audio policy service enabled in droidmedia, which android base is that? | 12:25 |
T42 | <Verevka86> Android 11 | 12:27 |
T42 | <Verevka86> https://github.com/sailfishos/droidmedia/pull/92 (re @SailfishFreenodeIRCBridgeBot: <mal>I see messages ...) | 12:27 |
mal | so do you have that? | 12:27 |
T42 | <Verevka86> Yes, miniaudiopolicy bin ΡΠΎΠΆΠ΅ Π΅ΡΡΡ Π² ΡΠΈΡΡΠ΅ΠΌΠ΅ | 12:28 |
T42 | <Verevka86> Yes, miniaudiopolicy bin is also in the system (edited) | 12:29 |
mal | is it running? | 12:29 |
T42 | <Verevka86> how can i check this? | 12:31 |
mal | ps aux | grep mini | 12:31 |
T42 | <Verevka86> only minimediaservice and minisfservice (re @SailfishFreenodeIRCBridgeBot: <mal>ps aux | grep m...) | 12:37 |
piggz | Thaodan: im not doing it as a diff to the source, running the build with | 12:39 |
piggz | -Wbool-operation | 12:39 |
piggz | i mean | 12:39 |
piggz | %define kcflags "KCFLAGS=-Wno-misleading-indentation -Wno-format -Wno-bool-operation" | 12:39 |
piggz | make -C %{source_directory} O=out %{kcflags} defconfig KBUILD_DEFCONFIG=$defconfig_name | 12:39 |
mal | @Verevka86 so why is the miniaudiopolicy not running, are you missing the entry in some .rc file or what? | 12:50 |
mal | or is starting it failing | 12:50 |
mal | I see nothing about that in logcat so probably not enabled to start | 12:50 |
mal | can you see miniaudiopolicy.rc anywhere on the device? | 12:51 |
T42 | <Verevka86> I don't find it, maybe it doesn't start? | 12:53 |
mal | try adding it | 12:54 |
T42 | <adampigg> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | 12:55 |
mal | add this file https://raw.githubusercontent.com/sailfishos/droidmedia/2a37b265a2c0907625191ca6b95038407cf11a61/init/miniaudiopolicy.rc to /usr/libexec/droid-hybris/system/etc/init/ | 12:55 |
T42 | <TheVancedGamer> um, what | 12:56 |
T42 | <Verevka86> https://paste.ubuntu.com/p/9NZs82Wk89/ | 13:10 |
T42 | <Verevka86> miniaudiopolicy start | 13:10 |
mal | does video recording work now? | 13:30 |
T42 | <Verevka86> No, the picture slows down when recording, and at the end of the recording, the camera freezes and prompts you to complete the process (re @SailfishFreenodeIRCBridgeBot: <mal>does video reco...) | 13:35 |
Thaodan | You can if it is active by running dumpsys | 13:35 |
Thaodan | from android | 13:35 |
mal | there seems to be some permission failures from servicemanager related to camera | 13:36 |
Thaodan | /system/bin/dumpsys | 13:36 |
T42 | <Verevka86> but now the camera can start again after an error, without miniaudiopolicy the camera would not start again until the device was rebooted | 13:36 |
mal | but those permissions issues might not be critical | 13:37 |
Thaodan | they aren't in SELinux permissive mode | 13:38 |
T42 | <Verevka86> 9 mb file, can I send it as a file? (re @SailfishFreenodeIRCBridgeBot: <Thaodan> /system/bi...) | 13:45 |
piggz | Thaodan: now added -Wno-unused-variable into the mix | 13:50 |
T42 | <kayveepr> Please help - I am stumped by the following error: | 14:52 |
T42 | <kayveepr> d-pre-user-session[3443]: [F] unknown:0 - QPA-HWC: hwc_module->methods->open(hwc_module, HWC_HARDWARE_COMPOSER, &hwc_device) in create returned -22 | 14:52 |
T42 | <kayveepr> Please help. I am stumped by the following error:- | 14:52 |
T42 | <kayveepr> Please help. I have no clue about the following error. This apparently seems to result in no GUI. test_hwcomposer works fine with a running video pattern until test exit. The error as per journal is - d-pre-user-session[3443]: [F] unknown:0 - QPA-HWC: hwc_module->methods->open(hwc_module, HWC_HARDWARE_COMPOSER, &hwc_device) in create returned -22. Seems to be called from hwcomposer_backend.cpp. GUI was working until May 25th on 4 | 14:59 |
T42 | <kayveepr> Sorry but that was not external link but from journalctl output. Never mind. | 15:00 |
T42 | <kayveepr> Lipstick fails with the following error resulting in no GUI. QPA_HWC: hwc_module->methods->open(hwc_module, HWC_HARDWARE_COMPOSER, &hwc_device) in create returned -22. test_hwcompser works fine with correct width/height on OpenGL ES 3.2 V@415.0 (GIT@7331a27, Ieeb4a86f7b, 1573670678) (Date:11/13/19). I have no clue about the above error which seems to be from hwcomposer_backend. Please help and thanks in advance | 15:11 |
mal | which android base? | 15:22 |
T42 | <kayveepr> Lipstick fails with the following error resulting in no GUI. QPA_HWC: hwc_module->methods->open(hwc_module, HWC_HARDWARE_COMPOSER, &hwc_device) in create returned -22. test_hwcomposer works fine with correct width/height on OpenGL ES 3.2 V@415.0 (GIT@7331a27, Ieeb4a86f7b, 1573670678) (Date:11/13/19). I have no clue about the above error which seems to be from hwcomposer_backend. Please help and thanks in advance (edited) | 15:27 |
mal | which android version did you use as base, the hybris-* branch | 15:30 |
T42 | <kayveepr> 10. I'm not sure if the above query was addressed to me. Sorry if it's not. | 15:39 |
Thaodan | @kayveepr: Android 10 AOSP? | 15:42 |
T42 | <kayveepr> No, Lineage OS. | 15:42 |
T42 | <kayveepr> This started after I made some changes to see in config to see why wlan(qca_cld) was having limited connectivity though MAC address was seen by router and listed under ifconfig. No changes were made to kernel. I still have the tarball(May 25) which works the same way as it did today too. | 15:46 |
T42 | <elros34> did you see any other errors (permissions) in logcat? | 15:47 |
T42 | <kayveepr> No. I followed faq and most importantly followed many devices how it's done. Still had to use execstart.conf and all services loaded/active/running or exited as the case may be. | 15:49 |
T42 | <kayveepr> Got GUI on 4.3.0.15 on May 25 after which it's failing on 4.3.0.15 and 4.4.0.58. | 15:50 |
T42 | <elros34> execstart.conf? | 15:50 |
T42 | <kayveepr> Yes for tmpfiles service | 15:51 |
T42 | <kayveepr> Else it fails | 15:51 |
T42 | <elros34> not sure what excatly do you have in mind, did you enable all cgroup config recommended by mer-kernel-check? | 15:52 |
T42 | <elros34> what permissions do you have in /dev/*? | 15:53 |
T42 | <kayveepr> Android kernel configuration 3.18.140. does res_ctrl settings really matter? However have tried with cg all controllers enabled and disabled with no success. I'll post the logs once I'm allowed to post external links...! No idea if I can post pastebin links here without them getting deleted. | 15:58 |
T42 | <elros34> So is the systemd-tmpfiles-setup.service which fails for you? | 16:00 |
T42 | <kayveepr> It doesn't fail if I use the /sys as mentioned here earlier for exclude_prefix. Else with default option tmpfiles service fails | 16:02 |
T42 | <kayveepr> Like exclude_prefix=/sys/fs/cgroup/memory | 16:03 |
T42 | <kayveepr> Like exclude_ | 16:04 |
T42 | <kayveepr> -prefix=/sys/fs/cgroup/memory (edited) | 16:04 |
T42 | <kayveepr> Like exclude | 16:04 |
T42 | <kayveepr> -prefix=/sys/fs/cgroup/memory (edited) | 16:04 |
Thaodan | Logs or nothing happened | 16:04 |
T42 | <elros34> so usually this mean you have no cgroup controllers enabled? MEMCG_SWAP/KMEM | 16:04 |
T42 | <kayveepr> Tried with both. I'll present the logs soon. | 16:05 |
Thaodan | I wonder if such kernels will even work with Cgroups v2 | 16:05 |
T42 | <elros34> Were they really enabled? but this is quite irrelevant for your current issue | 16:05 |
Thaodan | SailfishOS currently boots in hybrid/legacy mode but for restricting users properly unified is needed, I'm just thinking out loud because 3.18 is really old. | 16:07 |
T42 | <kayveepr> You are right. They were not when I had the GUI anyway. Probably as mentioned cg v2 may be required. Besides I've only custom ROMs to check. Device: LeMax 2 - msm8996. Last mfr fw M. Year 2016. Could get UB ports going except for camera. Wanted to try this. | 16:09 |
T42 | <elros34> like previously check permissions, ueventd*.rc -> udev rules generation, logcat, params in droid-hal-device.conf | 16:11 |
Thaodan | There's halium for that device maybe they faced similar issues as you: https://github.com/kayveepr/Halium-9-LeMax2 | 16:11 |
Thaodan | ah lol | 16:11 |
Thaodan | that's you | 16:11 |
Thaodan | touche | 16:11 |
T42 | <kayveepr> That Halium is from me only | 16:12 |
T42 | <kayveepr> That was on GSI. I moved to UBP CI where I could get it to work except for cam. I was working on it when I thought of SFOS go too. | 16:13 |
T42 | <kayveepr> Anyway I'll post all info so that someone can dig up hwc error -22. You guys are doing wonderful job but I'm very slow compared to you guys. Thank you all. | 16:16 |
T42 | <b100dian> I have the same issue on my xiaomi mi note 10. Also, miniaudiopolicy only helps with 'dont need to reboot'. I really hope you find the cause:) fingerscrossed (re @Verevka86: No, the picture slow...) | 20:53 |
T42 | <b100dian> My intuition was that either someone is not consuming the frames, so the slowdown is because more memory is needed for the new ones. Or that the sound stream is 'wrong' at 48khz (or 44?) and is locking up the in sound source. I dont have proof at hand and these were not fruitful intuitions for me. Any device reported as acces denied from dev/pcm or snd? | 20:56 |
T42 | <b100dian> Search the logs for vlad.synology.me to find some of mines, largish too to upload | 20:57 |
T42 | <b100dian> @Verevka86 ^^ | 20:58 |
T42 | <Verevka86> 403 (re @b100dian: Search the logs for ...) | 21:11 |
T42 | <b100dian> http://vlad.synology.me/logcat-camera-3.txt for example | 21:13 |
Thaodan | b100dian: Try the new miniaudiopolicy it should work better | 21:33 |
Thaodan | the old one spawned a full version of audiopolicy | 21:33 |
T42 | <Gwise> Forwarded from VE: Please keep up the good work , It was mind blowing when I opened my wallet and I saw the profits of $8,400 from the investment of $1000. Join and contact admin now @scott_Alvin1 | 23:20 |
T42 | <Gwise> ππππββββ | 23:20 |
T42 | <Gwise> https://t.me/joinchat/_uz-Lvio1vthZWE0 | 23:20 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!