nik123 | also why does build_packages.sh only use one core | 00:00 |
---|---|---|
Mister_Magister | yaep | 00:01 |
Mister_Magister | its pain on xeon | 00:02 |
*** Keij0 <Keij0!~Keij0@195.181.223.220> has joined #sailfishos-porters | 00:02 | |
*** MeowDude <MeowDude!68ed5a97@gateway/web/freenode/ip.104.237.90.151> has joined #sailfishos-porters | 00:04 | |
MeowDude | I have a pressing question regarding the armv7x architecture of my devices | 00:04 |
MeowDude | device* ingular | 00:04 |
MeowDude | so 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 manta | 00:05 |
MeowDude | it says "armv7-a-neon" | 00:05 |
MeowDude | does this mean I replace every instance of armv7hl with armv7-a-neon in my build environment? | 00:06 |
nik123 | though I did the same for aarch64 | 00:06 |
nik123 | it can't compile because it is not supported | 00:07 |
nik123 | and just said to switch back to armv7hl | 00:07 |
nik123 | and now it compiles | 00:07 |
nik123 | yay | 00:07 |
MeowDude | oh alright | 00:07 |
MeowDude | good to hear that i don't have to edit the hadk files again | 00:07 |
MeowDude | cheers! | 00:07 |
nik123 | cheers | 00:08 |
MeowDude | I get an error when I run "make -j4 hybris-hal" in HABUILD_SDK: https://pastebin.com/hKjpTXD1 | 00:13 |
MeowDude | I 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 |
MeowDude | I 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 | |
MeowDude | wait 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-porters | 00:22 | |
MeowDude | god I am such and idiot, never mind, it turns out I didn't put that "@" bit at the end of the manta mount points | 00:23 |
MeowDude | double never mind, the problem persists. Here is the manta section of my fixup-mountpoints file: https://pastebin.com/AwDTdSQW | 00:25 |
*** gexc-tablet <gexc-tablet!~gexc@129.107.80.109> has quit IRC (Ping timeout: 240 seconds) | 00:25 | |
MeowDude | r0kk3rs: 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 /boot | 00: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-porters | 00:30 | |
MeowDude | can anyone help? | 00:32 |
mal | MeowDude: it probably finds two fstab files | 00:34 |
MeowDude | where are these fstab files? | 00:35 |
MeowDude | I plan on deleting the non manta one | 00:35 |
mal | MeowDude: check your device repo | 00:35 |
mal | MeowDude: those are probably both for your device, one for recovery and one for normal system | 00:35 |
mal | some devices have it like that | 00:35 |
MeowDude | do i delete the recovery one or the normal one? | 00:36 |
mal | usually the recovery one, as you can see only one has boot partition for example | 00:36 |
MeowDude | well this is odd, it only shows on fstab file in the repo and that would be fstab.manta | 00:37 |
MeowDude | Ill dig around in my local hadk files though | 00:37 |
mal | find device -name *fstab* | 00:38 |
MeowDude | oh well there it is male, fstab.sds5250 | 00:38 |
MeowDude | errr fstab.smdk-5250 | 00:38 |
MeowDude | there is that and fstab.manta | 00:38 |
mal | MeowDude: 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 mmcblk0p9 | 00:40 |
MeowDude | mal: 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 is | 00:43 |
mal | MeowDude: recheck on device just to be sure | 00:44 |
mal | MeowDude: it probably finds all files with fstab in them | 00: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 |
mal | so rename the file more, without the fstab | 00:46 |
MeowDude | I did, I renamed it to bak.smdk-5250.bak | 00:47 |
mal | you are saying the error exactly the same? | 00:47 |
MeowDude | same error... I think the fact that it thinks /data lives on mmcblk0p3 is the culprit, and yes same exact error | 00:47 |
mal | so what file defines the mmcblk0p3, try grep -RI mmcblk0p3 device/ | 00:48 |
MeowDude | mal: https://pastebin.com/YqmKhRaY | 00:50 |
MeowDude | Maybe I should delete the init.smdk-5250 file/rename it? | 00:51 |
mal | no, just check what the line is there | 00:52 |
mal | MeowDude: you said you renamed the fstab, that still has bak.fstab.smdk5250.bak | 00:53 |
mal | MeowDude: that fstab is the problem | 00:54 |
*** XenoPL <XenoPL!~Xeno@77-255-220-165.adsl.inetia.pl> has quit IRC (Ping timeout: 265 seconds) | 00:57 | |
MeowDude | mal: no I renamed it to bak.smdk5250.bak | 00:59 |
MeowDude | I removed fstab from the name | 00:59 |
mal | MeowDude: then why did the last pastebin still have the wrong filename? | 01:00 |
MeowDude | boo yah! I renamed init.smdk5250.rc to bak.smdk5250.bak and it is building hybris-hal | 01:01 |
MeowDude | mal: I renamed it after I posted that pastebin, sorry for the confusion | 01:02 |
MeowDude | oh 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 it | 01:04 |
mal | it's late, more debugging some other time | 01:08 |
MeowDude | good night | 01:11 |
MeowDude | mal: 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-porters | 01:23 | |
MeowDude | hmmm error again | 01: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-porters | 01: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-porters | 01: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-porters | 02: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-porters | 02: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-porters | 03: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-porters | 03:13 | |
*** MeowDude <MeowDude!68ed5a97@gateway/web/freenode/ip.104.237.90.151> has joined #sailfishos-porters | 03:26 | |
MeowDude | taking 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 CM11 | 03: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-porters | 03:31 | |
MeowDude | Okay, 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/AwDTdSQW | 03: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-porters | 03:43 | |
*** MeowDudePC <MeowDudePC!017b8436@gateway/web/freenode/ip.1.123.132.54> has joined #sailfishos-porters | 03:43 | |
T4 | <Mooosssss> Can someone help me with a doubt? | 04:05 |
MeowDudePC | what is up T4? | 04:06 |
MeowDudePC | also I *THINK* I fixed it, I just got fstab.smdk5250 to use fixupmountpoints instead of trying to get it to use it's own | 04:06 |
T4 | <Mooosssss> (Photo, 1280x720) https://teleirc.mikaela.info//file_1740.jpg | 04: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 btw | 04:07 |
MeowDudePC | what the fuck | 04:07 |
MeowDudePC | why are you manually editing mersdk.profil | 04:07 |
MeowDudePC | its 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 one | 04:08 |
T4 | <Mooosssss> Well .. I din edit don't wry | 04:08 |
T4 | <Mooosssss> It's just | 04:08 |
MeowDudePC | um, I don't know if it is supposed to all be one line like that | 04:08 |
T4 | <Mooosssss> Darn I thought so | 04:08 |
T4 | <Mooosssss> So.. | 04:08 |
T4 | <Mooosssss> Should I rewrite the profile | 04:09 |
T4 | <Mooosssss> With the one on the left? | 04:09 |
MeowDudePC | if 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> Okay | 04:09 |
T4 | <Mooosssss> Thanks 👍 | 04:09 |
MeowDudePC | well yeah, just delete the current profile | 04:09 |
MeowDudePC | and cat it like normal | 04:09 |
T4 | <Mooosssss> Okay . Will do | 04:09 |
T4 | <Mooosssss> Have a nice day | 04:09 |
MeowDudePC | try 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 once | 04:10 |
T4 | <Mooosssss> Ya. . I did tat | 04:10 |
MeowDudePC | <T4> <Mooosssss>: what device are you trying to port to? | 04:10 |
T4 | <Mooosssss> Thanx | 04:10 |
MeowDudePC | is that, elementary OS? I see somelikes aesthetic ;) | 04:11 |
T4 | <Mooosssss> No .. it's ubuntu gnome | 04:12 |
T4 | <Mooosssss> Im porting for galaxy s3 | 04:12 |
T4 | <Mooosssss> There are no records of the existing port | 04:12 |
T4 | <Mooosssss> So.. what Ur saying is that when I cat .mersdk.profile .. | 04:13 |
MeowDudePC | >galaxy s3 | 04:13 |
MeowDudePC | good lord you're porting for an exynos device too? GOOD LUCK. | 04:13 |
T4 | <Mooosssss> (Photo, 1280x720) https://teleirc.mikaela.info//file_1742.jpg | 04: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 C | 04:14 |
T4 | <Mooosssss> SD 210 | 04:14 |
MeowDudePC | *thumbs up* lookin' good | 04:14 |
T4 | <Mooosssss> If s3 hits a deadend | 04:14 |
MeowDudePC | SD210? that can't be right, the GSIII has an Exynos 4412 | 04:14 |
T4 | <Mooosssss> No .. | 04:14 |
T4 | <Mooosssss> Not s3 | 04:15 |
MeowDudePC | https://www.gsmarena.com/samsung_i9300_galaxy_s_iii-4238.php | 04:15 |
MeowDudePC | bub, u said galaxy s3 | 04:15 |
T4 | <Mooosssss> A Vibe C | 04:15 |
T4 | <Mooosssss> I'm trying both😂 | 04:15 |
MeowDudePC | OH I almost baught that phone | 04:15 |
T4 | <Mooosssss> Well .. tbh it's crap | 04:15 |
T4 | <Mooosssss> Trying to make it less crappy | 04:15 |
MeowDudePC | exynos 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 myself | 04:16 |
MeowDudePC | just ping me | 04:16 |
T4 | <Mooosssss> Okay | 04:16 |
T4 | <Mooosssss> Thanks | 04:16 |
T4 | <Mooosssss> Ciao | 04:16 |
MeowDudePC | if 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 |
MeowDudePC | example: 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 mmcblk0p9 | 04: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 out | 04:58 |
T4 | <Mooosssss> Fwd from Mooosssss: What's wrong with this? | 04:58 |
T4 | <Mooosssss> (Photo, 1280x720) https://teleirc.mikaela.info//file_1744.jpg | 04:58 |
T4 | <Mooosssss> @MeowDudePC> <T4> <Mooosssss [<MeowDudePC> <T4> <Mooosssss>: http://impegora …], Honestly .. I'm a super noob .. so tatd take like .. forever | 04:58 |
MeowDudePC | we are all noobs here, some of us super, some not | 04: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 |
MeowDudePC | I do not know, I have yet to get that far myself | 04:59 |
MeowDudePC | try pinging some of the devs | 05:00 |
MeowDudePC | I don't want to, I ping them all the time and I feel like I do it too much | 05:00 |
T4 | <Mooosssss> Is it .. I thought this was all initialisation of the platform _sdk | 05:00 |
MeowDudePC | are you even in platform sdk | 05:00 |
T4 | <Mooosssss> Okay .. will do | 05:00 |
T4 | <Mooosssss> @MeowDudePC [<MeowDudePC> are you even in platform sdk], Seems like it | 05:00 |
MeowDudePC | because you only download the sailfish os rootfs file thingy at the end | 05:00 |
T4 | <Mooosssss> I can compile c codes | 05:01 |
T4 | <Mooosssss> This shit is complicated😐 | 05:01 |
MeowDudePC | tell me about it | 05:03 |
MeowDudePC | you are preaching to the choir. everyone here agrees on that | 05:03 |
T4 | <Mooosssss> MeowDudePC ... Can u tell me about some devs? | 05:03 |
T4 | <Mooosssss> Wer is Adam pigg btw .. he develops for mido | 05:03 |
MeowDudePC | just 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 point | 05:05 |
T4 | <Mooosssss> Ya .. thanks👍 | 05:06 |
MeowDudePC | dude | 05:06 |
T4 | <Mooosssss> Btw .. how do u get into IRC? | 05:06 |
MeowDudePC | you aren't in the platform sdk | 05:06 |
T4 | <Mooosssss> 😂 | 05:06 |
T4 | <Mooosssss> Lol | 05:06 |
MeowDudePC | webhat.freenode.net | 05:06 |
T4 | <Mooosssss> Oka | 05:06 |
T4 | <Mooosssss> Well .. then | 05:06 |
MeowDudePC | also no wonder you can't extract that, you are't in the sfossdk | 05:06 |
T4 | <Mooosssss> How'd I complied c codes? | 05:06 |
MeowDudePC | you don't have to | 05:07 |
T4 | <Mooosssss> Not tat | 05:07 |
T4 | <Mooosssss> I mean.. | 05:07 |
T4 | <Mooosssss> I did compile some | 05:07 |
MeowDudePC | also that is included with ubuntu by default afaik | 05:07 |
T4 | <Mooosssss> 😂 | 05:07 |
T4 | <Mooosssss> Crap | 05:07 |
MeowDudePC | run "sfossdk" in terminal | 05:07 |
T4 | <Mooosssss> I think I followed every command they gave in the hadk | 05:07 |
T4 | <Mooosssss> And the website | 05:07 |
T4 | <Mooosssss> It says some error | 05:08 |
MeowDudePC | and yet you missed the part where you enter sfossdk? | 05:08 |
MeowDudePC | what error | 05:08 |
T4 | <Mooosssss> As if can't change root directory or so | 05:08 |
MeowDudePC | pastebin that shittt | 05:08 |
MeowDudePC | did you make the $ANDROID_ROOT and shit | 05:08 |
*** MeowDude <MeowDude!68ed5a97@gateway/web/freenode/ip.104.237.90.151> has quit IRC (Ping timeout: 260 seconds) | 05:08 | |
T4 | <Mooosssss> Nup | 05:08 |
T4 | <Mooosssss> Never saw anything like tat yet | 05:08 |
T4 | <Mooosssss> Okay .. I'm gonna have to start over don't I? | 05:08 |
MeowDudePC | probably | 05:10 |
MeowDudePC | seeing as you have most likely fugged your symlinks and not even set up the sdk | 05:11 |
T4 | <Mooosssss> I still don't get it | 05:13 |
T4 | <Mooosssss> I mean.. | 05:13 |
T4 | <Mooosssss> I did everything in the same order they have in the hadk | 05:13 |
T4 | <Mooosssss> 😐 | 05:13 |
*** Acou_Bass <Acou_Bass!~Acou_Bass@host-89-241-241-232.as13285.net> has joined #sailfishos-porters | 05: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-porters | 05:25 | |
*** CrKit <CrKit!~nekit@188.162.51.63> has joined #sailfishos-porters | 05: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-porters | 05: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-porters | 05: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 argument | 05:46 |
T4 | <Mooosssss> btw .. thats th error | 05: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-porters | 05:47 | |
MeowDudePC | god damnit | 05:55 |
MeowDudePC | I hate 7.1 of the HADK, it completely disregards people who don't want to/can't git push anything | 05:55 |
MeowDudePC | every time I try to run "rpm/dhd/helpers/build_packages.sh" is says !!ERROR $DEVICE undefined, please run hadk | 05:56 |
MeowDudePC | but when I run echo $DEVICE, it says "manta" | 05:56 |
T4 | <Mooosssss> M so sick of this .. it's like an error festival | 05:57 |
T4 | <Mooosssss> I can't even set up an sdk | 05:58 |
T4 | <Mooosssss> And no Id how to | 05: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-porters | 06:00 | |
pseudodev | MeowDudePC: Then don't push them. Push them later | 06:03 |
pseudodev | I created build for 3 devices without pushing anything. Pushed them later | 06:03 |
MeowDudePC | pseudodev: How do I fix the error: $device is undefined error? | 06:06 |
MeowDudePC | I did everything in 7.1 except for the git push shit | 06:06 |
pseudodev | Pastebin the thing | 06:08 |
pseudodev | i think you need to remove target and reinstall | 06:08 |
MeowDudePC | pseudodev: pastebin what exactly? | 06:09 |
pseudodev | Leave that. Try re installing | 06:09 |
MeowDudePC | and when you say remove target, do you mean delete the rpm folder and restart 7.1? because i can do that | 06:09 |
pseudodev | the target | 06:09 |
pseudodev | no | 06:10 |
MeowDudePC | what do you mean then | 06:10 |
MeowDudePC | be very very specific | 06:10 |
pseudodev | run "sdk-assistant list" | 06:11 |
pseudodev | run "sdk-assistant remove <target name>" | 06:12 |
MeowDudePC | Toolings: | 06:12 |
MeowDudePC | Targets: | 06:12 |
MeowDudePC | just blank empty space | 06:12 |
pseudodev | There you go | 06:13 |
pseudodev | You havent set up the target | 06:13 |
pseudodev | did you follow : https://sailfishos.org/wiki/Platform_SDK_Target_Installation ? | 06:13 |
MeowDudePC | yes | 06:16 |
MeowDudePC | wait | 06:16 |
MeowDudePC | pseudodev: 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 |
MeowDudePC | is there any command that just lets me set the target and toolings? | 06:18 |
pseudodev | You should not see just blank empty space if you did it properly. You should see your device if you followed that correctly | 06:18 |
pseudodev | you 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-porters | 06:22 | |
T4 | <Mooosssss> could u please at least tell me how to set up an sdk | 06:24 |
T4 | <Mooosssss> please check if i did it right.. | 06:24 |
T4 | <Mooosssss> as in the hadk | 06:24 |
T4 | <Mooosssss> i set up .hadk.env | 06:24 |
T4 | <Mooosssss> .mersdk.profile | 06:25 |
T4 | <Mooosssss> .mersdkubu.profile | 06:25 |
pseudodev | T4: use Mooosssss doesnt exist | 06:25 |
MeowDudePC | <T4> <Mooosssss>: give me a minute, I am fixing my problems atm | 06:25 |
pseudodev | *user | 06:25 |
T4 | <Mooosssss> what? | 06:25 |
T4 | <Mooosssss> i dont understand | 06:25 |
MeowDudePC | pseudodev: what command do I run to set up the targets | 06:26 |
MeowDudePC | nvm | 06:26 |
MeowDudePC | its step 6, you were way off | 06:27 |
pseudodev | MeowDudePC: sdk-assistant create $VENDOR-$DEVICE-$PORT_ARCH http://releases.sailfishos.org/sdk/latest/Jolla-latest-Sailfish_SDK_Target-armv7hl.tar.bz2 | 06:27 |
*** Acou_Bass <Acou_Bass!~Acou_Bass@host-89-241-241-232.as13285.net> has quit IRC (Ping timeout: 248 seconds) | 06:27 | |
MeowDudePC | oh | 06:27 |
MeowDudePC | well that helps | 06:27 |
T4 | <Mooosssss> psudodev | 06:27 |
pseudodev | You can avoid downloading if you already downloaded | 06:27 |
pseudodev | T4: What? | 06:27 |
T4 | <Mooosssss> u done? | 06:27 |
T4 | <Mooosssss> can u help me now? | 06:27 |
pseudodev | Done what? | 06:28 |
pseudodev | Sure. Just ask | 06:28 |
T4 | <Mooosssss> how do i setup an sdk | 06:28 |
T4 | <Mooosssss> platform_sdk | 06:28 |
pseudodev | Where is the error? | 06:28 |
T4 | <Mooosssss> i cant even run sfossdk | 06:28 |
T4 | <Mooosssss> test@muz-HP-Notebook:~$ sfossdk … unshare: cannot change root filesystem propagation: Invalid argument | 06:29 |
T4 | <Mooosssss> tats one for starters | 06:29 |
pseudodev | Did you follow https://sailfishos.org/wiki/Platform_SDK_Installation ? | 06:29 |
T4 | <Mooosssss> ya.. i did | 06:30 |
T4 | <Mooosssss> i copied the whole block | 06:30 |
T4 | <Mooosssss> so .. how do i avoid redownloading?? | 06:30 |
T4 | <Mooosssss> i did like thrice | 06:30 |
pseudodev | Did you just copy paste everything at once? | 06:31 |
T4 | <Mooosssss> i did tat at first | 06:31 |
MeowDudePC | pseudodev: sorry man, my bad | 06:31 |
T4 | <Mooosssss> since tat gave an error | 06:32 |
MeowDudePC | I was on the page from step 4.2 | 06:32 |
MeowDudePC | I was mistaken 1000x over | 06:32 |
T4 | <Mooosssss> i deletd the hadk.env and both bprofiles | 06:32 |
T4 | <Mooosssss> ).profiles | 06:32 |
T4 | <Mooosssss> adn re did it step by sdtep | 06:32 |
pseudodev | MeowDudePC: It's fine mate :) | 06:32 |
T4 | <Mooosssss> resetup the .env | 06:33 |
T4 | <Mooosssss> .profiles | 06:33 |
pseudodev | T4: copy everything one by one. | 06:33 |
T4 | <Mooosssss> and each step as in the website | 06:33 |
pseudodev | dont run the curl command | 06:33 |
T4 | <Mooosssss> still.. the error persists | 06:33 |
T4 | <Mooosssss> okay | 06:33 |
T4 | <Mooosssss> just the others? | 06:33 |
T4 | <Mooosssss> ill try and report back | 06:33 |
pseudodev | Except the curl, everything else | 06:33 |
T4 | <Mooosssss> okay | 06:33 |
pseudodev | one by one | 06:33 |
pseudodev | carefully | 06:34 |
T4 | <Mooosssss> will do | 06:34 |
pseudodev | you are missing something | 06:34 |
MeowDudePC | pseudodev: 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 check | 06:34 |
MeowDudePC | I get: "FAIL: unknown option --" | 06:34 |
pseudodev | are you in platform sdk or ha_build? | 06:35 |
T4 | <Mooosssss> psuedodev, error already | 06: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 is | 06:35 |
T4 | not recoverable: exiting now | 06:35 |
MeowDudePC | platform sdk | 06:35 |
pseudodev | T4: Run curl again | 06:35 |
pseudodev | MeowDudePC: echo $DEVICE runs ok? | 06:36 |
MeowDudePC | I am so flustered right now | 06:36 |
MeowDudePC | no it doesn't | 06:36 |
T4 | <Mooosssss> @pseudodev [<pseudodev> T4: Run curl again], me? | 06:36 |
MeowDudePC | echo $DEVICE, $VENDOR, and $PORT-ARCH all, return blanks | 06:36 |
MeowDudePC | and cd $ANDROID_ROOT just leaves me in the default home instead of ~/hadk | 06:36 |
*** fisherman <fisherman!d447ed24@gateway/web/freenode/ip.212.71.237.36> has joined #sailfishos-porters | 06:37 | |
fisherman | hi all | 06:37 |
pseudodev | hmmmm. Show me all your .profiles | 06:37 |
pseudodev | pastebin | 06:37 |
MeowDudePC | despite me repeatadly typing "DEVICE=manta" and "ANDROID_ROOT=/home/sailfish/hadk" | 06:37 |
MeowDudePC | got it | 06:37 |
fisherman | Iam wanted to install sailfish os on my one plus device | 06:37 |
T4 | <Mooosssss> pseudodev.. do i hav to run curl again? | 06:37 |
pseudodev | T4: run "curl -k -O http://releases.sailfishos.org/sdk/installers/latest/Jolla-latest-SailfishOS_Platform_SDK_Chroot-i486.tar.bz2 ;" | 06:37 |
fisherman | But I wanted to kno whether sailfish supports 'volte' | 06:38 |
pseudodev | fisherman: It does not | 06:38 |
MeowDudePC | MOTHER FUGGER!!! my hadk.profile was empty | 06:38 |
fisherman | Is there anyway volte support can be brought? | 06:38 |
pseudodev | MeowDudePC: Now you know what to do :) | 06:39 |
pseudodev | fisherman: Nope. | 06:39 |
fisherman | hmm.. | 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 |
fisherman | But why sailfish does not support volte when android does? | 06:40 |
T4 | <Mooosssss> what now? | 06:40 |
fisherman | lib hybris is built upon that right? | 06:40 |
T4 | <Mooosssss> psuedodev.. | 06:41 |
T4 | <Mooosssss> whats this? | 06:41 |
pseudodev | T4: permission denied? | 06:41 |
T4 | <Mooosssss> yap | 06:41 |
fisherman | use sudo <T5> | 06:41 |
MeowDudePC | pseudodev: https://pastebin.com/kQ6UspZh | 06:41 |
T4 | <Mooosssss> okay | 06:41 |
MeowDudePC | odd, my profiles are all set up perfectly | 06:41 |
fisherman | <T4> use sudo curl | 06:41 |
MeowDudePC | I initially figured that I forgot to set up my hadk.env, but it was all good | 06:42 |
Mikaela | you mean @Mooosssss, T4 is just the relaybot | 06:42 |
pseudodev | MeowDudePC: Try running that now | 06:42 |
pseudodev | the target command | 06:42 |
MeowDudePC | no the target command still failse | 06:43 |
MeowDudePC | no the target command still fails | 06:43 |
pseudodev | same error? | 06:43 |
MeowDudePC | I was saying I was wrong, hadk.env was filled in correctly all along | 06:43 |
pseudodev | exit sfossdk and re enter | 06:43 |
pseudodev | you said your hadk.env was empty | 06: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 now | 06:45 |
pseudodev | T4: You enter sdk now? | 06:45 |
T4 | <Mooosssss> btw.. psuedodev.. | 06:45 |
pseudodev | what? | 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 |
T4 | Invalid argument | 06:46 |
T4 | <Mooosssss> is it supposed to retun at wen u run sfosfsdk for the second time? | 06:46 |
T4 | <Mooosssss> that) | 06:46 |
MeowDudePC | yeah same error | 06:47 |
MeowDudePC | echo $DEVICE and $VENDOR are still emptu | 06:47 |
pseudodev | MeowDudePC: 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 this | 06:47 |
T4 | <Mooosssss> but i appear to be noob af | 06: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 |
pseudodev | T4: that is not an error | 06:48 |
T4 | <Mooosssss> okay.. | 06:49 |
pseudodev | it comes everytime you enter sdk | 06:49 |
T4 | <Mooosssss> so am i in the sdk? | 06:49 |
pseudodev | do you see "PlatformSDK bash-3.2$" or something similar? | 06:49 |
T4 | <Mooosssss> yaa | 06:49 |
T4 | <Mooosssss> gr8 | 06:49 |
T4 | <Mooosssss> thank you | 06:49 |
T4 | <Mooosssss> sorry for the troubl | 06:50 |
pseudodev | You are in the sdk :) | 06:50 |
MeowDudePC | pseudodev: same errors | 06:50 |
pseudodev | continue | 06:50 |
MeowDudePC | this is so annoying | 06:50 |
pseudodev | It sure is. Ok wait | 06:50 |
pseudodev | do this | 06: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-porters | 06:50 | |
pseudodev | MeowDudePC: sdk-assistant create samsung-manta-armv7hl http://releases.sailfishos.org/sdk/latest/Jolla-latest-Sailfish_SDK_Target-armv7hl.tar.bz2 | 06:51 |
pseudodev | T4: Just continue with 4.3 | 06:52 |
T4 | <Mooosssss> okay, thanks | 06:52 |
MeowDudePC | psedudodev: never mind I fixed it myself | 06:53 |
MeowDudePC | basically I mixed what you told me to put into mersdk.profile with what the hadk told me to put in | 06:53 |
MeowDudePC | its a hodge podge but echo works and so does everything else | 06:53 |
MeowDudePC | cheers! | 06:53 |
pseudodev | oh. so adding that fixes it? | 06:53 |
MeowDudePC | that and putting hadk at the end of it | 06:54 |
MeowDudePC | oh 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 boots | 06:55 |
pseudodev | MeowDudePC: yeah. It's gonna be frustrating... | 06:59 |
MeowDudePC | I 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 me | 07:01 |
MeowDudePC | god fuck | 07:06 |
MeowDudePC | pseudodev: error carnival | 07:06 |
pseudodev | MeowDudePC: patebin? | 07:07 |
MeowDudePC | I tried to run rpm/dhd/helpers/add_new_device.sh and it keeps telling me to run the script from /home/sailfish/hadk | 07:08 |
MeowDudePC | the problem is, I AM RUNNING IT FROM THAT DIRECTORY | 07:08 |
pseudodev | Are you in $ANDROID_ROOT? | 07:09 |
MeowDudePC | yes | 07:09 |
MeowDudePC | I wouldn't be able to run the command if I wasnt | 07:09 |
MeowDudePC | that is why this pisses me off | 07: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 |
MeowDudePC | I get that too, ignore it | 07:10 |
T4 | <Mooosssss> are these to be ignored? | 07:10 |
T4 | <Mooosssss> okay | 07:10 |
T4 | <Mooosssss> ciao | 07:10 |
pseudodev | T4: Ignore | 07:11 |
MeowDudePC | also buildpackages.sh says droid-hal-manta.spec doesn't exist, despite it definitely existing in the rpm folder | 07:12 |
pseudodev | MeowDudePC: If you are in $ANDROID_ROOT, you shouldn't be getting that. | 07:12 |
MeowDudePC | all these redundencies are going to make me implode | 07:12 |
pseudodev | MeowDudePC: I think I know your issue | 07:12 |
MeowDudePC | flip side pseudodev: If I wasn't in $ANDROID_ROOT, running "rpm/dhd/helpers/add_new_device.sh" wouldn't work | 07:12 |
MeowDudePC | what is issue | 07:13 |
T4 | <Mooosssss> where do i install repo from? PLATFORM_SDK or in my root terminal? | 07:13 |
pseudodev | MeowDudePC: you were doing section 7.1 I presume? | 07:13 |
MeowDudePC | yes | 07:13 |
MeowDudePC | I was | 07:13 |
pseudodev | MeowDudePC: I think you are forgetting to run "cd -" at the end in some places | 07:14 |
pseudodev | T4: repo in PLaTFoRM_SDK | 07:15 |
T4 | <Mooosssss> okay | 07:15 |
MeowDudePC | I am going to implode | 07:16 |
pseudodev | What now. | 07:17 |
T4 | <Mooosssss> should i just get back on with 5.1 or initialise the repo and stuff as in website | 07:18 |
T4 | <Mooosssss> after installing repo | 07:18 |
pseudodev | Installed repo? Now initialise the repo | 07:20 |
T4 | <Mooosssss> oka | 07: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-porters | 07:25 | |
*** rinigus <rinigus!~rinigus@keila-gw.levikom.ee> has joined #sailfishos-porters | 07:27 | |
*** Acou_Bass <Acou_Bass!~Acou_Bass@host-89-241-241-232.as13285.net> has quit IRC (Ping timeout: 252 seconds) | 07:31 | |
MeowDudePC | wew, hopefully this works | 07:31 |
T4 | <Mooosssss> meowdudepc | 07:32 |
MeowDudePC | yeh | 07:33 |
T4 | <Mooosssss> im working on a 6.0.1 cm | 07:33 |
T4 | <Mooosssss> so | 07:33 |
MeowDudePC | wait | 07:33 |
MeowDudePC | wut | 07:33 |
T4 | <Mooosssss> cm 13 | 07:33 |
MeowDudePC | what do you mean | 07:33 |
MeowDudePC | that is your base? | 07:33 |
T4 | <Mooosssss> android 6.0.1 | 07:33 |
T4 | <Mooosssss> yait is | 07:33 |
MeowDudePC | okay, and..? | 07:34 |
T4 | <Mooosssss> so . in repo init | 07:34 |
T4 | <Mooosssss> should i modify something | 07:34 |
*** Acou_Bass <Acou_Bass!~Acou_Bass@host-89-241-241-232.as13285.net> has joined #sailfishos-porters | 07:34 | |
T4 | <Mooosssss> or just copy the command? | 07:34 |
T4 | <Mooosssss> repo init -u https://android.googlesource.com/platform/manifest | 07:35 |
T4 | <Mooosssss> that one | 07:35 |
MeowDudePC | you are just installing repo right? | 07:35 |
T4 | <Mooosssss> yaa | 07:35 |
T4 | <Mooosssss> i am | 07:35 |
MeowDudePC | oh yeah, repo has nothing to do with your base, its universal | 07:35 |
T4 | <Mooosssss> just configd git | 07:35 |
T4 | <Mooosssss> ooh okay | 07:35 |
MeowDudePC | so just follow it to the tee | 07:35 |
T4 | <Mooosssss> thanks | 07:36 |
T4 | <Mooosssss> warning: gpg (GnuPG) is not available. … warning: Installing it is strongly encouraged. | 07:37 |
T4 | <Mooosssss> neglect? | 07:37 |
pseudodev | Ignore | 07: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 0 | 07: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 intialised | 07:38 |
pseudodev | Yes | 07:38 |
T4 | <Mooosssss> okay thanks | 07:38 |
pseudodev | Initialization dir? | 07:38 |
T4 | <Mooosssss> WORKING_DIRECTORY | 07:38 |
*** nik123 <nik123!~nik123@213.91.85.216> has joined #sailfishos-porters | 07:38 | |
*** Acou_Bass <Acou_Bass!~Acou_Bass@host-89-241-241-232.as13285.net> has quit IRC (Ping timeout: 265 seconds) | 07:39 | |
pseudodev | Run the repo init as stated in the hadk. Use hybris 13.1 branch. | 07:39 |
T4 | <Mooosssss> oky | 07:40 |
T4 | <Mooosssss> in hadk it says hybris 11.0 | 07:40 |
T4 | <Mooosssss> edit that? | 07:40 |
pseudodev | That is for Android 4.4.4. you have 6.0.1 right? | 07:40 |
T4 | <Mooosssss> yaa | 07:40 |
pseudodev | So hybris 13.1 | 07:40 |
T4 | <Mooosssss> okay | 07:40 |
T4 | <Mooosssss> btw | 07:41 |
T4 | <Mooosssss> how do i get into freenode relay bot? | 07:41 |
T4 | <Mooosssss> i feel like a caveman | 07:41 |
pseudodev | No idea | 07:41 |
T4 | <Mooosssss> wat. ur in it | 07:41 |
pseudodev | I use irccloud | 07:41 |
T4 | <Mooosssss> oka | 07:41 |
T4 | <Mooosssss> no idea whatsoever | 07:42 |
T4 | <Mooosssss> but okay | 07:42 |
*** samar <samar!89615ec8@gateway/web/freenode/ip.137.97.94.200> has joined #sailfishos-porters | 07:45 | |
samar | . | 07:45 |
samar | okay .. im in the irc. | 07:46 |
MeowDudePC | hello | 07:46 |
MeowDudePC | what do you need help with | 07: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-porters | 07:47 | |
Mooosssss | it was me | 07:47 |
Mooosssss | just tried the relay bot | 07:47 |
MeowDudePC | relay??? | 07:48 |
MeowDudePC | ? | 07:48 |
Mooosssss | nothing .. | 07:48 |
Mooosssss | i got into the irc | 07:48 |
Mooosssss | okay then | 07:48 |
Mooosssss | so ... 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-porters | 07:57 | |
Mooosssss | pseudodev | 07:58 |
T4 | <Mooosssss> Someone please respond | 07:58 |
bl33d15 | hi all! | 07:58 |
*** rltyseven <rltyseven!~rltyseven@69.167.13.140> has joined #sailfishos-porters | 07:59 | |
Mooosssss | hello | 07:59 |
bl33d15 | wassup? | 07:59 |
rltyseven | hi, i come back. | 07:59 |
Mooosssss | helo | 08:00 |
Mooosssss | help me out please? | 08:00 |
Mooosssss | since i shount initialise repo in WORKING_DIRECTORY.. should i remove tat folder and contents? | 08:00 |
Mooosssss | and init in ANDROID_ROOT | 08:01 |
Mooosssss | in the ubu chroot? | 08:01 |
*** kido <kido!~kido@unaffiliated/kido> has quit IRC (Ping timeout: 240 seconds) | 08:04 | |
rltyseven | What problems encountered? | 08:09 |
MeowDudePC | I 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 understand | 08:12 |
Mister_Magister | i havent seen so dumb question since i meet MeowDudePC lol | 08:14 |
Mooosssss | <MeowDudePC> since i shount initialise repo in WORKING_DIRECTORY.. should i remove tat folder and contents? | 08:15 |
Mooosssss | Mister_Magster: u shud talk to me.. im as dumb as it goes.. | 08:16 |
*** ghosalmartin <ghosalmartin!~mgrover@90.216.150.193> has joined #sailfishos-porters | 08:17 | |
Mister_Magister | well at which point in hadk are you? | 08:17 |
Mooosssss | 5. | 08:17 |
Mooosssss | 5.1 | 08:17 |
Mooosssss | init repos | 08:17 |
Mister_Magister | and you use latest hadk? | 08:17 |
Mooosssss | i installed em | 08:18 |
Mooosssss | ya i guess .. 1.9.9 | 08:18 |
Mooosssss | so . i installed repo | 08:18 |
Mooosssss | and i intialised as in the source.android website | 08:18 |
Mister_Magister | 1.9.9 is old | 08:18 |
Mooosssss | then i was told not to | 08:19 |
Mister_Magister | https://sailfishos.org/wp-content/uploads/2017/09/SailfishOS-HardwareAdaptationDevelopmentKit-2.0.1.pdf | 08:19 |
Mooosssss | oooh okAY | 08:19 |
Mooosssss | ill use this | 08:19 |
Mister_Magister | so you are in habuild? | 08:19 |
Mooosssss | no | 08:19 |
Mister_Magister | why? | 08:19 |
Mooosssss | im PLATFORM_SDK | 08:19 |
Mooosssss | in | 08:19 |
*** MeowDudePC <MeowDudePC!017b8436@gateway/web/freenode/ip.1.123.132.54> has quit IRC (Ping timeout: 260 seconds) | 08:19 | |
Mooosssss | so .. | 08:20 |
Mooosssss | after installin.. | 08:20 |
Mooosssss | getinto habuild? | 08:20 |
Mooosssss | and make ANDROID_ROOT dir? | 08:20 |
Mister_Magister | you are building android parts always in habuild | 08:20 |
Mister_Magister | no | 08:20 |
Mister_Magister | follow instructions | 08:20 |
Mister_Magister | enter ubu-chroot | 08:20 |
Mister_Magister | and follow 5.1 | 08:21 |
Mooosssss | okay | 08:21 |
Mister_Magister | just copy paste commands its not hard | 08:21 |
Mooosssss | so .. git config should be in chroot? not PLATFORM_SDK? | 08:21 |
Mister_Magister | yeah | 08:21 |
Mister_Magister | sledges: ^ | 08:21 |
Mooosssss | okay thanks | 08:22 |
Mister_Magister | Mooosssss: you can see sudo mkdir right? mkdir creates that folder | 08:22 |
Mister_Magister | working dir is $ANDROID_ROOT | 08:23 |
*** mkosola <mkosola!~mkosola@2001:998:2a:dead:258a:dd03:f400:56c7> has quit IRC (Ping timeout: 240 seconds) | 08:23 | |
Mister_Magister | aka $HOME/hadk | 08:23 |
Mister_Magister | ALWAYS | 08:23 |
Mooosssss | okay | 08:23 |
Mooosssss | i will | 08:23 |
Mooosssss | and install repo too into HA_BUILD? | 08:23 |
Mister_Magister | no | 08:23 |
Mooosssss | then? | 08:24 |
Mooosssss | okay .. now im confused | 08:24 |
Mister_Magister | why? | 08:24 |
Mooosssss | in 5.1 the git is configured in PLATFORM_SDK | 08:24 |
Mister_Magister | just copy paste commands | 08:24 |
Mister_Magister | nothing more | 08:24 |
Mooosssss | ookay | 08:24 |
Mister_Magister | in HABUILD | 08:25 |
*** pykape <pykape!~pykape@a88-115-164-254.elisa-laajakaista.fi> has quit IRC (Quit: leaving) | 08:25 | |
Mooosssss | so .. 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-porters | 08:25 | |
Mister_Magister | Mooosssss: link cause i dont know what are you talking about | 08:26 |
Mooosssss | https://source.android.com/setup/downloading#installing-repo | 08:26 |
Mooosssss | says here to init in WOKING_DIRECTORY | 08:27 |
Mister_Magister | i cant see anything about WOKING_DIRECTORY | 08:27 |
Mooosssss | look in intialising | 08:27 |
*** BenzeneSailfishX <BenzeneSailfishX!~sailfish@159.226.171.21> has quit IRC (Ping timeout: 240 seconds) | 08:28 | |
Mister_Magister | Mooosssss: look in hadk "You also need to install the repo command from the AOSP source code repositories," | 08:28 |
Mister_Magister | and i cant see anything about WORKING_DIRECTORY in Installing Repo | 08:28 |
Mooosssss | oh | 08:28 |
Mooosssss | so.. just installing is enough | 08:29 |
Mooosssss | and then switch to ubu-chrott and init repo eh? | 08:29 |
Mister_Magister | yeah it installs ~/bin/repo as you can see | 08:29 |
Mister_Magister | yeah | 08:29 |
Mooosssss | okay | 08:29 |
Mooosssss | thanks | 08:29 |
Mooosssss | ciao | 08:29 |
*** mkosola <mkosola!~mkosola@2001:998:2a:dead:f0fa:98b2:dad1:4393> has joined #sailfishos-porters | 08:36 | |
*** gexc-tablet <gexc-tablet!~gexc@172-4-29-163.lightspeed.rcsntx.sbcglobal.net> has quit IRC (Ping timeout: 240 seconds) | 08:38 | |
Mooosssss | repo init -u git://github.com/mer-hybris/android.git -b hybris-13.1 fatal: Couldn't find remote ref refs/heads/hybris-13.1 | 08:40 |
Mooosssss | what is wrong? | 08:40 |
Mister_Magister | 13.0? | 08:40 |
Mooosssss | but | 08:40 |
Mister_Magister | 13.0 | 08:41 |
Mooosssss | psuedodev said 13.1 | 08:41 |
Mooosssss | im using 6.0.1 | 08:41 |
Mooosssss | cm 13 | 08:41 |
Mister_Magister | which is 13.0 | 08:41 |
Mooosssss | oooh | 08:41 |
Mooosssss | ohkay | 08:41 |
Mooosssss | thnks | 08:41 |
Mooosssss | ya | 08:41 |
Mooosssss | fixed | 08:41 |
Mooosssss | wer do i initialise device repos? | 08:45 |
Mooosssss | HA_BUILD | 08:45 |
Mister_Magister | do as hadk says | 08:45 |
Mooosssss | or | 08:45 |
Mister_Magister | yeah habuild | 08:45 |
Mooosssss | it just says HA_BUILD | 08:45 |
Mooosssss | okay | 08:45 |
Mooosssss | quick question | 08:45 |
Mister_Magister | everything android related is habuild | 08:45 |
Mooosssss | does these chapter have continuation | 08:45 |
Mister_Magister | what? | 08:46 |
Mooosssss | i mean.. i initialised repos in $ANDROID_ROOT | 08:46 |
Mooosssss | so | 08:46 |
Mister_Magister | so go to next step? | 08:46 |
Mooosssss | do i create device repos in the same dir? | 08:46 |
Mooosssss | or in HA_BUIL root | 08:46 |
Mister_Magister | habuild root? | 08:47 |
Mister_Magister | what? | 08:47 |
Mister_Magister | what are you talking about? | 08:47 |
Mooosssss | lol | 08:47 |
Mooosssss | like i said. | 08:47 |
Mooosssss | super noob | 08:47 |
Mooosssss | okay | 08:47 |
T4 | <Nokius> @Mister_Magister [<Mister_Magister> what are you talking about?], ubuntu chroot ;) | 08:47 |
Mooosssss | ooh | 08:47 |
Mooosssss | so do a cd .. | 08:47 |
Mister_Magister | Nokius: no shit sherlock everybody know s what is ubuntu chroot | 08:48 |
Mooosssss | okay | 08:48 |
Mooosssss | so i do it in chrooot eh> | 08:48 |
Mooosssss | thatnks | 08: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-porters | 08:50 | |
MeowDude | Ive got my test build of SFOS 2.1.3.7 for manta | 08:51 |
MeowDude | I 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 |
MeowDude | CONFIG_AUDIT is set correctly though | 08:51 |
MeowDude | HOLY FUCK | 08:52 |
MeowDude | GUI BOOTED FIRST TRY | 08:52 |
Mister_Magister | Mooosssss: habuild root and habuild chroot are 2 completly different things | 08:56 |
Mister_Magister | i have NEVER seen hadk telling you to go to habuild ROOT | 08:56 |
*** kido <kido!~kido@51.15.12.171> has joined #sailfishos-porters | 09:02 | |
guhl | morning Mister_Magister | 09:07 |
Mister_Magister | hi | 09:07 |
guhl | has 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_Magister | whatcha mean guhl? | 09:09 |
*** BenzeneSailfishX <BenzeneSailfishX!~sailfish@114.242.250.32> has joined #sailfishos-porters | 09:09 | |
MeowDude | Mister_Magister: PING PING PING | 09:09 |
T4 | <Nokius> @Mister_Magister [<Mister_Magister> Mooosssss: habuild root and …], tell me more? | 09:09 |
Mister_Magister | MeowDude: no | 09:09 |
MeowDude | why not | 09:09 |
MeowDude | this is big news | 09:09 |
Mister_Magister | Nokius: same goes for you | 09:09 |
MeowDude | I've got a booting nexus 10 sailfish os 2.1.3.7 image | 09:09 |
guhl | it did not fulfill my wish that i will have an idea how to make the wifi driver work | 09:09 |
MeowDude | guhl: are you a dev? | 09:10 |
MeowDude | like, an experiences one? | 09:10 |
Mister_Magister | guhl: oh btw can you give me access to testing repo? | 09:10 |
Mister_Magister | testing should be used for ota | 09:10 |
Mister_Magister | im talking about thea | 09:10 |
guhl | Mister_Magister, I know what you are talking about | 09:11 |
MeowDude | so 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 responsive | 09:11 |
Mister_Magister | MeowDude: meh? i got my x2 working quite nicely in 4 hours | 09:11 |
MeowDude | I am a mega noob though | 09:11 |
MeowDude | this is my first booting port | 09:11 |
MeowDude | and it was on the first build | 09:11 |
Mister_Magister | yeah nice | 09:11 |
Mister_Magister | porting is easy these days | 09:12 |
MeowDude | so how do I fix/figure out how to fix this | 09:12 |
Mister_Magister | and also depends on device | 09:12 |
MeowDude | I was told Exynos would be a pain to port to | 09:12 |
Mister_Magister | it is | 09:12 |
Mister_Magister | as you can see | 09:12 |
MeowDude | grouper has been harder | 09:12 |
MeowDude | I might just re set up my build environment for it | 09:12 |
guhl | Mister_Magister, forgot you mer name | 09:12 |
Mister_Magister | Mister | 09:13 |
Mister_Magister | or mister | 09:13 |
MeowDude | so uh, what now? | 09:13 |
guhl | ahh yes been there - the case sensitive search? | 09:13 |
guhl | Mister_Magister, done | 09:13 |
Mister_Magister | guhl: thanks | 09:14 |
MeowDude | guhl: can you offer some advise? | 09:14 |
Mister_Magister | guhl: yeah | 09:14 |
guhl | MeowDude, yes - don't port for 835 devices running a 4.4 kernel of which you don't have the correct sources! | 09:15 |
Mister_Magister | guhl: good one | 09:15 |
MeowDude | 835? | 09:15 |
MeowDude | oh | 09:15 |
MeowDude | what device are you porting for? | 09:15 |
Mister_Magister | MeowDude: http://i3.kym-cdn.com/news_feeds/icons/mobile/000/024/927/159.jpg | 09:15 |
guhl | MeowDude, just kidding - Xiaomi Mi Mix 2 | 09:16 |
MeowDude | neet | 09:16 |
guhl | there seems to be literally no one out there who knows how this new qcacld-3.0 kernel driver works | 09:17 |
*** XenoPL <XenoPL!~Xeno@77-255-220-165.adsl.inetia.pl> has joined #sailfishos-porters | 09:17 | |
MeowDude | I have never used and android device made after 2012 | 09:17 |
MeowDude | I don't count my old Zenfone 4, the hardware was of 2012 quality | 09:18 |
MeowDude | Mister_Magister: Is there any way for me to connect to my device? | 09:18 |
Mister_Magister | guhl: on x1 i have kernel panic from one audio codec which probably causes no audio when i remove it | 09:18 |
Mister_Magister | MeowDude: telnet and ssh? | 09:18 |
MeowDude | won't connect | 09:19 |
MeowDude | can 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 |
guhl | Mister_Magister, do you know what causes the panic | 09:19 |
Mister_Magister | guhl: yeah i just told you | 09:20 |
Mister_Magister | one audio codec | 09:20 |
MeowDude | that doesn't answer the question, isn't there some way to connect to it? | 09:20 |
guhl | well then fix it | 09:20 |
MeowDude | Ill post an image of the screen it is on | 09:20 |
Mister_Magister | but on cm12 it doesnt cause kernel panic if i have wrong partition layout | 09:20 |
Mister_Magister | guhl: easy to say hard to make | 09:20 |
guhl | :-) | 09:20 |
Mister_Magister | guhl: i was even debugging kernel i have exact line on which kernel gets panic | 09:21 |
MeowDude | hmmm.. ambient light sensor works | 09:22 |
MeowDude | https://imgur.com/Qc4Bcrm | 09:22 |
MeowDude | that is the screen it is stuck on, no touch response or anything | 09:23 |
Mister_Magister | MeowDude: just guess but maybe follow hadk | 09:23 |
MeowDude | >follow hadk | 09:23 |
MeowDude | Mister_Magister: http://i3.kym-cdn.com/news_feeds/icons/mobile/000/024/927/159.jpg | 09:23 |
Mister_Magister | using my memes against me? :D | 09:24 |
Mister_Magister | MeowDude: page 20 | 09: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.qmap | 09:25 |
MeowDude | oh thanks | 09:25 |
MeowDude | but that wasn't on page 20 | 09:25 |
Mister_Magister | which hadk do you have | 09:26 |
MeowDude | 2.0.1 | 09:26 |
MeowDude | oi | 09:26 |
Mister_Magister | well page 24 but its 20 | 09:26 |
MeowDude | pdf viewer shows page 17 as page 20 | 09:27 |
Mister_Magister | in footer | 09:27 |
MeowDude | yeah I just caught that | 09:27 |
guhl | Mister_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 |
guhl | and as soon as i enable it -> panic | 09:27 |
Mister_Magister | guhl: same on mine | 09:27 |
MeowDude | god darnit | 09:28 |
MeowDude | now my notification led is stuck on red | 09:28 |
Mister_Magister | guhl: i would love to get audio working on my x1 | 09:28 |
Mister_Magister | its soo cool device | 09:28 |
guhl | i would love to help you but my brain is so completely focused on that shit | 09:29 |
guhl | i am already dreaming about it | 09:30 |
Mister_Magister | guhl: its failing there https://github.com/VerdandiTeam/android_kernel_motorola_ghost/blob/cm-13.0/sound/soc/codecs/tfa9890.c#L1000 | 09:30 |
Mister_Magister | something in tfa9890 struct seems to be null | 09:30 |
Mister_Magister | guhl: yust saying | 09:30 |
Mister_Magister | like nobody wants to help me with it and i'm stuck | 09:31 |
guhl | did you step into that tfa9890_load_config | 09:31 |
Mister_Magister | guhl: stepping into is problem | 09:32 |
Mister_Magister | aka passing tfa9890 to that function | 09:32 |
Mister_Magister | it causes kernel panic something aobut null dereference | 09:32 |
*** NotKit <NotKit!~nekit@85-95-188-17.saransk.ru> has joined #sailfishos-porters | 09:33 | |
Mister_Magister | guhl: when i throw out tfa its all good but tfa is needed for audio i think | 09:34 |
*** filip <filip!~filip@89-212-206-178.dynamic.t-2.net> has joined #sailfishos-porters | 09:34 | |
Mister_Magister | maybe if i pass it as pointer to a pointer | 09:34 |
guhl | well 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-porters | 09:36 | |
guhl | and before the load config | 09:36 |
Mister_Magister | dump? i only know var_dump from php | 09:36 |
guhl | i think my bootchart problem is a selinux issue | 09:36 |
*** TheKit <TheKit!~nekit@178-45-9-213.saransk.ru> has quit IRC (Ping timeout: 260 seconds) | 09:37 | |
MeowDude | Mister_Magister: I am in my manta's dev/input folder and I ran ls. there are 4 event files and a mice file | 09:37 |
MeowDude | how do I know which one is for tough | 09:37 |
Mister_Magister | guhl: it goes to tfa9890_load_config so is there point in checking it there? | 09:37 |
Mister_Magister | MeowDude: cat event1 and touch screen if nothing happens go to event2 etc | 09:37 |
guhl | i thought you can not step into tfa9890_load_config | 09:37 |
Mister_Magister | guhl: yeah i cannot step into but it reaches that | 09:38 |
Mister_Magister | and it fails on stepping in | 09:38 |
Mister_Magister | aka passing tfa9890 parameter | 09:38 |
Mister_Magister | MeowDude: use your nano for that lol | 09:39 |
MeowDude | maybe I will (I can't) | 09:39 |
MeowDude | and I find myself using cat for basic file viewing more often than not | 09:39 |
guhl | Mister_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 kmsg | 09:40 |
MeowDude | welp it is event2 | 09:40 |
Mister_Magister | MeowDude: because as you can see nano is for edditing files cat is for getting content to stdout | 09:40 |
Mister_Magister | MeowDude: so use that and you will get toucj | 09:40 |
Mister_Magister | touch | 09:40 |
MeowDude | my command prompt scared the shit out of me when it started spewing out giberrish | 09:40 |
guhl | so that i can see what member might be a null reference | 09:40 |
Mister_Magister | guhl: makes sense | 09:40 |
guhl | Mister_Magister, the tfa9890_coldboot runs without error? | 09:42 |
Mister_Magister | guhl: but members are structs too | 09:43 |
Mister_Magister | guhl: yeap | 09:43 |
guhl | well in a first iteration do the dump just for the pointers of the structures | 09:43 |
Mister_Magister | okay | 09:43 |
Mister_Magister | guhl: well its working under android so maybe i; | 09:44 |
Mister_Magister | i'm just missing something | 09:44 |
Mister_Magister | and fixing kernel is not a point there | 09:44 |
guhl | my wifi driver is also working on android, ... | 09:45 |
Mister_Magister | well… shit? | 09:45 |
*** pseudodev <pseudodev!uid205973@gateway/web/irccloud.com/x-stqnbgxmhhbddqtl> has quit IRC (Quit: Connection closed for inactivity) | 09:46 | |
nik123 | in chapter 8, do I replace the @RELEASE@ | 09:47 |
guhl | it is very strange that you can not enter that function | 09:47 |
nik123 | in HA_REPO="repo --name=adaptation-community-common-$DEVICE-@RELEASE@" | 09:47 |
guhl | Mister_Magister, well the most likely reason is that firmware files or config files are not where they are expected | 09:47 |
Mister_Magister | guhl: thats for sure | 09:48 |
guhl | that they are where they are expected? | 09:48 |
Mister_Magister | guhl: no thats for sure something is missing probably | 09:49 |
nik123 | nwm I don't | 09:49 |
Mister_Magister | but dunno what | 09:49 |
guhl | i would change the code of tfa9890_load_config so that you can enter it for sure and then try to add messaged there | 09:50 |
Mister_Magister | guhl i have something like Unable to handle kernel NULL pointer dereference at virtual address | 09:50 |
Mister_Magister | guhl: changing anything in that function will not change anything if it never enters it | 09:51 |
guhl | well post your panic call stack trace | 09:54 |
Mister_Magister | sure later | 09:57 |
guhl | but normally that happens if some part of the structure is not properly allocated before it is accessed | 09:57 |
Mister_Magister | in 8 hours you wil get it :P | 09:57 |
guhl | and in my opinion a dump of that structure from android and from mer would help to see what it is | 09:58 |
Mister_Magister | kinda | 09:58 |
Mister_Magister | guhl: i didnt know you know how to debug kernel | 09: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-porters | 09:59 | |
*** pseudodev <pseudodev!uid205973@gateway/web/irccloud.com/x-cqepsyptmjjovipg> has joined #sailfishos-porters | 10:00 | |
guhl | Mister_Magister, I am spending 2 weeks now in debuging my wifi driver | 10:01 |
Mister_Magister | well | 10:01 |
guhl | and i did a lot of kernel stuff when i was active in the unlocker scene. | 10:02 |
Mister_Magister | guhl: cm12 is interesting as it does not causes kernel panic untill i give him proper partition structure (same as on android) for ofono | 10:04 |
Mister_Magister | then it causes kp | 10:04 |
Mister_Magister | and it causes kp on cm11 and 13 by default | 10:04 |
guhl | and the instruction that will probably cause your issue is "struct snd_soc_codec *codec = tfa9890->codec;" | 10:04 |
Mister_Magister | and it causes it after droid-hal-init | 10:04 |
guhl | and as this is in the declarations you will not be able to enter the function. | 10:04 |
Mister_Magister | what? | 10:05 |
guhl | what i ment was - change that to "struct snd_soc_codec *codec;" and do that assign after the declarations | 10:05 |
Mister_Magister | what? | 10:07 |
Mister_Magister | i mean i get the idea but where should i put initialisaton | 10:07 |
guhl | before the line "fw_name = kzalloc(FIRMWARE_NAME_SIZE, GFP_KERNEL);" | 10:08 |
guhl | and before that - dump the structure and probably the pointer to codec will be NULL | 10:09 |
Mister_Magister | i cant see that line | 10:09 |
guhl | 757 | 10:09 |
Mister_Magister | guhl: 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-porters | 10:10 | |
Mister_Magister | guhl: ? | 10:11 |
sumdumbum | whats 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 |
guhl | to see what pointer is unallocated that is the whole point of analyzing a NULL pointer dereference error. | 10:13 |
guhl | you can also do this further up in the tfa9890_dsp_init function, just do it | 10:13 |
Mister_Magister | sumdumbum: blobs | 10:14 |
Mister_Magister | guhl: just dump struct i know that already | 10:15 |
Mister_Magister | guhl: it reaches tfa9890_load_config but it never goes into it as going into it causes panic | 10:15 |
guhl | Mister_Magister, so what instruction in it assigns a pointer to a pointer? | 10:17 |
Mister_Magister | guhl: what? | 10:17 |
guhl | ahh yes the first line does. and this is in declarations and therefore it will not enter the function | 10:17 |
Mister_Magister | guhl: i added some pr_debug at the beginning of that function and it never reached it | 10:18 |
sumdumbum | i should have known... but isnt there some way to... idk like poke around? | 10:19 |
guhl | you can not add a pr_debug before | 10:19 |
guhl | struct snd_soc_codec *codec = tfa9890->codec; | 10:19 |
guhl | this would break C-coding stile and it would not compile | 10:19 |
Mister_Magister | why | 10:19 |
Mister_Magister | i dont get you | 10:20 |
guhl | no mix of declarations and code | 10:20 |
Mister_Magister | for debuging only | 10:20 |
guhl | tell me that you did enter a pr_debug before that line and it compiled | 10:20 |
Mister_Magister | just for testing if it even reaches declarations | 10:20 |
Mister_Magister | yeah why not | 10:20 |
guhl | because that is not allowed in kernel code | 10:21 |
Mister_Magister | it is lol | 10:21 |
guhl | you should get a warning and then an error | 10:21 |
Mister_Magister | nope | 10:21 |
*** psachin <psachin!~psachin@125.16.97.122> has quit IRC (Ping timeout: 240 seconds) | 10:21 | |
Mister_Magister | guhl: so it fails in passing parameter not in declarations | 10:22 |
guhl | then whatever! | 10:23 |
Mister_Magister | guhl: what? | 10:23 |
sumdumbum | lel hes mad | 10:24 |
Mooosssss | i hav a qsn.] | 10:25 |
Mister_Magister | http://www.reactiongifs.com/r/but-why.gif | 10:25 |
Mister_Magister | guhl: y u mad | 10:25 |
Mooosssss | in device.xml | 10:26 |
Mooosssss | we need to define stable:cm version eh? | 10:26 |
Mooosssss | stable/cm 13 | 10:26 |
Mooosssss | since cm is no longer available | 10:26 |
Mooosssss | shud i chnge any of that? | 10:27 |
Mooosssss | or is tat just an informative file? | 10:27 |
Mister_Magister | guhl: keep in mind there are differences between 3.4 and 4.4 kernel | 10:27 |
Mooosssss | mister_magister | 10:30 |
Mooosssss | please tell me | 10:30 |
Mooosssss | what to dp | 10:30 |
Mooosssss | do* | 10:30 |
Mister_Magister | i dont understand your language | 10:30 |
Mooosssss | sorry .. my bad | 10:30 |
sumdumbum | there 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 |
Mooosssss | in localmanifest/device.xml file | 10:31 |
Mooosssss | isnt there a line to define cm version | 10:31 |
sumdumbum | for binaries moss | 10: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 |
Mooosssss | that one | 10:32 |
Mooosssss | so .. should i just replace those places wer i shud | 10:32 |
Mooosssss | or is ther anything else to edit | 10:32 |
*** piggz <piggz!~piggz@95.147.209.137> has quit IRC (Ping timeout: 256 seconds) | 10:34 | |
sumdumbum | ill hack my own binaries, with blackjack, and BSD! | 10:34 |
Mister_Magister | sumdumbum: you can make sfos without android… and without audio, calls, and many more | 10:34 |
Mister_Magister | blobs are blobs theyre closed source | 10:35 |
sumdumbum | sounds like a buncha bloat anyway whats the chances ill have wifi? | 10:35 |
MeowDude | hey guys | 10:36 |
Mister_Magister | wifi will work i think | 10:37 |
MeowDude | when I run mic I get an error, "cannot find pattern: Jolla Configuration manta" | 10:37 |
Mister_Magister | but no audio/video/camera | 10:37 |
MeowDude | mic was working just fine eaelier | 10:37 |
*** Acou_Bass <Acou_Bass!~Acou_Bass@host-78-144-146-85.as13285.net> has joined #sailfishos-porters | 10:37 | |
nik123 | moment of truth | 10:37 |
Mister_Magister | MeowDude: process_patterns? | 10:37 |
nik123 | just flashed my zip | 10:37 |
*** BenzeneSailfishX <BenzeneSailfishX!~sailfish@210.76.215.181> has quit IRC (Ping timeout: 240 seconds) | 10:37 | |
sumdumbum | no spyware? even better... so where to start? | 10:38 |
Mister_Magister | what | 10:38 |
nik123 | it gets stuck at bootlogog | 10:38 |
sumdumbum | its kinda hard to hack into someones camera when they dont even have the drivers for it XD | 10:38 |
T4 | <Mooosssss> a quick question | 10:39 |
nik123 | fahk... | 10:39 |
T4 | <Mooosssss> how am i supposed to enter | 10:39 |
MeowDude | Mister_Magister: what about it? | 10:39 |
MeowDude | also what is it | 10: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_Magister | MeowDude: run it? | 10:39 |
T4 | <Mooosssss> this | 10:39 |
T4 | <Mooosssss> into $DEVICE.xml | 10:39 |
Mister_Magister | @Mooosssss: use paste.opensuse.org or similar | 10:39 |
T4 | <Mooosssss> yaa | 10:40 |
T4 | <Mooosssss> i will | 10:40 |
Mister_Magister | Mooosssss: you are porting hammerhead? | 10:41 |
*** BenzeneSailfishX <BenzeneSailfishX!~sailfish@114.242.250.194> has joined #sailfishos-porters | 10:41 | |
T4 | <Mooosssss> no no | 10:41 |
T4 | <Mooosssss> its the template | 10:41 |
MeowDude | this is odd | 10:41 |
MeowDude | mic is working now | 10:41 |
T4 | <Mooosssss> im porting Vibe C | 10:41 |
MeowDude | I never ran the process patterns thingy | 10:41 |
MeowDude | I just re ran mic over and over again until it worked | 10:41 |
T4 | <Mooosssss> so.. how do i edit the file? | 10:42 |
sumdumbum | so basically i can skip straight to chapter 4 in HADK then? | 10:42 |
Mister_Magister | MeowDude: this is not odd | 10:42 |
Mister_Magister | this is what hadk says | 10:42 |
Mister_Magister | sumdumbum: dunno probably not | 10:42 |
Mister_Magister | as you need android part | 10:42 |
MeowDude | so basically caveman rage until it works | 10:43 |
MeowDude | sounds pretty unorthodox and non-hadk-like | 10:43 |
Mister_Magister | no | 10:43 |
sumdumbum | i mean i can skip over ch 3 | 10:43 |
T4 | <Mooosssss> is ther a problem if i leave a " " int $DEVICE assignment in the .hadk.env | 10:44 |
nik123 | what do I do if ADB doesn't work and it gets stuck at bootlogo | 10:44 |
T4 | <Mooosssss> i did a 'touch $DEVICE.xml' | 10:44 |
T4 | <Mooosssss> and i have two files | 10:44 |
T4 | <Mooosssss> a vibe | 10:44 |
T4 | <Mooosssss> and a C.xml | 10:44 |
MeowDude | >he put a space in it | 10:45 |
nik123 | and no mer device | 10:46 |
MeowDude | oh god | 10:46 |
MeowDude | also use the device codename | 10:46 |
MeowDude | not the actual device name | 10:46 |
Mister_Magister | Mooosssss are you mentally retarted? | 10:46 |
MeowDude | thats not nice, he is just a turbo noob | 10:46 |
Mister_Magister | sumdumbum: you cant skip anything | 10:46 |
MeowDude | we were all like that at one point | 10:46 |
MeowDude | I used to rage at windows before I knew you couldn't put spaces in file names | 10:47 |
Mister_Magister | MeowDude: if instructions are saying to put device name there | 10:47 |
Mister_Magister | putting space there | 10:47 |
Mister_Magister | and running touch .xml clearly is not what instructions said | 10:47 |
T4 | <Mooosssss> ya .. turbo noob sounds fun | 10:47 |
MeowDude | he probably thought it meant the literal device name, not the spaceless sexy cool sounding codename | 10:47 |
MeowDude | well, that's what I did at first with my grouper build, its the same as manually making the file | 10:47 |
T4 | <Mooosssss> okay | 10:47 |
T4 | <Mooosssss> i hav no idea whatsoever | 10:48 |
T4 | <Mooosssss> plz help me out | 10:48 |
Mister_Magister | Mooosssss: just follow instructions? | 10:48 |
Mister_Magister | and make that file properly? | 10:48 |
T4 | <Mooosssss> okay | 10:48 |
T4 | <Mooosssss> but | 10:48 |
Mister_Magister | do it? | 10:48 |
T4 | <Mooosssss> 1) shud i restart or can i edit the .hadk.env file | 10:48 |
MeowDude | just do touch $ANDROID_ROOT/.repo/local_manifests/(device code name) | 10:49 |
T4 | <Mooosssss> and remove the space | 10:49 |
MeowDude | you can always edit it | 10:49 |
T4 | <Mooosssss> i did edit | 10:49 |
MeowDude | and you took ou the space? | 10:49 |
T4 | <Mooosssss> but still the touch fn | 10:49 |
nik123 | does lineageOS support encrypted /data | 10:49 |
*** BenzeneSailfishX <BenzeneSailfishX!~sailfish@114.242.250.194> has quit IRC (Read error: Connection reset by peer) | 10:49 | |
MeowDude | I think just vibec is okay for now | 10:49 |
T4 | <Mooosssss> gives me two files | 10:49 |
Mister_Magister | Mooosssss: edit that .hadk.env | 10:49 |
Mister_Magister | yes | 10:49 |
nik123 | maybe that's why it wont boot | 10:49 |
MeowDude | don't encrypt anything | 10:49 |
T4 | <Mooosssss> okay | 10:49 |
MeowDude | hybris is pretty touchy about that shit | 10:49 |
nik123 | cause I don't even get a mer device when I try to boot | 10:50 |
Mister_Magister | nik123: ofcourse it will not boot | 10:50 |
nik123 | firmware reflashing time again | 10:50 |
Mister_Magister | nik123: sailfish is installed under /data/.stowaways | 10:50 |
nik123 | oh | 10:50 |
Mister_Magister | gues what will kernel do if you encrypt that | 10:50 |
nik123 | hang | 10:51 |
Mister_Magister | it will say "what the hell dude where is my root files" | 10:51 |
*** BenzeneSailfishX <BenzeneSailfishX!~sailfish@159.226.171.21> has joined #sailfishos-porters | 10:51 | |
nik123 | why isn't it stored in /system | 10:51 |
nik123 | just curious | 10:51 |
Mister_Magister | nik123: because whole root of sfos is in one place | 10:51 |
nik123 | nice | 10:51 |
Mister_Magister | so you would have only /system for your files | 10:52 |
sumdumbum | but... CM probably wont work... im allready fairly sure... i mean i can backup still... but ill never make it to ch4... | 10:52 |
Mister_Magister | happy with 100MB free space? | 10:52 |
nik123 | not really | 10:52 |
Mister_Magister | or you wanna larger partition for root | 10:52 |
Mister_Magister | so you see thats why | 10:52 |
*** elros <elros!~sailfish@87-206-58-108.dynamic.chello.pl> has joined #sailfishos-porters | 10:52 | |
Mister_Magister | sumdumbum: what are you talking about | 10:52 |
nik123 | Mister_Magister, thanks for the explination. | 10:52 |
*** zhxt <zhxt!~zhxt@223.72.88.22> has joined #sailfishos-porters | 10: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 file | 10:54 |
sumdumbum | in 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 nano | 10:55 |
T4 | <Mooosssss> should i echo? | 10:55 |
Mister_Magister | sumdumbum: dunno but probably but you need to do all the steps in hadk | 10:56 |
Mister_Magister | ask mal i never did that | 10:56 |
Mister_Magister | @Mooosssss: vi, vim, nano, gui | 10:56 |
Mister_Magister | whatever | 10:56 |
T4 | <Mooosssss> nano returns error | 10:56 |
sumdumbum | sudo? | 10:57 |
T4 | <Mooosssss> no such commanf | 10:57 |
*** andrzejku <andrzejku!~andrzejku@ftth-nat-58.ip4.greenlan.pl> has joined #sailfishos-porters | 10:57 | |
sumdumbum | try vi | 10:58 |
Mister_Magister | Mooosssss: try from gui? | 10:58 |
sumdumbum | real men use vi tho | 10:58 |
Mister_Magister | i do | 10:59 |
Mister_Magister | i master vi | 10:59 |
*** piggz <piggz!~piggz@95.147.209.137> has joined #sailfishos-porters | 11:00 | |
Mister_Magister | when you need to edit something fast you type vi :p | 11:01 |
rltyseven | XMAS HAPPY. :D | 11:01 |
sumdumbum | *cough* sed *cough* | 11:01 |
nik123 | IMO I can't use vi, but I mastered vim | 11:01 |
sumdumbum | at least its not gvim | 11:02 |
sumdumbum | or 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_Magister | run eclipse for editing one file | 11:03 |
*** Acou_Bass <Acou_Bass!~Acou_Bass@host-78-144-146-85.as13285.net> has joined #sailfishos-porters | 11: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-porters | 11:11 | |
MeowDude | Mister_Magister: Touchscreen works and the white bar is gone | 11:12 |
MeowDude | however 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 tutorial | 11:12 |
Mister_Magister | MeowDude: what device is it? | 11:18 |
MeowDude | nexus 10 manta | 11:18 |
MeowDude | I need to redo grouper | 11:18 |
Mister_Magister | *cough* Exynos *Cough* | 11:19 |
Mister_Magister | nexus 10 looks like shit lmao | 11:19 |
Mister_Magister | *cough* samsung *cough* | 11:19 |
MeowDude | I love the Nexus 10 | 11:20 |
MeowDude | and shitting on exynos does not help | 11:20 |
nik123 | samsung: *cough* fuck your warranty *cough* | 11:20 |
mal | Mister_Magister: ask about what? | 11:20 |
muppis | I'd like to see refreshed build for Nexus 7 Grouper.. | 11:20 |
Mister_Magister | mal: to port sfos without android blobs | 11:20 |
MeowDude | muppis: its hard, I need to nuke my VM and redo everything, my mount points are fucked, and so is my base | 11:21 |
muppis | MeowDude, damned. | 11:21 |
MeowDude | I 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_Magister | MeowDude: 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-porters | 11:23 | |
MeowDude | Mister_Magister: I know this, what is your point | 11:23 |
Mister_Magister | that if it doesnt boot it doesnt mean its bad or somthing like that or that you have to redo everything, just fix it | 11:24 |
sumdumbum | mal: 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 |
MeowDude | Mister_Magister: No, I tried to fix the mount points and stuff and... its just fucked man, just trust me on that | 11:25 |
MeowDude | sumdumbum: if it has a device and kernel tree on github it is possible | 11:25 |
sumdumbum | ok i have a few potential devices so i have some homework to do | 11:26 |
Mister_Magister | MeowDude: right… you cant copy and paste commands i remember now | 11:26 |
Mister_Magister | MeowDude: dont give wrong advices | 11:26 |
MeowDude | Mister_Magister: I obviously can, I set up my manta environment from scratch | 11:26 |
MeowDude | its not wrong advice, that is fact | 11:26 |
mal | sumdumbum: in theory yes but not very simple probably | 11:26 |
Mister_Magister | wow | 11:26 |
elros | sumdumbum: sfos withou hw acceleration? I doubt it will be usable at all | 11:26 |
MeowDude | if your device has a working kernel and device tree you could build android base, and then a rootfs on top | 11:27 |
Mister_Magister | congrats MeowDude you learned how to copy paste | 11:27 |
MeowDude | you sure are in a bad mood | 11:27 |
Mister_Magister | no | 11:27 |
MeowDude | did you stub your toe or something this morning | 11:27 |
Mister_Magister | its just fact | 11:27 |
MeowDude | well, 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_Magister | MeowDude: you should've learned already that we are not magicians that can look into your device logs over internet magically | 11:30 |
Mister_Magister | aka give logs | 11:30 |
MeowDude | *thonk* I'll try ssh with my RPi | 11:31 |
sumdumbum | hmm... 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 |
MeowDude | I rebooted it and now all the icons are messed up | 11:32 |
Mister_Magister | sumdumbum: good thinking | 11:33 |
sumdumbum | it is a samsung after all just not 1 of the popular ones | 11:33 |
Mister_Magister | sumdumbum: which? | 11:33 |
MeowDude | sumdumdum: what device is it | 11:33 |
Mister_Magister | shitsungs are shit | 11:33 |
sumdumbum | id have to go get them i have like 3 or 4 if i count the 1 i dont really wanna rist killing | 11:34 |
MeowDude | not true | 11:34 |
sumdumbum | i think 1 or 2 are off brand chineese things | 11:34 |
MeowDude | thats all opinion, to be honest, samsung makes great hardware, the software and company support sucks though | 11:35 |
Mister_Magister | sumdumbum: what device do you want to port to | 11:35 |
sumdumbum | ill try them all they are collecting dust now only the 1 is usable and i kinda want to make calls from that 1 <3 | 11:35 |
MeowDude | kek, double tap to wake works on my port out of box | 11:36 |
Mister_Magister | MeowDude: lol | 11:36 |
sumdumbum | SM-G386T | 11:38 |
rubdos | NotKit: new build hooray! | 11:38 |
rubdos | I'll test asap. When I remember how it worked. | 11:39 |
sumdumbum | thats the best 1, also 1st 1 i found, theres more around here somewhere... | 11:39 |
sumdumbum | well, not the true best one, but the best 1 id risk turning into a brick. | 11:40 |
Mister_Magister | sumdumbum: same soc as my g2 | 11:40 |
MeowDude | Mister_Magister: I am connected to the device via telnet, what logs do you need | 11:40 |
Mister_Magister | every | 11:40 |
MeowDude | well define every | 11:40 |
MeowDude | like, init.log? proc/lastkmsg? any others I might not know of and how to get them | 11:40 |
Mister_Magister | dmesg, systemctl, journalctl, logcat | 11:40 |
sumdumbum | wait... systemd? is in sfos? | 11:41 |
thereturningvoid | yyep | 11:41 |
thereturningvoid | no escaping systemd-singularity >:) | 11:41 |
sumdumbum | idk why im supprised tho | 11:42 |
thereturningvoid | man i still need to sort out gstreamer | 11:42 |
sumdumbum | wait | 11:43 |
sumdumbum | way better wide | 11:43 |
sumdumbum | amazon fire sitck? | 11:43 |
sumdumbum | ieda* | 11:43 |
sumdumbum | no can english | 11:43 |
nik123 | it's called engrish | 11:43 |
sumdumbum | can into engrish? | 11:44 |
nik123 | yes, we can into | 11:44 |
nik123 | 2nd try | 11:44 |
sumdumbum | hey fyi i chose this nick for a reason | 11:44 |
nik123 | this time /data is not encrypted | 11:44 |
nik123 | here we go | 11:44 |
nik123 | when the darn script takes longer to execute than to just copy files | 11:45 |
nik123 | still no mer | 11:47 |
nik123 | wtf | 11:47 |
sumdumbum | found a SM-G386T and SCH-1200V so far | 11:47 |
nik123 | but I got 18d1:d00d | 11:47 |
Mister_Magister | nik123: selinux? | 11:47 |
Mister_Magister | sumdumbum: SM-G386T is close to my g2 | 11:47 |
nik123 | Mister_Magister: ??? | 11:47 |
nik123 | Mister_Magister: no I don't have it | 11:47 |
Mister_Magister | except motorola isnt shit but shitsung is | 11:47 |
Mister_Magister | nik123: did you disable it? | 11:47 |
nik123 | Mister_Magister: yes | 11:47 |
sumdumbum | so try g2 CM on it then? | 11:47 |
rubdos | NotKit: can I just flash the new image over the old one? | 11:48 |
Mister_Magister | sumdumbum: porting cm maybe | 11:48 |
Mister_Magister | but not installing it directly | 11:48 |
sumdumbum | c++? | 11:48 |
Mister_Magister | better find some samsung device | 11:48 |
Mister_Magister | with cm | 11:48 |
*** zhxt <zhxt!~zhxt@223.72.88.22> has quit IRC (Remote host closed the connection) | 11:49 | |
nik123 | Mister_Magister: how do I check | 11:49 |
nik123 | in kernel it seems to be disabled | 11:49 |
nik123 | not sure about other parts | 11:49 |
sumdumbum | bah im not gonna find another samsung maybe some lowbrand but not my precious j3 | 11:49 |
Mister_Magister | there is nothing to check i'm asking if you disabled it | 11:49 |
Mister_Magister | and how | 11:49 |
*** zhxt <zhxt!~zhxt@223.72.88.22> has joined #sailfishos-porters | 11:49 | |
nik123 | kernel config | 11:49 |
nik123 | rolex_defconfig | 11:49 |
Mister_Magister | how? | 11:49 |
nik123 | CONFIG_SECCOMP=y is it this one? | 11:50 |
nik123 | the thing is also getting really hoy | 11:51 |
nik123 | *hot | 11:51 |
nik123 | instead of remaining cold | 11:51 |
sumdumbum | coolpad? ever heard of that brand? i got no idea if CM works on the off-brands... | 11:51 |
Mister_Magister | me rn https://tinyurl.com/yax9e8ak | 11:51 |
Mister_Magister | nik123: what? ofcourse not? | 11:52 |
Mister_Magister | it doesnt even look like selinux anyway | 11:52 |
nik123 | which one is it then? | 11:52 |
MeowDude | okay I have all the logs, I am going to log into this IRC on my Rpi and upload them to pastebin | 11:52 |
Mister_Magister | nik123: read mer-kernel-check? | 11:53 |
Mister_Magister | mal: how did you last with people like that omg i'm getting more and more respect for you :D | 11:53 |
nik123 | Mister_Magister: fuck you're right, I have a shit ton of errors | 11:55 |
Mister_Magister | nik123: YOU DIDNT FIX THEM?! | 11:56 |
nik123 | yes I DID | 11:56 |
Mister_Magister | if you did | 11:56 |
Mister_Magister | why you have errors | 11:56 |
nik123 | but somehow they appeared again | 11:56 |
nik123 | idk | 11:56 |
nik123 | maybe defconfig got refreshed or something | 11:56 |
nik123 | wtf | 11:56 |
Mister_Magister | not it dont get refreshed | 11:57 |
nik123 | but this time they're different errors | 11:57 |
nik123 | this just got confusing | 11:57 |
nik123 | gotta take a break now, bb | 11:57 |
*** MeowDudeRPi <MeowDudeRPi!017b8436@gateway/web/freenode/ip.1.123.132.54> has joined #sailfishos-porters | 11: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-porters | 12:03 | |
MeowDudeRPi | Mister_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/kTaRtMWM | 12:10 |
MeowDudeRPi | kmsg: https://pastebin.com/kTaRtMWM | 12:10 |
MeowDude | ALL the logs I know of | 12:12 |
MeowDude | from my most recent build of sailfish os for manta | 12:12 |
Mister_Magister | MeowDude: run journal just after boot | 12:13 |
MeowDude | got it | 12:13 |
MeowDude | brb then | 12:13 |
Mister_Magister | or give full journal | 12:13 |
Mister_Magister | same with dmesg | 12: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 | |
MeowDude | Mister_Magister: here is full journalctl --no-pager: https://pastebin.com/fiBMHMG2 | 12:20 |
MeowDude | Ill grab dmesg right now | 12:21 |
MeowDude | Mister_Magister: dmesg: https://pastebin.com/dAYgznu9 | 12:23 |
MeowDude | in full of course, I figured out how to get my terminal to show more stuff | 12:23 |
*** hge <hge!~hongwei.g@dbj0ykyhtqmxx8x0fzy-t-3.rev.dnainternet.fi> has joined #sailfishos-porters | 12:24 | |
bl33d15 | hi guys! | 12:30 |
bl33d15 | is there way t6o get latest sfos on n9? | 12:30 |
locusf | maybe | 12:32 |
locusf | maybe not | 12: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-porters | 12:33 | |
thereturningvoid | if there's no port already, only way to find out is to grab the HADK and take a shot :) | 12:33 |
bl33d15 | hadk is meant to work on Android phones | 12:34 |
bl33d15 | it can be used for n9 too? | 12:35 |
locusf | though there was effort to leverage the jelly bean android on it | 12:35 |
locusf | but didn't work too well or at all | 12:36 |
rubdos | bl33d15: I've been running zypper up with the new repositories, and it booted. That was all, sadly | 12:36 |
locusf | filippz: is doing new mainline kernel work | 12:36 |
rubdos | shortly after, my N9 died | 12:36 |
rubdos | :( | 12:36 |
thereturningvoid | oh, i was under the impression n9 = nexus 9 | 12:36 |
thereturningvoid | is it something else? | 12:37 |
bl33d15 | and how about n900 port? | 12:37 |
rubdos | nokia n9, thereturningvoid | 12:37 |
rubdos | the beginning of it all™ | 12:37 |
bl33d15 | sorry | 12:37 |
thereturningvoid | aaah | 12:37 |
rubdos | bl33d15: don't be sorry, everyone is ought to know that N9 == Nokia N9! :o | 12:37 |
locusf | n900, well ... | 12:37 |
mal | locusf: it would be interesting to see the mainline kernel based sailfish on n9, someone got graphics working on it already on some other linux | 12:38 |
locusf | same guy :) | 12:38 |
locusf | with postmarketos | 12:38 |
*** zhxt <zhxt!~zhxt@223.72.88.22> has quit IRC (Remote host closed the connection) | 12:39 | |
mal | yep | 12:39 |
bshah | btw I got mainline kernel to boot graphics on n5 :P | 12:39 |
locusf | https://twitter.com/fi1ippz/status/945692340194349056 | 12:39 |
*** zhxt <zhxt!~zhxt@223.72.88.22> has joined #sailfishos-porters | 12:39 | |
locusf | bshah: software rendering? | 12:39 |
bshah | locusf: 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 upstream | 12:40 |
locusf | okay | 12:41 |
locusf | good stuff! | 12:41 |
mal | fp2 also has partial graphics with mainline, a very much wip still but at least the panel works and framebuffer is seen | 12:44 |
bshah | yeah I finally got time to write panel driver for hammerhead during this holidays | 12:44 |
*** Hassun[m] <Hassun[m]!hassunmatr@gateway/shell/matrix.org/x-jrcrqwgxligprfyu> has joined #sailfishos-porters | 12:45 | |
MeowDude | Mister_Magister: any luck with those logs? | 12:47 |
Mister_Magister | i'm @ work | 12:47 |
MeowDude | oh sorry | 12:48 |
MeowDude | anyone else wanna take a crack at them? | 12:48 |
Mister_Magister | so it takes time | 12:48 |
MeowDude | oh | 12:48 |
MeowDude | someone, slacking on the job hmmm *smirk* | 12:48 |
Mister_Magister | MeowDude: the dmesg you posted | 12:49 |
Mister_Magister | its just dmesg command? | 12:49 |
MeowDude | yes | 12:49 |
MeowDude | yes | 12:49 |
MeowDude | dmesg | 12:49 |
Mister_Magister | you doubled it? | 12:50 |
MeowDude | um no | 12:50 |
MeowDude | I typed it in once and then gave you the output | 12:50 |
MeowDude | I figured out how to get the MATE terminal to give more than 512 lines | 12:50 |
Mister_Magister | so 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 rebooting | 12:50 |
MeowDude | hmm | 12:51 |
Mister_Magister | od you just selected too much | 12:51 |
MeowDude | let me check that | 12:51 |
MeowDude | yeah I must have doubled it because my tablet still hasn't rebooted | 12:51 |
MeowDude | nor has it | 12:51 |
Mister_Magister | so maybe typo in copying | 12:52 |
MeowDude | yeah I must have over selected | 12:52 |
MeowDude | nbd | 12:52 |
MeowDude | oh 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 offset | 12:53 |
MeowDude | also you know, camera doesn't load of course | 12:53 |
Mister_Magister | MeowDude: at this point you should hope to get gui working properly lol | 12:54 |
Mister_Magister | you had wizard? | 12:54 |
MeowDude | well yes and no | 12:55 |
MeowDude | it gave me the language selection and the agreement | 12:55 |
MeowDude | but when I clicked next on the licence agreement it said "starting sailfish" and then the typical loading circle, straight to lockscreen | 12:56 |
Mister_Magister | ah | 12:56 |
Mister_Magister | so second wizard failed | 12:56 |
MeowDude | I wonder why... | 12:56 |
Mister_Magister | you need to strace second wizardo | 12:59 |
MeowDude | what do I run in telnet | 13: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_Magister | MeowDude: /system/xbin/strace /usr/bin/jolla-startupwizard -plugin evdevtouch:/dev/input/event3 -plugin evdevkeyboard:keymap=/usr/share/qt5/keymaps/droid.qmap | 13:06 |
MeowDude | wew alright give me a second | 13:07 |
MeowDude | Mister_Magister: https://pastebin.com/y1gyA33B | 13:11 |
Mister_Magister | hmmm | 13:12 |
MeowDude | seems I am missing some plugins | 13:12 |
Mister_Magister | add EGL_PLATFORM=hwcomposer before that command | 13:12 |
Mister_Magister | and add -platform hwcomposer at the end | 13:13 |
MeowDude | got it give me a sec | 13:13 |
MeowDude | Mister_Magister:https: https://pastebin.com/6UuFsquW | 13:16 |
MeowDude | my devices screen lit up for a second when I typed that but nothing actually happened | 13:17 |
Mister_Magister | run same without strace command | 13:18 |
*** hge <hge!~hongwei.g@dbj0ykyhtqmxx8x0fzy-t-3.rev.dnainternet.fi> has quit IRC (Ping timeout: 240 seconds) | 13:21 | |
MeowDude | so just EGL_PLATFORM=hwcomposer -platform hwcomposer? | 13:23 |
MeowDude | or 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 hwcomposer | 13:24 |
MeowDude | meh Ill try both | 13:24 |
*** Xeno_PL <Xeno_PL!~Xeno@159-205-133-29.adsl.inetia.pl> has joined #sailfishos-porters | 13: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 | |
MeowDude | Mister_Magister: https://pastebin.com/xF69Qe2V | 13:34 |
MeowDude | would installing the missing plugins fix this? | 13:34 |
Mister_Magister | what missinging plugins what are you talking about? | 13:35 |
MeowDude | you know, on the first one at the end, "xcb" | 13:37 |
MeowDude | https://pastebin.com/y1gyA33B line 956 | 13:37 |
Mister_Magister | do you have that in the latest log? | 13:41 |
Mister_Magister | no? | 13:41 |
Mister_Magister | so that means i fixed that? | 13:41 |
Mister_Magister | Available platform plugins are: hwcomposer | 13:42 |
Mister_Magister | [14:12] <Mister_Magister> add EGL_PLATFORM=hwcomposer before that command | 13:42 |
Mister_Magister | doesnt sound similar? | 13:42 |
Mister_Magister | [14:13] <Mister_Magister> and add -platform hwcomposer at the end | 13:42 |
Mister_Magister | "platform plugins" " -platform hwcomposer" | 13:43 |
Mister_Magister | u blind or something? | 13:43 |
MeowDude | oh | 13:44 |
MeowDude | well i don't know I am just shooting from the hip here | 13:44 |
Mister_Magister | good luck with that log lol | 13:44 |
Mister_Magister | and | 13:44 |
MeowDude | and...? | 13:47 |
Mister_Magister | typo | 13:48 |
MeowDude | oh | 13:48 |
MeowDude | well then I guess tommorow is gonna be full of hardwork for manta | 13:49 |
*** Zuccace <Zuccace!~zucca@85-76-3-126-nat.elisa-mobile.fi> has joined #sailfishos-porters | 13:51 | |
rubdos | seems like flashing moto z play via GUI is bugged, but commandline, it works, NotKit. Probably me though :p | 13: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-porters | 13:54 | |
MeowDude | hey _sven | 13:54 |
_sven | hey | 13:55 |
MeowDude | bueti | 13:55 |
rubdos | damnit, obligatory tutorial! | 13:58 |
r0kk3rz | rubdos: you know how to skip it right? | 14:02 |
rubdos | Mister_Magister just told me | 14:02 |
rubdos | in #sailfishos | 14:02 |
Mister_Magister | i didnt know i'm on sailfishos instead of -porters lol | 14:03 |
MeowDude | wait | 14:03 |
MeowDude | how do you skip it | 14:03 |
rubdos | lol! | 14:03 |
MeowDude | I hate the tutorial | 14:03 |
Mister_Magister | [15:00] <Mister_Magister> left upper corner right upper corner right bottom corner left bottom corner | 14:03 |
MeowDude | like android... | 14:04 |
Mister_Magister | sledges: add that to hadk lol^ nobody will read it anyway | 14:04 |
rubdos | Next n00b question: next time I update this sfos install, how do I keep my data? | 14:06 |
rubdos | I did make a backup, which I'm currently restoring | 14:06 |
rubdos | but I'd still like to keep my data (and perhaps apps) | 14:06 |
Mister_Magister | rubdos: OTA | 14:07 |
*** XenoPL <XenoPL!~Xeno@178-37-240-7.adsl.inetia.pl> has joined #sailfishos-porters | 14:07 | |
*** Xeno_PL <Xeno_PL!~Xeno@159-205-133-29.adsl.inetia.pl> has quit IRC (Ping timeout: 240 seconds) | 14:07 | |
rubdos | Mister_Magister: I'll have to convince NotKit to support that then. And I have no idea whether it's possible or not | 14:07 |
Mister_Magister | ofcourse it is | 14:08 |
rubdos | sure it is, but how will NotKit support it? | 14:08 |
rubdos | (I suppose I triggered his name enough now :D ) | 14:08 |
MeowDude | NotKit: RUBDOS CALLS FOR YOU MASTER!!! | 14:09 |
Mister_Magister | rubdos: hadk-faq | 14:09 |
NotKit | OTA is in progress | 14:11 |
NotKit | I'm building on OBS already | 14:11 |
Mister_Magister | as you can see | 14:11 |
rubdos | niiiice :-) | 14:12 |
rubdos | NotKit: did you have the camera fix already in that image? | 14:15 |
NotKit | yes | 14:16 |
rubdos | I'll just have to reboot then | 14:16 |
bl33d15 | #MeowDude = mmeow? | 14:16 |
MeowDude | eeef | 14:16 |
NotKit | rubdos, is nothing displayed in camera app or? | 14:17 |
rubdos | just black out | 14:17 |
MeowDude | same here on manta! NotKit: why no fix | 14:19 |
NotKit | well, no idea what's wrong on manta :) | 14:19 |
Mister_Magister | MeowDude: please stop | 14:20 |
Mister_Magister | dont even think of camera if your second wizard isnt up | 14:20 |
Mister_Magister | and if you didnt build gstreamer | 14:20 |
Mister_Magister | and dont have configs | 14:20 |
MeowDude | configs? | 14:21 |
rubdos | NotKit: I feel like there's a lot more that's not displayed. Just tried quickddit, the non-video images don't show | 14:21 |
rubdos | I'll reboot and see | 14:22 |
MeowDude | do you mean the kernel defconfigs? those are set up, also how do I build gstreamer? hadk section please? | 14:22 |
Mister_Magister | no ofcourse not | 14:22 |
Mister_Magister | MeowDude: STOP THINKING ABOUT CAMERA THE FUCK AND FOCUS ON SECOND TUTORIAL GET WORKING DEVICE FIRST | 14:22 |
MeowDude | I THOUGH GSTREAMER WAS SOMETHING ELSE ENTIRELY!!! REEEEEEEEEEE | 14:23 |
MeowDude | Also yeah I need to get second tutorial set up... | 14:23 |
MeowDude | do you think if I get that set up the homescreen will work? | 14:24 |
Mister_Magister | ofcourse it will | 14:24 |
rubdos | still black, NotKit. What logs do you require? :P | 14:24 |
MeowDude | oh sweet | 14:25 |
MeowDude | that is some serious incentive | 14:25 |
NotKit | rubdos, are the videos black? | 14:27 |
NotKit | or also view finder in camera? | 14:27 |
rubdos | view finder, and stationary images | 14:27 |
rubdos | gifs on reddit play fine, I'll check video playback | 14:27 |
rubdos | videos don't start :P | 14:27 |
MeowDude | what device rubdos? I am curious | 14:30 |
rubdos | Moto Z Play | 14:31 |
Mister_Magister | rubdos: noice i'll get moto z someday maybe | 14:33 |
MeowDude | ooo neat | 14:33 |
MeowDude | >getting a new phone | 14:33 |
MeowDude | I 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 longer | 14:33 |
Mister_Magister | *came to work with moto g2 and x2 both from 2014 because shit newer than 2015 is shit* | 14:34 |
MeowDude | I just miss when compact meant less than 4.5 inch screen, I love my pocketable RAZR M | 14:35 |
NotKit | rubdos, can you try to set password in development settings, then devel-su | 14:35 |
NotKit | XDG_RUNTIME_DIR=/run/user/0 jolla-camera and check if it displays anything | 14:35 |
MeowDude | Mister_Magister: looking at my logs, I see that a common issue is DBus being locked | 14:36 |
rubdos | [C] unknown:0 - Failed to create display (No such file or directory) | 14:36 |
rubdos | shouldn'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-porters | 14:37 | |
Mister_Magister | NotKit: shouldnt it be 1000000? | 14:37 |
NotKit | for nemo it's 100000 | 14:37 |
rubdos | doesn't display anything of interest | 14:38 |
NotKit | rubdos, so it doesn't start at all as root? | 14:38 |
rubdos | https://pastebin.com/jet1NwBt | 14:38 |
rubdos | NotKit: it doesn't | 14:39 |
rubdos | doesn'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 | |
NotKit | no, that's not related | 14:45 |
NotKit | try XDG_RUNTIME_DIR=/run/user/100000 jolla-camera then | 14:46 |
rubdos | same log, same black | 14:48 |
rubdos | something with gstreamer? | 14:48 |
NotKit | camera controls are displayed though? | 14:49 |
NotKit | wait, you said GUI install didn't work, how did you install it then? | 14:50 |
rubdos | twrp flash `image` | 14:54 |
rubdos | on commandline | 14:54 |
rubdos | that one did finish | 14:54 |
rubdos | camera controlls display | 14:54 |
rubdos | but I don't have connectivity apparently now | 14:55 |
*** korak <korak!~quassel@208-180-152-154.com.sta.suddenlink.net> has joined #sailfishos-porters | 14:55 | |
rubdos | I'm going to open a pension fund first now, if you have ideas, I'll try them in 30 minutes :P | 14:55 |
NotKit | did a clean reflashed from the image I uploaded, camera and connectivity (Wi-Fi and LTE) work, weird | 15:18 |
NotKit | what was the issue when you installed it via TWRP GUI? | 15:19 |
NotKit | just in case: | 15:19 |
NotKit | md5sum sailfishos-addison-release-2.1.3.7-test.zip | 15:19 |
NotKit | 7c836833c3fa82e4e375754bd03afe8d sailfishos-addison-release-2.1.3.7-test.zip | 15: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-porters | 15: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-porters | 15: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-porters | 15:55 | |
*** itbaron_ <itbaron_!~itbaron@91-157-109-53.elisa-laajakaista.fi> has joined #sailfishos-porters | 15:58 | |
*** itbaron <itbaron!~itbaron@91-157-109-53.elisa-laajakaista.fi> has quit IRC (Read error: Connection reset by peer) | 15:58 | |
rubdos | wifi works | 16:17 |
rubdos | but no LTE, not even any connectivity | 16:17 |
rubdos | sorry, pension fund took a bit longer :P | 16:18 |
elros | lbt: Could you patternise nemo:devel:hw:motorola:moto_msm8960_jbbl. Please | 16:20 |
rubdos | NotKit: md5 checks out | 16:21 |
NotKit | what error was there during TWRP install? | 16:21 |
rubdos | NotKit: issue was that it hung on the rm -rf /data/.stuffings/sailfishos | 16:22 |
rubdos | it hung there for more than an hour | 16:22 |
rubdos | so I quitted, and did twrp install /external_sd/sailfish...zip | 16:22 |
rubdos | (quitted == force reboot into twrp) | 16:22 |
mal | just a thought, it would be nice to include the latest sailfish release of each port here https://wiki.merproject.org/wiki/Adaptations/libhybris | 16:22 |
rubdos | we're still using twrp-3.1.1-0-addison.img, right? | 16:23 |
mal | so people could see how well each port is maintained | 16:23 |
rubdos | mal: also some activity pointers; maybe list past versions too :P | 16:23 |
*** ggabriel <ggabriel!~slv@gabrielgi.plus.com> has quit IRC (Ping timeout: 248 seconds) | 16:25 | |
NotKit | rubdos, yes | 16:25 |
NotKit | weird then | 16:25 |
rubdos | also, NotKit, do you have automount of sd card? :P | 16:25 |
rubdos | I've never had that for the record | 16:25 |
*** ggabriel <ggabriel!~slv@gabrielgi.plus.com> has joined #sailfishos-porters | 16:26 | |
NotKit | it should be with sdcard-utils, but I never tested that, need an sd card | 16:26 |
rubdos | if you're in Europe, I'll buy you a 64GB one :P | 16:26 |
NotKit | no need, I had one somewhere, just can't find it :) | 16:27 |
rubdos | ah okay :) | 16:27 |
NotKit | so as for no connectivity | 16:27 |
NotKit | does it detect SIM card? | 16:28 |
rubdos | yes | 16:28 |
rubdos | reads my operator, does the pin code | 16:28 |
rubdos | I did have connectivity when I first booted | 16:28 |
* rubdos should check whether there are problems with the operator or such | 16:28 | |
rubdos | is there a log for the connectivity? | 16:29 |
NotKit | ofono-logger | 16:29 |
NotKit | https://openrepos.net/content/slava/ofono-logger | 16:29 |
rubdos | looks like it's intermittent | 16:30 |
rubdos | I can see it appear and disappear | 16: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-porters | 16:33 | |
rubdos | it's very intermittent... | 16:33 |
mal | rubdos: can you check in logs what is the RIL version on your device, that is for example in journalctl output | 16:35 |
rubdos | RIL not found in journalctl | 16:35 |
rubdos | neither in dmesg | 16:36 |
mal | it's in early parts in the log, add -n10000 or something to see more of the log | 16:36 |
mal | and not in dmesg | 16:36 |
rubdos | really not found :P | 16:36 |
*** hge <hge!~hongwei.g@dbj0ykyyy0gsdcvyn3xvt-3.rev.dnainternet.fi> has joined #sailfishos-porters | 16:36 | |
rubdos | I'll clean boot? | 16:36 |
mal | try | 16:36 |
rubdos | roger | 16:37 |
* rubdos entered pin code | 16:40 | |
*** hge <hge!~hongwei.g@dbj0ykyyy0gsdcvyn3xvt-3.rev.dnainternet.fi> has quit IRC (Client Quit) | 16:40 | |
rubdos | Dec 28 17:38:06 Sailfish ofonod[1788]: RIL version 11 | 16:41 |
rubdos | mal^ | 16:41 |
rubdos | NotKit: for the camera, some more pointers: gifs work, and I think png too, but jpg not? something like that | 16:42 |
*** malkien <malkien!~michele@host124-99-dynamic.58-82-r.retail.telecomitalia.it> has quit IRC (Quit: Konversation terminated!) | 16:42 | |
rubdos | also, Dec 28 17:38:00 Sailfish ofonod[1788]: [grilio] ERROR! Can't connect to RILD: Connection refused | 16:42 |
mal | rubdos: pastebin the whole log | 16:43 |
rubdos | whole journalctl? | 16:43 |
rubdos | https://pastebin.com/kUYFacFU | 16:43 |
rubdos | wut | 16:43 |
rubdos | wait :P | 16:44 |
rubdos | oh, must be ran as root, gimme a min | 16:44 |
rubdos | https://pastebin.com/LAzxTKaT | 16:44 |
rubdos | that's better | 16:44 |
mal | a lot of ofono errors there | 16: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-porters | 16:49 | |
rubdos | pretty generic "Operation failed" errors though | 16:50 |
mal | ofono-logger should give more details | 16:51 |
monich | rubdos: either rild is not running or socket path in /etc/ofono/ril_subscription.conf is wrong | 16:51 |
mal | monich: but that error comes only once before ofono really sees ril | 16:51 |
monich | ah, then it may be ok | 16:52 |
*** XenoPL <XenoPL!~Xeno@178-37-240-7.adsl.inetia.pl> has quit IRC (Ping timeout: 260 seconds) | 16:52 | |
mal | monich: the journalctl log shows a lot of activity from ofono | 16:52 |
rubdos | I'm testing mysting my laptop's connection with that provider | 16:52 |
rubdos | yeh, laptop can register on the network | 16:52 |
rubdos | clean boot seemed to have fixed the camera, NotKit | 16:53 |
NotKit | weird | 16:53 |
NotKit | I don't get the ofono errors you have either | 16:53 |
rubdos | rebooted the router, wifi's back | 16:57 |
rubdos | camera seems to work now, but not all images on reddit/twitter are displayed | 17:00 |
rubdos | some are just black | 17:00 |
rubdos | NotKit: I can give you ssh if you want/if you're not busy | 17:01 |
NotKit | does 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 | |
rubdos | event stream + quickddit | 17:02 |
rubdos | browser seems to display the twitter event stream image okay | 17:03 |
rubdos | lemme check youtube | 17:03 |
rubdos | that's still the same | 17:04 |
rubdos | (as in previous version) | 17:04 |
rubdos | also: tab preview in browser is blacked | 17:04 |
rubdos | should I try reflashing? :/ | 17:04 |
NotKit | tab preview in browser is blacked - confirm | 17:05 |
NotKit | maybe go latest tested version then? I'll check the issues you mentioned, thanks for that | 17:06 |
rubdos | NotKit: I suppose it's the same black as the tweets | 17:06 |
rubdos | it's some forms of images that get blacked; I can get used to that for now. Just the connectivity :P | 17:06 |
rubdos | if you cannot reproduce, I suppose it's best to debug that on my device? | 17:07 |
rubdos | maybe it's because I come from the stock Android version? | 17:08 |
rubdos | or you have updated to a more recent Android before flashing or something? :/ | 17:08 |
NotKit | is it 7.0? | 17:08 |
rubdos | not sure with what I bought it | 17:08 |
NotKit | no, should not be the case then | 17:08 |
rubdos | ok | 17:08 |
NotKit | you can try systemctl stop ofono | 17:10 |
NotKit | then /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,udevng | 17:10 |
NotKit | to get ofono logs | 17:10 |
rubdos | how do I enter my pin if I do that? :/ | 17:12 |
rubdos | don't get the gui pop-up | 17:12 |
NotKit | maybe it needs to be done only once per startup? | 17:16 |
rubdos | may be | 17:16 |
rubdos | constant stream of RESPONSE_VOICE_NETWORK_STATE_CHANGED | 17:17 |
rubdos | NotKit: I just received a friggin' text | 17:25 |
rubdos | someone tries calling me :P | 17:25 |
rubdos | but doesn't come through | 17:25 |
*** elros <elros!~elros@87-206-58-108.dynamic.chello.pl> has joined #sailfishos-porters | 17:26 | |
elros | sledges: do you have a power to patternise nemo:devel:hw:motorola:moto_msm8960_jbbl? | 17:28 |
rubdos | NotKit: going back to 2.1.0 | 17:30 |
rubdos | :/ | 17:30 |
NotKit | could you please pastebin ofono logs? | 17:31 |
NotKit | (with private data removed) | 17:31 |
rubdos | how much of it? :/ | 17:31 |
*** gexc-tablet <gexc-tablet!~gexc@129.107.80.67> has joined #sailfishos-porters | 17:32 | |
rubdos | and how do I remove private data? | 17:32 |
NotKit | from the beginning to RESPONSE_VOICE_NETWORK_STATE_CHANGE | 17:32 |
NotKit | I mean phone numbers/texts | 17:32 |
rubdos | I feel like pastebin won't like it lol | 17:37 |
rubdos | they don't care; apparently: https://pastebin.com/1fHkuNtU | 17:38 |
rubdos | only 400KB of log :D | 17:38 |
rubdos | NotKit: any last words before I revert? :D | 17:43 |
NotKit | none yet | 17:49 |
NotKit | so it didn't connect to network or connected/disconnected? | 17:49 |
rubdos | it loop { connected then disconnected } | 17:50 |
rubdos | got my connection back on this image, NotKit | 17:52 |
NotKit | on older one? | 17:52 |
rubdos | yes | 17:52 |
rubdos | NotKit: I just disabled my second sim on the older image, and my connection went away | 17:58 |
rubdos | would that be it? :s | 17: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-porters | 18:00 | |
rubdos | should I re-re-retry? :P | 18:00 |
NotKit | so disabling second sim breaks connection, or I read this wrong? | 18:03 |
rubdos | apparentyl it does | 18:16 |
rubdos | I just made a call on the old image | 18:16 |
rubdos | so that was okay | 18:16 |
rubdos | reenabling the second sim restores the connection. Now I'm inclined to try on the new image too :s | 18:17 |
rubdos | I'll try | 18:17 |
rubdos | I don't feel like fixing all the bugs with camera and call screen disappearing on this image :P | 18:18 |
NotKit | you can rename /data/.stowaways/sailfishos to something, install other image, rename it back when you want to go back | 18:19 |
rubdos | ah, I'll remember that next time | 18:19 |
rubdos | it's too late already lol | 18: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 |
rubdos | roger that, thanks :-) | 18:21 |
rubdos | that'll be cheaper on the mind lol | 18:21 |
rubdos | oh, and there is /home/nemo too | 18:22 |
rubdos | *interesting* | 18:22 |
rubdos | I'll get myself aqcuianted with this thing some day :p | 18:22 |
rubdos | third time configuring sfos today, lol. I guess you guys are used to that | 18:37 |
rubdos | NotKit: 4G | 18:40 |
rubdos | called the home phone, it worked | 18:40 |
rubdos | screen didn't flicker off | 18:40 |
rubdos | I'm going to steer away from configuring too much SIM stuff now | 18:40 |
rubdos | thanks for the support dude, greatly appreciated | 18:40 |
rubdos | if you ever think, "oh, this is a cool Moto Mod, would be cool to implement support for SFOS", send me a message *before* buying | 18:41 |
rubdos | :-) | 18:41 |
rubdos | do you take Monero tips btw? | 18:41 |
NotKit | never used Monero actually | 18:46 |
NotKit | well, 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-porters | 18:51 | |
*** Zuccace <Zuccace!~zucca@85-76-3-126-nat.elisa-mobile.fi> has quit IRC (Ping timeout: 250 seconds) | 18:52 | |
rubdos | the kbd? | 18:53 |
rubdos | oh, something else | 18:53 |
rubdos | oh, no it is lol | 18:53 |
rubdos | if you didn't order yet, ping me when it's there | 18:53 |
rubdos | Christmas present. And new years. | 18:53 |
rubdos | NotKit: I'd send you bitcoin, but the fees would be more that I'd be able to give | 18:54 |
NotKit | no need, I ordered it, but thank you anyway :) | 18:56 |
rubdos | ah damn it, I said wait before ordering :P | 18:57 |
rubdos | seems 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-up | 19:07 | |
*** erikas <erikas!4e398403@gateway/web/freenode/ip.78.57.132.3> has joined #sailfishos-porters | 19:12 | |
*** pseudodev <pseudodev!uid205973@gateway/web/irccloud.com/x-lzirhozlnhwnzqts> has joined #sailfishos-porters | 19:12 | |
*** Mikayx <Mikayx!~kvirc@85-76-1-165-nat.elisa-mobile.fi> has joined #sailfishos-porters | 19:13 | |
*** Nokius <Nokius!~Nokius@p5DDB6C7E.dip0.t-ipconnect.de> has joined #sailfishos-porters | 19: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-porters | 19: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-porters | 19: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-porters | 19:50 | |
*** _jester_ <_jester_!~Thunderbi@103.55.71.188> has joined #sailfishos-porters | 20:11 | |
rubdos | Camera failing again, NotKit, lol | 20:17 |
rubdos | I get a not responding thingi now | 20:18 |
rubdos | and the whole thing stays black instead of only the viewfinder | 20:18 |
rubdos | same 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-porters | 20: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-porters | 20: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-porters | 21: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 | |
MeowDude | HMM | 21:50 |
*** krnlyng_ <krnlyng_!~frajo@clnet-p14-024.ikbnet.co.at> has joined #sailfishos-porters | 22: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-porters | 22:10 | |
*** filip <filip!~filip@89-212-206-178.dynamic.t-2.net> has quit IRC (Ping timeout: 240 seconds) | 22:22 | |
MeowDude | well I guess I am not going to be developing for grouper until at lleast January 3rd | 22:30 |
MeowDude | I was running event0 when it fell off of my desk, cracking the screen, and now touchscreen is broken | 22:31 |
MeowDude | *sigh* on to manta then | 22:31 |
ghosalmartin | ouchh | 22:31 |
MeowDude | yeah, 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 build | 22:35 |
MeowDude | Fuck australian shipping | 22:35 |
MeowDude | I miss being able to get something in 2 days maximum in the US | 22:35 |
guhl | don't know about the grouper but changing only the lcd (not preassembled with the bezel) was quite painful | 22: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-porters | 22: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 | |
MeowDude | guhl: well you gotta do what you gotta do | 23:05 |
MeowDude | fuck man I forgot I am on a VPN, so my only option is to wait for chinese shipping. FUCK | 23:06 |
*** phlixi <phlixi!~phlixi@ppp-46-244-201-182.dynamic.mnet-online.de> has joined #sailfishos-porters | 23: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-porters | 23:25 | |
*** gexc-tablet <gexc-tablet!~gexc@172.4.29.163> has joined #sailfishos-porters | 23:36 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!