Sunday, 2016-09-18

yacukensledges: look https://plus.google.com/+NikitaZhukov1/posts/j4AE2GtDPhq00:34
yacukensensors was easy step.00:35
yacukenbut not really (:00:35
saidinesh5weird .. things i have added to my yaml didnt end up in my packages00:39
*** toomin <toomin!~HomoSapie@unaffiliated/toomin> has quit IRC (Ping timeout: 244 seconds)00:42
saidinesh5https://github.com/saidinesh5/droid-config-cancro/blob/master/patterns/jolla-hw-adaptation-cancro.yaml00:42
saidinesh5could someone see what's wrong with that yaml?00:43
*** Nokius_ <Nokius_!~Nokius@p5DDB7574.dip0.t-ipconnect.de> has joined #sailfishos-porters00:48
*** fiddlerwoaroof <fiddlerwoaroof!~fiddlerwo@unaffiliated/fiddlerwoaroof> has joined #sailfishos-porters00:50
*** Nokius <Nokius!~Nokius@p5DDB5FB4.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 265 seconds)00:52
Umeaboysaidinesh5: You can always compare with some of the other yaml's. :)00:55
saidinesh5Umeaboy: i was more curious if - jolla-settings-system-flashlight and - sd-utils need additional repos00:56
UmeaboyCould be. I don't know.00:56
yacukensaidinesh5: both packages from https://releases.jolla.com/releases/@RELEASE@/jolla/@ARCH@/01:03
saidinesh5Forbidden...01:04
yacukenthis repo should be in ks01:04
yacukeniirc add package to pattern -> build_packages.sh -> process_patterns.sh -> prepare ks -> mic01:06
Umeaboyyacuken: Hi!01:07
Umeaboy'zup?01:07
*** sydney_untangle <sydney_untangle!~sydney@supertux/sydney> has quit IRC (Quit: bbl, updates...)01:08
yacukenUmeaboy: hi. still sick01:08
yacuken102F01:08
yacukenand u (:01:08
yacuken?01:09
*** sydney_untangle <sydney_untangle!~sydney@supertux/sydney> has joined #sailfishos-porters01:09
UmeaboyOuch! Please get well.01:09
UmeaboyI'm gonna pray for you.01:10
UmeaboyI'm trying to find out what my script is missing to make the ofono part working for my Samsung Galaxy S4.01:10
yacukenUmeaboy: thanks (:01:11
UmeaboyAnd I don't even know exactly WHERE I should put it to make it correct.01:11
UmeaboyIt has to be somewhere.....01:12
*** wiktorek140 <wiktorek140!~wiktorek1@cix34.neoplus.adsl.tpnet.pl> has quit IRC (Quit: Dowidzenia ^-^)01:12
yacukenwhich script?01:12
Umeaboyyacuken: I have started to make an automated version of the hadk in one sh file.01:14
UmeaboyAll you should need to do is to run it with sh devicenamehere.sh01:14
UmeaboyThat means....... Taking care of things that may be unset for a normal user before running it.01:15
UmeaboyLike adding adb to console and what not.01:15
UmeaboyYes, this will be multicompatible.01:15
Umeaboyyacuken: You wanna help? I've done the most part of it. Now it just needs to be adjusted and it needs to have ifs and elseifs on some places.01:16
Umeaboyhttps://gitlab.com/Umeaboy/hadk-script01:17
UmeaboyAll the new untested devices gets added to the development branch.01:17
Umeaboytesting branch is for testing to build a zip to see if it's working or not.01:17
UmeaboyWhen it's confirmed to be working I'll push it to stable branch (a.k.a master).01:18
UmeaboyGotta go now. It's waaaaaaaay passed bed time.01:19
UmeaboyTake care and drink some tea with ginger in it if your throat is soar.01:19
*** Umeaboy <Umeaboy!~Umeaboy@c-94-255-142-133.cust.bredband2.com> has quit IRC (Quit: Leaving)01:19
yacukensounds interesting. I'll seeing (:01:21
yacukenmany thanks (:01:21
yacukenbut I don't know how to help. I setup my environment for multiple device. https://gist.github.com/yacuken/267ec9a1901b5d3b711426efe88ade2901:23
saidinesh5yacuken: it already is: http://images.devaamo.fi/sfa/cancro/sfe-cancro-2.0.2.51-alpha1/Jolla-2.0.2.51-cancro-armv7hl.ks01:49
saidinesh5that's what baffles me about why various files are not going into my sailfish root fs. libcameraservice.so, sd-utils and the fashlight package...01:50
*** zhxt <zhxt!~zhxt@114.111.167.117> has joined #sailfishos-porters01:52
saidinesh5mal-: ^01:54
yacukensaidinesh5: I can't find sd-utils in pattern https://build.merproject.org/package/view_file/nemo:devel:hw:xiaomi:cancro/_pattern/jolla-hw-adaptation-cancro?expand=102:14
saidinesh5interesting!02:15
yacukencreate tag for droid-config-cancro repo02:15
yacukenand push to github02:15
yacukenthis will trigger obs to rebuild packages02:15
yacukenand update patterns02:16
saidinesh5i pushed a change 10 hours ago : https://github.com/saidinesh5/droid-config-cancro/blob/master/patterns/jolla-hw-adaptation-cancro.yaml02:17
yacukenit's just a commit02:18
saidinesh5Ahh... so it only monitors changes in tags?02:18
yacukengit tag -a 0.0.1; git push origin master (:02:18
yacukenyep02:19
saidinesh5Ah .. didn't know that02:19
yacukenme too. sledges tell me (:02:19
saidinesh5that can explain quite a few things actually02:21
saidinesh5yacuken: what about libcameraservice.so? any idea? i see that file in my out/......./system/02:24
yacukensaidinesh5: this file from droid-hal-$DEVICE package02:26
* saidinesh5 checks02:26
yacukenu need to update it on obs02:26
yacukenmanually from web ui. or with osc02:26
yacuken(I use osc)02:26
saidinesh5I did update it on obs actually02:27
saidinesh5Ooooooor wait02:27
saidinesh5stupid internet. probably got disconnected while i was uploading things02:27
saidinesh5It's there now!02:31
yacukensaidinesh5: I'm write little script helper for osc. copy to repo->addremove->commit https://gist.github.com/yacuken/071a553f6bcc69bb1de5e832eb8cd6c002:40
yacukensimple (:02:40
saidinesh5why the new .spec file yacuken?02:41
saidinesh5https://github.com/saidinesh5/sailfish-build-environment-cancro/blob/master/.mersdk.profile#L175 that is what i use :p02:42
yacukensaidinesh5: written for use for first time (and other). just copy part. or not (:02:42
saidinesh5Ahhh02:42
saidinesh5mal-: told me about osc after i manually and painfully uploaded the packages the first time via the webinterface!02:43
saidinesh5btw. what is the package name of the jolla file manager?03:43
*** neo <neo!70c4af01@gateway/web/freenode/ip.112.196.175.1> has joined #sailfishos-porters03:51
neohi all03:51
*** neo is now known as Guest3223003:51
Guest32230working on porting sailfish to a new hardware03:52
Guest32230stuck at : not able to find source build/envsetup.sh03:52
kimmoliyacuken: saidinesh5: there was issue with annotated tags, git tag 0.0.1 is /was/ better03:55
saidinesh5Ahh03:56
saidinesh5Guest32230: your repo sync failed i think03:56
kimmoligit push master --tags03:56
saidinesh5yup03:56
kimmolitjsp03:56
kimmoliand gm03:56
saidinesh5kimmoli: btw. what is the name of jolla file browser app?03:56
kimmolii have used this https://github.com/karip/harbour-file-browser03:57
saidinesh5Ahhh.. there is no default file browser from jolla?03:58
kimmolii dont remember03:59
kimmolimy official phone is not here to check04:00
Guest32230saidinesh5 : but repo sunc had passed.04:00
Guest32230sync*04:00
Guest32230CyanogenMod  git-repo.git  mer-hybris  platform  sailfishos04:00
saidinesh5Guest32230: try repo sync -l and see if any errors are there?04:00
saidinesh5hmm...04:00
Guest32230nothing returned04:01
Guest32230folders are : CyanogenMod  git-repo.git  mer-hybris  platform  sailfishos04:01
Guest32230which folder could be containing the "build/envsetup.sh"04:02
Guest32230saidinesh5 : any idea?04:04
saidinesh5build/envsetup.sh is probably in your $ANDROID_ROOT/build/envsetup04:04
saidinesh5$ANDROID_ROOT for me is ~/mer/android/droid04:05
Guest32230saidinesh5 : my droid folder contains these folders : CyanogenMod  git-repo.git  mer-hybris  platform  sailfishos04:09
saidinesh5something went wrong for you Guest3223004:10
saidinesh5that's not what the droid folder contains / should contain04:10
saidinesh5infact that looks a little like my $ANDROID_ROOT/.repo/platform-objects or something04:11
Guest32230I had pulled the "$DEVICE.xml" directly from my device and did a repo sync04:11
Guest32230without editing it04:12
Guest32230is that the right way?04:12
Guest32230or should I use the following file with device name changed :04:12
Guest32230<?xml version="1.0" encoding="UTF-8"?> <manifest> <project path="device/lge/hammerhead" name="CyanogenMod/android_device_lge_hammerhead" revision="stable/cm-11.0" /> <project path="kernel/lge/hammerhead" name="CyanogenMod/android_kernel_lge_hammerhead" revision="stable/cm-11.0" /> </manifest>04:13
saidinesh5are you trying to build sailfish os for Nexus 5?04:13
Guest32230https://wiki.cyanogenmod.org/w/Sambar_Info04:14
saidinesh5follow the hadk Guest32230. it explainis how to do this in detail04:19
Guest32230I'm following it04:20
Guest32230actually its my first time, porting a device.04:20
Guest32230so I'm stuck04:21
saidinesh5what does your .repo/manifest.xml look like?04:21
saidinesh5and what about .repo/local_manifest/$DEVICE look like?04:21
saidinesh5pastebin them04:25
saidinesh5Guest32230: ^04:27
Guest32230just a min04:28
Guest32230http://pastebin.com/PW4M6eCe04:33
saidinesh5that looks ok04:37
saidinesh5what about your .repo/local_manifests/$DEVICE.xml04:37
Guest32230http://pastebin.com/K9FVsjMV04:40
saidinesh5that looks wrong04:41
saidinesh5half of these repos are already in the earlier link you posted no?04:42
Guest32230okies..04:45
Guest32230how should I proceed then?04:45
saidinesh5your local manifest usually should only specify the device specific repos04:46
*** olafh <olafh!~olafh@p5DEDF5A7.dip0.t-ipconnect.de> has joined #sailfishos-porters04:47
saidinesh5your kernel, vendor related things, device repos04:47
Guest32230okies..04:47
Guest32230let me try04:47
Guest32230thanks a lot saidinesh504:48
saidinesh5you can search github on the repos who released custom roms for your device04:48
saidinesh5Guest32230: so your local manifest definitely needs: Device http://www.github.com/cyanogenmod/android_device_yu_sambar Kernel http://www.github.com/cyanogenmod/android_kernel_cyanogen_msm899404:54
saidinesh5both those repos04:54
Guest32230how to put in sambar.xml?04:54
saidinesh5so compare the second file you pasted with the manifest here: https://github.com/CyanogenMod/android/blob/stable/cm-12.1-YOG4P/default.xml04:56
saidinesh5and delete all the common repos04:56
saidinesh5that could work04:56
saidinesh5Guest32230: https://paste.kde.org/pc7s4bbcp05:02
saidinesh5try that05:02
saidinesh5you will have to fetch the binary blobs manually though05:02
saidinesh5so once you do a repo sync after that05:03
saidinesh5connect your phone to PC, after enabling ADB on it05:04
saidinesh5then do a cd $ANDROID_ROOT/device/yu/sambar05:04
saidinesh5./extract-files.sh05:04
Guest32230thanks a lot.05:05
Guest32230I'm hoing to try it05:05
Guest32230going*05:05
*** ahjolinna <ahjolinna!~ahjolinna@mobile-access-5d6a57-5.dhcp.inet.fi> has quit IRC (Read error: Connection reset by peer)05:55
*** ahjolinna <ahjolinna!~ahjolinna@mobile-access-5d6a57-5.dhcp.inet.fi> has joined #sailfishos-porters05:55
*** Guest32230 <Guest32230!70c4af01@gateway/web/freenode/ip.112.196.175.1> has quit IRC (Quit: Page closed)05:59
*** adeen-s <adeen-s!~adeen-s@117.196.187.133> has joined #sailfishos-porters06:51
*** zz_smurfynet is now known as smurfynet06:59
adeen-ssaidinesh5: sd-utils fails to mount internal sd card for me.07:06
*** itbaron <itbaron!~kvirc@93.190.142.43> has joined #sailfishos-porters07:18
*** smurfynet is now known as zz_smurfynet07:20
*** Nokius_ is now known as Nokius07:31
mal-saidinesh5: did you solve the issue with files and packages not ending up on zip?07:39
*** piggz <piggz!~piggz@195.147.198.68> has joined #sailfishos-porters07:42
*** dirkvl <dirkvl!~dirkvl@52D91535.cm-11-1a.dynamic.ziggo.nl> has joined #sailfishos-porters08:25
*** adeen-s <adeen-s!~adeen-s@117.196.187.133> has quit IRC (Remote host closed the connection)08:37
*** zz_smurfynet is now known as smurfynet08:46
*** dirkvl_ <dirkvl_!~dirkvl@52D91535.cm-11-1a.dynamic.ziggo.nl> has joined #sailfishos-porters09:18
*** dirkvl <dirkvl!~dirkvl@52D91535.cm-11-1a.dynamic.ziggo.nl> has quit IRC (Ping timeout: 244 seconds)09:18
*** dirkvl__ <dirkvl__!~dirkvl@52D91535.cm-11-1a.dynamic.ziggo.nl> has joined #sailfishos-porters09:23
*** dirkvl_ <dirkvl_!~dirkvl@52D91535.cm-11-1a.dynamic.ziggo.nl> has quit IRC (Ping timeout: 264 seconds)09:23
*** smurfynet is now known as zz_smurfynet09:24
*** electrolux <electrolux!~electrolu@dyj-f6ydchqg---tv0spt-3.rev.dnainternet.fi> has joined #sailfishos-porters09:25
*** wiktorek140 <wiktorek140!~wiktorek1@cix34.neoplus.adsl.tpnet.pl> has joined #sailfishos-porters09:39
*** drFaustroll <drFaustroll!~drFaustro@opensuse/member/ealin> has quit IRC (Quit: Konversation terminated!)09:41
wiktorek140someone know how to add nemo to inet group when package is buyilding on my pc?09:42
wiktorek140on phone i know how to do it but do it when i update system is boring09:43
*** drFaustroll <drFaustroll!~drFaustro@opensuse/member/ealin> has joined #sailfishos-porters09:48
sledgeswiktorek140: https://github.com/mer-hybris/droid-hal-hammerhead/blob/master/droid-hal-hammerhead.spec#L1409:54
drFaustrollsledges: ping10:00
*** eyome <eyome!~eyome@vit94-6-88-160-180-232.fbx.proxad.net> has joined #sailfishos-porters10:02
mal-wiktorek140: good that you managed to fix the boot loop10:03
wiktorek140yea10:04
wiktorek140and wifi and mobile data work10:04
wiktorek140sledges: is extacly this same or replace with my command?10:04
sledgeswiktorek140: replace group name10:05
wiktorek140okay :) thanks10:05
*** tortoisedoc <tortoisedoc!5872b4a9@gateway/web/freenode/ip.88.114.180.169> has joined #sailfishos-porters10:06
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@fil75-6-88-190-246-243.fbxo.proxad.net> has joined #sailfishos-porters10:07
tortoisedocdööö10:09
tortoisedochow can i lshw on the tablet10:09
tortoisedocas in on i48610:09
tortoisedoczypper wp lshw -> no packages :/10:10
tortoisedoci guess I need to compile?10:10
mal-I fixed faq, somone had translated it again, this time to swedish10:16
*** drFaustroll <drFaustroll!~drFaustro@opensuse/member/ealin> has quit IRC (Quit: Konversation terminated!)10:25
*** drFaustroll <drFaustroll!~drFaustro@95.151.210.176> has joined #sailfishos-porters10:25
*** drFaustroll <drFaustroll!~drFaustro@95.151.210.176> has quit IRC (Changing host)10:25
*** drFaustroll <drFaustroll!~drFaustro@opensuse/member/ealin> has joined #sailfishos-porters10:25
*** mkosola <mkosola!~mkosola@85-76-12-24-nat.elisa-mobile.fi> has quit IRC (Quit: Leaving.)10:26
*** spider-mario <spider-mario!~spidermar@178-83-188-253.dynamic.hispeed.ch> has joined #sailfishos-porters10:26
*** toomin <toomin!~HomoSapie@unaffiliated/toomin> has joined #sailfishos-porters10:27
*** Lipevakala_ <Lipevakala_!~sailfish@dyj5kyyyz1chn6ht73m5t-3.rev.dnainternet.fi> has joined #sailfishos-porters10:29
tortoisedochm10:29
tortoisedocwhats the sdio driver?10:29
tortoisedocNotKit : on the onda, do you load any sdio driver?10:30
tortoisedocif the wifi is sdio - based, I'd need the sdio driver loaded I guess?10:30
tortoisedocwhich is not atm10:31
tortoisedocor maybe its in the mmc?10:32
drFaustrollmal-: thought all swedes speak english already10:50
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@fil75-6-88-190-246-243.fbxo.proxad.net> has quit IRC (Ping timeout: 265 seconds)10:51
mal-drFaustroll: yes, I would assume that also10:51
drFaustrollmal-: maybe their education system went down...10:52
drFaustrollmal-: i still have to meet a swede who speaks bad english...10:52
*** Tassadar <Tassadar!~tassadar@ip-78-45-143-117.net.upcbroadband.cz> has joined #sailfishos-porters10:54
*** yaseen <yaseen!~AndChat26@117.222.105.209> has joined #sailfishos-porters10:59
mal-drFaustroll: they do speak quite good english usually11:00
*** Emperor2k3 <Emperor2k3!~AlanSmith@x4db554eb.dyn.telefonica.de> has joined #sailfishos-porters11:05
*** piggz <piggz!~piggz@195.147.198.68> has quit IRC (Ping timeout: 244 seconds)11:05
*** piggz <piggz!~piggz@195.147.198.68> has joined #sailfishos-porters11:08
*** yaseen <yaseen!~AndChat26@117.222.105.209> has quit IRC (Ping timeout: 244 seconds)11:12
*** yaseen <yaseen!~AndChat26@1.39.63.7> has joined #sailfishos-porters11:14
tortoisedocgrr11:15
tortoisedocthis 8723bs just does not show up11:15
tortoisedocmodprobe -> ok, no errors11:15
tortoisedoclsmod -> driver correctly loaded11:15
tortoisedocbut meh11:15
tortoisedocno device in /sys/bus/sdio/devices :/11:15
*** dirkvl__ <dirkvl__!~dirkvl@52D91535.cm-11-1a.dynamic.ziggo.nl> has quit IRC (Ping timeout: 244 seconds)11:33
*** dirkvl__ <dirkvl__!~dirkvl@62.140.132.63> has joined #sailfishos-porters11:36
*** yaseen <yaseen!~AndChat26@1.39.63.7> has quit IRC (Quit: Bye)11:46
*** bluszcz <bluszcz!~bluszcz@idoru.pl> has joined #sailfishos-porters11:49
*** dirkvl_ <dirkvl_!~dirkvl@62.140.132.63> has joined #sailfishos-porters11:50
*** yaseen <yaseen!~AndChat26@117.222.105.209> has joined #sailfishos-porters11:51
*** electrolux <electrolux!~electrolu@dyj-f6ydchqg---tv0spt-3.rev.dnainternet.fi> has quit IRC (Quit: Leaving.)11:51
*** dirkvl__ <dirkvl__!~dirkvl@62.140.132.63> has quit IRC (Ping timeout: 265 seconds)11:54
tortoisedocNotKit : the device id seems to map correctly to the driver i've compiled with your command line11:57
*** bluszcz <bluszcz!~bluszcz@idoru.pl> has quit IRC (Ping timeout: 240 seconds)11:57
*** dirkvl_ <dirkvl_!~dirkvl@62.140.132.63> has quit IRC (Read error: Connection reset by peer)11:57
*** dirkvl_ <dirkvl_!~dirkvl@62.140.132.63> has joined #sailfishos-porters11:58
*** bluszcz <bluszcz!~bluszcz@idoru.pl> has joined #sailfishos-porters12:00
*** toomin <toomin!~HomoSapie@unaffiliated/toomin> has quit IRC (Ping timeout: 244 seconds)12:00
*** AndChat|261225 <AndChat|261225!~AndChat26@1.39.61.123> has joined #sailfishos-porters12:02
NotKittortoisedoc, what about rfkill status?12:03
NotKityou can chroot on PC into SFOS partition and install it12:04
*** yaseen <yaseen!~AndChat26@117.222.105.209> has quit IRC (Ping timeout: 248 seconds)12:04
tortoisedocNotKit, i managed to get network via usb12:06
tortoisedocso i have installed it12:06
tortoisedocunfortunately, only bt module shows up12:07
tortoisedocbut12:07
tortoisedoci checked on android side12:07
tortoisedocand tehre is no cfg80211 loaded12:07
tortoisedoconly 8723bs12:07
tortoisedocwhich is strange12:07
tortoisedocand I found this12:07
tortoisedochttps://github.com/hadess/rtl8723bs/issues/2012:07
NotKitit probably simple has cfg80211 built-in12:07
tortoisedocah right12:09
NotKittortoisedoc, do you have sdcard detected by the way?12:09
NotKitls /dev/mmcblk012:09
tortoisedocit might just be some sdio support is missing from the kernel12:09
tortoisedochmm I *think* i actually removed it12:09
NotKitls /dev/mmcblk*12:10
tortoisedocto make it boot12:10
tortoisedocone sec12:10
tortoisedocbooting12:11
*** AndChat|261225 <AndChat|261225!~AndChat26@1.39.61.123> has quit IRC (Ping timeout: 272 seconds)12:12
tortoisedochuhy12:13
tortoisedocno such device12:13
tortoisedocso no sdio :)12:13
NotKitdo Android-x86 or RemixOS boot on your device?12:16
*** yaseen <yaseen!~AndChat26@1.39.63.150> has joined #sailfishos-porters12:18
*** electrolux <electrolux!~electrolu@82-181-109-250.bb.dnainternet.fi> has joined #sailfishos-porters12:20
wiktorek140sledges: i have working zip ;p is possible to enable shop? ;p imei and mac addres is accesible :)12:22
mal-wiktorek140: there are some changes needed byt jolla to enable jolla store for new devices, it will happen at some point but no estimate has been given when12:24
mal-wiktorek140: you can manually install apps or include some of the basic apps to the image12:25
mal-wiktorek140: or use warehouse app12:25
*** dirkvl__ <dirkvl__!~dirkvl@62.140.132.63> has joined #sailfishos-porters12:34
*** dirkvl_ <dirkvl_!~dirkvl@62.140.132.63> has quit IRC (Ping timeout: 260 seconds)12:34
*** ghosalmartin <ghosalmartin!~ghosalmar@2a02:c7f:9227:eb00:1c68:9ebb:63df:3feb> has joined #sailfishos-porters12:37
wiktorek140i use that ;p12:37
wiktorek140currently i testing gps ;p12:37
wiktorek140gps work ;p12:40
*** dirkvl_ <dirkvl_!~dirkvl@62.140.132.63> has joined #sailfishos-porters12:42
wiktorek140so todo is camera and sound12:42
*** dirkvl__ <dirkvl__!~dirkvl@62.140.132.63> has quit IRC (Ping timeout: 264 seconds)12:45
tortoisedocNotKit : yes12:45
ghosalmartinanyone know where servicemanager lives?12:45
tortoisedocAndroid-x86 boots fine12:45
ghosalmartinor what it even does? :P12:45
NotKittortoisedoc, what works?12:46
tortoisedocNotKit : so far, kernel, modules, fb, usb ethernet12:46
tortoisedocmodules = 8723bs12:47
tortoisedocbut no device12:47
*** dirkvl__ <dirkvl__!~dirkvl@62.140.132.63> has joined #sailfishos-porters12:47
NotKitweird12:48
NotKitghosalmartin, in Android12:48
NotKitdoes exactly what it says12:48
ghosalmartinNotKit: its either triggering a selinux reboot or droid-hal-init is12:49
ghosalmartinand selinux is disabled12:49
NotKitis it selinux reboot for sure?12:49
NotKitit may trigger a reboot if servicemanager crashes 4 times in 4 minutes12:49
*** dirkvl_ <dirkvl_!~dirkvl@62.140.132.63> has quit IRC (Ping timeout: 272 seconds)12:51
ghosalmartinNotKit: yeah its the magic reboot line or whatever12:54
ghosalmartini may just disable the security_failure() method12:54
tortoisedocNotKit : http://pastebin.com/VFJYPSu8 <- driver list loaded in android13:04
tortoisedocno mmc13:04
tortoisedoci enabled all the possible options in make menuconfig for sdio / mmc13:04
tortoisedocbut still no luck13:04
NotKitmmc is bultin, not module13:04
tortoisedocyes13:04
NotKitcan you diff your config with mine for Onda?13:04
NotKit(and in Remix OS, is 8723bs working? it should be actually)13:05
tortoisedochavent tried RemixOS13:07
tortoisedocyour onda config is the one in the android-ia kernel for intel baytrail?13:08
tortoisedocNotKit  : ^13:08
tortoisedocah its in the root of the repo13:09
NotKithttps://github.com/NotKit/android-ia_kernel_intel_baytrail/blob/master/linux/android-ia_kernel_intel_baytrail_x86_64_onda_v820w_v3_defconfig13:09
*** dirkvl_ <dirkvl_!~dirkvl@62.140.132.63> has joined #sailfishos-porters13:13
*** yaseen <yaseen!~AndChat26@1.39.63.150> has quit IRC (Quit: Bye)13:13
*** yaseen <yaseen!~AndChat26@103.61.217.207> has joined #sailfishos-porters13:14
tortoisedocNotKit: hmm13:15
tortoisedocMMC_BLOCKS_MINOR Is 8 vs 16 on honda13:15
tortoisedoc*onda :P13:15
*** dirkvl__ <dirkvl__!~dirkvl@62.140.132.63> has quit IRC (Ping timeout: 260 seconds)13:16
*** dirkvl__ <dirkvl__!~dirkvl@52D91535.cm-11-1a.dynamic.ziggo.nl> has joined #sailfishos-porters13:20
tortoisedocah13:22
tortoisedocand sdhci was off on my kernel13:22
ghosalmartinif in the init.rc a something was marked critical13:22
ghosalmartindoes that mean it will reboot the phone if its doesnt start correctly?13:23
*** dirkvl_ <dirkvl_!~dirkvl@62.140.132.63> has quit IRC (Ping timeout: 240 seconds)13:24
tortoisedoc ja13:27
tortoisedoccrash13:27
tortoisedocNotKit : it's very unstable with the new sd features enabled13:31
NotKityeah, that's pretty common for bay trail13:31
NotKitghosalmartin, if it fails 4 times in 4 minutes, yes, it will reboot13:32
ghosalmartinNotKit: the odd thing is, its not failing13:32
ghosalmartinand it fails instantly13:32
NotKitwhat is your device?13:33
ghosalmartinnexus 513:33
ghosalmartinx13:33
ghosalmartinnexus 5x13:33
NotKitcm13, right?13:33
*** wiktorek140 <wiktorek140!~wiktorek1@cix34.neoplus.adsl.tpnet.pl> has quit IRC (Ping timeout: 248 seconds)13:33
NotKiton OnePlus 2, I used cm12 aarch64 Android binaries with 32-bit Sailfish userspace13:34
NotKitshouldn't be very different in setup13:34
tortoisedocNotKit : what are most common reasons for this behaviour?13:34
NotKitsdhci support by Linux is very unstable on Bay Trail13:36
NotKitprobably your Android kernel includes some device-specific fixes by manufacturer which our kernel lacks13:36
tortoisedocNotKit : did you have similar issue on onda?13:41
ghosalmartinNotKit: tried that, it didnt like it, plus theres quite a few binaries it wants that are aarch6413:41
tortoisedoc(out of curiosity)13:42
*** dirkvl_ <dirkvl_!~dirkvl@52D91535.cm-11-1a.dynamic.ziggo.nl> has joined #sailfishos-porters13:43
NotKitno13:45
NotKitghosalmartin, all binaries are aarch6413:45
NotKitbut libs are both 64-bit and 32-bit13:45
NotKit(of Android)13:45
ghosalmartinNotKit: hmmmmm13:45
tortoisedocokay, then its debugging time13:45
*** dirkvl__ <dirkvl__!~dirkvl@52D91535.cm-11-1a.dynamic.ziggo.nl> has quit IRC (Ping timeout: 265 seconds)13:46
ghosalmartinNotKit: might create another frankenstein later, but i really want to get some aarch64 mer going13:48
NotKitthe issues with droid-hal-init are not Mer related at all by the way13:48
ghosalmartinNotKit: probably not13:48
ghosalmartinprobably aarch64 android being a pain in my ass :P13:49
ghosalmartinbut its cm13 thats really causing the "issues"13:49
*** Keijo <Keijo!~keijo@axx64.internetdsl.tpnet.pl> has joined #sailfishos-porters13:52
*** ahjolinna <ahjolinna!~ahjolinna@mobile-access-5d6a57-5.dhcp.inet.fi> has quit IRC (Read error: Connection reset by peer)13:55
tortoisedocgrr13:55
tortoisedocsdhci_pci_request_regulators13:55
tortoisedocunresolved external :/13:55
*** ahjolinna <ahjolinna!~ahjolinna@mobile-access-5d6a57-5.dhcp.inet.fi> has joined #sailfishos-porters13:55
ghosalmartinopenat(AT_FDCWD, "/sys/android_power/request_state", O_WRONLY|O_CREAT|O_NOFOLLOW|O_CLOEXEC, 0600) = -1 ENOENT (No such file or directory)13:58
ghosalmartinhmmm13:58
saidinesh5mal-: yeah. apparently my patterns (and droid configs repo on OBS) haven't been automatically updated in a month, because i wasnt using any git tags14:07
saidinesh5so it was just reusing the old builds14:07
saidinesh5also mal- the camera works without having to LD_PRELOAD libcameraservice14:08
saidinesh5directly with the libcameraservice from /system actually14:08
*** spiiroin <spiiroin!~spiiroin@87-93-39-0.bb.dnainternet.fi> has quit IRC (Remote host closed the connection)14:08
*** ghosalmartin <ghosalmartin!~ghosalmar@2a02:c7f:9227:eb00:1c68:9ebb:63df:3feb> has quit IRC (Remote host closed the connection)14:13
*** yaseen <yaseen!~AndChat26@103.61.217.207> has quit IRC (Read error: No route to host)14:15
*** yaseen <yaseen!~AndChat26@103.61.217.207> has joined #sailfishos-porters14:16
*** zz_smurfynet is now known as smurfynet14:23
*** AndChat|261225 <AndChat|261225!~AndChat26@1.39.21.30> has joined #sailfishos-porters14:29
*** yaseen <yaseen!~AndChat26@103.61.217.207> has quit IRC (Ping timeout: 265 seconds)14:32
*** tortoisedoc <tortoisedoc!5872b4a9@gateway/web/freenode/ip.88.114.180.169> has quit IRC (Ping timeout: 240 seconds)14:44
*** Sazpaimon <Sazpaimon!~wat@pool-96-245-7-85.phlapa.fios.verizon.net> has joined #sailfishos-porters14:49
*** smurfynet is now known as zz_smurfynet14:51
*** itbaron <itbaron!~kvirc@93.190.142.43> has quit IRC (Ping timeout: 248 seconds)14:51
*** itbaron <itbaron!~kvirc@93.190.143.105> has joined #sailfishos-porters14:53
*** Emperor2k3 <Emperor2k3!~AlanSmith@x4db554eb.dyn.telefonica.de> has quit IRC (Quit: Leaving.)15:01
*** spiiroin <spiiroin!~spiiroin@87-93-39-0.bb.dnainternet.fi> has joined #sailfishos-porters15:01
*** misprint <misprint!misprint@gateway/shell/openshells.net/x-oszfmebrfgefjdsp> has quit IRC (Ping timeout: 244 seconds)15:13
*** bneo99 <bneo99!~bneo99@115.133.58.233> has quit IRC (Remote host closed the connection)15:18
*** electrolux <electrolux!~electrolu@82-181-109-250.bb.dnainternet.fi> has quit IRC (Quit: Leaving.)15:19
*** ruthenianboy <ruthenianboy!55d882fa@gateway/web/freenode/ip.85.216.130.250> has joined #sailfishos-porters15:25
ruthenianboygood evening guys. I am going to fixup camera on my adaptation. But hadk-faq line 161 mentioning file I don't have in my sources.15:27
*** misprint <misprint!misprint@gateway/shell/openshells.net/x-gmojnzdisadlrmse> has joined #sailfishos-porters15:28
saidinesh5ruthenianboy: do you have them on your device?15:28
*** eyome <eyome!~eyome@vit94-6-88-160-180-232.fbx.proxad.net> has quit IRC (Quit: eyome)15:30
*** eyome <eyome!~eyome@vit94-6-88-160-180-232.fbx.proxad.net> has joined #sailfishos-porters15:31
*** AndChat|261225 <AndChat|261225!~AndChat26@1.39.21.30> has quit IRC (Ping timeout: 244 seconds)15:31
ruthenianboysaidinesh: Yes, they are present in phone15:36
*** jja2000 <jja2000!~jja2000@4dafd8b5.ftth.telfortglasvezel.nl> has joined #sailfishos-porters15:38
jja2000When porting, is cyanogenmod a requirement? Or can it also be another rom based on aosp?15:39
NotKitjja2000, it's easier if there is cyanogenmod15:39
jja2000As there is a 5.1.1 rom for my device but it's not cyanogenmod15:39
NotKitit can be aosp, if you have full source tree15:39
jja2000Any noticeable difference when using cm11 vs cm12.1?15:40
NotKitwhat is the device? do you have kernel sources?15:40
jja2000Asus Transformer Infinity tf700t15:40
jja2000It uses a faster tegra 3 version than the nexus 7 (2012)15:41
saidinesh5ruthenianboy: so you have to make  symlinks to those paths15:42
*** yaseen <yaseen!~AndChat26@103.61.217.207> has joined #sailfishos-porters15:42
saidinesh5jja2000: you probably will have to adjust some build scripts and compile time errors if you dont have cyanogenmod15:43
jja2000I do, but it's cm1115:43
ruthenianboysaidinesh5: Like this? "ln -s /system/etc/media_codecs_google_audio.xml /etc/media_codecs_google_audio.xml"15:43
jja2000So I was wondering if cm11 had any noticeable difference when compared to cm12.1 when used as the base in sailfish15:43
saidinesh5ruthenianboy: if on the device, yes that's how15:44
saidinesh5if you are trying to make the symlinks in source, they probably go into droid-configs/sparce15:44
saidinesh5jja2000: iirc there is a working version of hybris-1115:44
saidinesh5so try it out and see?15:44
saidinesh5ruthenianboy: https://github.com/saidinesh5/droid-config-cancro/tree/master/sparse/etc15:45
ruthenianboysaidinesh5: video/camera steps look terrible. How can I pack everything at once? I want to make it along with phone calls fixup15:46
jja2000hybris does work on cm11 afaik if that's what you mean15:48
saidinesh5ruthenianboy:try the phone calls fixup first. it could be two different things15:48
*** ghosalmartin <ghosalmartin!~ghosalmar@79-76-222-1.dynamic.dsl.as9105.com> has joined #sailfishos-porters15:48
jja2000I mean there's no tutorial on the nexus 5 for using cm12.1 yet so I guess it does15:48
saidinesh5yes, i meant there is a working branch of hybris based on cm 11.15:49
ruthenianboysaidinesh5: calls are working but I am packing new image. What steps for phone calls fixup needs to be repeated?15:49
saidinesh5https://github.com/saidinesh5/sailfish-build-environment-cancro/blob/master/.mersdk.profile15:49
saidinesh5build_audioflingerglue15:49
saidinesh5is what i use to get phonecalls15:49
saidinesh5build_gstdroid is to get video / camera working15:50
saidinesh5that's assuming your droid-configs already have the pulseaudio configuration files15:50
saidinesh5i.e this patch: https://github.com/saidinesh5/droid-config-cancro/commit/008fb0a3c98fcfb2a59835390ac1ed0d8a911e0a15:51
ghosalmartini assume these glues are required due to the migration from cm11 to cm12?15:52
* saidinesh5 shrugs. could be ghosalmartin15:52
saidinesh5because i had audio working for a brief while without the audioflingerglue code15:52
saidinesh5but phone calls didnt work then though15:52
ghosalmartinam sure cm13 will need even moar work...bleurgh15:54
saidinesh5hehh15:54
*** itbaron <itbaron!~kvirc@93.190.143.105> has quit IRC (Ping timeout: 248 seconds)15:55
saidinesh5i have been trying to get multirom up and running on CM 13 but results are abysmal so far..15:55
jja2000What phone?15:55
saidinesh5Xiaomi Mi3 (cancro)15:56
jja2000hmm15:56
jja2000Is there a port for it then?15:56
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@fil75-6-88-190-246-243.fbxo.proxad.net> has joined #sailfishos-porters15:56
saidinesh5yeah .. released it last week: http://forum.xda-developers.com/xiaomi-mi-3/orig-development/alpha-sailfishos-2-0-2-51-alpha-cancro-t346241915:57
jja2000No I mean multirom xD15:57
saidinesh5Ahh.. yup. there was one based on CM12.1. But i am currenntly running CM 1315:57
saidinesh5so have been trying to port multirom to CM 1315:58
jja2000The only thing that needs to be added to cm13 to get multirom to work is a kexec-hardboot patch15:59
jja2000And it needs to be added to the kernel15:59
saidinesh5you mean while compiling twrp?15:59
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@fil75-6-88-190-246-243.fbxo.proxad.net> has quit IRC (Client Quit)15:59
jja2000No when compiling the kernel15:59
*** itbaron <itbaron!~kvirc@93.190.143.105> has joined #sailfishos-porters16:00
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@fil75-6-88-190-246-243.fbxo.proxad.net> has joined #sailfishos-porters16:00
saidinesh5i have already flashed a kernel which contains that patch afaik16:00
jja2000Then it should work though16:00
jja2000I mean16:00
jja2000the mi3 has a multirom twrp port and a multirom port itself right?16:01
saidinesh5i compiled them myself16:01
*** eyome <eyome!~eyome@vit94-6-88-160-180-232.fbx.proxad.net> has quit IRC (Quit: eyome)16:01
saidinesh5previously the multirom twrp, and multirom were based on cm12.1 i think16:01
*** eyome <eyome!~eyome@vit94-6-88-160-180-232.fbx.proxad.net> has joined #sailfishos-porters16:01
jja2000Afaik that doesn't matter as I said16:01
jja2000lemme check again16:01
jja2000Can you send me the xda topic link of multirom for the mi3? There doesn't seem to be one16:03
saidinesh5http://forum.xda-developers.com/xiaomi-mi-3/development/mod-multirom-cancro-t320848616:03
jja2000The only thing you need as far as I know is a kernel based on android6.0 with the kexec-hardboot patch16:05
jja2000Then it should work16:05
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@fil75-6-88-190-246-243.fbxo.proxad.net> has quit IRC (Ping timeout: 240 seconds)16:06
saidinesh5it wasn't...16:06
saidinesh5let me try again though16:06
saidinesh5compiling the whole thing again16:06
*** yaseen <yaseen!~AndChat26@103.61.217.207> has quit IRC (Quit: Bye)16:08
*** wiktorek140 <wiktorek140!~wiktorek1@cqi26.neoplus.adsl.tpnet.pl> has joined #sailfishos-porters16:12
*** itbaron <itbaron!~kvirc@93.190.143.105> has quit IRC (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)16:12
ruthenianboy Is there any reference of packages which could be added to pattern?16:13
ruthenianboyI mean packages list. For example like jolla-settings-system-flashlight16:13
drFaustrollhttps://www.youtube.com/watch?v=8Gv0H-vPoDc16:16
saidinesh5ruthenianboy: https://github.com/saidinesh5/droid-config-cancro/blob/6c039596733cbadcab5e2c6c4bfeb33cc0dead5a/patterns/jolla-hw-adaptation-cancro.yaml16:17
saidinesh5the rest of them i add to my kickstart file16:18
saidinesh5like jolla-calculator, email, etc..16:18
saidinesh5https://github.com/saidinesh5/sailfish-build-environment-cancro/blob/master/.mersdk.profile#L17216:19
saidinesh5that line16:19
saidinesh5ghosalmartin: you have an actual jolla right?16:19
ghosalmartinsaidinesh5: nahh :P16:24
ghosalmartinjust some dude, wanting sfos on my n5x16:24
saidinesh5Ahh hmm.. was hoping to see what the name of jolla file manager is16:24
ghosalmartinwhich spiralled if i cant port mer to aarch64 :p16:24
jja2000ghosalmartin, also getting cm13 to work with sailfish16:25
ghosalmartinyeah thats taken a back seat atm :P16:25
ghosalmartinalthough atm it is cm13 causing me issues and not the aarch64ness16:25
ruthenianboysaidinesh5: thank you16:26
saidinesh5(Y)16:27
saidinesh5lol16:27
saidinesh5ghosalmartin: what kind of changes cm13 needs?16:27
ghosalmartinsaidinesh5: honestly i dunno atm16:27
ghosalmartinwell libhybris needs fixing for qualcomm devices16:27
ghosalmartindroid-hal-init needs some updates16:28
ghosalmartinis droid-hal-init just init?16:28
*** toomin <toomin!~HomoSapie@unaffiliated/toomin> has joined #sailfishos-porters16:28
saidinesh5hmm...16:28
NotKitghosalmartin, yes16:29
NotKitrenamed init16:29
NotKit(and patched)16:30
ghosalmartinNotKit: ahh so i can happily just add flags to it16:30
ghosalmartinNotKit: its now split into first and second stage16:31
jja2000Goddamn this thing takes a long time to charge16:31
ghosalmartinand i think all first stage does is stuff to do with selinux, so if you run droid-hal-init, itll just reboot the device16:31
*** zhxt <zhxt!~zhxt@114.111.167.117> has quit IRC (Ping timeout: 244 seconds)16:32
ghosalmartinhow does stuff end up in droid-hybris16:35
*** Keijo <Keijo!~keijo@axx64.internetdsl.tpnet.pl> has quit IRC (Ping timeout: 240 seconds)16:36
*** eyome <eyome!~eyome@vit94-6-88-160-180-232.fbx.proxad.net> has quit IRC (Quit: eyome)16:37
NotKitghosalmartin, from mer-hybris built /system by packaging recipes16:39
ghosalmartinright, its missing the lib64 packages16:40
ghosalmartinonly picks up lib16:40
jja2000Didn't some 64-bit phones use kitkat? Isn't there a way to port whatever they used to function to sailfish?16:42
ghosalmartinjja2000: i think aarch64 came about for lollipop but i could be wrong16:44
NotKitghosalmartin, it can be fixed in spec file16:44
ghosalmartinNotKit: yeahh i found it thanks :)16:44
ghosalmartinwas in the droid-hal-device.inc file16:45
mal-saidinesh5: your droid-configs repo seems to be missing the video flash setting for camera16:47
saidinesh5mal-: the 2, 32 ?16:47
mal-yes16:47
saidinesh5i have it on my device but it shows nothing16:47
saidinesh5that's why didnt commit it16:48
mal-hmm16:48
mal-saidinesh5: does the flashlight toggle work?16:48
saidinesh5yes, it does16:48
*** taaem <taaem!~taaem@unaffiliated/taaem> has joined #sailfishos-porters16:48
mal-saidinesh5: you added it to this line https://github.com/saidinesh5/droid-config-cancro/blob/master/sparse/etc/dconf/db/vendor.d/jolla-camera-hw.txt#L4216:49
taaemkimmoli: ping do we miss some config for ofono? https://twitter.com/nieldk/status/77743629479647232016:49
mal-taaem: yes16:50
saidinesh5yup https://paste.kde.org/pc5ljnljf16:51
taaemmal-: its /etc/ofono/ril_subscribtion.conf missing an entry for RIL1 right?16:51
mal-taaem: yes, like this https://github.com/mlehtima/droid-config-fp2-sibon/blob/2.0.2/sparse/etc/ofono/ril_subscription.conf16:52
NotKitghosalmartin, could you upload your aarch64 target or explain how to set it up?16:52
ghosalmartinNotKit: yeah happily, ill write a pirate pad of taking the existing one and setting it up16:52
mal-taaem: and then this https://github.com/mlehtima/droid-config-fp2-sibon/commit/0cb165d2579fef7e29ebd4fd808e05dd2a46795216:53
mal-saidinesh5: strange, it should work with that, did you run dconf update?16:54
mal-saidinesh5: and maybe reboot after that16:54
saidinesh5that's a fresh image.. but let me flash it again. it probably was pulling the old packages from OBS16:54
*** zz_smurfynet is now known as smurfynet16:56
mal-saidinesh5: did you see the selection in jolla camera16:57
saidinesh5nope16:57
saidinesh5flashing the new image.. so lets see16:58
mal-ok, then the config was not used properly16:58
*** Umeaboy <Umeaboy!~Umeaboy@c-94-255-142-133.cust.bredband2.com> has joined #sailfishos-porters16:59
saidinesh5mal-: btw. patching the libcameraservice and the init.rc for preloading libcameraservice is actually not needed17:00
saidinesh5as i was using that droidmedia patch to initialize audioservice17:00
*** yaseen <yaseen!~AndChat26@103.61.217.207> has joined #sailfishos-porters17:01
mal-saidinesh5: ok17:01
taaemmal-: thx17:02
* saidinesh5 facepalms.. 17:04
saidinesh5mal-: yeah the previous image was using older packages from OBS17:08
ghosalmartinNotKit: hows this http://piratepad.net/1SZK4QW67K17:08
kimmolitaaem: there is pr for ril17:08
*** jja2000 <jja2000!~jja2000@4dafd8b5.ftth.telfortglasvezel.nl> has quit IRC (Remote host closed the connection)17:08
NotKitthanks17:08
NotKitno special repo needed for aarch64?17:08
ghosalmartinits listed in the piratepad17:08
taaemkimmoli: i couldn't find the pr..17:08
kimmolitaaem: no pr, it was in issue #1017:08
taaembut i remember there was one17:08
taaemah17:08
taaemokay17:08
*** toomin <toomin!~HomoSapie@unaffiliated/toomin> has quit IRC (Ping timeout: 244 seconds)17:08
*** toomin <toomin!~HomoSapie@unaffiliated/toomin> has joined #sailfishos-porters17:10
ghosalmartinNotKit: any questions or errors feel free to ask, ive probably forgotten something along the way17:10
*** spidermario <spidermario!~spidermar@185.132.73.78> has joined #sailfishos-porters17:16
*** spider-mario <spider-mario!~spidermar@178-83-188-253.dynamic.hispeed.ch> has quit IRC (Quit: spider-mario)17:27
*** spidermario is now known as spider-mario17:27
*** ghosalmartin <ghosalmartin!~ghosalmar@79-76-222-1.dynamic.dsl.as9105.com> has quit IRC (*.net *.split)17:27
*** spiiroin <spiiroin!~spiiroin@87-93-39-0.bb.dnainternet.fi> has quit IRC (*.net *.split)17:27
*** dirkvl_ <dirkvl_!~dirkvl@52D91535.cm-11-1a.dynamic.ziggo.nl> has quit IRC (*.net *.split)17:27
*** sydney_untangle <sydney_untangle!~sydney@supertux/sydney> has quit IRC (*.net *.split)17:27
*** piggz <piggz!~piggz@195.147.198.68> has quit IRC (*.net *.split)17:27
*** keithzg <keithzg!~keithzg@184.70.164.246> has quit IRC (*.net *.split)17:27
*** M-bobsummerwill <M-bobsummerwill!bobsummerw@gateway/shell/matrix.org/x-nptfdqitbhheklct> has quit IRC (*.net *.split)17:27
*** Tassadar <Tassadar!~tassadar@ip-78-45-143-117.net.upcbroadband.cz> has quit IRC (*.net *.split)17:27
*** _Razor_ <_Razor_!~razor@81-175-131-136.bb.dnainternet.fi> has quit IRC (*.net *.split)17:27
*** dr_gogeta86 <dr_gogeta86!~gogeta@unaffiliated/dr-gogeta86/x-8885803> has quit IRC (*.net *.split)17:27
*** Krikke <Krikke!ixevix@ragnaros.hearthstone.fi> has quit IRC (*.net *.split)17:27
*** edubai__ <edubai__!sid39243@gateway/web/irccloud.com/x-wricevbrerydcwoh> has quit IRC (*.net *.split)17:27
*** eekkelund <eekkelund!eetukah@Maemo/community/council/eekkelund> has quit IRC (*.net *.split)17:27
*** Makinit <Makinit!makinit@makinit.nl> has quit IRC (*.net *.split)17:27
*** deztructor <deztructor!~deztructo@146.185.157.67> has quit IRC (*.net *.split)17:27
*** Zotan <Zotan!~quassel@2a00:1098:0:86:1000:20:0:1> has quit IRC (*.net *.split)17:27
*** Xxaxx_ <Xxaxx_!~combat@you-ra.info> has quit IRC (*.net *.split)17:27
*** sycoso <sycoso!K1ucY8S1xo@gateway/shell/uberspace.de/x-kiyxcwarozvkwhrj> has quit IRC (*.net *.split)17:27
*** teve <teve!teve@poliisi.iki.fi> has quit IRC (*.net *.split)17:27
*** zama <zama!~zama@unaffiliated/stryx/x-3871776> has quit IRC (*.net *.split)17:27
*** maikoool_away <maikoool_away!~maikoool@maikelwever.nl> has quit IRC (*.net *.split)17:27
*** Armadillo <Armadillo!~Armadillo@web.penguinfriends.org> has quit IRC (*.net *.split)17:27
*** divis1969 <divis1969!~dsmirnov@212.92.145.20> has quit IRC (*.net *.split)17:27
*** yaseen <yaseen!~AndChat26@103.61.217.207> has quit IRC (*.net *.split)17:27
*** taaem <taaem!~taaem@unaffiliated/taaem> has quit IRC (*.net *.split)17:27
*** fiddlerwoaroof <fiddlerwoaroof!~fiddlerwo@unaffiliated/fiddlerwoaroof> has quit IRC (*.net *.split)17:28
*** ranter <ranter!~ranter@37-136-67-14.rev.dnainternet.fi> has quit IRC (*.net *.split)17:28
*** pulser <pulser!~quassel@VillainROM/staff/Pulser> has quit IRC (*.net *.split)17:28
*** kjokinie <kjokinie!~kjokinie@145.247.120.245> has quit IRC (*.net *.split)17:28
*** locusf <locusf!~locusf@87-95-3-226.bb.dnainternet.fi> has quit IRC (*.net *.split)17:28
*** jusa_ <jusa_!jusa@kraa.fi> has quit IRC (*.net *.split)17:28
*** juiceme <juiceme!~juice@Maemo/community/council/juiceme> has quit IRC (*.net *.split)17:28
*** smurfynet <smurfynet!~smurfynet@ppp-93-104-125-202.dynamic.mnet-online.de> has quit IRC (*.net *.split)17:28
*** husqar <husqar!~husqar@v45586.1blu.de> has quit IRC (*.net *.split)17:28
*** ParkerR <ParkerR!ParkerR@unaffiliated/parkerr> has quit IRC (*.net *.split)17:28
*** dlavso <dlavso!~dlavsolin@host9-3-dynamic.51-82-r.retail.telecomitalia.it> has quit IRC (*.net *.split)17:28
*** Sage <Sage!sage@kapsi.fi> has quit IRC (*.net *.split)17:28
*** paju <paju!~paju@dsl-hkibrasgw1-58c01b-45.dhcp.inet.fi> has quit IRC (*.net *.split)17:28
*** phlixi_ <phlixi_!~phlixi@ppp-88-217-39-44.dynamic.mnet-online.de> has quit IRC (*.net *.split)17:28
*** tanty_off <tanty_off!~agomez@fanzine.igalia.com> has quit IRC (*.net *.split)17:28
*** lbt <lbt!~lbt@Maemo/community/contributor/lbt> has quit IRC (*.net *.split)17:28
*** Zucca <Zucca!~zucca@85-76-76-229-nat.elisa-mobile.fi> has quit IRC (*.net *.split)17:28
*** espes <espes!~espes@205.185.120.132> has quit IRC (*.net *.split)17:28
*** sletta <sletta!~sletta@254.141.16.62.customer.cdi.no> has quit IRC (*.net *.split)17:28
*** Wnt <Wnt!jonni@egarden.fi> has quit IRC (*.net *.split)17:28
*** saidinesh5 <saidinesh5!~quassel@minad.de> has quit IRC (*.net *.split)17:28
*** gmoro <gmoro!~guilherme@193.120.208.221> has quit IRC (*.net *.split)17:28
*** pykape <pykape!~pykape@88.115.110.99> has quit IRC (*.net *.split)17:28
*** mac- <mac-!mac@mac.banda.pl> has quit IRC (*.net *.split)17:28
*** simonvanderveldt <simonvanderveldt!~Simon_van@145.133.144.237> has quit IRC (*.net *.split)17:28
*** Johann <Johann!~johann@6-8.fr> has quit IRC (*.net *.split)17:28
*** borcean <borcean!~borcean@osuosl/staff/borcean> has quit IRC (*.net *.split)17:28
*** vgrade <vgrade!~vgrade@static.10.191.46.78.clients.your-server.de> has quit IRC (*.net *.split)17:28
*** cybette <cybette!cybette@nat/redhat/x-bgkdapynkcforiym> has quit IRC (*.net *.split)17:28
*** pketo <pketo!~keto@a91-152-22-27.elisa-laajakaista.fi> has quit IRC (*.net *.split)17:28
*** faenil <faenil!~faenil@static.186.47.47.78.clients.your-server.de> has quit IRC (*.net *.split)17:28
*** lanodan <lanodan!~lanodan@cse35-1-82-236-142-101.fbx.proxad.net> has quit IRC (*.net *.split)17:28
*** ruthenianboy <ruthenianboy!55d882fa@gateway/web/freenode/ip.85.216.130.250> has quit IRC (*.net *.split)17:28
*** bluszcz <bluszcz!~bluszcz@idoru.pl> has quit IRC (*.net *.split)17:28
*** ced117 <ced117!~ced117@opensuse/member/ced117> has quit IRC (*.net *.split)17:28
*** horuxan <horuxan!~horuxanxx@201.46.181.197> has quit IRC (*.net *.split)17:28
*** NeoChapay <NeoChapay!~s.chuplig@host-207-138.dialup.telecet.ru> has quit IRC (*.net *.split)17:28
*** taaem[m] <taaem[m]!taaemmatri@gateway/shell/matrix.org/x-ncohktqbrdrvyoux> has quit IRC (*.net *.split)17:28
*** morphis <morphis!morphis@fiona.nas-admin.org> has quit IRC (*.net *.split)17:28
*** entil <entil!~mjt@static.73.71.47.78.clients.your-server.de> has quit IRC (*.net *.split)17:28
*** NotKit <NotKit!~nekit@178-45-11-23.saransk.ru> has quit IRC (*.net *.split)17:28
*** olafh <olafh!~olafh@p5DEDF5A7.dip0.t-ipconnect.de> has quit IRC (*.net *.split)17:28
*** olesalscheider <olesalscheider!~olesalsch@exherbo/developer/olesalscheider> has quit IRC (*.net *.split)17:28
*** thewisenerd <thewisenerd!thewisener@dev.null.firrre.com> has quit IRC (*.net *.split)17:28
*** misprint <misprint!misprint@gateway/shell/openshells.net/x-gmojnzdisadlrmse> has quit IRC (*.net *.split)17:28
*** Aspor <Aspor!timaenpa@tuomi.oulu.fi> has quit IRC (*.net *.split)17:28
*** Jonni <Jonni!~rainisto@108.61.123.67> has quit IRC (*.net *.split)17:28
*** plokk <plokk!antti@erikoismiehet.net> has quit IRC (*.net *.split)17:28
*** spider-mario <spider-mario!~spidermar@185.132.73.78> has quit IRC (*.net *.split)17:28
*** mhlavink <mhlavink!quassel@nat/redhat/x-zgdajnlhyvrycabs> has quit IRC (*.net *.split)17:28
*** lynxis <lynxis!~lunarius@lunarius.fe80.eu> has quit IRC (*.net *.split)17:28
*** toomin <toomin!~HomoSapie@unaffiliated/toomin> has quit IRC (*.net *.split)17:28
*** Umeaboy <Umeaboy!~Umeaboy@c-94-255-142-133.cust.bredband2.com> has quit IRC (*.net *.split)17:28
*** cornu <cornu!cornuhhhor@gateway/shell/matrix.org/x-zewbdedjaydherzf> has quit IRC (*.net *.split)17:28
*** ballock <ballock!~ballock@194.181.150.131> has quit IRC (*.net *.split)17:28
*** jpaana <jpaana!jpaana@s2.org> has quit IRC (*.net *.split)17:28
*** iAmVille <iAmVille!~iAmVille@mail.analogbits.me> has quit IRC (*.net *.split)17:28
*** rengel <rengel!rengel@vierii.fi> has quit IRC (*.net *.split)17:28
*** friese <friese!~quassel@anonfriese.de> has quit IRC (*.net *.split)17:28
*** r0kk3rz <r0kk3rz!~rockliffe@40.122.55.120> has quit IRC (*.net *.split)17:28
*** wiktorek140 <wiktorek140!~wiktorek1@cqi26.neoplus.adsl.tpnet.pl> has quit IRC (*.net *.split)17:28
*** Nokius <Nokius!~Nokius@p5DDB7574.dip0.t-ipconnect.de> has quit IRC (*.net *.split)17:28
*** lpotter <lpotter!~quassel@2001:8003:6029:8500:76e6:e2ff:fee0:8120> has quit IRC (*.net *.split)17:28
*** tbr <tbr!dm8tbr@mail.bfst.de> has quit IRC (*.net *.split)17:28
*** draft <draft!draft@irc.disharmony.fi> has quit IRC (*.net *.split)17:28
*** yacuken <yacuken!~yacuken@91.202.44.66> has quit IRC (*.net *.split)17:28
*** Dazzozo <Dazzozo!~daz@sauria.dazzozo.com> has quit IRC (*.net *.split)17:28
*** krhnoo <krhnoo!~pyllymysl@ip666.saatana.xyz> has quit IRC (*.net *.split)17:28
*** filippz <filippz!filippz@gateway/shell/panicbnc/x-mspaoybujaundwxr> has quit IRC (*.net *.split)17:28
*** jayaura <jayaura!~jay_aura@2001:bc8:4400:2100::21:607> has quit IRC (*.net *.split)17:28
*** ggabriel <ggabriel!~slv@gabrielgi.plus.com> has quit IRC (*.net *.split)17:28
*** ZeDestructor <ZeDestructor!~ZD@unaffiliated/zedestructor> has quit IRC (*.net *.split)17:28
*** raa700 <raa700!ld@hilla.kapsi.fi> has quit IRC (*.net *.split)17:28
*** giucam <giucam!~giulio@qt/giucam> has quit IRC (*.net *.split)17:28
*** marxistvegan <marxistvegan!~quassel@fsf/staff/marxistvegan> has quit IRC (*.net *.split)17:28
*** kido <kido!~kido@unaffiliated/kido> has quit IRC (*.net *.split)17:28
*** xkr47 <xkr47!xkr47@2001:14b8:141:5926:5358:9793:2384:6264> has quit IRC (*.net *.split)17:28
*** Sazpaimon <Sazpaimon!~wat@pool-96-245-7-85.phlapa.fios.verizon.net> has quit IRC (*.net *.split)17:28
*** maheart <maheart!~maheart@110-174-95-7.static.tpgi.com.au> has quit IRC (*.net *.split)17:28
*** TheRealJohnGalt[ <TheRealJohnGalt[!therealjoh@gateway/shell/matrix.org/x-kaaueenjftxaoyav> has quit IRC (*.net *.split)17:28
*** Aoyagi_mehtop <Aoyagi_mehtop!~Aoyagi@unaffiliated/aoyagi> has quit IRC (*.net *.split)17:28
*** draynium <draynium!~d@45.63.97.181> has quit IRC (*.net *.split)17:28
*** pavi <pavi!~pavi@188.166.19.67> has quit IRC (*.net *.split)17:28
*** junnuvi <junnuvi!~oh6gff@gw.vy.fi> has quit IRC (*.net *.split)17:28
*** stephg <stephg!~stephg@93.89.81.153> has quit IRC (*.net *.split)17:28
*** sledges <sledges!~sleleiva@unaffiliated/sledgeas> has quit IRC (*.net *.split)17:28
*** zuh <zuh!zuh@humboldt.pingu.fi> has quit IRC (*.net *.split)17:28
*** MSameer <MSameer!~MSameer@naboo.foolab.org> has quit IRC (*.net *.split)17:28
*** kimmoli <kimmoli!~kl@194.100.69.195> has quit IRC (*.net *.split)17:28
*** R-Z_ <R-Z_!~quassel@91-158-63-13.elisa-laajakaista.fi> has quit IRC (*.net *.split)17:28
*** ahjolinna <ahjolinna!~ahjolinna@mobile-access-5d6a57-5.dhcp.inet.fi> has quit IRC (*.net *.split)17:28
*** Lipevakala_ <Lipevakala_!~sailfish@dyj5kyyyz1chn6ht73m5t-3.rev.dnainternet.fi> has quit IRC (*.net *.split)17:28
*** drFaustroll <drFaustroll!~drFaustro@opensuse/member/ealin> has quit IRC (*.net *.split)17:28
*** krnlyng <krnlyng!~liar@178.112.240.80.wireless.dyn.drei.com> has quit IRC (*.net *.split)17:28
*** t4ryn <t4ryn!foobar@unaffiliated/t4ryn> has quit IRC (*.net *.split)17:28
*** jfred[m] <jfred[m]!jonterracr@gateway/shell/matrix.org/x-fetakvvvylxppgcv> has quit IRC (*.net *.split)17:28
*** bugzy <bugzy!~quassel@66.252.139.92> has quit IRC (*.net *.split)17:28
*** mariogrip <mariogrip!sid69323@ubuntu/member/mariogrip> has quit IRC (*.net *.split)17:28
*** Ingvix <Ingvix!~Ingvix@ip-hml-58569a-216.dhcp.inet.fi> has quit IRC (*.net *.split)17:28
*** MrChrisDruif <MrChrisDruif!~quassel@ip4da06930.direct-adsl.nl> has quit IRC (*.net *.split)17:28
*** JvD_ <JvD_!~jvd@xdsl-83-145-207-14.nebulazone.fi> has quit IRC (*.net *.split)17:28
*** jaywalk <jaywalk!~strkmjolk@ntp/member/jwalck> has quit IRC (*.net *.split)17:28
*** taaem <taaem!~taaem@unaffiliated/taaem> has joined #sailfishos-porters17:30
*** spider-mario <spider-mario!~spidermar@185.132.73.78> has joined #sailfishos-porters17:30
*** toomin <toomin!~HomoSapie@unaffiliated/toomin> has joined #sailfishos-porters17:30
*** wiktorek140 <wiktorek140!~wiktorek1@cqi26.neoplus.adsl.tpnet.pl> has joined #sailfishos-porters17:30
*** ghosalmartin <ghosalmartin!~ghosalmar@79-76-222-1.dynamic.dsl.as9105.com> has joined #sailfishos-porters17:30
*** misprint <misprint!misprint@gateway/shell/openshells.net/x-gmojnzdisadlrmse> has joined #sailfishos-porters17:30
*** ruthenianboy <ruthenianboy!55d882fa@gateway/web/freenode/ip.85.216.130.250> has joined #sailfishos-porters17:30
*** spiiroin <spiiroin!~spiiroin@87-93-39-0.bb.dnainternet.fi> has joined #sailfishos-porters17:30
*** Sazpaimon <Sazpaimon!~wat@pool-96-245-7-85.phlapa.fios.verizon.net> has joined #sailfishos-porters17:30
*** ahjolinna <ahjolinna!~ahjolinna@mobile-access-5d6a57-5.dhcp.inet.fi> has joined #sailfishos-porters17:30
*** dirkvl_ <dirkvl_!~dirkvl@52D91535.cm-11-1a.dynamic.ziggo.nl> has joined #sailfishos-porters17:30
*** bluszcz <bluszcz!~bluszcz@idoru.pl> has joined #sailfishos-porters17:30
*** piggz <piggz!~piggz@195.147.198.68> has joined #sailfishos-porters17:30
*** Tassadar <Tassadar!~tassadar@ip-78-45-143-117.net.upcbroadband.cz> has joined #sailfishos-porters17:30
*** Lipevakala_ <Lipevakala_!~sailfish@dyj5kyyyz1chn6ht73m5t-3.rev.dnainternet.fi> has joined #sailfishos-porters17:30
*** drFaustroll <drFaustroll!~drFaustro@opensuse/member/ealin> has joined #sailfishos-porters17:30
*** olafh <olafh!~olafh@p5DEDF5A7.dip0.t-ipconnect.de> has joined #sailfishos-porters17:30
*** sydney_untangle <sydney_untangle!~sydney@supertux/sydney> has joined #sailfishos-porters17:30
*** fiddlerwoaroof <fiddlerwoaroof!~fiddlerwo@unaffiliated/fiddlerwoaroof> has joined #sailfishos-porters17:30
*** Nokius <Nokius!~Nokius@p5DDB7574.dip0.t-ipconnect.de> has joined #sailfishos-porters17:30
*** ranter <ranter!~ranter@37-136-67-14.rev.dnainternet.fi> has joined #sailfishos-porters17:30
*** ced117 <ced117!~ced117@opensuse/member/ced117> has joined #sailfishos-porters17:30
*** krnlyng <krnlyng!~liar@178.112.240.80.wireless.dyn.drei.com> has joined #sailfishos-porters17:30
*** horuxan <horuxan!~horuxanxx@201.46.181.197> has joined #sailfishos-porters17:30
*** Zucca <Zucca!~zucca@85-76-76-229-nat.elisa-mobile.fi> has joined #sailfishos-porters17:30
*** NeoChapay <NeoChapay!~s.chuplig@host-207-138.dialup.telecet.ru> has joined #sailfishos-porters17:30
*** _Razor_ <_Razor_!~razor@81-175-131-136.bb.dnainternet.fi> has joined #sailfishos-porters17:30
*** lpotter <lpotter!~quassel@2001:8003:6029:8500:76e6:e2ff:fee0:8120> has joined #sailfishos-porters17:30
*** espes <espes!~espes@205.185.120.132> has joined #sailfishos-porters17:30
*** olesalscheider <olesalscheider!~olesalsch@exherbo/developer/olesalscheider> has joined #sailfishos-porters17:30
*** keithzg <keithzg!~keithzg@184.70.164.246> has joined #sailfishos-porters17:30
*** maheart <maheart!~maheart@110-174-95-7.static.tpgi.com.au> has joined #sailfishos-porters17:30
*** M-bobsummerwill <M-bobsummerwill!bobsummerw@gateway/shell/matrix.org/x-nptfdqitbhheklct> has joined #sailfishos-porters17:30
*** tbr <tbr!dm8tbr@mail.bfst.de> has joined #sailfishos-porters17:30
*** taaem[m] <taaem[m]!taaemmatri@gateway/shell/matrix.org/x-ncohktqbrdrvyoux> has joined #sailfishos-porters17:30
*** thewisenerd <thewisenerd!thewisener@dev.null.firrre.com> has joined #sailfishos-porters17:30
*** t4ryn <t4ryn!foobar@unaffiliated/t4ryn> has joined #sailfishos-porters17:30
*** ParkerR <ParkerR!ParkerR@unaffiliated/parkerr> has joined #sailfishos-porters17:30
*** jfred[m] <jfred[m]!jonterracr@gateway/shell/matrix.org/x-fetakvvvylxppgcv> has joined #sailfishos-porters17:30
*** TheRealJohnGalt[ <TheRealJohnGalt[!therealjoh@gateway/shell/matrix.org/x-kaaueenjftxaoyav> has joined #sailfishos-porters17:30
*** cornu <cornu!cornuhhhor@gateway/shell/matrix.org/x-zewbdedjaydherzf> has joined #sailfishos-porters17:30
*** dr_gogeta86 <dr_gogeta86!~gogeta@unaffiliated/dr-gogeta86/x-8885803> has joined #sailfishos-porters17:30
*** Krikke <Krikke!ixevix@ragnaros.hearthstone.fi> has joined #sailfishos-porters17:30
*** Armadillo <Armadillo!~Armadillo@web.penguinfriends.org> has joined #sailfishos-porters17:30
*** mhlavink <mhlavink!quassel@nat/redhat/x-zgdajnlhyvrycabs> has joined #sailfishos-porters17:30
*** draft <draft!draft@irc.disharmony.fi> has joined #sailfishos-porters17:30
*** borcean <borcean!~borcean@osuosl/staff/borcean> has joined #sailfishos-porters17:30
*** Aoyagi_mehtop <Aoyagi_mehtop!~Aoyagi@unaffiliated/aoyagi> has joined #sailfishos-porters17:30
*** bugzy <bugzy!~quassel@66.252.139.92> has joined #sailfishos-porters17:30
*** divis1969 <divis1969!~dsmirnov@212.92.145.20> has joined #sailfishos-porters17:30
*** morphis <morphis!morphis@fiona.nas-admin.org> has joined #sailfishos-porters17:30
*** pulser <pulser!~quassel@VillainROM/staff/Pulser> has joined #sailfishos-porters17:30
*** mariogrip <mariogrip!sid69323@ubuntu/member/mariogrip> has joined #sailfishos-porters17:30
*** edubai__ <edubai__!sid39243@gateway/web/irccloud.com/x-wricevbrerydcwoh> has joined #sailfishos-porters17:30
*** draynium <draynium!~d@45.63.97.181> has joined #sailfishos-porters17:30
*** Ingvix <Ingvix!~Ingvix@ip-hml-58569a-216.dhcp.inet.fi> has joined #sailfishos-porters17:30
*** husqar <husqar!~husqar@v45586.1blu.de> has joined #sailfishos-porters17:30
*** smurfynet <smurfynet!~smurfynet@ppp-93-104-125-202.dynamic.mnet-online.de> has joined #sailfishos-porters17:30
*** juiceme <juiceme!~juice@Maemo/community/council/juiceme> has joined #sailfishos-porters17:30
*** jusa_ <jusa_!jusa@kraa.fi> has joined #sailfishos-porters17:30
*** locusf <locusf!~locusf@87-95-3-226.bb.dnainternet.fi> has joined #sailfishos-porters17:30
*** kjokinie <kjokinie!~kjokinie@145.247.120.245> has joined #sailfishos-porters17:30
*** lbt <lbt!~lbt@Maemo/community/contributor/lbt> has joined #sailfishos-porters17:30
*** tanty_off <tanty_off!~agomez@fanzine.igalia.com> has joined #sailfishos-porters17:30
*** phlixi_ <phlixi_!~phlixi@ppp-88-217-39-44.dynamic.mnet-online.de> has joined #sailfishos-porters17:30
*** paju <paju!~paju@dsl-hkibrasgw1-58c01b-45.dhcp.inet.fi> has joined #sailfishos-porters17:30
*** Sage <Sage!sage@kapsi.fi> has joined #sailfishos-porters17:30
*** dlavso <dlavso!~dlavsolin@host9-3-dynamic.51-82-r.retail.telecomitalia.it> has joined #sailfishos-porters17:30
*** Johann <Johann!~johann@6-8.fr> has joined #sailfishos-porters17:30
*** simonvanderveldt <simonvanderveldt!~Simon_van@145.133.144.237> has joined #sailfishos-porters17:30
*** mac- <mac-!mac@mac.banda.pl> has joined #sailfishos-porters17:30
*** pykape <pykape!~pykape@88.115.110.99> has joined #sailfishos-porters17:30
*** gmoro <gmoro!~guilherme@193.120.208.221> has joined #sailfishos-porters17:30
*** saidinesh5 <saidinesh5!~quassel@minad.de> has joined #sailfishos-porters17:30
*** Wnt <Wnt!jonni@egarden.fi> has joined #sailfishos-porters17:30
*** sletta <sletta!~sletta@254.141.16.62.customer.cdi.no> has joined #sailfishos-porters17:30
*** ballock <ballock!~ballock@194.181.150.131> has joined #sailfishos-porters17:30
*** lanodan <lanodan!~lanodan@cse35-1-82-236-142-101.fbx.proxad.net> has joined #sailfishos-porters17:30
*** faenil <faenil!~faenil@static.186.47.47.78.clients.your-server.de> has joined #sailfishos-porters17:30
*** pketo <pketo!~keto@a91-152-22-27.elisa-laajakaista.fi> has joined #sailfishos-porters17:30
*** cybette <cybette!cybette@nat/redhat/x-bgkdapynkcforiym> has joined #sailfishos-porters17:30
*** vgrade <vgrade!~vgrade@static.10.191.46.78.clients.your-server.de> has joined #sailfishos-porters17:30
*** Aspor <Aspor!timaenpa@tuomi.oulu.fi> has joined #sailfishos-porters17:30
*** Jonni <Jonni!~rainisto@108.61.123.67> has joined #sailfishos-porters17:30
*** entil <entil!~mjt@static.73.71.47.78.clients.your-server.de> has joined #sailfishos-porters17:30
*** plokk <plokk!antti@erikoismiehet.net> has joined #sailfishos-porters17:30
*** eekkelund <eekkelund!eetukah@Maemo/community/council/eekkelund> has joined #sailfishos-porters17:30
*** NotKit <NotKit!~nekit@178-45-11-23.saransk.ru> has joined #sailfishos-porters17:30
*** lynxis <lynxis!~lunarius@lunarius.fe80.eu> has joined #sailfishos-porters17:30
*** r0kk3rz <r0kk3rz!~rockliffe@40.122.55.120> has joined #sailfishos-porters17:30
*** friese <friese!~quassel@anonfriese.de> has joined #sailfishos-porters17:30
*** rengel <rengel!rengel@vierii.fi> has joined #sailfishos-porters17:30
*** jpaana <jpaana!jpaana@s2.org> has joined #sailfishos-porters17:30
*** iAmVille <iAmVille!~iAmVille@mail.analogbits.me> has joined #sailfishos-porters17:30
*** maikoool_away <maikoool_away!~maikoool@maikelwever.nl> has joined #sailfishos-porters17:30
*** zama <zama!~zama@unaffiliated/stryx/x-3871776> has joined #sailfishos-porters17:30
*** teve <teve!teve@poliisi.iki.fi> has joined #sailfishos-porters17:30
*** sycoso <sycoso!K1ucY8S1xo@gateway/shell/uberspace.de/x-kiyxcwarozvkwhrj> has joined #sailfishos-porters17:30
*** Xxaxx_ <Xxaxx_!~combat@you-ra.info> has joined #sailfishos-porters17:30
*** Zotan <Zotan!~quassel@2a00:1098:0:86:1000:20:0:1> has joined #sailfishos-porters17:30
*** deztructor <deztructor!~deztructo@146.185.157.67> has joined #sailfishos-porters17:30
*** Makinit <Makinit!makinit@makinit.nl> has joined #sailfishos-porters17:30
*** xkr47 <xkr47!xkr47@2001:14b8:141:5926:5358:9793:2384:6264> has joined #sailfishos-porters17:30
*** kido <kido!~kido@unaffiliated/kido> has joined #sailfishos-porters17:30
*** marxistvegan <marxistvegan!~quassel@fsf/staff/marxistvegan> has joined #sailfishos-porters17:30
*** giucam <giucam!~giulio@qt/giucam> has joined #sailfishos-porters17:30
*** raa700 <raa700!ld@hilla.kapsi.fi> has joined #sailfishos-porters17:30
*** ZeDestructor <ZeDestructor!~ZD@unaffiliated/zedestructor> has joined #sailfishos-porters17:30
*** ggabriel <ggabriel!~slv@gabrielgi.plus.com> has joined #sailfishos-porters17:30
*** jayaura <jayaura!~jay_aura@2001:bc8:4400:2100::21:607> has joined #sailfishos-porters17:30
*** filippz <filippz!filippz@gateway/shell/panicbnc/x-mspaoybujaundwxr> has joined #sailfishos-porters17:30
*** krhnoo <krhnoo!~pyllymysl@ip666.saatana.xyz> has joined #sailfishos-porters17:30
*** Dazzozo <Dazzozo!~daz@sauria.dazzozo.com> has joined #sailfishos-porters17:30
*** yacuken <yacuken!~yacuken@91.202.44.66> has joined #sailfishos-porters17:30
*** MrChrisDruif <MrChrisDruif!~quassel@ip4da06930.direct-adsl.nl> has joined #sailfishos-porters17:30
*** JvD_ <JvD_!~jvd@xdsl-83-145-207-14.nebulazone.fi> has joined #sailfishos-porters17:30
*** jaywalk <jaywalk!~strkmjolk@ntp/member/jwalck> has joined #sailfishos-porters17:30
*** pavi <pavi!~pavi@188.166.19.67> has joined #sailfishos-porters17:30
*** sledges <sledges!~sleleiva@unaffiliated/sledgeas> has joined #sailfishos-porters17:30
*** junnuvi <junnuvi!~oh6gff@gw.vy.fi> has joined #sailfishos-porters17:30
*** stephg <stephg!~stephg@93.89.81.153> has joined #sailfishos-porters17:30
*** zuh <zuh!zuh@humboldt.pingu.fi> has joined #sailfishos-porters17:30
*** MSameer <MSameer!~MSameer@naboo.foolab.org> has joined #sailfishos-porters17:30
*** kimmoli <kimmoli!~kl@194.100.69.195> has joined #sailfishos-porters17:30
*** R-Z_ <R-Z_!~quassel@91-158-63-13.elisa-laajakaista.fi> has joined #sailfishos-porters17:30
*** eyome <eyome!~eyome@vit94-6-88-160-180-232.fbx.proxad.net> has joined #sailfishos-porters17:48
*** ghosalmartin <ghosalmartin!~ghosalmar@79-76-222-1.dynamic.dsl.as9105.com> has quit IRC (Remote host closed the connection)18:00
NotKitas for OnePlus 2, there a problem18:00
NotKitbootloader is different for 5.1.x and 6.x18:01
NotKitso if I base port on cm12, people will need to flash official 5.1.x firmware first, then cm1218:03
*** smurfynet is now known as zz_smurfynet18:18
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@fil75-6-88-190-246-243.fbxo.proxad.net> has joined #sailfishos-porters18:19
*** piggz <piggz!~piggz@195.147.198.68> has quit IRC (Ping timeout: 260 seconds)18:23
*** ZucZero <ZucZero!~zucca@85-76-76-229-nat.elisa-mobile.fi> has joined #sailfishos-porters18:24
*** sletta_ <sletta_!~sletta@254.141.16.62.customer.cdi.no> has joined #sailfishos-porters18:24
*** sletta <sletta!~sletta@254.141.16.62.customer.cdi.no> has quit IRC (Read error: Connection reset by peer)18:25
*** Zucca <Zucca!~zucca@85-76-76-229-nat.elisa-mobile.fi> has quit IRC (Ping timeout: 244 seconds)18:26
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@fil75-6-88-190-246-243.fbxo.proxad.net> has quit IRC (Ping timeout: 244 seconds)18:35
*** phdeswer <phdeswer!~phdeswer@85-76-101-183-nat.elisa-mobile.fi> has joined #sailfishos-porters18:39
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@fil75-6-88-190-246-243.fbxo.proxad.net> has joined #sailfishos-porters18:42
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@fil75-6-88-190-246-243.fbxo.proxad.net> has quit IRC (Ping timeout: 240 seconds)18:48
*** piggz <piggz!~piggz@195.147.198.68> has joined #sailfishos-porters18:49
*** krnlyng <krnlyng!~liar@178.112.240.80.wireless.dyn.drei.com> has quit IRC (Ping timeout: 255 seconds)18:55
*** ced117 <ced117!~ced117@opensuse/member/ced117> has quit IRC (Quit: Quitte)19:04
*** jja2000 <jja2000!~jja2000@4dafd8b5.ftth.telfortglasvezel.nl> has joined #sailfishos-porters19:04
jja2000So I'm a bit of a noob at this19:05
jja2000I can't find the actual hadk xD19:05
mal-jja2000: https://sailfishos.org/develop/hadk/19:05
mal-right there in the topic19:05
jja2000So I'm going to guess that it's in the pdf, and then the part where you fill in a ton of commands19:06
mal-jja2000: yes, the pdf is the HADK19:07
*** piggz <piggz!~piggz@195.147.198.68> has quit IRC (Ping timeout: 244 seconds)19:07
jja2000Oh wait found my problem19:07
mal-then there is the semiofficial hadk faq which has various additional instructions to fix problems19:08
*** krnlyng <krnlyng!~liar@77.117.74.177.wireless.dyn.drei.com> has joined #sailfishos-porters19:08
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@fil75-6-88-190-246-243.fbxo.proxad.net> has joined #sailfishos-porters19:10
*** piggz <piggz!~piggz@195.147.198.68> has joined #sailfishos-porters19:13
*** Lipevakala_ <Lipevakala_!~sailfish@dyj5kyyyz1chn6ht73m5t-3.rev.dnainternet.fi> has quit IRC (Ping timeout: 255 seconds)19:14
*** Tassadar <Tassadar!~tassadar@ip-78-45-143-117.net.upcbroadband.cz> has quit IRC (Quit: Segmentation fault)19:15
*** horuxan <horuxan!~horuxanxx@201.46.181.197> has quit IRC (Ping timeout: 265 seconds)19:16
*** Lipevakala_ <Lipevakala_!~sailfish@62-78-219-131.bb.dnainternet.fi> has joined #sailfishos-porters19:20
*** TheKit <TheKit!~nekit@178-45-18-108.saransk.ru> has joined #sailfishos-porters19:21
jja2000Any idea how I can get into the hadk enviroment?19:25
jja2000Can't really get it to work it seems19:25
*** NotKit <NotKit!~nekit@178-45-11-23.saransk.ru> has quit IRC (Ping timeout: 265 seconds)19:25
saidinesh5jja2000: whats the issue?19:25
jja2000nvm I haven't read it correctly19:25
saidinesh5Ahh19:25
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@fil75-6-88-190-246-243.fbxo.proxad.net> has quit IRC (Ping timeout: 255 seconds)19:26
saidinesh5mal-: btw. whats the name of jolla file manager?19:26
*** piggz <piggz!~piggz@195.147.198.68> has quit IRC (Ping timeout: 255 seconds)19:28
mal-saidinesh5: isn't that integrated into settings app?19:28
jja2000I don't really like how the hadk isn't in a logical order19:29
jja2000at least form a noobs perspective19:29
saidinesh5Ahhh.. the storage one mal-?19:29
mal-saidinesh5: yes19:29
saidinesh5Ahh...19:29
mal-jja2000: it should be quite linear19:29
jja2000mal-, well for setting up enviroments I'm going from one spot to another19:29
jja2000Don't know yet about the rest19:29
*** itbaron <itbaron!~kvirc@93.190.143.105> has joined #sailfishos-porters19:30
mal-jja2000: most of the stuff starts from chapter 4.119:31
saidinesh5jja2000: just the scratchbox environment comes after you have built the hybris-hal , mainly because without it , no point building a rootfs .. i think19:32
jja2000Nearly done setting up anyways19:32
jja2000gonna do build tomorrow19:32
*** piggz <piggz!~piggz@195.147.198.68> has joined #sailfishos-porters19:32
jja2000Hey piggz how's that ace build going? Or are you still doing moto g tests19:32
piggzjja2000: i just released another motog build19:33
piggznot done an ace build for a while ... i ought to19:33
jja2000When I tried to flash it, twrp ends in error7, recovery log states that it doesn't have enough space19:34
mal-piggz: please add new releases also here http://piratepad.net/port-hot19:34
jja2000I did use a newer cm12.1 build though19:34
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@fil75-6-88-190-246-243.fbxo.proxad.net> has joined #sailfishos-porters19:37
piggzjja2000: which port?19:38
wiktorek140mal-: is possible to fix audio playback?19:44
mal-wiktorek140: what do you mean, audio in general or mp2s?19:47
mal-*mp3s19:47
wiktorek140yup19:47
wiktorek140mp319:48
wiktorek140audio work19:48
wiktorek140because notification sounds work19:48
mal-wiktorek140: did you do the gstreamer stuff from faq?19:49
wiktorek140hmm, i thing no19:49
wiktorek140mal-: from piratepad?19:49
mal-wiktorek140: lines 156-> from http://piratepad.net/hadk-faq-v219:50
mal-wiktorek140: when did you do repo sync the last time?19:51
wiktorek1405days ago19:51
wiktorek140i thing19:51
mal-wiktorek140: because there are issues with the current repos, I think those broke around 13th of this month19:51
wiktorek140what extacly?19:53
mal-the build of the libs needed for gstreamer fails for cm12.1 based ports I think, there were some opdated to the cyanogenmod repos which cause a failure, I haven't yet updated the repos hopefully tomorrow I'll have time19:55
*** Keijo <Keijo!~keijo@axx64.internetdsl.tpnet.pl> has joined #sailfishos-porters19:56
wiktorek140i will try on these what i have :) maybe i will have a lucky ;p19:56
*** itbaron <itbaron!~kvirc@93.190.143.105> has quit IRC (Remote host closed the connection)19:56
mal-yes, if it fails you'll have to wait until I or someone else fixes those19:57
jja2000piggz, that old ace build19:59
jja2000brb going to phone20:00
piggzjja2000: it should install .... i guess any newer builds should use the ace-opt partition layout, but i need to read up how to do that20:00
jja2000piggz, I think the only difference is that /data is mounted to sd-ext20:00
jja2000and instead of ext4 f2fs is used20:01
jja2000also the mounting thing is done by the recovery20:01
*** jja2000 <jja2000!~jja2000@4dafd8b5.ftth.telfortglasvezel.nl> has quit IRC (Quit: Leaving)20:01
saidinesh5mal-: could you point me to the kernel of a device where FM radio directly works?20:02
mal-saidinesh5: I doubt the problem is the kernel20:03
*** jja2000 <jja2000!~androirc@4dafd8b5.ftth.telfortglasvezel.nl> has joined #sailfishos-porters20:03
jja2000So yeah20:03
jja2000that should be handled by the recovery20:03
TheKitwhat do I need to get Wi-Fi working on Qualcomm? wlan0 device is not showing20:03
jja2000and the cm version that's installed20:03
saidinesh5mal-:  i wonder if it is probably something to do with the names of the device nodes or something...20:03
wiktorek140mal-: u mean these error? http://pastebin.com/ZUTg3Pr620:04
mal-saidinesh5: it works fine on jolla c and fp2 at least, can't remember which others worked20:04
mal-wiktorek140: yes20:04
saidinesh5fp2 is also msm8974 right?20:04
mal-saidinesh5: yes20:04
wiktorek140mal-: hmm, can i somehow fix that?20:04
saidinesh5could you point me to it's kernel?20:05
mal-wiktorek140: if you want to manually apply this patch it might be enough https://github.com/CyanogenMod/android_frameworks_av/commit/641178928010817d25124286a2602872925de5bd20:06
mal-saidinesh5: https://code.fairphone.com/gerrit/gitweb?p=fp2-dev%2Fkernel%2Fmsm.git;a=summary20:06
*** piggz <piggz!~piggz@195.147.198.68> has quit IRC (Ping timeout: 248 seconds)20:06
saidinesh5thanks20:07
wiktorek140mal-: but it is just applied there20:07
saidinesh5TheKit: https://github.com/saidinesh5/droid-config-cancro/commit/c207411e6b81b82775ff732009459e85c21a5683 this one?20:07
mal-wiktorek140: ?20:07
mal-saidinesh5: if you want me to check something on fp2 let me know20:08
wiktorek140mal-: yes, its tell there is to many arguments20:08
saidinesh5Aye ..20:08
mal-wiktorek140: ah, oops, just a moment20:08
wiktorek140mal-: so should i revert patch to work?20:08
mal-wiktorek140: this one https://github.com/CyanogenMod/android_system_core/commit/cd65ea955d66dd2d299d5922d011cd90998524c320:09
mal-wiktorek140: reverting might also work20:09
wiktorek140mal-: after reverting it compile correctly20:10
*** ghosalmartin <ghosalmartin!~ghosalmar@2a02:c7f:9227:eb00:340e:88d9:596c:1c3> has joined #sailfishos-porters20:16
jja2000What line do I need to add to the hosts file in the ubuntu chroot to make it work? I know it's supposed to contain the hostname, but I'm not sure what exactly20:18
saidinesh5nameserver 8.8.8.820:19
jja2000perhaps change localhost to my hostname? Or put it behind it20:19
saidinesh5to /etc/resolv.conf20:19
saidinesh5or your preferred dns server20:20
jja2000No not dns hue, I mean when I try to execute a command in the ubuntu chroot it says "Cannot resole hostname *hostname*"20:20
jja2000I'm guessing that's the hostname error mentioned in the hadk20:21
jja2000Oh well, gonna continue tomorrow20:21
mal-jja2000: cannot resolve hostname is not an error20:21
saidinesh5Ahh  . 127.0.0.1       My hostname20:21
saidinesh5but you can ignore it20:22
jja2000Oh thought it was20:22
mal-it's quite normal in that ubuntu chroot20:22
jja2000Okay20:25
saidinesh5i would say start the repo sync tonight, so the sources will be downloaded bytomorrow jja200020:25
jja2000Well, I hope my Tablet's /data is formatted back to ext4 when I get up tomorrow. It was f2fs, but because the emmc is horribly slow it takes a ton of time20:26
jja2000I have a prettt fast internet connection thoigh saidinesh520:26
ghosalmartinanyone here make any patches for sfos?20:26
jja2000*pretty20:26
ghosalmartinfor patchmanager20:26
saidinesh5Ahh... for me on a remote server , it took me 1-2 hours20:26
jja2000How big is the source?20:26
saidinesh517-18GB i think20:26
jja2000Should be easily doable if Github is being nice20:27
saidinesh5anywhere between 1-8Mbps was what i was getting20:27
jja2000mbps or MB/s?20:28
jja2000Also what speed is it supposed to have20:29
saidinesh5can't remember actually.20:29
saidinesh5i did it on a server on AWS20:29
*** dirkvl_ <dirkvl_!~dirkvl@52D91535.cm-11-1a.dynamic.ziggo.nl> has quit IRC (Quit: Leaving)20:30
TheKitmal-, what's weird, I had modem working in 2G mode in 2.0.1, but it's not in 2.0.220:32
*** phdeswer <phdeswer!~phdeswer@85-76-101-183-nat.elisa-mobile.fi> has quit IRC (Ping timeout: 248 seconds)20:33
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@fil75-6-88-190-246-243.fbxo.proxad.net> has quit IRC (Ping timeout: 265 seconds)20:42
*** Wnt <Wnt!jonni@egarden.fi> has quit IRC (Ping timeout: 244 seconds)20:47
*** Wnt <Wnt!jonni@egarden.fi> has joined #sailfishos-porters20:47
*** phlixi_ <phlixi_!~phlixi@ppp-88-217-39-44.dynamic.mnet-online.de> has quit IRC ()20:53
*** ghosalmartin <ghosalmartin!~ghosalmar@2a02:c7f:9227:eb00:340e:88d9:596c:1c3> has quit IRC (Remote host closed the connection)20:55
jja2000I'm on 100mbps so that should be easily doable20:57
saidinesh5Ah21:12
* saidinesh5 shrugs21:12
*** jja2000 <jja2000!~androirc@4dafd8b5.ftth.telfortglasvezel.nl> has quit IRC (Remote host closed the connection)21:32
*** eyome <eyome!~eyome@vit94-6-88-160-180-232.fbx.proxad.net> has quit IRC (Quit: eyome)21:53
*** ahjolinna <ahjolinna!~ahjolinna@mobile-access-5d6a57-5.dhcp.inet.fi> has quit IRC (Read error: Connection reset by peer)21:55
*** ahjolinna <ahjolinna!~ahjolinna@mobile-access-5d6a57-5.dhcp.inet.fi> has joined #sailfishos-porters21:55
*** ruthenianboy <ruthenianboy!55d882fa@gateway/web/freenode/ip.85.216.130.250> has quit IRC (Ping timeout: 240 seconds)21:56
wiktorek140mal-: audio fixed after instaling gstreamer and ffmpeg form warehouse ;p22:00
wiktorek140video work in addition ;p still camera doesnt work ;p22:00
*** wiktorek140 <wiktorek140!~wiktorek1@cqi26.neoplus.adsl.tpnet.pl> has quit IRC (Quit: Dowidzenia ^-^)22:16
*** phlixi <phlixi!~phlixi@ppp-88-217-39-44.dynamic.mnet-online.de> has joined #sailfishos-porters22:29
*** Keijo <Keijo!~keijo@axx64.internetdsl.tpnet.pl> has quit IRC (Ping timeout: 250 seconds)23:28
*** olafh <olafh!~olafh@p5DEDF5A7.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 272 seconds)23:36
*** Jonni <Jonni!~rainisto@108.61.123.67> has quit IRC (Quit: No Ping reply in 180 seconds.)23:38
*** Jonni <Jonni!~rainisto@linuxi.org> has joined #sailfishos-porters23:40

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