Tuesday, 2019-01-15

malshow git diff of your kernel repo00:01
malso I can se what you did to the kernel configs and if there are other changes00:02
Umeaboymal: https://pastebin.com/t0fF3nyH00:05
malUmeaboy: why do you have those changes?00:06
UmeaboyBecause of the repo update perhaps?00:06
UmeaboyDon't know.00:06
malyou mean the repo-update script by sony?00:07
malor what?00:07
malyou don't run that script by sony when building for sailfish00:09
malso now just make sure you run repo sync and only run the usual build commands after that, nothing more, so source, lunch and make hybris-hal00:11
maland make sure kernel repo doesn't have any changes other than the changes you need to make to defconfig based on mer kernel checker00:12
malif needed run repo sync --force-sync, but make sure you take backups of any changes you made to for example hybris-boot etc00:13
Umeaboymal: No, I meant repo sync --fetch-submodules of course.00:14
malwell those changes in kernel cannot have come from repo sync00:15
malassuming you use correct manifest and properly synced everything00:15
Umeaboymal: My bad, I didn't see that there were more lines for the git diff command.00:16
UmeaboyI updated the last pastebin link to show the entire kernel git diff.00:17
UmeaboyMy bad.00:17
malUmeaboy: the defconfig still don't make any sense00:27
Umeaboymal: I know.00:27
maljust do what I said, if you only want the make sure kernel is correct run repo sync --force-sync kernel/sony/msm-4.4/kernel00:28
malI have no idea how you managed to make those changes00:28
malrepo status will tell if any other repo has changed00:36
Umeaboymal: I ran your command to update the kernel directory and got no errors, but as soon as I try to build hybris-hal it stops at 7%.00:47
malUmeaboy: go to kernel repo and check it again01:02
malif nothing else works go git reset --hard HEAD in it01:02
malyou really have messed something really badly01:03
malyou need to make sure you use correct manifest and so on01:06
UmeaboyIt still won't build on either machines even though i did git reset --hard HEAD01:21
UmeaboyOn my laptop I got up to 19%.01:21
UmeaboyI'm going to sleep now. It's very late.01:43
T4paolomera was added by: paolomera01:51
T4<paolomera> Hi all, I'm really interested in sailfishOS01:52
T4<paolomera> I have just changed my main phone, an oneplus one, with a pocophone poco f101:52
T4<paolomera> I registered and asked to the community with this thread https://together.jolla.com/question/128326/community-port-requests/?answer=197379#post-id-197379 for porting01:53
T4<paolomera> but I was thinking: Maybe can I try to port sailfish by myself or maybe with help?01:54
T4<paolomera> there are already some custom roms: I'm using lineage OS from 1 month till now and it works flawlessly: everything is fully supported01:55
*** ChanServ sets mode: +v T402:42
*** ChanServ sets mode: +v T408:12
T4<Bartek96> @paolomera [but I was thinking: Maybe can I try to port sa …], https://sailfishos.org/develop/hadk/09:23
r0kk3rzyou can, also the oneplus one has a good port already you can try09:31
T4<abhishek_0> @Bartek96 please read the pinned message :)09:33
T4<Bartek96> oh, sorry09:33
*** pketo_ is now known as pketo09:54
mal@paolomera it seems that other device you mentioned in the link uses lineage 16.0, but unfortunately using 16.0 as base for sailfish is not yet ready, I'm working on that11:19
T4<paolomera> @mal [@paolomera it seems that other device you ment …], Awesome!12:07
T4<paolomera> Awesome!12:08
T4<paolomera> Is the arm64 arch supported? The pocophone has 6gb of ram, and a snapdragon 84513:38
mal@paolomera arm64 devices are supported but the userspace is currently 32-bit on such devices13:42
*** ChanServ sets mode: +v T414:22
T4<paolomera> mal if you want, there is a build of lineage 15.1 for pocophone https://forum.xda-developers.com/poco-f1/development/rom-lineageos-15-1-t384697215:57
mal@paolomera if you are interested in porting sailfish to that lineage 15.1 can be used as the base already16:18
T4<paolomera> mal Great! As of now the pocophone is my main phone (and there is lineage 16 on it), so I need to revert back to my oneplus one, downgrade the rom and the vendor image and see16:24
T4<abhishek_0> @paolomera make sure to check out Mi's downgrade policy and instructions, you May not want to brick your phone16:48
T4<paolomera> @abhishek_0 sure, thanks :)16:49
Benclark006Afternoon all, when i build i get this lovely error: Error <creator>[01/15 16:49:37] : Unable to find pattern: Jolla Configuration y616:50
Benclark006That pattern exists as far as i'm aware16:50
Benclark006so i'm not too sure what's going on16:50
Benclark006https://i.imgur.com/rz87uoX.png here are my patterns16:52
malBenclark006: did you run the pattern generation command in chapter 8.517:10
Benclark006i think so17:10
malhybris/droid-configs/droid-configs-device/helpers/process_patterns.sh17:10
Benclark006i'll do it again just in case17:10
Benclark006oh hey that worked17:11
Benclark006now i'm getting a nice new error Warning[01/15 17:11:07] : repo problem: nothing provides droid-hal-version-y6 needed by pattern:jolla-hw-adaptation-y6-1-1.noarch,17:11
maldid you build that package?17:12
malbuild_packages.sh or build_packages.sh -v both build it17:12
Benclark006./rpm/dhd/helpers/util.sh: line 228: //droid-hal-version-y6.log: Permission denied17:13
malare you sure you are in correct environment?17:20
maland that $DEVICE, $VENDOR and $ANDROID_ROOT are correct17:20
T4<paolomera> maybe permissions problems?17:21
Benclark006mal: yes, they're all correct17:22
malthen check the permissions in the folder it tries to create that file17:24
Benclark006mal: all seem ok17:46
T4<eugenio_g7> Hmmm, doesn't it try to create the log file in the root directory?18:14
malit should create it in hybris folder18:20
T4<eugenio_g7> Yea, so probably env issues18:21
T4<eugenio_g7> Benclark006, try executing the script with bash -x18:22
Benclark006@eugenio_g7 great, that seems to be working18:39
Benclark006whoops nevermind18:40
Benclark006it still fails https://paste.gnome.org/pkdxja87w18:40
malBenclark006: in which folder do you run the command?18:45
Benclark006~/hadk18:45
maland you are in sfossdk?18:53
malnot in ubu-chroot18:53
Benclark006mal: yes19:06
taixzomal: any news on matissewifi?19:07
piggzevening *19:07
maltaixzo: sent you a private message19:10
maltaixzo: did you get the link?19:18
taixzoah, did now. Apparently I had PM notifications turned off19:21
phdeswerAnybody has a kernel dmesg from a XA2 running android? Would like to compare with the Sailfish log as it does not look great.19:37
piggzr0kk3rz: can I stick you as an optional name on a mer-meeting topic incase I cannot attend?20:35
r0kk3rzsure20:35
piggzr0kk3rz: is this fair enough? https://together.jolla.com/question/54157/sailfishos-open-source-collaboration-meeting-planning/?answer=197475#post-id-19747520:36
*** ChanServ sets mode: +v T420:38
malpiggz: aren't you supposed to edit the first post yourself to add a topic "Template for topic proposal: (edit this wiki directly to add your topics)"20:44
piggzmal: oh, i dunno, there are 46 replies20:45
malpiggz: well the first post had the text I gave20:45
Mister_Magistermal: speaking about meeting topic? ye ya right20:49
piggzr0kk3rz: [OT] .gov.uk is fscked up eh20:57
r0kk3rzpiggz: lets see what happens tomorrow20:59
piggzaye, and next week i guess20:59
r0kk3rzpiggz: do we want to expand the question to nfc as well?21:01
piggzr0kk3rz: thats your question, but if you want to combine we can do21:03
piggzsend me the texxt to add21:03
r0kk3rzat any rate stick it in the main question with the others21:04
r0kk3rzi can edit later to add bits21:04
piggzr0kk3rz: done21:08
vknechtOT: so what will you do ? just « wait and see » ? ;-)21:33
vknechtmuch sympathy to you about the political uncertainty, sent from .fr :-)21:35
piggzvknecht: i guess ... may has to make a statment on monday, assuming she survives the no-confidence motion (likely) .... between now and then she will have to either find a plan that will have a majority (hopefully softer brexit) or ask .eu for extension and drag out a bit more21:36
piggzatleast, thats my current understanding!!21:36
eugenioI don't think she can get a better deal than the one she has now, though21:41
vknechtwhatever she does or falls for, better hope it's for the « greater good »21:42
vknechteugenio, I even heard this deal would be the wildest free-market-deal ever seen ; so not good at all from where I stand ;-)21:46
piggzeugenio: well, the deal may change if say, we go to teh eu and agree to be in a customs union for example21:48
piggzeugenio: but, neither will help with the latte port ... any update?21:49
vknechtlol21:49
eugenioindeed, it doesn't :) no update unfortunately21:49
eugeniohmmm21:56
eugenioplaying audio on latte doesn't seem to acquire the "mce_cpu_keepalive" wakelock21:57
eugenioOk, I guess it's handled by pulseaudio-modules-droid (https://github.com/mer-hybris/pulseaudio-modules-droid/blob/master/src/droid/keepalive.c), which we don't use as we use alsa directly22:04
piggzeugenio: i just found that tooo22:04
eugeniomodule-droid-keepalive is a separate module, wondering what would happen if we load it, should work22:10
T4<adampigg> already tried22:11
T4<adampigg> i think it loads, but still audio fails22:11
T4<adampigg> could be worth investigating, but im off to sleep, full of cold!22:12
T4<adampigg> later.....22:12
eugeniohave a good night!22:12
eugeniohmm seems to work here! Or at least, mce_cpu_keepalive is acquired now22:15
T4<adampigg> Actually, didnt try pkayibg a stream and leaving it to see if it carried on with screen off22:17
T4<adampigg> I stopped / slept / tried to play again22:18
eugeniooh, yup that is the kernel issue that I haven't tackled yet22:18
eugeniobut at least now the pad shouldn't enter sleep while playing a stream :D22:18
eugenioindeed, it doesn't, cool22:20
*** ahjolinna_ is now known as ahjolinna23:47

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