*** harha <harha!~harha@a91-153-12-92.elisa-laajakaista.fi> has joined #sailfishos-porters | 00:01 | |
*** cxl000 <cxl000!~cxl000@c27-253-5-120.brodm4.vic.optusnet.com.au> has quit IRC (Quit: Leaving) | 00:04 | |
*** tworaz <tworaz!~tworaz@212.180.237.71> has quit IRC (Ping timeout: 246 seconds) | 00:11 | |
*** piggz <piggz!~piggz@92.40.249.91.threembb.co.uk> has quit IRC (Ping timeout: 256 seconds) | 00:27 | |
*** harha <harha!~harha@a91-153-12-92.elisa-laajakaista.fi> has quit IRC (Read error: Connection reset by peer) | 00:53 | |
*** vindelschtuffen <vindelschtuffen!~vindelsch@2606:6000:5052:6100:21f:3bff:fe9f:12c5> has joined #sailfishos-porters | 02:30 | |
*** Aoyagi_trashtop <Aoyagi_trashtop!~Aoyagi@unaffiliated/aoyagi> has joined #sailfishos-porters | 02:30 | |
*** Aoyagi_fehtop <Aoyagi_fehtop!~Aoyagi@unaffiliated/aoyagi> has joined #sailfishos-porters | 02:35 | |
*** Aoyagi_trashtop <Aoyagi_trashtop!~Aoyagi@unaffiliated/aoyagi> has quit IRC (Ping timeout: 252 seconds) | 02:38 | |
*** Aoyagi_trashtop <Aoyagi_trashtop!~Aoyagi@unaffiliated/aoyagi> has joined #sailfishos-porters | 02:43 | |
*** Aoyagi_fehtop <Aoyagi_fehtop!~Aoyagi@unaffiliated/aoyagi> has quit IRC (Ping timeout: 246 seconds) | 02:45 | |
*** AYEHAN <AYEHAN!~behave@111.68.108.75> has joined #sailfishos-porters | 03:09 | |
*** phlixi_ <phlixi_!~phlixi@ppp-188-174-185-241.dynamic.mnet-online.de> has joined #sailfishos-porters | 03:21 | |
*** phlixi <phlixi!~phlixi@host-188-174-219-37.customer.m-online.net> has quit IRC (Ping timeout: 256 seconds) | 03:21 | |
*** exadeci <exadeci!uid35778@gateway/web/irccloud.com/x-izhurbuxjhypkrau> has quit IRC (Read error: Connection reset by peer) | 03:45 | |
*** edubai_ <edubai_!sid39243@gateway/web/irccloud.com/x-nlibauoxbymauwgd> has quit IRC (Ping timeout: 240 seconds) | 03:45 | |
*** edubai_ <edubai_!sid39243@gateway/web/irccloud.com/x-hyoixpwmgsxjydoo> has joined #sailfishos-porters | 04:22 | |
*** exadeci <exadeci!uid35778@gateway/web/irccloud.com/x-oobhsgfnrccqsind> has joined #sailfishos-porters | 04:33 | |
*** olafh <olafh!~olafh@p4FF49D30.dip0.t-ipconnect.de> has joined #sailfishos-porters | 04:47 | |
zhxt | morning | 05:04 |
---|---|---|
*** vindelschtuffen <vindelschtuffen!~vindelsch@2606:6000:5052:6100:21f:3bff:fe9f:12c5> has quit IRC (Ping timeout: 248 seconds) | 05:21 | |
locusf | morning | 05:27 |
*** alin <alin!~alin@opensuse/member/ealin> has quit IRC (Quit: Konversation terminated!) | 05:54 | |
*** krnlyng <krnlyng!~liar@83.175.90.24> has quit IRC (Ping timeout: 252 seconds) | 06:28 | |
sledges | mroming | 06:30 |
sledges | locusf: mal-: https://github.com/mer-hybris/android_device_lge_hammerhead/tree/hybris-aosp-5.1.0_r5 (for reference and for logs) | 06:30 |
locusf | sledges: thx | 06:31 |
sledges | i have also come up with minimal manifest using lbt's script (untested yet, most likely too much got removed): | 06:32 |
sledges | repo init -u https://android.googlesource.com/platform/manifest -b refs/tags/android-5.1.0_r5 | 06:32 |
sledges | curl -o .repo/local_manifests/hybris.xml https://raw.githubusercontent.com/sledges/local_manifests/hybris-aosp-5.1.0_r5/hybris.xml | 06:32 |
sledges | repo sync | 06:32 |
sledges | 14G | 06:32 |
sledges | (mkdir .repo/local_manifests should be there somewhere :P) | 06:33 |
sledges | you will then just add .repo/local_manifests/$DEVICE.xml for your device and repo sync again | 06:33 |
locusf | excellent | 06:34 |
*** phdeswer_ <phdeswer_!~phdeswer@91-159-55-220.elisa-laajakaista.fi> has joined #sailfishos-porters | 06:39 | |
sledges | it's just PoC, we might not change the process so radically (vanilla manifest and curl into local_manifests a dirty one with <remove-project), we could continue the old way and cleanup manifests by hand - what do you think fellows? | 06:43 |
*** Sequenced <Sequenced!~Sequenced@91-157-184-159.elisa-laajakaista.fi> has joined #sailfishos-porters | 07:03 | |
sledges | locusf: mal-: https://github.com/sledges/android_kernel_lge_hammerhead/commits/hybris-aosp-5.1.0_r5 (FIY, for refrences and logs :P) | 07:11 |
sledges | (it's under my repo as possibly it'll need more patches) | 07:12 |
sledges | ^^^ aproach won't work due to local_manifests ignoring <remove-project on device repo and repo cursing about fatal: duplicate path device/lge/hammerhead in /home/sledges/aosp5/.repo/manifest.xml | 07:14 |
sledges | (understandable) | 07:14 |
sledges | lbt: would you have time to rewrite your script that it just comments out original manifest? | 07:15 |
sledges | hmm although the vanilla manifest would need just few mods, we could probably pull this off.. let's see how it looks when build is done | 07:30 |
carepack | moin! | 07:55 |
*** electrolux <electrolux!~Adium@192.194.199.34> has joined #sailfishos-porters | 07:57 | |
sledges | locusf: do you know how to get rid of this (i.e. build kernel in-tree)? | 08:01 |
sledges | make: *** No rule to make target `device/lge/hammerhead-kernel/zImage-dtb', needed by `out/target/product/hammerhead/kernel'. Stop. | 08:01 |
locusf | sledges: hmm, sony has that in device config | 08:01 |
sledges | locusf: device config? | 08:02 |
locusf | but umm no I don't know how that could be fixec for hybris | 08:02 |
sledges | locusf: in what dir is your kernel source residing? | 08:03 |
sledges | it's standard aosp behaviour what you see above | 08:03 |
sledges | it expects a prebuilt kernel image | 08:03 |
sledges | i can always build kernel separatelyt | 08:03 |
locusf | http://paste.ubuntu.com/11886601/ | 08:03 |
locusf | yes | 08:03 |
locusf | sledges: $ANDROID_ROOT/kernel | 08:04 |
sledges | locusf: which file have you just pasted? ^^ | 08:05 |
locusf | sledges: the aosp build file for aries | 08:06 |
sledges | locusf: i mean, path and filename | 08:06 |
sledges | on your disk | 08:06 |
locusf | device/sony/aries | 08:06 |
locusf | sledges: afaik this is sony specific behaviour | 08:07 |
sledges | locusf: what's the filename? | 08:07 |
locusf | sledges: aosp_d5803.mk | 08:07 |
sledges | perfect, thanks, found needed one | 08:07 |
sledges | aosp_hammerhead.mk | 08:07 |
locusf | that build_kernel true triggers the kernel source building | 08:08 |
*** phdeswer_ <phdeswer_!~phdeswer@91-159-55-220.elisa-laajakaista.fi> has quit IRC (Ping timeout: 256 seconds) | 08:08 | |
sledges | no such thing here :( | 08:09 |
sledges | only ifeq ($(TARGET_PREBUILT_KERNEL),) | 08:09 |
sledges | in device/lge/hammerhead/device.mk | 08:09 |
locusf | yeah | 08:09 |
locusf | lemme dig up the pull request that did it | 08:10 |
lbt | sledges: I thought it did that ? | 08:10 |
sledges | strange, how come in aosp s not an option | 08:10 |
sledges | lbt: it just generates a local_manifest | 08:10 |
sledges | lbt: original kernel stays intact, but i may find a way around it, hold your horses | 08:10 |
* sledges goes afk for a bit | 08:10 | |
lbt | OK | 08:11 |
locusf | https://github.com/sonyxperiadev/kernel/pull/148 | 08:12 |
carepack | mal-: after one night on my windows seat 21 satellites detected. gps info shows full output! great | 08:12 |
locusf | sledges: ^ | 08:12 |
*** krnlyng <krnlyng!~liar@83.175.90.24> has joined #sailfishos-porters | 08:13 | |
*** tworaz <tworaz!~tworaz@212.180.237.71> has joined #sailfishos-porters | 08:14 | |
*** keithzg <keithzg!~keithzg@184.70.164.246> has quit IRC (Quit: Konversation terminated!) | 08:18 | |
*** keithzg <keithzg!~keithzg@184.70.164.246> has joined #sailfishos-porters | 08:18 | |
mal- | carepack: nice | 08:22 |
carepack | prevented me from going outside ;) | 08:31 |
*** phlixi_ <phlixi_!~phlixi@ppp-188-174-185-241.dynamic.mnet-online.de> has quit IRC () | 08:36 | |
*** cxl000 <cxl000!~cxl000@c27-253-5-120.brodm4.vic.optusnet.com.au> has joined #sailfishos-porters | 08:37 | |
*** phlixi <phlixi!~phlixi@ppp-188-174-185-241.dynamic.mnet-online.de> has joined #sailfishos-porters | 08:41 | |
*** phlixi <phlixi!~phlixi@ppp-188-174-185-241.dynamic.mnet-online.de> has quit IRC (Client Quit) | 08:41 | |
*** phlixi <phlixi!~phlixi@ppp-188-174-185-241.dynamic.mnet-online.de> has joined #sailfishos-porters | 08:42 | |
*** phdeswer <phdeswer!~phdeswer@91-159-55-220.elisa-laajakaista.fi> has joined #sailfishos-porters | 08:55 | |
vakkov | mal-: sledges: http://pastebin.com/68prCyYs | 09:01 |
mal- | vakkov: is that with the latest version? | 09:03 |
vakkov | mal-: https://github.com/mlehtima/geoclue-provider-hybris-community/commits/master | 09:04 |
vakkov | this one, right? | 09:04 |
mal- | yes | 09:05 |
vakkov | yes it is | 09:06 |
vakkov | built it yesterday | 09:06 |
mal- | looks like it might crash for some reason, sorry but I don't have time to debug today | 09:06 |
vakkov | dbus sas that the gps i s powered | 09:06 |
vakkov | ookay, i will investigate later :P | 09:06 |
*** harha <harha!~harha@a91-153-12-92.elisa-laajakaista.fi> has joined #sailfishos-porters | 09:22 | |
sledges | locusf: thanks, but minimising number of patches is the goal | 09:32 |
sledges | just wondering how aosp mandates building kernels, probably will end up with an extra lines in hadk like make kernel crosscompilation and copying zImage to needed place | 09:33 |
sledges | aosp's canonical way of building kernel looks strange atm, need more digging | 09:34 |
*** zGrr <zGrr!~grr@185.13.106.74> has joined #sailfishos-porters | 09:37 | |
zGrr | moin :) | 09:37 |
sledges | ah ofc https://source.android.com/source/building-kernels.html | 09:38 |
sledges | :D | 09:38 |
sledges | moin zGrr :) | 09:38 |
brobostigon | guten morgen zGrr | 09:39 |
zGrr | guten, guten :) | 09:39 |
locusf | sledges: okay | 09:40 |
*** filippz <filippz!~filippz@93-143-201-126.adsl.net.t-com.hr> has joined #sailfishos-porters | 09:44 | |
*** vakkov <vakkov!~vakkov@84.54.169.227> has quit IRC (Remote host closed the connection) | 09:47 | |
*** gogeta <gogeta!~gogeta@151.22.5.65> has joined #sailfishos-porters | 09:52 | |
*** rbn <rbn!~ruben@ip4d172d4c.dynamic.kabel-deutschland.de> has joined #sailfishos-porters | 10:00 | |
*** vakkov <vakkov!~vakkov@84.54.169.227> has joined #sailfishos-porters | 10:03 | |
*** gogeta <gogeta!~gogeta@151.22.5.65> has quit IRC (Quit: Leaving) | 10:06 | |
*** CarlosMazieri <CarlosMazieri!~carlos@191.34.27.124> has joined #sailfishos-porters | 10:20 | |
dr_gogeta86 | good morning | 10:24 |
*** AYEHAN <AYEHAN!~behave@111.68.108.75> has quit IRC (Remote host closed the connection) | 10:25 | |
sledges | mroming | 10:25 |
locusf | yo dr_gogeta86 | 10:25 |
*** nh1402 <nh1402!~nh1402@95.148.89.50> has joined #sailfishos-porters | 10:28 | |
nh1402 | morning | 10:40 |
*** CarlosMazieri <CarlosMazieri!~carlos@191.34.27.124> has quit IRC (Quit: Konversation terminated!) | 10:47 | |
*** vakkov <vakkov!~vakkov@84.54.169.227> has quit IRC (Ping timeout: 252 seconds) | 10:55 | |
*** CarlosMazieri <CarlosMazieri!~carlos@191.34.27.124> has joined #sailfishos-porters | 10:57 | |
*** CarlosMazieri <CarlosMazieri!~carlos@191.34.27.124> has quit IRC (Client Quit) | 11:01 | |
locusf | nh1402: hey | 11:12 |
*** vakkov <vakkov!~vakkov@84.54.169.227> has joined #sailfishos-porters | 11:12 | |
nh1402 | locusf: hello | 11:13 |
*** Sequenced <Sequenced!~Sequenced@91-157-184-159.elisa-laajakaista.fi> has quit IRC (Quit: Leaving) | 11:25 | |
*** dhbiker <dhbiker!~dhbiker@APN-123-193-192-gprs.simobil.net> has joined #sailfishos-porters | 11:29 | |
*** beidl_ <beidl_!~quassel@91-114-206-46.adsl.highway.telekom.at> has joined #sailfishos-porters | 13:21 | |
*** beidl <beidl!~quassel@91-113-126-145.adsl.highway.telekom.at> has quit IRC (Ping timeout: 256 seconds) | 13:24 | |
*** filippz <filippz!~filippz@93-143-201-126.adsl.net.t-com.hr> has quit IRC (Remote host closed the connection) | 13:27 | |
*** GodGinrai <GodGinrai!~godginrai@unaffiliated/godginrai> has joined #sailfishos-porters | 13:46 | |
*** alin <alin!~alin@opensuse/member/ealin> has joined #sailfishos-porters | 14:01 | |
alin | sledges: ping | 14:05 |
alin | sledges: do you have any ideas about the issue with the proxy in sb2? | 14:05 |
alin | I think that is the last I need to sort out but somehow I am stuck at it | 14:05 |
*** carepack <carepack!~carepack@unaffiliated/carepack> has quit IRC (Remote host closed the connection) | 14:05 | |
sledges | alin: ping lbt? | 14:06 |
lbt | proxy ? | 14:06 |
dr_gogeta86 | you need to install rpm behind a proxy | 14:07 |
dr_gogeta86 | got a shell and do it manually | 14:07 |
sledges | lbt: alin's behind a proxy | 14:07 |
sledges | he managed to get connected inside mersdk, but sb2 still curses | 14:08 |
dr_gogeta86 | sledges, support is poor also on mer/nemo/sailfish | 14:08 |
dr_gogeta86 | behind proxy almost nothing works | 14:08 |
dr_gogeta86 | updates works behind proxy but for example you don't see the new release image | 14:09 |
dr_gogeta86 | done it yesterday | 14:09 |
*** alin_ <alin_!~alin@vpn33.dl.ac.uk> has joined #sailfishos-porters | 14:10 | |
*** alin <alin!~alin@opensuse/member/ealin> has quit IRC (Ping timeout: 246 seconds) | 14:11 | |
*** carepack <carepack!~carepack@unaffiliated/carepack> has joined #sailfishos-porters | 14:12 | |
*** CarlosMazieri <CarlosMazieri!~carlos@191.34.130.67> has joined #sailfishos-porters | 14:16 | |
alin_ | spiiroin: lbt sledges any of you know how to add a proxy for sb2? | 14:36 |
sledges | alin_: sb2 -t $VENDOR-$DEVICE-armv7hl -R -msdk-build | 14:39 |
sledges | and try to get out from there | 14:39 |
alin_ | sledges: I found I have problems with the mer too | 14:41 |
alin_ | sledges: does not want to do what I think shall do | 14:41 |
*** zGrr <zGrr!~grr@185.13.106.74> has quit IRC (Ping timeout: 248 seconds) | 14:45 | |
*** CarlosMazieri <CarlosMazieri!~carlos@191.34.130.67> has quit IRC (Quit: Konversation terminated!) | 14:54 | |
*** coltox <coltox!~dirk@213.208.250.186> has joined #sailfishos-porters | 15:09 | |
*** harha <harha!~harha@a91-153-12-92.elisa-laajakaista.fi> has quit IRC (Ping timeout: 252 seconds) | 15:19 | |
*** harha <harha!~harha@mobile-access-6df036-31.dhcp.inet.fi> has joined #sailfishos-porters | 15:25 | |
*** harha <harha!~harha@mobile-access-6df036-31.dhcp.inet.fi> has quit IRC (Ping timeout: 240 seconds) | 15:37 | |
*** electrolux <electrolux!~Adium@192.194.199.34> has quit IRC (Quit: Leaving.) | 15:50 | |
alin_ | ok I went to find this | 15:52 |
alin_ | qemu: Unsupported syscall: 374 | 15:52 |
alin_ | when I curl | 15:52 |
alin_ | th ething gets downloaded manually by curl but fails when zypper tries | 15:52 |
sledges | in sb2? | 15:53 |
alin_ | sledges: yes | 15:53 |
dr_gogeta86 | sb2 -t $VENDOR-$DEVICE-armv7hl -R -msdk-build | 15:53 |
dr_gogeta86 | export http_proxy=http://proxy:port | 15:54 |
dr_gogeta86 | export https_proxy=http://proxy:port | 15:54 |
alin_ | dr_gogeta86: is done | 15:54 |
dr_gogeta86 | export ftp_proxy=http://proxy:port | 15:54 |
alin_ | sledges: that error is after | 15:54 |
dr_gogeta86 | zypper ref | 15:54 |
dr_gogeta86 | run fine to me | 15:54 |
*** harha <harha!~harha@mobile-access-6df036-31.dhcp.inet.fi> has joined #sailfishos-porters | 15:54 | |
sledges | dr_gogeta86: inside sb2? | 15:55 |
dr_gogeta86 | yep | 15:55 |
dr_gogeta86 | inside scratchbox env of cours | 15:55 |
dr_gogeta86 | I've download manually deps | 15:55 |
sledges | alin_: is your fs without nodev and nosuid ? | 15:55 |
dr_gogeta86 | also | 15:55 |
alin_ | sledges: no idea let me check is a defuailt install like on my laptop | 15:55 |
alin_ | /dev/sdb4 on /home type ext4 (rw,relatime,data=ordered) | 15:56 |
sledges | locusf: mal-: https://github.com/mer-hybris/hybris-boot/commits/hybris-10.1 https://github.com/mer-hybris/droid-hal-device/commits/master | 15:57 |
sledges | alin_: but zypper on mersdk works with http_proxy vars? | 15:57 |
sledges | (i.e. what made it work onder mersdk?) | 15:57 |
dr_gogeta86 | sledges works to me | 15:58 |
locusf | sledges: okay | 15:58 |
alin_ | sledges: variables plus aliasing of sudo | 16:03 |
sledges | o_O | 16:03 |
*** blueslee <blueslee!~sailfish@ip-176-198-100-136.hsi05.unitymediagroup.de> has joined #sailfishos-porters | 16:08 | |
blueslee | sledges: should an app as wifi analyzer work on ported sfos? | 16:11 |
*** mariogrip <mariogrip!sid69323@gateway/web/irccloud.com/x-norhkgaxczgkdavn> has joined #sailfishos-porters | 16:11 | |
*** Nokius_ is now known as Nokius | 16:11 | |
alin_ | I think I will try something more copy the checkout git and just implant it on my copy | 16:12 |
blueslee | alin: i read there will be no 1.1.7 / alpha13 release before the official one, right? | 16:12 |
sledges | blueslee: depends how hw-dependent it is | 16:12 |
alin_ | blueslee: yap | 16:12 |
blueslee | sledges: it uses wpa_cli | 16:13 |
Nokius | alin_: I sorry I missed that I have a dinner today so no new build this night | 16:13 |
sledges | blueslee: one way to find out | 16:13 |
sledges | Nokius: you apologise too much (chuckle) | 16:13 |
blueslee | alin_ do you still have the gps issues? | 16:14 |
sledges | (you should now say "i'm sorry" :)) | 16:14 |
blueslee | alin_ for me its broken | 16:15 |
Nokius | sledges: u toke the word out of my mouth | 16:15 |
sledges | Nokius: ohh i'm sorry :D | 16:16 |
Nokius | :) | 16:16 |
locusf | sledges: hmm extract_headers required something else too | 16:20 |
locusf | at least for me | 16:20 |
*** harha1 <harha1!~harha@a91-153-12-92.elisa-laajakaista.fi> has joined #sailfishos-porters | 16:20 | |
*** harha <harha!~harha@mobile-access-6df036-31.dhcp.inet.fi> has quit IRC (Read error: Connection reset by peer) | 16:20 | |
* Nokius have great one | 16:21 | |
locusf | http://paste.ubuntu.com/11888492/ | 16:22 |
sledges | locusf: i have this patch too ;) | 16:23 |
sledges | but not pushed out | 16:23 |
sledges | because mb2 dhd worked | 16:23 |
locusf | sledges: okay | 16:23 |
locusf | good | 16:23 |
sledges | possibly it broke later? | 16:23 |
locusf | urr yeah | 16:23 |
sledges | for you | 16:23 |
sledges | ah ok | 16:23 |
locusf | libhybris compilation | 16:23 |
sledges | i'll push it out then | 16:23 |
sledges | perfect ok | 16:23 |
sledges | also noted /tmp ;) thanks! | 16:24 |
*** Nokius_ <Nokius_!~Nokius@p5DDB4637.dip0.t-ipconnect.de> has joined #sailfishos-porters | 16:24 | |
locusf | np :) | 16:24 |
*** Nokius <Nokius!~Nokius@p5DDB4367.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 240 seconds) | 16:25 | |
*** r0kk3rz <r0kk3rz!~chatzilla@host-92-30-149-11.as13285.net> has joined #sailfishos-porters | 16:26 | |
*** rbn <rbn!~ruben@ip4d172d4c.dynamic.kabel-deutschland.de> has quit IRC () | 16:27 | |
sledges | locusf: vgrade: do you think i could deploy aosp5.1 sailfishos.zip by compressing aosp's vanilla /system into another .zip, and passing to multirom as secondary roms, whereas primary rom being cm11.0 ? (i can loop mount firmware later) | 16:28 |
*** krnlyng <krnlyng!~liar@83.175.90.24> has quit IRC (Quit: huiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii) | 16:29 | |
*** blueslee <blueslee!~sailfish@ip-176-198-100-136.hsi05.unitymediagroup.de> has quit IRC (Ping timeout: 244 seconds) | 16:29 | |
locusf | sledges: fingers crossed | 16:29 |
sledges | locusf: still far from there, im just pondering atm | 16:30 |
locusf | ok | 16:33 |
locusf | I can do all other hadk stuff except device testing until next wednesday | 16:34 |
sledges | locusf: ok:) thanks, did you manage to quickly test modem/sound/others on your sonys? | 16:35 |
*** coltox <coltox!~dirk@213.208.250.186> has quit IRC (Ping timeout: 240 seconds) | 16:37 | |
locusf | sledges: not yet no | 16:41 |
*** GodGinrai <GodGinrai!~godginrai@unaffiliated/godginrai> has quit IRC (Quit: heading to lunch) | 16:43 | |
sledges | ok no worries | 16:43 |
locusf | moved to z2 too fast | 16:45 |
*** krnlyng <krnlyng!~liar@213162068174.public.t-mobile.at> has joined #sailfishos-porters | 16:45 | |
locusf | it still doesn't work | 16:45 |
locusf | z3c is ok | 16:45 |
*** GodGinrai <GodGinrai!~godginrai@unaffiliated/godginrai> has joined #sailfishos-porters | 17:08 | |
*** CarlosMazieri <CarlosMazieri!~CarlosMaz@2804:14c:4a3:88d:cc53:8e36:8865:c852> has joined #sailfishos-porters | 17:14 | |
alin_ | Nokius_: if blueess comes back the answer is no... now I do not even get sattelites... I may try again when out of office | 17:14 |
alin_ | vgrade: situ tempted to hack an ubuntu phone? | 17:15 |
situ | alin_: I don'th have one. | 17:15 |
alin_ | situ: I have one... | 17:16 |
situ | alin_: Hack on! | 17:17 |
alin_ | situ: yap.. but you see this is the issue | 17:17 |
alin_ | situ: I do not know how the early bits | 17:17 |
alin_ | situ: I can grab the android they use | 17:17 |
alin_ | seems to be an lxc container | 17:17 |
alin_ | that contains all the stuff | 17:18 |
alin_ | and I can get the partition table | 17:18 |
alin_ | then I need to see how I can get the flashign tool | 17:18 |
situ | hmm I don't know much about lxc stuff. | 17:18 |
alin_ | situ: i think we need more the content to see what android they used | 17:21 |
alin_ | and do merhybris on top of that | 17:22 |
alin_ | situ: in principle that shall be pretty opensource at least this is what they claim | 17:23 |
situ | alin_: You have bq 45 ? | 17:25 |
alin_ | situ: no meizu mx4 | 17:25 |
*** alin_ <alin_!~alin@vpn33.dl.ac.uk> has quit IRC (Quit: Konversation terminated!) | 17:48 | |
sledges | PSA: apkenv is now in :common: https://build.merproject.org/package/show/nemo:devel:hw:common/apkenv | 17:52 |
sledges | carepack: if you install it and launch with any compatible android game apk, it should work on nexus4 out of the box | 17:52 |
sledges | nexus5 will need to wait until next release though | 17:52 |
sledges | (which states that 10.1 ports apkenv works already now, and 11.0 not yet ;P) | 17:53 |
*** blueslee <blueslee!~sailfish@ip-176-198-100-136.hsi05.unitymediagroup.de> has joined #sailfishos-porters | 17:53 | |
sledges | game compatibility (you'll need to download apk exactly the version indicated) wiki.maemo.org/Apkenv/Game_Compatibility | 17:53 |
sledges | http://wiki.maemo.org/Apkenv/Game_Compatibility | 17:53 |
sledges | tested games list in video description: https://www.youtube.com/watch?v=SEfCvV_mzKk | 17:53 |
*** blueslee <blueslee!~sailfish@ip-176-198-100-136.hsi05.unitymediagroup.de> has quit IRC (Client Quit) | 17:54 | |
carepack | sledges: cool! | 17:59 |
carepack | goin to try | 18:00 |
*** electrolux <electrolux!~Adium@d0rktb0gt59g1nqw3k8-3.rev.dnainternet.fi> has joined #sailfishos-porters | 18:03 | |
*** CarlosMazieri <CarlosMazieri!~CarlosMaz@2804:14c:4a3:88d:cc53:8e36:8865:c852> has quit IRC (Quit: Bye) | 18:10 | |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@37.160.234.159> has joined #sailfishos-porters | 18:12 | |
*** arcean <arcean!~arcean@nat3.finemedia.pl> has joined #sailfishos-porters | 18:33 | |
*** jalyst <jalyst!~textual@CPE-121-208-32-143.azly1.woo.bigpond.net.au> has joined #sailfishos-porters | 18:33 | |
*** jalyst <jalyst!~textual@CPE-121-208-32-143.azly1.woo.bigpond.net.au> has quit IRC (Client Quit) | 18:33 | |
*** Guest31210 is now known as juiceme | 18:55 | |
*** juiceme <juiceme!~juice@cerebro.liukuma.net> has quit IRC (Changing host) | 18:55 | |
*** juiceme <juiceme!~juice@Maemo/community/council/juiceme> has joined #sailfishos-porters | 18:55 | |
*** lbt_ <lbt_!~david@78-32-229-233.static.enta.net> has joined #sailfishos-porters | 19:11 | |
*** lbt_ <lbt_!~david@78-32-229-233.static.enta.net> has quit IRC (Changing host) | 19:11 | |
*** lbt_ <lbt_!~david@Maemo/community/contributor/lbt> has joined #sailfishos-porters | 19:11 | |
*** alin <alin!~alin@188.29.88.239.threembb.co.uk> has joined #sailfishos-porters | 19:13 | |
*** alin <alin!~alin@188.29.88.239.threembb.co.uk> has quit IRC (Changing host) | 19:13 | |
*** alin <alin!~alin@opensuse/member/ealin> has joined #sailfishos-porters | 19:13 | |
*** zhxt <zhxt!~zhxt@124.192.38.2> has quit IRC (Ping timeout: 256 seconds) | 19:26 | |
*** zhxt <zhxt!~zhxt@124.192.38.2> has joined #sailfishos-porters | 19:30 | |
dr_gogeta86 | sledges, thp apkenv as key for native gaming ? | 19:32 |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@37.160.234.159> has quit IRC (Ping timeout: 256 seconds) | 19:40 | |
dr_gogeta86 | huawei in rework with 4.4.4 base | 19:44 |
*** coltox <coltox!~dirk@ip253-248-210-87.adsl2.static.versatel.nl> has joined #sailfishos-porters | 19:55 | |
*** coltox <coltox!~dirk@ip253-248-210-87.adsl2.static.versatel.nl> has quit IRC (Client Quit) | 19:59 | |
*** Nokius_ is now known as Nokius | 20:05 | |
Nokius | alin: I got a fix quit fast | 20:05 |
*** dhbiker <dhbiker!~dhbiker@APN-123-193-192-gprs.simobil.net> has quit IRC (Remote host closed the connection) | 20:08 | |
alin | Nokius: I did not I think even blueslee got one | 20:10 |
*** harha1 <harha1!~harha@a91-153-12-92.elisa-laajakaista.fi> has quit IRC (Quit: Leaving.) | 20:12 | |
*** lbt_ <lbt_!~david@Maemo/community/contributor/lbt> has quit IRC (Ping timeout: 244 seconds) | 20:17 | |
alin | lbt: I see now 4.8 will be in the new release... so I will try to enable fortran on that | 20:19 |
alin | lbt: what I wanted to ask you... the .spec files are updated by hand? | 20:19 |
alin | Stskeeps: some time ago you said something about looking into how to change the image for shutdown from jolla to something else | 20:26 |
*** harha <harha!~harha@a91-153-12-92.elisa-laajakaista.fi> has joined #sailfishos-porters | 20:33 | |
Nokius | alin: let me check I know which file it os | 20:38 |
Nokius | * is | 20:38 |
*** harha <harha!~harha@a91-153-12-92.elisa-laajakaista.fi> has quit IRC (Ping timeout: 256 seconds) | 20:38 | |
alin | Nokius: cool | 20:38 |
alin | Nokius: so now we need just a way to replace it in image | 20:38 |
alin | Nokius: not a wya... another image | 20:38 |
Nokius | I made once a bad script for it | 20:39 |
Nokius | alin: all u need http://talk.maemo.org/showthread.php?t=92066 | 20:39 |
Nokius | alin: I don't recomend the script it's bad and old one of my first ever | 20:40 |
Nokius | alin: it's the shutdown one not the one u see during boot | 20:40 |
*** piggz <piggz!~piggz@92.40.249.117.threembb.co.uk> has joined #sailfishos-porters | 20:41 | |
alin | Nokius: during the boot we see none | 20:42 |
alin | Nokius: yes that is the good info | 20:42 |
alin | we will need an image now | 20:42 |
Nokius | sorry it's not on github and the files are not proper saved :( | 20:43 |
*** piggz <piggz!~piggz@92.40.249.117.threembb.co.uk> has quit IRC (Excess Flood) | 20:44 | |
*** piggz <piggz!~piggz@92.40.249.117.threembb.co.uk> has joined #sailfishos-porters | 20:44 | |
alin | Nokius: sorry for what? | 20:45 |
Nokius | have this bad source of information | 20:46 |
Nokius | u have to dig a bit to get the wanted information | 20:46 |
*** Nokius_ <Nokius_!~Nokius@p5DDB7B0B.dip0.t-ipconnect.de> has joined #sailfishos-porters | 20:51 | |
*** Nokius <Nokius!~Nokius@p5DDB4637.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 244 seconds) | 20:52 | |
alin | Nokius_: i think may be in the right direction | 20:53 |
*** piggz <piggz!~piggz@92.40.249.117.threembb.co.uk> has quit IRC (Remote host closed the connection) | 20:53 | |
*** Nokius_ is now known as Nokius | 20:58 | |
Nokius | alin: the file is there try your luck :) | 20:58 |
Nokius | /usr/share/themes/jolla-ambient/meegotouch/icons/graphic-shutdown-480x854.png | 20:58 |
* Nokius gn8 | 20:59 | |
*** arcean <arcean!~arcean@nat3.finemedia.pl> has quit IRC (Quit: App terminated!) | 21:06 | |
*** krnlyng_ <krnlyng_!~liar@213162068135.public.t-mobile.at> has joined #sailfishos-porters | 21:08 | |
*** alin <alin!~alin@opensuse/member/ealin> has quit IRC (Ping timeout: 244 seconds) | 21:09 | |
*** alin <alin!~alin@opensuse/member/ealin> has joined #sailfishos-porters | 21:10 | |
*** krnlyng <krnlyng!~liar@213162068174.public.t-mobile.at> has quit IRC (Ping timeout: 260 seconds) | 21:12 | |
*** gophix <gophix!~gophix@xdsl-89-0-228-144.netcologne.de> has joined #sailfishos-porters | 21:18 | |
*** TheRealJohnGalt <TheRealJohnGalt!uid29986@gateway/web/irccloud.com/x-wnqmhmonvokeqqea> has quit IRC (Quit: Connection closed for inactivity) | 21:21 | |
*** piggz <piggz!~piggz@92.40.249.117.threembb.co.uk> has joined #sailfishos-porters | 21:22 | |
*** alin <alin!~alin@opensuse/member/ealin> has quit IRC (Ping timeout: 252 seconds) | 21:24 | |
*** alin <alin!~alin@host217-42-8-157.range217-42.btcentralplus.com> has joined #sailfishos-porters | 21:25 | |
*** alin <alin!~alin@host217-42-8-157.range217-42.btcentralplus.com> has quit IRC (Changing host) | 21:25 | |
*** alin <alin!~alin@opensuse/member/ealin> has joined #sailfishos-porters | 21:25 | |
*** alin_ <alin_!~alin@188.29.88.239.threembb.co.uk> has joined #sailfishos-porters | 21:30 | |
*** alin <alin!~alin@opensuse/member/ealin> has quit IRC (Ping timeout: 264 seconds) | 21:31 | |
*** GodGinrai <GodGinrai!~godginrai@unaffiliated/godginrai> has quit IRC (Quit: Relocating) | 21:33 | |
*** TheRealJohnGalt <TheRealJohnGalt!uid29986@gateway/web/irccloud.com/x-tdnyeiqgrxsqbwnp> has joined #sailfishos-porters | 21:54 | |
*** piggz <piggz!~piggz@92.40.249.117.threembb.co.uk> has quit IRC (Ping timeout: 264 seconds) | 22:03 | |
*** r0kk3rz <r0kk3rz!~chatzilla@host-92-30-149-11.as13285.net> has quit IRC (Ping timeout: 255 seconds) | 22:26 | |
*** nh1402 <nh1402!~nh1402@95.148.89.50> has quit IRC (Ping timeout: 255 seconds) | 22:27 | |
*** gophix_2 <gophix_2!~gophix@xdsl-89-0-215-152.netcologne.de> has joined #sailfishos-porters | 22:42 | |
*** gophix <gophix!~gophix@xdsl-89-0-228-144.netcologne.de> has quit IRC (Ping timeout: 264 seconds) | 22:45 | |
*** electrolux <electrolux!~Adium@d0rktb0gt59g1nqw3k8-3.rev.dnainternet.fi> has quit IRC (Quit: Leaving.) | 23:06 | |
*** juiceme <juiceme!~juice@Maemo/community/council/juiceme> has quit IRC (Read error: Connection reset by peer) | 23:11 | |
*** juiceme <juiceme!~juice@cerebro.liukuma.net> has joined #sailfishos-porters | 23:11 | |
*** lpotter <lpotter!~quassel@CPE-121-208-91-197.cqhm1.cha.bigpond.net.au> has joined #sailfishos-porters | 23:12 | |
*** juiceme is now known as Guest36381 | 23:13 | |
*** ljp <ljp!~quassel@CPE-121-208-91-197.cqhm1.cha.bigpond.net.au> has quit IRC (Ping timeout: 272 seconds) | 23:13 | |
*** tworaz <tworaz!~tworaz@212.180.237.71> has quit IRC (Ping timeout: 265 seconds) | 23:18 | |
*** olafh <olafh!~olafh@p4FF49D30.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 248 seconds) | 23:35 | |
*** cxl000 <cxl000!~cxl000@c27-253-5-120.brodm4.vic.optusnet.com.au> has quit IRC (Quit: Leaving) | 23:55 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!