*** Mogwai is now known as Gizmokid2005 | 00:31 | |
*** Gizmokid2005 is now known as Mogwai | 00:31 | |
*** ChanServ sets mode: +v T4 | 02:41 | |
T4 | <adampigg> I get nervous when abranson merges my code into master :D | 08:01 |
---|---|---|
abranson | adampigg: tagging gst-droid triggers a build for every currently supported device internally, as well as every active community build in the mer boss channel. it's quite scary. | 08:02 |
*** ChanServ sets mode: +v T4 | 08:40 | |
sledges | PSA: SDK Targets & Toolings (including 3.0.0.8) are under http://releases.sailfishos.org/sdk/targets/ | 09:21 |
sledges | also please discard your Platform SDK Chroot (mv $PLATFORM_SDK_ROOT/sdks/sfossdk $PLATFORM_SDK_ROOT/sdks/sfossdk.old) and install the fresh v3.0.0 one (Quick start section is enough) https://sailfishos.org/wiki/Platform_SDK_Installation | 10:00 |
sledges | wiki has now been updated to reflect the changed target paths https://sailfishos.org/wiki/Platform_SDK_Target_Installation | 10:14 |
T4 | Arsaam_Khan was added by: Arsaam_Khan | 11:59 |
*** ChanServ sets mode: +v T4 | 14:00 | |
mal | piggz: abranson should i add the updated qtmultimedia to devel common? | 17:59 |
piggz | mal: we may aswell ship before jolla...the cogs turn slowly upstream! | 18:29 |
mal | piggz: afaik that should be compatible as long as you don't use the new feature with old gst-droid | 18:30 |
piggz | mal: even if you have the old gst-droid, it should pretty much work as'before | 18:33 |
piggz | you just wont get the new features | 18:33 |
mal | piggz: ok | 18:45 |
piggz | r0kk3rz: what does this line do? https://github.com/r0kk3rz/droid-config-scorpion_windy/blob/master/sparse/usr/bin/droid/droid-bt-init.sh#L5 | 19:08 |
r0kk3rz | magic | 19:11 |
r0kk3rz | not sure tbh | 19:11 |
r0kk3rz | i wouldnt worry about it and use the other one instead | 19:12 |
T4 | <akaWolf> mer:core is syncronized with Jolla internal OBS? | 19:13 |
r0kk3rz | no | 19:16 |
T4 | <akaWolf> where can I find .ks files for building images for current supported by Jolla phones? | 19:18 |
piggz | r0kk3rz: so, to get the bt mac address, android runs a binary, and stores the ouput in a file.....that binary is 64bit | 19:26 |
piggz | and a vendor blob | 19:26 |
piggz | i guess a randomly generated address will do | 19:27 |
r0kk3rz | orrrrrrr | 19:48 |
r0kk3rz | get the output, write it to a file somewhere | 19:48 |
T4 | <akaWolf> r0kk3rz, what do you think, how can we build Nemo image independently? | 19:50 |
T4 | <akaWolf> does someone update mer:core? | 19:51 |
r0kk3rz | independantly from what? | 19:51 |
T4 | <akaWolf> from Jolla | 19:52 |
r0kk3rz | theres nothing stopping you from doing that | 19:52 |
T4 | <akaWolf> I'm afraid noone updates packages in mer:core project | 19:53 |
r0kk3rz | your fears are misplaced | 19:53 |
T4 | <akaWolf> why? | 19:53 |
T4 | <akaWolf> I'm really don't see the whole picture | 20:02 |
T4 | <akaWolf> what is the reason between adaptation-community and adaptataion-jolla? | 20:04 |
T4 | <akaWolf> difference* | 20:04 |
piggz | r0kk3rz: my solution is basically | 20:08 |
piggz | hexchars="0123456789ABCDEF" | 20:09 |
piggz | mac=$( for i in {1..10} ; do echo -n ${hexchars:$(( $RANDOM % 16 )):1} ; done | sed -e 's/\(..\)/:\1/g' ) | 20:09 |
piggz | echo 00$mac | 20:09 |
piggz | within a modified https://github.com/mer-hybris/droid-config-f5121/blob/master/sparse/usr/bin/droid/macaddrsetup.sh | 20:09 |
r0kk3rz | use the wifi mac? | 20:12 |
r0kk3rz | i suppose it doesnt really matter, ssu should use the wifi mac i think | 20:15 |
T4 | <akaWolf> we use random | 20:18 |
T4 | <akaWolf> at one of our STB | 20:18 |
T4 | <akaWolf> can someone answer the questions? | 20:20 |
*** ChanServ sets mode: +v T4 | 20:31 | |
mal | @akaWolf mer:core is updated automatically with webhooks when new tags are added to mer-core repos | 20:38 |
T4 | <akaWolf> okay, I understand, but this doesnt guarantee that Jolla can't make such changes that will be incompatible with public mer:core | 20:40 |
T4 | <akaWolf> for example replace the place of sources of some package | 20:40 |
T4 | <akaWolf> or replace one package with another | 20:41 |
T4 | <akaWolf> and so on | 20:41 |
T4 | <akaWolf> I mean there are no guarantee that any compatibility will remain | 20:41 |
T4 | <akaWolf> even more, there are guarantee that finally our public OBS will be pretty different from what Jolla uses | 20:42 |
r0kk3rz | so? | 20:43 |
T4 | <akaWolf> just wanted to know your opinioin | 20:43 |
T4 | <akaWolf> opinion* | 20:43 |
r0kk3rz | sources are there, you can fork them and build your own infra | 20:44 |
r0kk3rz | thats what huawei did | 20:44 |
T4 | <akaWolf> what huawei did? | 20:44 |
T4 | <akaWolf> dont know | 20:44 |
T4 | <akaWolf> what is the name of his project? | 20:45 |
T4 | <akaWolf> btw, what is the purpose of https://gitlab.com/sailfishos-porters-ci ? … building community images? | 20:47 |
T4 | <akaWolf> I dont to make own infra, just want to help to make fully community-based Nemo image | 20:53 |
T4 | <akaWolf> also I need to know what compatibility should be considered reqiured | 20:54 |
T4 | <akaWolf> for the reasons I described I dont think this is possible to mantain compatibility both with mer:core and with sailfish os | 20:55 |
r0kk3rz | talk to NeoChapay about that | 20:58 |
T4 | <akaWolf> can you at least not ignore my questions? this will make things much more easy :) | 21:00 |
TheKit | r0kk3rz, huawei did? did we miss something? | 21:07 |
r0kk3rz | TheKit: this is fairly old news, they probably abandoned it | 21:07 |
r0kk3rz | TheKit: so, are you going to be doing the chenphone port? ;) | 21:18 |
TheKit | once it is there, sure I try | 21:19 |
r0kk3rz | i hope it works out, the pictures look nice | 21:20 |
TheKit | yeah, me too, really long for keyboard phones | 21:25 |
r0kk3rz | i can tell, with the droid 4s, moto mods, geminis .etc | 21:26 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!