Tuesday, 2022-03-01

jules[m]what is the pacakge00:00
jules[m]package name ?00:00
jules[m]<T42> "<elros34> did you remove cache..." <- yes clean cache and same crash00:00
T42<elros34> gstreamer*tools or somethink like that00:01
jules[m]ok00:01
jules[m][defaultuser@OnePlus5 ~]$ gst-inspect-1.0 droid00:04
jules[m]No such element or plugin 'droid'00:04
jules[m][defaultuser@OnePlus5 ~]$00:04
jules[m]ok00:15
T42<elros34> again, did you remove cache?00:15
T42<elros34> what android version do you use?00:15
jules[m]the result is very different in my other phone00:15
jules[m]if i remove cache00:16
jules[m]and launch a new time the command00:16
jules[m]i have the segfault with /usr/lib64/gstreamer-1.0/libgstdroid.so00:16
T42<elros34> so what android version do you use as base?00:17
jules[m]https://pastebin.com/r8Fk9ReY00:17
jules[m]16.100:17
T42<elros34> so it's not about camera issue but whole media00:17
jules[m]it s the same for the port 3.400:17
T42<elros34> maybe your droidmedia is lttlle too new, check with zypper se -s droidmedia what is version for devel package and try to use same00:18
jules[m]yes there is diff00:19
jules[m]S | Name                         | Type    | Version                  | Arch    | Repository00:19
jules[m]--+------------------------------+---------+--------------------------+---------+----------------------------00:19
jules[m]i | droidmedia                   | package | 0.20220126.0-1           | aarch64 | (System Packages)00:19
jules[m]  | droidmedia-devel             | package | 0.20210818.0-1.1.3.jolla | aarch64 | adaptation-community-common00:19
jules[m]i'm searching how to find the release of droidmedia00:21
jules[m]should i need build it ?00:21
jules[m]or there is official release from jolla ?00:22
jules[m](i dont understand everything with the ports :))00:22
T42<elros34> droidmedia-devel is from jolla, you need to checkkout external/droidmedia and build it with make droidmedia then package with build_packages.sh -g00:23
T42<elros34> I assume you use 4.3.0 target00:24
jules[m]yes00:25
jules[m]i use the deathmist bootstrap00:25
jules[m]https://github.com/JamiKettunen/sfbootstrap00:25
jules[m]i check in if there is a release for this package00:26
T42<elros34> it would be worth to check also full logcat from boot, maybe something else fails00:27
jules[m]how can i do that ?00:28
T42<elros34> reboot and type logcat:)00:34
jules[m]ok00:36
jules[m]so simple :)00:36
jules[m]https://termbin.com/kwxn00:39
T42<elros34> I do not see anything video related. Did you get the log right after getting access? Do you have minimediaservice started (dmesg/journalctl) and   running?00:45
jules[m]service seems running00:50
jules[m][defaultuser@OnePlus5 ~]$ ps aux | grep minimediaservice00:50
jules[m] 4539 media    /usr/libexec/droid-hybris/system/bin/minimediaservice00:50
jules[m] 8081 defaultu grep minimediaservice00:50
jules[m][defaultuser@OnePlus5 ~]$00:50
jules[m]thanks for help T4201:09
jules[m]i will try to debug by diff with the 3.4 ...01:10
jules[m]or wait on deathmist :)01:15
T42<elros34> or just try to downgrade droidmedia and full logcat since early boot01:19
T42<elros34> and take logcat as root user, IIRC there were some differences when running it as user01:21
jules[m]lots of info about camera in logcat in root01:31
jules[m]if you have time and motivation01:32
jules[m]https://termbin.com/f2nc01:32
T42<rodrisola> I come back to you again after being busy with a job, well I stayed that I couldn't make the wifi work, and I don't know if I was wrong, because as far as I can see if it loads the wifi module. any progress with android 11?06:04
T42<HengYeDev> @elros34 masking MCE worked and now minimer works on normal boot21:09
T42<HengYeDev> what should i do now?21:09
T42<HengYeDev> mce masked and user@100000 unmasked doesn't do anything, lipstick doesn't come up21:10
T42<HengYeDev> replacement of the kernel decon driver did not help21:13
T42<elros34> lipstick doesn't come up or crash?21:46
T42<elros34> or maybe screen is just blanked21:47
T42<elros34> deos kernel crash if you start mce after hwcomposer is initialized21:54
T42<elros34> @HengYeDev so if masking mce helps and issue is about initialization, have you tried QT_QPA_NO_FRAMEBUFFER_FIRST=1?22:25
T42<HengYeDev> @elros34 It does not crash if i start mce after the system is fully booted with it masked22:25
T42<HengYeDev> i will try that22:26
T42<HengYeDev> also, lipstick.service is not found, whats going on there?22:27
T42<elros34> it's user service: systemctl-user22:27
T42<elros34> but there is also first boot wizard which will probably try to start first22:28
T42<HengYeDev> @elros34 adding that didn't help if mce is unmasked22:33
T42<HengYeDev> @elros34 adding that didn't help  mce is unmasked (edited)22:33
T42<HengYeDev> i got it working with mce masked user@100000 unmasked, no idea how22:35
T42<HengYeDev> i started mce manually22:35
T42<elros34> you mean wizard?22:36
T42<HengYeDev> yes (re @elros34: you mean wizard?)22:38
T42<HengYeDev> https://irc.thaodan.de/.imgstore/6bbee364/file_3365.jpg22:39
T42<elros34> hmm but how to make it usable now22:40
T42<HengYeDev> i just need to delay mce until full boot ?22:40
T42<HengYeDev> how to do that22:40
T42<elros34> not sure, mce is system process but lipstick is user. I wonder what would hapen if you would try to start hwcomposer service before mce starts.22:43
T42<elros34> but it starts quite early22:44
T42<elros34> or hack which same users used: start surfaceflinger for a while and kill it (in your case before mce). All this sound terrible so maybe better would be to fix driver22:46
T42<HengYeDev> stupid way i thought of : keep mce masked, add script for on lipstick start, unmask mce, start, and mask for next boot22:54
T42<HengYeDev> possible?22:54
T42<elros34> remember you have no root rights when you start lipstick, also you need to handle first boot wizard22:59
T42<elros34> maybe there is a config for fbdev handling in mce23:01
spiiroinno config like that, but it happens that I have a debug hacking patch lying around... https://github.com/spiiroin/mce/commit/25c772f300387a9c0a426f87f03cbb63654194bb23:45
spiiroin@HengYeDev any chance that you could get backtrace from that mce crash?23:48

Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!