*** MickeyVirus <MickeyVirus!~karan@117.222.11.7> has joined #sailfishos-porters | 00:03 | |
yangm | aaand, after some time on, SystemUI crashes and keeps on restarting | 00:11 |
---|---|---|
yangm | https://youtu.be/ZEG3dHFoavk like this | 00:27 |
*** MickeyVirus <MickeyVirus!~karan@117.222.11.7> has quit IRC (Quit: MickeyVirus) | 00:29 | |
*** MickeyVirus <MickeyVirus!~karan@117.222.11.7> has joined #sailfishos-porters | 00:29 | |
*** yangm <yangm!~yangm@187.180.214.87> has quit IRC (Quit: Textual IRC Client: www.textualapp.com) | 00:53 | |
*** krnlyng <krnlyng!~liar@83.175.90.24> has quit IRC (Ping timeout: 240 seconds) | 01:26 | |
*** exadeci <exadeci!uid35778@gateway/web/irccloud.com/x-hkgvlaqaiwidxxey> has quit IRC (Quit: Connection closed for inactivity) | 01:32 | |
*** xkr47 <xkr47!xkr47@2001:14b8:141:5926:5358:9793:2384:6264> has quit IRC (Ping timeout: 272 seconds) | 01:50 | |
*** xkr47 <xkr47!xkr47@2001:14b8:141:5926:5358:9793:2384:6264> has joined #sailfishos-porters | 01:57 | |
*** Nokius__ <Nokius__!~Nokius@p5DDB5BDC.dip0.t-ipconnect.de> has joined #sailfishos-porters | 02:30 | |
*** Nokius_ <Nokius_!~Nokius@p5DDB6B15.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 265 seconds) | 02:32 | |
*** alin <alin!~alin@opensuse/member/ealin> has quit IRC (Quit: Konversation terminated!) | 02:35 | |
*** MickeyVirus <MickeyVirus!~karan@117.222.11.7> has quit IRC (Read error: No route to host) | 02:56 | |
*** MickeyVirus <MickeyVirus!~karan@117.222.11.7> has joined #sailfishos-porters | 02:57 | |
*** MickeyVirus <MickeyVirus!~karan@117.222.11.7> has quit IRC (Ping timeout: 246 seconds) | 03:10 | |
*** Umeaboy <Umeaboy!~Umeaboy@c-94-255-156-119.cust.bredband2.com> has quit IRC (Quit: Leaving) | 03:28 | |
*** MickeyVirus <MickeyVirus!~karan@1.187.137.160> has joined #sailfishos-porters | 03:30 | |
*** MickeyVirus <MickeyVirus!~karan@1.187.137.160> has quit IRC (Ping timeout: 265 seconds) | 03:36 | |
*** Tassadar|nym <Tassadar|nym!~tassadar@12.151.67.253> has joined #sailfishos-porters | 03:36 | |
*** Tassadar|nym <Tassadar|nym!~tassadar@12.151.67.253> has quit IRC (Client Quit) | 03:41 | |
*** Tassadar|nym <Tassadar|nym!~tassadar@12.151.67.253> has joined #sailfishos-porters | 03:41 | |
*** krnlyng <krnlyng!~liar@83.175.90.24> has joined #sailfishos-porters | 04:18 | |
*** Tassadar|nym <Tassadar|nym!~tassadar@12.151.67.253> has quit IRC (Quit: Segmentation fault) | 04:22 | |
*** vtsingaras <vtsingaras!~vtsingara@ppp141237036247.access.hol.gr> has joined #sailfishos-porters | 04:49 | |
vtsingaras | hello | 04:49 |
vtsingaras | So I'm building SFOS for JFLTE (Galaxy S4) and although I specified the udevless device names in the mountpoint fixup script, I still see the wrong partition trying to get mounted on init.log | 04:50 |
*** VDVsx <VDVsx!~VDVsx@dsl-hkibrasgw1-58c019-114.dhcp.inet.fi> has quit IRC (Ping timeout: 272 seconds) | 05:00 | |
*** olafh_ <olafh_!~olafh@p4FF49814.dip0.t-ipconnect.de> has joined #sailfishos-porters | 05:04 | |
vtsingaras | also running ls -l, ps -wlT and many others result in SEGFAULTS | 05:05 |
vtsingaras | the funny thing is I also see in diagnostics.log that I haven't enable IKCONFIG_* stuff, which I have | 05:05 |
vtsingaras | any ideas? | 05:05 |
Stskeeps | ls -l and ps -wlT segfaulting isn't abnormal | 05:06 |
vtsingaras | ahh good to know. Any pointers as to why the init script still tries to use the /dev/block/platform/....by-name pattern for /data while I have this in fixup_mountpoints? | 05:08 |
vtsingaras | "jflte") | 05:09 |
vtsingaras | sed -i \ | 05:09 |
vtsingaras | -e 's block/platform/msm_sdcc.1/by-name/boot mmcblk0p20 ' \ | 05:09 |
vtsingaras | -e 's block/platform/msm_sdcc.1/by-name/userdata mmcblk0p29 ' \ | 05:09 |
vtsingaras | "$@" | 05:09 |
vtsingaras | ;; | 05:09 |
Stskeeps | isn't it a setting in hybris-boot or how was it | 05:10 |
vtsingaras | yes that's the relevant file | 05:11 |
vtsingaras | hybris/hybris-boot/fixup-mountpoints and inside I have the preceding contents | 05:11 |
Stskeeps | hmm | 05:12 |
Stskeeps | check the init script itself | 05:12 |
vtsingaras | I have, it does mount "$DATA_PARTITION /data" | 05:13 |
vtsingaras | "mount $DATA_PARTITION /data" | 05:13 |
Stskeeps | and DATA_PARTITION in the top of it? | 05:13 |
vtsingaras | DATA_PARTITION=/dev/platform/msm_sdcc.1/by-name/userdata | 05:13 |
vtsingaras | yes, wrong variable | 05:13 |
Stskeeps | hmm | 05:14 |
Stskeeps | perhaps needs clean and make again? | 05:14 |
vtsingaras | the kernel image? | 05:15 |
vtsingaras | trie dthat | 05:15 |
Stskeeps | no, the hybris-boot.img thingie :) | 05:15 |
Stskeeps | something isn't matching at least | 05:15 |
vtsingaras | yes that's hybris-hal which is the kernel. Im gonna do another build and check the resulting initrd | 05:16 |
vtsingaras | ok now the resuling initrd has the proper partition | 05:18 |
vtsingaras | I'm officialy stumped | 05:18 |
vtsingaras | don't know how it fixed itself | 05:19 |
Stskeeps | the standard IT answer 'have you tried turning it off and on'.. | 05:19 |
Stskeeps | :P | 05:19 |
vtsingaras | yeah, I actually follow this line in my work :P | 05:20 |
vtsingaras | (Tier 2 sysadmin) | 05:20 |
Stskeeps | nod | 05:21 |
vtsingaras | waiting for new rootfs, hopefully it boots to multi-user :) | 05:22 |
vtsingaras | (very wishfull thinking) | 05:22 |
vtsingaras | during mic build I get su errors, is it normal? | 05:24 |
*** VDVsx <VDVsx!~VDVsx@2001:2060:53:beef:3d12:eac7:a335:54c1> has joined #sailfishos-porters | 05:27 | |
*** dhbiker <dhbiker!~dhbiker@BNG-212-67-224-dsl.simobil.net> has joined #sailfishos-porters | 05:31 | |
*** piggz <piggz!~piggz@host-80-43-93-242.as13285.net> has joined #sailfishos-porters | 05:35 | |
vtsingaras | in the intermediate init script its fixed but the resulting file still has wrong data_partition | 05:35 |
*** piggz <piggz!~piggz@host-80-43-93-242.as13285.net> has quit IRC (Client Quit) | 05:36 | |
*** piggz <piggz!~piggz@host-80-43-93-242.as13285.net> has joined #sailfishos-porters | 05:37 | |
*** piggz <piggz!~piggz@host-80-43-93-242.as13285.net> has quit IRC (Ping timeout: 272 seconds) | 05:43 | |
*** GodGinrai <GodGinrai!~godginrai@unaffiliated/godginrai> has quit IRC (Quit: leaving) | 06:00 | |
carepack_ | morning | 06:09 |
vtsingaras | morning | 06:11 |
Stskeeps | vtsingaras: maybe you need to make new resulting rpms | 06:13 |
Stskeeps | and update repository? | 06:13 |
*** mvmsaikrishna_ <mvmsaikrishna_!~mvmsaikri@117.200.5.51> has joined #sailfishos-porters | 06:23 | |
*** mvmsaikrishna <mvmsaikrishna!~mvmsaikri@117.202.57.252> has quit IRC (Ping timeout: 272 seconds) | 06:25 | |
*** mvmsaikrishna_ is now known as mvmsaikrishna | 06:25 | |
vtsingaras | but thats the ramdisk.... :/ | 06:29 |
vtsingaras | will do though | 06:30 |
*** vtsingaras <vtsingaras!~vtsingara@ppp141237036247.access.hol.gr> has quit IRC (Ping timeout: 272 seconds) | 06:42 | |
*** electrolux <electrolux!~Adium@62-78-217-43.bb.dnainternet.fi> has joined #sailfishos-porters | 06:53 | |
*** xkr47 <xkr47!xkr47@2001:14b8:141:5926:5358:9793:2384:6264> has quit IRC (Ping timeout: 276 seconds) | 07:04 | |
*** xkr47 <xkr47!xkr47@2001:14b8:141:5926:5358:9793:2384:6264> has joined #sailfishos-porters | 07:16 | |
*** harha <harha!~harha@77.41.149.22> has quit IRC (Quit: Leaving.) | 07:41 | |
sledges | morning | 07:45 |
sledges | ah he left | 07:45 |
sledges | vtsingaras: try without 'block': -e 's platform/msm_sdcc.1/by-name/userdata mmcblk0p29 ' \ | 07:45 |
sledges | (i assume they were 'he', because Greek male names end in 'as', just like Lithuanian ones:)) | 07:47 |
sledges | FRYDAY! | 07:47 |
sledges | alin: since in-browser video works, we can ship rebecca youtube as default homepage on browser :D | 07:47 |
sledges | for the next release | 07:48 |
vgrade | nooooooooo | 07:50 |
locusf | hahhaha | 07:50 |
*** zGrr <zGrr!~grr@185.13.106.87> has joined #sailfishos-porters | 07:51 | |
sledges | :D | 07:51 |
*** ikozzz <ikozzz!~ikozzz@dynamic-vpdn-46-53-164-35.telecom.by> has joined #sailfishos-porters | 07:51 | |
zGrr | moin :) | 07:52 |
klopsi-u3 | huhu | 07:52 |
ikozzz | o/ | 07:52 |
*** electrolux <electrolux!~Adium@62-78-217-43.bb.dnainternet.fi> has quit IRC (Quit: Leaving.) | 07:53 | |
*** SfietKonstantin <SfietKonstantin!~sk@123.117.38.180> has joined #sailfishos-porters | 07:53 | |
* vgrade wonders what intels motivation is to include mali gpu in low end x3 atoms | 07:53 | |
Stskeeps | cheaper BOMs maybe? | 07:55 |
vgrade | Stskeeps: so intel gpu's must cost more in external licensing | 07:57 |
Stskeeps | maybe | 07:57 |
vgrade | can't be cheaper to produce | 07:57 |
Stskeeps | it may be that there's more mali's in field == lower bom | 07:58 |
vgrade | or maybe its a way to hit a price point without lowering there own gpus | 07:59 |
Stskeeps | nod | 07:59 |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@123.117.38.180> has joined #sailfishos-porters | 08:06 | |
*** SfietKonstantin <SfietKonstantin!~sk@123.117.38.180> has quit IRC (Remote host closed the connection) | 08:06 | |
*** blueslee <blueslee!~sailfish@ip-109-90-72-114.hsi11.unitymediagroup.de> has joined #sailfishos-porters | 08:12 | |
blueslee | morning | 08:12 |
vgrade | blueslee: morn | 08:13 |
blueslee | goof work on the video/audio codec support | 08:13 |
blueslee | sledges: interesting that i did not encounter random crashs on the lookscreen | 08:15 |
blueslee | sledges: it might be related to: hearing music with earplugs or with an optimization parameter for cpu scheduling i usually set after reboot | 08:16 |
blueslee | sledges: did you activated updates for jolla store as i did get twobof them in the last days? | 08:17 |
blueslee | vgrade: you are working on the oneplus port too right? | 08:18 |
vgrade | blueslee: yes, but not much activity in last couple of weeks | 08:20 |
blueslee | vgrade: the initial progress was very promising, the one+ is one of the best devices out there (specs plus community) | 08:22 |
*** harha <harha!~harha@217.69.216.110> has joined #sailfishos-porters | 08:24 | |
*** tanty_off <tanty_off!~agomez@fanzine.igalia.com> has quit IRC (Ping timeout: 244 seconds) | 08:27 | |
*** blueslee <blueslee!~sailfish@ip-109-90-72-114.hsi11.unitymediagroup.de> has quit IRC (Quit: IRC for Sailfish 0.9) | 08:30 | |
*** tanty <tanty!~agomez@fanzine.igalia.com> has joined #sailfishos-porters | 08:33 | |
*** electrolux <electrolux!~Adium@62-78-217-43.bb.dnainternet.fi> has joined #sailfishos-porters | 08:34 | |
*** spiiroin__ is now known as spiiroin | 08:46 | |
*** filippz <filippz!~filippz@93-143-158-222.adsl.net.t-com.hr> has joined #sailfishos-porters | 08:52 | |
stephg_ | ringyningles | 08:55 |
*** electrolux <electrolux!~Adium@62-78-217-43.bb.dnainternet.fi> has quit IRC (Quit: Leaving.) | 09:03 | |
*** filippz <filippz!~filippz@93-143-158-222.adsl.net.t-com.hr> has quit IRC (Remote host closed the connection) | 09:06 | |
*** cxl000 <cxl000!~cxl000@c27-253-5-120.brodm4.vic.optusnet.com.au> has joined #sailfishos-porters | 09:08 | |
*** filippz <filippz!~filippz@93-143-158-222.adsl.net.t-com.hr> has joined #sailfishos-porters | 09:13 | |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@123.117.38.180> has quit IRC (Ping timeout: 276 seconds) | 09:25 | |
lbt | sledges: I saw your msg about inc includes but forgot to ask what you meant ? | 09:29 |
lbt | is it that recursive inc thing ? | 09:29 |
lbt | in repo service ? | 09:29 |
sledges | lbt: it doesn't include .inc in .spec, not even first level | 09:30 |
sledges | lbt: recursion is not needed | 09:30 |
* lbt is confused ? | 09:30 | |
sledges | https://build.merproject.org/package/show/nemo:devel:hw:lge:hammerhead/droid-config-hammerhead | 09:30 |
sledges | .inc has never been enabled on Mer OBS | 09:30 |
lbt | ah - that's not repo service | 09:31 |
lbt | it's tar_git | 09:31 |
sledges | correct | 09:31 |
sledges | it's not repo | 09:31 |
sledges | :) | 09:31 |
sledges | service | 09:31 |
lbt | that's islam's | 09:31 |
* sledges is getting into the terms :) | 09:31 | |
sledges | ok, will ping him on mer | 09:31 |
* lbt wonders if there's a newer version somewhere | 09:31 | |
lbt | No update candidate for 'obs-service-tar-git-0.2.1-104.1.noarch'. The highest available version is already installed. | 09:33 |
lbt | it may need an update on Mer OBS though | 09:33 |
sledges | Mer OBS is already high version:) | 09:33 |
*** filippz <filippz!~filippz@93-143-158-222.adsl.net.t-com.hr> has quit IRC (Ping timeout: 272 seconds) | 09:35 | |
*** filippz <filippz!~filippz@93-143-158-222.adsl.net.t-com.hr> has joined #sailfishos-porters | 09:35 | |
sledges | blueslee, thanks for spotting! Jolla Store has been fixed! \o/ | 09:36 |
sledges | those amazing things that happening behind the scenes :) | 09:36 |
sledges | now I see all latest apps, and essential apps are also visible | 09:36 |
sledges | cc carepack_ ^ | 09:36 |
sledges | https://bugs.nemomobile.org/show_bug.cgi?id=821 | 09:37 |
merbot | Nemo bug 821 in Hybris-ing "[hammerhead][alpha11][backup] playlist icon too small" [Trivial,New] | 09:37 |
sledges | darn | 09:37 |
sledges | https://bugs.nemomobile.org/show_bug.cgi?id=822 | 09:37 |
merbot | Nemo bug 822 in Hybris-ing "[hammerhead][mako] Jolla Store is not fully functional" [Critical,Resolved: fixed] | 09:37 |
sledges | :P | 09:37 |
* sledges goes to thank a responsible sailor internally :) | 09:37 | |
stephg_ | thank them on the outside! | 09:38 |
sledges | they are not on freenode ;) | 09:40 |
stephg_ | thank them all over then ;) | 09:41 |
* sledges thanks all over the place | 09:41 | |
* sledges is glad all over https://www.youtube.com/watch?v=aDSepEeMgPg | 09:42 | |
stephg_ | I hope to have a couple of hours this afternoon to look at the m7 but a general question about mountpoints | 09:44 |
MSameer | dr_gogeta86: fixing the AAC file you have issues with will take time. I need to add AAC ADTS support to gst-droid. I started to do some changes already but we are not there yet | 09:45 |
stephg_ | I have found my /boot and my userdata so that's all fine, but when I look at fixup mountpoints I see other HA's have other mounts defined | 09:45 |
stephg_ | I wonder if I need to create some of other ones? | 09:45 |
sledges | stephg_: nope, user and data should suffice, others are needed post early telnet and will be extracted automagically into .mount units | 09:49 |
stephg_ | sledges cool ok not that then | 09:50 |
sledges | that? ;) | 09:52 |
sledges | what's that:) | 09:52 |
sledges | carepack_: jolla store in mako still shows old apps only, but essential apps from jolla is already filled in | 09:53 |
stephg_ | sledges my lipstick doesn't start, but doesn't segfault either | 09:53 |
stephg_ | or rather it starts, but does nothing | 09:53 |
sledges | well | 09:53 |
*** erikys <erikys!~androirc@md-188-69-196-54.omni.lt> has joined #sailfishos-porters | 09:53 | |
sledges | can you touch blind? | 09:53 |
sledges | ;) | 09:53 |
stephg_ | hehe what's the firs tthing that comes up tho the language dialogue? | 09:55 |
stephg_ | user interfaces are overrated anyway ;) | 09:55 |
sledges | stephg_: that's not from lipstick | 09:55 |
sledges | if you kill suw | 09:55 |
sledges | and start lipstick | 09:55 |
sledges | if it runs, you should be able to swipe down to hear pulleys | 09:55 |
sledges | or at least vibra | 09:56 |
sledges | a good check that it's up | 09:56 |
stephg_ | suw? I have no process called taht | 09:56 |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@123.117.38.180> has joined #sailfishos-porters | 09:56 | |
sledges | ps aux | grep wizard | 10:00 |
stephg_ | nope, it's clearly not even got that far | 10:01 |
*** gogeta <gogeta!~gogeta@2.228.32.65> has joined #sailfishos-porters | 10:07 | |
*** gogeta <gogeta!~gogeta@2.228.32.65> has quit IRC (Remote host closed the connection) | 10:08 | |
dr_gogeta86 | MSameer, I'm glad to help ... | 10:08 |
*** mvmsaikrishna <mvmsaikrishna!~mvmsaikri@117.200.5.51> has left #sailfishos-porters | 10:15 | |
*** blueslee <blueslee!~sailfish@ip-109-90-72-114.hsi11.unitymediagroup.de> has joined #sailfishos-porters | 10:19 | |
blueslee | sledges: hi, i see essential apps now and some single updated but the category 'new' did not changed for months for me:-) | 10:21 |
sledges | blueslee: new apps now show foursail, and fidonet | 10:21 |
sledges | on nexus5 here | 10:21 |
sledges | they are of this week | 10:21 |
*** blueslee <blueslee!~sailfish@ip-109-90-72-114.hsi11.unitymediagroup.de> has quit IRC (Ping timeout: 258 seconds) | 10:25 | |
*** Tassadar|nym <Tassadar|nym!~tassadar@12.151.67.253> has joined #sailfishos-porters | 10:32 | |
*** exadeci <exadeci!uid35778@gateway/web/irccloud.com/x-xajarbgacirvdmpa> has joined #sailfishos-porters | 10:33 | |
stephg_ | sledges: fwiw: http://pastie.org/10190177 | 10:33 |
stephg_ | never had an operation not permissed with the test progs in the FAQ | 10:33 |
sledges | stephg_: launch lipstick via cmdline | 10:34 |
stephg_ | oh but that's EGL_PLATFORM=wayland... | 10:34 |
sledges | that's not cool | 10:34 |
Ford_Prefect | ooc, is there a port for falcon (Moto G)? | 10:35 |
*** iTune <iTune!~PhompAng@161.246.132.233> has joined #sailfishos-porters | 10:38 | |
stephg_ | ok lipstick does what the test progs do:- starts, does its stuff, gets into the nanosleep loop waiting for something and then not exiting with a ctrl-C even though it says it does | 10:38 |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@123.117.38.180> has quit IRC (Ping timeout: 256 seconds) | 10:39 | |
sledges | stephg_: launch lipstick from cmdline and fiddle with env vars | 10:39 |
sledges | Ford_Prefect: vgrade had genesis of that, if you want to take over | 10:40 |
Ford_Prefect | sledges: good to know, will ping if I get to it | 10:40 |
stephg_ | sledges I had, EGL_PLATFORM=wayland and it segfaults, EGL_PLATFORM=hwcomposer and it does that hanging thing, what other envvars to try? | 10:41 |
sledges | stephg_: =fbdev | 10:41 |
stephg_ | (I'm doing all this as root btw) | 10:41 |
*** blueslee <blueslee!~sailfish@ip-109-90-72-114.hsi11.unitymediagroup.de> has joined #sailfishos-porters | 10:41 | |
sledges | stephg_: test_hwcomposer | 10:41 |
blueslee | sledges: you did some command line magic for the new apps? | 10:42 |
blueslee | sledges: epassi is the latest one since some weeks/months | 10:43 |
sledges | blueslee: thanks for re-testing | 10:48 |
sledges | you're right | 10:48 |
sledges | i get latest apps only because i'm using my jolla account | 10:49 |
sledges | which has special powers :D | 10:49 |
sledges | i signed in with another account, and epassi it the latest | 10:49 |
*** blueslee <blueslee!~sailfish@ip-109-90-72-114.hsi11.unitymediagroup.de> has quit IRC (Ping timeout: 258 seconds) | 10:50 | |
sledges | blueslee: so the only improvements are: app updates, and 'essential apps from jolla' view | 10:50 |
sledges | i'll adjust the bug | 10:51 |
*** blueslee <blueslee!~sailfish@ip-109-90-72-114.hsi11.unitymediagroup.de> has joined #sailfishos-porters | 10:53 | |
*** harha <harha!~harha@217.69.216.110> has quit IRC (Quit: Leaving.) | 10:56 | |
stephg_ | sledges: heres the strace for test_hwcomposer, I've also done the recompilation steps for the QCOM_BSP stuff and it still does this https://paste.kde.org/paajse8kb | 10:57 |
stephg_ | so I'm kinda wondering where to go next | 10:57 |
*** blueslee <blueslee!~sailfish@ip-109-90-72-114.hsi11.unitymediagroup.de> has quit IRC (Ping timeout: 258 seconds) | 10:58 | |
sledges | stephg_: getprop | 10:58 |
sledges | stephg_: is /system mouted ? | 10:58 |
stephg_ | sledges: http://pastie.org/10190216 and yeah it is | 10:59 |
*** nh1402 <nh1402!021ef934@gateway/web/cgi-irc/kiwiirc.com/ip.2.30.249.52> has joined #sailfishos-porters | 11:00 | |
sledges | stephg_: ls -l /dev/socket/property_service | 11:02 |
stephg_ | srw-rw-rw- 1 root root | 11:02 |
*** stephg_ is now known as stephg | 11:04 | |
*** iTune <iTune!~PhompAng@161.246.132.233> has quit IRC (Ping timeout: 255 seconds) | 11:08 | |
carepack_ | jolla store fixed. great news!!! | 11:09 |
sledges | carepack_: only essential apps | 11:09 |
sledges | and updates (check for updates for you, out of interest) | 11:09 |
sledges | but progress:) | 11:09 |
*** zGrr <zGrr!~grr@185.13.106.87> has quit IRC (Remote host closed the connection) | 11:15 | |
*** erikys <erikys!~androirc@md-188-69-196-54.omni.lt> has quit IRC (Ping timeout: 240 seconds) | 11:20 | |
*** blueslee <blueslee!~sailfish@ip-109-90-72-114.hsi11.unitymediagroup.de> has joined #sailfishos-porters | 11:26 | |
*** blueslee <blueslee!~sailfish@ip-109-90-72-114.hsi11.unitymediagroup.de> has quit IRC (Client Quit) | 11:26 | |
*** Tassadar|nym <Tassadar|nym!~tassadar@12.151.67.253> has quit IRC (Quit: Segmentation fault) | 11:42 | |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@123.117.38.180> has joined #sailfishos-porters | 11:46 | |
*** mispp_ <mispp_!~mispp@91-115-174-196.adsl.highway.telekom.at> has joined #sailfishos-porters | 12:00 | |
*** mispp <mispp!~mispp@193-81-144-204.adsl.highway.telekom.at> has quit IRC (Ping timeout: 250 seconds) | 12:04 | |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@123.117.38.180> has quit IRC (Ping timeout: 265 seconds) | 12:09 | |
*** Aoyagi_trashtop <Aoyagi_trashtop!~Aoyagi@unaffiliated/aoyagi> has quit IRC (Quit: qat) | 12:10 | |
*** Aoyagi_trashtop <Aoyagi_trashtop!~Aoyagi@unaffiliated/aoyagi> has joined #sailfishos-porters | 12:12 | |
*** VDVsx <VDVsx!~VDVsx@2001:2060:53:beef:3d12:eac7:a335:54c1> has quit IRC (Remote host closed the connection) | 12:23 | |
*** filippz <filippz!~filippz@93-143-158-222.adsl.net.t-com.hr> has quit IRC (Remote host closed the connection) | 12:24 | |
*** VDVsx <VDVsx!~VDVsx@2001:2060:53:beef:3d12:eac7:a335:54c1> has joined #sailfishos-porters | 12:25 | |
*** VDVsx <VDVsx!~VDVsx@2001:2060:53:beef:25fe:a788:bdc1:c078> has joined #sailfishos-porters | 12:30 | |
*** vtsingaras <vtsingaras!~vtsingara@ppp141237036247.access.hol.gr> has joined #sailfishos-porters | 12:51 | |
vtsingaras | good afternoon people | 12:52 |
vtsingaras | so after rebuilding kernel and all RPMs it can mount /data and mount sailfishos on / just fine with the following log (http://pastebin.com/a7jgZfpP) | 12:54 |
vtsingaras | however it soon reboots afterwards | 12:54 |
vtsingaras | where can I find logs? Is this a known watchdog problem perhaps? | 12:55 |
vtsingaras | (the above init.log was captured by telnet'ing to port 2323 just before it reboots) | 12:56 |
mal- | how soon it reboots? | 12:57 |
mal- | vtsingaras: there are some possibilities that can cause reboots, here on after line 57 are some of those http://piratepad.net/hadk-faq | 12:58 |
vtsingaras | a few seconds after setting up telnetd on 2323 | 13:02 |
mal- | vtsingaras: which device? | 13:02 |
vtsingaras | jflte | 13:02 |
vtsingaras | yeah my bad it probably applies to jflte too since I'm using CM11 | 13:03 |
vtsingaras | will try with it too. It would be nice if I din't have to go through the entire build process again and build just the kernel :P | 13:04 |
mal- | kernel is enough | 13:04 |
*** zGrr <zGrr!~grr@185.13.106.67> has joined #sailfishos-porters | 13:05 | |
vtsingaras | yeah but for some stupid reason I cant figure out it's not using the new image and have to build the rpms again to pick up my changes | 13:05 |
mal- | vtsingaras: you can manually flash the new kernel | 13:05 |
mal- | without flashing the whole sailfish image | 13:06 |
mal- | how to do that depends on your device | 13:06 |
mal- | vtsingaras: run "touch /init_enter_debug2" in 2323 telnet and reboot | 13:06 |
*** GodGinrai <GodGinrai!~godginrai@unaffiliated/godginrai> has joined #sailfishos-porters | 13:07 | |
*** MickeyVirus <MickeyVirus!~karan@117.222.15.236> has joined #sailfishos-porters | 13:07 | |
vtsingaras | can I just do that from recovery inside /data/.stowaways/sailfishos ? | 13:07 |
mal- | does not matter where, as long as you'll end up with file named init_enter_debug2 in sailfish root | 13:08 |
mal- | vtsingaras: that should halt the boot process so you can debug more, but if it still reboots then we at least know more | 13:08 |
*** VDVsx <VDVsx!~VDVsx@2001:2060:53:beef:25fe:a788:bdc1:c078> has quit IRC (Ping timeout: 265 seconds) | 13:09 | |
vtsingaras | if its selinux related will it still reboot while halted? | 13:09 |
mal- | not sure actually, I never had problems with selinux | 13:10 |
mal- | could be | 13:10 |
sledges | droid-hal-init causes reboot | 13:10 |
sledges | since you halt before systemd kicks in, dhi won't yet be started | 13:11 |
vtsingaras | still rebooted | 13:11 |
sledges | vtsingaras: touch /init_enter_debug | 13:12 |
sledges | two have two halts | 13:12 |
sledges | is /diagnostics.log ok during first telnet? | 13:12 |
vtsingaras | building with selinux bootparam atm | 13:12 |
vtsingaras | will check | 13:12 |
vtsingaras | it didn't wait, it went straight to telnet 2323 stage | 13:15 |
*** MickeyVirus <MickeyVirus!~karan@117.222.15.236> has quit IRC (Ping timeout: 245 seconds) | 13:16 | |
mal- | vtsingaras: can you check if /system is mounted in 2323 | 13:19 |
vtsingaras | i just built new kernel with selinux=0 will flash and test both | 13:19 |
mal- | ok | 13:19 |
vtsingaras | I soo want SFOS on my device..... :/ | 13:20 |
vtsingaras | will /system be mounted under /system ? | 13:21 |
mal- | yes, just look if /system is present and has some content | 13:22 |
vtsingaras | (I mean /dev/block/....../by-name/system under /system) | 13:22 |
*** phdeswer <phdeswer!~phdeswer@mobile-access-5d6a47-113.dhcp.inet.fi> has quit IRC (Read error: Connection reset by peer) | 13:22 | |
vtsingaras | ok | 13:22 |
*** phdeswer <phdeswer!~phdeswer@mobile-access-5d6a47-113.dhcp.inet.fi> has joined #sailfishos-porters | 13:25 | |
vtsingaras | hmm /system is missing | 13:25 |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@123.117.38.180> has joined #sailfishos-porters | 13:25 | |
mal- | just looked at the device repos for your device and saw that to get display working you'll need some modifications, but that can wait till you fix the reboot issue | 13:25 |
vtsingaras | yeah :P | 13:26 |
vtsingaras | do I need to include all partitions for my device in fixup_mountpoints? | 13:26 |
vtsingaras | HADK only mentioned /data and /boot | 13:27 |
mal- | if you have system then it could be useful also, just look what partitions others have added | 13:28 |
*** yangm <yangm!~yangm@187.180.214.87> has joined #sailfishos-porters | 13:29 | |
mal- | for comparison, it depends a lot on the device what you have | 13:29 |
yangm | nh1402, ping | 13:29 |
vtsingaras | but would that introduce a problem with rebooting? does it need /system before systemd? | 13:30 |
mal- | systemd runs droid-hal-init which needs /system | 13:32 |
vtsingaras | aha so that must be it then | 13:33 |
mal- | but if you have /init_enter_debug2 it should not go that far into boot process | 13:34 |
vtsingaras | when editing hybris-boot fixup_mountpoints do I need to also edit any RPMs?? I would assume no but I'm not sure. I mean can I just flash the resulting kernel? | 13:34 |
mal- | you will actually need to do it because the /system mounting is done by systemd if I remember correctly | 13:35 |
vtsingaras | aww :( :P | 13:35 |
vtsingaras | thanks, will get back to you | 13:35 |
mal- | vtsingaras: did you flash hybrid-boot or hybris-recovery? | 13:36 |
mal- | kernel I mean | 13:36 |
vtsingaras | hybris-boot | 13:36 |
mal- | please try hybris-recovery, it at least has the first halt by default | 13:37 |
*** maikoool_away is now known as maikoool | 13:39 | |
vtsingaras | ok, rebuilding rootfs with new droidhal and will test | 13:39 |
mal- | you can also manually fix the system mountpoint into systemd files if you want to | 13:40 |
mal- | so you don't need to rebuild everything for testing | 13:40 |
*** VDVsx <VDVsx!~VDVsx@dsl-hkibrasgw1-58c019-114.dhcp.inet.fi> has joined #sailfishos-porters | 13:41 | |
mal- | vtsingaras: but that requires that you can access the sailfish root on the phone somehow | 13:41 |
sledges | flashing hybris-recovery is equivalent to touch /init_enter_debug | 13:43 |
sledges | only userdata and boot are needed in fixup-mountpoints | 13:43 |
sledges | other points like /system are autogenerated by RPMs, and placed as .mount units for systemd | 13:43 |
mal- | but it fails to mount /system somehow | 13:44 |
sledges | so it's not visible in 2323 until systemd starts | 13:44 |
sledges | as mal- pointed out | 13:44 |
sledges | *it's not mounted yet | 13:44 |
mal- | ah, ok | 13:45 |
mal- | but I would assume that is some of the first ones to be done? | 13:45 |
mal- | or maybe not | 13:45 |
sledges | local-fs | 13:45 |
sledges | this .target should have all mounts done | 13:45 |
sledges | then come the rest of .services | 13:45 |
sledges | (e.g. droid-hal-init depends on local-fs.target) | 13:45 |
vtsingaras | so I shoudl edit the local-fs unit and see if anything is wrong? | 13:46 |
sledges | on init_enter_debug2 it's adviseable to mount /system by hand and execut droid-hal-init by hand | 13:46 |
sledges | to tap into any problems | 13:46 |
vtsingaras | init_enter_debug2 didn't work | 13:46 |
mal- | sledges: vtsingaras says that even with init_enter_debug2 it reboots | 13:46 |
vtsingaras | don't know why | 13:46 |
sledges | mean's the problem is elsewhere | 13:47 |
sledges | as not even droid-hal-init has started yet | 13:47 |
sledges | vtsingaras: flash hybris-recovery (with selinux for better measure), and get halted in first telnet | 13:48 |
vtsingaras | ok | 13:48 |
sledges | if your telnet skips straight to 2323, means the first one cannot create network interface | 13:48 |
sledges | you should read the correct name of your if off cwm/twrp recovery with ifconfig | 13:48 |
sledges | as it seemingly differs from 2323 environment (just like mountpoints differ) - all thanks to udev i guess | 13:48 |
vtsingaras | I could connect to 23 telnet previously (had stupid mountpoint errors so it it couldn't continue) | 13:52 |
sledges | and now not anymore? | 13:52 |
vtsingaras | plus I see the notification for link up | 13:52 |
vtsingaras | now it goes to 2323 | 13:52 |
vtsingaras | and then reboots | 13:52 |
nh1402 | yangm: So it looks like touch input is still being read by Sailfish when in CM. I'm going to use the unmodified init.rc file, stop lipstick and mce, start ueventd, media, netd, zygote, windowmanager, inputmanager etc. manually and see if that does it. I think I tried something similar before but it wouldn't boot. | 13:57 |
yangm | you tried doing a startup script instead of a modified init.rc, right? | 13:58 |
*** phdeswer <phdeswer!~phdeswer@mobile-access-5d6a47-113.dhcp.inet.fi> has quit IRC (Ping timeout: 272 seconds) | 14:00 | |
sledges | vtsingaras: in recovery, pls do ls -l /data/.stowaways/sailfishos | 14:00 |
nh1402 | I didn't, I just ran the commands in the terminal | 14:00 |
nh1402 | brb lunch | 14:00 |
vtsingaras | will do, currently flashing build with system and selinux fixes | 14:01 |
*** MickeyVirus <MickeyVirus!~karan@117.222.8.76> has joined #sailfishos-porters | 14:01 | |
vtsingaras | will tackle this again tomorrow, thanks for all the help sledges and mal | 14:06 |
*** yangm <yangm!~yangm@187.180.214.87> has quit IRC (Read error: Connection reset by peer) | 14:06 | |
*** yangm <yangm!~yangm@187.180.214.87> has joined #sailfishos-porters | 14:07 | |
vtsingaras | (have to talk to our HSM vendor..... ^_^) | 14:07 |
*** vtsingaras <vtsingaras!~vtsingara@ppp141237036247.access.hol.gr> has quit IRC (Quit: Konversation terminated!) | 14:07 | |
*** cloanta <cloanta!~sailfish@109.134.125.107> has quit IRC (Ping timeout: 244 seconds) | 14:13 | |
*** tathhu <tathhu!~tatu@a91-154-206-147.elisa-laajakaista.fi> has joined #sailfishos-porters | 14:22 | |
*** cloanta <cloanta!~sailfish@188.188.17.14> has joined #sailfishos-porters | 14:38 | |
nh1402 | yangm: back | 14:42 |
yangm | a bit off topic but what distro would you use for a minecraft server? thinking about either centos or debian | 14:44 |
stephg | so sledges, mal- thought that /dev/socket/property_service was a red herring? is that right mal- ? I just need a pointing in the right direction | 14:44 |
stephg | yangm: anything that has a modern java | 14:44 |
*** MickeyVirus <MickeyVirus!~karan@117.222.8.76> has quit IRC (Read error: Connection reset by peer) | 14:45 | |
*** MickeyVirus <MickeyVirus!~karan@117.222.8.76> has joined #sailfishos-porters | 14:45 | |
mal- | stephg: I don't know much about the property service stuff | 14:46 |
nh1402 | yangm: On a related note there were either plans or rumours of Minecraft having it's own java runtime or something. | 14:46 |
vgrade | hi stephg | 14:47 |
vgrade | does getprop return a list of properties | 14:48 |
nh1402 | yang: btw I can't really test android/sailfish stuff till around 2/3 hours time, could be getting calls from potential employers and don't want to miss them if they do happen. | 14:48 |
stephg | hey vgrade, yes | 14:48 |
stephg | vgrade: http://pastie.org/10190216 | 14:48 |
yangm | nh1402, kinda interesting, since java on linux is somewhat... you know | 14:48 |
stephg | vgrade: at this stage I still reckon it's most likely I've missed a step in the HADK or got something wrong | 14:49 |
stephg | I just don't know what | 14:49 |
nh1402 | also I have to do a technical test which is to create a roman numeral parser. I can either do that now and get it out of the way, or if you would like some assistance with something then I'll do it later. | 14:49 |
nh1402 | http://www.howtogeek.com/210907/minecraft-doesnt-need-java-installed-anymore-its-time-to-remove-it/ | 14:50 |
stephg | nh1402: ah so they bundled it; for me that's kinda worse :) | 14:51 |
stephg | onus is now on them for security patching, I'd rather let my distributor do that :) | 14:51 |
*** cloanta <cloanta!~sailfish@188.188.17.14> has quit IRC (Ping timeout: 245 seconds) | 14:51 | |
yangm | I'm going out, will be back at the evening/night | 14:51 |
nh1402 | sorry if I was a bit in and out yesterday and today, but after the technical test I *should* be free. | 14:52 |
yangm | I wish this philanthropic Microsoft would hug OpenJDK and use it as the default java windows runtime | 14:53 |
yangm | so oracle's crappy java can peacefully die | 14:53 |
nh1402 | stephg: Providing they've also have it built-in on the linux version wouldn't it be possible to run it on Sailfish?, as a technical demo kind of thing | 14:53 |
vgrade | stephg: properties look ok. remind me where you are stuck. I recall se | 14:53 |
nh1402 | yangm: I was expecting Microsoft to port it to C# and use .NET runtime | 14:54 |
yangm | nh1402, d'oh! | 14:54 |
vgrade | stephg: I recall seeing a log output but I've slept since | 14:55 |
stephg | vgrade I have no display, just bootsplash left over from boot. test_hwcomposer hangs rather than segfaults, ditto the minimer qmlscene test | 14:55 |
stephg | so I did the QCOM_BSP changes as in the FAQ but still no dice | 14:55 |
sledges | stephg: vgrade: getprop is using other means than property_service, welcome to a hell of an android :) | 14:55 |
sledges | stephg: minimer also dies with property service refusals in strace? | 14:56 |
vgrade | stephg: ok, sec | 14:57 |
stephg | sledges: vgrade well it doesn't die: check https://paste.kde.org/pcuay9ok8 | 14:58 |
stephg | that's one with and without the strace | 14:58 |
stephg | but taht's what it does | 14:58 |
sledges | well, but no dice in singular (pun intended:D) | 14:58 |
stephg | hehe | 14:58 |
stephg | it's entirely possible that I've messed up the FAQ changes | 14:59 |
sledges | try /system/bion/surfaceflinger | 15:00 |
vgrade | stephg: these devices all have their little ways | 15:00 |
stephg | hehe so do I though that's the problem ;) my stupidity >> theirs ;) | 15:01 |
stephg | sledges: seems to just hang, let me strace that | 15:01 |
vgrade | stephg: do you have this in your init.rc, https://github.com/mer-hybris/android_system_core/commit/34ea48fd3ad7bf47ec0d0524d76bd20e62717773 | 15:01 |
vgrade | stephg: and your built version of servicemanager in that path | 15:02 |
stephg | https://paste.kde.org/plke9te1h | 15:02 |
stephg | sledges: ^^ | 15:03 |
stephg | vgrade: checking both now | 15:03 |
*** locusf <locusf!~locusf@87-100-237-235.bb.dnainternet.fi> has quit IRC (Remote host closed the connection) | 15:03 | |
stephg | vgrade: not exactly, I don't have the old line but have this instead of the new (at line 460): http://pastie.org/10190557 | 15:05 |
stephg | vgrade: /usr/libexec/droid-hybris/system/bin/servicemanager is from droid-hal-m7 0.0.6 | 15:05 |
vgrade | stephg: ok, thats good, just need to check you have the correct source for servicemanager with the patch to allow nemo user access | 15:07 |
*** locusf <locusf!~locusf@87-100-237-235.bb.dnainternet.fi> has joined #sailfishos-porters | 15:08 | |
vgrade | stephg: https://github.com/mer-hybris/android_frameworks_native/commit/30c3a9019ae8e28b6d7963a69acd5c09f4de5844 | 15:09 |
stephg | vgrade not seen that before | 15:09 |
vgrade | stephg: you should have picked that up from the manifest | 15:10 |
stephg | maybe, one sec | 15:11 |
vgrade | depends how you generated our manifest. If you took mer-hybris/anddroid one you should have it | 15:11 |
sledges | vgrade: he's running minimer and test hwc as root.. | 15:12 |
sledges | stephg: did you try as user btw? | 15:12 |
stephg | think so but still no tice | 15:12 |
stephg | dice | 15:12 |
stephg | aaarg | 15:12 |
sledges | think so?;) | 15:13 |
stephg | that was last week | 15:13 |
sledges | try this week:) | 15:13 |
stephg | does the same this week sadly | 15:13 |
sledges | same strace? | 15:15 |
sledges | on props | 15:15 |
stephg | sledges: connect(15, {sa_family=AF_LOCAL, sun_path="/dev/socket/property_service"}, 31) = -1 ECONNREFUSED (Connection refused) | 15:16 |
stephg | yup | 15:16 |
stephg | sledges: every time before that line it opens /system/build.prop then closes it. what is it looking for? | 15:17 |
stephg | oh | 15:17 |
stephg | line before tries to write to /sys/devices/virtual/graphics/fb1/product_description? | 15:18 |
*** phdeswer <phdeswer!~phdeswer@mobile-access-5d6a47-113.dhcp.inet.fi> has joined #sailfishos-porters | 15:18 | |
stephg | vgrade: I have that yes | 15:22 |
vgrade | stephg: ok, good , sledges was right thats only in play when running as nemo | 15:23 |
sledges | all in all, stephg you need to make surfaceflinger work first | 15:24 |
sledges | stephg: is your backlight on? | 15:24 |
sledges | on the phone i mean | 15:24 |
stephg | yep | 15:25 |
stephg | backlight on buttons no, display yes | 15:25 |
sledges | logo? | 15:25 |
sledges | lcd still might not be initialised | 15:25 |
stephg | just the bootsplash of the, er, bootloader | 15:25 |
stephg | htc logo powered by android | 15:26 |
stephg | i.e.e | 15:26 |
sledges | ah | 15:26 |
sledges | try surfaceflinger as user | 15:26 |
stephg | ok sec | 15:26 |
stephg | EGL_PLATFORM=hwcomposer or is that unneeded? | 15:26 |
sledges | nop | 15:26 |
stephg | nada | 15:27 |
stephg | sledges: if you're interested https://paste.kde.org/pcrrdakc2 | 15:29 |
sledges | stephg: i never tried, but does surfaceflinger work from cwm/twrp? | 15:34 |
vgrade | so looks stuck in same way | 15:34 |
sledges | stephg: otherwise, touch /init_enter_debug2 and reboot | 15:35 |
sledges | then mount /system manually | 15:35 |
sledges | and launch surfaceflinger again, as root | 15:35 |
stephg | sledges let me try the debug before I put cm11 back on | 15:36 |
stephg | rebootifying :) | 15:36 |
sledges | no need to put cm11 back on:P | 15:36 |
stephg | oh sorry I read recovery as CM | 15:37 |
*** zGrr <zGrr!~grr@185.13.106.67> has quit IRC (Quit: Leaving) | 15:37 | |
vgrade | from line 1846, http://pastebin.com/f4B3RnaG | 15:37 |
vgrade | Similar part of nexus 5 log, property service working and qservice qdhwcompoer interactions | 15:40 |
stephg | hm why's it writing hammerhead... | 15:40 |
stephg | instead of m7 | 15:40 |
stephg | oh that's your log | 15:40 |
stephg | sorry vgrade I'm super slow | 15:41 |
stephg | today | 15:41 |
vgrade | stephg: was just trying to compare yours with a know working path | 15:41 |
stephg | yeah | 15:41 |
vgrade | so something fishy with property service | 15:42 |
sledges | surfaceflinger doesn't even use property service | 15:42 |
sledges | so more isolated case | 15:42 |
vgrade | sledges: was just going to say but that may not be the root cause | 15:42 |
stephg | hm sledges it's mounted /system itself, unless there's some timeout I missed | 15:43 |
sledges | stephg: do you stop user session before anything, as per faq? | 15:44 |
stephg | I hadn't | 15:44 |
sledges | vgrade: that may as well, yes | 15:44 |
stephg | let me do that | 15:44 |
stephg | sledges: same behaviour | 15:45 |
*** cloanta <cloanta!~sailfish@188.188.28.20> has joined #sailfishos-porters | 15:46 | |
*** yangm <yangm!~yangm@187.180.214.87> has quit IRC (Ping timeout: 258 seconds) | 15:47 | |
vgrade | stephg: what about logcat output from surfaceflinger runs | 15:48 |
stephg | still rebooting:- does seem to take a long time to start | 15:49 |
sledges | stephg: scratch running surfaceflinger from twrp/cwm | 15:51 |
stephg | k | 15:52 |
sledges | just try with init_enter_debug2 | 15:52 |
stephg | right so I've touched that twice now and both times it's mounted /ssytem for me on it's own is that a problem? | 15:53 |
sledges | yep | 15:54 |
sledges | does it indicate to echo continue on login telnet? | 15:54 |
sledges | ls -l / | 15:55 |
stephg | so I briefly see a 192.168.0/24 on my usb0 but then eventually drops that and gives me 192.168.2/ | 15:55 |
stephg | is there a timeout and what's the address in 192.168.0/? is it .2? it's been a while... | 15:55 |
sledges | it's usb-moded dhcp maybe | 15:56 |
sledges | no idea about .0 | 15:56 |
stephg | let me reboot again, I remember 192.168.0 from something way back when | 15:57 |
phdeswer | stephg: there was a time where the developer ui would set invalid usb addresses. However I think usb-moded should fall back to the default in that case. | 16:05 |
phdeswer | Need to check. | 16:05 |
stephg | right so it boots, dhcp on the phone from 192.168.2.1 hands out an address to my usb0 at 192.168.2.something and then it's like the network bounces, and then hands out an address in 192.168.2.whatever | 16:05 |
stephg | important s/192.168.2.something/192.168.0.something/ | 16:06 |
phdeswer | stephg: can you try a manual config, with something like dhclient or so? | 16:06 |
phdeswer | Maybe the network manager you're using is going bonkers | 16:07 |
stephg | I'm just trying to plumb usb0:0 to 192.168.2.14 when I get the 192.168.0 address on usb0 to see if I can quickly get into the telnet | 16:07 |
phdeswer | Ah telnet... recovery mode? | 16:08 |
stephg | the 2323 telnet I presume | 16:08 |
phdeswer | Ah then I know the problem. I think this still has not been integrated : https://bugs.nemomobile.org/show_bug.cgi?id=780 | 16:09 |
merbot | Nemo bug 780 in Hybris-ing "dhcp server in init-debug does not set route" [Normal,Resolved: fixed] | 16:09 |
phdeswer | It causes all kinds of sillyness without that fix | 16:09 |
*** cloanta <cloanta!~sailfish@188.188.28.20> has quit IRC (Ping timeout: 245 seconds) | 16:14 | |
sledges | stephg: does it start happening after touch enter debug2 only? | 16:14 |
stephg | sledges no, this is unrelated and AFAIK has always done it | 16:15 |
sledges | but if you see system mounted, that touch is ignored.... | 16:15 |
stephg | with the debug2 touch will it wait forever for input or will it carry on with a boot after x seconds? | 16:15 |
*** piggz <piggz!~piggz@host-80-43-93-242.as13285.net> has joined #sailfishos-porters | 16:16 | |
stephg | phdeswer: sledges fwiw: https://paste.kde.org/p0x6misye | 16:18 |
stephg | sledges: by the time it gets to the last address reassignment telnet on 2323 is up and /system is already mounted | 16:18 |
sledges | forever | 16:19 |
sledges | stephg: ls -l / | 16:19 |
* sledges afks a bit | 16:20 | |
stephg | sledges: http://pastie.org/10190650 | 16:20 |
phdeswer | sounds like network manager not handling things well. | 16:20 |
stephg | phdeswer: it's ubuntu 14.04 fwiw | 16:20 |
sledges | stephg: you're using old hybris-bot | 16:21 |
sledges | boot | 16:21 |
stephg | am I? | 16:21 |
sledges | stop in recovery (23) and copy init-debug over | 16:21 |
sledges | this is equiv to debug2 touch | 16:21 |
* sledges now really afk | 16:22 | |
stephg | catch you later | 16:22 |
*** r0kk3rz <r0kk3rz!~chatzilla@host-92-30-134-229.as13285.net> has joined #sailfishos-porters | 16:25 | |
*** cloanta <cloanta!~sailfish@188.189.49.120> has joined #sailfishos-porters | 16:25 | |
stephg | really stupid question for everyone; what does sledges mean by stop in recovery (23)? that's hybris-recovery right? how do I boot to that? I'm searching the hadk and coming up blank | 16:30 |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@123.117.38.180> has quit IRC (Ping timeout: 240 seconds) | 16:30 | |
stephg | ignore me I think I found it | 16:35 |
mal- | hybris-recovery goes to that by default | 16:37 |
mal- | you can also enable it in hybris-boot | 16:38 |
stephg | I don't fastboot it over? | 16:38 |
mal- | no sure what you are now doing | 16:39 |
stephg | 'stop in recovery (23) and copy init-debug over' | 16:40 |
stephg | I presume I need to boot into hybris-recovery to do that, I don't know how to boot into hybris-recovery | 16:40 |
stephg | I presume I can copy hybris-recovery.img with fastboot and have it boot that way | 16:40 |
*** piggz <piggz!~piggz@host-80-43-93-242.as13285.net> has quit IRC (Ping timeout: 272 seconds) | 16:41 | |
sledges | touch /init_enter_debug | 16:42 |
sledges | will do the same | 16:42 |
stephg | oh riight :D | 16:42 |
stephg | that's easier :) | 16:43 |
stephg | sledges: no this doesn't want to go nito the first debug | 16:49 |
sledges | other ip addr, 2.1, 2.15 | 16:51 |
stephg | so I get that 0.whatever address but if I plumb 2.14 to it I can't see 2.1 nor 2.15, and when I do get a 2.x address then it's already booted and my telet is on 2323 | 16:52 |
sledges | fastboot boot hybris-recovery.ihttp://pastie.org/10190650mg | 16:52 |
sledges | fastboot boot hybris-recovery.img | 16:53 |
stephg | roger lets try that | 16:53 |
krnlyng | what do non Jolla Phone devices have in the ID parameter in /etc/hw-release? | 16:54 |
stephg | krnlyng: I think it's an optional field? | 16:56 |
stephg | they may not have it? | 16:56 |
krnlyng | hm | 16:56 |
krnlyng | is there another field i can check? | 16:56 |
stephg | section 7.2 of the hadk says MER_HA_DEVICE or MER_HA_VENDOR | 16:57 |
krnlyng | whats the best way to check if a device is using libhybris? test if /usr/lib/libhybris-common.so.1 exists? (the application i am working on needs special cases if running in Sailfish OS + libhybris) | 16:59 |
*** piggz <piggz!~piggz@host-80-43-93-242.as13285.net> has joined #sailfishos-porters | 17:01 | |
*** cloanta_ <cloanta_!~sailfish@188.188.49.158> has joined #sailfishos-porters | 17:02 | |
stephg | ffs my hybris-recovery.img copies but then seems to hang, no usbnet... | 17:02 |
stephg | sledges: you said I was using an old hybris-boot; I'd just pulled the cm-11 branch of hybris from github, should I have been using a different fork? | 17:03 |
*** cloanta <cloanta!~sailfish@188.189.49.120> has quit IRC (Ping timeout: 245 seconds) | 17:04 | |
vgrade | stephg: hybris-boot only has hybris-10.1 branch which is used for all ports | 17:05 |
stephg | ah | 17:05 |
stephg | yeah so I see that now | 17:05 |
vgrade | stephg: does device reboot after fastboot boot | 17:05 |
stephg | no, again appears stuck in the bootloader menu; i.e. when the device is in fastboot mode the volume keys work until I issue the fastboot boot command | 17:06 |
vgrade | stephg: something required in the kernel commandline ? you can pass with -c "selinux=0" on fastboot line | 17:08 |
stephg | I tried -c bootmode=debug but that didn't do it | 17:09 |
stephg | let me try without selinux | 17:09 |
stephg | apols for this everyone I'm feeling really rather clumsy today | 17:10 |
vgrade | selinux not set to 0 usually ends up with the revice rebooting | 17:10 |
*** cloanta <cloanta!~sailfish@188.188.19.200> has joined #sailfishos-porters | 17:11 | |
*** MickeyVirus <MickeyVirus!~karan@117.222.8.76> has quit IRC (Read error: Connection refused) | 17:11 | |
vgrade | stephg: so your port went straight into 2323 first time? so you have never been here before | 17:12 |
stephg | vgrade correct | 17:12 |
*** MickeyVirus <MickeyVirus!~karan@117.222.8.76> has joined #sailfishos-porters | 17:12 | |
*** cloanta_ <cloanta_!~sailfish@188.188.49.158> has quit IRC (Ping timeout: 245 seconds) | 17:13 | |
*** MickeyVirus <MickeyVirus!~karan@117.222.8.76> has joined #sailfishos-porters | 17:13 | |
*** MickeyVirus <MickeyVirus!~karan@117.222.8.76> has quit IRC (Remote host closed the connection) | 17:14 | |
stephg | bah that also hangs hard as my computer logs now don't see the usb event when I unplug/replug it | 17:14 |
*** piggz <piggz!~piggz@host-80-43-93-242.as13285.net> has quit IRC (Ping timeout: 272 seconds) | 17:16 | |
vgrade | stephg: your kernel command line may be found in BoardConfig.mk | 17:17 |
stephg | k | 17:17 |
stephg | so it is | 17:19 |
stephg | lets try that | 17:19 |
*** piggz <piggz!~piggz@host-80-43-93-242.as13285.net> has joined #sailfishos-porters | 17:20 | |
stephg | booo nada | 17:21 |
vgrade | fastboot says dowloading then , does fastboot screen clear | 17:22 |
vgrade | but nothing reported on host usb | 17:23 |
stephg | http://pastie.org/10190777 | 17:23 |
stephg | bit disconcerting that it keeps thinking it's boot.img but other than that that looks ok? | 17:23 |
stephg | only other event is the usb unplug when I do it, but no event on replug | 17:23 |
vgrade | yea , | 17:23 |
vgrade | any hub between host and device | 17:24 |
stephg | nope | 17:24 |
vgrade | do you have a boot.img in that dir | 17:25 |
stephg | I did have, I moved out out of the way and it behaves the same | 17:25 |
stephg | don't know where it gets boot.img from | 17:26 |
stephg | actually let me copy hybris-recovery.img to that | 17:26 |
stephg | see what it does | 17:26 |
stephg | nope | 17:28 |
stephg | am tempted to rebuild the whole lot | 17:28 |
stephg | anyway with that it's home time! | 17:28 |
stephg | thanks for the help vgrade and hopefully catch you later this eve | 17:29 |
stephg | all of you bbl! | 17:29 |
*** cloanta <cloanta!~sailfish@188.188.19.200> has quit IRC (Read error: Connection reset by peer) | 17:31 | |
vgrade | stephg: I'm out for a few beers tonight catch you later | 17:33 |
*** piggz <piggz!~piggz@host-80-43-93-242.as13285.net> has quit IRC (Ping timeout: 256 seconds) | 17:37 | |
*** r0kk3rz <r0kk3rz!~chatzilla@host-92-30-134-229.as13285.net> has quit IRC (Ping timeout: 244 seconds) | 17:50 | |
*** r0kk3rz_ <r0kk3rz_!~chatzilla@host-92-30-134-229.as13285.net> has joined #sailfishos-porters | 17:50 | |
*** r0kk3rz_ is now known as r0kk3rz | 17:50 | |
*** schiggn <schiggn!~quassel@p200300808F01EC51DCBFBC3BAB0BA248.dip0.t-ipconnect.de> has joined #sailfishos-porters | 17:54 | |
*** piggz <piggz!~piggz@host-80-43-93-242.as13285.net> has joined #sailfishos-porters | 17:58 | |
tathhu | cxl000: sailfish already booting on deb? | 18:04 |
tathhu | or better, working :P | 18:07 |
*** aeg0n <aeg0n!3d5a1425@gateway/web/freenode/ip.61.90.20.37> has joined #sailfishos-porters | 18:17 | |
aeg0n | Hola hombres | 18:17 |
aeg0n | anyone can advise how useable is Sailfish 2.0 on Nexus 5 and 7?. Can it already be used as a daily driver ? | 18:19 |
vgrade | aeg0n: Sailfish 2.0 does not exist outside Jolla hands | 18:20 |
vgrade | aeg0n: fyi, I've been using Sailfosh 1.1.2.16 for the last month or so as my daily driver. Old miss is gps | 18:21 |
vgrade | only miss | 18:21 |
vgrade | this is on Nexus 5 | 18:21 |
aeg0n | I am considering the switch from N900 to Nexus 5 w Sailfish OS since it looks promissing, but not sure if the time's right. | 18:26 |
aeg0n | vgrade: Is that the latest alpha? | 18:27 |
vgrade | aeg0n: no, 1 back I think | 18:27 |
vgrade | sorry two back now | 18:28 |
vgrade | alpha9 I'm on and alpah11 is latest | 18:28 |
aeg0n | so You would say it's stable enough? | 18:28 |
nh1402 | I would say so | 18:29 |
aeg0n | does it auto update or is it necessary to do manual reflash? | 18:29 |
nh1402 | manual reflash | 18:29 |
nh1402 | for the time being | 18:30 |
vgrade | aeg0n: for me yes. bugs tracked at https://bugs.nemomobile.org/buglist.cgi?component=Hybris-ing&product=Hardware%20adaptation&resolution=--- | 18:30 |
aeg0n | any idea when we can see the beta? From what I saw on MWC, the 2.0 was a treat. | 18:30 |
vgrade | aeg0n: only Jolla hands can answer | 18:31 |
aeg0n | one more thing, is FHR | 18:33 |
aeg0n | I mean is cm installation necessary to install sailfish if I have Ubuntu touch 15.04 r2 installed? | 18:34 |
vgrade | aeg0n: yes HADK devices need access to the cm drivers. Not sure if anyone is dual bootng UT and sailfish. Multirom may help here | 18:37 |
aeg0n | Thanks. | 18:38 |
*** maikoool is now known as maikoool_away | 18:43 | |
*** aeg0n <aeg0n!3d5a1425@gateway/web/freenode/ip.61.90.20.37> has quit IRC (Ping timeout: 246 seconds) | 18:44 | |
*** phdeswer <phdeswer!~phdeswer@mobile-access-5d6a47-113.dhcp.inet.fi> has quit IRC (Ping timeout: 255 seconds) | 18:53 | |
*** taryn <taryn!~taryn@dont.vmsplic.me> has joined #sailfishos-porters | 19:06 | |
*** taryn is now known as Guest65339 | 19:06 | |
*** yangm <yangm!~yangm@187.180.214.87> has joined #sailfishos-porters | 19:20 | |
nh1402 | yangm: I just finished testing, with no results, in fact the sailfish rom I had specifically for testing stopped booting into CM completely and the power button just wouldn't turn off the display. | 19:22 |
yangm | did you see my system ui crash video? | 19:25 |
*** Nokius__ is now known as Nokius | 19:25 | |
*** harha <harha!~harha@mobile-access-bceea5-150.dhcp.inet.fi> has joined #sailfishos-porters | 19:25 | |
yangm | and remember the "strangeness" the Sailfish faced after initial cyanogen setup? | 19:25 |
nh1402 | yes, not sure why thats happening | 19:25 |
Nokius | sledges: u mean the camera shuter disable? | 19:26 |
Nokius | vgrade: thanks | 19:26 |
nh1402 | what part are you referring to when you say "strangeness" | 19:26 |
yangm | I think it's because of conflicting config files | 19:26 |
Nokius | evening | 19:26 |
yangm | nh1402, after I first booted into CM and did the setup there were some android daemons messing with sailfish | 19:27 |
nh1402 | could you pin point which ones? | 19:28 |
yangm | I remember the audio bug | 19:28 |
yangm | and the Sailfish UI was clearly less responsive | 19:29 |
ikozzz | Nokius: Hi! | 19:30 |
ikozzz | Nokius: what is location of android "sdcard" on your oppo find5 ? | 19:31 |
nh1402 | yangm: just booted into a fresh install of sailfish is there anything you'd like me to test | 19:31 |
tathhu | Nokius: <3 | 19:31 |
* tathhu loves everyone | 19:32 | |
yangm | nh1402, basically, boot into cm, complete setup, open some apps (I opened settings app), maybe let screen time out and turn it back on using adb, that's it, the systemui should crash and sailfish should act strange | 19:34 |
Nokius | ikozzz: u mean which partition? | 19:34 |
ikozzz | Nokius: no, is it some thing like /data/media/0? | 19:35 |
nh1402 | yangm: I don't even have the modified init.rc on it yet, and don't remember how you got past the setup, or get adb working | 19:35 |
nh1402 | yangm: brb, dinner | 19:35 |
Nokius | MSameer: I booted into cm few days back and the camera didn't show an option for night modus (ui was really confusing) | 19:36 |
MSameer | i don't remember why I asked you to check that | 19:37 |
MSameer | could you please remind me? | 19:37 |
Nokius | MSameer: cameraplus freezy when I selected night mode and u asked me if the anroidcamera has this option | 19:37 |
Nokius | ikozzz: i have /data/media/0/ but it's empty | 19:38 |
Nokius | ikozzz: do u have sdcard in your mountfix? | 19:38 |
yangm | nh1402, also, try running the surfaceflinger from an untouched CM rom rather than the on Sailfish is running on top (let's try without chroot | 19:38 |
ikozzz | Nokius: i mean when you booted into Android not Sailfish, sorry | 19:39 |
*** Guest65339 is now known as ptr2ptr | 19:39 | |
*** ptr2ptr <ptr2ptr!~taryn@dont.vmsplic.me> has quit IRC (Changing host) | 19:39 | |
*** ptr2ptr <ptr2ptr!~taryn@unaffiliated/nykac> has joined #sailfishos-porters | 19:39 | |
Nokius | ikozzz: oh let me check this when I boot into it I take a not to test it | 19:40 |
ikozzz | Nokius: sorry? what is codename for oppo? | 19:40 |
Nokius | ikozzz: find5 for my device | 19:41 |
MSameer | Nokius: ic | 19:41 |
Nokius | ikozzz: it's called X909 and codename is find5 but the marketing is also using find5 | 19:42 |
Nokius | sledges: is it an good idea to add the libdroidmedia.so to my pattern ? | 19:46 |
*** lpotter <lpotter!~quassel@CPE-121-208-89-142.cqhm1.cha.bigpond.net.au> has quit IRC (Ping timeout: 256 seconds) | 19:48 | |
*** cloanta <cloanta!~sailfish@2a02:a03f:14f6:9200:5256:a8ff:fe01:18f9> has joined #sailfishos-porters | 19:51 | |
*** lpotter <lpotter!~quassel@CPE-121-208-89-142.cqhm1.cha.bigpond.net.au> has joined #sailfishos-porters | 19:52 | |
*** harha <harha!~harha@mobile-access-bceea5-150.dhcp.inet.fi> has quit IRC (Quit: Leaving.) | 19:53 | |
*** tathhu <tathhu!~tatu@a91-154-206-147.elisa-laajakaista.fi> has quit IRC (Ping timeout: 264 seconds) | 19:53 | |
*** jcbjoe <jcbjoe!~jcbjoe@2601:c:a480:652:c194:d5f1:bf07:28cf> has quit IRC (Quit: WeeChat 1.0.1) | 19:54 | |
*** tathhu <tathhu!~tatu@a91-154-206-147.elisa-laajakaista.fi> has joined #sailfishos-porters | 19:54 | |
nh1402 | yangm: what do you mean by that | 20:01 |
yangm | copying the contents of an untouched cyanogenmod rom into a folder and running surfaceflinger from there | 20:02 |
nh1402 | I don't believe it's modified to begin with | 20:03 |
yangm | so, why is it stopping working after some time on? | 20:03 |
yangm | (see: system ui crash) | 20:04 |
nh1402 | did you check logcat? | 20:04 |
*** tathhu <tathhu!~tatu@a91-154-206-147.elisa-laajakaista.fi> has quit IRC (Read error: No route to host) | 20:04 | |
yangm | nope | 20:04 |
yangm | forgot about that one | 20:04 |
nh1402 | that would give you a better indication of why systemui is crashing | 20:05 |
*** tathhu <tathhu!~tatu@a91-154-206-147.elisa-laajakaista.fi> has joined #sailfishos-porters | 20:07 | |
nh1402 | so do you still want me to get surfaceflinger from untouched cm then? | 20:07 |
*** USailor_ <USailor_!~sailfish@172.56.13.110> has joined #sailfishos-porters | 20:18 | |
nh1402 | yangm: what are you trying now? | 20:23 |
yangm | I'm not at home atm | 20:25 |
*** ikozzz <ikozzz!~ikozzz@dynamic-vpdn-46-53-164-35.telecom.by> has quit IRC (Quit: \o) | 20:30 | |
*** harha <harha!~harha@mobile-access-bceea5-150.dhcp.inet.fi> has joined #sailfishos-porters | 20:32 | |
Nokius | sledges: wondering which of my .mk files I have to fix | 20:32 |
*** nh1402 <nh1402!021ef934@gateway/web/cgi-irc/kiwiirc.com/ip.2.30.249.52> has quit IRC (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client) | 20:34 | |
*** nh1402 <nh1402!021ef934@gateway/web/cgi-irc/kiwiirc.com/ip.2.30.249.52> has joined #sailfishos-porters | 20:35 | |
Nokius | night guys will get some more sleep tonight \o | 20:36 |
*** vakkov <vakkov!~vakkov@s3n104.brunel.ac.uk> has joined #sailfishos-porters | 20:36 | |
*** energycsdx <energycsdx!uid18508@gateway/web/irccloud.com/x-woyungswbsulvnyn> has quit IRC (Quit: Connection closed for inactivity) | 20:41 | |
*** vakkov <vakkov!~vakkov@s3n104.brunel.ac.uk> has quit IRC (Ping timeout: 256 seconds) | 20:45 | |
*** harha <harha!~harha@mobile-access-bceea5-150.dhcp.inet.fi> has quit IRC (Quit: Leaving.) | 20:47 | |
*** USailor <USailor!~sailfish@2601:d:5f03:7e00:2cc6:4fb2:943d:8f38> has joined #sailfishos-porters | 20:55 | |
*** dhbiker <dhbiker!~dhbiker@BNG-212-67-224-dsl.simobil.net> has quit IRC (Remote host closed the connection) | 20:55 | |
*** USailor_ <USailor_!~sailfish@172.56.13.110> has quit IRC (Ping timeout: 245 seconds) | 20:56 | |
*** Umeaboy <Umeaboy!~Umeaboy@c-94-255-156-119.cust.bredband2.com> has joined #sailfishos-porters | 21:13 | |
*** schiggn <schiggn!~quassel@p200300808F01EC51DCBFBC3BAB0BA248.dip0.t-ipconnect.de> has quit IRC (Remote host closed the connection) | 21:18 | |
*** vakkov <vakkov!~vakkov@134.83.207.19> has joined #sailfishos-porters | 21:21 | |
sledges | Nokius: libdroidmedia.so is already package in, no need to pattern | 21:25 |
*** piggz <piggz!~piggz@host-80-43-93-242.as13285.net> has quit IRC (Ping timeout: 272 seconds) | 21:35 | |
*** cloanta <cloanta!~sailfish@2a02:a03f:14f6:9200:5256:a8ff:fe01:18f9> has quit IRC (Ping timeout: 252 seconds) | 21:39 | |
*** USailor <USailor!~sailfish@2601:d:5f03:7e00:2cc6:4fb2:943d:8f38> has quit IRC (Ping timeout: 265 seconds) | 21:40 | |
*** nh1402 <nh1402!021ef934@gateway/web/cgi-irc/kiwiirc.com/ip.2.30.249.52> has quit IRC (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client) | 21:44 | |
*** r0kk3rz <r0kk3rz!~chatzilla@host-92-30-134-229.as13285.net> has quit IRC (Ping timeout: 244 seconds) | 21:45 | |
*** GodGinrai <GodGinrai!~godginrai@unaffiliated/godginrai> has quit IRC (Quit: leaving) | 21:57 | |
*** phdeswer <phdeswer!~phdeswer@91-159-55-220.elisa-laajakaista.fi> has joined #sailfishos-porters | 22:01 | |
cxl000 | tathhu, Booting yes, working no. I spent another 20 minutes on it. I changed debug-init as I was not getting network on boot into root. | 22:04 |
cxl000 | There are still some early startup errors. Looks like I need an additional kernel config | 22:06 |
stephg | vgrade: yey for b33r, but for me \o/ for bed | 22:33 |
stephg | g'night portiefolks, catch you all tomorrow hopefully | 22:36 |
*** stephg <stephg!~stephg@93.89.81.153> has quit IRC (Quit: leaving) | 22:50 | |
*** jcbjoe <jcbjoe!~jcbjoe@2601:c:a480:652:900c:17fe:c97a:931> has joined #sailfishos-porters | 23:06 | |
*** phdeswer <phdeswer!~phdeswer@91-159-55-220.elisa-laajakaista.fi> has quit IRC (Ping timeout: 252 seconds) | 23:29 | |
jcbjoe | carepack_: or anyone else will the volume ever be fixed in 1.1.4.29 like i was saying earlier or the other day i've tried every radio and still volume is muted to very very low | 23:31 |
*** olafh_ <olafh_!~olafh@p4FF49814.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 276 seconds) | 23:35 | |
*** tathhu <tathhu!~tatu@a91-154-206-147.elisa-laajakaista.fi> has quit IRC (Ping timeout: 250 seconds) | 23:45 | |
*** vakkov <vakkov!~vakkov@134.83.207.19> has quit IRC (Ping timeout: 250 seconds) | 23:49 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!