*** frinring_ is now known as frinring | 00:49 | |
*** svartoyg is now known as svartoyg_afk | 09:15 | |
*** Elleo__ is now known as Elleo | 09:17 | |
*** Blizzzek is now known as Blizzz | 09:44 | |
*** Lectem_ is now known as Lectem | 10:12 | |
rubdos | SailfishOS SDK seems unable to ssh into IPv6 adresses | 10:37 |
---|---|---|
rubdos | is that a known issue? | 10:37 |
rubdos | the test button says it's okay | 10:37 |
rubdos | but the deploy button freaks out | 10:37 |
rubdos | ssh: Name or service not known | 10:37 |
leszek | might be an ssh issue | 10:37 |
rubdos | does it use a different ssh in its testing phase than it does in it's rsync phase? | 10:38 |
leszek | usually not | 10:38 |
rubdos | the reason I'd like it to work is: I have a DNS name moto-z-play.[location].rubdos.be that AAAA's to my phone, and all my DHCPs offer [location].rubdos.be as search domain... So I can just ssh moto-z-play at that point | 10:39 |
rubdos | and I even made a location for the USB connection :P | 10:39 |
rubdos | that way it works without wifi, with wifi, without USB, and with USB, but SFOS SDK is the only one that doesn't want to play that game ... yet! :D | 10:39 |
*** BitEvil is now known as SpeedEvil | 11:50 | |
elros | spiiroin: maybe you missed it, I can confirm that this https://git.merproject.org/spiiroin/mce/commits/elros-als-bug works for me | 13:54 |
ol | I have some questions about Jolla Store authentication. | 16:03 |
ol | 1. How authentication token is obtained? Can I request it without using Jolla phone using some form of HTTP request from a desktop computer? | 16:03 |
ol | 2. Where Jolla Store credentials are stored? | 16:03 |
ol | 3. How can I download a package from authenticated repository to my desktop computer? | 16:03 |
ol | I was trying to unbrick my Jolla 1 phone, but made a mistake and lost sbj-configs package in process. Now I need to download it somehow and install manualy using recover mode. | 16:04 |
rydare | ol: can you log in to the phone via ssh and use the package manager? | 18:02 |
rydare | or is it bricked | 18:02 |
tortoisedoc | hey | 18:37 |
tortoisedoc | I get this error when trying to unzip in mer platform sdk | 18:37 |
tortoisedoc | error: unpacking of archive failed on file /usr/bin/cpp: cpio: rename failed - Invalid cross-device link | 18:37 |
tortoisedoc | fresh install, latest sfos | 18:37 |
tortoisedoc | debian stretch | 18:37 |
rydare | if, while zypper dup'ing you get some "cpio: rename failed - Invalid cross-device link" error, feel free to ignore it by press "i" and "enter" | 18:42 |
rydare | from https://wiki.merproject.org/wiki/Nemo/Armv7hl_Development_Guide | 18:42 |
rydare | maybe that's not quite the same error though | 18:42 |
Mister_Magister | how to pageStack.push with parameters? its not in documentation | 18:43 |
rydare | tortoisedoc: i just realized that page is for N9 or N950 so it might not apply | 18:47 |
Mister_Magister | anyone? | 18:51 |
Mister_Magister | great properties arent even used at all | 18:55 |
Mister_Magister | what am i even asking | 18:55 |
Mister_Magister | how do i pass variable between pages? | 19:01 |
r0kk3rz | magic | 19:03 |
Mister_Magister | r0kk3rz: ? | 19:03 |
Mister_Magister | im asking seriously | 19:03 |
flypig | Mister_Magister, you mean something like this: var dialog = pageStack.push(Qt.resolvedUrl("Page.qml"), {myprop1: "value 1", myprop2: "value 2"}) | 19:06 |
Mister_Magister | flypig: that properties arent event usng | 19:07 |
Mister_Magister | used* | 19:07 |
flypig | Used where? | 19:07 |
Mister_Magister | in code | 19:07 |
Mister_Magister | you can add whatever you want in second parameters pagestack.push doesnt use that at all | 19:07 |
flypig | Mister_Magister, if the properties exist in the code you're pushing to, they should get updated to the values you specify. | 19:07 |
Mister_Magister | well no. | 19:08 |
flypig | Mister_Magister, you're seeing something different? | 19:08 |
r0kk3rz | you need to declare on the page | 19:08 |
Mister_Magister | flypig: im seeing that its not used at all | 19:08 |
Mister_Magister | and not working at all | 19:08 |
flypig | Mister_Magister, it should work okay. Can you share your code? Are your properties defined on the page, as r0kk3rz mentioned? | 19:09 |
flypig | Mister_Magister, also, note this only works in one direction. It's harder to pass values back to the page you came from. | 19:09 |
Mister_Magister | flypig: kay im simply stupid | 19:10 |
Mister_Magister | wrong bracket | 19:10 |
Mister_Magister | i put it like pageStack.push(Qt.resolvedUrl("../VideoPlayer.qml", { hui: "hui"})) | 19:10 |
Mister_Magister | yeah nvm im just stupid | 19:10 |
flypig | Mister_Magister, :) everyone loves brackets | 19:10 |
r0kk3rz | dun goofed | 19:11 |
flypig | I'm glad you got it working. | 19:11 |
Mister_Magister | r0kk3rz: bamboozled | 19:11 |
Mister_Magister | if somebody interested then im making legit sfos yt client lol | 19:12 |
flypig | Mister_Magister, nice :) Open source? | 19:12 |
Mister_Magister | ofc | 19:12 |
Mister_Magister | based off minitube | 19:12 |
Mister_Magister | searching and playing works :P | 19:13 |
Mister_Magister | enough for release xD | 19:13 |
* Mister_Magister joking | 19:13 | |
flypig | Nice :) I look forward to seeing the results. Is minitube Qt? | 19:15 |
Mister_Magister | flypig: yep but not QML | 19:15 |
Mister_Magister | i just got pure c++ parts out of it | 19:15 |
Mister_Magister | aaand its workign nicely | 19:16 |
flypig | Mister_Magister, it'd be interesting to hear how easy the conversion is to QML, what can be learnt etc. You should write it up. | 19:16 |
* Mister_Magister wonders why after setting vieo size to full screen size it isnt fullscreen | 19:16 | |
Mister_Magister | flypig: nah | 19:16 |
flypig | Shame :( | 19:16 |
Mister_Magister | im cutting tons of stuff of it and making my way | 19:17 |
Mister_Magister | but there is like playlistModel which is QAbstractListModel which i can just put in qml lol | 19:17 |
Mister_Magister | im wondering how should i license file that is already licensed but with my changes | 19:17 |
flypig | What licence is the original? | 19:18 |
Mister_Magister | GPL i think | 19:18 |
flypig | You don't have much choice then ;) | 19:18 |
Mister_Magister | i mean | 19:18 |
Mister_Magister | put 2 licenses in one file? | 19:18 |
Mister_Magister | or leave old license | 19:19 |
Mister_Magister | or add my name to license? | 19:19 |
flypig | I think just update copyright headers to add your name. | 19:19 |
Mister_Magister | in what way? | 19:19 |
flypig | (without removing the original, of course) | 19:19 |
Mister_Magister | add second copyright line? | 19:19 |
flypig | Actually, I notice the GPL doesn't have a copyright line for the code author | 19:20 |
Mister_Magister | flypig: i mean add second line like this? https://github.com/Michal-Szczepaniak/Morsender/blob/master/Morsender/src/Morsender.cpp#L2 | 19:21 |
Mister_Magister | https://github.com/flaviotordini/minitube/blob/master/COPYING | 19:22 |
flypig | Mister_Magister, yes, that's what I'd do, if there are changes. | 19:22 |
Mister_Magister | thanks! | 19:22 |
flypig | NP. I'm not a lawyer, of course ;) | 19:23 |
Mister_Magister | me neighter | 19:25 |
Mister_Magister | and licenses are hell | 19:25 |
* Mister_Magister dont get why 16:9 video isnt 16:9 on 16:9 screen | 19:27 | |
flypig | Mister_Magister, agreed. Not sure about your video I'm afraid. | 19:28 |
Mister_Magister | flypig: i extended height and it seems okay so ill leave it like that | 19:28 |
flypig | Mister_Magister, here's the code I use for video, in case it helps: https://github.com/llewelld/getiplay/blob/master/qml/pages/VideoView.qml | 19:29 |
Mister_Magister | too many l but thanks xD | 19:30 |
flypig | Yeah, sorry. Most of it is ignorable (displays the controls) Lines 75 - 90 are the important bit. | 19:31 |
Mister_Magister | sorry for what xD im just joking about user name xD | 19:31 |
flypig | VideoOutput { fillMode: Image.PreserveAspectFit } | 19:31 |
flypig | Good luck with it Mister_Magister. Ciao. | 19:33 |
Mister_Magister | bye | 19:33 |
tortoisedoc | rydare : it actually worked | 20:17 |
tortoisedoc | thanks | 20:17 |
ol | rydare: I can start the phone in recovery mode. It boots but it doesn't start connman and lipstick in normal mode. | 20:33 |
ol | rydare: I've succeeded unbricking it after botched upgrade, but connman was not working. So, I've connected through USB networking and started upgrading packages using zypper. At some point zypper decided to remove sbj-configs package. Now I can access it only using recovery mode. I have access to filesystem and can chroot there, but I can't download sbj-configs package. | 20:39 |
rydare | oh yikes | 20:42 |
rydare | i wish i had advice for you | 20:43 |
rydare | I'm just a newb | 20:43 |
ol | All I need now is to get sbj-configs package. Do you have Jolla-1 phone? | 20:43 |
ol | I mean, working Jolla-1 phone. | 20:43 |
rydare | no i don't | 20:46 |
ol | Anybody? I don't ask much, please just run "pkcon download /var/tmp sbj-configs" on Jolla-1 and share somehow a rpm file that was downloaded into "/var/tmp". | 20:56 |
mal | if I still had my jolla1 I would have done that already, hopefully someone with the device can get you the package | 21:20 |
schmittlauch[m] | ol: here you go https://seafile.orlives.de/f/9c93025effc64bde9197/?dl=1 | 21:25 |
ol | schmittlauch[m]: Thank you very much! | 21:26 |
schmittlauch[m] | You're welcome. Did you get it? | 21:27 |
ol | schmittlauch[m]: Yes, I've downloaded the file sucessfully. I'll be trying to install this package in recovery mode soon. | 22:33 |
ol | Does anybody know how to authenticate for Jolla Store from command line? | 22:45 |
*** feodoran is now known as Guest15036 | 23:51 | |
*** feodoran_ is now known as feodoran | 23:51 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!