Tuesday, 2020-06-16

T42<edp_17> r0kk3rz, mal: In OBS, can one of you create two projects (nemo:devel:hw:samsung:i9100 and nemo:devel:hw:samsung:treltexx) for me, please? Thanks.01:12
r0kk3rzmaybe04:11
r0kk3rz whats your obs user?04:26
T42<edp_17> r0kk3rz: My obs user is edp1708:15
r0kk3rzyou sure?08:16
T42<edp_17> Well, this is how I requested. Or if the user id is as the same as the email address, then that it edp17@pm.me08:18
r0kk3rzhave you logged in before?08:19
T42<edp_17> Not yet. I only logged into wiki.merproject and bugzilla.08:20
r0kk3rzthen try that08:20
T42<edp_17> What the link?08:20
r0kk3rzbuild.sailfishos.org08:21
T42<edp_17> Thanks. I'am in.08:22
r0kk3rzthere we go, now i can add you08:23
r0kk3rzhttps://build.sailfishos.org/project/show/nemo:devel:hw:samsung:treltexx08:23
r0kk3rzhttps://build.sailfishos.org/project/show/nemo:devel:hw:samsung:i910008:24
T42<edp_17> Funy, I clicked on "Edit your account" and the email address is defaulted to "r0kk3rz@gmail.com". 😊08:24
r0kk3rzthat08:24
r0kk3rzis weird08:24
T42<edp_17> Thanks for creating the projects.08:27
r0kk3rzdo you know what you're doing?08:28
T42<edp_17> Not yet, so before I start, will read hadk-faq and ask questions. What I would like achieve was be able to OTA for my devices.08:31
T42<edp_17> Do you know how up to date the hadk-faq OBS and OTA sections?08:31
r0kk3rzthe process hasnt really changed ever08:32
r0kk3rzso should be fine08:32
r0kk3rzthe gist, is that you want to replicate what is in your local repository into obs08:33
T42<edp_17> Thanks, then I am following the hadk-faq. What I already spotted was the webhook link requires a login and I don't have access to it (https://webhook.merproject.org/webhook).08:34
r0kk3rzignore the webhook stuff08:37
T42<edp_17> r0kk3rz: First question. The faq says I need to select "SailfishOS latest" when I add a new repository. But if I do not select something else like "Mer armv7hl port (Latest)", the 'Add selected repositories' button is greyed out.08:38
T42<edp_17> Thanks, I'll ignore the webhook bit.08:39
r0kk3rzi already added that08:39
r0kk3rzi added the common repo too08:39
T42<edp_17> Oh, okay. Thank you.08:39
T42<edp_17> Second question: How can I upload the RPMs?09:07
r0kk3rzmost you build from spec09:08
r0kk3rzbut these ones you just add as files https://build.sailfishos.org/package/show/nemo:devel:hw:sony:scorpion/droid-hal-scorpion09:09
T42<edp_17> Third, for others like hammerhead I have seen repositories created with a name like sailfishos_2.2.0.29. How can I create a repo with a different name? I guess, need this because the latest will always be the newest one. Or shouldn't worry about it now, and deal with it when a new version is out?09:10
r0kk3rzfor devel, leave as latest09:11
T42<edp_17> I see. So I need to upload the rpms and .spec on the Overview tab, not under the Repositories.09:11
T42<edp_17> Okay, I'll leave it.09:12
r0kk3rzfor spec built we connect to github09:12
r0kk3rzusing the _service file09:12
T42<edp_17> r0kk3rz: I have uploaded the RPMs and it says the Build result is broken. There is nothing else in the faq apart from uploading the packages. What did I miss or is it only because I didn't build the packages there but uploaded?09:30
malyou forgot the other files from there09:31
T42<birdzhang> obs is based on build.opensuse.org, you can search about how to use09:31
malcheck some other project for example09:31
r0kk3rztheres a build.script and spec file09:31
malyes, those ones09:31
T42<edp_17> Okay, thanks all! I thought those 2 files were only required for that build. In the meantime I have found an example for the _service file as well.09:33
r0kk3rzmost of it you can just copy from other adaptations09:43
T42<edp_17> Is the benefit of using _service file over these build.script and spec files that I can build the packages without my local pc? Or doesn't matter how I create and upload the packages into the project?09:46
r0kk3rzyou should prefer the _service file method09:47
T42<edp_17> Okay, then I need to learn that. 😊09:47
Mister_Magisterpketo: can you add Zenfone 5z (5z / 5z) to store?09:47
r0kk3rzits not hard09:47
Mister_Magistermal: mal mal can u help with bluetooth? :<09:47
r0kk3rzyou make a file with that name, give it the xml contents09:47
r0kk3rzand thats it09:47
T42<edp_17> I have uploaded those two files and now the build status is succeeded.09:48
malMister_Magister: depends on what the problem it09:55
Mister_Magisteri am not sure about it but bluebinder isn't starting09:55
T42<edp_17> Now I have droid-hal-i9100 package. How can I create another package? The create package button disappeared. I'd like to create a droid-hal-version-i9100 and add a _service file into it for see how it works.09:55
Mister_Magistermal: https://paste.opensuse.org/23822036 https://paste.opensuse.org/5659355409:57
malMister_Magister: does your device support bluebinder? does it even have the binderized bt09:57
Mister_Magistermal: idk how to check09:57
Mister_Magisterit's not written anywhere09:57
malthere should be some bluetooth related android side process09:58
malalso if you want you can build the gbinder test programs and use binder-list to check what is available https://github.com/mer-hybris/libgbinder/tree/master/test09:58
Mister_Magistermal: /vendor/bin/hw/android.hardware.bluetooth@1.0-service-qti10:02
Mister_Magisterhmm running binder-list shows nothing10:03
malyou need to tell it to use /dev/hwbinder10:04
malnot sure if it was the default or not10:04
malyou can see in the logs that "bluebinder_post.sh[7861]: Failed to get bluetooth address!"10:04
malwhich then causes it to fail, debug that script10:04
Mister_Magisterandroid.hardware.bluetooth@1.0::IBluetoothHci/default10:04
Mister_Magisterso it's there i believ10:05
Mister_Magistermal: yeah i wrote yesterday about address i believe10:05
malwell fix it then10:05
Mister_Magister>:(10:06
malyou have the script, look at what it does and see what each part does and check properties etc for any optional things10:06
Mister_Magisteryeah i commented out the post script and i sure don't have bt address in getprop10:12
T42<edp_17> I have found it (the create package button).10:12
Mister_Magistermal: basically i need to get bt address but it's not in getprop so i need to find where the hecc it is. do you maybe have some file paths from experience?10:16
T42<ankaos> r0kk3rz: how install obs?10:24
r0kk3rzyou need to learn how to verb10:28
Mister_Magistermal: i cannot find bt addr :<10:29
T42<edp_17> Mister_Magister: Do you have /efs/bluetooth/bt_addr?10:30
Mister_Magister /efs?10:30
Mister_Magisternever seen such thing10:30
T42<edp_17> Okay, it might be a Samsung stuff then.10:31
T42<edp_17> I have it.10:31
T42<ankaos> On IRC ask r0kk3rz, mal, or sledges to create project and get maintainership for your nemo:devel:hw:$VENDOR:$DEVICE (you can try things out in your home repo first)10:31
T42<ankaos> say me r0kk3rz:10:31
T42<edp_17> @ankaos: You need an OBS account first. Have you asked lbt to create one for you?10:34
T42<ankaos> sign in not open10:34
lbtyeah - I need a username and email :)10:35
T42<edp_17> @ankaos : To get an OBS account you will need a tjc (together.jolla.com) account first.10:35
Mister_Magistercat /sys/kernel/debug/bluetooth/hci0/identity       04:92:26:2e:9b:d4 (type 0) 00000000000000000000000000000000 00:00:00:00:00:0010:35
Mister_Magisteri've found something10:35
T42<ankaos> Sorry, sign up is disabled @edp_1710:35
Mister_Magisterthis address is super similar to wifi mac address10:36
Mister_Magisteroh hi lbt10:36
lbtanakos: I manage the usernames manually due to spam10:37
T42<ankaos> lbt: enesutku07 mail:afyonluenes@hotmail.com10:38
lbtok - sent :)10:39
lbto/ Mister_Magister10:39
Mister_Magisterwith bt mac it kiiiiiinda works10:47
pketoMister_Magister: Zenfone 5z added10:50
Mister_Magisteraye thanks10:50
Mister_Magisteryup works10:52
Mister_Magistermal: setting mac address didn't help much10:55
Mister_Magisteri can connect to bt speaker only10:55
Mister_Magisterand /sys/kernel/debug/bluetooth/hci0/static_address still throws zeros10:55
malshow the script you use10:56
malMister_Magister: do you have needed kernel configs enabled?10:58
Mister_Magisteryes10:58
malI remember some options might be disabled by default10:58
malon some kernels10:58
Mister_Magistermal: i just wrote it by hand didnt use script10:58
Mister_Magisteri added the HCI thingy10:58
Mister_Magisterit turns on now and connects to bt speaker but to phone says the passcodes didn't match10:58
maldo you have CONFIG_BT_RFCOMM enabled?10:59
Mister_Magisternope10:59
malbt le devices sometimes have issues with automatic passkey10:59
maltry enabling that11:00
malsome bt features need rfcomm11:00
Mister_Magisteri'm still searching for bt address tho, that debug path surely isn't proper path11:03
Mister_Magisterhmm it paired with g2 but not with x2 but the x2 could be issue not 5z11:15
Mister_Magisterrfcomm didn't help11:15
Mister_Magisterx2 pairs with g2 so something is not right11:26
Mister_Magisterfile transfer works with g211:27
T42<ankaos> lbt: build account?11:27
Mister_Magistermal: any other ideas?11:47
Mister_Magisterit actually could be rfcomm on x2 side11:48
Mister_Magisterg2 don't have BLE i believe but x2 mostlikely11:48
Mister_Magisterhellyea connects with pro1 which mostlikely has ble aswell11:50
Mister_Magisteryeah pro1 has same issue with x211:52
Mister_Magisterbut x2 has rfcomm11:53
T42<ankaos> which g2?11:55
T42<ankaos> lge or moto?11:56
Mister_Magisterhow do i do that?11:58
Mister_Magister@ankaos ofc moto11:59
Mister_Magisterscrew lg11:59
T42<ankaos> lg g2 i would like to help. Moto, I don't understand.12:02
Mister_Magisterafaik there is no single lg port cause last time i tried lg port everyone was wishing me good luck12:02
Mister_Magistercompared to tons of motorola ports12:03
T42<ankaos> lg also help.12:03
lbtanakos should just work - use the username, not email, to login to OBS12:07
Mister_Magisterlbt: since u here, can u create devel and testing asus:5z?12:08
Mister_Magisterdevel is there but testing isn't12:08
T42<ankaos> @lbt [anakos should just work - use the username, no …], okey. thanks :)12:11
Mister_Magisterhey can i test nfc without nfc tag?12:34
T42<edp_17> Guys, do I need to/should I build the geoclue-providers-mlsdb? I have seen this in some repo but don't know the purpose of it.12:43
T42<elros34> Is that cm12 base? You might need to use older libhybris12:49
malno need to build mlsdb, it's in jolla repos12:50
Mister_Magistermal: so i got 5z (almost) fully working!12:51
T42<edp_17> Yes, it is cm12.1.12:51
Mister_Magisterjust waiting for abranson12:51
T42<edp_17> Thanks @elros34.12:51
T42<elros34> @edp_17 https://build.merproject.org/package/view_file/nemo:testing:hw:motorola:moto_msm8960_jbbl/libhybris/_service?expand=112:51
malMister_Magister: what do you need from abranson ?12:51
Mister_Magisterdroid-camres is broken12:51
Mister_Magisterso i don't have camera configs :<12:53
malprobably the issue is in the adaptation side not droid-camres12:59
malwhich android base is that?12:59
atlochowskiMister_Magister:    "hey can i test nfc without nfc tag?"   just use your debit/credit card (mifare cards work with nfc readers)13:29
Mister_Magisteridk if thats possible13:30
Mister_Magistermal: 16.013:30
Mister_Magistermal: but abranson said he has same issue13:30
Mister_Magister<abranson>   Mister_Magister: doesn't look like droid-camres is working with the new buffer pool handling. doesn't work on devel either.13:31
T42<Verevka86> Hello. Tell me how to fix offline charging?13:37
T42<edp_17> @elros34: I don't remember that I used anything else than the master branch when I built libhyris for the S2 (i9100) port. In the link you provided, the _service file has a a426857906dda89370a4b670f23d92a82e6f243b revision in there. Why the master is not right for me?13:52
T42<elros34> because without enabled trace (which is enable in local builds) latest libhybris doesn't work for <= cm12.13:57
T42<edp_17> Oh, I see! Thanks.13:58
T42<edp_17> Without that revision it also succeded. It should fail, shouldn't it?14:00
T42<elros34> it will fail in hwcomposer at boot time14:02
T42<edp_17> I see. Thanks. I have fixed it in my project at OBS.14:04
T42<edp_17> fixed=changed14:04
T42<elros34> you are missing 'Project Config' in obs: https://build.merproject.org/project/prjconf/nemo:testing:hw:motorola:moto_msm8960_jbbl14:04
T42<elros34> you shoudn't need ngfd-plugin-droid-vibrator, use *-native-vibrator from jolla repo14:06
T42<edp_17> Yeah, thanks. Plus I have two build errors and some missing bits and bobs like gst-droid what I have not loaded into github as none of the documents advised that. 😊14:06
Mister_Magistermal: also to confirm hw is fine i got config from fxtec and adjusted it using adam's camera and it's working completely fine14:10
Mister_Magisterwell, can't get 4:3resolutions14:10
T42<elros34> @edp_17 you need build upstream gst-droid, hwcomposer-plugin and so on. Same as you do in your local env so everything can be pulled from obs14:11
T42<edp_17> Should I add all packages (i mean the name and a _service file in there) from the droid-local-repo?14:12
T42<edp_17> Plus I am not sure how to interpret this "Prefer: droid-config-moto_msm8960_jbbl-bluez4". I added "Prefer: droid-config-i9100 bluez4" but not sure it is correct.14:13
T42<elros34> not all, use other repos as a reference. Obviously there is a type there: missing -14:14
T42<elros34> also droid-config-version and later mic will complain if you are missing some packages14:15
malPSA: new HADK pdf (version 3.3.0) with some simplications for build process now available at https://sailfishos.org/hadk changelog: https://pastebin.com/jAvehw0i14:18
T42<edp_17> @elros34 : In the gst-droid in the _service file there is a revision "31355489511e31b324a16086dcbc0885f8faf8e9". Do I need this or master? (Similar to other in libhybris.)14:20
T42<elros34> unless you have a good reason always use master (libhybris is exception)14:41
mallibhybris should use master unless for a good reason14:43
T42<edp_17> What version and rel should I set in jolla-configuration-i9100 (_pattern)?14:58
T42<elros34> read faq, patterns are generated automatically15:01
T42<elros34> you need "patternise" repo15:02
T42<edp_17> Oh, that is when I ask to "patternise" my project.15:02
T42<edp_17> It does make sense now, thanks. There is an unresolvable issue in droid-hal-version-i9100.15:03
TofeHi there16:44
TofeI'm currently working on bringing droidmedia in luneos (so... not completely related to SFOS :p ) and I wondered if I could ask a bit of technical help here about that16:45
Tofeit seems already in relatively good shape on gst-droid side, but I suspect there's something wrong on droidmedia side16:46
TofeFor gst-droid, I end up with "gst_droidcamsrc_dev_start:<droidcamsrc0> Failed to activate buffer pool". There is no obvious error before that that I can see. For droidmedia, well, logcat is always a mess, so it's a bit hard to say what's "normal" and what's critical16:48
TofeThe device here is a Xiaomi A1, which I use with a Halium 7.1 build16:50
TofeAlso, "dump-resolutions" already works16:50
T42<adampigg> Tofe: poke @abranson16:57
T42<ankaos> Tofe: which device?16:58
TofeT42: ah, right, I saw in the logs that he helped bshah about similar issues long ago -- but the pastes are now gone :/16:58
Tofeoops, I meant adampigg16:58
T42<ankaos> ı build a1 Tofe16:58
Tofeankaos: Xiaomi A1 aka "tissot"16:58
T42<ankaos> how fix call?16:58
T42<ankaos> call and camera problem16:59
Tofecall is working16:59
TofeI now try to get camera working16:59
T42<ankaos> my sfos build not work call17:00
Tofewell, I use Mer's ofono, pulseaudio-module-droid, all this you have on sfos of course17:01
TofeI needed to add miniafservice which was missing, but I think you have that too17:02
T42<ankaos> call termination is problematic. Also, there is no sound in the call.17:02
Tofeah, I also sometimes have call termination issues17:03
Tofeno sound ? make sure the right pulseaudio profile is selected (voicecall-voicemmode1 for 1st sim)17:04
TofeI don't know what changes profile on sfos; we had a bug in luneos related to that17:04
T42<elros34> @Tofe the buffer pool sounds like recent changes in gst-droid/droidmedia. Are your sources up-to-date?17:05
T42<ankaos> where ı look?17:05
Tofeelros34: iirc all I'm using is from april 24th17:05
Tofeankaos: "pactl list cards | grep Profile" should show you what is the current active profile17:07
Tofethe default one is fine outside any call; but during call it should switch to the right voicecall profile17:07
Tofeand you can switch it on the fly during a call to test sound, if you want17:08
Tofeelros34: do you think I should try an older version, before the buffer pool rework ?17:10
Tofemaybe it's still WIP17:10
T42<elros34> @ankaos have you tried solution for no voice from HADK (updated today)17:10
T42<ankaos> ı dont see hadk yesterday17:11
T42<ankaos> hadk pdf??17:11
T42<elros34> what else?17:12
T42<elros34> @Tofe there is at least 1 device which has issues with those changes, also droid-camres is broken so maybe it's worth to try17:12
T42<ankaos> @ankaos [hadk pdf??], https://github.com/mer-hybris/hadk-faq17:12
T42<elros34> this is faq17:12
Tofeok, I'll pull an older version from around jan-feb17:13
T42<elros34> mind that latest gst-droid/droidmedia requires also nemo-gst-interfaces and nemo-qtmultimedia-plugins-gstvideotexturebackend17:15
TofeI... don't have the last one. I'll add it. But my current tests don't involve that.17:16
TofeI'm trying to stay at the gstreamer level for the moment; one issue at a time :)17:17
T42<ankaos> @elros34 [this is faq], thanks Elros. tomorrow ı test17:25
Tofeelros34: that was a good idea ! now mk-cam-conf works :)17:45
Tofeand gst-launch seems to behave a bit better, but I don't have a valid sink yet17:46
Tofeor is there a way to use waylandsink ?17:46
abransonTofe: droideglsink. Are you using our qtmultimedia?17:51
Tofeabranson: well yes, but I forgot the nemo plugin, so not sure if it'll work without the egl texture sharing17:53
TofeI'll include it soon, but I get some build errors, maybe related to Qt 5.1517:54
TofeI was naively hoping to get a raw wayland window :p17:54
Mister_Magistermal: is there some special way to get fm radio working on 16.0? i added radio iris but i don't get /dev/radio17:55
T42<elros34> Tofe last time I tried glimagesink worked with gst-droid  but it was just short test and before mentioned changes17:57
Tofeelros34: well, the current status seems good enough for me to try to fixup the qt part17:58
TofeI'll give glimagesink a shot, though17:58
Tofeabranson: sorry, I only now realize I misread your sentence. No, I use upstream qtmultimedia, and now I understand the issue :)18:15
abransonYes, you might need the patches to load the nemo backend18:26
Tofeabranson: you might be referring to https://github.com/ubports/qtmultimedia-opensource-src-packaging/tree/xenial_-_gst-droid/debian/patches/mer for instance ?18:28
T42Ottavio %lastname% was added by: Ottavio %lastname%18:37
malMister_Magister: does the device really use iris radio?18:40
Mister_Magistermal: idk i didn't find other instructions18:40
malMister_Magister: I mean is that the correct driver for the device? does fm radio work in android?18:41
Mister_Magisterit does on stock yes18:41
maldid you modprobe the iris-transport as usual?18:41
mal*radio-iris-transport18:41
Mister_Magisteryes18:42
Mister_Magisterwell insmod18:42
abransonTofe: could be, though there may be more changes now. There's more buffer recycling going on now.18:44
Tofeabranson: well I took gst-droid and droidmedia from february, because I had buffer pool issues with latest version; so it's not an issue if I'm missing the very latest improvement for now18:46
Mister_Magistermal: you think i should use something else?18:47
malMister_Magister: I have no idea what chip the device has18:51
Mister_Magisterhow do i check that though18:51
maldoes dmesg tell anything when you modprobe or insmod?18:51
Mister_Magisternope18:51
malnothing?18:51
Mister_Magisternothing18:52
Mister_Magistermal: honestly nothing18:55
*** redj_ is now known as redj19:21
T42<ankaos> the call is coming and going. however, no sound is heard in the conversations.20:27
T42<ankaos> https://github.com/SailfishOS-sagit/droid-config-sagit/commit/b53f0890b61df02a2891c9d67bbdb49b91290de5 this commit fix my problem?20:27
T42<elros34> this is clearly workaround for bluetooth20:30
T42<ankaos> :(20:30
T42<elros34> miniaf service is running  and it's not crashing? pgrep -af mini20:30
T42<ankaos> no output.20:32
T42<elros34> did you build  and install droidmedia, audioflinger?20:33
T42<ankaos> @elros34 [did you build  and install droidmedia, audiofl …], yes20:35
T42<elros34> so grab logs it must crash then20:35
T42<elros34> remove this from your repo: https://github.com/enesutku07/droid-config-tissot/blob/master/sparse/usr/bin/droid/droid-hal-startup.sh. On device you can replace with this: https://github.com/mer-hybris/droid-hal-configs/blob/e640a8d6bae05cab34a1ef2182528d4875fd8ad6/sparse/usr/bin/droid/droid-hal-startup.sh20:36
T42<elros34> this also: https://github.com/enesutku07/droid-config-tissot/blob/master/sparse/usr/bin/droid/droid-hcismd-up.sh. Use this instead: https://github.com/elros34/droid-config-moto_msm8960_jbbl/blob/master/sparse/usr/bin/droid/droid-hcismd-up.sh20:37
T42<ankaos> @elros34 [remove this from your repo: https://github.com …], delete files20:38
T42<ankaos> @elros34 [this also: https://github.com/enesutku07/droid …], delete files20:39
T42<ankaos> @elros34 [miniaf service is running  and it's not crashi …], music sounds work20:40
T42<ankaos> call good. but not sound :D20:40
T42<ankaos> I'm going crazy. :D20:40
T42<elros34> droidmedia fails or it's not installed, you should have few mini* services20:41
T42<elros34> get rid of gstdroidcamsrc-0/1.conf, it's not needed20:41
T42<ankaos> @elros34 [miniaf service is running  and it's not crashi …], pgrep -af mini* -> 4828 /usr/lib/libexec/tracker-miner-fs20:44
malbtw, audioflingerglue is obsolete and should not be used anymore20:45
malfor reference the replacement for it in pattern templates https://github.com/mer-hybris/droid-hal-configs/pull/184/files20:46
T42<elros34> @ankaos also remove this: https://github.com/enesutku07/android_device_xiaomi_tissot/commit/8e8199a6b29c32b3f2c4225912f83d67a10c2629#diff-010b5f00e9fd0fd514473580a658089dR653. From where  did you get idea to add it?20:47
T42<ankaos> @elros34 [@ankaos also remove this: https://github.com/e …], okey. fixed now20:47
T42<ankaos> build tomorrow20:47
T42<elros34> what about mal suggestions?20:47
mal?20:49
T42<elros34> mal: to get it right. For cm14 audiosystem-passthrough-dummy-af should be installed but  pulseaudio-modules-droid-glue and adioflingerglue no?20:49
malfor 14.1 pulseaudio-modules-droid-hidl should be enough (it pulls in audiosystem-passthrough), the separate dummy af is needed in newer qcom bases sometimes20:50
maland if you use pulseaudio-modules-droid-hidl then of course remove pulseaudio-modules-droid-glue and adioflingerglue20:51
T42<elros34> thx, @ankaos ^20:52
T42<ankaos> https://github.com/enesutku07/droid-config-tissot/blob/master/patterns/jolla-hw-adaptation-tissot.yaml#L34 L35 wrong?20:53
T42<elros34> replace pulseaudio-modules-droid-glue with pulseaudio-modules-droid-hidl20:53
malfor further reference https://github.com/mer-hybris/droid-hal-device/pull/271/files local build now always build pulseaudio-modules-droid-hidl and audiosystem-passthrough20:55
T42<ankaos> @elros34 [droidmedia fails or it's not installed, you sh …], sh-3.2# pgrep -af mini21:44
T42<ankaos> 2841 /usr/libexec/droid-hybris/system/bin/minimediaservice21:44
T42<ankaos> 2842 /usr/libexec/droid-hybris/system/bin/minisfservice21:44
T42<elros34> now it's better, what helped?21:44
T42<ankaos> @elros34 [now it's better, what helped?], ı dont know :(. ı rebuild. and add your says package.21:47
T42<ankaos> and ı build 1 2 package21:47
T42<elros34> ok:)21:47
T42<ankaos> I called my friend for testing. but there is a sound problem. The device reboots when plugged into sim 1. so I plug it into sim 2.21:48
T42<ankaos> thanks. now fix camera21:48
T42<elros34> do you have now pulseaudio-modules-droid-hild?21:51
T42<ankaos> no. ı have pulseaudio-modules-droid-glue21:51
T42<ankaos> mk-cam-conf 0 /etc/gst-droid/gstdroidcamsrc-0.conf -> Failed the start pipeline22:04
T42<elros34> its not needed, don't create this file22:06
T42<ankaos> camera not working :(22:06
T42<elros34> so as usual grab logs22:08
*** zama_ is now known as zama22:39

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