*** simonvdv <simonvdv!~Simon_van@ip56584689.direct-adsl.nl> has quit IRC (Ping timeout: 260 seconds) | 00:15 | |
*** happy-dude <happy-dude!uid62780@gateway/web/irccloud.com/x-grwnlwkfbmrsequo> has quit IRC (Quit: Connection closed for inactivity) | 00:19 | |
*** simonvdv <simonvdv!~Simon_van@ip56584689.direct-adsl.nl> has joined #sailfishos-porters | 00:25 | |
*** sh4k is now known as Sazpaimon | 00:37 | |
*** piggz <piggz!~piggz@195.147.64.197> has quit IRC (Ping timeout: 264 seconds) | 00:40 | |
*** piggz <piggz!~piggz@204.94.126.194.pool.dsl.daisyplc.net> has joined #sailfishos-porters | 00:42 | |
*** NeKit <NeKit!~nekit@111.0.194.57> has joined #sailfishos-porters | 01:59 | |
*** happy-dude <happy-dude!uid62780@gateway/web/irccloud.com/x-iuffpipjvkidaecn> has joined #sailfishos-porters | 02:10 | |
*** TheRealJohnGalt <TheRealJohnGalt!uid29986@gateway/web/irccloud.com/x-qgcyhjgifwymdaar> has quit IRC (Quit: Connection closed for inactivity) | 02:37 | |
*** AYEHAN <AYEHAN!~behave@111.68.108.75> has joined #sailfishos-porters | 03:22 | |
*** gexc-tablet <gexc-tablet!~gexc@2602:306:3885:9390::48> has joined #sailfishos-porters | 03:27 | |
*** rinigus <rinigus!~rinigus@tabasalu-gw.radionet.ee> has joined #sailfishos-porters | 03:43 | |
rinigus | spiiroin_: I figured that such override was intentional and is controlled by mce. please look into log https://ptpb.pw/v35Q . it shows what happens when screen is switched off. als has override that's taken down few moments later. proximity also has override, but nothing is taking it away. as a result, 2 min after, its still running with screen off | 03:50 |
---|---|---|
rinigus | spiiroin_: I wonder whether proximity is always running on Jolla as well. its used to limit double-tap unlock, right? at least mcetool shows proximity in double tap policy. we don't have double tap unlock on n4, too much battery drain to keep it alive | 03:56 |
*** spiiroin_ is now known as spiiroin | 03:56 | |
*** rinigus <rinigus!~rinigus@tabasalu-gw.radionet.ee> has quit IRC (Quit: Leaving) | 03:57 | |
*** rinigus <rinigus!~sailfish@tabasalu-gw.radionet.ee> has joined #sailfishos-porters | 03:58 | |
spiiroin | rinigus: ps is always enabled on purpose; in addition to double tap control, it also blocks all non-user-initiated display power ups and can be used to block power key too | 03:58 |
*** char-x <char-x!~char-x@2001:4ca0:0:f222:1c0f:4e2:b7c7:c6dd> has joined #sailfishos-porters | 04:06 | |
rinigus | spiiroin: i see. is it possible to disable it if i don't want to block these events? i rerun my night tests and got battery drain on idle to 1.5%/h without proximity. i'd estimate that proximity adds as much on n4 (lots of wakeups). (yesterday long-term test was ruined due to one daemon) | 04:07 |
*** char-x <char-x!~char-x@2001:4ca0:0:f222:1c0f:4e2:b7c7:c6dd> has quit IRC (Ping timeout: 250 seconds) | 04:15 | |
spiiroin | rinigus: currently it is all or nothing with ps; you can tell mce not to use it -> save power at risk of pocket activity | 04:21 |
rinigus | spiiroin: ok, but if i don't use it, it wouldn't work during calls either, right? | 04:22 |
spiiroin | but it would be odd for ps to consume a lot of power or cause wakeups when there are no proximity changes | 04:22 |
spiiroin | yes | 04:23 |
spiiroin | there might be something to do at kernel driver side too | 04:23 |
spiiroin | in jolla1 the ps is put to less power hungry mode when device suspends (trades off reaction speed etc) | 04:24 |
rinigus | spiiroin: re odd: wakeups was easy to measure, and I have seen rates of 50+ wakeups/s for a phone on a table | 04:24 |
spiiroin | does your ps report via evdev? | 04:25 |
rinigus | spiiroin: i don't know. maybe ballock or sledges can answer? ^ | 04:26 |
spiiroin | rinigus: run "evdev_trace -it" and then cover / uncover the p-sensor. if you get events -> is evdev device | 04:26 |
spiiroin | evdev_trace is in mce-tools package | 04:27 |
spiiroin | another possibility: whole sensor issue is more or less red herring... do you know if your device actually suspends? | 04:33 |
spiiroin | do you get non-zero suspend_time with "mcetool --get-suspend-stats" | 04:34 |
rinigus | spiiroin: evdev don't seem to get readings. | 04:35 |
*** vakkov <vakkov!~vakkov@s3n104.brunel.ac.uk> has quit IRC (Ping timeout: 246 seconds) | 04:35 | |
rinigus | spiiroin: red herring: maybe, however wakeups are there. suspend stats return ZERO for suspend time | 04:37 |
rinigus | spiiroin: now how do we get it to suspend... | 04:38 |
*** TheRealJohnGalt <TheRealJohnGalt!uid29986@gateway/web/irccloud.com/x-ohmzpeanfpzdrqxj> has joined #sailfishos-porters | 04:41 | |
*** Aoyagi_trashtop <Aoyagi_trashtop!~Aoyagi@unaffiliated/aoyagi> has joined #sailfishos-porters | 04:47 | |
rinigus | spiiroin: where does mce get the stats on suspend? | 04:49 |
*** Zucca <Zucca!~zucca@85-76-71-55-nat.elisa-mobile.fi> has quit IRC (Ping timeout: 248 seconds) | 04:50 | |
spiiroin | rinigus: what mce version you have? | 04:56 |
spiiroin | (suspend time = CLOCK_BOOTTIME - CLOCK_MONOTIME) | 04:56 |
spiiroin | also check if you have /sys/power/autosleep present | 04:57 |
rinigus | 1.71.0 | 04:57 |
rinigus | spiiroin: no autosuspend, someone nicked it | 04:59 |
spiiroin | well, more like 1.71.0 is too old to handle autosleep kernels - but that should not be the issue ... | 05:00 |
spiiroin | what device is it btw? | 05:00 |
rinigus | nexus 4 | 05:02 |
spiiroin | ... which had problems with sensors & sensorfwd IIRC | 05:02 |
spiiroin | but if the ps is handled by some android user space daemon, leaving it enabled just might block suspend | 05:03 |
spiiroin | so in long term we would need some ways to limit p-sensor usage | 05:04 |
spiiroin | which is doable for level triggered stuff (calls, alarms, messages etc) but rather nasty for "edge triggered" stuff like power key, doubletap, etc | 05:05 |
rinigus | spiiroin: yes, that would be good if we could somehow add into mce state machine more conservative use of ps. like during calls and screen on time only | 05:07 |
*** NeKit <NeKit!~nekit@111.0.194.57> has quit IRC (Ping timeout: 244 seconds) | 05:11 | |
rinigus | spiiroin: re sleep and ps. i had ps disabled via mcetools and haven't booted from that time. so, no suspend without ps reported by mce | 05:12 |
*** rinigus_ <rinigus_!~sailfish@gprs-inet-65-53.elisa.ee> has joined #sailfishos-porters | 05:20 | |
spiiroin | and you have not for example disabled suspend policy? (mcetool | grep suspend -> should show "Autosuspend policy: enabled") | 05:21 |
spiiroin | you could also check if "cat /sys/power/wake_lock" constantly reports some wakelock | 05:22 |
*** rinigus <rinigus!~sailfish@tabasalu-gw.radionet.ee> has quit IRC (Ping timeout: 260 seconds) | 05:24 | |
spiiroin | rinigus: I filed a task for myself -> https://bugs.merproject.org/show_bug.cgi?id=1562 | 05:24 |
merbot | Mer bug 1562 in mce "Add setting to limit proximity sensor usage" [Task,New] | 05:24 |
*** dirkvl <dirkvl!~dirkvl@37.143.36.100> has joined #sailfishos-porters | 05:44 | |
*** electrolux <electrolux!~electrolu@dyj-f6yfg7tw2zb2vj4vy-3.rev.dnainternet.fi> has joined #sailfishos-porters | 05:47 | |
*** piggz <piggz!~piggz@204.94.126.194.pool.dsl.daisyplc.net> has quit IRC (Remote host closed the connection) | 05:51 | |
*** piggz <piggz!~piggz@204.94.126.194.pool.dsl.daisyplc.net> has joined #sailfishos-porters | 05:51 | |
*** gexc-tablet <gexc-tablet!~gexc@2602:306:3885:9390::48> has quit IRC (Quit: Konversation terminated!) | 05:53 | |
*** Lipevakala <Lipevakala!~sailfish@62-78-219-131.bb.dnainternet.fi> has joined #sailfishos-porters | 05:54 | |
rinigus_ | spiiroin: out of the commute and can start replying | 05:56 |
rinigus_ | spiiroin: autosuspend enabled. mcetool output is at https://ptpb.pw/J3wi | 06:00 |
*** rinigus_ <rinigus_!~sailfish@gprs-inet-65-53.elisa.ee> has quit IRC (Quit: IRC for Sailfish 0.9) | 06:01 | |
*** rinigus <rinigus!~rinigus@kybi.ioc.ee> has joined #sailfishos-porters | 06:02 | |
rinigus | spiiroin: re task: thank you for filing it. It summarizes the state very well :) | 06:04 |
*** tanty_off is now known as tanty | 06:08 | |
spiiroin | rinigus: I took a peek at the paste, nothing strikes my eye in there - should be ok | 06:12 |
spiiroin | but not suspending & 50+ wakeups / sec ... not good | 06:12 |
rinigus | spiiroin: 60 sec after turning screen out I have PowerManagerService.WakeLocks: mce_display_on in /sis/power/wake_lock. Would repeat the same for 5 mins | 06:16 |
spiiroin | rinigus: that is probably false positive (=kernel reporting issue). that wakelock is removed via kernel side timeout -> at least jolla1 keeps it "in the books" forever even though it is not actually there ... | 06:18 |
spiiroin | rinigus: some of this might be applicable for your case too -> https://together.jolla.com/question/111307/11928-heavy-battery-drain-even-in-stand-by/ | 06:20 |
*** piggz <piggz!~piggz@204.94.126.194.pool.dsl.daisyplc.net> has quit IRC (Remote host closed the connection) | 06:33 | |
*** olafh_ <olafh_!~olafh@p4FF480F7.dip0.t-ipconnect.de> has joined #sailfishos-porters | 06:33 | |
*** piggz <piggz!~piggz@204.94.126.194.pool.dsl.daisyplc.net> has joined #sailfishos-porters | 06:34 | |
*** Lipevakala <Lipevakala!~sailfish@62-78-219-131.bb.dnainternet.fi> has quit IRC (Ping timeout: 260 seconds) | 06:34 | |
*** dvogel <dvogel!~dorianvog@ede67-1-81-56-102-2.fbx.proxad.net> has quit IRC (Ping timeout: 244 seconds) | 06:34 | |
rinigus | spiiroin: ok, but that's the only wakelock I could see. thank you for link, I'll read about it | 06:47 |
kimmoli | just wondering, does the device use combined als+proxy? if it is als that makes interrupt when light level changes? if they share same irq, and sensor does not have trigger thresholds? | 06:52 |
rinigus | kimmoli: don't know. according to wakeups, als can be disabled or enabled and that would not change wakeup rate. I can also disable ps via mcetool and als would still work. so, I guess its a separate dev | 06:53 |
rinigus | spiiroin: re link: there are no processes reporting keepalive in journalctl -u mce . | 06:54 |
*** TheRealJohnGalt <TheRealJohnGalt!uid29986@gateway/web/irccloud.com/x-ohmzpeanfpzdrqxj> has quit IRC (Quit: Connection closed for inactivity) | 06:57 | |
*** harha <harha!~harha@194.157.27.2> has joined #sailfishos-porters | 07:00 | |
*** nh1402_work <nh1402_work!~nh1402@host81-133-137-69.in-addr.btopenworld.com> has joined #sailfishos-porters | 07:03 | |
nh1402_work | morning | 07:03 |
*** Nokius_ <Nokius_!~Nokius@p5DDB4796.dip0.t-ipconnect.de> has joined #sailfishos-porters | 07:03 | |
*** Nokius <Nokius!~Nokius@p5DDB44E6.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 244 seconds) | 07:06 | |
*** TheRealJohnGalt <TheRealJohnGalt!uid29986@gateway/web/irccloud.com/x-vpgyieffohfqcnwf> has joined #sailfishos-porters | 07:07 | |
*** Lipevakala <Lipevakala!~sailfish@62-78-219-131.bb.dnainternet.fi> has joined #sailfishos-porters | 07:08 | |
*** drFaustroll <drFaustroll!~alin@opensuse/member/ealin> has quit IRC (Remote host closed the connection) | 07:10 | |
rinigus | spiiroin: I have another install on multirom (cleaner, nothing really installed on it) and there the suspend works! mcetool reports suspended time | 07:14 |
*** olafh_ <olafh_!~olafh@p4FF480F7.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 264 seconds) | 07:15 | |
*** harha <harha!~harha@194.157.27.2> has quit IRC (Read error: Connection reset by peer) | 07:15 | |
*** Lipevakala <Lipevakala!~sailfish@62-78-219-131.bb.dnainternet.fi> has quit IRC (Ping timeout: 248 seconds) | 07:18 | |
rinigus | spiiroin: ... I'll look for the differences in two installs later tonight. I should be able to find the reason now and then maybe firing proximity sensor would not be important while device is suspended. thank you for helping out! | 07:22 |
*** piggz <piggz!~piggz@204.94.126.194.pool.dsl.daisyplc.net> has quit IRC (Read error: Connection reset by peer) | 07:27 | |
*** piggz <piggz!~piggz@204.94.126.194.pool.dsl.daisyplc.net> has joined #sailfishos-porters | 07:27 | |
*** olafh <olafh!~olafh@p4FDEF518.dip0.t-ipconnect.de> has joined #sailfishos-porters | 07:29 | |
*** piggz <piggz!~piggz@204.94.126.194.pool.dsl.daisyplc.net> has quit IRC (Excess Flood) | 07:31 | |
*** piggz <piggz!~piggz@204.94.126.194.pool.dsl.daisyplc.net> has joined #sailfishos-porters | 07:31 | |
*** piggz <piggz!~piggz@204.94.126.194.pool.dsl.daisyplc.net> has quit IRC (Remote host closed the connection) | 07:38 | |
*** piggz <piggz!~piggz@204.94.126.194.pool.dsl.daisyplc.net> has joined #sailfishos-porters | 07:39 | |
*** Lipevakala <Lipevakala!~sailfish@62-78-219-131.bb.dnainternet.fi> has joined #sailfishos-porters | 07:41 | |
ballock | rinigus: Nice work! | 07:45 |
ballock | sledges: some guys out there are asking for an update, and want the fixes that we already made. | 07:46 |
ballock | Is it ok to release patched libhybris and dhd before it gets merged or should we wait? | 07:47 |
*** Lipevakala <Lipevakala!~sailfish@62-78-219-131.bb.dnainternet.fi> has quit IRC (Ping timeout: 250 seconds) | 07:48 | |
*** Lipevakala <Lipevakala!~sailfish@62-78-219-131.bb.dnainternet.fi> has joined #sailfishos-porters | 07:50 | |
*** Lipevakala <Lipevakala!~sailfish@62-78-219-131.bb.dnainternet.fi> has quit IRC (Remote host closed the connection) | 07:53 | |
rinigus | spiiroin, ballock: suspend is back! something installed in sfdroid prevented the suspend. note that I have suspend in another install, so its not sfdroid as such, but something I installed into it. we'll check what exactly later (maybe gapps?) | 07:57 |
nh1402_work | ballock: make them wait, they didn't help with development, selfish so and so's. | 07:58 |
*** taaem <taaem!~taaem@unaffiliated/taaem> has joined #sailfishos-porters | 07:58 | |
*** Lipevakala <Lipevakala!~sailfish@62-78-219-131.bb.dnainternet.fi> has joined #sailfishos-porters | 07:59 | |
rinigus | spiiroin, ballock: with suspend, powertop would still report high number of wakeups due to PS, but that's probably due to powertop measuring the time through CLOCK_MONOTIME, I believe. I'll check timers via my own script against wall time. let's see how many timers are fired by proximity. | 07:59 |
*** happy-dude <happy-dude!uid62780@gateway/web/irccloud.com/x-iuffpipjvkidaecn> has quit IRC (Quit: Connection closed for inactivity) | 07:59 | |
*** Lipevakala <Lipevakala!~sailfish@62-78-219-131.bb.dnainternet.fi> has quit IRC (Ping timeout: 276 seconds) | 08:04 | |
*** harha <harha!~harha@194.157.27.2> has joined #sailfishos-porters | 08:08 | |
*** harha <harha!~harha@194.157.27.2> has quit IRC (Read error: Connection reset by peer) | 08:13 | |
*** AYEHAN <AYEHAN!~behave@111.68.108.75> has quit IRC (Ping timeout: 276 seconds) | 08:15 | |
*** taaem <taaem!~taaem@unaffiliated/taaem> has quit IRC (Ping timeout: 244 seconds) | 08:23 | |
*** NeKit <NeKit!~nekit@124.160.213.233> has joined #sailfishos-porters | 08:32 | |
Stskeeps | ballock: what CM version is http://images.devaamo.fi/sfe/mako/gamma4/ ? | 08:38 |
ballock | Stskeeps: cm11 | 08:48 |
*** taaem <taaem!~taaem@unaffiliated/taaem> has joined #sailfishos-porters | 08:48 | |
ballock | Stskeeps: if you are testing stuff, there's a .gamma5 too :) | 08:48 |
Stskeeps | ok | 08:49 |
Stskeeps | what was the last 10.1 version? | 08:49 |
ballock | Stskeeps: these were the beta versions | 08:49 |
Stskeeps | ok | 08:49 |
*** NeKit <NeKit!~nekit@124.160.213.233> has quit IRC (Ping timeout: 244 seconds) | 08:50 | |
spiiroin | review/testing appreciated: https://git.merproject.org/mer-core/buteo-mtp/merge_requests/7 | 09:03 |
Stskeeps | sledges: awake yeT? | 09:04 |
Stskeeps | sledges: https://github.com/mer-hybris/android_frameworks_native looks like it's missing the patches for 10.1 | 09:05 |
*** ghosalmartin <ghosalmartin!~ghosalmar@90.216.134.194> has joined #sailfishos-porters | 09:07 | |
ghosalmartin | morning | 09:07 |
Stskeeps | ballock: you have the cm10.1 ones laying about? do you have the libEGL patches in your frameworks/native? | 09:09 |
ballock | Stskeeps: I was only doing the gamma releases, I think the cm10.1 ones were done by carepack. | 09:10 |
Stskeeps | ok | 09:10 |
sledges | Stskeeps: on them | 09:19 |
ballock | Stskeeps: Are you porting stuff to a cm10.1 device? I've got a cm10.1-only device around, so I am interested. | 09:20 |
Stskeeps | ballock: 4.2.2 device | 09:20 |
Stskeeps | which is a bit of a pita | 09:20 |
nh1402_work | Stskeeps: out of interest which device is this? | 09:21 |
Stskeeps | nh1402_work: just some experimental device, nothing interesting | 09:22 |
ballock | ah, my gt-s6310 comes with 4.1.2 stock, even older. There's some porting effort to 4.4.4, though. | 09:22 |
Stskeeps | planning to use it with my galaxy gear 1 too | 09:22 |
Stskeeps | sledges: actually, i don't think we actually patched anything back then | 09:32 |
Stskeeps | it used the tls slot stuff | 09:32 |
sledges | Stskeeps: and i can't patch it anyway :P no servicemanager here https://github.com/mer-hybris/android_frameworks_native/tree/hybris-10.1/cmds | 09:33 |
sledges | i.e. pita ;) | 09:33 |
Stskeeps | nod | 09:33 |
*** Mavireck <Mavireck!52780da2@gateway/web/freenode/ip.82.120.13.162> has joined #sailfishos-porters | 09:41 | |
Mavireck | If we want to add a pre-installed app, we add it's name to the patterns and what do we do next ? | 09:45 |
Nokius_ | Mavireck: nothing of course u have to redo set 7 and 8 creating an image | 09:47 |
*** Nokius_ is now known as Nokius | 09:47 | |
Mavireck | Nokius: Ok thanks | 09:49 |
ghosalmartin | github are now doing rebase in there pr uis | 09:50 |
*** drFaustroll <drFaustroll!~alin@opensuse/member/ealin> has joined #sailfishos-porters | 09:53 | |
Nokius | Mavireck: may u need to backup your ks file if added some changes so u have not to redo all the work :) | 09:54 |
sledges | nh1402_work: the link to a bug about nfc was a typo :P | 09:54 |
Nokius | or even better add the wanted applications to the .ks file | 09:54 |
*** piggz <piggz!~piggz@204.94.126.194.pool.dsl.daisyplc.net> has quit IRC (Remote host closed the connection) | 09:54 | |
Nokius | as I did here https://nokius.net/SFOS/find5/ALPHA/sfe-find5-1.1.4.29-ALPHA-III/Jolla-1.1.4.29-find5-armv7hl.ks | 09:55 |
*** piggz <piggz!~piggz@204.94.126.194.pool.dsl.daisyplc.net> has joined #sailfishos-porters | 09:55 | |
Mavireck | Nokius: Ok thank you very much. Just wondering : How does it find the necessary files ? I mean... The packages are not in the sources so how does the computer include them in the build ? | 09:56 |
*** hashcore <hashcore!~hashcore@unaffiliated/hashcore> has joined #sailfishos-porters | 10:06 | |
*** harha <harha!~harha@194.157.27.2> has joined #sailfishos-porters | 10:12 | |
Nokius | Mavireck: is getting this via the repos | 10:13 |
* Nokius sorry network is bumpy today | 10:13 | |
Mavireck | Nokius: but I get these errors for some off the apps : Error <creator>: Unable to find package: pulseaudio-modules-droid-glue | 10:15 |
Mavireck | Nokius: Or that : Warning: repo problem: nothing provides pulseaudio-modules-droid-glue needed by pattern:jolla-hw-adaptation-thea-1-1.noarch, | 10:22 |
*** EasyAC <EasyAC!~andre@x2f0b37f.dyn.telefonica.de> has joined #sailfishos-porters | 10:25 | |
*** piggz <piggz!~piggz@204.94.126.194.pool.dsl.daisyplc.net> has quit IRC (Remote host closed the connection) | 10:29 | |
*** piggz <piggz!~piggz@204.94.126.194.pool.dsl.daisyplc.net> has joined #sailfishos-porters | 10:29 | |
*** cxl000 <cxl000!~cxl000@c27-253-5-120.brodm4.vic.optusnet.com.au> has joined #sailfishos-porters | 10:32 | |
*** AYEHAN <AYEHAN!~behave@111.68.108.75> has joined #sailfishos-porters | 10:36 | |
nh1402_work | sledges: oh :( | 10:38 |
sledges | ballock: can't test (or definitely, merge) those PRs this week due to internal activities, sorry, you'll need to diverge. for libhybris it's easy: just point your _service https://github.com/sledges/libhybris/tree/update20160329 . It's already tagged with 0.0.5.16.1 . The next upstream libhybris version will be 0.0.5.17, so webhook will sort out your devel automagically then | 10:41 |
sledges | update20160329's been tested on the intex phone | 10:41 |
kimmoli | sledges: apropoo, any news on intex cbeat devices? | 10:43 |
sledges | ballock: for dhd it's all about remembering from which code tree state you uploaded those RPMs :) | 10:43 |
sledges | ballock: and you'll be able to field test your dhd PR \o/ | 10:44 |
sledges | before the grand merger | 10:44 |
sledges | nh1402_work: well, you can always go to bugzilla if you're bored anyway ;) | 10:44 |
sledges | i simply got some movement/interest with slimport, hence my chat | 10:45 |
*** piggz <piggz!~piggz@204.94.126.194.pool.dsl.daisyplc.net> has quit IRC (Remote host closed the connection) | 10:50 | |
*** piggz <piggz!~piggz@204.94.126.194.pool.dsl.daisyplc.net> has joined #sailfishos-porters | 10:51 | |
sledges | kimmoli: got friends in india?:)) | 10:51 |
kimmoli | no apu there, maybe some colleagues visiting there | 10:52 |
*** Mister_Magister <Mister_Magister!~Mister_Ma@213.146.59.128> has joined #sailfishos-porters | 10:54 | |
Mister_Magister | sledges: ping | 10:54 |
*** EasyAC <EasyAC!~andre@x2f0b37f.dyn.telefonica.de> has quit IRC (Quit: Leaving) | 10:58 | |
nh1402_work | kimmoli: was that a simpsons reference? | 11:00 |
*** hashcore <hashcore!~hashcore@unaffiliated/hashcore> has quit IRC (Ping timeout: 260 seconds) | 11:03 | |
*** hashcore <hashcore!~hashcore@unaffiliated/hashcore> has joined #sailfishos-porters | 11:06 | |
*** t4ryn <t4ryn!foobar@unaffiliated/t4ryn> has quit IRC (Remote host closed the connection) | 11:18 | |
*** piggz <piggz!~piggz@204.94.126.194.pool.dsl.daisyplc.net> has quit IRC (Remote host closed the connection) | 11:21 | |
*** piggz <piggz!~piggz@204.94.126.194.pool.dsl.daisyplc.net> has joined #sailfishos-porters | 11:21 | |
*** piggz <piggz!~piggz@204.94.126.194.pool.dsl.daisyplc.net> has quit IRC (Remote host closed the connection) | 11:28 | |
*** piggz <piggz!~piggz@204.94.126.194.pool.dsl.daisyplc.net> has joined #sailfishos-porters | 11:28 | |
Stskeeps | sledges: sb2 -t $VENDOR-$DEVICE-$ARCH -R -msdk-build zypper -n rm mesa-llvmpipe in build_packages is wrong | 11:34 |
Stskeeps | it-s -msdk-install -R zypper -n rm mesa-llvmpipe | 11:34 |
*** hashcore <hashcore!~hashcore@unaffiliated/hashcore> has quit IRC (Ping timeout: 244 seconds) | 11:36 | |
*** hashcore <hashcore!~hashcore@unaffiliated/hashcore> has joined #sailfishos-porters | 11:38 | |
*** NeKit <NeKit!~nekit@111.0.194.57> has joined #sailfishos-porters | 11:39 | |
ballock | sledges: fyi: update20160329 is not tagged as 0.0.5.16.1. Your 0.0.5.16.1 tags something from Dec 2015. | 11:42 |
*** dr_gogeta86 <dr_gogeta86!~gogeta@unaffiliated/dr-gogeta86/x-8885803> has quit IRC (Ping timeout: 244 seconds) | 11:43 | |
*** rengel <rengel!rengel@irc.vierii.fi> has quit IRC (Ping timeout: 244 seconds) | 11:44 | |
*** rengel <rengel!rengel@irc.vierii.fi> has joined #sailfishos-porters | 11:44 | |
rinigus | ballock, spiiroin: giving up, there is no point in measuring timers against wall clock. it so much depends on amount of sleep that this will be hard to compensate. unless I'll use kernel clock, as powertop :) . so, to summarize: PS is making probably 50%+ wakeups in N4 in idle, but to measure the difference, I'll have to follow battery drain over longer period. | 11:45 |
ballock | sledges: also, the version in gamma4 was from https://github.com/mer-hybris/libhybris tag 0.0.5.17 already | 11:45 |
kimmoli | the "Gujarat Lions Anthem" is released :) | 11:45 |
sledges | ballock: retagged, some disturbance in the force :) | 11:48 |
sledges | ballock: as 0.0.5.17.1 :) | 11:49 |
*** dr_gogeta86 <dr_gogeta86!~gogeta@2001:41d0:52:100::eb5> has joined #sailfishos-porters | 11:49 | |
*** dr_gogeta86 <dr_gogeta86!~gogeta@2001:41d0:52:100::eb5> has quit IRC (Changing host) | 11:49 | |
*** dr_gogeta86 <dr_gogeta86!~gogeta@unaffiliated/dr-gogeta86/x-8885803> has joined #sailfishos-porters | 11:49 | |
Mavireck | Mister_Magister: there is no commit about how you fixed ril... so how did you fix it ? ;-) :D | 11:50 |
sledges | Mister_Magister: pong | 11:52 |
*** Kabouik <Kabouik!~quassel@147.99.219.229> has joined #sailfishos-porters | 11:53 | |
Mister_Magister | sledges: i got sfdroid working :D | 11:54 |
sledges | Stskeeps: fixed, ta! | 11:55 |
sledges | Mister_Magister: \o/ | 11:55 |
sledges | Mister_Magister: video or it didn't happen ;P | 11:55 |
Stskeeps | sledges: you can kill "• Anything mentioning ‘‘mesa-llvmpipe‘‘ – happened only few times, simply re-run | 11:55 |
Stskeeps | build_packages.sh." | 11:55 |
Stskeeps | after that | 11:55 |
Stskeeps | in hadk | 11:55 |
Mister_Magister | sledges: http://forum.xda-developers.com/showpost.php?p=66210828&postcount=298 | 11:55 |
Mavireck | sfdroid isn't compatible with cm12.1 yet, is it ? | 11:57 |
Mister_Magister | sledges: it's that enaugh? | 11:57 |
Mister_Magister | Mavireck hello :D (i don't know :P ) | 11:57 |
Mavireck | Mister_Magister: Hello ! You fixed it by chance ? xD | 11:58 |
*** piggz <piggz!~piggz@204.94.126.194.pool.dsl.daisyplc.net> has quit IRC (Remote host closed the connection) | 11:58 | |
Mister_Magister | Mavireck but what? | 11:59 |
*** piggz <piggz!~piggz@204.94.126.194.pool.dsl.daisyplc.net> has joined #sailfishos-porters | 11:59 | |
Mavireck | Mister_Magister: I sent you a message about how you fixed Ril earlier xD | 11:59 |
Mister_Magister | oh i didn't seen it sorry :D Sledges know more but i installed newest ofono, confgured /etc/ofono/ril_subscription.conf and something else that i don't remeber :) | 12:01 |
*** Kabouik <Kabouik!~quassel@147.99.219.229> has quit IRC (Remote host closed the connection) | 12:01 | |
Mavireck | Mister_Magister: Ok thanks | 12:01 |
Mister_Magister | you can search logs or ask people :) | 12:02 |
*** piggz <piggz!~piggz@204.94.126.194.pool.dsl.daisyplc.net> has quit IRC (Excess Flood) | 12:03 | |
*** piggz <piggz!~piggz@204.94.126.194.pool.dsl.daisyplc.net> has joined #sailfishos-porters | 12:03 | |
Stskeeps | sledges: sed -e \ | 12:04 |
Stskeeps | "s|^$HA_REPO.*$|$HA_REPO --baseurl=file://$ANDROID_ROOT/droid-local-repo/$DEVICE|" \ | 12:04 |
Stskeeps | $ANDROID_ROOT/droid-configs/installroot/usr/share/kickstarts/$KS \ | 12:04 |
Stskeeps | is wrong | 12:04 |
Stskeeps | > tmp/$KS | 12:04 |
Stskeeps | it's hybris/droid-configs/ | 12:04 |
Stskeeps | (in hadk) | 12:05 |
*** Mister_Magister <Mister_Magister!~Mister_Ma@213.146.59.128> has quit IRC (Ping timeout: 250 seconds) | 12:06 | |
sledges | Stskeeps: thanks for llvm, nuking that atm; hybris/ one's been noted on here already, still left that for channel buzz :D but yea, it's time to release a new one;) | 12:07 |
nh1402_work | Mavireck: It's not compatible yet, someone needs to port the code over. If/Once I get CM12.1 base working on N5 then I'll port it | 12:07 |
sledges | Stskeeps: process_patterns too ^_^ | 12:08 |
sledges | Mister_Magister: could you tweet this pls? ;) http://dl-1.va.us.xda-developers.com/3/7/0/8/6/5/8/Screenshot-16-04-05-20-07-39.jpg?key=HqbV6zp9F661AgyXjJ08vA&ts=1459944587 | 12:09 |
Stskeeps | there's a createrepo after droid-hal-version missing as well | 12:09 |
sledges | Stskeeps: headsup: --runtime=native should fix RootPassword (non-critical) errors in mic | 12:10 |
kimmoli | sledges: that link gives 410 | 12:10 |
sledges | lol gone | 12:11 |
sledges | kimmoli: the 1st screenshot from http://forum.xda-developers.com/showpost.php?p=66210828&postcount=298 | 12:11 |
Mavireck | nh1402_work: Ok thank you for your hard work | 12:12 |
*** piggz <piggz!~piggz@204.94.126.194.pool.dsl.daisyplc.net> has quit IRC (Remote host closed the connection) | 12:18 | |
*** Mister_Magister <Mister_Magister!~Mister_Ma@62.244.131.33> has joined #sailfishos-porters | 12:19 | |
*** piggz <piggz!~piggz@204.94.126.194.pool.dsl.daisyplc.net> has joined #sailfishos-porters | 12:19 | |
*** hashcore <hashcore!~hashcore@unaffiliated/hashcore> has quit IRC (Ping timeout: 244 seconds) | 12:22 | |
Mavireck | Many things are not working ;-) Can someone help me ? (With Wlan and RIL, the two importans for now) | 12:24 |
dr_gogeta86 | sledges, mindblowing | 12:26 |
*** hashcore <hashcore!~hashcore@unaffiliated/hashcore> has joined #sailfishos-porters | 12:29 | |
Mavireck | Well... I forgot the pastebin xD : http://pastebin.com/9cV0jkdx | 12:33 |
Nokius | Mavireck: I have no time shit hit the fan | 12:37 |
Mavireck | Well nevermind I will try again by myself | 12:38 |
*** hashcore <hashcore!~hashcore@unaffiliated/hashcore> has quit IRC (Ping timeout: 276 seconds) | 12:39 | |
*** hashcore <hashcore!~hashcore@unaffiliated/hashcore> has joined #sailfishos-porters | 12:40 | |
sledges | Mavireck: your mounts look borked, compare `mount` output between sf and cm; also check what *.mount units you got during dhd build | 12:41 |
*** hashcore <hashcore!~hashcore@unaffiliated/hashcore> has quit IRC (Ping timeout: 248 seconds) | 12:45 | |
ghosalmartin | . | 12:46 |
ghosalmartin | oops | 12:47 |
SfietKonstantinW | . | 12:48 |
*** happy-dude <happy-dude!uid62780@gateway/web/irccloud.com/x-djhhaqvttigbwihw> has joined #sailfishos-porters | 12:57 | |
*** NeKit <NeKit!~nekit@111.0.194.57> has quit IRC (Read error: Connection reset by peer) | 12:58 | |
kimmoli | https://www.youtube.com/watch?v=mnw_7xI5klM | 13:01 |
sledges | Cameron Diaz reincarnation? | 13:03 |
kimmoli | just reminding, dont drive and irc :) | 13:06 |
sledges | been there done that :-D | 13:07 |
*** piggz <piggz!~piggz@204.94.126.194.pool.dsl.daisyplc.net> has quit IRC (Remote host closed the connection) | 13:10 | |
*** piggz <piggz!~piggz@204.94.126.194.pool.dsl.daisyplc.net> has joined #sailfishos-porters | 13:10 | |
*** NeKit <NeKit!~nekit@111.0.70.77> has joined #sailfishos-porters | 13:16 | |
*** piggz <piggz!~piggz@204.94.126.194.pool.dsl.daisyplc.net> has quit IRC (Remote host closed the connection) | 13:18 | |
*** piggz <piggz!~piggz@204.94.126.194.pool.dsl.daisyplc.net> has joined #sailfishos-porters | 13:19 | |
*** hashcore <hashcore!~hashcore@unaffiliated/hashcore> has joined #sailfishos-porters | 13:23 | |
*** krnlyng <krnlyng!~liar@77.117.116.25.wireless.dyn.drei.com> has quit IRC (Ping timeout: 260 seconds) | 13:24 | |
*** newbie_ <newbie_!~newbie@37-33-46-131.bb.dnainternet.fi> has quit IRC (Quit: Lhdss) | 13:25 | |
*** hashcore <hashcore!~hashcore@unaffiliated/hashcore> has quit IRC (Ping timeout: 268 seconds) | 13:27 | |
Stskeeps | ever seen a device kick into QSHSUSB_DLOAD due to a sailfish port? | 13:30 |
mal- | Stskeeps: is that the mode where all partitions are mounted through usb? | 13:32 |
Stskeeps | yeah | 13:32 |
Stskeeps | this device very handily doesn't have a power off button | 13:33 |
Stskeeps | :P | 13:33 |
mal- | Stskeeps: then yes, when porting fp2, it was caused by kernel panic | 13:33 |
Stskeeps | any way to get out of it? | 13:36 |
mal- | I just rebooted normally, but if you don't have a power button then I don't know | 13:37 |
sledges | battery out time | 13:39 |
sledges | (and screwdriver?:P) | 13:39 |
*** harha <harha!~harha@194.157.27.2> has quit IRC (Quit: Leaving.) | 13:40 | |
*** krnlyng <krnlyng!~liar@178.114.119.125.wireless.dyn.drei.com> has joined #sailfishos-porters | 13:41 | |
dr_gogeta86 | Stskeeps, lg g3 | 13:45 |
dr_gogeta86 | sailfish when fail to boot point to such a qualcomm debugger | 13:45 |
*** Zucca <Zucca!~zucca@85-76-165-205-nat.elisa-mobile.fi> has joined #sailfishos-porters | 13:49 | |
Stskeeps | sledges: sigh | 13:49 |
Stskeeps | sledges: the problem being that this thing seems to have a stuck screw :P | 13:50 |
*** Kabouik <Kabouik!~quassel@147.99.219.229> has joined #sailfishos-porters | 13:52 | |
* sledges takes out the welder | 13:59 | |
*** jason972000__ <jason972000__!c6b15f81@gateway/web/freenode/ip.198.177.95.129> has joined #sailfishos-porters | 14:01 | |
*** rinigus <rinigus!~rinigus@kybi.ioc.ee> has quit IRC (Quit: Leaving) | 14:01 | |
ghosalmartin | you need a big hammer :P | 14:13 |
sledges | "You can fix anything with a hammer. If it break, then it clearly needed replacing anyway" | 14:26 |
alterego | Stskeeps: have you tried holding any other button down? | 14:28 |
alterego | Or all of them? :D | 14:29 |
tbr | just wait for the battery to drain :> | 14:35 |
ghosalmartin | am still amazed the phone doesnt have a power butotn | 14:36 |
alterego | Yeah .. How do you turn it on? O_o | 14:37 |
*** piggz <piggz!~piggz@204.94.126.194.pool.dsl.daisyplc.net> has quit IRC (Remote host closed the connection) | 14:38 | |
*** piggz <piggz!~piggz@204.94.126.194.pool.dsl.daisyplc.net> has joined #sailfishos-porters | 14:39 | |
Stskeeps | tbr: 3000mAh battery with no display on | 14:41 |
Stskeeps | hope it takes a lot of power | 14:41 |
Stskeeps | :P | 14:41 |
tbr | Stskeeps: keep reading the filesystem in a loop? | 14:41 |
Stskeeps | tbr: hmm :) | 14:41 |
Stskeeps | tbr: though i guess it probably charges in that mode | 14:41 |
tbr | cut the power wire :) | 14:42 |
*** jason972000__ <jason972000__!c6b15f81@gateway/web/freenode/ip.198.177.95.129> has left #sailfishos-porters | 14:54 | |
*** ghosalmartin <ghosalmartin!~ghosalmar@90.216.134.194> has quit IRC (Ping timeout: 276 seconds) | 15:04 | |
sledges | Stskeeps: fwiw https://github.com/mer-hybris/droid-hal-device/commit/3f0b205533746d1083bd447e4a75b6e70d8e90af | 15:05 |
nh1402_work | Stskeeps: put a 4k video on a loop | 15:13 |
sledges | nh1402_work: there's no way to get in, device is in download mode | 15:17 |
*** ghosalmartin <ghosalmartin!~ghosalmar@90.216.134.197> has joined #sailfishos-porters | 15:18 | |
*** harha <harha!~harha@a91-152-204-157.elisa-laajakaista.fi> has joined #sailfishos-porters | 15:21 | |
nh1402_work | Huawei P9 and P9 Plus announced, a shame they come with a custom SoC. Spec wise the P9 comes with everything I wanted. | 15:25 |
*** harha <harha!~harha@a91-152-204-157.elisa-laajakaista.fi> has quit IRC (Ping timeout: 250 seconds) | 15:26 | |
nh1402_work | P9 plus* | 15:26 |
nh1402_work | sledges: if the cellular network works, then try block the radio, it should hopelessly look for a connection and drain the battery. | 15:27 |
sledges | Schrödinger's modem? | 15:27 |
nh1402_work | well back home for me | 15:32 |
*** nh1402_work <nh1402_work!~nh1402@host81-133-137-69.in-addr.btopenworld.com> has quit IRC (Quit: Leaving) | 15:32 | |
*** ghosalmartin <ghosalmartin!~ghosalmar@90.216.134.197> has quit IRC (Ping timeout: 268 seconds) | 15:38 | |
kido | hey everyone :) | 15:40 |
kido | I got this nice sony phone but android with it... I'm thinking more and more of porting sfos to it when I'll have some more time | 15:41 |
*** piggz <piggz!~piggz@204.94.126.194.pool.dsl.daisyplc.net> has quit IRC (Remote host closed the connection) | 15:48 | |
*** piggz <piggz!~piggz@204.94.126.194.pool.dsl.daisyplc.net> has joined #sailfishos-porters | 15:48 | |
*** JeffHoogland <JeffHoogland!~jeff@c-98-215-112-164.hsd1.il.comcast.net> has joined #sailfishos-porters | 15:50 | |
*** ghosalmartin <ghosalmartin!~ghosalmar@90.216.134.194> has joined #sailfishos-porters | 15:50 | |
JeffHoogland | Anyone have an issue with the nexus 5 port that the microphone is really quiet? | 15:50 |
JeffHoogland | people keep telling me they can barely hear me | 15:50 |
*** t4ryn <t4ryn!foobar@unaffiliated/t4ryn> has joined #sailfishos-porters | 15:59 | |
*** nh1402 <nh1402!~Thunderbi@95.148.89.122> has joined #sailfishos-porters | 16:04 | |
*** ghosalmartin <ghosalmartin!~ghosalmar@90.216.134.194> has quit IRC (Remote host closed the connection) | 16:09 | |
*** piggz <piggz!~piggz@204.94.126.194.pool.dsl.daisyplc.net> has quit IRC (Remote host closed the connection) | 16:10 | |
*** piggz <piggz!~piggz@204.94.126.194.pool.dsl.daisyplc.net> has joined #sailfishos-porters | 16:11 | |
Stskeeps | mal-: fwiw culprit is CONFIG_MSM_DLOAD_MODE | 16:16 |
Stskeeps | mal-: The story is that, when CONFIG_MSM_DLOAD_MODE is enabled, the kernel instruments the bootloader to automatically enter download mode on reset, and explicitly requires "set_dload_mode(0)" during restart to prevent that from happening. That alone is not unreasonable, as it forces the device into download mode in the event of both a panic or watchdog bite. | 16:18 |
*** dvogel <dvogel!~dorianvog@ede67-1-81-56-102-2.fbx.proxad.net> has joined #sailfishos-porters | 16:19 | |
*** piggz <piggz!~piggz@204.94.126.194.pool.dsl.daisyplc.net> has quit IRC (Remote host closed the connection) | 16:22 | |
*** piggz <piggz!~piggz@204.94.126.194.pool.dsl.daisyplc.net> has joined #sailfishos-porters | 16:23 | |
*** drFaustroll <drFaustroll!~alin@opensuse/member/ealin> has quit IRC (Remote host closed the connection) | 16:23 | |
*** piggz <piggz!~piggz@204.94.126.194.pool.dsl.daisyplc.net> has quit IRC (Excess Flood) | 16:27 | |
*** piggz <piggz!~piggz@204.94.126.194.pool.dsl.daisyplc.net> has joined #sailfishos-porters | 16:27 | |
nh1402 | so it's not realistically possible to port Sailfish onto the Huawei P9 series?, otherwise I would get it. | 16:31 |
*** dirkvl <dirkvl!~dirkvl@37.143.36.100> has quit IRC (Ping timeout: 244 seconds) | 16:33 | |
mal- | Stskeeps: ok, good to know | 16:34 |
*** dirkvl <dirkvl!~dirkvl@37.143.36.100> has joined #sailfishos-porters | 16:36 | |
*** tanty is now known as tanty_off | 16:44 | |
*** Lipevakala <Lipevakala!~sailfish@62-78-219-131.bb.dnainternet.fi> has joined #sailfishos-porters | 16:49 | |
Mavireck | in $ANDROID_ROOT/tmp/units/ is there supposed to be a pdg.mount ? | 16:51 |
Mister_Magister | piggz: ping | 16:51 |
*** Tassadar <Tassadar!~tassadar@ip-94-112-203-136.net.upcbroadband.cz> has joined #sailfishos-porters | 16:52 | |
Mister_Magister | Mavireck: maybe you appiled fixes that you don't need xD pds* and its for mounting pds (by me) | 16:53 |
*** dirkvl <dirkvl!~dirkvl@37.143.36.100> has quit IRC (Ping timeout: 240 seconds) | 16:54 | |
Mavireck | Mister_Magister: I am checking the irc log and you had problems with pds mount I am trying to understand how it works ;-) | 16:56 |
Mister_Magister | Mavireck maybe you don't need it? | 16:56 |
Mister_Magister | Mavireck: there is /pds partition that is probably needed for sim and it's not mounted by system so i had to make this for mounting pds | 16:57 |
Mavireck | Mister_Magister: How did you notice /pds partition wasn't mounted ? | 16:58 |
Mister_Magister | mount command? | 16:58 |
Mavireck | Mister_Magister: ok i'll check that | 16:59 |
*** Lipevakala_ <Lipevakala_!~sailfish@dyj5kyyhkbb084b487rxt-3.rev.dnainternet.fi> has joined #sailfishos-porters | 17:07 | |
*** Lipevakala <Lipevakala!~sailfish@62-78-219-131.bb.dnainternet.fi> has quit IRC (Read error: Connection reset by peer) | 17:07 | |
Mavireck | Mister_Magister: 'PDS' doesn't appear anywhere : http://pastebin.com/dBuDksgd | 17:10 |
piggz | Mister_Magister: pong | 17:10 |
Mavireck | Mister_Magister: It may not be mounted ;-) | 17:10 |
Mavireck | Mister_Magister: So I add it to fixup-mountpoints ? | 17:11 |
*** piggz <piggz!~piggz@204.94.126.194.pool.dsl.daisyplc.net> has quit IRC (Quit: Konversation terminated!) | 17:11 | |
*** piggz <piggz!~piggz@204.94.126.194.pool.dsl.daisyplc.net> has joined #sailfishos-porters | 17:12 | |
piggz | guys ... with bluetooth, it pairs to my car kit ... but, when I get a call, it is muted and i cant turn it up using either the phone controls or kit controls | 17:12 |
Mister_Magister | piggz: i got sfdroid working. Video playback in gallery working and camera looks like need only config. Can you help me fixing both of them without sfdroid? | 17:21 |
Mister_Magister | Mavireck: check if this appear in cm | 17:22 |
*** taaem <taaem!~taaem@unaffiliated/taaem> has quit IRC (Ping timeout: 260 seconds) | 17:23 | |
Mavireck | Mister_Magister: in cm, i have a line with pds... | 17:26 |
Mister_Magister | Mavireck: so you probably need pds.mount | 17:27 |
Mister_Magister | but not in $ANDROID_ROOT/tmp/units/ xD | 17:27 |
Mavireck | Mister_Magister: so where ? xD | 17:28 |
Mister_Magister | check your sparse | 17:28 |
Mister_Magister | in /lib/systemd/system xD | 17:28 |
Mister_Magister | maybe it should be in there because it's tmp | 17:28 |
Mister_Magister | but chceck if you have it in sparse | 17:29 |
Mavireck | Mister_Magister: in /lib/systemd/system I have pds.service which execute the mount_pds.sh in usr/bin/droid | 17:30 |
piggz | Mister_Magister: have you checked my repos for camera config? | 17:31 |
Mister_Magister | piggz: can you give me link? sorry if i forgot :/ | 17:31 |
Mister_Magister | Mavirec: it's fine :P | 17:31 |
piggz | https://github.com/mer-hybris/droid-config-falcon | 17:32 |
Mister_Magister | Mavireck: check if that files are on your phone | 17:32 |
JeffHoogland | Anyone have any ideas how to raise my microphone volume level? | 17:33 |
Mister_Magister | piggz: BTW i started making port for Moto g 2nd gen, then you started porting to 1st gen and now Mavireck is porting for 2nd gen LTE. WHOA :D | 17:33 |
Mister_Magister | i changed world XD | 17:33 |
Mavireck | Mister_Magister: Yes they are on my phone... | 17:34 |
*** sydney_untangle <sydney_untangle!~sydney@supertux/sydney> has quit IRC (Read error: Connection reset by peer) | 17:34 | |
Mister_Magister | Mavireck: and pds is not mounted? check systemctl status pds.service as root | 17:35 |
mal- | JeffHoogland: could you pastebin output of ls -l /system/etc/ from your device | 17:37 |
*** sydney_untangle <sydney_untangle!~sydney@supertux/sydney> has joined #sailfishos-porters | 17:38 | |
JeffHoogland | mal-, yea hold on let me ssh into it | 17:39 |
*** spider-mario <spider-mario!~spidermar@178-83-188-253.dynamic.hispeed.ch> has joined #sailfishos-porters | 17:41 | |
JeffHoogland | mal-, http://pastebin.com/t7LWvQS3 | 17:42 |
*** Tassadar <Tassadar!~tassadar@ip-94-112-203-136.net.upcbroadband.cz> has quit IRC (Quit: Segmentation fault) | 17:43 | |
Mavireck | Mister_Magister: http://pastebin.com/Gn7jgpd5 | 17:45 |
*** krnlyng <krnlyng!~liar@178.114.119.125.wireless.dyn.drei.com> has quit IRC (Quit: krnlyng) | 17:46 | |
*** krnlyng <krnlyng!~liar@83.175.90.24> has joined #sailfishos-porters | 17:47 | |
Mavireck | Mister_Magister: Maybe cache AND pds partitions are missing from fixup-mountpoints xD | 17:47 |
Mister_Magister | Mavireck do you have /cache folder? | 17:47 |
Mavireck | cd /cache works so I think yes | 17:48 |
Mister_Magister | lol i don't have pds mounted xD | 17:48 |
mal- | JeffHoogland: try these, ln -s /system/etc/mixer_paths.xml /etc/mixer_paths.xml and reboot, if that doesn't help then I'll give further links to create | 17:49 |
Mister_Magister | Mavireck: so you probably don't have to care about it xD | 17:50 |
JeffHoogland | mal-, thanks rebooting now | 17:50 |
Mavireck | Mister_Magister: xDD | 17:50 |
Mavireck | Mister_Magister: But ril and wifi are still not working | 17:50 |
Mister_Magister | try in terminal or ssh as root "modprobe pronto_wlan" | 17:51 |
mal- | Mavireck: which device are you porting? | 17:52 |
Mavireck | Mister_Magister: In telnet ? I got that : modprobe: FATAL: Module pronto_wlan not found. | 17:52 |
Mister_Magister | moto g 2nd gen lte | 17:52 |
Mavireck | mal-: aka Thea | 17:52 |
Mister_Magister | you probably have other name | 17:52 |
Mister_Magister | so mal-: can you tell how to check what name do he have? | 17:52 |
Mavireck | I'm having dinner, i will be back soon | 17:53 |
Mister_Magister | Mavireck: in my sources you can see wlan-module-load.services that is running script. When you find out what device do you have you can replace name in that service and wifi will be fixed but i don't know how to find out that :/ | 17:54 |
JeffHoogland | mal-, still quiet | 17:55 |
mal- | Mavireck: do you have this fix https://github.com/mer-hybris/droid-config-kis3/commit/a01f34e14b1c9e4106927f3f642625dfdb7c1e00 | 17:55 |
mal- | JeffHoogland: ok, try symlinking all of the *.acdb files also | 17:56 |
JeffHoogland | mal-, from /system/etc to just /etc ? | 17:56 |
Mister_Magister | mal-: that fix will be good too :D thanks :D | 17:57 |
* Mister_Magister trying to help but still knows nothing | 17:58 | |
*** dirkvl <dirkvl!~dirkvl@52D91535.cm-11-1a.dynamic.ziggo.nl> has joined #sailfishos-porters | 17:58 | |
mal- | JeffHoogland: yes | 17:59 |
mal- | Mister_Magister: Mavireck that fix is probably breaking at least modem | 17:59 |
*** Tassadar <Tassadar!~tassadar@ip-94-112-203-136.net.upcbroadband.cz> has joined #sailfishos-porters | 17:59 | |
mal- | I mean if it's not there | 17:59 |
*** vgrade-t <vgrade-t!~sailfish@host86-179-5-44.range86-179.btcentralplus.com> has joined #sailfishos-porters | 18:04 | |
JeffHoogland | mal-, that seems to have had no effect / possibly made it worse than before | 18:06 |
*** dirkvl <dirkvl!~dirkvl@52D91535.cm-11-1a.dynamic.ziggo.nl> has quit IRC (Remote host closed the connection) | 18:09 | |
*** keithzg__ <keithzg__!~keithzg@184.70.164.246> has quit IRC (Quit: Konversation terminated!) | 18:10 | |
*** keithzg__ <keithzg__!~keithzg@184.70.164.246> has joined #sailfishos-porters | 18:11 | |
*** dirkvl <dirkvl!~dirkvl@52D91535.cm-11-1a.dynamic.ziggo.nl> has joined #sailfishos-porters | 18:11 | |
mal- | JeffHoogland: hmm, I can't think of anything else to try at the moment | 18:18 |
*** EasyAC <EasyAC!~andre@x2f0b37f.dyn.telefonica.de> has joined #sailfishos-porters | 18:22 | |
*** spiiroin_ <spiiroin_!~spiiroin@87-95-56-70.bb.dnainternet.fi> has joined #sailfishos-porters | 18:24 | |
*** spiiroin <spiiroin!~spiiroin@87-95-56-70.bb.dnainternet.fi> has quit IRC (Read error: Connection reset by peer) | 18:25 | |
Mavireck | mal-: I do have this fix | 18:30 |
*** drFaustroll <drFaustroll!~alin@opensuse/member/ealin> has joined #sailfishos-porters | 18:34 | |
mal- | Mavireck: ok, could pastebin output of /usr/libexec/droid-hybris/system/bin/logcat and journalctl -a | 18:35 |
mal- | Mavireck: also dmesg could be useful | 18:36 |
mal- | Mavireck: also /usr/libexec/droid-hybris/system/bin/logcat -b radio | 18:36 |
mal- | Mavireck: and systemctl | 18:39 |
*** electrolux <electrolux!~electrolu@dyj-f6yfg7tw2zb2vj4vy-3.rev.dnainternet.fi> has quit IRC (Quit: Leaving.) | 18:40 | |
mal- | Mavireck: do you have your droid-config-thea repo in github? | 18:45 |
Mavireck | mal-: It is not updated | 18:45 |
Mavireck | mal-: /usr/libexec/droid-hybris/system/bin/logcat is endless... is it normal ? | 18:45 |
*** Kabouik <Kabouik!~quassel@147.99.219.229> has quit IRC (Remote host closed the connection) | 18:46 | |
EasyAC | Ola, i have installes sfdroid an like to transfer a picture from droid dokuments to sfOS dokuments, but i cant find those folders from both sides? Or lets say i dont have a idea how the structure of both systems come together!?? | 18:47 |
Mavireck | mal-: https://github.com/Mavireck/droid-config-thea | 18:49 |
Mavireck | mal-: http://pastebin.com/TXGjQzsf is the result of /usr/libexec/droid-hybris/system/bin/logcat | 18:50 |
Mavireck | mal-: http://pastebin.com/hdUxA0AW is the result of journalctl -a. It continues but i think this part is enough (?) | 18:53 |
Mavireck | mal-: http://pastebin.com/TAqr3NM0 is the result of dmesg | 18:56 |
mal- | Mavireck: at least do this ln -s /system/etc/sec_config /etc/sec_config | 18:56 |
Mavireck | My phone crashed I have to reflash sfos i'll continue in 5 minutes ;-) | 18:59 |
mal- | Mavireck: also do ln -s /system/etc/thermal-engine-8226.conf /etc/thermal-engine-8226.conf | 19:02 |
mal- | Mavireck: also those logs (at least dmesg and logcat) would be more useful if you get those right after reboot | 19:06 |
Mavireck | mal-: http://pastebin.com/VzAg19LC for /usr/libexec/droid-hybris/system/bin/logcat -b radio | 19:06 |
Mavireck | mal-: there are taken right after reboot | 19:07 |
Mavireck | mal-: ln -s /system/etc/sec_config /etc/sec_config returns nothing | 19:07 |
mal- | Mavireck: you add those symlinks and reboot and see if anything changed | 19:08 |
Mavireck | mal-: The problem is that reboot is broken on my device xD | 19:08 |
mal- | Mavireck: ? | 19:08 |
*** EasyAC <EasyAC!~andre@x2f0b37f.dyn.telefonica.de> has quit IRC (Ping timeout: 248 seconds) | 19:09 | |
Mavireck | mal-: If i shutdown my device, i can't reboot it | 19:09 |
Mavireck | mal-: (stuck on unlocked bootloader warning) | 19:09 |
mal- | then how do you get to sailfish? | 19:10 |
Mavireck | mal-: I reflash it every time xD | 19:10 |
Mavireck | mal-: I mean sailfish reboot doesn't work | 19:10 |
Mavireck | mal-: Each time I power sailfish off, i have to reflash it | 19:11 |
mal- | Mavireck: that sounds bad | 19:11 |
Mavireck | mal-: i think the surfaceflinger hack works only once... | 19:11 |
mal- | how do you shutdown the device? | 19:11 |
mal- | Mavireck: have you checked if you can telnet to the device after reboot | 19:12 |
Mavireck | mal-: power off button then i click on the 'poweroff icon' which appears on screen | 19:12 |
mal- | ok | 19:12 |
piggz | mal-: are there known problems with BT volume control? | 19:13 |
mal- | piggz: no idea, I haven't tried BT audio | 19:13 |
piggz | my car says the audio is muted, and i cant turn it up | 19:14 |
mal- | Mavireck: are you using cm12.1 base? | 19:14 |
Mavireck | mal-: yes | 19:14 |
*** dirkvl <dirkvl!~dirkvl@52D91535.cm-11-1a.dynamic.ziggo.nl> has quit IRC (Ping timeout: 268 seconds) | 19:15 | |
mal- | Mavireck: I assume you have this repo in your manifest https://github.com/CyanogenMod/android_device_motorola_msm8226-common/ | 19:16 |
*** M4rtinK <M4rtinK!~M4rtinK@ip-78-102-146-111.net.upcbroadband.cz> has joined #sailfishos-porters | 19:16 | |
mal- | Mavireck: and you use this https://github.com/CyanogenMod/android_device_motorola_thea | 19:16 |
Mavireck | mal-: you are right | 19:16 |
mal- | Mavireck: did you have problems building droid-hal? | 19:17 |
mal- | something looks wrong in your repos | 19:18 |
mal- | Mavireck: is this really the one you are using https://github.com/Mavireck/droid-hal-thea/blob/master/droid-hal-thea.spec | 19:18 |
Mister_Magister | sledges: i can't wait for jolla store :3 | 19:18 |
Mavireck | mal-: I had a lot of troubles with fixup-mountpoints... | 19:20 |
mal- | Mavireck: but nothing else? like unpackaged files or something? | 19:21 |
Mister_Magister | Mavireck: did you got fixup-mountpoints from my source? if yes then that was bad idea xD | 19:21 |
Mavireck | Mister_Magister: I didn't beacause I couldn't find it ;-) | 19:21 |
Mavireck | mal-: yes, unpackaged files | 19:22 |
mal- | Mavireck: how did you solve that? | 19:22 |
Mavireck | mal-: I am uploading the latest droid-hal-thea.spec | 19:22 |
Mavireck | mal-: check, I uploaded it | 19:23 |
mal- | Mavireck: you don't have droid-hal-thea-detritus installed? | 19:23 |
Mavireck | mal-: no | 19:24 |
mal- | Mavireck: install it | 19:24 |
mal- | Mavireck: extremely important | 19:24 |
mal- | Mavireck: that probably causes many of your problems | 19:24 |
mal- | Mavireck: you should add that packege here https://github.com/Mavireck/droid-config-thea/blob/master/patterns/jolla-hw-adaptation-thea.yaml | 19:26 |
Mavireck | mal-: I am starting a new build, i'll tell you the results | 19:27 |
Mavireck | mal-: not related, but do you know why i can't reboot ? | 19:28 |
Mavireck | mal-: (forget about my last message) | 19:29 |
mal- | Mavireck: not sure | 19:38 |
piggz | sledges: mal-: who would be a BT/audio guru? | 19:38 |
*** Mavireck <Mavireck!52780da2@gateway/web/freenode/ip.82.120.13.162> has quit IRC (Ping timeout: 250 seconds) | 19:49 | |
Mister_Magister | piggz: I'm searching how to fix file sending over bt so xD | 19:52 |
*** ced117 <ced117!~ced117@opensuse/member/ced117> has joined #sailfishos-porters | 20:07 | |
*** dirkvl <dirkvl!~dirkvl@52D91535.cm-11-1a.dynamic.ziggo.nl> has joined #sailfishos-porters | 20:17 | |
piggz | hmmm, for pbap i probably need obexd-calldata-provider and obexd-configs-sailfish | 20:18 |
*** Mavireck <Mavireck!~username@AStLambert-651-1-174-162.w82-120.abo.wanadoo.fr> has joined #sailfishos-porters | 20:30 | |
*** ascarpino <ascarpino!andrea@kde/developer/scarpino> has left #sailfishos-porters ("undefined") | 20:31 | |
Mavireck | mal-: adding thea detritus didn't work... | 20:31 |
*** Litew <Litew!~Litew@broadband-77-37-218-203.nationalcablenetworks.ru> has joined #sailfishos-porters | 20:37 | |
*** L29Ah <L29Ah!~L29Ah@cl-154.led-01.ru.sixxs.net> has quit IRC (Remote host closed the connection) | 20:45 | |
*** L29Ah <L29Ah!~L29Ah@cl-154.led-01.ru.sixxs.net> has joined #sailfishos-porters | 20:47 | |
*** dirkvl <dirkvl!~dirkvl@52D91535.cm-11-1a.dynamic.ziggo.nl> has quit IRC (Ping timeout: 244 seconds) | 20:47 | |
*** Mister_Magister <Mister_Magister!~Mister_Ma@62.244.131.33> has quit IRC (Read error: Connection reset by peer) | 20:47 | |
*** nh1402 <nh1402!~Thunderbi@95.148.89.122> has quit IRC (Ping timeout: 268 seconds) | 21:01 | |
*** Mister_Magister <Mister_Magister!~androirc@62.244.131.33> has joined #sailfishos-porters | 21:15 | |
Mister_Magister | I have problem with sending files over BT here is journal http://pastebin.com/XguJ3xLq | 21:16 |
mal- | Mavireck: any difference in logs? | 21:18 |
mal- | Mavireck: did you remember to add the symlinks I told you about? | 21:19 |
Mavireck | mal-: I still have that reboot problem... Anyway It is late in my country, i will continue tomorrow | 21:20 |
*** Mavireck <Mavireck!~username@AStLambert-651-1-174-162.w82-120.abo.wanadoo.fr> has quit IRC (Remote host closed the connection) | 21:20 | |
Mister_Magister | I thing falling transferengineprivate is a main problem and reason | 21:25 |
Mister_Magister | Mal-: do you haven't already idea how can I check why it's falling? | 21:26 |
Mister_Magister | Have* | 21:27 |
Mister_Magister | And without already. Autocorrect :/ | 21:28 |
Mister_Magister | Hmm in systemctl-user the transferengine is dead o_0 | 21:35 |
*** Tassadar <Tassadar!~tassadar@ip-94-112-203-136.net.upcbroadband.cz> has quit IRC (Ping timeout: 260 seconds) | 21:39 | |
*** Zotan <Zotan!~quassel@2a00:1098:0:86:1000:20:0:1> has quit IRC (Remote host closed the connection) | 21:53 | |
*** Zotan <Zotan!~quassel@2a00:1098:0:86:1000:20:0:1> has joined #sailfishos-porters | 21:54 | |
mal- | Mister_Magister: not right now, I'll take a look at the logs tomorrow | 21:54 |
Mister_Magister | Ok thanks i'll provide strace from transferengine tomorrow | 21:55 |
sledges | piggz: you!? :D | 22:09 |
Mister_Magister | sledges: progress with store? :) | 22:18 |
*** L29Ah <L29Ah!~L29Ah@cl-154.led-01.ru.sixxs.net> has quit IRC (Remote host closed the connection) | 22:20 | |
*** L29Ah <L29Ah!~L29Ah@cl-154.led-01.ru.sixxs.net> has joined #sailfishos-porters | 22:20 | |
sledges | Mister_Magister: 0% | 22:21 |
sledges | when it's done, it's done | 22:21 |
sledges | other blockers in a way first | 22:21 |
Mister_Magister | :( | 22:22 |
sledges | Mister_Magister: openrepos have many more useful apps ;) | 22:23 |
Mister_Magister | sledges: when I created port for Moto g 2nd gen then piggz created for 1st Gen and now Mavireck is porting for 2nd gen lte. It's awesome :D | 22:23 |
Mister_Magister | openrepos don't have Hugh amount of apps :/ | 22:23 |
sledges | Mister_Magister: but they have whatsup :D | 22:24 |
sledges | and Rockwatch ;) | 22:24 |
sledges | and.... stuff! :)) | 22:24 |
sledges | all i need is whatsupp | 22:24 |
sledges | but hey that's just me.. .) | 22:25 |
Mister_Magister | sledges: yes :p | 22:25 |
Mister_Magister | sledges: motorola have good support xD I feel like i changed world xD | 22:25 |
sledges | \o/ | 22:26 |
sledges | support for what do you mean? | 22:27 |
Mister_Magister | For sailfish. | 22:27 |
Mister_Magister | Motorola have 3 device with sailfish now | 22:27 |
Mister_Magister | 2 of them are very bug free | 22:27 |
sledges | oh yes that's a breakthrough finally | 22:28 |
Mister_Magister | And one have sfdroid :3 | 22:28 |
sledges | Mister_Magister: did you read my message to you in a backlog, on this channel? | 22:28 |
sledges | about tweeting a screenshot with that sfdroid app window | 22:28 |
Mister_Magister | Nope :p | 22:28 |
Mister_Magister | I didn't seen it sorry | 22:28 |
Mister_Magister | sledges: i wondering if I should make twitter account xD | 22:29 |
sledges | Mister_Magister: won't hurt ;) | 22:30 |
Mister_Magister | sledges when did you sent message? | 22:30 |
sledges | 14:09 < sledges> Mister_Magister: could you tweet this pls? ;) the 1st screenshot from http://forum.xda-developers.com/showpost.php?p=66210828&postcount=298 | 22:30 |
Mister_Magister | You can tweet it if you want to :F | 22:30 |
Mister_Magister | :D | 22:30 |
sledges | Mister_Magister: :P ok, but i'll quote your nickname then if you're alright with that | 22:31 |
Mister_Magister | Of course :D | 22:31 |
Mister_Magister | Ussd codes from test_ussd works, when come to me automatically works, but when i send code to get message then it's not working. Dunno why xD | 22:33 |
Mister_Magister | sledges: give me link when you finish :p | 22:33 |
*** cxl000 <cxl000!~cxl000@c27-253-5-120.brodm4.vic.optusnet.com.au> has quit IRC (Quit: Leaving) | 22:52 | |
*** Sazpaimon <Sazpaimon!~Sazpaimon@unaffiliated/Sazpaimon> has quit IRC (Read error: Connection reset by peer) | 22:52 | |
sledges | Mister_Magister: https://twitter.com/sledgeSim/status/717850289953497088 | 23:04 |
sledges | thanks man good job! | 23:04 |
sledges | instructions available? :) | 23:04 |
Mister_Magister | Not yet. It's magically working and not working. With krnlyng we are working on this ;) | 23:07 |
*** Litew <Litew!~Litew@broadband-77-37-218-203.nationalcablenetworks.ru> has quit IRC (Quit: Litew) | 23:11 | |
*** zhxt__ <zhxt__!~zhxt@117.114.147.9> has joined #sailfishos-porters | 23:27 | |
*** olafh <olafh!~olafh@p4FDEF518.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 248 seconds) | 23:34 | |
*** spider-mario <spider-mario!~spidermar@178-83-188-253.dynamic.hispeed.ch> has quit IRC (Remote host closed the connection) | 23:39 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!