Thursday, 2017-12-28

nik123also why does build_packages.sh only use one core00:00
Mister_Magisteryaep00:01
Mister_Magisterits pain on xeon00:02
*** Keij0 <Keij0!~Keij0@195.181.223.220> has joined #sailfishos-porters00:02
*** MeowDude <MeowDude!68ed5a97@gateway/web/freenode/ip.104.237.90.151> has joined #sailfishos-porters00:04
MeowDudeI have a pressing question regarding the armv7x architecture of my devices00:04
MeowDudedevice* ingular00:04
MeowDudeso in the hadk it default uses the nexus 5 and it has an armv7hl right? My Nexus 10 shows something else when I run breakfast manta00:05
MeowDudeit says "armv7-a-neon"00:05
MeowDudedoes this mean I replace every instance of armv7hl with armv7-a-neon in my build environment?00:06
nik123though I did the same for aarch6400:06
nik123it can't compile because it is not supported00:07
nik123and just said to switch back to armv7hl00:07
nik123and now it compiles00:07
nik123yay00:07
MeowDudeoh alright00:07
MeowDudegood to hear that i don't have to edit the hadk files again00:07
MeowDudecheers!00:07
nik123cheers00:08
MeowDudeI get an error when I run "make -j4 hybris-hal" in HABUILD_SDK: https://pastebin.com/hKjpTXD100:13
MeowDudeI only have one device set up, and the only hadk file I edited was fixup-mountpoints (manta doesn't have any set by default)00:13
MeowDudeI don't think the java errors mean much seeing as grouper builds fine with the same java versions, but the last line scares me since I don't have any other devices configured at all, nor have I in the past (this is a brand new VM, so no residual files)00:17
*** Kabouik_ <Kabouik_!~kabouik@169.ip-37-187-176.eu> has quit IRC (Ping timeout: 250 seconds)00:18
MeowDudewait a minute why is my userdata block all fugged..00:20
*** guhl <guhl!~guhl@gateway/tor-sasl/guhl> has quit IRC (Remote host closed the connection)00:22
*** guhl <guhl!~guhl@gateway/tor-sasl/guhl> has joined #sailfishos-porters00:22
MeowDudegod I am such and idiot, never mind, it turns out I didn't put that "@" bit at the end of the manta mount points00:23
MeowDudedouble never mind, the problem persists. Here is the manta section of my fixup-mountpoints file: https://pastebin.com/AwDTdSQW00:25
*** gexc-tablet <gexc-tablet!~gexc@129.107.80.109> has quit IRC (Ping timeout: 240 seconds)00:25
MeowDuder0kk3rs: I can't think of a reason this is happening, if you look at the output of "make -j4 hybris-hal" it shows /data all messed up compared to /boot00:26
*** nik123 <nik123!~nik123@213.91.85.216> has quit IRC (Ping timeout: 248 seconds)00:26
*** guhl <guhl!~guhl@gateway/tor-sasl/guhl> has quit IRC (Remote host closed the connection)00:28
*** guhl <guhl!~guhl@gateway/tor-sasl/guhl> has joined #sailfishos-porters00:30
MeowDudecan anyone help?00:32
malMeowDude: it probably finds two fstab files00:34
MeowDudewhere are these fstab files?00:35
MeowDudeI plan on deleting the non manta one00:35
malMeowDude: check your device repo00:35
malMeowDude: those are probably both for your device, one for recovery and one for normal system00:35
malsome devices have it like that00:35
MeowDudedo i delete the recovery one or the normal one?00:36
malusually the recovery one, as you can see only one has boot partition for example00:36
MeowDudewell this is odd, it only shows on fstab file in the repo and that would be fstab.manta00:37
MeowDudeIll dig around in my local hadk files though00:37
malfind device -name *fstab*00:38
MeowDudeoh well there it is male, fstab.sds525000:38
MeowDudeerrr fstab.smdk-525000:38
MeowDudethere is that and fstab.manta00:38
malMeowDude: something odd in the error you linked, the /data appears to live on /dev/block/mmcblk0p3 /dev/block/platform/dw_mmc.0/by-name/userdata but the fixup says data is mmcblk0p900:40
MeowDudemal: Yeah I renamed fstab.sds5250 to bak.fstab.5250.bak and the problem persists, about that oddness, I noticed that too, and I can't figure out a cause. I ran the ls -l command on the device it self so either my device is lying, or the repo is00:43
malMeowDude: recheck on device just to be sure00:44
malMeowDude: it probably finds all files with fstab in them00:45
MeowDude*thonk* But I took a picture of the device it self after I ran "ls -l /dev/block/platform/*/by-name"00:45
malso rename the file more, without the fstab00:46
MeowDudeI did, I renamed it to bak.smdk-5250.bak00:47
malyou are saying the error exactly the same?00:47
MeowDudesame error... I think the fact that it thinks /data lives on mmcblk0p3 is the culprit, and yes same exact error00:47
malso what file defines the mmcblk0p3, try grep -RI mmcblk0p3 device/00:48
MeowDudemal: https://pastebin.com/YqmKhRaY00:50
MeowDudeMaybe I should delete the init.smdk-5250 file/rename it?00:51
malno, just check what the line is there00:52
malMeowDude: you said you renamed the fstab, that still has bak.fstab.smdk5250.bak00:53
malMeowDude: that fstab is the problem00:54
*** XenoPL <XenoPL!~Xeno@77-255-220-165.adsl.inetia.pl> has quit IRC (Ping timeout: 265 seconds)00:57
MeowDudemal: no I renamed it to bak.smdk5250.bak00:59
MeowDudeI removed fstab from the name00:59
malMeowDude: then why did the last pastebin still have the wrong filename?01:00
MeowDudeboo yah! I renamed init.smdk5250.rc to bak.smdk5250.bak and it is building hybris-hal01:01
MeowDudemal: I renamed it after I posted that pastebin, sorry for the confusion01:02
MeowDudeoh well this sucks, init.smdk5250.rc is a required file... I tried editing it, but I don't know what to edit out. I did a find for "mmcblk" and my only result was the mmcblk0p3 but I didn't see any mention of userdata or /data around it01:04
malit's late, more debugging some other time01:08
MeowDudegood night01:11
MeowDudemal: I know you are probably offline by now, but I fixed it fully, I changed mmcblk0p3 in the init file to mmcblk0p9 and now it looks like its smooth sailing (at least for now)01:14
*** gexc-tablet <gexc-tablet!~gexc@172-4-29-163.lightspeed.rcsntx.sbcglobal.net> has joined #sailfishos-porters01:23
MeowDudehmmm error again01:35
*** BenzeneSailfishX <BenzeneSailfishX!~sailfish@210.76.215.181> has quit IRC (Ping timeout: 268 seconds)01:47
*** psachin <psachin!~psachin@125.16.97.122> has joined #sailfishos-porters01:48
*** MeowDude <MeowDude!68ed5a97@gateway/web/freenode/ip.104.237.90.151> has quit IRC (Ping timeout: 260 seconds)01:49
*** BenzeneSailfishX <BenzeneSailfishX!~sailfish@114.242.250.71> has joined #sailfishos-porters01:50
*** BenzeneSailfishX <BenzeneSailfishX!~sailfish@114.242.250.71> has quit IRC (Ping timeout: 256 seconds)01:57
*** BenzeneSailfishX <BenzeneSailfishX!~sailfish@159.226.171.21> has joined #sailfishos-porters02:00
*** akylas <akylas!~akylas@mercury.radiogram.io> has quit IRC (Ping timeout: 248 seconds)02:49
*** akylas <akylas!~akylas@mercury.radiogram.io> has joined #sailfishos-porters02:58
*** akylas <akylas!~akylas@mercury.radiogram.io> has quit IRC (Ping timeout: 248 seconds)03:05
*** akylas <akylas!~akylas@mercury.radiogram.io> has joined #sailfishos-porters03:06
*** BenzeneSailfishX <BenzeneSailfishX!~sailfish@159.226.171.21> has quit IRC (Ping timeout: 252 seconds)03:10
*** BenzeneSailfishX <BenzeneSailfishX!~sailfish@114.242.250.157> has joined #sailfishos-porters03:13
*** MeowDude <MeowDude!68ed5a97@gateway/web/freenode/ip.104.237.90.151> has joined #sailfishos-porters03:26
MeowDudetaking a look back at the fstab from google, they all seem to list /data as mmcblk0p3, despite it showing up as 0p9 from the device it self on CM1103:27
*** BenzeneSailfishX <BenzeneSailfishX!~sailfish@114.242.250.157> has quit IRC (Ping timeout: 256 seconds)03:31
*** BenzeneSailfishX <BenzeneSailfishX!~sailfish@159.226.171.21> has joined #sailfishos-porters03:31
MeowDudeOkay, so if anyone can figure this out, PLEASE help, I swear this should be fixed but it just won't work. Output of "make -j4 hybris-hal" https://pastebin.com/1JgYQXj3 | fstab.manta: https://pastebin.com/f6hciS8g | fstab.smdk5250: https://pastebin.com/waz4AN3g | manta fixupmountpoints: https://pastebin.com/AwDTdSQW03:37
*** malkien <malkien!~michele@host140-138-dynamic.54-82-r.retail.telecomitalia.it> has quit IRC (Ping timeout: 255 seconds)03:40
*** malkien <malkien!~michele@host124-99-dynamic.58-82-r.retail.telecomitalia.it> has joined #sailfishos-porters03:43
*** MeowDudePC <MeowDudePC!017b8436@gateway/web/freenode/ip.1.123.132.54> has joined #sailfishos-porters03:43
T4<Mooosssss> Can someone help me with a doubt?04:05
MeowDudePCwhat is up T4?04:06
MeowDudePCalso I *THINK* I fixed it, I just got fstab.smdk5250 to use fixupmountpoints instead of trying to get it to use it's own04:06
T4<Mooosssss> (Photo, 1280x720) https://teleirc.mikaela.info//file_1740.jpg04:06
T4<Mooosssss> Are both these command the same?04:06
T4<Mooosssss> Or did I get something wrong?04:06
T4<Mooosssss> Sorry for the noob question btw04:07
MeowDudePCwhat the fuck04:07
MeowDudePCwhy are you manually editing mersdk.profil04:07
MeowDudePCits much easier to just use the hadk given cat, unless... that isn't working?04:08
T4<Mooosssss> No ..  I just checked if I rewrote the old one04:08
T4<Mooosssss> Well ..  I din edit don't wry04:08
T4<Mooosssss> It's just04:08
MeowDudePCum, I don't know if it is supposed to all be one line like that04:08
T4<Mooosssss> Darn I thought so04:08
T4<Mooosssss> So..04:08
T4<Mooosssss> Should I rewrite the profile04:09
T4<Mooosssss> With the one on the left?04:09
MeowDudePCif you really want to play it safe, just replicate what the site says EXACTLY (so make it pretty with the inedents, spaces and all)04:09
T4<Mooosssss> Okay04:09
T4<Mooosssss> Thanks 👍04:09
MeowDudePCwell yeah, just delete the current profile04:09
MeowDudePCand cat it like normal04:09
T4<Mooosssss> Okay . Will do04:09
T4<Mooosssss> Have a nice day04:09
MeowDudePCtry cat $HOME/mersdk.profile, and if you see what your wrote, run rm $HOME/mersdk.profile and just run the command like normal, copy the entire block all at once04:10
T4<Mooosssss> Ya. . I did tat04:10
MeowDudePC<T4> <Mooosssss>: what device are you trying to port to?04:10
T4<Mooosssss> Thanx04:10
MeowDudePCis that, elementary OS? I see somelikes aesthetic ;)04:11
T4<Mooosssss> No .. it's ubuntu gnome04:12
T4<Mooosssss> Im porting for galaxy s304:12
T4<Mooosssss> There are no records of the existing port04:12
T4<Mooosssss> So.. what Ur saying is that when I cat .mersdk.profile ..04:13
MeowDudePC>galaxy s304:13
MeowDudePCgood lord you're porting for an exynos device too? GOOD LUCK.04:13
T4<Mooosssss> (Photo, 1280x720) https://teleirc.mikaela.info//file_1742.jpg04:13
T4<Mooosssss> Is this supposed to be the output?04:14
T4<Mooosssss> @MeowDudePC [<MeowDudePC> good lord you're porting for an e …], Tat hard?04:14
T4<Mooosssss> Not just tat I'm porting for Vibe C04:14
T4<Mooosssss> SD 21004:14
MeowDudePC*thumbs up* lookin' good04:14
T4<Mooosssss> If s3 hits a deadend04:14
MeowDudePCSD210? that can't be right, the GSIII has an Exynos 441204:14
T4<Mooosssss> No ..04:14
T4<Mooosssss> Not s304:15
MeowDudePChttps://www.gsmarena.com/samsung_i9300_galaxy_s_iii-4238.php04:15
MeowDudePCbub, u said galaxy s304:15
T4<Mooosssss> A Vibe C04:15
T4<Mooosssss> I'm trying both😂04:15
MeowDudePCOH I almost baught that phone04:15
T4<Mooosssss> Well .. tbh it's crap04:15
T4<Mooosssss> Trying to make it less crappy04:15
MeowDudePCexynos ports are shit and difficult, but god speed to you. I'll try and be on to help you with any issues you have, I am finally at the stage where I can figure out how to fix problems myself04:16
MeowDudePCjust ping me04:16
T4<Mooosssss> Okay04:16
T4<Mooosssss> Thanks04:16
T4<Mooosssss> Ciao04:16
MeowDudePCif anyone can answer this, just a non related to porting question, why are the mount points in the actual google and CM fstabs for manta different from the actual mount points on the device it self?04:17
MeowDudePCexample: In the CM repos and google apis, I see that /data is on mmcblk0p3, but when I run the "ls -l /dev..." command on my device on CM11 (or any rom), /data is on mmcblk0p904:18
MeowDudePC<T4> <Mooosssss>: http://impegoraro.github.io/sailfish-sgs3/ | If you were to make a non shitty port for the S3 that'd be awesome (or even just a sfos 2.0 port)04:21
*** Acou_Bass <Acou_Bass!~Acou_Bass@host-89-241-241-232.as13285.net> has quit IRC (Ping timeout: 252 seconds)04:50
T4<Mooosssss> Fwd from Mooosssss: Pls help me out04:58
T4<Mooosssss> Fwd from Mooosssss: What's wrong with this?04:58
T4<Mooosssss> (Photo, 1280x720) https://teleirc.mikaela.info//file_1744.jpg04:58
T4<Mooosssss> @MeowDudePC> <T4> <Mooosssss [<MeowDudePC> <T4> <Mooosssss>: http://impegora …], Honestly .. I'm a super noob .. so tatd take like .. forever04:58
MeowDudePCwe are all noobs here, some of us super, some not04:59
T4<Mooosssss> 😂04:59
T4<Mooosssss> What's wrong with tat tooling?04:59
T4<Mooosssss> Am I doing it in the wrong order or something?04:59
MeowDudePCI do not know, I have yet to get that far myself04:59
MeowDudePCtry pinging some of the devs05:00
MeowDudePCI don't want to, I ping them all the time and I feel like I do it too much05:00
T4<Mooosssss> Is it .. I thought this was all initialisation of the platform _sdk05:00
MeowDudePCare you even  in platform sdk05:00
T4<Mooosssss> Okay .. will do05:00
T4<Mooosssss> @MeowDudePC [<MeowDudePC> are you even  in platform sdk], Seems like it05:00
MeowDudePCbecause you only download the sailfish os rootfs file thingy at the end05:00
T4<Mooosssss> I can compile c codes05:01
T4<Mooosssss> This shit is complicated😐05:01
MeowDudePCtell me about it05:03
MeowDudePCyou are preaching to the choir. everyone here agrees on that05:03
T4<Mooosssss> MeowDudePC ... Can u tell me about some devs?05:03
T4<Mooosssss> Wer is Adam pigg btw .. he develops for mido05:03
MeowDudePCjust look in the side bar, some good ones include M1ster_Magister, m@l, @lterego, and of course, p1ggs. also sl3dges. I used number to avoid pinging them all but you get the point05:05
T4<Mooosssss> Ya .. thanks👍05:06
MeowDudePCdude05:06
T4<Mooosssss> Btw .. how do u get into IRC?05:06
MeowDudePCyou aren't in the platform sdk05:06
T4<Mooosssss> 😂05:06
T4<Mooosssss> Lol05:06
MeowDudePCwebhat.freenode.net05:06
T4<Mooosssss> Oka05:06
T4<Mooosssss> Well ..  then05:06
MeowDudePCalso no wonder you can't extract that, you are't in the sfossdk05:06
T4<Mooosssss> How'd I complied c codes?05:06
MeowDudePCyou don't have to05:07
T4<Mooosssss> Not tat05:07
T4<Mooosssss> I mean..05:07
T4<Mooosssss> I did compile some05:07
MeowDudePCalso that is included with ubuntu by default afaik05:07
T4<Mooosssss> 😂05:07
T4<Mooosssss> Crap05:07
MeowDudePCrun "sfossdk" in terminal05:07
T4<Mooosssss> I think I followed every command they gave in the hadk05:07
T4<Mooosssss> And the website05:07
T4<Mooosssss> It says some error05:08
MeowDudePCand yet you missed the part where you enter sfossdk?05:08
MeowDudePCwhat error05:08
T4<Mooosssss> As if can't change root directory or so05:08
MeowDudePCpastebin that shittt05:08
MeowDudePCdid you make the $ANDROID_ROOT and shit05:08
*** MeowDude <MeowDude!68ed5a97@gateway/web/freenode/ip.104.237.90.151> has quit IRC (Ping timeout: 260 seconds)05:08
T4<Mooosssss> Nup05:08
T4<Mooosssss> Never saw anything like tat yet05:08
T4<Mooosssss> Okay .. I'm gonna have to start over don't I?05:08
MeowDudePCprobably05:10
MeowDudePCseeing as you have most likely fugged your symlinks and not even set up the sdk05:11
T4<Mooosssss> I still don't get it05:13
T4<Mooosssss> I mean..05:13
T4<Mooosssss> I did everything in the same order they have in the hadk05:13
T4<Mooosssss> 😐05:13
*** Acou_Bass <Acou_Bass!~Acou_Bass@host-89-241-241-232.as13285.net> has joined #sailfishos-porters05:18
*** Acou_Bass <Acou_Bass!~Acou_Bass@host-89-241-241-232.as13285.net> has quit IRC (Ping timeout: 272 seconds)05:23
*** Acou_Bass <Acou_Bass!~Acou_Bass@host-89-241-241-232.as13285.net> has joined #sailfishos-porters05:25
*** CrKit <CrKit!~nekit@188.162.51.63> has joined #sailfishos-porters05:29
*** Acou_Bass <Acou_Bass!~Acou_Bass@host-89-241-241-232.as13285.net> has quit IRC (Ping timeout: 248 seconds)05:30
*** Acou_Bass <Acou_Bass!~Acou_Bass@host-89-241-241-232.as13285.net> has joined #sailfishos-porters05:34
*** Acou_Bass <Acou_Bass!~Acou_Bass@host-89-241-241-232.as13285.net> has quit IRC (Ping timeout: 268 seconds)05:39
*** Acou_Bass <Acou_Bass!~Acou_Bass@host-89-241-241-232.as13285.net> has joined #sailfishos-porters05:42
*** CrKit <CrKit!~nekit@188.162.51.63> has quit IRC (Ping timeout: 248 seconds)05:44
T4<Mooosssss> test@muz-HP-Notebook:~$ sfossdk … unshare: cannot change root filesystem propagation: Invalid argument05:46
T4<Mooosssss> btw .. thats th error05:46
*** Acou_Bass <Acou_Bass!~Acou_Bass@host-89-241-241-232.as13285.net> has quit IRC (Ping timeout: 248 seconds)05:47
*** pseudodev <pseudodev!uid205973@gateway/web/irccloud.com/x-stqnbgxmhhbddqtl> has joined #sailfishos-porters05:47
MeowDudePCgod damnit05:55
MeowDudePCI hate 7.1 of the HADK, it completely disregards people who don't want to/can't git push anything05:55
MeowDudePCevery time I try to run "rpm/dhd/helpers/build_packages.sh" is says !!ERROR $DEVICE undefined, please run hadk05:56
MeowDudePCbut when I run echo $DEVICE, it says "manta"05:56
T4<Mooosssss> M so sick of this .. it's like an error festival05:57
T4<Mooosssss> I can't even set up an sdk05:58
T4<Mooosssss> And no Id how to05:58
*** T4 <T4!T4@unaffiliated/mikaela/bot/euforia> has quit IRC (Remote host closed the connection)06:00
*** T4 <T4!T4@unaffiliated/mikaela/bot/euforia> has joined #sailfishos-porters06:00
pseudodevMeowDudePC: Then don't push them. Push them later06:03
pseudodevI created build for 3 devices without pushing anything. Pushed them later06:03
MeowDudePCpseudodev: How do I fix the error: $device is undefined error?06:06
MeowDudePCI did everything in 7.1 except for the git push shit06:06
pseudodevPastebin the thing06:08
pseudodevi think you need to remove target and reinstall06:08
MeowDudePCpseudodev: pastebin what exactly?06:09
pseudodevLeave that. Try re installing06:09
MeowDudePCand when you say remove target, do you mean delete the rpm folder and restart 7.1? because i can do that06:09
pseudodevthe target06:09
pseudodevno06:10
MeowDudePCwhat do you mean then06:10
MeowDudePCbe very very specific06:10
pseudodevrun "sdk-assistant list"06:11
pseudodevrun "sdk-assistant remove <target name>"06:12
MeowDudePCToolings:06:12
MeowDudePCTargets:06:12
MeowDudePCjust blank empty space06:12
pseudodevThere you go06:13
pseudodevYou havent set up the target06:13
pseudodevdid you follow : https://sailfishos.org/wiki/Platform_SDK_Target_Installation ?06:13
MeowDudePCyes06:16
MeowDudePCwait06:16
MeowDudePCpseudodev: Yeah I already did all of that, I used the big block at the top and it installed fine (at least I thought so)06:18
MeowDudePCis there any command that just lets me set the target and toolings?06:18
pseudodevYou should not see just blank empty space if you did it properly. You should see your device if you followed that correctly06:18
pseudodevyou should see "$VENDOR-$DEVICE-$PORT_ARCH" when you run "sdk-assistant list"06:19
*** Acou_Bass <Acou_Bass!~Acou_Bass@host-89-241-241-232.as13285.net> has joined #sailfishos-porters06:22
T4<Mooosssss> could u please at least tell me how to set up an sdk06:24
T4<Mooosssss> please check if i did it right..06:24
T4<Mooosssss> as in the hadk06:24
T4<Mooosssss> i set up .hadk.env06:24
T4<Mooosssss> .mersdk.profile06:25
T4<Mooosssss> .mersdkubu.profile06:25
pseudodevT4: use Mooosssss doesnt exist06:25
MeowDudePC<T4> <Mooosssss>: give me a minute, I am fixing my problems atm06:25
pseudodev*user06:25
T4<Mooosssss> what?06:25
T4<Mooosssss> i dont understand06:25
MeowDudePCpseudodev: what command do I run to set up the targets06:26
MeowDudePCnvm06:26
MeowDudePCits step 6, you were way off06:27
pseudodevMeowDudePC: sdk-assistant create $VENDOR-$DEVICE-$PORT_ARCH http://releases.sailfishos.org/sdk/latest/Jolla-latest-Sailfish_SDK_Target-armv7hl.tar.bz206:27
*** Acou_Bass <Acou_Bass!~Acou_Bass@host-89-241-241-232.as13285.net> has quit IRC (Ping timeout: 248 seconds)06:27
MeowDudePCoh06:27
MeowDudePCwell that helps06:27
T4<Mooosssss> psudodev06:27
pseudodevYou can avoid downloading if you already downloaded06:27
pseudodevT4: What?06:27
T4<Mooosssss> u done?06:27
T4<Mooosssss> can u help me now?06:27
pseudodevDone what?06:28
pseudodevSure. Just ask06:28
T4<Mooosssss> how do i setup an sdk06:28
T4<Mooosssss> platform_sdk06:28
pseudodevWhere is the error?06:28
T4<Mooosssss> i cant even run sfossdk06:28
T4<Mooosssss> test@muz-HP-Notebook:~$ sfossdk … unshare: cannot change root filesystem propagation: Invalid argument06:29
T4<Mooosssss> tats one for starters06:29
pseudodevDid you follow https://sailfishos.org/wiki/Platform_SDK_Installation ?06:29
T4<Mooosssss> ya.. i did06:30
T4<Mooosssss> i copied the whole block06:30
T4<Mooosssss> so ..  how do i avoid redownloading??06:30
T4<Mooosssss> i did like thrice06:30
pseudodevDid you just copy paste everything at once?06:31
T4<Mooosssss> i did tat at first06:31
MeowDudePCpseudodev: sorry man, my bad06:31
T4<Mooosssss> since tat gave an error06:32
MeowDudePCI was on the page from step 4.206:32
MeowDudePCI was mistaken 1000x over06:32
T4<Mooosssss> i deletd the hadk.env and both bprofiles06:32
T4<Mooosssss> ).profiles06:32
T4<Mooosssss> adn re did it step by sdtep06:32
pseudodevMeowDudePC: It's fine mate :)06:32
T4<Mooosssss> resetup the .env06:33
T4<Mooosssss> .profiles06:33
pseudodevT4: copy everything one by one.06:33
T4<Mooosssss> and each step as in the website06:33
pseudodevdont run the curl command06:33
T4<Mooosssss> still.. the error persists06:33
T4<Mooosssss> okay06:33
T4<Mooosssss> just the others?06:33
T4<Mooosssss> ill try and report back06:33
pseudodevExcept the curl, everything else06:33
T4<Mooosssss> okay06:33
pseudodevone by one06:33
pseudodevcarefully06:34
T4<Mooosssss> will do06:34
pseudodevyou are missing something06:34
MeowDudePCpseudodev: when I run sdk-assistant create $VENDOR-$DEVICE-$PORT_ARCH http://releases.sailfishos.org/sdk/latest/Jolla-latest-Sailfish_SDK_Target-armv7hl.tar.bz2"06:34
T4<Mooosssss> lemme check06:34
MeowDudePCI get: "FAIL: unknown option --"06:34
pseudodevare you in platform sdk or ha_build?06:35
T4<Mooosssss> psuedodev, error already06:35
T4<Mooosssss> sudo tar —numeric-owner -p -xjf Jolla-latest-SailfishOS_Platform_SDK_Chroot-i486.tar.bz2 -C $PLATFORM_SDK_ROOT/sdks/sfossdk  ; … tar (child): Jolla-latest-SailfishOS_Platform_SDK_Chroot-i486.tar.bz2: Cannot open: No such file or directory … tar (child): Error is not recoverable: exiting now … tar: Child returned status 2 … tar: Error is06:35
T4 not recoverable: exiting now06:35
MeowDudePCplatform sdk06:35
pseudodevT4: Run curl again06:35
pseudodevMeowDudePC: echo $DEVICE runs ok?06:36
MeowDudePCI am so flustered right now06:36
MeowDudePCno it doesn't06:36
T4<Mooosssss> @pseudodev [<pseudodev> T4: Run curl again], me?06:36
MeowDudePCecho $DEVICE, $VENDOR, and $PORT-ARCH all, return blanks06:36
MeowDudePCand cd $ANDROID_ROOT just leaves me in the default home instead of ~/hadk06:36
*** fisherman <fisherman!d447ed24@gateway/web/freenode/ip.212.71.237.36> has joined #sailfishos-porters06:37
fishermanhi all06:37
pseudodevhmmmm. Show me all your .profiles06:37
pseudodevpastebin06:37
MeowDudePCdespite me repeatadly typing "DEVICE=manta" and "ANDROID_ROOT=/home/sailfish/hadk"06:37
MeowDudePCgot it06:37
fishermanIam wanted to install sailfish os on my one plus device06:37
T4<Mooosssss> pseudodev.. do i hav to run curl again?06:37
pseudodevT4: run "curl -k -O http://releases.sailfishos.org/sdk/installers/latest/Jolla-latest-SailfishOS_Platform_SDK_Chroot-i486.tar.bz2 ;"06:37
fishermanBut I wanted to kno whether sailfish supports 'volte'06:38
pseudodevfisherman: It does not06:38
MeowDudePCMOTHER FUGGER!!! my hadk.profile was empty06:38
fishermanIs there anyway volte support can be brought?06:38
pseudodevMeowDudePC: Now you know what to do :)06:39
pseudodevfisherman: Nope.06:39
fishermanhmm..06:39
T4<Mooosssss> curl -k -O http://releases.sailfishos.org/sdk/installers/latest/Jolla-latest-SailfishOS_Platform_SDK_Chroot-i486.tar.bz2 ; …   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current …                                  Dload  Upload   Total   Spent    Left  Speed …   0     0    0     0    0     0      0      0 —:--:06:40
T4— —:--:— —:--:—     0Warning: Failed to create the file  … Warning: Jolla-latest-SailfishOS_Platform_SDK_Chroot-i486.tar.bz2: Permission  … Warning: denied …   0  116M    0  1358    0     0   1358      0 24:59:37 —:--:— 24:59:37  1674 … curl: (23) Failed writing body (0 != 1358)06:40
fishermanBut why sailfish does not support volte when android does?06:40
T4<Mooosssss> what now?06:40
fishermanlib hybris is built upon that right?06:40
T4<Mooosssss> psuedodev..06:41
T4<Mooosssss> whats this?06:41
pseudodevT4: permission denied?06:41
T4<Mooosssss> yap06:41
fishermanuse sudo <T5>06:41
MeowDudePCpseudodev: https://pastebin.com/kQ6UspZh06:41
T4<Mooosssss> okay06:41
MeowDudePCodd, my profiles are all set up perfectly06:41
fisherman<T4> use sudo curl06:41
MeowDudePCI initially figured that I forgot to set up my hadk.env, but it was all good06:42
Mikaelayou mean @Mooosssss, T4 is just the relaybot06:42
pseudodevMeowDudePC: Try running that now06:42
pseudodevthe target command06:42
MeowDudePCno the target command still failse06:43
MeowDudePCno the target command still fails06:43
pseudodevsame error?06:43
MeowDudePCI was saying I was wrong, hadk.env was filled in correctly all along06:43
pseudodevexit sfossdk and re enter06:43
pseudodevyou said your hadk.env was empty06:43
*** fisherman <fisherman!d447ed24@gateway/web/freenode/ip.212.71.237.36> has quit IRC (Quit: Page closed)06:44
T4<Mooosssss> viola.. all works now06:45
pseudodevT4: You enter sdk now?06:45
T4<Mooosssss> btw.. psuedodev..06:45
pseudodevwhat?06:45
T4<Mooosssss> sfossdk … Mounting system directories... … Mounting /srv/mer/targets as /srv/mer/targets … Mounting /srv/mer/toolings as /srv/mer/toolings … Mounting / as /parentroot … Mounting home directory: /home/test … Entering chroot as test … PlatformSDK test@muz-HP-Notebook:/srv/mer$ sfossdk … unshare: cannot change root filesystem propagation:06:46
T4Invalid argument06:46
T4<Mooosssss> is it supposed to retun at wen u run sfosfsdk for the second time?06:46
T4<Mooosssss> that)06:46
MeowDudePCyeah same error06:47
MeowDudePCecho $DEVICE and $VENDOR are still emptu06:47
pseudodevMeowDudePC: add this to the top of mersdk.profile "function hadk() { source $HOME/.hadk.env; echo "Env setup for $DEVICE"; }"06:47
T4<Mooosssss> psuedodev ..  sorry for pestering u like this06:47
T4<Mooosssss> but i appear to be noob af06:48
T4<Mooosssss> @Mooosssss [sfossdk … Mounting system directories... … Mountin …], is it supposed to return this eror?06:48
T4<Mooosssss> wen u run for the second tym?06:48
pseudodevT4: that is not an error06:48
T4<Mooosssss> okay..06:49
pseudodevit comes everytime you enter sdk06:49
T4<Mooosssss> so am i in the sdk?06:49
pseudodevdo you see "PlatformSDK bash-3.2$" or something similar?06:49
T4<Mooosssss> yaa06:49
T4<Mooosssss> gr806:49
T4<Mooosssss> thank you06:49
T4<Mooosssss> sorry for the troubl06:50
pseudodevYou are in the sdk :)06:50
MeowDudePCpseudodev: same errors06:50
pseudodevcontinue06:50
MeowDudePCthis is so annoying06:50
pseudodevIt sure is. Ok wait06:50
pseudodevdo this06:50
T4<Mooosssss> now.. do i install target and tooling as in the website or go on with the hadk?06:50
*** itbaron <itbaron!~itbaron@91-157-109-53.elisa-laajakaista.fi> has joined #sailfishos-porters06:50
pseudodevMeowDudePC: sdk-assistant create samsung-manta-armv7hl http://releases.sailfishos.org/sdk/latest/Jolla-latest-Sailfish_SDK_Target-armv7hl.tar.bz206:51
pseudodevT4: Just continue with 4.306:52
T4<Mooosssss> okay, thanks06:52
MeowDudePCpsedudodev: never mind I fixed it myself06:53
MeowDudePCbasically I mixed what you told me to put into mersdk.profile with what the hadk told me to put in06:53
MeowDudePCits a hodge podge but echo works and so does everything else06:53
MeowDudePCcheers!06:53
pseudodevoh. so adding that fixes it?06:53
MeowDudePCthat and putting hadk at the end of it06:54
MeowDudePCoh boy, sailfish os on manta would be neat, but the exynos SoC will probably frustrate me to the point of giving up before I get a build that boots06:55
pseudodevMeowDudePC: yeah. It's gonna be frustrating...06:59
MeowDudePCI would grab a Galaxy tab 4 10.1 just to run m@ls build, but it has a 1280x800 display, and that just won't cut it for me07:01
MeowDudePCgod fuck07:06
MeowDudePCpseudodev: error carnival07:06
pseudodevMeowDudePC: patebin?07:07
MeowDudePCI tried to run rpm/dhd/helpers/add_new_device.sh and it keeps telling me to run the script from /home/sailfish/hadk07:08
MeowDudePCthe problem is, I AM RUNNING IT FROM THAT DIRECTORY07:08
pseudodevAre you in $ANDROID_ROOT?07:09
MeowDudePCyes07:09
MeowDudePCI wouldn't be able to run the command if I wasnt07:09
MeowDudePCthat is why this pisses me off07:09
T4<Mooosssss> bash: /etc/bash_completion.d/createrepo.bash: line 90: syntax error in conditional expression: unexpected token `(' … bash: /etc/bash_completion.d/createrepo.bash: line 91: syntax error near `@(=' … bash: /etc/bash_completion.d/createrepo.bash: line 91: `                    ${COMP_WORDS[i-1]} != @(=|--mdtype) ]]; then'07:10
MeowDudePCI get that too, ignore it07:10
T4<Mooosssss> are these to be ignored?07:10
T4<Mooosssss> okay07:10
T4<Mooosssss> ciao07:10
pseudodevT4: Ignore07:11
MeowDudePCalso buildpackages.sh says droid-hal-manta.spec doesn't exist, despite it definitely existing in the rpm folder07:12
pseudodevMeowDudePC: If you are in $ANDROID_ROOT, you shouldn't be getting that.07:12
MeowDudePCall these redundencies are going to make me implode07:12
pseudodevMeowDudePC: I think I know your issue07:12
MeowDudePCflip side pseudodev: If I wasn't in $ANDROID_ROOT, running "rpm/dhd/helpers/add_new_device.sh" wouldn't work07:12
MeowDudePCwhat is issue07:13
T4<Mooosssss> where do i install repo from? PLATFORM_SDK or in my root terminal?07:13
pseudodevMeowDudePC: you were doing section 7.1 I presume?07:13
MeowDudePCyes07:13
MeowDudePCI was07:13
pseudodevMeowDudePC: I think you are forgetting to run "cd -" at the end in some places07:14
pseudodevT4: repo in PLaTFoRM_SDK07:15
T4<Mooosssss> okay07:15
MeowDudePCI am going to implode07:16
pseudodevWhat now.07:17
T4<Mooosssss> should i just get back on with 5.1 or initialise the repo and stuff as in website07:18
T4<Mooosssss> after installing repo07:18
pseudodevInstalled repo? Now initialise the repo07:20
T4<Mooosssss> oka07:21
T4<Mooosssss> just to clear up git still means github dont it?07:25
T4<Mooosssss> and some gerrit code review tool..07:25
*** Acou_Bass <Acou_Bass!~Acou_Bass@host-89-241-241-232.as13285.net> has joined #sailfishos-porters07:25
*** rinigus <rinigus!~rinigus@keila-gw.levikom.ee> has joined #sailfishos-porters07:27
*** Acou_Bass <Acou_Bass!~Acou_Bass@host-89-241-241-232.as13285.net> has quit IRC (Ping timeout: 252 seconds)07:31
MeowDudePCwew, hopefully this works07:31
T4<Mooosssss> meowdudepc07:32
MeowDudePCyeh07:33
T4<Mooosssss> im working on a 6.0.1 cm07:33
T4<Mooosssss> so07:33
MeowDudePCwait07:33
MeowDudePCwut07:33
T4<Mooosssss> cm 1307:33
MeowDudePCwhat do you mean07:33
MeowDudePCthat is your base?07:33
T4<Mooosssss> android 6.0.107:33
T4<Mooosssss> yait is07:33
MeowDudePCokay, and..?07:34
T4<Mooosssss> so  . in repo init07:34
T4<Mooosssss> should i modify something07:34
*** Acou_Bass <Acou_Bass!~Acou_Bass@host-89-241-241-232.as13285.net> has joined #sailfishos-porters07:34
T4<Mooosssss> or just copy the command?07:34
T4<Mooosssss> repo init -u https://android.googlesource.com/platform/manifest07:35
T4<Mooosssss> that one07:35
MeowDudePCyou are just installing repo right?07:35
T4<Mooosssss> yaa07:35
T4<Mooosssss> i am07:35
MeowDudePCoh yeah, repo has nothing to do with your base, its universal07:35
T4<Mooosssss> just configd git07:35
T4<Mooosssss> ooh okay07:35
MeowDudePCso just follow it to the tee07:35
T4<Mooosssss> thanks07:36
T4<Mooosssss> warning: gpg (GnuPG) is not available. … warning: Installing it is strongly encouraged.07:37
T4<Mooosssss> neglect?07:37
pseudodevIgnore07:37
T4<Mooosssss> Get https://gerrit.googlesource.com/git-repo/clone.bundle … Get https://gerrit.googlesource.com/git-repo … Get https://android.googlesource.com/platform/manifest …   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current …                                  Dload  Upload   Total   Spent    Left  Speed …   0     007:37
T4 0     0    0     0      0      0 —:--:— —:--:— —:--:—     0 … curl: (22) The requested URL returned error: 404 Not Found … Server does not provide clone.bundle; ignoring.07:37
T4<Mooosssss> and tat too?07:38
T4<Mooosssss> cz repo is intialised07:38
pseudodevYes07:38
T4<Mooosssss> okay thanks07:38
pseudodevInitialization dir?07:38
T4<Mooosssss> WORKING_DIRECTORY07:38
*** nik123 <nik123!~nik123@213.91.85.216> has joined #sailfishos-porters07:38
*** Acou_Bass <Acou_Bass!~Acou_Bass@host-89-241-241-232.as13285.net> has quit IRC (Ping timeout: 265 seconds)07:39
pseudodevRun the repo init as stated in the hadk. Use hybris 13.1 branch.07:39
T4<Mooosssss> oky07:40
T4<Mooosssss> in hadk it says hybris 11.007:40
T4<Mooosssss> edit that?07:40
pseudodevThat is for Android 4.4.4. you have 6.0.1 right?07:40
T4<Mooosssss> yaa07:40
pseudodevSo hybris 13.107:40
T4<Mooosssss> okay07:40
T4<Mooosssss> btw07:41
T4<Mooosssss> how do i get into freenode relay bot?07:41
T4<Mooosssss> i feel like a caveman07:41
pseudodevNo idea07:41
T4<Mooosssss> wat. ur in it07:41
pseudodevI use irccloud07:41
T4<Mooosssss> oka07:41
T4<Mooosssss> no idea whatsoever07:42
T4<Mooosssss> but okay07:42
*** samar <samar!89615ec8@gateway/web/freenode/ip.137.97.94.200> has joined #sailfishos-porters07:45
samar.07:45
samarokay .. im in the irc.07:46
MeowDudePChello07:46
MeowDudePCwhat do you need help with07:46
*** samar <samar!89615ec8@gateway/web/freenode/ip.137.97.94.200> has quit IRC (Client Quit)07:46
*** Mooosssss <Mooosssss!89615ec8@gateway/web/freenode/ip.137.97.94.200> has joined #sailfishos-porters07:47
Mooosssssit was me07:47
Mooosssssjust tried the relay bot07:47
MeowDudePCrelay???07:48
MeowDudePC?07:48
Mooosssssnothing ..07:48
Mooosssssi got into the irc07:48
Mooosssssokay then07:48
Mooosssssso ... since i shount initialise repo in WORKING_DIRECTORY.. should i remove tat folder and contents?07:52
*** bl33d15 <bl33d15!~maigurs@213.226.141.208> has joined #sailfishos-porters07:57
Mooossssspseudodev07:58
T4<Mooosssss> Someone please respond07:58
bl33d15hi all!07:58
*** rltyseven <rltyseven!~rltyseven@69.167.13.140> has joined #sailfishos-porters07:59
Mooossssshello07:59
bl33d15wassup?07:59
rltysevenhi, i come back.07:59
Mooossssshelo08:00
Mooossssshelp me out please?08:00
Mooossssssince i shount initialise repo in WORKING_DIRECTORY.. should i remove tat folder and contents?08:00
Mooosssssand init in ANDROID_ROOT08:01
Mooosssssin the ubu chroot?08:01
*** kido <kido!~kido@unaffiliated/kido> has quit IRC (Ping timeout: 240 seconds)08:04
rltysevenWhat problems encountered?08:09
MeowDudePCI am back, my manta build is almost done, and I can't wait to get into telnet and get some logs I won't be able to understand08:12
Mister_Magisteri havent seen so dumb question since i meet MeowDudePC lol08:14
Mooosssss<MeowDudePC> since i shount initialise repo in WORKING_DIRECTORY.. should i remove tat folder and contents?08:15
MooosssssMister_Magster: u shud talk to me.. im as dumb as it goes..08:16
*** ghosalmartin <ghosalmartin!~mgrover@90.216.150.193> has joined #sailfishos-porters08:17
Mister_Magisterwell at which point in hadk are you?08:17
Mooosssss5.08:17
Mooosssss5.108:17
Mooosssssinit repos08:17
Mister_Magisterand you use latest hadk?08:17
Mooosssssi installed em08:18
Mooosssssya i guess ..  1.9.908:18
Mooosssssso . i installed repo08:18
Mooosssssand i intialised as in the source.android website08:18
Mister_Magister1.9.9 is old08:18
Mooosssssthen i was told not to08:19
Mister_Magisterhttps://sailfishos.org/wp-content/uploads/2017/09/SailfishOS-HardwareAdaptationDevelopmentKit-2.0.1.pdf08:19
Mooosssssoooh okAY08:19
Mooosssssill use this08:19
Mister_Magisterso you are in habuild?08:19
Mooosssssno08:19
Mister_Magisterwhy?08:19
Mooosssssim PLATFORM_SDK08:19
Mooosssssin08:19
*** MeowDudePC <MeowDudePC!017b8436@gateway/web/freenode/ip.1.123.132.54> has quit IRC (Ping timeout: 260 seconds)08:19
Mooosssssso ..08:20
Mooosssssafter installin..08:20
Mooosssssgetinto habuild?08:20
Mooosssssand make ANDROID_ROOT dir?08:20
Mister_Magisteryou are building android parts always in habuild08:20
Mister_Magisterno08:20
Mister_Magisterfollow instructions08:20
Mister_Magisterenter ubu-chroot08:20
Mister_Magisterand follow 5.108:21
Mooosssssokay08:21
Mister_Magisterjust copy paste commands its not hard08:21
Mooosssssso .. git config should be in chroot? not PLATFORM_SDK?08:21
Mister_Magisteryeah08:21
Mister_Magistersledges: ^08:21
Mooosssssokay thanks08:22
Mister_MagisterMooosssss: you can see sudo mkdir right? mkdir creates that folder08:22
Mister_Magisterworking dir is $ANDROID_ROOT08:23
*** mkosola <mkosola!~mkosola@2001:998:2a:dead:258a:dd03:f400:56c7> has quit IRC (Ping timeout: 240 seconds)08:23
Mister_Magisteraka $HOME/hadk08:23
Mister_MagisterALWAYS08:23
Mooosssssokay08:23
Mooosssssi will08:23
Mooosssssand install repo too into HA_BUILD?08:23
Mister_Magisterno08:23
Mooosssssthen?08:24
Mooosssssokay .. now im confused08:24
Mister_Magisterwhy?08:24
Mooosssssin 5.1 the git is configured in PLATFORM_SDK08:24
Mister_Magisterjust copy paste commands08:24
Mister_Magisternothing more08:24
Mooosssssookay08:24
Mister_Magisterin HABUILD08:25
*** pykape <pykape!~pykape@a88-115-164-254.elisa-laajakaista.fi> has quit IRC (Quit: leaving)08:25
Mooosssssso .. remove the WORKING_DIRECTORY i made as in the source.android site?08:25
*** pykape <pykape!~pykape@a88-115-164-254.elisa-laajakaista.fi> has joined #sailfishos-porters08:25
Mister_MagisterMooosssss: link cause i dont know what are you talking about08:26
Mooossssshttps://source.android.com/setup/downloading#installing-repo08:26
Mooossssssays here to init in WOKING_DIRECTORY08:27
Mister_Magisteri cant see anything about WOKING_DIRECTORY08:27
Mooossssslook in intialising08:27
*** BenzeneSailfishX <BenzeneSailfishX!~sailfish@159.226.171.21> has quit IRC (Ping timeout: 240 seconds)08:28
Mister_MagisterMooosssss: look in hadk "You also need to install the repo command from the AOSP source code repositories,"08:28
Mister_Magisterand i cant see anything about WORKING_DIRECTORY in Installing Repo08:28
Mooosssssoh08:28
Mooosssssso.. just installing is enough08:29
Mooosssssand then switch to ubu-chrott and init repo eh?08:29
Mister_Magisteryeah it installs ~/bin/repo as you can see08:29
Mister_Magisteryeah08:29
Mooosssssokay08:29
Mooosssssthanks08:29
Mooosssssciao08:29
*** mkosola <mkosola!~mkosola@2001:998:2a:dead:f0fa:98b2:dad1:4393> has joined #sailfishos-porters08:36
*** gexc-tablet <gexc-tablet!~gexc@172-4-29-163.lightspeed.rcsntx.sbcglobal.net> has quit IRC (Ping timeout: 240 seconds)08:38
Mooosssssrepo init -u git://github.com/mer-hybris/android.git -b hybris-13.1 fatal: Couldn't find remote ref refs/heads/hybris-13.108:40
Mooossssswhat is wrong?08:40
Mister_Magister13.0?08:40
Mooosssssbut08:40
Mister_Magister13.008:41
Mooossssspsuedodev said 13.108:41
Mooosssssim using 6.0.108:41
Mooossssscm 1308:41
Mister_Magisterwhich is 13.008:41
Mooosssssoooh08:41
Mooosssssohkay08:41
Mooosssssthnks08:41
Mooosssssya08:41
Mooosssssfixed08:41
Mooossssswer do i initialise device repos?08:45
MooosssssHA_BUILD08:45
Mister_Magisterdo as hadk says08:45
Mooosssssor08:45
Mister_Magisteryeah habuild08:45
Mooosssssit just says HA_BUILD08:45
Mooosssssokay08:45
Mooosssssquick question08:45
Mister_Magistereverything android related is habuild08:45
Mooosssssdoes these chapter have continuation08:45
Mister_Magisterwhat?08:46
Mooosssssi mean..  i initialised repos in $ANDROID_ROOT08:46
Mooosssssso08:46
Mister_Magisterso go to next step?08:46
Mooosssssdo  i create device repos in the same dir?08:46
Mooosssssor in HA_BUIL root08:46
Mister_Magisterhabuild root?08:47
Mister_Magisterwhat?08:47
Mister_Magisterwhat are you talking about?08:47
Mooossssslol08:47
Mooossssslike i said.08:47
Mooossssssuper noob08:47
Mooosssssokay08:47
T4<Nokius> @Mister_Magister [<Mister_Magister> what are you talking about?], ubuntu chroot ;)08:47
Mooosssssooh08:47
Mooosssssso do a cd ..08:47
Mister_MagisterNokius: no shit sherlock everybody know s what is ubuntu chroot08:48
Mooosssssokay08:48
Mooosssssso i do it in chrooot eh>08:48
Mooosssssthatnks08:48
*** krnlyng_ <krnlyng_!~frajo@213162072161.public.t-mobile.at> has quit IRC (Ping timeout: 256 seconds)08:49
*** MeowDude <MeowDude!017b8436@gateway/web/freenode/ip.1.123.132.54> has joined #sailfishos-porters08:50
MeowDudeIve got my test build of SFOS 2.1.3.7 for manta08:51
MeowDudeI don't think it will boot, one thing that spooked me was when I ran the defconfig kernel check and it kept sayins CONFIG_SECURITY_SELINUX_BOOTPARAM was unset despite me setting it.08:51
MeowDudeCONFIG_AUDIT is set correctly though08:51
MeowDudeHOLY FUCK08:52
MeowDudeGUI BOOTED FIRST TRY08:52
Mister_MagisterMooosssss: habuild root and habuild chroot are 2 completly different things08:56
Mister_Magisteri have NEVER seen hadk telling you to go to habuild ROOT08:56
*** kido <kido!~kido@51.15.12.171> has joined #sailfishos-porters09:02
guhlmorning Mister_Magister09:07
Mister_Magisterhi09:07
guhlhas Santa (or the Christkind) been nice to you?09:08
T4<Nokius> @Mister_Magister [<Mister_Magister> i have NEVER seen hadk telli …], it did in the early days ;)09:09
Mister_Magisterwhatcha mean guhl?09:09
*** BenzeneSailfishX <BenzeneSailfishX!~sailfish@114.242.250.32> has joined #sailfishos-porters09:09
MeowDudeMister_Magister: PING PING PING09:09
T4<Nokius> @Mister_Magister [<Mister_Magister> Mooosssss: habuild root and …], tell me more?09:09
Mister_MagisterMeowDude: no09:09
MeowDudewhy not09:09
MeowDudethis is big news09:09
Mister_MagisterNokius: same goes for you09:09
MeowDudeI've got a booting nexus 10 sailfish os 2.1.3.7 image09:09
guhlit did not fulfill my wish that i will have an idea how to make the wifi driver work09:09
MeowDudeguhl: are you a dev?09:10
MeowDudelike, an experiences one?09:10
Mister_Magisterguhl: oh btw can you give me access to testing repo?09:10
Mister_Magistertesting should be used for ota09:10
Mister_Magisterim talking about thea09:10
guhlMister_Magister, I know what you are talking about09:11
MeowDudeso my Nexus 10 image gets to the language selection screen, but 1/3 of the screen is full white, and the touch screen in non responsive09:11
Mister_MagisterMeowDude: meh? i got my x2 working quite nicely in 4 hours09:11
MeowDudeI am a mega noob though09:11
MeowDudethis is my first booting port09:11
MeowDudeand it was on the first build09:11
Mister_Magisteryeah nice09:11
Mister_Magisterporting is easy these days09:12
MeowDudeso how do I fix/figure out how to fix this09:12
Mister_Magisterand also depends on device09:12
MeowDudeI was told Exynos would be a pain to port to09:12
Mister_Magisterit is09:12
Mister_Magisteras you can see09:12
MeowDudegrouper has been harder09:12
MeowDudeI might just re set up my build environment for it09:12
guhlMister_Magister, forgot you mer name09:12
Mister_MagisterMister09:13
Mister_Magisteror mister09:13
MeowDudeso uh, what now?09:13
guhlahh yes been there - the case sensitive search?09:13
guhlMister_Magister, done09:13
Mister_Magisterguhl: thanks09:14
MeowDudeguhl: can you offer some advise?09:14
Mister_Magisterguhl: yeah09:14
guhlMeowDude, yes - don't port for 835 devices running a 4.4 kernel of which you don't have the correct sources!09:15
Mister_Magisterguhl: good one09:15
MeowDude835?09:15
MeowDudeoh09:15
MeowDudewhat device are you porting for?09:15
Mister_MagisterMeowDude: http://i3.kym-cdn.com/news_feeds/icons/mobile/000/024/927/159.jpg09:15
guhlMeowDude, just kidding - Xiaomi Mi Mix 209:16
MeowDudeneet09:16
guhlthere seems to be literally no one out there who knows how this new qcacld-3.0 kernel driver works09:17
*** XenoPL <XenoPL!~Xeno@77-255-220-165.adsl.inetia.pl> has joined #sailfishos-porters09:17
MeowDudeI have never used and android device made after 201209:17
MeowDudeI don't count my old Zenfone 4, the hardware was of 2012 quality09:18
MeowDudeMister_Magister: Is there any way for me to connect to my device?09:18
Mister_Magisterguhl: on x1 i have kernel panic from one audio codec which probably causes no audio when i remove it09:18
Mister_MagisterMeowDude: telnet and ssh?09:18
MeowDudewon't connect09:19
MeowDudecan I use telnet after it boots?09:19
Mister_Magister*cough* [10:12] <MeowDude> I was told Exynos would be a pain to port to *cough*09:19
guhlMister_Magister, do you know what causes the panic09:19
Mister_Magisterguhl: yeah i just told you09:20
Mister_Magisterone audio codec09:20
MeowDudethat doesn't answer the question, isn't there some way to connect to it?09:20
guhlwell then fix it09:20
MeowDudeIll post an image of the screen it is on09:20
Mister_Magisterbut on cm12 it doesnt cause kernel panic if i have wrong partition layout09:20
Mister_Magisterguhl: easy to say hard to make09:20
guhl:-)09:20
Mister_Magisterguhl: i was even debugging kernel i have exact line on which kernel gets panic09:21
MeowDudehmmm.. ambient light sensor works09:22
MeowDudehttps://imgur.com/Qc4Bcrm09:22
MeowDudethat is the screen it is stuck on, no touch response or anything09:23
Mister_MagisterMeowDude: just guess but maybe follow hadk09:23
MeowDude>follow hadk09:23
MeowDudeMister_Magister: http://i3.kym-cdn.com/news_feeds/icons/mobile/000/024/927/159.jpg09:23
Mister_Magisterusing my memes against me? :D09:24
Mister_MagisterMeowDude: page 2009:24
Mister_Magister# Determine which node is your touchscreen by checking /dev/input/event* LIPSTICK_OPTIONS=-plugin evdevtouch:/dev/input/event0 \ -plugin evdevkeyboard:keymap=/usr/share/qt5/keymaps/droid.qmap09:25
MeowDudeoh thanks09:25
MeowDudebut that wasn't on page 2009:25
Mister_Magisterwhich hadk do you have09:26
MeowDude2.0.109:26
MeowDudeoi09:26
Mister_Magisterwell page 24 but its 2009:26
MeowDudepdf viewer shows page 17 as page 2009:27
Mister_Magisterin footer09:27
MeowDudeyeah I just caught that09:27
guhlMister_Magister, atm i try to get bootcharting running on LOS14 so that i can see what processes are running during the init process (i need to figure what triggers the firmware load=09:27
guhland as soon as i enable it -> panic09:27
Mister_Magisterguhl: same on mine09:27
MeowDudegod darnit09:28
MeowDudenow my notification led is stuck on red09:28
Mister_Magisterguhl: i would love to get audio working on my x109:28
Mister_Magisterits soo cool device09:28
guhli would love to help you but my brain is so completely focused on that shit09:29
guhli am already dreaming about it09:30
Mister_Magisterguhl: its failing there https://github.com/VerdandiTeam/android_kernel_motorola_ghost/blob/cm-13.0/sound/soc/codecs/tfa9890.c#L100009:30
Mister_Magistersomething in tfa9890 struct seems to be null09:30
Mister_Magisterguhl: yust saying09:30
Mister_Magisterlike nobody wants to help me with it and i'm stuck09:31
guhldid you step into that tfa9890_load_config09:31
Mister_Magisterguhl: stepping into is problem09:32
Mister_Magisteraka passing tfa9890 to that function09:32
Mister_Magisterit causes kernel panic something aobut null dereference09:32
*** NotKit <NotKit!~nekit@85-95-188-17.saransk.ru> has joined #sailfishos-porters09:33
Mister_Magisterguhl: when i throw out tfa its all good but tfa is needed for audio i think09:34
*** filip <filip!~filip@89-212-206-178.dynamic.t-2.net> has joined #sailfishos-porters09:34
Mister_Magistermaybe if i pass it as pointer to a pointer09:34
guhlwell dump the tfa9890 after the "ret = tfa9890_wait_pll_sync(tfa9890);"09:35
*** BenzeneSailfishX <BenzeneSailfishX!~sailfish@114.242.250.32> has quit IRC (Ping timeout: 240 seconds)09:35
*** BenzeneSailfishX <BenzeneSailfishX!~sailfish@210.76.215.181> has joined #sailfishos-porters09:36
guhland before the load config09:36
Mister_Magisterdump? i only know var_dump from php09:36
guhli think my bootchart problem is a selinux issue09:36
*** TheKit <TheKit!~nekit@178-45-9-213.saransk.ru> has quit IRC (Ping timeout: 260 seconds)09:37
MeowDudeMister_Magister: I am in my manta's dev/input folder and I ran ls. there are 4 event files and a mice file09:37
MeowDudehow do I know which one is for tough09:37
Mister_Magisterguhl: it goes to tfa9890_load_config so is there point in checking it there?09:37
Mister_MagisterMeowDude: cat event1 and touch screen if nothing happens go to event2 etc09:37
guhli thought you can not step into tfa9890_load_config09:37
Mister_Magisterguhl: yeah i cannot step into but it reaches that09:38
Mister_Magisterand it fails on stepping in09:38
Mister_Magisteraka passing tfa9890 parameter09:38
Mister_MagisterMeowDude: use your nano for that lol09:39
MeowDudemaybe I will (I can't)09:39
MeowDudeand I find myself using cat for basic file viewing more often than not09:39
guhlMister_Magister, and by dump i mean that i normally just write a little function like dump_tfa9890_priv that prints the content of the structure members to kmsg09:40
MeowDudewelp it is event209:40
Mister_MagisterMeowDude: because as you can see nano is for edditing files cat is for getting content to stdout09:40
Mister_MagisterMeowDude: so use that and you will get toucj09:40
Mister_Magistertouch09:40
MeowDudemy command prompt scared the shit out of me when it started spewing out giberrish09:40
guhlso that i can see what member might be a null reference09:40
Mister_Magisterguhl: makes sense09:40
guhlMister_Magister, the tfa9890_coldboot runs without error?09:42
Mister_Magisterguhl: but members are structs too09:43
Mister_Magisterguhl: yeap09:43
guhlwell in a first iteration do the dump just for the pointers of the structures09:43
Mister_Magisterokay09:43
Mister_Magisterguhl: well its working under android so maybe i;09:44
Mister_Magisteri'm just missing something09:44
Mister_Magisterand fixing kernel is not a point there09:44
guhlmy wifi driver is also working on android, ...09:45
Mister_Magisterwell… shit?09:45
*** pseudodev <pseudodev!uid205973@gateway/web/irccloud.com/x-stqnbgxmhhbddqtl> has quit IRC (Quit: Connection closed for inactivity)09:46
nik123in chapter 8, do I replace the @RELEASE@09:47
guhlit is very strange that you can not enter that function09:47
nik123in HA_REPO="repo --name=adaptation-community-common-$DEVICE-@RELEASE@"09:47
guhlMister_Magister, well the most likely reason is that firmware files or config files are not where they are expected09:47
Mister_Magisterguhl: thats for sure09:48
guhlthat they are where they are expected?09:48
Mister_Magisterguhl: no thats for sure something is missing probably09:49
nik123nwm I don't09:49
Mister_Magisterbut dunno what09:49
guhli would change the code of tfa9890_load_config so that you can enter it for sure and then try to add messaged there09:50
Mister_Magisterguhl i have something like Unable to handle kernel NULL pointer dereference at virtual address09:50
Mister_Magisterguhl: changing anything in that function will not change anything if it never enters it09:51
guhlwell post your panic call stack trace09:54
Mister_Magistersure later09:57
guhlbut normally that happens if some part of the structure is not properly allocated before it is accessed09:57
Mister_Magisterin 8 hours you wil get it :P09:57
guhland in my opinion a dump of that structure from android and from mer would help to see what it is09:58
Mister_Magisterkinda09:58
Mister_Magisterguhl: i didnt know you know how to debug kernel09:59
*** piggz <piggz!~piggz@95.147.209.137> has quit IRC (Quit: Konversation terminated!)09:59
*** piggz <piggz!~piggz@95.147.209.137> has joined #sailfishos-porters09:59
*** pseudodev <pseudodev!uid205973@gateway/web/irccloud.com/x-cqepsyptmjjovipg> has joined #sailfishos-porters10:00
guhlMister_Magister, I am spending 2 weeks now in debuging my wifi driver10:01
Mister_Magisterwell10:01
guhland i did a lot of kernel stuff when i was active in the unlocker scene.10:02
Mister_Magisterguhl: cm12 is interesting as it does not causes kernel panic untill i give him proper partition structure (same as on android) for ofono10:04
Mister_Magisterthen it causes kp10:04
Mister_Magisterand it causes kp on cm11 and 13 by default10:04
guhland the instruction that will probably cause your issue is "struct snd_soc_codec *codec = tfa9890->codec;"10:04
Mister_Magisterand it causes it after droid-hal-init10:04
guhland as this is in the declarations you will not be able to enter the function.10:04
Mister_Magisterwhat?10:05
guhlwhat i ment was - change that to "struct snd_soc_codec *codec;" and do that assign after the declarations10:05
Mister_Magisterwhat?10:07
Mister_Magisteri mean i get the idea but where should i put initialisaton10:07
guhlbefore the line "fw_name = kzalloc(FIRMWARE_NAME_SIZE, GFP_KERNEL);"10:08
guhland before that - dump the structure and probably the pointer to codec will be NULL10:09
Mister_Magisteri cant see that line10:09
guhl75710:09
Mister_Magisterguhl: it never gets there so what is the point?10:10
*** sumdumbum <sumdumbum!49e2f77d@gateway/web/freenode/ip.73.226.247.125> has joined #sailfishos-porters10:10
Mister_Magisterguhl: ?10:11
sumdumbumwhats up with needing caynogenmod? isnt there some way to be more direct? why does it seem like smartphone/tables hardware is just inherantly terrible to work with?10:12
guhlto see what pointer is unallocated  that is the whole point of analyzing a NULL pointer dereference error.10:13
guhlyou can also do this further up in the tfa9890_dsp_init function, just do it10:13
Mister_Magistersumdumbum: blobs10:14
Mister_Magisterguhl: just dump struct i know that already10:15
Mister_Magisterguhl: it reaches tfa9890_load_config but it never goes into it as going into it causes panic10:15
guhlMister_Magister, so what instruction in it assigns a pointer to a pointer?10:17
Mister_Magisterguhl: what?10:17
guhlahh yes the first line does. and this is in declarations and therefore it will not enter the function10:17
Mister_Magisterguhl: i added some pr_debug at the beginning of that function and it never reached it10:18
sumdumbumi should have known... but isnt there some way to... idk like poke around?10:19
guhlyou can not add a pr_debug before10:19
guhlstruct snd_soc_codec *codec = tfa9890->codec;10:19
guhlthis would break C-coding stile and it would not compile10:19
Mister_Magisterwhy10:19
Mister_Magisteri dont get you10:20
guhlno mix of declarations and code10:20
Mister_Magisterfor debuging only10:20
guhltell me that you did enter a pr_debug before that line and it compiled10:20
Mister_Magisterjust for testing if it even reaches declarations10:20
Mister_Magisteryeah why not10:20
guhlbecause that is not allowed in kernel code10:21
Mister_Magisterit is lol10:21
guhlyou should get a warning and then an error10:21
Mister_Magisternope10:21
*** psachin <psachin!~psachin@125.16.97.122> has quit IRC (Ping timeout: 240 seconds)10:21
Mister_Magisterguhl: so it fails in passing parameter not in declarations10:22
guhlthen whatever!10:23
Mister_Magisterguhl: what?10:23
sumdumbumlel hes mad10:24
Mooosssssi hav a qsn.]10:25
Mister_Magisterhttp://www.reactiongifs.com/r/but-why.gif10:25
Mister_Magisterguhl: y u mad10:25
Mooosssssin device.xml10:26
Mooossssswe need to define stable:cm version eh?10:26
Mooosssssstable/cm 1310:26
Mooossssssince cm is no longer available10:26
Mooosssssshud i chnge any of that?10:27
Mooosssssor is tat just an informative file?10:27
Mister_Magisterguhl: keep in mind there are differences between 3.4 and 4.4 kernel10:27
Mooosssssmister_magister10:30
Mooosssssplease tell me10:30
Mooossssswhat to dp10:30
Mooosssssdo*10:30
Mister_Magisteri dont understand your language10:30
Mooossssssorry .. my bad10:30
sumdumbumthere has to be some way in tho... i mean look at how many things debian runs on now... just idk where to start...10:31
Mooosssssin localmanifest/device.xml file10:31
Mooosssssisnt there a line to define cm version10:31
sumdumbumfor binaries moss10:31
Mooosssss<?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>10:32
Mooosssssthat one10:32
Mooosssssso .. should i just replace those places wer i shud10:32
Mooosssssor is ther anything else to edit10:32
*** piggz <piggz!~piggz@95.147.209.137> has quit IRC (Ping timeout: 256 seconds)10:34
sumdumbumill hack my own binaries, with blackjack, and BSD!10:34
Mister_Magistersumdumbum: you can make sfos without android… and without audio, calls, and many more10:34
Mister_Magisterblobs are blobs theyre closed source10:35
sumdumbumsounds like a buncha bloat anyway whats the chances ill have wifi?10:35
MeowDudehey guys10:36
Mister_Magisterwifi will work i think10:37
MeowDudewhen I run mic I get an error, "cannot find pattern: Jolla Configuration manta"10:37
Mister_Magisterbut no audio/video/camera10:37
MeowDudemic was working just fine eaelier10:37
*** Acou_Bass <Acou_Bass!~Acou_Bass@host-78-144-146-85.as13285.net> has joined #sailfishos-porters10:37
nik123moment of truth10:37
Mister_MagisterMeowDude: process_patterns?10:37
nik123just flashed my zip10:37
*** BenzeneSailfishX <BenzeneSailfishX!~sailfish@210.76.215.181> has quit IRC (Ping timeout: 240 seconds)10:37
sumdumbumno spyware? even better... so where to start?10:38
Mister_Magisterwhat10:38
nik123it gets stuck at bootlogog10:38
sumdumbumits kinda hard to hack into someones camera when they dont even have the drivers for it XD10:38
T4<Mooosssss> a quick question10:39
nik123fahk...10:39
T4<Mooosssss> how am i supposed to enter10:39
MeowDudeMister_Magister: what about it?10:39
MeowDudealso what is it10:39
T4<Mooosssss> <?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>10:39
Mister_MagisterMeowDude: run it?10:39
T4<Mooosssss> this10:39
T4<Mooosssss> into $DEVICE.xml10:39
Mister_Magister@Mooosssss: use paste.opensuse.org or similar10:39
T4<Mooosssss> yaa10:40
T4<Mooosssss> i will10:40
Mister_MagisterMooosssss: you are porting hammerhead?10:41
*** BenzeneSailfishX <BenzeneSailfishX!~sailfish@114.242.250.194> has joined #sailfishos-porters10:41
T4<Mooosssss> no no10:41
T4<Mooosssss> its the template10:41
MeowDudethis is odd10:41
MeowDudemic is working now10:41
T4<Mooosssss> im porting Vibe C10:41
MeowDudeI never ran the process patterns thingy10:41
MeowDudeI just re ran mic over and over again until it worked10:41
T4<Mooosssss> so..  how do i edit the file?10:42
sumdumbumso basically i can skip straight to chapter 4 in HADK then?10:42
Mister_MagisterMeowDude: this is not odd10:42
Mister_Magisterthis is what hadk says10:42
Mister_Magistersumdumbum: dunno probably not10:42
Mister_Magisteras you need android part10:42
MeowDudeso basically caveman rage until it works10:43
MeowDudesounds pretty unorthodox and non-hadk-like10:43
Mister_Magisterno10:43
sumdumbumi mean i can skip over ch 310:43
T4<Mooosssss> is ther a problem if i leave a " " int $DEVICE assignment in the .hadk.env10:44
nik123what do I do if ADB doesn't work and it gets stuck at bootlogo10:44
T4<Mooosssss> i did a 'touch $DEVICE.xml'10:44
T4<Mooosssss> and i have two files10:44
T4<Mooosssss> a vibe10:44
T4<Mooosssss> and a C.xml10:44
MeowDude>he put a space in it10:45
nik123and no mer device10:46
MeowDudeoh god10:46
MeowDudealso use the device codename10:46
MeowDudenot the actual device name10:46
Mister_MagisterMooosssss are you mentally retarted?10:46
MeowDudethats not nice, he is just a turbo noob10:46
Mister_Magistersumdumbum: you cant skip anything10:46
MeowDudewe were all like that at one point10:46
MeowDudeI used to rage at windows before I knew you couldn't put spaces in file names10:47
Mister_MagisterMeowDude: if instructions are saying to put device name there10:47
Mister_Magisterputting space there10:47
Mister_Magisterand running touch   .xml clearly is not what instructions said10:47
T4<Mooosssss> ya .. turbo noob sounds fun10:47
MeowDudehe probably thought it meant the literal device name, not the spaceless sexy cool sounding codename10:47
MeowDudewell, that's what I did at first with my grouper build, its the same as manually making the file10:47
T4<Mooosssss> okay10:47
T4<Mooosssss> i hav no idea whatsoever10:48
T4<Mooosssss> plz help me out10:48
Mister_MagisterMooosssss: just follow instructions?10:48
Mister_Magisterand make that file properly?10:48
T4<Mooosssss> okay10:48
T4<Mooosssss> but10:48
Mister_Magisterdo it?10:48
T4<Mooosssss> 1) shud i restart or can i edit the .hadk.env file10:48
MeowDudejust do touch $ANDROID_ROOT/.repo/local_manifests/(device code name)10:49
T4<Mooosssss> and remove the space10:49
MeowDudeyou can always edit it10:49
T4<Mooosssss> i did edit10:49
MeowDudeand you took ou the space?10:49
T4<Mooosssss> but still the touch fn10:49
nik123does lineageOS support encrypted /data10:49
*** BenzeneSailfishX <BenzeneSailfishX!~sailfish@114.242.250.194> has quit IRC (Read error: Connection reset by peer)10:49
MeowDudeI think just vibec is okay for now10:49
T4<Mooosssss> gives me two files10:49
Mister_MagisterMooosssss: edit that .hadk.env10:49
Mister_Magisteryes10:49
nik123maybe that's why it wont boot10:49
MeowDudedon't encrypt anything10:49
T4<Mooosssss> okay10:49
MeowDudehybris is pretty touchy about that shit10:49
nik123cause I don't even get a mer device when I try to boot10:50
Mister_Magisternik123: ofcourse it will not boot10:50
nik123firmware reflashing time again10:50
Mister_Magisternik123: sailfish is installed under /data/.stowaways10:50
nik123oh10:50
Mister_Magistergues what will kernel do if you encrypt that10:50
nik123hang10:51
Mister_Magisterit will say "what the hell dude where is my root files"10:51
*** BenzeneSailfishX <BenzeneSailfishX!~sailfish@159.226.171.21> has joined #sailfishos-porters10:51
nik123why isn't it stored in /system10:51
nik123just curious10:51
Mister_Magisternik123: because whole root of sfos is in one place10:51
nik123nice10:51
Mister_Magisterso you would have only /system for your files10:52
sumdumbumbut... CM probably wont work... im allready fairly sure... i mean i can backup still... but ill never make it to ch4...10:52
Mister_Magisterhappy with 100MB free space?10:52
nik123not really10:52
Mister_Magisteror you wanna larger partition for root10:52
Mister_Magisterso you see thats why10:52
*** elros <elros!~sailfish@87-206-58-108.dynamic.chello.pl> has joined #sailfishos-porters10:52
Mister_Magistersumdumbum: what are you talking about10:52
nik123Mister_Magister, thanks for the explination.10:52
*** zhxt <zhxt!~zhxt@223.72.88.22> has joined #sailfishos-porters10:52
*** MeowDude <MeowDude!017b8436@gateway/web/freenode/ip.1.123.132.54> has quit IRC (Ping timeout: 260 seconds)10:54
T4<Mooosssss> okay .. so i made the xml file10:54
sumdumbumin the HADK pdf following all the steps if i dont care about calls/mic/camera can i skip the part where i install canyogenmod because i dont expect my device to be compatible with these things anyway?10:54
T4<Mooosssss> and how on earth am i supposed to edit it?10:55
T4<Mooosssss> cant edit via nano10:55
T4<Mooosssss> should i echo?10:55
Mister_Magistersumdumbum: dunno but probably but you need to do all the steps in hadk10:56
Mister_Magisterask mal i never did that10:56
Mister_Magister@Mooosssss: vi, vim, nano, gui10:56
Mister_Magisterwhatever10:56
T4<Mooosssss> nano returns error10:56
sumdumbumsudo?10:57
T4<Mooosssss> no such commanf10:57
*** andrzejku <andrzejku!~andrzejku@ftth-nat-58.ip4.greenlan.pl> has joined #sailfishos-porters10:57
sumdumbumtry vi10:58
Mister_MagisterMooosssss: try from gui?10:58
sumdumbumreal men use vi tho10:58
Mister_Magisteri do10:59
Mister_Magisteri master vi10:59
*** piggz <piggz!~piggz@95.147.209.137> has joined #sailfishos-porters11:00
Mister_Magisterwhen you need to edit something fast you type vi :p11:01
rltysevenXMAS HAPPY. :D11:01
sumdumbum*cough* sed *cough*11:01
nik123IMO I can't use vi, but I mastered vim11:01
sumdumbumat least its not gvim11:02
sumdumbumor sublime text...11:02
*** Acou_Bass <Acou_Bass!~Acou_Bass@host-78-144-146-85.as13285.net> has quit IRC (Read error: Connection reset by peer)11:02
Mister_Magisterrun eclipse for editing one file11:03
*** Acou_Bass <Acou_Bass!~Acou_Bass@host-78-144-146-85.as13285.net> has joined #sailfishos-porters11:03
*** Mooosssss <Mooosssss!89615ec8@gateway/web/freenode/ip.137.97.94.200> has quit IRC (Ping timeout: 260 seconds)11:03
*** MeowDude <MeowDude!017b8436@gateway/web/freenode/ip.1.123.132.54> has joined #sailfishos-porters11:11
MeowDudeMister_Magister: Touchscreen works and the white bar is gone11:12
MeowDudehowever lockscreen is finicky, it senses my touch, but its oriented wrong, and I can't unlock. I was also never given the Jolla set up or tutorial11:12
Mister_MagisterMeowDude: what device is it?11:18
MeowDudenexus 10 manta11:18
MeowDudeI need to redo grouper11:18
Mister_Magister*cough* Exynos *Cough*11:19
Mister_Magisternexus 10 looks like shit lmao11:19
Mister_Magister*cough* samsung *cough*11:19
MeowDudeI love the Nexus 1011:20
MeowDudeand shitting on exynos does not help11:20
nik123samsung: *cough* fuck your warranty *cough*11:20
malMister_Magister: ask about what?11:20
muppisI'd like to see refreshed build for Nexus 7 Grouper..11:20
Mister_Magistermal: to port sfos without android blobs11:20
MeowDudemuppis: its hard, I need to nuke my VM and redo everything, my mount points are fucked, and so is my base11:21
muppisMeowDude, damned.11:21
MeowDudeI am working on 2.1.3.7 right now for both grouper and manta (you have most likely seen my DOESN'T BOOT thread on the n7 android development?11:21
Mister_MagisterMeowDude: devices are not fully working ootb you know that?11:22
*** piggz <piggz!~piggz@95.147.209.137> has quit IRC (Quit: Konversation terminated!)11:22
*** piggz_ <piggz_!~piggz@95.147.209.137> has joined #sailfishos-porters11:23
MeowDudeMister_Magister: I know this, what is your point11:23
Mister_Magisterthat if it doesnt boot it doesnt mean its bad or somthing like that or that you have to redo everything, just fix it11:24
sumdumbummal: if i knew my device isnt supported by canyogenmod but all i cared about was working wifi and touchscreen is it possible to still get sfos working?11:24
MeowDudeMister_Magister: No, I tried to fix the mount points and stuff and... its just fucked man, just trust me on that11:25
MeowDudesumdumbum: if it has a device and kernel tree on github it is possible11:25
sumdumbumok i have a few potential devices so i have some homework to do11:26
Mister_MagisterMeowDude: right… you cant copy and paste commands i remember now11:26
Mister_MagisterMeowDude: dont give wrong advices11:26
MeowDudeMister_Magister: I obviously can, I set up my manta environment from scratch11:26
MeowDudeits not wrong advice, that is fact11:26
malsumdumbum: in theory yes but not very simple probably11:26
Mister_Magisterwow11:26
elrossumdumbum: sfos withou hw acceleration? I doubt it will be usable at all11:26
MeowDudeif your device has a working kernel and device tree you could build android base, and then a rootfs on top11:27
Mister_Magistercongrats MeowDude you learned how to copy paste11:27
MeowDudeyou sure are in a bad mood11:27
Mister_Magisterno11:27
MeowDudedid you stub your toe or something this morning11:27
Mister_Magisterits just fact11:27
MeowDudewell, now it is time to try and fix this rotation bug. any ideas on why my device didn't go through the jolla setup?11:29
Mister_MagisterMeowDude: you should've learned already that we are not magicians that can look into your device logs over internet magically11:30
Mister_Magisteraka give logs11:30
MeowDude*thonk* I'll try ssh with my RPi11:31
sumdumbumhmm... maybe i could try for a build of CM that i feel was for a device of the same era and manufacture and get something that would be close enough... i suppose starting with something is better than nothing if that something is somewhat useful...11:32
MeowDudeI rebooted it and now all the icons are messed up11:32
Mister_Magistersumdumbum: good thinking11:33
sumdumbumit is a samsung after all just not 1 of the popular ones11:33
Mister_Magistersumdumbum: which?11:33
MeowDudesumdumdum: what device is it11:33
Mister_Magistershitsungs are shit11:33
sumdumbumid have to go get them i have like 3 or 4 if i count the 1 i dont really wanna rist killing11:34
MeowDudenot true11:34
sumdumbumi think 1 or 2 are off brand chineese things11:34
MeowDudethats all opinion, to be honest, samsung makes great hardware, the software and company support sucks though11:35
Mister_Magistersumdumbum: what device do you want to port to11:35
sumdumbumill try them all they are collecting dust now only the 1 is usable and i kinda want to make calls from that 1 <311:35
MeowDudekek, double tap to wake works on my port out of box11:36
Mister_MagisterMeowDude: lol11:36
sumdumbumSM-G386T11:38
rubdosNotKit: new build hooray!11:38
rubdosI'll test asap. When I remember how it worked.11:39
sumdumbumthats the best 1, also 1st 1 i found, theres more around here somewhere...11:39
sumdumbumwell, not the true best one, but the best 1 id risk turning into a brick.11:40
Mister_Magistersumdumbum: same soc as my g211:40
MeowDudeMister_Magister: I am connected to the device via telnet, what logs do you need11:40
Mister_Magisterevery11:40
MeowDudewell define every11:40
MeowDudelike, init.log? proc/lastkmsg? any others I might not know of and how to get them11:40
Mister_Magisterdmesg, systemctl, journalctl, logcat11:40
sumdumbumwait... systemd? is in sfos?11:41
thereturningvoidyyep11:41
thereturningvoidno escaping systemd-singularity >:)11:41
sumdumbumidk why im supprised tho11:42
thereturningvoidman i still need to sort out gstreamer11:42
sumdumbumwait11:43
sumdumbumway better wide11:43
sumdumbumamazon fire sitck?11:43
sumdumbumieda*11:43
sumdumbumno can english11:43
nik123it's called engrish11:43
sumdumbumcan into engrish?11:44
nik123yes, we can into11:44
nik1232nd try11:44
sumdumbumhey fyi i chose this nick for a reason11:44
nik123this time /data is not encrypted11:44
nik123here we go11:44
nik123when the darn script takes longer to execute than to just copy files11:45
nik123still no mer11:47
nik123wtf11:47
sumdumbumfound a SM-G386T and SCH-1200V so far11:47
nik123but I got 18d1:d00d11:47
Mister_Magisternik123: selinux?11:47
Mister_Magistersumdumbum: SM-G386T is close to my g211:47
nik123Mister_Magister: ???11:47
nik123Mister_Magister: no I don't have it11:47
Mister_Magisterexcept motorola isnt shit but shitsung is11:47
Mister_Magisternik123: did you disable it?11:47
nik123Mister_Magister: yes11:47
sumdumbumso try g2 CM on it then?11:47
rubdosNotKit: can I just flash the new image over the old one?11:48
Mister_Magistersumdumbum: porting cm maybe11:48
Mister_Magisterbut not installing it directly11:48
sumdumbumc++?11:48
Mister_Magisterbetter find some samsung device11:48
Mister_Magisterwith cm11:48
*** zhxt <zhxt!~zhxt@223.72.88.22> has quit IRC (Remote host closed the connection)11:49
nik123Mister_Magister: how do I check11:49
nik123in kernel it seems to be disabled11:49
nik123not sure about other parts11:49
sumdumbumbah im not gonna find another samsung maybe some lowbrand but not my precious j311:49
Mister_Magisterthere is nothing to check i'm asking if you disabled it11:49
Mister_Magisterand how11:49
*** zhxt <zhxt!~zhxt@223.72.88.22> has joined #sailfishos-porters11:49
nik123kernel config11:49
nik123rolex_defconfig11:49
Mister_Magisterhow?11:49
nik123CONFIG_SECCOMP=y is it this one?11:50
nik123the thing is also getting really hoy11:51
nik123*hot11:51
nik123instead of remaining cold11:51
sumdumbumcoolpad? ever heard of that brand? i got no idea if CM works on the off-brands...11:51
Mister_Magisterme rn https://tinyurl.com/yax9e8ak11:51
Mister_Magisternik123: what? ofcourse not?11:52
Mister_Magisterit doesnt even look like selinux anyway11:52
nik123which one is it then?11:52
MeowDudeokay I have all the logs, I am going to log into this IRC on my Rpi and upload them to pastebin11:52
Mister_Magisternik123: read mer-kernel-check?11:53
Mister_Magistermal: how did you last with people like that omg i'm getting more and more respect for you :D11:53
nik123Mister_Magister: fuck you're right, I have a shit ton of errors11:55
Mister_Magisternik123: YOU DIDNT FIX THEM?!11:56
nik123yes I DID11:56
Mister_Magisterif you did11:56
Mister_Magisterwhy you have errors11:56
nik123but somehow they appeared again11:56
nik123idk11:56
nik123maybe defconfig got refreshed or something11:56
nik123wtf11:56
Mister_Magisternot it dont get refreshed11:57
nik123but this time they're different errors11:57
nik123this just got confusing11:57
nik123gotta take a break now, bb11:57
*** MeowDudeRPi <MeowDudeRPi!017b8436@gateway/web/freenode/ip.1.123.132.54> has joined #sailfishos-porters11:59
*** nik123 <nik123!~nik123@213.91.85.216> has quit IRC (Ping timeout: 260 seconds)12:02
*** elros <elros!~sailfish@87-206-58-108.dynamic.chello.pl> has quit IRC (Quit: IRC for Sailfish 0.9)12:02
*** elros <elros!~elros@87-206-58-108.dynamic.chello.pl> has joined #sailfishos-porters12:03
MeowDudeRPiMister_Magister: dmesg: https://pastebin.com/VZ6fdDgd | systemctl --no-pager: https://pastebin.com/i5UUnhdQ | systemctl list-unit-files: https://pastebin.com/wS2KfdVp |  jounrnalctl --no-pager: https://pastebin.com/xSKN2c4j | init.log: https://pastebin.com/kTaRtMWM12:10
MeowDudeRPikmsg: https://pastebin.com/kTaRtMWM12:10
MeowDudeALL the logs I know of12:12
MeowDudefrom my most recent build of sailfish os for manta12:12
Mister_MagisterMeowDude: run journal just after boot12:13
MeowDudegot it12:13
MeowDudebrb then12:13
Mister_Magisteror give full journal12:13
Mister_Magistersame with dmesg12:13
*** MeowDudeRPi <MeowDudeRPi!017b8436@gateway/web/freenode/ip.1.123.132.54> has quit IRC (Ping timeout: 260 seconds)12:15
*** rltyseven <rltyseven!~rltyseven@69.167.13.140> has left #sailfishos-porters ("离开")12:20
MeowDudeMister_Magister: here is full journalctl --no-pager: https://pastebin.com/fiBMHMG212:20
MeowDudeIll grab dmesg right now12:21
MeowDudeMister_Magister: dmesg: https://pastebin.com/dAYgznu912:23
MeowDudein full of course, I figured out how to get my terminal to show more stuff12:23
*** hge <hge!~hongwei.g@dbj0ykyhtqmxx8x0fzy-t-3.rev.dnainternet.fi> has joined #sailfishos-porters12:24
bl33d15hi guys!12:30
bl33d15is there way t6o get latest sfos on n9?12:30
locusfmaybe12:32
locusfmaybe not12:32
*** zhxt <zhxt!~zhxt@223.72.88.22> has quit IRC (Remote host closed the connection)12:32
*** zhxt <zhxt!~zhxt@223.72.88.22> has joined #sailfishos-porters12:33
thereturningvoidif there's no port already, only way to find out is to grab the HADK and take a shot :)12:33
bl33d15hadk is meant to work on Android phones12:34
bl33d15it can be used for n9 too?12:35
locusfthough there was effort to leverage the jelly bean android on it12:35
locusfbut didn't work too well or at all12:36
rubdosbl33d15: I've been running zypper up with the new repositories, and it booted. That was all, sadly12:36
locusffilippz: is doing new mainline kernel work12:36
rubdosshortly after, my N9 died12:36
rubdos:(12:36
thereturningvoidoh, i was under the impression n9 = nexus 912:36
thereturningvoidis it something else?12:37
bl33d15and how about n900 port?12:37
rubdosnokia n9, thereturningvoid12:37
rubdosthe beginning of it all™12:37
bl33d15sorry12:37
thereturningvoidaaah12:37
rubdosbl33d15: don't be sorry, everyone is ought to know that N9 == Nokia N9! :o12:37
locusfn900, well ...12:37
mallocusf: it would be interesting to see the mainline kernel based sailfish on n9, someone got graphics working on it already on some other linux12:38
locusfsame guy :)12:38
locusfwith postmarketos12:38
*** zhxt <zhxt!~zhxt@223.72.88.22> has quit IRC (Remote host closed the connection)12:39
malyep12:39
bshahbtw I got mainline kernel to boot graphics on n5 :P12:39
locusfhttps://twitter.com/fi1ippz/status/94569234019434905612:39
*** zhxt <zhxt!~zhxt@223.72.88.22> has joined #sailfishos-porters12:39
locusfbshah: software rendering?12:39
bshahlocusf: for now yeah... I can possibly try to rebase my work on older 4.4 kernel and maybe get proper graphics working till iommu sitatuion is resolved upstream12:40
locusfokay12:41
locusfgood stuff!12:41
malfp2 also has partial graphics with mainline, a very much wip still but at least the panel works and framebuffer is seen12:44
bshahyeah I finally got time to write panel driver for hammerhead during this holidays12:44
*** Hassun[m] <Hassun[m]!hassunmatr@gateway/shell/matrix.org/x-jrcrqwgxligprfyu> has joined #sailfishos-porters12:45
MeowDudeMister_Magister: any luck with those logs?12:47
Mister_Magisteri'm @ work12:47
MeowDudeoh sorry12:48
MeowDudeanyone else wanna take a crack at them?12:48
Mister_Magisterso it takes time12:48
MeowDudeoh12:48
MeowDudesomeone, slacking on the job hmmm *smirk*12:48
Mister_MagisterMeowDude: the dmesg you posted12:49
Mister_Magisterits just dmesg command?12:49
MeowDudeyes12:49
MeowDudeyes12:49
MeowDudedmesg12:49
Mister_Magisteryou doubled it?12:50
MeowDudeum no12:50
MeowDudeI typed it in once and then gave you the output12:50
MeowDudeI figured out how to get the MATE terminal to give more than 512 lines12:50
Mister_Magisterso either you dobled it in copying or your dmesg gave you dmesg with dmesg before reboot or it kernelpanicked and rebooted in one session without rebooting12:50
MeowDudehmm12:51
Mister_Magisterod you just selected too much12:51
MeowDudelet me check that12:51
MeowDudeyeah I must have doubled it because my tablet still hasn't rebooted12:51
MeowDudenor has it12:51
Mister_Magisterso maybe typo in copying12:52
MeowDudeyeah I must have over selected12:52
MeowDudenbd12:52
MeowDudeoh so I just don't have a homescreen. when I try to use the camera shortcut it shows the camera icon with the animation, but its all black and offset12:53
MeowDudealso you know, camera doesn't load of course12:53
Mister_MagisterMeowDude: at this point you should hope to get gui working properly lol12:54
Mister_Magisteryou had wizard?12:54
MeowDudewell yes and no12:55
MeowDudeit gave me the language selection and the agreement12:55
MeowDudebut when I clicked next on the licence agreement it said "starting sailfish" and then the typical loading circle, straight to lockscreen12:56
Mister_Magisterah12:56
Mister_Magisterso second wizard failed12:56
MeowDudeI wonder why...12:56
Mister_Magisteryou need to strace second wizardo12:59
MeowDudewhat do I run in telnet13:00
*** piggz_ <piggz_!~piggz@95.147.209.137> has quit IRC (Ping timeout: 272 seconds)13:00
*** pseudodev <pseudodev!uid205973@gateway/web/irccloud.com/x-cqepsyptmjjovipg> has quit IRC (Quit: Connection closed for inactivity)13:06
*** andrzejku <andrzejku!~andrzejku@ftth-nat-58.ip4.greenlan.pl> has quit IRC (Quit: My iMac has gone to sleep. ZZZzzz…)13:06
Mister_MagisterMeowDude: /system/xbin/strace /usr/bin/jolla-startupwizard -plugin evdevtouch:/dev/input/event3 -plugin evdevkeyboard:keymap=/usr/share/qt5/keymaps/droid.qmap13:06
MeowDudewew alright give me a second13:07
MeowDudeMister_Magister: https://pastebin.com/y1gyA33B13:11
Mister_Magisterhmmm13:12
MeowDudeseems I am missing some plugins13:12
Mister_Magisteradd EGL_PLATFORM=hwcomposer before that command13:12
Mister_Magisterand add -platform hwcomposer at the end13:13
MeowDudegot it give me a sec13:13
MeowDudeMister_Magister:https: https://pastebin.com/6UuFsquW13:16
MeowDudemy devices screen lit up for a second when I typed that but nothing actually happened13:17
Mister_Magisterrun same without strace command13:18
*** hge <hge!~hongwei.g@dbj0ykyhtqmxx8x0fzy-t-3.rev.dnainternet.fi> has quit IRC (Ping timeout: 240 seconds)13:21
MeowDudeso just EGL_PLATFORM=hwcomposer -platform hwcomposer?13:23
MeowDudeor do you mean EGL_PLATFORM=hwcomposer /usr/bin/jolla-startupwizard -plugin evdevtouch:/dev/input/event3 -plugin evdevkeyboard:keymap=/usr/share/qt5/keymaps/droid.qmap -platform hwcomposer13:24
MeowDudemeh Ill try both13:24
*** Xeno_PL <Xeno_PL!~Xeno@159-205-133-29.adsl.inetia.pl> has joined #sailfishos-porters13:27
*** zhxt <zhxt!~zhxt@223.72.88.22> has quit IRC (Ping timeout: 248 seconds)13:29
*** XenoPL <XenoPL!~Xeno@77-255-220-165.adsl.inetia.pl> has quit IRC (Ping timeout: 265 seconds)13:30
MeowDudeMister_Magister: https://pastebin.com/xF69Qe2V13:34
MeowDudewould installing the missing plugins fix this?13:34
Mister_Magisterwhat missinging plugins what are you talking about?13:35
MeowDudeyou know, on the first one at the end, "xcb"13:37
MeowDudehttps://pastebin.com/y1gyA33B line 95613:37
Mister_Magisterdo you have that in the latest log?13:41
Mister_Magisterno?13:41
Mister_Magisterso that means i fixed that?13:41
Mister_MagisterAvailable platform plugins are: hwcomposer13:42
Mister_Magister[14:12] <Mister_Magister> add EGL_PLATFORM=hwcomposer before that command13:42
Mister_Magisterdoesnt sound similar?13:42
Mister_Magister[14:13] <Mister_Magister> and add -platform hwcomposer at the end13:42
Mister_Magister"platform plugins" " -platform hwcomposer"13:43
Mister_Magisteru blind or something?13:43
MeowDudeoh13:44
MeowDudewell i don't know I am just shooting from the hip here13:44
Mister_Magistergood luck with that log lol13:44
Mister_Magisterand13:44
MeowDudeand...?13:47
Mister_Magistertypo13:48
MeowDudeoh13:48
MeowDudewell then I guess tommorow is gonna be full of hardwork for manta13:49
*** Zuccace <Zuccace!~zucca@85-76-3-126-nat.elisa-mobile.fi> has joined #sailfishos-porters13:51
rubdosseems like flashing moto z play via GUI is bugged, but commandline, it works, NotKit. Probably me though :p13:53
*** ZucZero <ZucZero!~zucca@85-76-0-25-nat.elisa-mobile.fi> has quit IRC (Ping timeout: 250 seconds)13:53
*** _sven <_sven!~sven@93.234.129.143> has joined #sailfishos-porters13:54
MeowDudehey _sven13:54
_svenhey13:55
MeowDudebueti13:55
rubdosdamnit, obligatory tutorial!13:58
r0kk3rzrubdos: you know how to skip it right?14:02
rubdosMister_Magister just told me14:02
rubdosin #sailfishos14:02
Mister_Magisteri didnt know i'm on sailfishos instead of -porters lol14:03
MeowDudewait14:03
MeowDudehow do you skip it14:03
rubdoslol!14:03
MeowDudeI hate the tutorial14:03
Mister_Magister[15:00] <Mister_Magister> left upper corner right upper corner right bottom corner left bottom corner14:03
MeowDudelike android...14:04
Mister_Magistersledges: add that to hadk lol^ nobody will read it anyway14:04
rubdosNext n00b question: next time I update this sfos install, how do I keep my data?14:06
rubdosI did make a backup, which I'm currently restoring14:06
rubdosbut I'd still like to keep my data (and perhaps apps)14:06
Mister_Magisterrubdos: OTA14:07
*** XenoPL <XenoPL!~Xeno@178-37-240-7.adsl.inetia.pl> has joined #sailfishos-porters14:07
*** Xeno_PL <Xeno_PL!~Xeno@159-205-133-29.adsl.inetia.pl> has quit IRC (Ping timeout: 240 seconds)14:07
rubdosMister_Magister: I'll have to convince NotKit to support that then. And I have no idea whether it's possible or not14:07
Mister_Magisterofcourse it is14:08
rubdossure it is, but how will NotKit support it?14:08
rubdos(I suppose I triggered his name enough now :D )14:08
MeowDudeNotKit: RUBDOS CALLS FOR YOU MASTER!!!14:09
Mister_Magisterrubdos: hadk-faq14:09
NotKitOTA is in progress14:11
NotKitI'm building on OBS already14:11
Mister_Magisteras you can see14:11
rubdosniiiice :-)14:12
rubdosNotKit: did you have the camera fix already in that image?14:15
NotKityes14:16
rubdosI'll just have to reboot then14:16
bl33d15#MeowDude = mmeow?14:16
MeowDudeeeef14:16
NotKitrubdos, is nothing displayed in camera app or?14:17
rubdosjust black out14:17
MeowDudesame here on manta! NotKit: why no fix14:19
NotKitwell, no idea what's wrong on manta :)14:19
Mister_MagisterMeowDude: please stop14:20
Mister_Magisterdont even think of camera if your second wizard isnt up14:20
Mister_Magisterand if you didnt build gstreamer14:20
Mister_Magisterand dont have configs14:20
MeowDudeconfigs?14:21
rubdosNotKit: I feel like there's a lot more that's not displayed. Just tried quickddit, the non-video images don't show14:21
rubdosI'll reboot and see14:22
MeowDudedo you mean the kernel defconfigs? those are set up, also how do I build gstreamer? hadk section please?14:22
Mister_Magisterno ofcourse not14:22
Mister_MagisterMeowDude: STOP THINKING ABOUT CAMERA THE FUCK AND FOCUS ON SECOND TUTORIAL GET WORKING DEVICE FIRST14:22
MeowDudeI THOUGH GSTREAMER WAS SOMETHING ELSE ENTIRELY!!! REEEEEEEEEEE14:23
MeowDudeAlso yeah I need to get second tutorial set up...14:23
MeowDudedo you think if I get that set up the homescreen will work?14:24
Mister_Magisterofcourse it will14:24
rubdosstill black, NotKit. What logs do you require? :P14:24
MeowDudeoh sweet14:25
MeowDudethat is some serious incentive14:25
NotKitrubdos, are the videos black?14:27
NotKitor also view finder in camera?14:27
rubdosview finder, and stationary images14:27
rubdosgifs on reddit play fine, I'll check video playback14:27
rubdosvideos don't start :P14:27
MeowDudewhat device rubdos? I am curious14:30
rubdosMoto Z Play14:31
Mister_Magisterrubdos: noice i'll get moto z someday maybe14:33
MeowDudeooo neat14:33
MeowDude>getting a new phone14:33
MeowDudeI hope to stay on my Droid RAZR M forever, and if I start maintaining sfos for it, I could potentially use it for much MUCH longer14:33
Mister_Magister*came to work with moto g2 and x2 both from 2014 because shit newer than 2015 is shit*14:34
MeowDudeI just miss when compact meant less than 4.5 inch screen, I love my pocketable RAZR M14:35
NotKitrubdos, can you try to set password in development settings, then devel-su14:35
NotKitXDG_RUNTIME_DIR=/run/user/0 jolla-camera and check if it displays anything14:35
MeowDudeMister_Magister: looking at my logs, I see that a common issue is DBus being locked14:36
rubdos[C] unknown:0 - Failed to create display (No such file or directory)14:36
rubdosshouldn't that be without root?14:36
rubdos(same without root)14:37
*** andrzejku <andrzejku!~andrzejku@ftth-nat-58.ip4.greenlan.pl> has joined #sailfishos-porters14:37
Mister_MagisterNotKit: shouldnt it be 1000000?14:37
NotKitfor nemo it's 10000014:37
rubdosdoesn't display anything of interest14:38
NotKitrubdos, so it doesn't start at all as root?14:38
rubdoshttps://pastebin.com/jet1NwBt14:38
rubdosNotKit: it doesn't14:39
rubdosdoesn't start session 0?14:39
*** itbaron <itbaron!~itbaron@91-157-109-53.elisa-laajakaista.fi> has quit IRC (Ping timeout: 265 seconds)14:44
NotKitno, that's not related14:45
NotKittry XDG_RUNTIME_DIR=/run/user/100000 jolla-camera then14:46
rubdossame log, same black14:48
rubdossomething with gstreamer?14:48
NotKitcamera controls are displayed though?14:49
NotKitwait, you said GUI install didn't work, how did you install it then?14:50
rubdostwrp flash `image`14:54
rubdoson commandline14:54
rubdosthat one did finish14:54
rubdoscamera controlls display14:54
rubdosbut I don't have connectivity apparently now14:55
*** korak <korak!~quassel@208-180-152-154.com.sta.suddenlink.net> has joined #sailfishos-porters14:55
rubdosI'm going to open a pension fund first now, if you have ideas, I'll try them in 30 minutes :P14:55
NotKitdid a clean reflashed from the image I uploaded, camera and connectivity (Wi-Fi and LTE) work, weird15:18
NotKitwhat was the issue when you installed it via TWRP GUI?15:19
NotKitjust in case:15:19
NotKitmd5sum sailfishos-addison-release-2.1.3.7-test.zip15:19
NotKit7c836833c3fa82e4e375754bd03afe8d  sailfishos-addison-release-2.1.3.7-test.zip15:19
*** guhl <guhl!~guhl@gateway/tor-sasl/guhl> has quit IRC (Ping timeout: 272 seconds)15:22
*** guhl <guhl!~guhl@gateway/tor-sasl/guhl> has joined #sailfishos-porters15:24
*** guhl <guhl!~guhl@gateway/tor-sasl/guhl> has quit IRC (Remote host closed the connection)15:27
*** guhl <guhl!~guhl@gateway/tor-sasl/guhl> has joined #sailfishos-porters15:28
*** sumdumbum <sumdumbum!49e2f77d@gateway/web/freenode/ip.73.226.247.125> has quit IRC (Ping timeout: 260 seconds)15:42
*** itbaron <itbaron!~itbaron@91-157-109-53.elisa-laajakaista.fi> has joined #sailfishos-porters15:55
*** itbaron_ <itbaron_!~itbaron@91-157-109-53.elisa-laajakaista.fi> has joined #sailfishos-porters15:58
*** itbaron <itbaron!~itbaron@91-157-109-53.elisa-laajakaista.fi> has quit IRC (Read error: Connection reset by peer)15:58
rubdoswifi works16:17
rubdosbut no LTE, not even any connectivity16:17
rubdossorry, pension fund took a bit longer :P16:18
elroslbt: Could you patternise nemo:devel:hw:motorola:moto_msm8960_jbbl. Please16:20
rubdosNotKit: md5 checks out16:21
NotKitwhat error was there during TWRP install?16:21
rubdosNotKit: issue was that it hung on the rm -rf /data/.stuffings/sailfishos16:22
rubdosit hung there for more than an hour16:22
rubdosso I quitted, and did twrp install /external_sd/sailfish...zip16:22
rubdos(quitted == force reboot into twrp)16:22
maljust a thought, it would be nice to include the latest sailfish release of each port here https://wiki.merproject.org/wiki/Adaptations/libhybris16:22
rubdoswe're still using twrp-3.1.1-0-addison.img, right?16:23
malso people could see how well each port is maintained16:23
rubdosmal: also some activity pointers; maybe list past versions too :P16:23
*** ggabriel <ggabriel!~slv@gabrielgi.plus.com> has quit IRC (Ping timeout: 248 seconds)16:25
NotKitrubdos, yes16:25
NotKitweird then16:25
rubdosalso, NotKit, do you have automount of sd card? :P16:25
rubdosI've never had that for the record16:25
*** ggabriel <ggabriel!~slv@gabrielgi.plus.com> has joined #sailfishos-porters16:26
NotKitit should be with sdcard-utils, but I never tested that, need an sd card16:26
rubdosif you're in Europe, I'll buy you a 64GB one :P16:26
NotKitno need, I had one somewhere, just can't find it :)16:27
rubdosah okay :)16:27
NotKitso as for no connectivity16:27
NotKitdoes it detect SIM card?16:28
rubdosyes16:28
rubdosreads my operator, does the pin code16:28
rubdosI did have connectivity when I first booted16:28
* rubdos should check whether there are problems with the operator or such16:28
rubdosis there a log for the connectivity?16:29
NotKitofono-logger16:29
NotKithttps://openrepos.net/content/slava/ofono-logger16:29
rubdoslooks like it's intermittent16:30
rubdosI can see it appear and disappear16:30
*** BenzeneSailfishX <BenzeneSailfishX!~sailfish@159.226.171.21> has quit IRC (Ping timeout: 248 seconds)16:32
*** BenzeneSailfishX <BenzeneSailfishX!~sailfish@114.242.250.6> has joined #sailfishos-porters16:33
rubdosit's very intermittent...16:33
malrubdos: can you check in logs what is the RIL version on your device, that is for example in journalctl output16:35
rubdosRIL not found in journalctl16:35
rubdosneither in dmesg16:36
malit's in early parts in the log, add -n10000 or something to see more of the log16:36
maland not in dmesg16:36
rubdosreally not found :P16:36
*** hge <hge!~hongwei.g@dbj0ykyyy0gsdcvyn3xvt-3.rev.dnainternet.fi> has joined #sailfishos-porters16:36
rubdosI'll clean boot?16:36
maltry16:36
rubdosroger16:37
* rubdos entered pin code16:40
*** hge <hge!~hongwei.g@dbj0ykyyy0gsdcvyn3xvt-3.rev.dnainternet.fi> has quit IRC (Client Quit)16:40
rubdosDec 28 17:38:06 Sailfish ofonod[1788]: RIL version 1116:41
rubdosmal^16:41
rubdosNotKit: for the camera, some more pointers: gifs work, and I think png too, but jpg not? something like that16:42
*** malkien <malkien!~michele@host124-99-dynamic.58-82-r.retail.telecomitalia.it> has quit IRC (Quit: Konversation terminated!)16:42
rubdosalso, Dec 28 17:38:00 Sailfish ofonod[1788]: [grilio] ERROR! Can't connect to RILD: Connection refused16:42
malrubdos: pastebin the whole log16:43
rubdoswhole journalctl?16:43
rubdoshttps://pastebin.com/kUYFacFU16:43
rubdoswut16:43
rubdoswait :P16:44
rubdosoh, must be ran as root, gimme a min16:44
rubdoshttps://pastebin.com/LAzxTKaT16:44
rubdosthat's better16:44
mala lot of ofono errors there16:48
*** BenzeneSailfishX <BenzeneSailfishX!~sailfish@114.242.250.6> has quit IRC (Ping timeout: 272 seconds)16:48
*** BenzeneSailfishX <BenzeneSailfishX!~sailfish@210.76.215.181> has joined #sailfishos-porters16:49
rubdospretty generic "Operation failed" errors though16:50
malofono-logger should give more details16:51
monichrubdos: either rild is not running or socket path in /etc/ofono/ril_subscription.conf is wrong16:51
malmonich: but that error comes only once before ofono really sees ril16:51
monichah, then it may be ok16:52
*** XenoPL <XenoPL!~Xeno@178-37-240-7.adsl.inetia.pl> has quit IRC (Ping timeout: 260 seconds)16:52
malmonich: the journalctl log shows a lot of activity from ofono16:52
rubdosI'm testing mysting my laptop's connection with that provider16:52
rubdosyeh, laptop can register on the network16:52
rubdosclean boot seemed to have fixed the camera, NotKit16:53
NotKitweird16:53
NotKitI don't get the ofono errors you have either16:53
rubdosrebooted the router, wifi's back16:57
rubdoscamera seems to work now, but not all images on reddit/twitter are displayed17:00
rubdossome are just black17:00
rubdosNotKit: I can give you ssh if you want/if you're not busy17:01
NotKitdoes it happen in browser or some app?17:02
*** elros <elros!~elros@87-206-58-108.dynamic.chello.pl> has quit IRC (Quit: Communi 3.5.0 - http://communi.github.com)17:02
rubdosevent stream + quickddit17:02
rubdosbrowser seems to display the twitter event stream image okay17:03
rubdoslemme check youtube17:03
rubdosthat's still the same17:04
rubdos(as in previous version)17:04
rubdosalso: tab preview in browser is blacked17:04
rubdosshould I try reflashing? :/17:04
NotKittab preview in browser is blacked - confirm17:05
NotKitmaybe go latest tested version then? I'll check the issues you mentioned, thanks for that17:06
rubdosNotKit: I suppose it's the same black as the tweets17:06
rubdosit's some forms of images that get blacked; I can get used to that for now. Just the connectivity :P17:06
rubdosif you cannot reproduce, I suppose it's best to debug that on my device?17:07
rubdosmaybe it's because I come from the stock Android version?17:08
rubdosor you have updated to a more recent Android before flashing or something? :/17:08
NotKitis it 7.0?17:08
rubdosnot sure with what I bought it17:08
NotKitno, should not be the case then17:08
rubdosok17:08
NotKityou can try systemctl stop ofono17:10
NotKitthen /usr/sbin/ofonod -n -d --nobacktrace --noplugin=,he910,dun_gw_bluez5,hfp_bluez5,hfp_ag_bluez5,cdma_provision,bluez5,isimodem,n900,u8500,qmimodem,gobi,cdmamodem,isiusb,nwmodem,ztemodem,iceramodem,huaweimodem,calypsomodem,swmodem,mbmmodem,hsomodem,ifxmodem,stemodem,dunmodem,hfpmodem,speedupmodem,phonesim,telitmodem,udev,udevng17:10
NotKitto get ofono logs17:10
rubdoshow do I enter my pin if I do that? :/17:12
rubdosdon't get the gui pop-up17:12
NotKitmaybe it needs to be done only once per startup?17:16
rubdosmay be17:16
rubdosconstant stream of RESPONSE_VOICE_NETWORK_STATE_CHANGED17:17
rubdosNotKit: I just received a friggin' text17:25
rubdossomeone tries calling me :P17:25
rubdosbut doesn't come through17:25
*** elros <elros!~elros@87-206-58-108.dynamic.chello.pl> has joined #sailfishos-porters17:26
elrossledges: do you have a power to patternise nemo:devel:hw:motorola:moto_msm8960_jbbl?17:28
rubdosNotKit: going back to 2.1.017:30
rubdos:/17:30
NotKitcould you please pastebin ofono logs?17:31
NotKit(with private data removed)17:31
rubdoshow much of it? :/17:31
*** gexc-tablet <gexc-tablet!~gexc@129.107.80.67> has joined #sailfishos-porters17:32
rubdosand how do I remove private data?17:32
NotKitfrom the beginning to RESPONSE_VOICE_NETWORK_STATE_CHANGE17:32
NotKitI mean phone numbers/texts17:32
rubdosI feel like pastebin won't like it lol17:37
rubdosthey don't care; apparently: https://pastebin.com/1fHkuNtU17:38
rubdosonly 400KB of log :D17:38
rubdosNotKit: any last words before I revert? :D17:43
NotKitnone yet17:49
NotKitso it didn't connect to network or connected/disconnected?17:49
rubdosit loop { connected then disconnected }17:50
rubdosgot my connection back on this image, NotKit17:52
NotKiton older one?17:52
rubdosyes17:52
rubdosNotKit: I just disabled my second sim on the older image, and my connection went away17:58
rubdoswould that be it? :s17:59
*** T4 <T4!T4@unaffiliated/mikaela/bot/euforia> has quit IRC (Remote host closed the connection)18:00
*** T4 <T4!T4@unaffiliated/mikaela/bot/euforia> has joined #sailfishos-porters18:00
rubdosshould I re-re-retry? :P18:00
NotKitso disabling second sim breaks connection, or I read this wrong?18:03
rubdosapparentyl it does18:16
rubdosI just made a call on the old image18:16
rubdosso that was okay18:16
rubdosreenabling the second sim restores the connection. Now I'm inclined to try on the new image too :s18:17
rubdosI'll try18:17
rubdosI don't feel like fixing all the bugs with camera and call screen disappearing on this image :P18:18
NotKityou can rename /data/.stowaways/sailfishos to something, install other image, rename it back when you want to go back18:19
rubdosah, I'll remember that next time18:19
rubdosit's too late already lol18:20
NotKit(but /data/.stowaways/sailfishos/boot/hybris-boot.img needs to be flashed to boot partition for kernel build to match, can be done through TWRP)18:20
rubdosroger that, thanks :-)18:21
rubdosthat'll be cheaper on the mind lol18:21
rubdosoh, and there is /home/nemo too18:22
rubdos*interesting*18:22
rubdosI'll get myself aqcuianted with this thing some day :p18:22
rubdosthird time configuring sfos today, lol. I guess you guys are used to that18:37
rubdosNotKit: 4G18:40
rubdoscalled the home phone, it worked18:40
rubdosscreen didn't flicker off18:40
rubdosI'm going to steer away from configuring too much SIM stuff now18:40
rubdosthanks for the support dude, greatly appreciated18:40
rubdosif you ever think, "oh, this is a cool Moto Mod, would be cool to implement support for SFOS", send me a message *before* buying18:41
rubdos:-)18:41
rubdosdo you take Monero tips btw?18:41
NotKitnever used Monero actually18:46
NotKitwell, I'm still waiting for this Mod: https://twitter.com/LivermoriumLtd/status/945786631251832832 (the reason I got Moto Z Play)18:47
*** IHAVENONICK <IHAVENONICK!~zucca@85-76-5-194-nat.elisa-mobile.fi> has joined #sailfishos-porters18:51
*** Zuccace <Zuccace!~zucca@85-76-3-126-nat.elisa-mobile.fi> has quit IRC (Ping timeout: 250 seconds)18:52
rubdosthe kbd?18:53
rubdosoh, something else18:53
rubdosoh, no it is lol18:53
rubdosif you didn't order yet, ping me when it's there18:53
rubdosChristmas present. And new years.18:53
rubdosNotKit: I'd send you bitcoin, but the fees would be more that I'd be able to give18:54
NotKitno need, I ordered it, but thank you anyway :)18:56
rubdosah damn it, I said wait before ordering :P18:57
rubdosseems like videos still stutter at their start. Welp, doesn't matter, newest sfos wohoo!19:03
* rubdos notes that working-hours-tracker isn't included in the back-up19:07
*** erikas <erikas!4e398403@gateway/web/freenode/ip.78.57.132.3> has joined #sailfishos-porters19:12
*** pseudodev <pseudodev!uid205973@gateway/web/irccloud.com/x-lzirhozlnhwnzqts> has joined #sailfishos-porters19:12
*** Mikayx <Mikayx!~kvirc@85-76-1-165-nat.elisa-mobile.fi> has joined #sailfishos-porters19:13
*** Nokius <Nokius!~Nokius@p5DDB6C7E.dip0.t-ipconnect.de> has joined #sailfishos-porters19:13
*** ghosalmartin <ghosalmartin!~mgrover@90.216.150.193> has quit IRC (Remote host closed the connection)19:14
*** erikas <erikas!4e398403@gateway/web/freenode/ip.78.57.132.3> has quit IRC (Client Quit)19:16
*** erikas <erikas!~Mutter@78-57-132-3.static.zebra.lt> has joined #sailfishos-porters19:16
*** erikas <erikas!~Mutter@78-57-132-3.static.zebra.lt> has quit IRC (Client Quit)19:20
*** eyome <eyome!~eyome@vit94-6-88-160-180-232.fbx.proxad.net> has joined #sailfishos-porters19:44
*** andrzejku <andrzejku!~andrzejku@ftth-nat-58.ip4.greenlan.pl> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)19:46
*** ghosalmartin <ghosalmartin!~mgrover@2a02:c7f:923a:9000:e152:6988:20d3:d8bb> has joined #sailfishos-porters19:50
*** _jester_ <_jester_!~Thunderbi@103.55.71.188> has joined #sailfishos-porters20:11
rubdosCamera failing again, NotKit, lol20:17
rubdosI get a not responding thingi now20:18
rubdosand the whole thing stays black instead of only the viewfinder20:18
rubdossame as root :-)20:19
*** _jester_ <_jester_!~Thunderbi@103.55.71.188> has quit IRC (Ping timeout: 240 seconds)20:22
*** TheKit <TheKit!~nekit@95-83-30-99.saransk.ru> has joined #sailfishos-porters20:33
*** guhl <guhl!~guhl@gateway/tor-sasl/guhl> has quit IRC (Remote host closed the connection)20:34
*** guhl <guhl!~guhl@gateway/tor-sasl/guhl> has joined #sailfishos-porters20:35
*** NotKit <NotKit!~nekit@85-95-188-17.saransk.ru> has quit IRC (Ping timeout: 248 seconds)20:36
*** _sven <_sven!~sven@93.234.129.143> has quit IRC (Ping timeout: 256 seconds)20:45
*** raandoom <raandoom!~raandoom@195.208.103.11> has joined #sailfishos-porters21:01
*** rinigus <rinigus!~rinigus@keila-gw.levikom.ee> has quit IRC (Quit: Leaving)21:15
*** pseudodev <pseudodev!uid205973@gateway/web/irccloud.com/x-lzirhozlnhwnzqts> has quit IRC (Quit: Connection closed for inactivity)21:22
*** korak <korak!~quassel@208-180-152-154.com.sta.suddenlink.net> has quit IRC (Remote host closed the connection)21:32
*** Mikayx <Mikayx!~kvirc@85-76-1-165-nat.elisa-mobile.fi> has quit IRC (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)21:34
*** elros <elros!~elros@87-206-58-108.dynamic.chello.pl> has quit IRC (Quit: Communi 3.5.0 - http://communi.github.com)21:36
MeowDudeHMM21:50
*** krnlyng_ <krnlyng_!~frajo@clnet-p14-024.ikbnet.co.at> has joined #sailfishos-porters22:00
*** ghosalmartin <ghosalmartin!~mgrover@2a02:c7f:923a:9000:e152:6988:20d3:d8bb> has quit IRC (Quit: Leaving)22:09
*** ghosalmartin <ghosalmartin!~mgrover@2a02:c7f:923a:9000:e152:6988:20d3:d8bb> has joined #sailfishos-porters22:10
*** filip <filip!~filip@89-212-206-178.dynamic.t-2.net> has quit IRC (Ping timeout: 240 seconds)22:22
MeowDudewell I guess I am not going to be developing for grouper until at lleast January 3rd22:30
MeowDudeI was running event0 when it fell off of my desk, cracking the screen, and now touchscreen is broken22:31
MeowDude*sigh* on to manta then22:31
ghosalmartinouchh22:31
MeowDudeyeah, a new screen is 50$ from the US, its 30$ from Hong Kong but I don't feel like waiting 3 weeks for it seeing as I plan on selling the device on'ce I get a booting sailfish build22:35
MeowDudeFuck australian shipping22:35
MeowDudeI miss being able to get something in 2 days maximum in the US22:35
guhldon't know about the grouper but changing only the lcd (not preassembled with the bezel) was quite painful22:42
*** krnlyng_ <krnlyng_!~frajo@clnet-p14-024.ikbnet.co.at> has quit IRC (Remote host closed the connection)22:46
*** krnlyng_ <krnlyng_!~frajo@clnet-p14-024.ikbnet.co.at> has joined #sailfishos-porters22:46
*** gexc-tablet <gexc-tablet!~gexc@129.107.80.67> has quit IRC (Ping timeout: 240 seconds)22:58
*** phlixi <phlixi!~phlixi@46.244.201.182> has quit IRC ()23:01
MeowDudeguhl: well you gotta do what you gotta do23:05
MeowDudefuck man I forgot I am on a VPN, so my only option is to wait for chinese shipping. FUCK23:06
*** phlixi <phlixi!~phlixi@ppp-46-244-201-182.dynamic.mnet-online.de> has joined #sailfishos-porters23:09
*** krnlyng_ <krnlyng_!~frajo@clnet-p14-024.ikbnet.co.at> has quit IRC (Remote host closed the connection)23:25
*** eyome <eyome!~eyome@vit94-6-88-160-180-232.fbx.proxad.net> has quit IRC (Quit: eyome)23:25
*** krnlyng_ <krnlyng_!~frajo@clnet-p14-024.ikbnet.co.at> has joined #sailfishos-porters23:25
*** gexc-tablet <gexc-tablet!~gexc@172.4.29.163> has joined #sailfishos-porters23:36

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