neerad | Please solve this erro | 00:00 |
---|---|---|
neerad | Please solve this error | 00:00 |
saidinesh5 | pastebin your kickstart file too? | 00:02 |
neerad | wait | 00:02 |
neerad | I am running build again | 00:05 |
saidinesh5 | there is already a port for redmi2 right? | 00:07 |
neerad | old port | 00:07 |
neerad | 2.0.4.8 | 00:08 |
neerad | sorry 2.0.2.48 | 00:08 |
saidinesh5 | Ahh | 00:08 |
neerad | I am building for 2.0.5.6 | 00:08 |
saidinesh5 | are you using the same sources from the 2.0.2? | 00:11 |
saidinesh5 | bbiab | 00:11 |
neerad | no | 00:12 |
neerad | I am using Cm-13.0 as base | 00:13 |
neerad | http://pastebin.com/4tGy87LE | 00:14 |
neerad | here is ks file | 00:14 |
saidinesh5 | Ah .. didnt kknow CM13 base is ready.. | 00:18 |
neerad | What about the error ? | 00:19 |
saidinesh5 | looking into mic's code where that is coming from | 00:22 |
neerad | okay | 00:23 |
saidinesh5 | did you process patterns? | 00:32 |
neerad | yeah it was processed and | 00:32 |
neerad | it gives an exception error | 00:33 |
neerad | but it is succeeds | 00:33 |
saidinesh5 | hmm.. basically something seems to be wronng while parsing your repodata | 00:33 |
neerad | http://pastebin.com/eHCET9Yy | 00:34 |
neerad | here is the output for proccess_patterns.sh | 00:34 |
*** olafh <olafh!~olafh@p5DEDF167.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 245 seconds) | 00:35 | |
saidinesh5 | comparing it with mine: https://paste.kde.org/px6wmkkhm | 00:38 |
saidinesh5 | cat: ./patterns.xml: input file is output file | 00:39 |
saidinesh5 | this line looks suspicious | 00:39 |
neerad | yeah | 00:39 |
saidinesh5 | did you update your droid-configs submodule? | 00:43 |
neerad | how to do that | 00:43 |
saidinesh5 | and dhd submodule? | 00:43 |
saidinesh5 | cd hybris/droid-configs/droid-configs-device | 00:44 |
saidinesh5 | git pull | 00:44 |
neerad | okay | 00:44 |
saidinesh5 | same for droid-hal-version-$DEVICE/droid-hal-version | 00:44 |
neerad | already up-to-date | 00:44 |
saidinesh5 | and rpm/dhd | 00:44 |
saidinesh5 | repo --name=adaptation0-wt88047-@RELEASE@ --baseurl=file:///home/neerad/mer/android/droid/droid-local-repo/wt88047 .. this seems to be coming from an older kickstart file.. | 00:45 |
neerad | already up to date | 00:45 |
saidinesh5 | these days it looks like: repo --name=adaptation-community-cancro-2.0.5.6 | 00:46 |
neerad | hmm | 00:46 |
saidinesh5 | where are your sources? | 00:46 |
saidinesh5 | for these repos.. | 00:46 |
neerad | paste your ks file | 00:46 |
saidinesh5 | http://images.devaamo.fi/sfe/cancro/sfe-cancro-2.0.5.6-alpha2/Jolla-2.0.5.6-cancro-armv7hl.ks | 00:46 |
neerad | actually the adaptation package is taken from my local-repo | 00:51 |
saidinesh5 | yes, but i mean the variable name was adaptation0-something-something in older scripts | 00:53 |
neerad | that's becuase the guide is old | 00:53 |
saidinesh5 | you manually changed the variable name from adaptation-community-$DEVICE to adaptation0? | 00:54 |
neerad | yes as given in the guide | 00:54 |
neerad | read chapter 8.3 | 00:54 |
saidinesh5 | the guide suggests a regular expression, which actually fails on the one generated by the newer script | 00:54 |
neerad | so what to do? | 00:55 |
saidinesh5 | something seems off. i mean all your repos are up to date, yet you're getting a kickstart which looks like it was from an older version | 00:55 |
saidinesh5 | where are the sources for your device? the droid-configs repo etc.. | 00:56 |
neerad | hybris-13.0 | 00:56 |
neerad | actually my kickstart is | 00:56 |
neerad | https://store-repository.jolla.com/releases/@RELEASE@/jolla-hw/adaptation-wingtech-wt88047/@ARCH@/ | 00:56 |
neerad | this is the adaption package | 00:57 |
neerad | actual | 00:57 |
neerad | but as you can see in the guide it is modified | 00:57 |
saidinesh5 | no i was just focussing on the --name | 00:57 |
neerad | oh okay | 00:57 |
saidinesh5 | the repo --name=adpatation0-$DEVICE-@RELEASE @ was in the older script | 00:57 |
saidinesh5 | on newer script (after the change needed to make adding the Jolla store easier) it looks like repo --name=adaptation-community-$DEVICE-@RELEASE@ | 00:58 |
neerad | okay | 00:58 |
saidinesh5 | that's why i wanted to see your sources, for your droid-configs and droid hal repos | 00:59 |
neerad | My sources are cm-13.0 as base and hybris-13.0 for this all | 00:59 |
saidinesh5 | no i mean your device specific spec files you created | 01:01 |
neerad | hold on | 01:01 |
saidinesh5 | check if you have : %define community_adaptation 1 | 01:02 |
saidinesh5 | this line | 01:02 |
neerad | okay | 01:02 |
saidinesh5 | in your rpm/droid-config-$DEVICE in spec | 01:03 |
saidinesh5 | https://github.com/mlehtima/droid-config-fp2-sibon/commit/ff4473ed0c4e0a62099a7974aa91edf1f49866ed#diff-4a292004bc673dcafccbce43da410cb3L63 | 01:03 |
saidinesh5 | this commit is needed while upgrading to 2.0.5.6 | 01:03 |
neerad | http://pastebin.com/5ZpMSTxA | 01:03 |
neerad | here are all my spec files | 01:03 |
saidinesh5 | that line is missing | 01:05 |
saidinesh5 | so do add those changes from that commit | 01:06 |
neerad | okay | 01:07 |
neerad | building again | 01:09 |
saidinesh5 | (Y) | 01:09 |
neerad | wait 15 min | 01:10 |
saidinesh5 | heh sure | 01:10 |
neerad | sometimes my repomd.xml fails to grab in mic any soln? | 01:15 |
neerad | done building | 01:17 |
neerad | http://pastebin.com/fGy5NjK1 | 01:23 |
neerad | error | 01:23 |
*** drFaustroll <drFaustroll!~drFaustro@opensuse/member/ealin> has quit IRC (*.net *.split) | 01:27 | |
*** jfred[m] <jfred[m]!jonterracr@gateway/shell/matrix.org/x-udrstrtrzgyetdta> has quit IRC (*.net *.split) | 01:27 | |
*** Ciblia <Ciblia!cibliamatr@gateway/shell/matrix.org/x-lrirkjafvoinpjap> has quit IRC (*.net *.split) | 01:27 | |
*** ranter- <ranter-!~ranter@176-93-87-64.bb.dnainternet.fi> has quit IRC (*.net *.split) | 01:27 | |
saidinesh5 | good | 01:28 |
saidinesh5 | now HADK talks about how to solve this issue | 01:28 |
neerad | how ? | 01:28 |
*** drFaustroll <drFaustroll!~drFaustro@opensuse/member/ealin> has joined #sailfishos-porters | 01:29 | |
*** jfred[m] <jfred[m]!jonterracr@gateway/shell/matrix.org/x-udrstrtrzgyetdta> has joined #sailfishos-porters | 01:29 | |
*** Ciblia <Ciblia!cibliamatr@gateway/shell/matrix.org/x-lrirkjafvoinpjap> has joined #sailfishos-porters | 01:29 | |
*** ranter- <ranter-!~ranter@176-93-87-64.bb.dnainternet.fi> has joined #sailfishos-porters | 01:29 | |
*** Ciblia <Ciblia!cibliamatr@gateway/shell/matrix.org/x-lrirkjafvoinpjap> has quit IRC (Max SendQ exceeded) | 01:29 | |
saidinesh5 | actually .. | 01:29 |
neerad | yes ?? | 01:29 |
saidinesh5 | you didnt delete -- bluez-configs-sailfish , and -- obexd-configs-sailfish | 01:29 |
saidinesh5 | from your patterns? | 01:29 |
saidinesh5 | they are removed for 2.0.5 | 01:30 |
neerad | how to do that | 01:30 |
saidinesh5 | implement these changes to yoru droid-configs: https://github.com/mlehtima/droid-config-fp2-sibon/commit/ff4473ed0c4e0a62099a7974aa91edf1f49866ed#diff-4a292004bc673dcafccbce43da410cb3L63 | 01:30 |
saidinesh5 | patterns/jolla-hw-adaptation....... | 01:31 |
*** Ciblia <Ciblia!cibliamatr@gateway/shell/matrix.org/x-pllphaxhngwkrqhh> has joined #sailfishos-porters | 01:31 | |
saidinesh5 | and looks like you have added: %define community_adaptation 1 already to spec file | 01:31 |
neerad | yeah | 01:31 |
neerad | done that | 01:35 |
neerad | also | 01:35 |
neerad | removed bluez line | 01:35 |
neerad | building again | 01:36 |
saidinesh5 | whut | 01:37 |
saidinesh5 | blue-configs-sailfish and obexd-configs-sailfish are the only 2 you need to remove | 01:37 |
saidinesh5 | bluez is needed for bluetooth | 01:37 |
neerad | My adaptation does not have the mentioned line | 01:38 |
saidinesh5 | oh | 01:38 |
saidinesh5 | odd | 01:38 |
neerad | it had droid-configs-wt88047-bluez | 01:38 |
neerad | do I remove this? | 01:38 |
saidinesh5 | see what's in that file | 01:38 |
*** horuxan <horuxan!~horuxanxx@201.46.189.63> has quit IRC (Remote host closed the connection) | 01:38 | |
neerad | okay wait | 01:38 |
neerad | https://paste.kde.org/pvlehu8sk | 01:39 |
saidinesh5 | what is in this file? droid-config-wt88047-bluez4 | 01:40 |
saidinesh5 | or nevermind | 01:40 |
saidinesh5 | where is that package defined? | 01:41 |
saidinesh5 | see if it requires any packages like bluez-configs-sailfish | 01:42 |
saidinesh5 | some spec file should have the definition for droid-config-wt880047-bluez4 | 01:42 |
saidinesh5 | you can simply grep -rin bluez-configs-sailfish $ANDROID_ROOT/hybris | 01:43 |
neerad | it's in droid-configs.inc | 01:44 |
saidinesh5 | so remove that requirement | 01:44 |
neerad | okay | 01:44 |
saidinesh5 | wait | 01:44 |
neerad | hmmm | 01:45 |
saidinesh5 | you mean it is inside droid-configs-device? | 01:45 |
saidinesh5 | basically make sure no package Requires: bluez-configs-saiflish | 01:45 |
saidinesh5 | bbiba | 01:45 |
neerad | yes | 01:45 |
neerad | so do i remove that or not ? | 01:45 |
*** M4rtinK <M4rtinK!~M4rtinK@ip-78-45-144-165.net.upcbroadband.cz> has quit IRC (Ping timeout: 240 seconds) | 01:53 | |
saidinesh5 | is the line: Obsoletes: bluez-configs-sailfish ? | 01:58 |
saidinesh5 | or Requires: bluez-configs-sailfish | 01:58 |
saidinesh5 | ? | 01:58 |
neerad | yes | 01:58 |
saidinesh5 | which one? | 01:58 |
neerad | both | 01:58 |
saidinesh5 | can't be both. | 01:59 |
neerad | sorry obsolete | 01:59 |
*** cxl000 <cxl000!~cxl000@c27-253-11-51.brodm4.vic.optusnet.com.au> has joined #sailfishos-porters | 01:59 | |
saidinesh5 | obsolete is correct | 01:59 |
neerad | okay so what then? | 01:59 |
saidinesh5 | but some other pattern/package somewhere in your configs is Requiring bluez-configs-sailfish | 01:59 |
saidinesh5 | find that and delete it | 01:59 |
saidinesh5 | also if you didn't clear your droid-local-repo after your 2.0.2 build, do that first | 02:01 |
neerad | okay | 02:01 |
neerad | done | 02:02 |
saidinesh5 | which package was requiring bluez-config-sailfish? | 02:03 |
neerad | there is only line which contains that and that is the obsolete one | 02:04 |
saidinesh5 | hmm | 02:04 |
saidinesh5 | so I think it was your older packages which are requiring that one | 02:04 |
neerad | I think so let's try again | 02:04 |
neerad | sorry you have to wait another 15 min | 02:05 |
saidinesh5 | sure | 02:05 |
neerad | if i type sb2 -R zypper ve it reuiqres a package do i need to install it | 02:06 |
saidinesh5 | which package? | 02:07 |
neerad | sailfish-content-tones-defualt | 02:08 |
neerad | install failed | 02:08 |
saidinesh5 | interestiing | 02:08 |
saidinesh5 | did you update your scratchbox target after 2.0.2 ? | 02:08 |
neerad | error: unpacking of archive failed on file /usr/share/sounds/jolla-ringtones/stereo.index;587ecdc1: cpio: open failed - Permission denied | 02:08 |
saidinesh5 | hmm? | 02:10 |
neerad | done I changed the permission of folder | 02:10 |
saidinesh5 | your scratchbox target needs to be that of 2.0.5.6 too if you are building a 2.0.5.6 release | 02:11 |
neerad | my sb2 is that | 02:11 |
saidinesh5 | hmm | 02:12 |
neerad | rebuilding again for 15 min | 02:13 |
neerad | the same error | 02:37 |
saidinesh5 | find out which package requires bluez-config-sailfish | 02:41 |
neerad | no no it's done | 02:41 |
neerad | i removed the adaptation-community-line with my local-repo and it worked fine | 02:42 |
saidinesh5 | Ah | 02:42 |
*** keithzg <keithzg!~keithzg@184.70.164.246> has joined #sailfishos-porters | 02:55 | |
*** op3port-dev-vm <op3port-dev-vm!~sailors@dslb-088-075-149-005.088.075.pools.vodafone-ip.de> has quit IRC (Write error: Broken pipe) | 02:59 | |
*** mhlavink <mhlavink!quassel@nat/redhat/x-zqybpuxjqddenvwr> has quit IRC (Write error: Broken pipe) | 03:00 | |
*** op3port-dev-vm <op3port-dev-vm!~sailors@88.75.149.5> has joined #sailfishos-porters | 03:00 | |
*** mhlavink <mhlavink!quassel@nat/redhat/x-hrermjsoetjyfwxp> has joined #sailfishos-porters | 03:00 | |
*** neerad <neerad!~neerad@112.133.229.183> has quit IRC (Quit: Leaving) | 03:06 | |
*** zhxt <zhxt!~zhxt@124.202.185.26> has joined #sailfishos-porters | 03:48 | |
*** keithzg <keithzg!~keithzg@184.70.164.246> has quit IRC (Quit: Konversation terminated!) | 04:30 | |
*** keithzg <keithzg!~keithzg@184.70.164.246> has joined #sailfishos-porters | 04:30 | |
*** pseudodev <pseudodev!uid205973@gateway/web/irccloud.com/x-ggqzrgeictzutoxi> has joined #sailfishos-porters | 05:30 | |
*** olafh <olafh!~olafh@p5DEDF13C.dip0.t-ipconnect.de> has joined #sailfishos-porters | 05:46 | |
*** miau_ <miau_!~miau@55d42b95.access.ecotel.net> has joined #sailfishos-porters | 05:49 | |
*** platicus <platicus!~matrixirc@fanzine.igalia.com> has quit IRC (Remote host closed the connection) | 06:03 | |
*** agomez{M} <agomez{M}!~agomeziga@fanzine.igalia.com> has quit IRC (Remote host closed the connection) | 06:03 | |
*** platicus <platicus!~matrixirc@fanzine.igalia.com> has joined #sailfishos-porters | 06:12 | |
*** platicus <platicus!~matrixirc@fanzine.igalia.com> has quit IRC (Remote host closed the connection) | 06:13 | |
*** platicus <platicus!~matrixirc@fanzine.igalia.com> has joined #sailfishos-porters | 06:14 | |
*** platicus <platicus!~matrixirc@fanzine.igalia.com> has quit IRC (Remote host closed the connection) | 06:19 | |
*** miau_ <miau_!~miau@55d42b95.access.ecotel.net> has quit IRC (Ping timeout: 240 seconds) | 06:24 | |
*** ibins` <ibins`!~ibins@55d43f75.access.ecotel.net> has joined #sailfishos-porters | 06:34 | |
*** ibins <ibins!~ibins@55d41840.access.ecotel.net> has quit IRC (Ping timeout: 255 seconds) | 06:34 | |
*** platicus <platicus!~matrixirc@fanzine.igalia.com> has joined #sailfishos-porters | 06:40 | |
*** platicus <platicus!~matrixirc@fanzine.igalia.com> has joined #sailfishos-porters | 06:43 | |
*** agomez{M} <agomez{M}!~agomeziga@fanzine.igalia.com> has joined #sailfishos-porters | 06:45 | |
*** taaem <taaem!~taaem@unaffiliated/taaem> has quit IRC (Ping timeout: 248 seconds) | 06:47 | |
*** drFaustroll <drFaustroll!~drFaustro@opensuse/member/ealin> has quit IRC (Quit: Konversation terminated!) | 06:47 | |
*** agomez{M} <agomez{M}!~agomeziga@fanzine.igalia.com> has quit IRC (Remote host closed the connection) | 06:54 | |
*** platicus <platicus!~matrixirc@fanzine.igalia.com> has quit IRC (Remote host closed the connection) | 06:54 | |
*** SfietKonstantin <SfietKonstantin!~sk@88.190.246.243> has joined #sailfishos-porters | 06:56 | |
*** platicus <platicus!~matrixirc@fanzine.igalia.com> has joined #sailfishos-porters | 06:57 | |
*** agomez{M} <agomez{M}!~agomeziga@fanzine.igalia.com> has joined #sailfishos-porters | 06:59 | |
*** zhxt_ <zhxt_!~zhxt@124.202.185.26> has joined #sailfishos-porters | 07:04 | |
spiiroin_ | wdehoog sledges: that bacon led stuff looks ok. just need a mer bug to close & formatting of the commmit message to match that | 07:13 |
*** horuxan <horuxan!~horuxanxx@201.46.189.63> has joined #sailfishos-porters | 07:15 | |
spiiroin_ | about maintenance burden: having the code for various devices in the master -> makes it possible to attempt architectural changes that should not break stuff -> I'd prefer not to have working code scattered around unmerged | 07:16 |
*** drFaustroll <drFaustroll!~drFaustro@opensuse/member/ealin> has joined #sailfishos-porters | 07:16 | |
*** eduardas_m <eduardas_m!~eduardas_@213.197.143.19> has joined #sailfishos-porters | 07:46 | |
*** toomin <toomin!~HoopyFroo@unaffiliated/toomin> has joined #sailfishos-porters | 07:49 | |
*** SfietKonstantin <SfietKonstantin!~sk@88.190.246.243> has quit IRC (Ping timeout: 264 seconds) | 08:20 | |
*** SfietKonstantin <SfietKonstantin!~sk@88.190.246.243> has joined #sailfishos-porters | 08:24 | |
*** nh1402 <nh1402!~nh1402@host81-133-137-69.in-addr.btopenworld.com> has joined #sailfishos-porters | 08:27 | |
*** Xray2000 <Xray2000!~Rudi@cust-13-10-110-94.dyn.as47377.net> has joined #sailfishos-porters | 08:29 | |
*** SfietKonstantin <SfietKonstantin!~sk@88.190.246.243> has quit IRC (Ping timeout: 276 seconds) | 08:34 | |
*** cvp <cvp!~cvp@pD9E9BE8C.dip0.t-ipconnect.de> has joined #sailfishos-porters | 08:38 | |
*** SfietKonstantin <SfietKonstantin!~sk@88.190.246.243> has joined #sailfishos-porters | 08:43 | |
*** cvp <cvp!~cvp@pD9E9BE8C.dip0.t-ipconnect.de> has quit IRC (Quit: Leaving) | 08:46 | |
*** SfietKonstantin <SfietKonstantin!~sk@88.190.246.243> has quit IRC (Ping timeout: 258 seconds) | 08:49 | |
*** ghosalmartin <ghosalmartin!~ghosalmar@90.216.134.196> has joined #sailfishos-porters | 09:07 | |
*** toomin <toomin!~HoopyFroo@unaffiliated/toomin> has quit IRC (Ping timeout: 240 seconds) | 09:08 | |
*** toomin <toomin!~HoopyFroo@unaffiliated/toomin> has joined #sailfishos-porters | 09:12 | |
*** krnlyng <krnlyng!~liar@178.114.189.224.wireless.dyn.drei.com> has quit IRC (Ping timeout: 260 seconds) | 09:20 | |
*** krnlyng <krnlyng!~liar@77.116.19.38.wireless.dyn.drei.com> has joined #sailfishos-porters | 09:33 | |
*** dlavso <dlavso!~dlavsolin@host113-255-dynamic.50-79-r.retail.telecomitalia.it> has quit IRC (Ping timeout: 240 seconds) | 09:36 | |
*** eekkelund <eekkelund!eetukah@Maemo/community/council/eekkelund> has quit IRC (Ping timeout: 240 seconds) | 09:59 | |
*** eekkelund <eekkelund!eetukah@shell.metropolia.fi> has joined #sailfishos-porters | 09:59 | |
*** dlavso <dlavso!~dlavsolin@82.55.64.123> has joined #sailfishos-porters | 10:03 | |
*** dlavso_ <dlavso_!~dlavsolin@host123-64-dynamic.55-82-r.retail.telecomitalia.it> has joined #sailfishos-porters | 10:03 | |
Nokius | saidinesh5: fastboot is not booting and updating via cli had that symtom | 10:14 |
saidinesh5 | Nokius: did you build all the packages? | 10:15 |
saidinesh5 | i mean all 3: droid-hal, droid-configs, droid-hal-version? | 10:16 |
Nokius | saidinesh5: yes all pkgs from bulid script | 10:20 |
saidinesh5 | Nokius: try modprob any kernel module and see what dmesg has to say about it? | 10:20 |
Nokius | saidinesh5: yeap | 10:22 |
Nokius | I will try | 10:22 |
*** serzhant <serzhant!d45c9114@gateway/web/freenode/ip.212.92.145.20> has joined #sailfishos-porters | 10:32 | |
*** Kabouik <Kabouik!~kabouik@37.163.157.219> has joined #sailfishos-porters | 10:37 | |
*** brodolfo <brodolfo!~Broodle@host36-31-static.15-188-b.business.telecomitalia.it> has joined #sailfishos-porters | 10:40 | |
*** miau_ <miau_!~miau@55d42b95.access.ecotel.net> has joined #sailfishos-porters | 10:41 | |
*** akhil_surabhi <akhil_surabhi!uid207218@gateway/web/irccloud.com/x-mwamdowhivdjdrlt> has joined #sailfishos-porters | 10:59 | |
*** Kabouik <Kabouik!~kabouik@37.163.157.219> has quit IRC (Ping timeout: 264 seconds) | 11:08 | |
*** brodolfo <brodolfo!~Broodle@host36-31-static.15-188-b.business.telecomitalia.it> has quit IRC (Ping timeout: 240 seconds) | 11:12 | |
*** adeen-s <adeen-s!~adeen-s@103.70.120.102> has joined #sailfishos-porters | 11:18 | |
*** brodolfo <brodolfo!~Broodle@host36-31-static.15-188-b.business.telecomitalia.it> has joined #sailfishos-porters | 11:19 | |
*** divis1969 <divis1969!d45c9114@gateway/web/freenode/ip.212.92.145.20> has joined #sailfishos-porters | 11:21 | |
*** adeen-s <adeen-s!~adeen-s@103.70.120.102> has quit IRC (Quit: Lost terminal) | 11:38 | |
*** Mister_Magister <Mister_Magister!~foidbgen@user-94-254-144-112.play-internet.pl> has joined #sailfishos-porters | 11:42 | |
kido | ohay everyone, does anyone have a working 5.1.1 system_core/include/system/audio.h with the necessary QCOM_HARDWARE ifdefs? pulseaudio-module-droid seems to require that on QCOM platforms but I'm struggling to find a working header in AOSP or CM12.1 | 11:45 |
r0kk3rz | kido: whatcha building? | 11:46 |
kido | audio support for my watches :) the problem is that with android wear there is no android tree available anywhere so I have to do build my own frankenstein headers with bits grabbed from here and there | 11:47 |
kido | and the audio.h I've been using so far doesn't include a few defines which should be used on QCOM_HARDWARE and it seems to be the reason behind a sigsegv in pulseaudio | 11:48 |
r0kk3rz | kido: would that be found in the kernel repo? or in android repo? | 11:48 |
kido | so I'd like to see what a working QCOM 5.1.1 audio.h header looks like and I thought some of you would have one | 11:48 |
kido | in android's system_core | 11:49 |
kido | oh, makes me think I still haven't signed up for the FOSDEM community dinner, gotta do it | 11:49 |
*** NeKit <NeKit!~nekit@85-95-187-126.saransk.ru> has quit IRC (Ping timeout: 252 seconds) | 11:51 | |
saidinesh5 | kido: why not disable pulseaudio-module-droid? | 11:51 |
r0kk3rz | kido: no? https://github.com/mer-hybris/android_system_core/blob/hybris-12.1/include/system/audio.h | 11:52 |
kido | I haven't got ALSA to work directly so I want to use the droid abstraction | 11:52 |
kido | r0kk3rz: exactly! :) damn, why didn't I think of mer-hybris earlier | 11:53 |
kido | thanks! | 11:53 |
r0kk3rz | kido: its got an ifdef QCOM_HARDWARE so that might be the one | 11:53 |
kido | yes I'm quite sure this should do the trick | 11:53 |
kido | let's see | 11:53 |
kido | actualy this is the same as the one I grabbed from CM12.1, it doesn't provide audio_hw_device_t (which my previous header provided) so doesn't build either | 11:56 |
r0kk3rz | hmm, i dont think we generally provide a special system_core repo for ports | 11:58 |
r0kk3rz | other than that one of course | 11:58 |
kido | indeed, that's why I'm quite surprised | 11:58 |
kido | anyway, I'll try to do a mix of this one with the one I used before and see what it ends up doing... :) | 11:59 |
kido | thanks for the help | 11:59 |
r0kk3rz | kido: good luck! | 11:59 |
sledges | hey kido, see you @FOSDEM! perhaps jusa_ could know what to do with missing audio_hw_device_t | 12:00 |
kido | indeed, I planned to get in touch with jusa_ once I had more details and once I was sure that those QCOM_HARDWARE bits were absolutely needed | 12:00 |
jusa_ | kido: they shouldn't be absolutely needed | 12:01 |
sledges | kido: that struct is defined in libhardware: http://androidxref.com/5.1.1_r6/search?q=audio_hw_device_t&defs=&refs=&path=&hist=&project=abi&project=art&project=bionic&project=bootable&project=build&project=cts&project=dalvik&project=developers&project=development&project=device&project=docs&project=external&project=frameworks&project=hardware&project=libcore&project=libnativehelper&project=ndk& | 12:01 |
akhil_surabhi | sledges: I'm getting this error, mdss_check_dsi_ctrl_status: unblank not complete, no idea what it means, please help | 12:01 |
sledges | project=packages&project=pdk&project=prebuilts&project=sdk&project=system&project=tools | 12:01 |
*** mhlavink <mhlavink!quassel@nat/redhat/x-hrermjsoetjyfwxp> has quit IRC (Ping timeout: 264 seconds) | 12:02 | |
*** mhlavink <mhlavink!quassel@nat/redhat/x-dpoklwrjhoeqofgo> has joined #sailfishos-porters | 12:03 | |
kido | jusa_: ok so it looks like I explored the wrong way then. I have a QCOM 5.1.1 platform, pulseaudio-modules-droid with an #undef QCOM_HARDWARE which starts, finds /system/etc/audio_policy.conf, loads /system/lib/hw/audio.primary.dory.so, does a bunch of ioctl on /dev/snd/controlC0 and crash with a SIGSEGV | 12:03 |
*** Laxtlo_ <Laxtlo_!~sailfish@dyhyh24fff8v7d108fy3t-4.rev.dnainternet.fi> has joined #sailfishos-porters | 12:03 | |
kido | if it can give you an idea that would be welcome, otherwise I'll get back to debugging, hopefuly this should be in the glibc parts and gdb could be helpful | 12:04 |
*** SfietKonstantin <SfietKonstantin!~sk@37.160.25.167> has joined #sailfishos-porters | 12:05 | |
jusa_ | kido: if you could check with gdb if you get some bt from glibc side.. my first suspect would be crash when opening output/input stream | 12:06 |
sledges | akhil_surabhi: quick searching came up with https://github.com/silklabs/silk/issues/14 | 12:07 |
miau_ | sledges: Hi! I'm still fighting the camera issue. | 12:07 |
kido | jusa_: right, I'll ping you when I'll have more details :) thanks a lot! | 12:08 |
*** Laxtlo_ <Laxtlo_!~sailfish@dyhyh24fff8v7d108fy3t-4.rev.dnainternet.fi> has quit IRC (Read error: Connection reset by peer) | 12:09 | |
*** Laxtlo <Laxtlo!~sailfish@87-95-91-54.bb.dnainternet.fi> has joined #sailfishos-porters | 12:09 | |
miau_ | sledges: This is in file_contexts: /dev/video[0-9]*u:object_r:video_device:s0 Could this be the cause for the permissions problem? | 12:10 |
sledges | miau_: so you couldn't get into permissive mode? | 12:10 |
miau_ | sledges: SELinux kernel didn't even boot. | 12:10 |
akhil_surabhi | sledges: I think, I've a different issue, surfaceflinger won't start | 12:10 |
sledges | miau_: did it reboot to recovery? | 12:10 |
akhil_surabhi | sledges: dmesg shows that when I try to run it | 12:10 |
sledges | akhil_surabhi: that error is from wlan | 12:10 |
*** SfietKonstantin <SfietKonstantin!~sk@37.160.25.167> has quit IRC (Ping timeout: 255 seconds) | 12:11 | |
sledges | akhil_surabhi: i'm wrong, it's from graphics side | 12:11 |
miau_ | sledges: No, it crashed, had to power off the phone. | 12:11 |
sledges | https://android.googlesource.com/kernel/msm/+/android-msm-bullhead-3.10-marshmallow-dr/drivers/video/msm/mdss/dsi_status_6g.c | 12:11 |
sledges | akhil_surabhi: are you trying to run /system/bin/surfaceflinger? how about bootanimation for a 2nd opinion | 12:12 |
akhil_surabhi | sledges: dmesg says starting bootanim, but nothing happens | 12:13 |
sledges | miau_: how did it crash? could you `touch /init_enter_debug` and try again? | 12:13 |
akhil_surabhi | sledges: I'm trying to run it from system/bin | 12:14 |
sledges | akhil_surabhi: does your logcat work? is droid-hal-init among running processes? | 12:14 |
miau_ | sledges: Ok. i have to rebuild the kernel first. | 12:14 |
akhil_surabhi | Yes, one min, I'll give you pastebin | 12:14 |
*** NeoChapay <NeoChapay!~s.chuplig@host-207-138.dialup.telecet.ru> has quit IRC (Quit: Konversation terminated!) | 12:15 | |
akhil_surabhi | sledges: http://pastebin.com/TRr7AedB | 12:15 |
sledges | miau_: what did you change in defconfig? | 12:16 |
sledges | that you need a rebuild | 12:16 |
sledges | akhil_surabhi: `df -h` | 12:17 |
*** Kabouik <Kabouik!~kabouik@37.168.84.149> has joined #sailfishos-porters | 12:18 | |
*** NeoChapay <NeoChapay!~s.chuplig@host-207-138.dialup.telecet.ru> has joined #sailfishos-porters | 12:18 | |
miau_ | sledges: CONFIG_AUDIT=y CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE=1 CONFIG_SECURITY_SELINUX=y CONFIG_SECURITY_SELINUX_BOOTPARAM=y CONFIG_SECURITY_SELINUX_DEVELOP=y and added androidboot.selinux=permissive to BoardConfig.mk | 12:19 |
sledges | miau_: your kernel should've already had SELINUX bits originally | 12:20 |
miau_ | sledges: No, there's nothing in it. | 12:20 |
sledges | miau_: have you checked original kernel's .config (or /proc/config.gz), not defconfig | 12:21 |
sledges | ? | 12:21 |
sledges | as it takes default values, or get pulled in as dependencies of other flags | 12:21 |
miau_ | miau: cm13 original defconfig has CONFIG_SELINUX in it. | 12:23 |
akhil_surabhi | sledges: I'm afk, will report back soon, thanks | 12:23 |
miau_ | sledges: Maybe it got removed, because i set CONFIG_AUDIT=n and audit is a dependency of config_selinux. | 12:24 |
*** eekkelund <eekkelund!eetukah@shell.metropolia.fi> has quit IRC (Changing host) | 12:32 | |
*** eekkelund <eekkelund!eetukah@Maemo/community/council/eekkelund> has joined #sailfishos-porters | 12:32 | |
sledges | miau_: so just adding CONFIG_AUDIT=y should be enough | 12:39 |
miau_ | sledges: I'm compiling right now. | 12:39 |
*** zhxt__ <zhxt__!~zhxt@1.180.212.170> has joined #sailfishos-porters | 12:55 | |
*** itbaron <itbaron!~kvirc@193.105.134.51> has joined #sailfishos-porters | 12:58 | |
nh1402 | miau_: yo yo yo | 12:58 |
miau_ | nh1402: Hi! | 12:58 |
*** zhxt__ <zhxt__!~zhxt@1.180.212.170> has quit IRC (Remote host closed the connection) | 13:00 | |
*** zhxt__ <zhxt__!~zhxt@1.180.212.170> has joined #sailfishos-porters | 13:01 | |
nh1402 | miau_: how's it going? | 13:06 |
miau_ | nh1402: Not good t the moment, something terrible happened, i'm totally locked ot of my phone :-D | 13:07 |
nh1402 | miau_: been there! | 13:09 |
miau_ | nh1402: I can't login to any of my SFOS installations...weird. | 13:11 |
nh1402 | miau_: the code not working? | 13:12 |
miau_ | nh1402: Nope. | 13:12 |
*** toomin <toomin!~HoopyFroo@unaffiliated/toomin> has quit IRC (Remote host closed the connection) | 13:13 | |
*** toomin <toomin!~HoopyFroo@unaffiliated/toomin> has joined #sailfishos-porters | 13:13 | |
miau_ | nh1402: And now it's working again :-D | 13:13 |
nh1402 | weird | 13:19 |
miau_ | nh1402: Since i had enough of camera trouble yesterday, i flashed sfdroid to my cm13 port and guess what, it didn't boot anymore. | 13:20 |
miau_ | nh1402: Could i get you logs or something? | 13:20 |
nh1402 | miau_: if I read the message in time I could have told you that. | 13:21 |
miau_ | nh1402: No problem, it was just a test install. | 13:21 |
*** mhlavink <mhlavink!quassel@nat/redhat/x-dpoklwrjhoeqofgo> has quit IRC (Ping timeout: 240 seconds) | 13:22 | |
*** toomin <toomin!~HoopyFroo@unaffiliated/toomin> has quit IRC (Remote host closed the connection) | 13:25 | |
nh1402 | miau_: a couple of things about sfdroid on cm13 base, it's not been done before on Android 6, and 2. Lollipop and Marshmallow are quite different, which is why getting it to work as a base took time. So the sfdroid related modifications will need to be adjusted for CM13. Also sfdroid related talk should be done on the #sfdroid channel. | 13:25 |
*** toomin <toomin!~HoopyFroo@106.51.69.45> has joined #sailfishos-porters | 13:25 | |
*** toomin <toomin!~HoopyFroo@106.51.69.45> has quit IRC (Changing host) | 13:25 | |
*** toomin <toomin!~HoopyFroo@unaffiliated/toomin> has joined #sailfishos-porters | 13:25 | |
miau_ | nh1402: No problem, i'll come back to you once i get this stupid camera working. | 13:26 |
*** mhlavink <mhlavink!quassel@nat/redhat/x-fweiezxpsmjefsxh> has joined #sailfishos-porters | 13:27 | |
*** zhxt__ <zhxt__!~zhxt@1.180.212.170> has quit IRC (Remote host closed the connection) | 13:29 | |
*** zhxt__ <zhxt__!~zhxt@1.180.212.170> has joined #sailfishos-porters | 13:29 | |
*** toomin <toomin!~HoopyFroo@unaffiliated/toomin> has quit IRC (Read error: Connection reset by peer) | 13:32 | |
miau_ | sledges: Kernel just reboots. Do i need to build a new SFOS image? I just grabbed the zImage-dtb and build an update.zip and flashed it. | 13:32 |
*** toomin <toomin!~HoopyFroo@unaffiliated/toomin> has joined #sailfishos-porters | 13:34 | |
*** Laxtlo <Laxtlo!~sailfish@87-95-91-54.bb.dnainternet.fi> has quit IRC (Ping timeout: 255 seconds) | 13:34 | |
*** wdehoog <wdehoog!b2fa9245@gateway/web/freenode/ip.178.250.146.69> has joined #sailfishos-porters | 13:38 | |
wdehoog | sledges: are you here? | 13:39 |
*** Nokius_ <Nokius_!~Nokius@p5DDB4AD6.dip0.t-ipconnect.de> has joined #sailfishos-porters | 13:39 | |
wdehoog | sledges: I am getting insane . I thought I created a pull-request and now I see nothing on github. I swear I saw it yesterday | 13:39 |
wdehoog | question for porters: sound works and the phone can call but I do not hear the the other side (and the other side does not hear me). any ideas? | 13:41 |
miau_ | wdehoog: Broken mic and earpiece ;-) | 13:42 |
wdehoog | not on all phones at the same time ;) | 13:42 |
*** Nokius <Nokius!~Nokius@p5DDB4C90.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 240 seconds) | 13:43 | |
miau_ | wdehoog: Do you use audioflingerglue? | 13:43 |
*** Nokius_ is now known as Nokius | 13:43 | |
wdehoog | maybe. I do not know what it is. | 13:43 |
wdehoog | I see audiod and miniafservice | 13:45 |
wdehoog | I noticed a file called mixer_paths.xml in /system/etc not linked to /etc is it supposed to be? | 13:46 |
miau_ | wdehoog: https://public.etherpad-mozilla.org/p/faq-hadk read: Phone calls fail but SMS and mobile data work: | 13:46 |
wdehoog | miau_: the phone call itself succeeds there is a connection. there is no sound. | 13:47 |
miau_ | wdehoog: As described in the first point. | 13:48 |
miau_ | wdehoog: No audio in calls or not working at all | 13:48 |
nh1402 | miau_: have you tried listening better? | 13:49 |
ghosalmartin | nh1402, why didnt I think of that :P | 13:49 |
*** Kabouik <Kabouik!~kabouik@37.168.84.149> has quit IRC (Remote host closed the connection) | 13:49 | |
wdehoog | miau_: I see. thanks. the audioflinger code seems present in external, how can I check that it is being used? | 13:50 |
*** Kabouik <Kabouik!~kabouik@37.168.84.149> has joined #sailfishos-porters | 13:50 | |
miau_ | nh1402: ? | 13:50 |
*** NeKit <NeKit!~nekit@87-119-231-119.saransk.ru> has joined #sailfishos-porters | 13:53 | |
wdehoog | miau_: so if I understand correctly I have to manually create the pulseaudio-modules-droid-glue package? | 13:54 |
wdehoog | something to do tonight then. where can I find what it actually does? | 13:54 |
*** louisdk <louisdk!~louisdk@static-5-103-130-65.seas-nve.net> has joined #sailfishos-porters | 13:54 | |
*** Kabouik <Kabouik!~kabouik@37.168.84.149> has quit IRC (Ping timeout: 240 seconds) | 13:55 | |
miau_ | wdehoog: Is it in your pattern? Is the rpm installed on the phone? | 13:55 |
*** phdeswer_ <phdeswer_!~phdeswer@91-159-55-220.elisa-laajakaista.fi> has joined #sailfishos-porters | 13:56 | |
wdehoog | miau_: audioflingerglue-0.0.1-1.armv7hl is installed and pulseaudio-modules-droid-glue-6.0.1-10.2.3.jolla.armv7hl as well | 13:57 |
wdehoog | miau_: it is mentioned in jolla-hw-adaptation-bacon.yaml so | 13:59 |
miau_ | wdehoog: then i've got no clue. | 14:00 |
*** RavenII <RavenII!~ravenii@198.17.111.194> has joined #sailfishos-porters | 14:00 | |
*** akhil_surabhi_ <akhil_surabhi_!7362f025@gateway/web/freenode/ip.115.98.240.37> has joined #sailfishos-porters | 14:01 | |
*** mhlavink <mhlavink!quassel@nat/redhat/x-fweiezxpsmjefsxh> has quit IRC (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.) | 14:02 | |
akhil_surabhi_ | sledges: http://pastebin.com/qCUmHbb0 | 14:03 |
akhil_surabhi_ | sledges: i've run that df -h command | 14:04 |
akhil_surabhi_ | sledges: sorry for late response... | 14:04 |
*** mhlavink <mhlavink!quassel@nat/redhat/x-pacvwillbbmgpuhp> has joined #sailfishos-porters | 14:06 | |
*** miau_ <miau_!~miau@55d42b95.access.ecotel.net> has quit IRC (Ping timeout: 255 seconds) | 14:11 | |
*** serzhant <serzhant!d45c9114@gateway/web/freenode/ip.212.92.145.20> has quit IRC (Ping timeout: 260 seconds) | 14:21 | |
*** akhil_surabhi_ <akhil_surabhi_!7362f025@gateway/web/freenode/ip.115.98.240.37> has quit IRC () | 14:29 | |
*** zhxt__ <zhxt__!~zhxt@1.180.212.170> has quit IRC (Quit: Konversation terminated!) | 14:32 | |
*** akhil_surabhi_ <akhil_surabhi_!~quassel@115.98.240.37> has joined #sailfishos-porters | 14:33 | |
*** akhil_surabhi_ <akhil_surabhi_!~quassel@115.98.240.37> has left #sailfishos-porters | 14:34 | |
*** Mister_Magister_ <Mister_Magister_!~foidbgen@user-94-254-144-112.play-internet.pl> has joined #sailfishos-porters | 14:37 | |
*** Mister_Magister <Mister_Magister!~foidbgen@user-94-254-144-112.play-internet.pl> has quit IRC (Ping timeout: 252 seconds) | 14:39 | |
*** akhil_surabhi_ <akhil_surabhi_!7362f025@gateway/web/freenode/ip.115.98.240.37> has joined #sailfishos-porters | 14:42 | |
*** Mister_Magister_ <Mister_Magister_!~foidbgen@user-94-254-144-112.play-internet.pl> has quit IRC (Ping timeout: 258 seconds) | 14:45 | |
*** mhlavink <mhlavink!quassel@nat/redhat/x-pacvwillbbmgpuhp> has quit IRC (Remote host closed the connection) | 15:01 | |
*** merbot` <merbot`!~supybot@phost1.merproject.org> has joined #sailfishos-porters | 15:17 | |
*** mhlavink <mhlavink!quassel@nat/redhat/session> has joined #sailfishos-porters | 15:17 | |
*** filippz <filippz!filippz@gateway/shell/panicbnc/x-kvpcqilujekditsm> has quit IRC (Excess Flood) | 15:17 | |
*** merbot <merbot!~supybot@phost1.merproject.org> has quit IRC (Write error: Broken pipe) | 15:17 | |
*** keithzg <keithzg!~keithzg@184.70.164.246> has quit IRC (Write error: Broken pipe) | 15:17 | |
*** mhlavink <mhlavink!quassel@nat/redhat/session> has quit IRC (Changing host) | 15:17 | |
*** mhlavink <mhlavink!quassel@nat/redhat/x-ewhevfbwdbpopdvs> has joined #sailfishos-porters | 15:17 | |
*** mal <mal!~mal@dsl-hkibrasgw1-58c392-192.dhcp.inet.fi> has quit IRC (Write error: Broken pipe) | 15:18 | |
*** entil <entil!~mjt@static.73.71.47.78.clients.your-server.de> has quit IRC (Write error: Broken pipe) | 15:18 | |
*** op3port-dev-vm <op3port-dev-vm!~sailors@88.75.149.5> has quit IRC (Write error: Broken pipe) | 15:18 | |
*** Xxaxx <Xxaxx!~combat@you-ra.info> has joined #sailfishos-porters | 15:18 | |
*** stephg_ <stephg_!~stephg@93.89.81.153> has joined #sailfishos-porters | 15:18 | |
*** mal <mal!~mal@dsl-hkibrasgw1-58c392-192.dhcp.inet.fi> has joined #sailfishos-porters | 15:18 | |
*** ZeDestructor <ZeDestructor!~ZD@unaffiliated/zedestructor> has quit IRC (Excess Flood) | 15:18 | |
*** entil <entil!~mjt@static.73.71.47.78.clients.your-server.de> has joined #sailfishos-porters | 15:18 | |
*** espes_ <espes_!~espes@205.185.120.132> has joined #sailfishos-porters | 15:19 | |
*** krnlyng <krnlyng!~liar@77.116.19.38.wireless.dyn.drei.com> has quit IRC (*.net *.split) | 15:19 | |
*** theblazehen <theblazehen!~quassel@196-210-59-141.dynamic.isadsl.co.za> has quit IRC (*.net *.split) | 15:19 | |
*** abranson <abranson!~abranson@greenback.default.abranson.uk0.bigv.io> has quit IRC (*.net *.split) | 15:19 | |
*** stephg <stephg!~stephg@93.89.81.153> has quit IRC (*.net *.split) | 15:19 | |
*** Dazzozo <Dazzozo!~daz@sauria.dazzozo.com> has quit IRC (*.net *.split) | 15:19 | |
*** espes <espes!~espes@205.185.120.132> has quit IRC (*.net *.split) | 15:19 | |
*** mariogrip <mariogrip!sid69323@ubuntu/member/mariogrip> has quit IRC (*.net *.split) | 15:19 | |
*** Xxaxx_ <Xxaxx_!~combat@you-ra.info> has quit IRC (*.net *.split) | 15:19 | |
*** Zotan <Zotan!~quassel@2a00:1098:0:86:1000:20:0:1> has quit IRC (*.net *.split) | 15:19 | |
*** situ <situ!~situ@chordata.ucc.gu.uwa.edu.au> has quit IRC (*.net *.split) | 15:19 | |
*** Zotan <Zotan!~quassel@2a00:1098:0:86:1000:20:0:1> has joined #sailfishos-porters | 15:19 | |
*** Dazzozo <Dazzozo!~daz@sauria.dazzozo.com> has joined #sailfishos-porters | 15:19 | |
*** theblazehen <theblazehen!~quassel@196-210-59-141.dynamic.isadsl.co.za> has joined #sailfishos-porters | 15:20 | |
*** keithzg <keithzg!~keithzg@184.70.164.246> has joined #sailfishos-porters | 15:20 | |
*** ZeDestructor <ZeDestructor!~ZD@unaffiliated/zedestructor> has joined #sailfishos-porters | 15:20 | |
*** Mister_Magister_ <Mister_Magister_!~foidbgen@user-94-254-147-162.play-internet.pl> has joined #sailfishos-porters | 15:21 | |
*** filippz <filippz!filippz@gateway/shell/panicbnc/x-acnrhebpqnytwoal> has joined #sailfishos-porters | 15:22 | |
*** phdeswer_ <phdeswer_!~phdeswer@91-159-55-220.elisa-laajakaista.fi> has quit IRC (Ping timeout: 264 seconds) | 15:22 | |
*** situ <situ!~situ@chordata.ucc.gu.uwa.edu.au> has joined #sailfishos-porters | 15:22 | |
*** abranson <abranson!~abranson@2001:41c8:51:b1::177> has joined #sailfishos-porters | 15:22 | |
*** krnlyng <krnlyng!~liar@77.116.19.38.wireless.dyn.drei.com> has joined #sailfishos-porters | 15:22 | |
*** toomin <toomin!~HoopyFroo@unaffiliated/toomin> has quit IRC (Ping timeout: 256 seconds) | 15:22 | |
*** mhlavink <mhlavink!quassel@nat/redhat/x-ewhevfbwdbpopdvs> has quit IRC (Ping timeout: 240 seconds) | 15:23 | |
*** mhlavink <mhlavink!quassel@nat/redhat/x-nwjuptfemnycwido> has joined #sailfishos-porters | 15:24 | |
*** mariogrip <mariogrip!sid69323@ubuntu/member/mariogrip> has joined #sailfishos-porters | 15:25 | |
*** cvp <cvp!~cvp@pD9E9BE8C.dip0.t-ipconnect.de> has joined #sailfishos-porters | 15:34 | |
*** srohmen <srohmen!~srohmen@x4db6b762.dyn.telefonica.de> has joined #sailfishos-porters | 15:37 | |
*** wdehoog <wdehoog!b2fa9245@gateway/web/freenode/ip.178.250.146.69> has quit IRC (Quit: Page closed) | 15:39 | |
*** akhil_surabhi_ <akhil_surabhi_!7362f025@gateway/web/freenode/ip.115.98.240.37> has quit IRC () | 15:43 | |
*** lbt <lbt!~david@78-32-229-233.static.enta.net> has joined #sailfishos-porters | 16:02 | |
*** lbt <lbt!~david@78-32-229-233.static.enta.net> has quit IRC (Changing host) | 16:02 | |
*** lbt <lbt!~david@Maemo/community/contributor/lbt> has joined #sailfishos-porters | 16:02 | |
*** spiiroin_ is now known as spiiroin | 16:02 | |
*** nh1402 <nh1402!~nh1402@host81-133-137-69.in-addr.btopenworld.com> has quit IRC (Quit: Leaving) | 16:10 | |
*** chris01 <chris01!~chris01@79-76-198-76.dynamic.dsl.as9105.com> has joined #sailfishos-porters | 16:22 | |
*** chris01 <chris01!~chris01@79-76-198-76.dynamic.dsl.as9105.com> has quit IRC (Remote host closed the connection) | 16:32 | |
*** Kabouik <Kabouik!~kabouik@37.168.84.149> has joined #sailfishos-porters | 16:37 | |
*** eduardas_m <eduardas_m!~eduardas_@213.197.143.19> has quit IRC (Quit: Leaving) | 16:38 | |
*** nh1402 <nh1402!~nh1402@95.148.89.31> has joined #sailfishos-porters | 16:54 | |
sledges | miau_: i hope you read channel logs. just rebuild hybris-boot and boot it; to stop in early init (before chrooting to the real rootfs of systemd) `touch /init_enter_debug`; if that fails, `touch /init_enter_debug2` to stop after chroot, but before spawning systemd; this is when you can check dmesg, and `strace /sbin/droid-hal-init` which most of times is cause of reboot when selinux is enabled | 17:15 |
sledges | wdehoog: i hope you read channel logs; your PR is there: https://github.com/nemomobile/mce-plugin-libhybris/pull/21 and you need to create bug in bugs.merproject.org, and reference it in commit message; I'll do that for you if it's too much for starters | 17:16 |
sledges | akhil_surabhi: looks ok, so I've no idea why writing to /dev/<anything> spits No space left on device; needs more digging | 17:17 |
*** cvp_ <cvp_!~cvp@pD9E9B86A.dip0.t-ipconnect.de> has joined #sailfishos-porters | 17:20 | |
mal | ghosalmartin: ping | 17:23 |
*** cvp <cvp!~cvp@pD9E9BE8C.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 252 seconds) | 17:23 | |
ghosalmartin | mal: pong | 17:24 |
mal | we noticed an issue with aarch64 detection in dhd | 17:24 |
akhil_surabhi | sledges: so, what else can I do? | 17:25 |
mal | ghosalmartin: some device repos support aarch64 but actually are force built as 32-bit, https://github.com/CyanogenMod/android_device_wingtech_wt88047/blob/cm-13.0/BoardConfig.mk#L16 | 17:26 |
ghosalmartin | mal: yeah I saw that a while back, i tried building 32bit android for bullhead, didnt work out too well | 17:26 |
sledges | mal: dhd doesn't have autodetection (it's impractical to implement such), it merely suggests that there are some arm64 targets, and asks to define a macro, if device android adaptation is indeed aarch64 | 17:27 |
mal | sledges: https://github.com/mer-hybris/droid-hal-device/blob/master/droid-hal-device.inc#L245 | 17:28 |
mal | sledges: dhd fails to build in case 64 is available but not built | 17:28 |
mal | not sure what would happen if droid_target_aarch64 is defined in 32-bit build | 17:29 |
sledges | mal: then simply don't define that macro | 17:29 |
sledges | it's up to porter to define it | 17:29 |
mal | sledges: I said the build stops there if the flag is not set | 17:30 |
sledges | mal: understood | 17:30 |
mal | even if the build actually is 32-bit but there is a 64-bit option | 17:30 |
sledges | one more macro needed for such cases: droid_target_arm | 17:31 |
sledges | never thought such trees would exist.. | 17:31 |
mal | neither did I, I didn't even completely figure out how that grep even matches on that devie | 17:31 |
ghosalmartin | sledges, mal, does libhybris depend on the hwcomposer working? | 17:32 |
mal | ghosalmartin: no | 17:32 |
ghosalmartin | mal: hmm okay | 17:32 |
mal | for example gps, audio etc should work fine | 17:32 |
ghosalmartin | mal, I mean for UI sorry | 17:32 |
*** elros34 <elros34!531fc43e@gateway/web/freenode/ip.83.31.196.62> has joined #sailfishos-porters | 17:32 | |
mal | ghosalmartin: UI needs hwcomposer, or fbdev | 17:33 |
ghosalmartin | mal, whats fbdev? | 17:33 |
ghosalmartin | just framebuffer? | 17:33 |
mal | yes | 17:33 |
ghosalmartin | would performance be bad? | 17:33 |
mal | yes | 17:33 |
mal | ghosalmartin: do you still have some graphics issues? | 17:34 |
*** Kabouik <Kabouik!~kabouik@37.168.84.149> has quit IRC (Ping timeout: 252 seconds) | 17:34 | |
ghosalmartin | mal, no for the P9, I think the hwcomposer is broken, so having to explore other options, or atleast its broken on the port | 17:34 |
ghosalmartin | android port | 17:35 |
mal | ghosalmartin: hwcomposer doesn't work in android? | 17:35 |
ghosalmartin | mal, dont think so | 17:35 |
mal | that's bad | 17:35 |
ghosalmartin | mal: I think there was one working port, but the camera breaks | 17:36 |
mal | ghosalmartin: I would suggest removing that check in dhd or at least making it so that build can continue | 17:36 |
ghosalmartin | mal: which check? | 17:36 |
mal | ghosalmartin: https://github.com/mer-hybris/droid-hal-device/blob/master/droid-hal-device.inc#L246 | 17:38 |
elros34 | mal: thanks https://github.com/elros34/pulseaudio-modules-droid/blob/master/src/common/droid-util.c#L1942 fixed audio recording on photon | 17:38 |
mal | elros34: good | 17:38 |
mal | I saw the PR to upstream | 17:39 |
ghosalmartin | mal, oh didnt realise that was added in | 17:39 |
elros34 | mal: do you have any fix for jolla-browser crash after playback video | 17:39 |
mal | elros34: you mean when you start playing video? | 17:40 |
elros34 | after playing | 17:40 |
elros34 | when I change to other tab or to other video | 17:40 |
mal | never heard of such | 17:40 |
mal | but try this https://github.com/mlehtima/droid-config-fp2-sibon/blob/master/sparse/etc/gst-droid/gstdroidcodec.conf but that usually fixes if the browser crashes when starting to play | 17:41 |
mal | so might be a different issue | 17:41 |
elros34 | I will try | 17:41 |
sledges | akhil_surabhi: `ls -l /dev/` | 17:42 |
akhil_surabhi | sledges: I'm currently away from my PC, will give that as soon as possible | 17:46 |
elros34 | Is it possible to have jolla-xt9 on ported device or its illegal? I guess I need it for word prediction in tIDE | 17:46 |
mal | elros34: no, check chapter 8.2 | 17:49 |
sledges | akhil_surabhi: no rush, it's the IRC-way ;) | 17:50 |
elros34 | mal: I mean install it later | 17:51 |
elros34 | mal: gstdroidcodec.conf doesn't help | 17:52 |
elros34 | logcat http://pastebin.com/ttfZQu4V | 17:52 |
*** brodolfo <brodolfo!~Broodle@host36-31-static.15-188-b.business.telecomitalia.it> has quit IRC (Ping timeout: 256 seconds) | 17:56 | |
NeKit | ghosalmartin, is surfaceflinger working? | 17:58 |
NeKit | (Android UI) | 17:58 |
ghosalmartin | NeKit, yeah it works | 17:58 |
ghosalmartin | but very laggy | 17:58 |
*** ghosalmartin <ghosalmartin!~ghosalmar@90.216.134.196> has quit IRC (Remote host closed the connection) | 17:59 | |
NeKit | you can try to proceed with https://github.com/NotKit/qt5-qpa-surfaceflinger-plugin | 17:59 |
NeKit | but need some libhybris changes | 17:59 |
*** ThomasBrix <ThomasBrix!~brix@80.71.142.15> has joined #sailfishos-porters | 18:04 | |
*** drFaustroll <drFaustroll!~drFaustro@opensuse/member/ealin> has quit IRC (Quit: Konversation terminated!) | 18:11 | |
ThomasBrix | I had to do these changes to get Hybris working on the Nubia Z11: | 18:13 |
ThomasBrix | https://github.com/ThomasBrixLarsen/android_bionic/commit/3dcf7e3b3bb2e8331b64bf2141b7fb58ea6f2494 | 18:13 |
ThomasBrix | https://github.com/ThomasBrixLarsen/android_frameworks_native/commit/268c6c21084df7a07381860b638f6707f2aef988 | 18:13 |
*** ibins` is now known as ibins | 18:22 | |
NeKit | why did you disable USE_SLOW_BINDING though? | 18:24 |
ThomasBrix | I just reverted the entire commit that was troublesome. | 18:26 |
*** cvp_ <cvp_!~cvp@pD9E9B86A.dip0.t-ipconnect.de> has quit IRC (Remote host closed the connection) | 18:34 | |
*** miau_ <miau_!~miau@55d40305.access.ecotel.net> has joined #sailfishos-porters | 18:51 | |
*** RavenII <RavenII!~ravenii@198.17.111.194> has quit IRC (Remote host closed the connection) | 18:51 | |
*** drFaustroll <drFaustroll!~drFaustro@vpn-3-196.rl.ac.uk> has joined #sailfishos-porters | 18:59 | |
*** drFaustroll <drFaustroll!~drFaustro@vpn-3-196.rl.ac.uk> has quit IRC (Changing host) | 18:59 | |
*** drFaustroll <drFaustroll!~drFaustro@opensuse/member/ealin> has joined #sailfishos-porters | 18:59 | |
*** elros34 <elros34!531fc43e@gateway/web/freenode/ip.83.31.196.62> has quit IRC (Quit: Page closed) | 18:59 | |
*** ghosalmartin <ghosalmartin!~ghosalmar@79-76-198-76.dynamic.dsl.as9105.com> has joined #sailfishos-porters | 19:11 | |
minimec | miau_: Hi. There was a message for you in the #channel... 18:15 sledges : miau_: i hope you read channel logs. just rebuild hybris-boot and boot it; to stop in early init (before chrooting to the real rootfs of systemd) `touch /init_enter_debug`; if that fails, `touch /init_enter_debug2` to stop after chroot, but before spawning systemd; this is when you can check dmesg, and `strace | 19:19 |
minimec | /sbin/droid-hal-init` which most of times is cause of reboot when selinux is enabled | 19:19 |
*** wdehoog <wdehoog!a39ed8fe@gateway/web/freenode/ip.163.158.216.254> has joined #sailfishos-porters | 19:19 | |
miau_ | minimec: Thanks, read it already. SELinux kernel is booting, but SELinux is still disabled. | 19:20 |
wdehoog | sledges: I do read the logs. Changed the comment. Hope it is alright like this. | 19:20 |
wdehoog | sledges: spiiroin: I also have a change in statefs-providers but it is a patch file on obs https://api.merproject.org/package/show/home:wdehoog/statefs-providers | 19:22 |
wdehoog | how should this be handled? | 19:22 |
*** eyome <eyome!~eyome@vit94-6-88-160-180-232.fbx.proxad.net> has joined #sailfishos-porters | 19:24 | |
*** cvp <cvp!~cvp@pD9E9B86A.dip0.t-ipconnect.de> has joined #sailfishos-porters | 19:44 | |
*** miau_ <miau_!~miau@55d40305.access.ecotel.net> has quit IRC (Ping timeout: 240 seconds) | 19:46 | |
ghosalmartin | mal:how come we disable CONFIG_AUDIT now? | 20:13 |
mal | ghosalmartin: you shouldn't disable it | 20:26 |
*** louisdk <louisdk!~louisdk@static-5-103-130-65.seas-nve.net> has quit IRC (Ping timeout: 264 seconds) | 20:26 | |
ghosalmartin | mal, okays, its being listed to disable by the mer_kernel_check | 20:27 |
mal | yes, that is wrong | 20:27 |
*** ghosalmartin <ghosalmartin!~ghosalmar@79-76-198-76.dynamic.dsl.as9105.com> has quit IRC (Remote host closed the connection) | 20:31 | |
*** itbaron <itbaron!~kvirc@193.105.134.51> has quit IRC (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/) | 20:37 | |
*** piggz <piggz!~piggz@195.147.198.68> has joined #sailfishos-porters | 20:41 | |
dr_gogeta86 | good evening | 20:57 |
*** srohmen <srohmen!~srohmen@x4db6b762.dyn.telefonica.de> has quit IRC (Quit: Leaving.) | 20:59 | |
*** chris01 <chris01!~chris01@79-76-198-76.dynamic.dsl.as9105.com> has joined #sailfishos-porters | 20:59 | |
*** chris01 <chris01!~chris01@79-76-198-76.dynamic.dsl.as9105.com> has quit IRC (Remote host closed the connection) | 21:06 | |
*** chris01 <chris01!~chris01@79-76-198-76.dynamic.dsl.as9105.com> has joined #sailfishos-porters | 21:06 | |
*** cvp <cvp!~cvp@pD9E9B86A.dip0.t-ipconnect.de> has quit IRC (Remote host closed the connection) | 21:14 | |
chris01 | does anyone have the cyanogenmod 13.0 snapshot because as everyone knows that cyanogenmod is dead | 21:14 |
chris01 | for the Oneplus 3 | 21:15 |
*** Xray2000 <Xray2000!~Rudi@cust-13-10-110-94.dyn.as47377.net> has quit IRC (Quit: Leaving) | 21:18 | |
*** cmazieri <cmazieri!~quassel@2804:14c:ca22:16a3:d4ed:b03a:8bc2:9041> has joined #sailfishos-porters | 21:18 | |
*** SfietKonstantin <SfietKonstantin!~sk@88.190.246.243> has joined #sailfishos-porters | 21:20 | |
*** chris01 <chris01!~chris01@79-76-198-76.dynamic.dsl.as9105.com> has quit IRC (Quit: Leaving) | 21:21 | |
*** chris01 <chris01!~chris01@79-76-198-76.dynamic.dsl.as9105.com> has joined #sailfishos-porters | 21:22 | |
r0kk3rz | chris01: you mean a built image? | 21:28 |
*** stephg_ is now known as stephg | 21:28 | |
*** Xray2000 <Xray2000!~Rudi@cust-13-10-110-94.dyn.as47377.net> has joined #sailfishos-porters | 21:29 | |
chris01 | no i meant the zip file | 21:31 |
*** taaem <taaem!~taaem@unaffiliated/taaem> has joined #sailfishos-porters | 21:36 | |
chris01 | or should i just wait for the latest stable lineageos | 21:36 |
*** chris01 <chris01!~chris01@79-76-198-76.dynamic.dsl.as9105.com> has quit IRC (Remote host closed the connection) | 21:49 | |
*** RavenII <RavenII!~ravenii@c-98-206-254-25.hsd1.il.comcast.net> has joined #sailfishos-porters | 21:50 | |
*** miau_ <miau_!~miau@55d40305.access.ecotel.net> has joined #sailfishos-porters | 21:51 | |
*** guhl <guhl!~guhl@gateway/tor-sasl/guhl> has joined #sailfishos-porters | 21:54 | |
*** cmazieri <cmazieri!~quassel@2804:14c:ca22:16a3:d4ed:b03a:8bc2:9041> has quit IRC (Read error: Connection reset by peer) | 22:00 | |
*** ThomasBrix <ThomasBrix!~brix@80.71.142.15> has quit IRC (Quit: Konversation terminated!) | 22:00 | |
*** SfietKonstantin <SfietKonstantin!~sk@88.190.246.243> has quit IRC (Quit: Konversation terminated!) | 22:03 | |
*** SfietKonstantin <SfietKonstantin!~sk@88.190.246.243> has joined #sailfishos-porters | 22:04 | |
*** miau_ <miau_!~miau@55d40305.access.ecotel.net> has quit IRC (Ping timeout: 248 seconds) | 22:05 | |
guhl | hi, if somebody is interested in testing my thea build it is here: https://www.thinkthinkdo.com/g2ics/sailfishos-thea-release-2.0.5.6-guhl170117.zip | 22:05 |
guhl | i still got issues with camera in video mode but everything else (but bluetooth) seems to be working fine | 22:07 |
guhl | the logcat of a camera startup in video mode is here http://pastebin.com/MbqZswFv | 22:08 |
guhl | i was very busy today so i did not have a look at it at all atm, but that's what i am going to do now | 22:08 |
*** cxl000 <cxl000!~cxl000@c27-253-11-51.brodm4.vic.optusnet.com.au> has quit IRC (Quit: Leaving) | 22:09 | |
*** SfietKonstantin <SfietKonstantin!~sk@88.190.246.243> has quit IRC (Ping timeout: 240 seconds) | 22:10 | |
*** nh1402 <nh1402!~nh1402@95.148.89.31> has quit IRC (Ping timeout: 252 seconds) | 22:11 | |
*** miau_ <miau_!~miau@55d42b95.access.ecotel.net> has joined #sailfishos-porters | 22:23 | |
*** eyome <eyome!~eyome@vit94-6-88-160-180-232.fbx.proxad.net> has quit IRC (Quit: eyome) | 22:30 | |
*** eyome <eyome!~eyome@vit94-6-88-160-180-232.fbx.proxad.net> has joined #sailfishos-porters | 22:31 | |
guhl | well there are some more issues with camera: | 22:41 |
guhl | - preview does not start on first start of camera | 22:41 |
guhl | - flash is not working | 22:41 |
guhl | - switching to video mode still takes pictures instead of recording video | 22:42 |
guhl | there is some room for improvement :-) | 22:42 |
guhl | but not tonight - time to hit the sack GN | 22:42 |
*** eyome <eyome!~eyome@vit94-6-88-160-180-232.fbx.proxad.net> has quit IRC (Quit: eyome) | 22:50 | |
*** wdehoog <wdehoog!a39ed8fe@gateway/web/freenode/ip.163.158.216.254> has quit IRC (Ping timeout: 260 seconds) | 23:06 | |
*** guhl <guhl!~guhl@gateway/tor-sasl/guhl> has quit IRC (Quit: Leaving) | 23:08 | |
*** Mister_Magister_ <Mister_Magister_!~foidbgen@user-94-254-147-162.play-internet.pl> has quit IRC (Quit: Konversation terminated!) | 23:09 | |
*** Xxaxx <Xxaxx!~combat@you-ra.info> has quit IRC (*.net *.split) | 23:24 | |
*** jfred[m] <jfred[m]!jonterracr@gateway/shell/matrix.org/x-udrstrtrzgyetdta> has quit IRC (*.net *.split) | 23:24 | |
*** ranter- <ranter-!~ranter@176-93-87-64.bb.dnainternet.fi> has quit IRC (*.net *.split) | 23:24 | |
*** Xxaxx <Xxaxx!~combat@you-ra.info> has joined #sailfishos-porters | 23:24 | |
*** jfred[m] <jfred[m]!jonterracr@gateway/shell/matrix.org/x-udrstrtrzgyetdta> has joined #sailfishos-porters | 23:24 | |
*** ranter- <ranter-!~ranter@176-93-87-64.bb.dnainternet.fi> has joined #sailfishos-porters | 23:24 | |
*** pseudodev <pseudodev!uid205973@gateway/web/irccloud.com/x-ggqzrgeictzutoxi> has quit IRC (Quit: Connection closed for inactivity) | 23:29 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!