Wednesday, 2018-06-13

T4<abhishek_0> i tried to debug jolla-galley .. https://hastebin.com/utiduwebaq.scala08:48
T4<abhishek_0> *GST_DEBUG ..08:48
T4<abhishek_0> i want to know whats wrong ? :P08:49
malshow ls -l /etc and ls -l /system/etc08:51
abranson@abhishek_0: is that normal? "library "libgui.so" wasn't loaded and RTLD_NOLOAD prevented it"08:51
malabranson: I think that happens quite often, not 100% sure08:52
abransoni think that lib's quite important for media functions on the android side08:52
r0kk3rzyeah its fairly common08:52
abransonok08:52
T4<abhishek_0> mal https://hastebin.com/ojolidecil.hs.. media symlinks ?08:53
malyou are missing media_codecs_performance.xml symlink08:53
malalso mixer_paths_qrd_skui.xml and media_codecs_google_video_le.xml08:54
abransonmal: there seems to be more variation in those these days. some are included from others, some are explicitly loaded in stagefright08:57
malabranson: yep08:58
birdzhang_how to resolve no video thumbnailer ? i found it was generatored by thumbnaild-video, and i can generate it by cli. but still no thumbnailer in jolla-gallery09:32
birdzhang_ https://git.merproject.org/mer-core/nemo-qml-plugin-thumbnailer/blob/master/src/lib/nemothumbnailcache.cpp#L39009:33
birdzhang_hmmmm, rm -rf /home/nemo/.cache/org.nemomobile/thumbnails/* and resolved it09:37
birdzhang_but, is this wrong ? https://git.merproject.org/mer-core/nemo-qml-plugin-thumbnailer/blob/master/oneshot/remove-obsolete-nemothumbs-cache-dir#L209:41
birdzhang_the path is /home/nemo/.cache/org.nemomobile/thumbnails not /home/nemo/.cache/.nemothumbs09:42
T4<abhishek_0> mal .. added symlinks .. video and camera still doesnt work10:00
T4<abhishek_0> gstreamer logs https://hastebin.com/vuraceraca.scala10:05
malhave you ever looked into logcat, that's where the error might be10:07
abransonyeah. if errors are printed, they're not in there10:11
abransonalso even check journal for crashes10:12
T4<abhishek_0> https://hastebin.com/ejuzicotem.vbs logcat10:37
T4<abhishek_0> and https://hastebin.com/ipubucicew.bash journal10:37
T4<abhishek_0> what if i disable fake sensorservice started by droidmedia and use the android one ?10:58
T4<abhishek_0> ghosalmartin ping :')11:00
abransonabhishek_0: are you starting the droid camera service?11:01
T4<abhishek_0> yes11:02
abransoni don't think that should be enabled, should it? minimedia starts it11:03
abransonunless it's the qcom one. it's the android camera service that shouldn't be running11:03
T4<abhishek_0> or this might be the issue here ? https://github.com/sailfishos-wt88047/android_device_wingtech_wt88047/tree/hybris-14.1/libshims11:09
sonoxexit11:13
sonoxexit11:13
sonoxquit11:13
sonoxq11:13
abransonsonox: welcome to the hotel caliporters11:14
T4<abhishek_0> XD11:15
abransonabhishek_0: that looks... interesting11:16
r0kk3rzlibshims is common enough11:17
T4<abhishek_0> this might be breaking things11:19
r0kk3rzthey should be loaded in ok - https://github.com/libhybris/libhybris/blob/master/hybris/common/n/linker.cpp#L1308-L132011:25
malr0kk3rz: except not always https://github.com/libhybris/libhybris/pull/37711:27
malr0kk3rz: there was a parse error in shim code in libhybris11:27
r0kk3rzah i was looking for that, i didnt realise it wasnt merged11:28
r0kk3rzimo if you see much listed in LD_SHIM_LIBS you're using the wrong base11:29
T4<abhishek_0> my device has opensource camera hals .. maybe i could just get rid of this libshim stuff11:35
birdzhangi fixed thumbnails in Gallery by remove ffmpeg, install libav and remove /home/nemo/.cache/org.nemomobile/thumbnails/13:25
T4<abhishek_0> https://hastebin.com/utogahubom.sql .. where do i add ril_subscription.conf in the upstream14:36
mal@abhishek_0 https://github.com/mlehtima/droid-config-fp2-sibon/blob/master/rpm/droid-config-fp2-sibon.spec#L2214:37
mal@abhishek_0 but in 2.2 ofono also supports multiple config files https://git.merproject.org/mer-core/ofono/commit/011f3b74d1f40dad1b6418fbd909d23d2423010314:39
mallike here https://github.com/mer-hybris/droid-config-f5121/tree/master/sparse/etc/ofono/ril_subscription.d14:40
T4<abhishek_0> *sighs* using opensource hals .. didnt seem to fix camera15:44
T4<abhishek_0> nonononononono15:50
T4<abhishek_0> damn15:50
T4<abhishek_0> .. i am shivering15:50
T4<abhishek_0> video works ..15:50
T4<abhishek_0> i can see camera controls15:50
T4<abhishek_0> is this real .. of a fantasy15:52
T4<abhishek_0> *or15:52
T4<abhishek_0> guess i have to build camera configs again.. previous ones are the ones from libshims15:56
T4<abhishek_0> removing old cam confg files .. should make camera work ..16:22
T4<abhishek_0> but it doesnt16:22
T4<abhishek_0> https://hastebin.com/oyavobamer.vbs dmesg16:22
malwhat do you mean removing old cam configs? your mean regenerating those?16:24
T4<abhishek_0> mal the configs which i was using with camera libshims16:26
T4<abhishek_0> since camera shims are removed .. i removed previous configs16:26
malwhat configs?16:27
malexactly16:27
T4<abhishek_0> gstdroidcamsrc-0.conf gstdroidcamsrc-1.conf jolla-camera-hw.txt16:28
maland I still don't understand if you mean you completely removed those or just recreated the configs16:28
T4<abhishek_0> i completely removed those ..  i havent built them again yet16:28
malyou obviously need those configs for camera16:33
T4<abhishek_0> mal , ofcourse i need them but i am using opensource hals rn .. i will rebuild those ..16:34
T4<abhishek_0> after i get the camera working.. atleast in low res16:34
T4<abhishek_0> how do i get camera working ?😦16:41
r0kk3rztweak the configs, obviously :P16:45
T4<abhishek_0> r0kk3rz what configs exactly :')16:57
r0kk3rzthe ones you just regenerated maybe16:58
T4<abhishek_0> i didnt16:58
r0kk3rzwhy not?16:58
T4<abhishek_0> because16:59
T4<abhishek_0> [root@Sailfish nemo]# mk-cam-conf 0 /etc/gst-droid/gstdroidcamsrc-0.conf … Failed to start pipeline16:59
r0kk3rzrestart minimediaservice and go again17:00
T4<abhishek_0> wait what ? is bridge working ?17:26
T4<abhishek_0> okay .. i didnt send my last message17:26
T4<abhishek_0> whats the command to restart minimedia … ?17:26
T4<abhishek_0> anyone ON?18:17
r0kk3rzhow does shot web?18:46
*** kimmoli is now known as Guest5386719:40
abransonr0kk3rz: how is babby formed?20:03
T4<abhishek_0> r0kk3rz maybe a  radioactive spider ?20:20
*** Nokius_ is now known as Nokius21:10
Nokiusr0kk3rz: will the expire_in parameter retrigger the gitlab-ci? if so why not curling the latest SFOS version and pray mic will create a zip :)21:40
NokiusI had this question for a few days finally asked21:40

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