haadr | sledges: Yeah, I can change those I guess, I'm getting quite fast at redoing everything at this point :) And I can change my private repos. | 00:01 |
---|---|---|
haadr | sledges: I dropped debug and kept --pack-to, and the line posted above ( Pack rootfs to... tar.bz2 etc) is still the only thing I see happening related to packing the image. And my .ks file (the one fed to mic) doesn't have a %pack section! If it should have that, I guess that would explain why it doesn't work. | 00:02 |
haadr | maybe something went wrong during build_packages after all, if the ks file isn't complete... the installable_zip tag is where it should be. | 00:09 |
*** Jackneill <Jackneill!~Jackneill@unaffiliated/jackneill> has quit IRC (Remote host closed the connection) | 00:09 | |
*** TheRightCorner <TheRightCorner!~quassel@36.255.158.6> has quit IRC (Ping timeout: 265 seconds) | 00:10 | |
sledges | haadr: yep, .ks generation is what goes wrong, it should take pack section from hybris/droid-configs/droid-hal-configs/kickstart | 00:12 |
haadr | sledges: Ah, I see. Maybe I'll even figure out what corrupts my kmap2qmap, must be something in buildconfigs | 00:14 |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@fil75-6-88-190-246-243.fbxo.proxad.net> has quit IRC (Ping timeout: 244 seconds) | 00:17 | |
sledges | i bet on outdated packages, new hadk will sort such issues (iirc i had kmap2qmap crashing constantly until target rebuild, and once it starts, it doesn't stop; on other installations this wasn't an issue; using and updated platform sdk and target creation in the new hadk (wip) doesn't bring such problem back anymore) | 00:21 |
haadr | sledges: that sounds lovely. Today I've had to rebuild my target from the tarball again everytime after having succesfully run build_packages once. Though now after the stuff missing from the ks file I don't know whether it's even really succesful... | 00:23 |
haadr | there's definitely weird stuff going on after corruption. Like, on the second run when it wants to copy attachement_hybris it can't because it's missing "droid-configs-device" from the path it uses. weirdness. | 00:25 |
*** NeKit <NeKit!~nekit@176.59.41.95> has quit IRC (Remote host closed the connection) | 00:28 | |
sledges | yes, every attempt to mb2 droid-configs throws qemu out of order | 00:30 |
sledges | in peculiar cases | 00:30 |
sledges | and for not finding file: do you still have submodule content in hybris/droid-configs? | 00:30 |
*** NeKit <NeKit!~nekit@176.59.41.95> has joined #sailfishos-porters | 00:31 | |
*** olafh <olafh!~olafh@p5DEDFB28.dip0.t-ipconnect.de> has quit IRC (Remote host closed the connection) | 00:32 | |
haadr | sledges: well, if you mean the incorrect path it uses for attachment_hybris, that's just on the second run when stuff is segfaulting anyways. I'm right now checking how the zip-related scripting gets copied around and as far as I can tell "pack_package-droid-updater" gets copied into a file called hybris in "DEST_UPDATER=$RPM_BUILD_ROOT/%{_datadir}/ssu/kickstart/pack/%{rpm_device}/" | 00:36 |
haadr | and that actually happens, the file is copied there. But I don't know yet how it's supposed to get from there to into the .ks file and how that might go wrong | 00:37 |
haadr | those get put into kickstart-configuration | 00:39 |
*** phlixi <phlixi!~phlixi@ppp-88-217-46-230.dynamic.mnet-online.de> has joined #sailfishos-porters | 00:39 | |
sledges | haadr: you should get a full-fledged .ks, e.g. http://images.devaamo.fi/sfe/hammerhead/beta5/Jolla-2.0.4.13-hammerhead-armv7hl.ks | 00:40 |
haadr | hm. that's what it looks like, except I dont have a %pack section and actually I dont have anything in attachment either, that just says " ## No suitable configuration found in /tmp/sandbox/usr/share/ssu/kickstart/attachment" | 00:44 |
sledges | there's your culprit | 00:47 |
haadr | yep. Now just to figure out why that happens, and why it doesn't complain about anything being wrong when it happens. I guess I'll just do a complete redo of everything with a less "dangerous" device name as well. thanks for the help so far | 00:48 |
sledges | only recreating target should get rid of segfault, you could see if that rectifies more bits | 00:50 |
haadr | yeah Ive done that thrice now and every time the build_packages process completes succesfully the .ks file ends up like this, so the problem must be in the scripts and/or my device configs or some interaction | 00:51 |
sledges | haadr: this what amalgamates all .ks parts into the final file: https://github.com/mer-hybris/droid-hal-configs/blob/e37f2662fadac50ffda037f01a301dd9fe6a17f3/droid-configs.inc#L373 | 00:59 |
sledges | there might be some leftovers within hybris/droid-configs/RPMS or installroot/ with old .ks | 01:02 |
*** srohmen <srohmen!~srohmen@x4db54f76.dyn.telefonica.de> has quit IRC (Quit: Leaving.) | 01:22 | |
*** krnlyng <krnlyng!~liar@77.117.64.182.wireless.dyn.drei.com> has quit IRC (Ping timeout: 250 seconds) | 01:24 | |
*** NeKit <NeKit!~nekit@176.59.41.95> has quit IRC (Ping timeout: 268 seconds) | 01:31 | |
*** spiiroin <spiiroin!~spiiroin@176-93-37-202.bb.dnainternet.fi> has quit IRC (Ping timeout: 260 seconds) | 01:33 | |
*** krnlyng <krnlyng!~liar@178.112.157.21.wireless.dyn.drei.com> has joined #sailfishos-porters | 01:37 | |
*** spiiroin <spiiroin!~spiiroin@37-136-26-193.rev.dnainternet.fi> has joined #sailfishos-porters | 01:46 | |
*** NeKit <NeKit!~nekit@176.59.41.95> has joined #sailfishos-porters | 01:57 | |
*** NeKit <NeKit!~nekit@176.59.41.95> has quit IRC (Read error: Connection reset by peer) | 02:01 | |
*** brodolfo <brodolfo!~Broodle@host71-65-dynamic.6-87-r.retail.telecomitalia.it> has quit IRC (Ping timeout: 244 seconds) | 02:12 | |
haadr | sledges: Thank you, I'll go through that next time! have a merry thursday night everyone :+) | 02:31 |
*** haadr <haadr!~haadr@249.216.251.212.customer.cdi.no> has quit IRC (Quit: Konversation terminated!) | 02:31 | |
*** NeKit <NeKit!~nekit@109.188.126.95> has joined #sailfishos-porters | 02:48 | |
*** AYEHAN <AYEHAN!~behave@111.68.108.75> has quit IRC (Quit: -%- J -%- I Am LOVE But You Can Call Me AYEHAN -%- J -%-) | 03:33 | |
*** NeKit <NeKit!~nekit@109.188.126.95> has quit IRC (Ping timeout: 260 seconds) | 04:16 | |
*** NeKit <NeKit!~nekit@109.188.126.95> has joined #sailfishos-porters | 04:41 | |
*** NeKit <NeKit!~nekit@109.188.126.95> has quit IRC (Ping timeout: 250 seconds) | 05:14 | |
*** spiiroin <spiiroin!~spiiroin@37-136-26-193.rev.dnainternet.fi> has quit IRC (Ping timeout: 268 seconds) | 05:44 | |
*** AYEHAN <AYEHAN!~behave@111.68.108.75> has joined #sailfishos-porters | 06:14 | |
*** zhxt <zhxt!~zhxt@124.202.185.26> has quit IRC (Ping timeout: 260 seconds) | 06:14 | |
*** spiiroin <spiiroin!~spiiroin@2001:998:2a:dead:a499:fa8f:ba22:8cec> has joined #sailfishos-porters | 06:16 | |
*** zhxt <zhxt!~zhxt@124.202.185.26> has joined #sailfishos-porters | 06:26 | |
*** AYEHAN <AYEHAN!~behave@111.68.108.75> has quit IRC (Remote host closed the connection) | 06:40 | |
*** Nokius_ is now known as Nokius | 06:41 | |
*** kaulian_ <kaulian_!~kaulian@80.12.35.194> has joined #sailfishos-porters | 06:44 | |
*** toomin <toomin!~HomoSapie@unaffiliated/toomin> has joined #sailfishos-porters | 06:47 | |
*** kaulian_ <kaulian_!~kaulian@80.12.35.194> has quit IRC (Ping timeout: 252 seconds) | 06:49 | |
*** AYEHAN <AYEHAN!~behave@111.68.108.75> has joined #sailfishos-porters | 06:49 | |
*** kaulian_ <kaulian_!~kaulian@163.172.150.120> has joined #sailfishos-porters | 06:50 | |
*** espes <espes!~espes@205.185.120.132> has quit IRC (Ping timeout: 258 seconds) | 07:03 | |
*** espes <espes!~espes@205.185.120.132> has joined #sailfishos-porters | 07:04 | |
*** toomin <toomin!~HomoSapie@unaffiliated/toomin> has quit IRC (Quit: I wish I was a glow worm, a glow worm's never glum, 'cause how can you be lonely when the sun shines out your bum?) | 07:05 | |
*** toomin <toomin!~HomoSapie@unaffiliated/toomin> has joined #sailfishos-porters | 07:17 | |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@fil75-6-88-190-246-243.fbxo.proxad.net> has joined #sailfishos-porters | 07:18 | |
*** drFaustroll_ <drFaustroll_!~drFaustro@opensuse/member/ealin> has quit IRC (Quit: Konversation terminated!) | 07:20 | |
*** cxl000 <cxl000!~cxl000@c27-253-11-51.brodm4.vic.optusnet.com.au> has joined #sailfishos-porters | 07:20 | |
*** NotKit <NotKit!~nekit@95-83-17-173.saransk.ru> has quit IRC (Ping timeout: 260 seconds) | 07:31 | |
*** ahjolinna <ahjolinna!~ahjolinna@mobile-access-5d6aa7-198.dhcp.inet.fi> has quit IRC (Read error: Connection reset by peer) | 07:32 | |
*** ahjolinna <ahjolinna!~ahjolinna@mobile-access-5d6aa7-198.dhcp.inet.fi> has joined #sailfishos-porters | 07:32 | |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@fil75-6-88-190-246-243.fbxo.proxad.net> has quit IRC (Ping timeout: 252 seconds) | 07:46 | |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@fil75-6-88-190-246-243.fbxo.proxad.net> has joined #sailfishos-porters | 07:46 | |
*** Aoyagi_mehtop <Aoyagi_mehtop!~Aoyagi@unaffiliated/aoyagi> has joined #sailfishos-porters | 07:47 | |
*** espes <espes!~espes@205.185.120.132> has quit IRC (Ping timeout: 268 seconds) | 07:50 | |
*** nimoot <nimoot!~HomoSapie@unaffiliated/toomin> has joined #sailfishos-porters | 07:50 | |
*** Y <Y!~HomoSapie@106.51.39.209> has joined #sailfishos-porters | 07:52 | |
*** Y is now known as Guest5399 | 07:52 | |
*** toomin <toomin!~HomoSapie@unaffiliated/toomin> has quit IRC (Ping timeout: 248 seconds) | 07:54 | |
*** Guest5399 <Guest5399!~HomoSapie@106.51.39.209> has quit IRC (Client Quit) | 07:54 | |
*** corvinux <corvinux!~hashcore@unaffiliated/corvinux> has joined #sailfishos-porters | 07:55 | |
*** nimoot <nimoot!~HomoSapie@unaffiliated/toomin> has quit IRC (Ping timeout: 248 seconds) | 07:55 | |
*** nh1402 <nh1402!~nh1402@host81-133-137-69.in-addr.btopenworld.com> has joined #sailfishos-porters | 08:04 | |
*** drFaustroll <drFaustroll!~drFaustro@opensuse/member/ealin> has joined #sailfishos-porters | 08:13 | |
*** espes <espes!~espes@205.185.120.132> has joined #sailfishos-porters | 08:13 | |
*** nh1402 <nh1402!~nh1402@host81-133-137-69.in-addr.btopenworld.com> has quit IRC (Ping timeout: 268 seconds) | 08:14 | |
*** kaulian <kaulian!~kaulian@linux-onyx1.cryptostorm.net> has joined #sailfishos-porters | 08:18 | |
*** kaulian <kaulian!~kaulian@linux-onyx1.cryptostorm.net> has quit IRC (Read error: Connection reset by peer) | 08:20 | |
*** kaulian <kaulian!~kaulian@80.12.35.194> has joined #sailfishos-porters | 08:21 | |
*** kaulian_ <kaulian_!~kaulian@163.172.150.120> has quit IRC (Ping timeout: 260 seconds) | 08:21 | |
*** bneo99 <bneo99!~bneo99@175.140.59.110> has joined #sailfishos-porters | 08:24 | |
*** kaulian <kaulian!~kaulian@80.12.35.194> has quit IRC (Ping timeout: 250 seconds) | 08:25 | |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@fil75-6-88-190-246-243.fbxo.proxad.net> has quit IRC (Ping timeout: 265 seconds) | 08:25 | |
*** kaulian <kaulian!~kaulian@163.172.150.120> has joined #sailfishos-porters | 08:26 | |
*** rinigus <rinigus!~rinigus@kybi.ioc.ee> has joined #sailfishos-porters | 08:26 | |
*** nh1402 <nh1402!~nh1402@host81-133-137-69.in-addr.btopenworld.com> has joined #sailfishos-porters | 08:26 | |
*** electrolux <electrolux!~electrolu@dgs05cyfq5pz80kp77-yy-3.rev.dnainternet.fi> has joined #sailfishos-porters | 08:34 | |
sledges | it's fryday! (soon black! https://www.youtube.com/watch?v=kfVsfOSbJY0) | 08:36 |
sledges | review appreciated: https://github.com/mer-hybris/droid-hal-device/pull/141 :) | 08:36 |
rinigus | drFaustroll: on n4, wireless charger works without problems in sfos. I guess its implemented fully in hardware and there is no additional support needed. on my cheap charger the GSM network is interfering with charging (if its in data mode, fine for just calls). try to move n5 around on charger, maybe there is a spot where it works | 08:36 |
drFaustroll | rinigus: used to work I will take it home and check it again | 08:38 |
*** kaulian <kaulian!~kaulian@163.172.150.120> has quit IRC (Ping timeout: 250 seconds) | 08:39 | |
*** r0kk3rz <r0kk3rz!~rockliffe@40.122.55.120> has quit IRC (Quit: WeeChat 1.4) | 08:48 | |
*** cvp <cvp!~cvp@dslb-094-222-116-135.094.222.pools.vodafone-ip.de> has joined #sailfishos-porters | 08:49 | |
*** kaulian <kaulian!~kaulian@163.172.150.120> has joined #sailfishos-porters | 08:56 | |
*** Nemno <Nemno!~teknomen@82-168-10-33.ip.telfort.nl> has joined #sailfishos-porters | 08:56 | |
*** r0kk3rz <r0kk3rz!~rockliffe@40.122.55.120> has joined #sailfishos-porters | 08:57 | |
*** AYEHAN <AYEHAN!~behave@111.68.108.75> has quit IRC (Read error: Connection reset by peer) | 09:00 | |
*** Mister_Magister <Mister_Magister!~foidbgen@user-94-254-227-120.play-internet.pl> has joined #sailfishos-porters | 09:07 | |
*** AYEHAN <AYEHAN!~behave@111.68.108.75> has joined #sailfishos-porters | 09:11 | |
*** srohmen <srohmen!~srohmen@x4e304e03.dyn.telefonica.de> has joined #sailfishos-porters | 09:14 | |
*** Zuccace <Zuccace!~zucca@85-76-102-232-nat.elisa-mobile.fi> has joined #sailfishos-porters | 09:30 | |
*** ZucZero <ZucZero!~zucca@85-76-165-9-nat.elisa-mobile.fi> has quit IRC (Ping timeout: 256 seconds) | 09:32 | |
*** Aoyagi_mehtop <Aoyagi_mehtop!~Aoyagi@unaffiliated/aoyagi> has quit IRC (Quit: there are people who don't understand the concept of examples) | 09:35 | |
*** SfietKonstantinW <SfietKonstantinW!c2623324@gateway/web/cgi-irc/kiwiirc.com/ip.194.98.51.36> has quit IRC (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client) | 09:41 | |
*** SfietKonstantinW <SfietKonstantinW!c2623324@gateway/web/cgi-irc/kiwiirc.com/ip.194.98.51.36> has joined #sailfishos-porters | 09:45 | |
*** brodolfo <brodolfo!~Broodle@host36-31-static.15-188-b.business.telecomitalia.it> has joined #sailfishos-porters | 09:48 | |
*** Zuccace <Zuccace!~zucca@85-76-102-232-nat.elisa-mobile.fi> has quit IRC (Quit: WeeChat 1.3) | 09:55 | |
*** Zucca <Zucca!~zucca@85-76-102-232-nat.elisa-mobile.fi> has joined #sailfishos-porters | 09:57 | |
*** corvinux <corvinux!~hashcore@unaffiliated/corvinux> has quit IRC (Ping timeout: 252 seconds) | 10:34 | |
*** cvp <cvp!~cvp@dslb-094-222-116-135.094.222.pools.vodafone-ip.de> has quit IRC (Ping timeout: 250 seconds) | 10:40 | |
*** edubai__ <edubai__!sid39243@gateway/web/irccloud.com/x-ujbugfelrbyuotwp> has quit IRC (Ping timeout: 260 seconds) | 10:43 | |
*** Dazzozo <Dazzozo!~daz@sauria.dazzozo.com> has quit IRC (Ping timeout: 260 seconds) | 10:43 | |
*** iAmVille[m] <iAmVille[m]!villematri@gateway/shell/matrix.org/x-vfpnufzhdxqmbcgw> has quit IRC (Ping timeout: 260 seconds) | 10:43 | |
*** mariogrip <mariogrip!sid69323@ubuntu/member/mariogrip> has quit IRC (Ping timeout: 260 seconds) | 10:43 | |
*** iAmVille[m] <iAmVille[m]!villematri@gateway/shell/matrix.org/x-tadlcdamvrnpasbt> has joined #sailfishos-porters | 10:43 | |
*** xkr47 <xkr47!xkr47@2001:14b8:141:5926:5358:9793:2384:6264> has quit IRC (Ping timeout: 260 seconds) | 10:44 | |
*** tbr <tbr!dm8tbr@mail.bfst.de> has quit IRC (Ping timeout: 260 seconds) | 10:44 | |
*** xkr47 <xkr47!xkr47@2001:14b8:141:5926:5358:9793:2384:6264> has joined #sailfishos-porters | 10:45 | |
*** edubai__ <edubai__!uid39243@gateway/web/irccloud.com/x-fkxznhkdumaxasrw> has joined #sailfishos-porters | 10:45 | |
*** toomin <toomin!~HomoSapie@unaffiliated/toomin> has joined #sailfishos-porters | 10:47 | |
*** mariogrip <mariogrip!sid69323@ubuntu/member/mariogrip> has joined #sailfishos-porters | 10:47 | |
*** Dazzozo <Dazzozo!~daz@2001:41d0:1:5086::1> has joined #sailfishos-porters | 10:49 | |
*** cvp <cvp!~cvp@dslb-094-222-116-135.094.222.pools.vodafone-ip.de> has joined #sailfishos-porters | 10:50 | |
*** tbr <tbr!dm8tbr@mail.bfst.de> has joined #sailfishos-porters | 10:56 | |
*** electrolux <electrolux!~electrolu@dgs05cyfq5pz80kp77-yy-3.rev.dnainternet.fi> has quit IRC (Read error: Network is unreachable) | 10:58 | |
*** electrolux <electrolux!~electrolu@dgs05cyfq5pz80kp77-yy-3.rev.dnainternet.fi> has joined #sailfishos-porters | 11:00 | |
*** nimoot <nimoot!~HomoSapie@unaffiliated/toomin> has joined #sailfishos-porters | 11:10 | |
*** Y <Y!~HomoSapie@106.51.39.209> has joined #sailfishos-porters | 11:10 | |
*** Y is now known as Guest92552 | 11:11 | |
*** toomin <toomin!~HomoSapie@unaffiliated/toomin> has quit IRC (Ping timeout: 248 seconds) | 11:13 | |
*** nimoot <nimoot!~HomoSapie@unaffiliated/toomin> has quit IRC (Ping timeout: 248 seconds) | 11:14 | |
*** edubai__ <edubai__!uid39243@gateway/web/irccloud.com/x-fkxznhkdumaxasrw> has quit IRC (Read error: Connection reset by peer) | 11:17 | |
*** edubai__ <edubai__!uid39243@gateway/web/irccloud.com/x-lkdrfhmxrewugprc> has joined #sailfishos-porters | 11:19 | |
*** Aoyagi_mehtop <Aoyagi_mehtop!~Aoyagi@unaffiliated/aoyagi> has joined #sailfishos-porters | 11:23 | |
*** drFaustroll <drFaustroll!~drFaustro@opensuse/member/ealin> has quit IRC (Ping timeout: 252 seconds) | 11:35 | |
*** drFaustroll <drFaustroll!~drFaustro@vpn-3-093.rl.ac.uk> has joined #sailfishos-porters | 11:38 | |
*** drFaustroll <drFaustroll!~drFaustro@vpn-3-093.rl.ac.uk> has quit IRC (Changing host) | 11:38 | |
*** drFaustroll <drFaustroll!~drFaustro@opensuse/member/ealin> has joined #sailfishos-porters | 11:38 | |
*** spiiroin <spiiroin!~spiiroin@2001:998:2a:dead:a499:fa8f:ba22:8cec> has quit IRC (Ping timeout: 260 seconds) | 11:53 | |
*** spiiroin <spiiroin!~spiiroin@37-136-26-193.rev.dnainternet.fi> has joined #sailfishos-porters | 12:08 | |
*** toomin <toomin!~HomoSapie@unaffiliated/toomin> has joined #sailfishos-porters | 12:16 | |
*** Guest92552 <Guest92552!~HomoSapie@106.51.39.209> has quit IRC (Ping timeout: 248 seconds) | 12:20 | |
*** kaulian <kaulian!~kaulian@163.172.150.120> has quit IRC (Ping timeout: 250 seconds) | 12:30 | |
*** NeKit <NeKit!~nekit@91.204.230.106> has joined #sailfishos-porters | 12:37 | |
*** NeKit <NeKit!~nekit@91.204.230.106> has quit IRC (Ping timeout: 268 seconds) | 12:45 | |
*** corvinux <corvinux!~hashcore@unaffiliated/corvinux> has joined #sailfishos-porters | 12:47 | |
*** kaulian <kaulian!~kaulian@163.172.150.120> has joined #sailfishos-porters | 12:48 | |
*** electrolux <electrolux!~electrolu@dgs05cyfq5pz80kp77-yy-3.rev.dnainternet.fi> has quit IRC (Quit: Leaving.) | 12:58 | |
*** AYEHAN <AYEHAN!~behave@111.68.108.75> has quit IRC (Remote host closed the connection) | 13:00 | |
*** toomin <toomin!~HomoSapie@unaffiliated/toomin> has quit IRC (Ping timeout: 248 seconds) | 13:00 | |
*** electrolux <electrolux!~electrolu@178.75.149.19> has joined #sailfishos-porters | 13:00 | |
sledges | that PR of a bigger rework has now been merged, thanks everyone who took a look! | 13:03 |
*** hashcore <hashcore!~hashcore@n58h194.net.telprom.si> has joined #sailfishos-porters | 13:08 | |
*** hashcore <hashcore!~hashcore@n58h194.net.telprom.si> has quit IRC (Client Quit) | 13:08 | |
*** Aoyagi_mehtop <Aoyagi_mehtop!~Aoyagi@unaffiliated/aoyagi> has quit IRC (Ping timeout: 252 seconds) | 13:12 | |
*** Aoyagi_mehtop <Aoyagi_mehtop!~Aoyagi@unaffiliated/aoyagi> has joined #sailfishos-porters | 13:16 | |
*** corvinux <corvinux!~hashcore@unaffiliated/corvinux> has quit IRC (Ping timeout: 252 seconds) | 13:16 | |
*** corvinux <corvinux!~hashcore@unaffiliated/corvinux> has joined #sailfishos-porters | 13:17 | |
*** electrolux <electrolux!~electrolu@178.75.149.19> has quit IRC (Quit: Leaving.) | 13:17 | |
*** cvp <cvp!~cvp@dslb-094-222-116-135.094.222.pools.vodafone-ip.de> has quit IRC (Quit: Leaving) | 13:20 | |
*** AYEHAN <AYEHAN!~behave@111.68.108.75> has joined #sailfishos-porters | 13:21 | |
Tofe | sledges: are you interested in a PR for android_system_core that helps building CM-13 ? | 13:24 |
Tofe | There was a little commit that wasn't there when branching out hybris-13.0 | 13:25 |
sledges | kimmoli: may we adopt your camres tool into mer-hybris please? https://github.com/kimmoli/camres | 13:25 |
sledges | unsure if there is anything better than that these days, would we want to rename it to droid-camres ? | 13:26 |
sledges | Tofe: thanks, that goes without saying sure we welcome contributions back :) | 13:27 |
*** nh1402 <nh1402!~nh1402@host81-133-137-69.in-addr.btopenworld.com> has quit IRC (Quit: Leaving) | 13:28 | |
*** corvinux <corvinux!~hashcore@unaffiliated/corvinux> has quit IRC (Ping timeout: 250 seconds) | 13:29 | |
*** Aoyagi_mehtop <Aoyagi_mehtop!~Aoyagi@unaffiliated/aoyagi> has quit IRC (Ping timeout: 250 seconds) | 13:39 | |
kimmoli | sledges: yes. there was something by MSameer too | 13:47 |
sledges | kimmoli: there already is for another purpose: it's called mk-cam-conf | 13:53 |
kimmoli | there is cam resolution tool too | 13:53 |
sledges | kimmoli: would you like to re-christian it yourself or i'll do the do's in mer-hybris only?:) | 13:53 |
* sledges rummages piratepad | 13:54 | |
kimmoli | i can ninja that | 13:54 |
kimmoli | during weekend. i'll spam you when i'm on it | 13:54 |
sledges | canja? | 13:54 |
kimmoli | känjä | 13:54 |
locusf | ganja? | 13:55 |
sledges | :D much thanks, i'll stick to droid-camres for the time | 13:55 |
sledges | being | 13:55 |
sledges | bejing | 13:55 |
kimmoli | https://m.youtube.com/watch?v=n_w0iN_xG0U | 13:56 |
MSameer | sledges: kimmoli hack here: https://github.com/sailfishos/gst-droid/blob/master/tools/resolutions.c but I really do not want to move it somewhere else | 14:02 |
sledges | MSameer: kimmoli's one generates a ready-made jolla-camera-hw.txt | 14:03 |
MSameer | sledges: kimmoli +1 then :) | 14:04 |
sledges | very handy for HADKers indeed:) | 14:04 |
MSameer | maybe we can use it for all our phones then? I hate to manually create that file :) | 14:04 |
MSameer | nah, won't work | 14:05 |
sledges | it's a one-off pass | 14:06 |
sledges | with manual adjustments if needed | 14:06 |
*** taaem <taaem!~taaem@unaffiliated/taaem> has joined #sailfishos-porters | 14:06 | |
*** Aoyagi_mehtop <Aoyagi_mehtop!~Aoyagi@unaffiliated/aoyagi> has joined #sailfishos-porters | 14:15 | |
kimmoli | well, personally i would like to see camera-settings-plugin too :) | 14:17 |
dr_gogeta86 | 1+ | 14:17 |
dr_gogeta86 | two questions ... bt routing for calls | 14:17 |
dr_gogeta86 | and slow camera | 14:17 |
dr_gogeta86 | the first is for jusa ? | 14:18 |
dr_gogeta86 | the second is for kimmoli first ... I'm talking about onyx | 14:18 |
kimmoli | so it would obsolete those _16_9 and _4_3 from jolla-camera_hw.txt | 14:18 |
kimmoli | you mean slow camera start after boot? really nothing i could so, maybe run something like "camres" on background after boot, which tickles camera awake | 14:19 |
dr_gogeta86 | ever | 14:19 |
dr_gogeta86 | i dunno why | 14:19 |
kimmoli | ever? | 14:20 |
dr_gogeta86 | yep | 14:20 |
dr_gogeta86 | i think something is wrong in the middle ... | 14:20 |
kimmoli | for me it is slow on first launch after boot, then it is ok | 14:20 |
dr_gogeta86 | takes over a minute every time | 14:20 |
kimmoli | it is like 5-10(max) sec extra on first, then it starts like any app | 14:21 |
dr_gogeta86 | no | 14:21 |
kimmoli | yes | 14:22 |
dr_gogeta86 | to have the image i need to wait | 14:22 |
kimmoli | image in gallery? | 14:22 |
kimmoli | not start? | 14:22 |
kimmoli | i take a picture, close camera, launch gallery, it is there. | 14:23 |
dr_gogeta86 | no | 14:24 |
dr_gogeta86 | open camera ... wait 30sec then camera start to work | 14:24 |
kimmoli | well. i can say that you can keep both parts | 14:25 |
mal- | Tofe: commented on your PR for android_system_core | 14:25 |
*** haadr <haadr!~haadr@249.216.251.212.customer.cdi.no> has joined #sailfishos-porters | 14:35 | |
sledges | kimmoli: +1 for camera-settings-plugin | 14:45 |
*** brodolfo <brodolfo!~Broodle@host36-31-static.15-188-b.business.telecomitalia.it> has quit IRC (Remote host closed the connection) | 14:48 | |
*** brodolfo <brodolfo!~Broodle@host36-31-static.15-188-b.business.telecomitalia.it> has joined #sailfishos-porters | 14:56 | |
*** rinigus <rinigus!~rinigus@kybi.ioc.ee> has quit IRC (Quit: Leaving) | 14:58 | |
*** Aoyagi_mehtop <Aoyagi_mehtop!~Aoyagi@unaffiliated/aoyagi> has quit IRC (Ping timeout: 252 seconds) | 14:59 | |
*** AYEHAN <AYEHAN!~behave@111.68.108.75> has quit IRC (Read error: Connection reset by peer) | 15:20 | |
*** Aoyagi_mehtop <Aoyagi_mehtop!~Aoyagi@unaffiliated/aoyagi> has joined #sailfishos-porters | 15:25 | |
sledges | some more bits: https://github.com/mer-hybris/droid-hal-device/pull/142 | 15:26 |
mal- | sledges: is that intentionally merror instead of minfo? | 15:28 |
sledges | mal-: yep | 15:28 |
sledges | otherwise will go down with the noise | 15:28 |
mal- | ok | 15:29 |
*** ahjolinna <ahjolinna!~ahjolinna@mobile-access-5d6aa7-198.dhcp.inet.fi> has quit IRC (Read error: Connection reset by peer) | 15:32 | |
*** ahjolinna <ahjolinna!~ahjolinna@mobile-access-5d6aa7-198.dhcp.inet.fi> has joined #sailfishos-porters | 15:32 | |
kimmoli | sledges: did i miss something? https://github.com/kimmoli/droid-camres/commit/909afd6cd13258aaa899ad97767d81a34682a5fb | 15:43 |
sledges | kimmoli: you missed the future where i nuke and fork again:))) | 15:45 |
sledges | THANKS! | 15:45 |
kimmoli | wut? | 15:45 |
*** AYEHAN <AYEHAN!~behave@111.68.108.75> has joined #sailfishos-porters | 15:46 | |
sledges | nuke -> https://github.com/mer-hybris/camres | 15:47 |
sledges | nuked | 15:50 |
sledges | kimmoli: https://github.com/kimmoli/droid-camres/pull/1 :) | 15:50 |
kimmoli | that was fast | 15:50 |
Tofe | mal-: ok, I'll close the PR since it won't be so useful | 15:50 |
sledges | i'm on phone, don't tell my gf:) | 15:51 |
sledges | kimmoli: done https://github.com/mer-hybris/droid-camres , TVM | 16:01 |
kimmoli | sledges: but does it build? | 16:03 |
sledges | kimmoli: if git clone succeeds -- shipit? | 16:17 |
kimmoli | git push was a success | 16:18 |
*** Tassadar <Tassadar!~tassadar@ip-78-45-143-117.net.upcbroadband.cz> has joined #sailfishos-porters | 16:24 | |
sledges | ^M oh my | 16:27 |
sledges | ;) | 16:27 |
*** haadr <haadr!~haadr@249.216.251.212.customer.cdi.no> has quit IRC (Ping timeout: 260 seconds) | 16:32 | |
sledges | kimmoli: https://github.com/mer-hybris/droid-camres/pull/1 | 16:35 |
sledges | now it builds:) | 16:35 |
kimmoli | oh, i missed one then... | 16:36 |
kimmoli | make pr to my repo too? | 16:36 |
sledges | sure | 16:36 |
sledges | kimmoli: https://github.com/kimmoli/droid-camres/pull/2 | 16:37 |
kimmoli | tack | 16:38 |
*** itbaron <itbaron!~kvirc@92.39.242.3> has joined #sailfishos-porters | 16:51 | |
*** Gabs5807 <Gabs5807!~Gabriel@pD9EA5C86.dip0.t-ipconnect.de> has joined #sailfishos-porters | 16:54 | |
*** brodolfo <brodolfo!~Broodle@host36-31-static.15-188-b.business.telecomitalia.it> has quit IRC (Ping timeout: 252 seconds) | 16:59 | |
*** NeKit <NeKit!~nekit@195.208.173.168> has joined #sailfishos-porters | 17:01 | |
*** drFaustroll <drFaustroll!~drFaustro@opensuse/member/ealin> has quit IRC (Quit: Konversation terminated!) | 17:06 | |
*** srohmen <srohmen!~srohmen@x4e304e03.dyn.telefonica.de> has quit IRC (Read error: Connection reset by peer) | 17:11 | |
*** Tassadar <Tassadar!~tassadar@ip-78-45-143-117.net.upcbroadband.cz> has quit IRC (Quit: Segmentation fault) | 17:25 | |
*** Mister_Magister <Mister_Magister!~foidbgen@user-94-254-227-120.play-internet.pl> has quit IRC (Ping timeout: 250 seconds) | 17:30 | |
*** Gabs5807 <Gabs5807!~Gabriel@pD9EA5C86.dip0.t-ipconnect.de> has quit IRC (Quit: IRC for Sailfish 0.9) | 17:33 | |
*** bneo99 <bneo99!~bneo99@175.140.59.110> has quit IRC (Remote host closed the connection) | 17:35 | |
*** NeKit <NeKit!~nekit@195.208.173.168> has quit IRC (Read error: Connection reset by peer) | 17:35 | |
*** Mister_Magister <Mister_Magister!~foidbgen@user-94-254-144-121.play-internet.pl> has joined #sailfishos-porters | 17:36 | |
*** NeKit <NeKit!~nekit@195.208.173.168> has joined #sailfishos-porters | 17:40 | |
*** Zucca <Zucca!~zucca@85-76-102-232-nat.elisa-mobile.fi> has quit IRC (Ping timeout: 260 seconds) | 17:41 | |
*** drFaustroll <drFaustroll!~drFaustro@95.150.196.44> has joined #sailfishos-porters | 17:46 | |
*** drFaustroll <drFaustroll!~drFaustro@95.150.196.44> has quit IRC (Changing host) | 17:46 | |
*** drFaustroll <drFaustroll!~drFaustro@opensuse/member/ealin> has joined #sailfishos-porters | 17:46 | |
*** ced117 <ced117!~ced117@opensuse/member/ced117> has joined #sailfishos-porters | 17:49 | |
*** srohmen <srohmen!~srohmen@x4e304e03.dyn.telefonica.de> has joined #sailfishos-porters | 17:58 | |
*** CarlosMazieri <CarlosMazieri!~quassel@gate-tx3.freescale.com> has quit IRC (Remote host closed the connection) | 18:39 | |
*** NeKit <NeKit!~nekit@195.208.173.168> has quit IRC (Read error: No route to host) | 18:44 | |
*** NeKit <NeKit!~nekit@195.208.173.168> has joined #sailfishos-porters | 18:45 | |
*** rinigus <rinigus!~rinigus@tabasalu-gw.levikom.ee> has joined #sailfishos-porters | 18:45 | |
*** itbaron <itbaron!~kvirc@92.39.242.3> has quit IRC (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/) | 18:48 | |
*** piggz <piggz!~piggz@195.147.198.68> has joined #sailfishos-porters | 18:49 | |
*** electrolux <electrolux!~electrolu@178.75.149.19> has joined #sailfishos-porters | 18:56 | |
*** ced117 <ced117!~ced117@opensuse/member/ced117> has quit IRC (Ping timeout: 260 seconds) | 18:57 | |
*** Zucca <Zucca!~zucca@85-76-141-57-nat.elisa-mobile.fi> has joined #sailfishos-porters | 18:57 | |
*** kaulian_ <kaulian_!~kaulian@linux-onyx1.cryptostorm.net> has joined #sailfishos-porters | 19:03 | |
*** Mister_Magister <Mister_Magister!~foidbgen@user-94-254-144-121.play-internet.pl> has quit IRC (Ping timeout: 265 seconds) | 19:03 | |
rinigus | dr_gogeta86, kimmoli: on a fresh onyx install, it took 9 seconds to get camera working. second time, 1-2 seconds | 19:03 |
kimmoli | yeah, rinigus, something like that it is for me. never timed it that accurately. | 19:04 |
*** kaulian_ <kaulian_!~kaulian@linux-onyx1.cryptostorm.net> has quit IRC (Read error: Connection reset by peer) | 19:04 | |
*** kaulian <kaulian!~kaulian@163.172.150.120> has quit IRC (Ping timeout: 256 seconds) | 19:06 | |
*** ced117__ <ced117__!~ced117@AStrasbourg-552-1-26-229.w90-13.abo.wanadoo.fr> has joined #sailfishos-porters | 19:10 | |
rinigus | kimmoli and all others involved: thanks for a great onyx port! managed to get one after a note of dr_gogeta86 few days ago | 19:14 |
*** eyome <eyome!~eyome@vit94-6-88-160-180-232.fbx.proxad.net> has joined #sailfishos-porters | 19:20 | |
*** Jackneill <Jackneill!~Jackneill@unaffiliated/jackneill> has joined #sailfishos-porters | 19:24 | |
*** electrolux <electrolux!~electrolu@178.75.149.19> has quit IRC (Quit: Leaving.) | 19:31 | |
*** ced117__ is now known as ced117 | 19:40 | |
*** ced117 <ced117!~ced117@AStrasbourg-552-1-26-229.w90-13.abo.wanadoo.fr> has quit IRC (Changing host) | 19:40 | |
*** ced117 <ced117!~ced117@opensuse/member/ced117> has joined #sailfishos-porters | 19:40 | |
*** yaseen <yaseen!3d033305@gateway/web/freenode/ip.61.3.51.5> has joined #sailfishos-porters | 19:41 | |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@fil75-6-88-190-246-243.fbxo.proxad.net> has joined #sailfishos-porters | 20:32 | |
*** elros34 <elros34!~elros34@afjc135.neoplus.adsl.tpnet.pl> has joined #sailfishos-porters | 20:35 | |
*** ParkerR_ <ParkerR_!ParkerR@znc.withg.org> has joined #sailfishos-porters | 20:44 | |
*** Aoyagi_mehtop <Aoyagi_mehtop!~Aoyagi@unaffiliated/aoyagi> has quit IRC (Ping timeout: 260 seconds) | 20:44 | |
*** zama <zama!~zama@unaffiliated/stryx/x-3871776> has quit IRC (Ping timeout: 252 seconds) | 20:46 | |
*** ParkerR <ParkerR!ParkerR@unaffiliated/parkerr> has quit IRC (Ping timeout: 250 seconds) | 20:48 | |
*** elros34 <elros34!~elros34@afjc135.neoplus.adsl.tpnet.pl> has quit IRC (Ping timeout: 250 seconds) | 20:48 | |
*** zama <zama!~zama@unaffiliated/stryx/x-3871776> has joined #sailfishos-porters | 20:49 | |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@fil75-6-88-190-246-243.fbxo.proxad.net> has quit IRC (Ping timeout: 260 seconds) | 20:50 | |
*** elros34 <elros34!~elros34@afjc135.neoplus.adsl.tpnet.pl> has joined #sailfishos-porters | 20:51 | |
*** sydney_untangle <sydney_untangle!~sydney@supertux/sydney> has quit IRC (Quit: time for some long needed updates...) | 20:53 | |
*** sydney_untangle <sydney_untangle!~sydney@supertux/sydney> has joined #sailfishos-porters | 20:55 | |
*** elros34 <elros34!~elros34@afjc135.neoplus.adsl.tpnet.pl> has quit IRC (Ping timeout: 244 seconds) | 20:55 | |
*** elros34 <elros34!~elros34@95.49.236.135> has joined #sailfishos-porters | 20:56 | |
*** rinigus <rinigus!~rinigus@tabasalu-gw.levikom.ee> has quit IRC (Quit: Leaving) | 20:58 | |
*** ced117 <ced117!~ced117@opensuse/member/ced117> has quit IRC (Quit: Quitte) | 20:59 | |
*** elros34 <elros34!~elros34@95.49.236.135> has quit IRC (Remote host closed the connection) | 21:06 | |
*** elros34 <elros34!~elros34@afjc135.neoplus.adsl.tpnet.pl> has joined #sailfishos-porters | 21:06 | |
*** elros34 <elros34!~elros34@afjc135.neoplus.adsl.tpnet.pl> has quit IRC (Read error: No route to host) | 21:10 | |
*** elros34 <elros34!~elros34@afjc135.neoplus.adsl.tpnet.pl> has joined #sailfishos-porters | 21:10 | |
*** elros34 <elros34!~elros34@afjc135.neoplus.adsl.tpnet.pl> has quit IRC (Read error: No route to host) | 21:13 | |
*** elros34 <elros34!~elros34@afjc135.neoplus.adsl.tpnet.pl> has joined #sailfishos-porters | 21:13 | |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@fil75-6-88-190-246-243.fbxo.proxad.net> has joined #sailfishos-porters | 21:30 | |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@fil75-6-88-190-246-243.fbxo.proxad.net> has quit IRC (Ping timeout: 244 seconds) | 21:35 | |
*** ced117 <ced117!~ced117@opensuse/member/ced117> has joined #sailfishos-porters | 21:44 | |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@fil75-6-88-190-246-243.fbxo.proxad.net> has joined #sailfishos-porters | 21:55 | |
*** Nokius_ <Nokius_!~Nokius@p5DDB633C.dip0.t-ipconnect.de> has joined #sailfishos-porters | 22:09 | |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@fil75-6-88-190-246-243.fbxo.proxad.net> has quit IRC (Ping timeout: 244 seconds) | 22:12 | |
*** Nokius <Nokius!~Nokius@p5DDB46E7.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 252 seconds) | 22:13 | |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@fil75-6-88-190-246-243.fbxo.proxad.net> has joined #sailfishos-porters | 22:16 | |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@fil75-6-88-190-246-243.fbxo.proxad.net> has quit IRC (Ping timeout: 250 seconds) | 22:51 | |
*** horuxan <horuxan!~horuxanxx@201.46.181.197> has quit IRC (Ping timeout: 260 seconds) | 22:51 | |
*** eyome <eyome!~eyome@vit94-6-88-160-180-232.fbx.proxad.net> has quit IRC (Quit: eyome) | 23:25 | |
*** ahjolinna <ahjolinna!~ahjolinna@mobile-access-5d6aa7-198.dhcp.inet.fi> has quit IRC (Read error: Connection reset by peer) | 23:32 | |
*** ahjolinna <ahjolinna!~ahjolinna@mobile-access-5d6aa7-198.dhcp.inet.fi> has joined #sailfishos-porters | 23:33 | |
*** Nemno <Nemno!~teknomen@82-168-10-33.ip.telfort.nl> has quit IRC (Ping timeout: 252 seconds) | 23:36 | |
*** Zucca <Zucca!~zucca@85-76-141-57-nat.elisa-mobile.fi> has quit IRC (Ping timeout: 256 seconds) | 23:42 | |
*** yaseen <yaseen!3d033305@gateway/web/freenode/ip.61.3.51.5> has quit IRC (Ping timeout: 260 seconds) | 23:45 | |
*** srohmen <srohmen!~srohmen@x4e304e03.dyn.telefonica.de> has quit IRC (Quit: Leaving.) | 23:49 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!