2016-02-17 00:18:47 @kido what do you mean by no idea how to control it? with dbus-send ? 2016-02-17 09:12:34 TheAppleMan yeah i've never used that 2016-02-17 10:19:48 @kido alright, I think there are a couple of good tutorials on the internet 2016-02-17 18:40:55 @kido http://developer.sonymobile.com/2016/02/17/work-on-the-mainline-kernel-for-open-xperia-devices/ so this is what alin was talking about at FOSDEM, it might bring us a mainline kernel for qcom devices 2016-02-17 18:44:33 locusf yes 2016-02-17 18:44:36 locusf yes 2016-02-17 18:44:37 locusf yes 2016-02-17 18:44:42 locusf this is quite amazing 2016-02-17 18:48:25 @kido indeed 2016-02-17 19:25:53 @kido locusf: by the way, you talked about ordering an LG G Watch, do you still plan to get one? I thought that it might be better to get a asus zenwatch, the first generation is probably at the same price, the soc is also the same so it would require little no work but at least it would broaden the current asteroid's supported platforms list 2016-02-17 19:26:19 locusf kido: ok good idea, I'll see if that would work 2016-02-17 19:26:31 locusf I do still plan on getting one smartwatch 2016-02-17 19:26:34 locusf err one more :p 2016-02-17 19:26:42 @kido :) 2016-02-17 19:28:09 @kido I'm also curious about what Nokius will bring back from korea :) 2016-02-17 20:07:36 @kido TheAppleMan: I updated the website and wiki to include info about your port ;) sorry to have taken so much time but I was a bit busy 2016-02-17 20:08:54 @kido you are also named as the maintainer of the urbane's support in the porting status page of the wiki, if you want to add anything you believe is important (like info about wifi or anything) feel free to do it at any time 2016-02-17 20:10:05 TheAppleMan kido: cool, that's awesome 2016-02-17 20:14:41 @kido by the way, you have write access to AsteroidOS/meta-bass-hybris, you can work directly on that if you feel your commits are good enought and don't need reviewing 2016-02-17 20:16:44 TheAppleMan yeah i know, i just don't want to put testing branches in that repo 2016-02-17 20:18:30 TheAppleMan i'm just confused at how i fixed the kernel compile by adding comments to the defconfig... 2016-02-17 21:26:06 @kido TheAppleMan: I remember I had the same behavior with the radxa rock and open embedded 2016-02-17 21:26:37 @kido OE can simplify your defconfig (with all the dependencies etc) so I simplified mine and it wasn't able to boot 2016-02-17 21:26:44 @kido never understood why though 2016-02-17 21:27:31 @kido locusf: do you know if nemo-qml-plugin-configuration is supposed to notify the code when a value is changed? 2016-02-17 21:28:25 @kido if I use dconf watch on a key, I get real-time info about the change of value 2016-02-17 21:29:16 @kido however if I use the key from QML code with the nemo plugin no signal is emitted or whatever, even after a sync() nothing changes 2016-02-17 21:29:24 @kido I have to restart the app to get the new value 2016-02-17 21:30:16 @kido I thought about moving to another QML config plugin like that one https://github.com/hawaii-desktop/qtconfiguration which has been developed by hawaii but only if nemo-qml-plugin-configuration doesn't support that 2016-02-17 21:31:33 @kido it just seems to come from mlite and mlite has code for key-watching 2016-02-17 22:03:42 TheAppleMan is there any way to make the clock a bit more real-time, there's a lot of lag when turning in the screen before it updates 2016-02-17 22:04:31 @kido well, it happens here https://github.com/AsteroidOS/asteroid-launcher/blob/master/qml/MainScreen.qml#L59 2016-02-17 22:04:46 @kido as soon as we know that the screen is unlocked we re-enable the timed's clock 2016-02-17 22:06:35 @kido it used to update even when locked and there wasn't this change, but I thought it would economize some battery life (actually I have no way to measure the battery change so I'm not sure if it is very effective anyway...) 2016-02-17 22:07:48 @kido I'm still strugling to make powertop work on arm, it asks for x86-specific kernel config when I run it, some other kernel config options are probably missing 2016-02-17 22:28:47 @kido btw if you want to hack it you can directly push the qml files to /usr/share/asteroid-launcher/qml/ without recompiling everytime 2016-02-17 22:36:45 TheAppleMan okay, but i wanna have ssh access so i can push this without wires 2016-02-17 22:37:14 @kido yes sure 2016-02-17 22:37:29 @kido adapt to your need 2016-02-17 22:37:45 @kido if you setup wifi you might be able to use dropbear, I believe it is already installed 2016-02-17 22:40:03 TheAppleMan yeah, actually, the wifi works ootb, i just want an encrypted connection 2016-02-17 22:40:28 @kido then dropbear should already be there for you 2016-02-17 22:40:32 @kido never used it though 2016-02-17 22:41:39 TheAppleMan it works when i run wpa-supp through adb shell, so that's confirmed :) 2016-02-17 22:42:04 @kido :) 2016-02-17 22:42:32 @kido and can't you make it work with connman only without struggling with wpa-supp? 2016-02-17 22:42:54 @kido from the QML code it's easy-peasy to contact connman