Sazpaimon | vgrade_, did you get my earlier question? | 00:14 |
---|---|---|
*** mugna has quit IRC | 00:26 | |
Sazpaimon | ah ha, sorry, I just noticed your android repo | 00:29 |
*** gogeta has quit IRC | 02:20 | |
*** Sazpaimon has quit IRC | 04:12 | |
*** Sazpaimon has joined #sailfishos-porters | 04:15 | |
Sazpaimon | I'm getting a build error when trying to do make hybris-hal: make: *** No rule to make target `/srv/mer/sdks/sdk/android/droid/out/target/product/bacon/obj/STATIC_LIBRARIES/libminui_intermediates/export_includes', needed by `/srv/mer/sdks/sdk/android/droid/out/target/product/bacon/obj/EXECUTABLES/charger_intermediates/import_includes'. Stop. | 04:17 |
Nokius | sledges: not bad at all | 05:32 |
Nokius | sh-3.2# uptime | 05:32 |
Nokius | 06:50:26 up 7:40, 0 users, load average: 5.49, 5.59, 5.60 | 05:32 |
Nokius | lets see what later will happen :) (coolpad is not cold anymore) | 05:32 |
Nokius | cu later | 05:32 |
*** furikku has joined #sailfishos-porters | 05:36 | |
Sazpaimon | I'll try a clean repo sync and try again | 05:36 |
beidl | good morning | 05:38 |
*** vakkov_ has joined #sailfishos-porters | 06:25 | |
*** vakkov has quit IRC | 06:26 | |
*** vakkov_ is now known as vakkov | 06:27 | |
alin_ | is there any reason the maps app is not available? | 06:35 |
alin_ | situ: is your gps working? | 06:35 |
situ | alin_: gps hw is working. | 06:38 |
alin_ | situ: so test_gps works for you? | 06:50 |
alin_ | situ: comment in the page please? | 06:50 |
situ | alin_: Yes, stand in balcony and wait for 30 minutes before your coordinates are displayed by test_gps :) | 06:51 |
alin_ | situ: good onw.. I am going now... see you later | 06:52 |
*** alin_ has quit IRC | 06:52 | |
*** vakkov has quit IRC | 06:53 | |
*** vakkov has joined #sailfishos-porters | 06:54 | |
vakkov | if only untrusted sources worked.. . and i didn't have to install through terminal ... that would be great :D | 07:10 |
*** gogeta has joined #sailfishos-porters | 07:22 | |
*** hurrian has joined #sailfishos-porters | 07:32 | |
*** gogeta has quit IRC | 07:35 | |
phdeswer | situ: you could run test_gps -a for assisted gps, that might work faster | 07:38 |
situ | phdeswer: I haven't looked at it. will try it later. | 07:39 |
phdeswer | situ: just a hint, as test_gps supports a number of gps modes (I know because I wrote it ) | 07:39 |
*** piggz has joined #sailfishos-porters | 07:54 | |
vakkov | still amazed how fast test_gps fixed me last night | 07:55 |
vakkov | ~5 seconds from the moment the phone saw the sky | 07:55 |
phdeswer | vakkov: depends on a number of factors. If the gps still has relatively fresh info about the sattelites it can lock quickly | 08:00 |
stephg | morning | 08:07 |
tbr | phone GPS systems are utterly stupid, they only really work if they have an almanac etc available (so basically AGPS data) | 08:07 |
tbr | failing those they need a completely open sky view AND lots of time (10-20min) to lock on | 08:08 |
phdeswer | tbr: pretty accurate description indeed | 08:21 |
stephg | I managed to get gps lock on an aeroplane once with my n9... | 08:21 |
tbr | another detail: the antenna usually is quite deaf, contributing to the long TTFF from zero. | 08:22 |
tbr | stephg: it was easy if you locked before take off, in flight it was crazy hard | 08:22 |
tbr | essentially because of the above | 08:22 |
stephg | was inflight | 08:23 |
tbr | and you are moving, that makes building almanac and getting a fix after that super hard | 08:23 |
tbr | recipe for failure: start moving with a smart phone GPS that doesn't have AGPS data | 08:23 |
stephg | but yea it ment holding the phone to the window and waiting, and waiting... | 08:23 |
tbr | it will almost _never_ manage to get a fix before you reach your destination | 08:23 |
stephg | at least with couldgps you could see what it was doing as you had (who knows how accurate) signal bars for the satellites | 08:24 |
stephg | wow I can't type this morning | 08:26 |
beidl | ok, now something very interesting is happening on the maguro side of things | 08:28 |
beidl | I got rid of init-debug, booting immediately into sailfish... and the MODEM_IF kernel driver responsible for talking to the modem fails to issue commands at all | 08:29 |
beidl | this in turn causes the rild to crash everytime it's started, which happens in a loop by the android init | 08:30 |
tbr | that's an OMAP4 design, right? | 08:30 |
tbr | please keep in mind, that TI liked to have user space daemons and "magic initializations" for basically everything | 08:31 |
tbr | although obviously the modem is not a TI part, because TI killed their GSM/3G part before they even announced it IIRC | 08:32 |
beidl | tbr: I disabled one tiny daemon which I believed was soley responsible for androids key chain | 08:32 |
tbr | which one? | 08:32 |
beidl | the modem is a samsung one | 08:32 |
beidl | tf_daemon | 08:32 |
tbr | try with it. :-/ | 08:32 |
beidl | if this turns out to be the cause I'm probably going to become bald in the next couple of minutes | 08:33 |
tbr | it might also be some crazy race condition being prevented by your debug setting previously stretching some time frame | 08:34 |
beidl | tbr: oh, because you mentioned user space daemons: just like their way of vsyncing the display output | 08:35 |
beidl | abusing uevents for basically anything that is out there | 08:35 |
tbr | is it like on the N9? where you need to poke it? | 08:35 |
beidl | don't know anything about the N9 | 08:35 |
tbr | DSS was always a source of "joy" and balding among engineers | 08:36 |
beidl | but what happens on maguro is that every 16ms the omapfb kernel driver sends a uevent to userspace, doing the vsync | 08:36 |
beidl | now think about a typical GNU/Linux stack. 2 systemd-udevd processes (one of them a worker process I assume) causing a constant CPU usage of ~ 8 - 15 % | 08:37 |
beidl | because udev processes every single one of them | 08:38 |
hurrian | isn't the modem a rebadged Intel-Infineon X-Gold? | 08:38 |
beidl | *them vsync events | 08:38 |
vgrade_ | \o | 08:38 |
vgrade_ | sledges: https://github.com/mer-hybris/hybris-boot/pull/30 | 08:38 |
beidl | maguro GSM to be exact: XMM6260 | 08:38 |
vgrade_ | Sazpaimon: was wanting to match the android source to the version of CM I have on my device | 08:39 |
*** dmt has quit IRC | 08:39 | |
*** piggz has quit IRC | 08:41 | |
*** dmt has joined #sailfishos-porters | 08:42 | |
hurrian | cool, SFOS works on SGS2 (i9100) | 08:43 |
locusf | hurrian: nice :) | 08:43 |
hurrian | so uhh, this is the "official" hardware enablement method for Sailfish, right? Mer on top of Android HW adaptation. | 08:44 |
locusf | afaik yes | 08:45 |
hurrian | mmm. might start investigating Sailfish on top of the NITDroid adaptation for N9 in that case. | 08:47 |
locusf | just make sure hwcomposer works | 08:47 |
locusf | otherwise you might be wasting your time :/ | 08:47 |
hurrian | (which would be pretty awkward: Sailfish on NITDroid adaptation, which runs on GNU/Linux adaptation :P) | 08:48 |
locusf | heheh | 08:49 |
beidl | I'll start to use austrian swear words in every single sentence if I don't manage to fix this in time | 08:53 |
*** gogeta has joined #sailfishos-porters | 08:56 | |
*** piggz has joined #sailfishos-porters | 08:58 | |
*** piggz has quit IRC | 09:03 | |
stephg | beidl: you love it really | 09:09 |
beidl | stephg: what? | 09:10 |
stephg | making it work | 09:15 |
stephg | and then it failing repeatedly in unexpected ways | 09:15 |
stephg | over and over ;) | 09:15 |
vakkov | mmm.. no i dont :d | 09:16 |
*** piggz has joined #sailfishos-porters | 09:16 | |
*** gogeta has quit IRC | 09:18 | |
beidl | stephg: I mean it would probably decrease my life expectancy... on the other hand, it's one of the more fun things to do as a job | 09:19 |
vakkov | how should we test the magnetometer? | 09:20 |
locusf | /system/bin/getevents | 09:24 |
vakkov | locusf: if that's for me /system/bin/getevents: No such file or directory | 09:25 |
vakkov | we just found out that we have a magnetometer :D /dev/compassirq | 09:27 |
*** piggz has quit IRC | 09:29 | |
locusf | ah its getevent | 09:34 |
tbr | hurrian: I don't think nitdroid is really the thing that needs doing, except maybe to take the SGX driver if the glibc one doesn't work with wayland. The problem is really the kernel. That needs fixing. That has been outlined repeatedly and that's why there are no newer images. | 09:34 |
tbr | and JFTR the SGX driver can just as well be taken from the official TI tarball, no need for nitdroid | 09:37 |
*** dmt_ has joined #sailfishos-porters | 09:41 | |
dmt_ | Hi, does anyone have alin's script from yesterday? | 09:43 |
*** Sfiet_Konstantin has joined #sailfishos-porters | 10:00 | |
tbr | dmt_: checked the logs? | 10:07 |
*** Sfiet_Konstantin has quit IRC | 10:12 | |
dmt_ | tbr: ah, thanks! should have thought of it first | 10:13 |
dmt_ | found the links, but they had unfortunately expired | 10:17 |
*** Sfiet_Konstantin has joined #sailfishos-porters | 10:33 | |
dmt_ | is there a precompiled qt5-qpa-hwcomposer-plugin with the tearing fix somewhere? | 10:33 |
vakkov | hurrian tbr: the real problem os actually the lack of a real hwcomposer for omap3 :P that | 10:35 |
hurrian | vakkov: Droid bits can be ported, but they're /old/! | 10:36 |
vakkov | hurrian tbr: that's what hybris uses. The "hwcomposer" for n9 by e-yes is just a hack | 10:36 |
sledges | dmt_: i will publish it, sec | 10:36 |
hurrian | thinking about it again, maybe running SFOS on top of K3.5 and Wayland would be a better idea | 10:36 |
locusf | I would like to help on that but I hav no kernel skills | 10:38 |
vakkov | you have to fix wayland-wsegl to work with sailfish! you can't use android bits because you dont have hwcomposer | 10:38 |
*** Sfiet_Konstantin has quit IRC | 10:38 | |
vakkov | i also thought of android implementation for n900 but there is no point in it | 10:39 |
sledges | situ: around? | 10:42 |
sledges | could anyone quick review pls: https://github.com/mer-hybris/qt5-qpa-hwcomposer-plugin/pull/24 | 10:43 |
dmt_ | sledges: thanks, i was about to start messing with building it | 10:43 |
sledges | ( even you dmt_ ^ :) | 10:43 |
dmt_ | sledges: just comment on it? | 10:45 |
sledges | if it looks good to you or whatever you think about it :) | 10:50 |
locusf | my journal is filled with: Jul 22 03:15:27 Jolla sh[716]: ...waiting for wlan firmware to appear: WCNSS_qcom_wlan_nv.bin | 10:56 |
locusf | where can I find this file and if its even needed? | 10:56 |
dmt_ | sledges: commented positively. Don't think i have any greated powers | 10:56 |
sledges | dmt_: is a trivial commit, enough a fresh pair of eyes glanced at :) thanks | 10:57 |
hurrian | locusf: /lib/firmware? | 10:57 |
locusf | its actually at /data/misc/wifi/WCNSS_qcom_wlan_nv.bin | 10:57 |
dmt_ | sledges: i know i saw it, but don't know exactly the auto procedures in github | 10:58 |
hurrian | oh right, android underpinnings | 10:58 |
*** beidl_ has joined #sailfishos-porters | 10:58 | |
sledges | locusf: you must have copied too much from mako ;) | 10:58 |
hurrian | data/misc is a weird place to put it though, pretty sure my Android devices put it under /system/lib/firmware :/ | 10:58 |
*** beidl has quit IRC | 10:59 | |
locusf | sledges: argh true | 10:59 |
sledges | locusf: https://github.com/mer-hybris/droid-hal-device/blob/hybris-10.1/device-lge-mako-configs/usr/bin/droid/droid-wlan-fwreload.sh | 10:59 |
locusf | this is on the n7000 | 10:59 |
hurrian | locusf: ah. | 11:00 |
sledges | is a bad hack, needs proper ioctl fw-reload triggering binary | 11:00 |
sledges | then we can get rid of netd | 11:00 |
locusf | now the rild issue starts again | 11:01 |
locusf | its not running and not runnable | 11:01 |
locusf | ah it is but it says connection refused while connecting to rild | 11:02 |
sledges | dmt_: now you can build that qt5-qpa-hwc locally | 11:02 |
sledges | following hadk | 11:02 |
hurrian | locusf: which ril bits are you running, Samsung binary ones with a shim on top, or the reverse-engineered open ril? | 11:03 |
locusf | hurrian: I have no clue :) | 11:03 |
hurrian | fun :D | 11:04 |
dmt_ | sledges: thanks! | 11:07 |
dmt_ | sledges: is there a repo somewhere with this and other crucial packages comiled for hammerhead | 11:08 |
dmt_ | the latest i find in the obs are from 14th from situ's repos | 11:09 |
hurrian | locusf: i'm currently toying with my smdk4xxx device (i9100 aka shrunken Galaxy Note without digitizer), and from the way a lot of stuff's working atm, it looks like it's got some life in it | 11:09 |
locusf | hurrian: even wifi working? | 11:10 |
hurrian | locusf: nope! i'll be replacing the broadcom driver in-kernel with a non-Android one. | 11:11 |
sledges | dmt_: yes, for now only on situ's repos | 11:23 |
sledges | feel free to point to them in your .ks | 11:23 |
dmt_ | sledges: ok, i started building locally anyway, will see how it goes .. | 11:40 |
*** zon has joined #sailfishos-porters | 11:41 | |
*** mugna has joined #sailfishos-porters | 11:57 | |
*** mugna has quit IRC | 12:01 | |
sledges | ok | 12:12 |
*** mugna has joined #sailfishos-porters | 12:20 | |
locusf | where are the firmware files stored? | 12:34 |
sledges | could be anywhere | 12:35 |
sledges | some have dedicated partitions | 12:36 |
sledges | some do in /data /etc as you've seen :) | 12:36 |
sledges | vendor/ or system/ [hw/] firmware/ /lib mix and match :) | 12:36 |
sledges | many end in .txt :D | 12:37 |
locusf | insmod: ERROR: could not insert module /lib/modules/3.0.64-CM-g1440588/dhd.ko: No such device | 12:38 |
locusf | oh :D | 12:38 |
dmt_ | has someone encountered "No valid ANDROID_VERSION found." error on pulseaudio-modules-droid? | 12:41 |
dmt_ | only this http://pastebin.com/HRz9jWvC comes up | 12:41 |
*** mugna has quit IRC | 12:43 | |
locusf | now I have wifi enabled in the kernel but connman isn't listing anything | 12:44 |
sledges | dmt_: you are building for hybris-11.0 branches | 12:47 |
sledges | so standard hadk instructions do not apply as-is | 12:47 |
sledges | (currently hadk is for hybris-10.1 only) | 12:47 |
sledges | you need work out yourself, or, simply, use situ's repos instead of compiling anything | 12:47 |
sledges | his hwc is without tearing too | 12:47 |
dmt_ | i did take advice from the webpage for n5 | 12:48 |
dmt_ | i'll set the variable and see what happens | 12:48 |
dmt_ | i see there are packages for hammerhead in the ob using the same spec so must be possible | 12:48 |
situ | sledges: he can use binaries from my repo, but who knows... I can be evil :P | 12:50 |
dmt_ | well this is always a possibility :) | 12:51 |
dmt_ | the other packages built well so i thought i'll try to go ahead | 12:51 |
dmt_ | alin mentioned something about a 'pirate pad' | 12:52 |
dmt_ | looking that situ's rpms are built directly from git, means shoould he be evil, i will not be saved by just compiling without reading all source | 12:54 |
*** Nokius1 has joined #sailfishos-porters | 12:54 | |
*** Nokius has quit IRC | 12:56 | |
sledges | dmt_: just check _service file in his PA repo | 12:57 |
sledges | to see which tree/branch it points exactly to | 12:57 |
locusf | hmm seems that /etc/modprobe.d/ configs aren't respected on systemd startup | 13:04 |
*** mugna has joined #sailfishos-porters | 13:14 | |
vakkov | why do modern phones don't have radio fm transmitters but thousands of other stuff ;D | 13:14 |
vakkov | et least manufacturers put infrared back to the devices | 13:15 |
locusf | hmm now my n7000 doesn't work anymore :/ | 13:20 |
*** dmt has quit IRC | 13:20 | |
*** dmt has joined #sailfishos-porters | 13:21 | |
locusf | Jan 01 02:12:21 Jolla systemd-modules-load[519]: Failed to lookup alias 'dhd': Function not implemented | 13:21 |
locusf | I borked it .. | 13:22 |
locusf | well theres always a new image | 13:22 |
*** carepack_ has joined #sailfishos-porters | 13:33 | |
dmt_ | strange thing is, the ANDROID_VERSION variable is only defined in hybris-cm-10.2 | 13:36 |
dmt_ | in the latest its name changes a little | 13:37 |
dmt_ | and the pulse-module-droid package does not take any newer than 4.2 | 13:37 |
dmt_ | somehow situ's droid-util.c gets skipped over | 13:38 |
vgrade_ | dmt_: are you on the right branch | 14:00 |
vgrade_ | dmt_: named testing | 14:00 |
vgrade_ | https://github.com/siteshwar/pulseaudio-modules-droid/blob/testing/src/droid/droid-util.c | 14:00 |
dmt_ | vgrade_: ahaa, this is most likely the issue | 14:01 |
dmt_ | vgrade_: thanks | 14:01 |
vgrade_ | yw | 14:01 |
vgrade_ | was a welcome distraction | 14:01 |
dmt_ | i was on master | 14:01 |
dmt_ | also only now saw situ did specify "branch">testing.. | 14:03 |
*** dmt has quit IRC | 14:05 | |
*** dmt has joined #sailfishos-porters | 14:09 | |
*** subparity is now known as shallow | 14:12 | |
vgrade_ | smell the bacon, Install: /home/vgrade/mer/android/droid/out/target/product/bacon/hybris-boot.img | 14:12 |
*** mugna has quit IRC | 14:14 | |
*** mugna has joined #sailfishos-porters | 14:15 | |
vgrade_ | all that breakfast bacon have mede me hungry, time to eat | 14:17 |
sledges | vgrade_: mmmmm | 14:28 |
sledges | :D | 14:28 |
*** chrisi has quit IRC | 14:32 | |
*** gogeta has joined #sailfishos-porters | 14:41 | |
*** dvorakfag has joined #sailfishos-porters | 14:51 | |
dvorakfag | Any news abut mako? | 14:51 |
*** JohnyZ has quit IRC | 15:06 | |
*** chrisi has joined #sailfishos-porters | 15:06 | |
*** JohnyZ has joined #sailfishos-porters | 15:08 | |
*** dvorakfag has quit IRC | 15:36 | |
*** Sequenced_ has quit IRC | 15:50 | |
*** Sequenced_ has joined #sailfishos-porters | 15:51 | |
vakkov | agh everytime i connect the phone to my pc the pc freezes for a while and it stops my wired connection.. wasn't there going to be a patch for that? | 16:16 |
Sazpaimon | I'm still getting this error when trying to make hybris-hal, even after a clean sync: make: *** No rule to make target `/srv/mer/sdks/sdk/android/droid/out/target/product/bacon/obj/STATIC_LIBRARIES/libminui_intermediates/export_includes', needed by `/srv/mer/sdks/sdk/android/droid/out/target/product/bacon/obj/EXECUTABLES/charger_intermediates/import_includes'. Stop. | 16:16 |
Sazpaimon | neither limbinui_intermediates or charger_intermediates exists | 16:16 |
*** aseigo_home has joined #sailfishos-porters | 16:17 | |
*** aseigo has quit IRC | 16:17 | |
Nokius1 | Hi | 16:18 |
*** aseigo_home is now known as aeigo | 16:18 | |
Nokius1 | sledges: ist still up :D | 16:19 |
Nokius1 | its | 16:19 |
Nokius1 | sledges: any new ideas for the lipstick problem? | 16:20 |
vgrade_ | Sazpaimon: there is an issue with bootable/recovery and bootable/recovery-cm core seems to be building with headers from one while lib is built from the other | 16:26 |
vgrade_ | Sazpaimon: took me most of the day to fisure out | 16:26 |
Sazpaimon | so a -j 1 would fix that? | 16:28 |
*** tbr is now known as itsamemario | 16:28 | |
Sazpaimon | if I'm understanding you | 16:28 |
*** itsamemario is now known as tbr | 16:28 | |
vgrade_ | I'm not sure. Please let me know if that does fix. for now I removed bootable/recovery from manifest and added recovery-cm in build/core/pathmap.mk | 16:30 |
vgrade_ | Sazpaimon: I have hybris-boot.img now | 16:32 |
Sazpaimon | nice, does it work? | 16:33 |
vgrade_ | Sazpaimon: not tried it yet was having some food | 16:34 |
Sazpaimon | I was able to get a hybris-boot.img by building with make -k -j4 | 16:34 |
Sazpaimon | so it ignored that error, it still allowed hybris-boot.img to build | 16:34 |
Sazpaimon | i don't trust it though | 16:34 |
vgrade_ | yea , you might end up with things not built for the next stage | 16:35 |
vgrade_ | hybris-boot.img is only the kernel and initrd | 16:36 |
Sazpaimon | its odd, -j1 and -j4 build things in a different order. -j1 seems to be building the kernel first, and -j4 builds the recovery first | 16:37 |
Sazpaimon | I'd expect make to pick up where the last one left off | 16:37 |
vgrade_ | Sazpaimon: we don't see this conflict on hammerhead and I build that with j8 | 16:38 |
*** mugna has quit IRC | 16:39 | |
vgrade_ | so still not sure, maybe that tag is invalid | 16:39 |
*** mugna has joined #sailfishos-porters | 16:39 | |
Sazpaimon | there's 2 bacon tags on the CM android repo | 16:39 |
Sazpaimon | I haven't compared them yet, though | 16:39 |
vgrade_ | yea, I picked the one which matched the one on my device | 16:40 |
vgrade_ | as usual most time is spent on android anomlies | 16:40 |
Sazpaimon | no idea which one my device came with, i've reflashed it with a custom rom since then | 16:41 |
vgrade_ | Sazpaimon: be carefull with that , the on device libs need to match the ones in your android source tree for the hybris magic to work | 16:42 |
Sazpaimon | good point | 16:42 |
locusf | hmm I'm getting a weird error during hal package builds: http://pastie.org/9422887 | 16:43 |
locusf | ah | 16:43 |
locusf | now I know | 16:43 |
locusf | I need to resetup my targets as they point to old places now | 16:43 |
Sazpaimon | vgrade_, in that case, my build number is going to be XNPH22Q, so I'll need a different tag anyway | 16:47 |
Sazpaimon | unless an OTA update changes that | 16:47 |
Sazpaimon | I'll reflash it and see | 16:47 |
vgrade_ | I have 22R | 16:49 |
Sazpaimon | yeah 22R seems to be the OTA update | 16:54 |
Sazpaimon | so that's fine | 16:54 |
*** Sfiet_Konstantin has joined #sailfishos-porters | 17:10 | |
Sazpaimon | okay, yeah, 22R is the OTA update, so we're both on the same version | 17:14 |
*** Sfiet_Konstantin has quit IRC | 17:37 | |
*** piggz has joined #sailfishos-porters | 17:57 | |
*** piggz has quit IRC | 18:05 | |
Nokius1 | some of the test results | 18:29 |
Nokius1 | http://pastebay.net/1471403 | 18:29 |
Nokius1 | gps is still trying to get a fix | 18:29 |
Nokius1 | guess it wont fix just saw there is a error | 18:31 |
Nokius1 | http://pastebay.net/1471405 | 18:31 |
*** Eztran has joined #sailfishos-porters | 18:35 | |
Sazpaimon | vgrade_, no, -j1 did not fix it | 18:35 |
Sazpaimon | I'll do what you tried | 18:35 |
locusf | releases.jolla.com 404'ing again | 18:39 |
locusf | in mic image creation phase | 18:40 |
Nokius1 | ah test_gps error dont come by if its run as root okay | 18:41 |
sledges | hi Nokius1 | 18:41 |
Nokius1 | hi sledges was just testing few of the test helpers | 18:42 |
sledges | sure | 18:42 |
sledges | im trying to google minimer instructions | 18:42 |
sledges | vgrade_: have you got them handy by chance? | 18:42 |
sledges | ah found something :) | 18:43 |
sledges | Nokius1: put this on your phone: | 18:43 |
sledges | curl -O http://qtl.me/minimer3.tar.gz | 18:43 |
Nokius1 | done | 18:49 |
sledges | extract it as user | 18:49 |
Nokius1 | d | 18:50 |
Nokius1 | done | 18:50 |
sledges | cd minimer | 18:50 |
vgrade_ | /usr/lib/qt5/bin/qmlscene -platform hwcomposer main.qml | 18:50 |
sledges | vgrade_: good timing :D | 18:51 |
vgrade_ | install qt5-qmlscene | 18:51 |
locusf | needs pkg | 18:51 |
vgrade_ | EGL_PLATFORM=hwcomposer | 18:51 |
*** Sfiet_Konstantin has joined #sailfishos-porters | 18:51 | |
Nokius1 | okay first looks like I need the qmlscene | dont have the lib | 18:53 |
sledges | Nokius1: http://repo.merproject.org/obs//mer:/qt:/devel/latest_armv7hl/armv7hl/qt5-qtdeclarative-qmlscene-5.1.0+git24-1.20.4.armv7hl.rpm | 18:54 |
Nokius1 | sledges: thanks was checking stable ^^ | 18:54 |
vakkov | wohoo minimer ;D | 18:55 |
vakkov | sb, bomb samsung for turning the good ril into a shit with their crappy protocols. thanks | 18:57 |
Nokius1 | sledges: hm is the dependencie needed qt5-qtdeclarative-qmlscene-5.1.0+git24-1.20.4.armv7hl or not? | 18:57 |
sledges | such as? | 18:58 |
Nokius1 | sledges: qt5-qtdeclarative = 5.1.0+git24-1.20.4 sorry | 18:58 |
Nokius1 | sledges: bit more clear http://pastebay.net/1471411 | 18:59 |
sledges | Nokius1: chuck it down from here: https://build.merproject.org/package/binaries/mer:qt:devel/qtdeclarative?repository=latest_armv7hl | 19:00 |
Nokius1 | sledges: aaaaa http://pastebay.net/1471413 | 19:05 |
sledges | rpm --nodeps -i qt5-qtdeclarative-qmlscene-5.1.0+git24-1.20.4.armv7hl.rpm | 19:06 |
sledges | just that then ^ | 19:06 |
Nokius1 | done | 19:07 |
sledges | back to where you stopped then | 19:07 |
Nokius1 | sledges: http://pastebay.net/1471414 | 19:08 |
sledges | hmph | 19:08 |
sledges | try it all again | 19:09 |
sledges | this time as root | 19:09 |
Nokius1 | just checked droid-hal-device.conf is still | 19:10 |
Nokius1 | EGL_PLATFORM=hwcomposer | 19:10 |
sledges | gud | 19:10 |
sledges | what vgrade_ said above ;) ^ | 19:10 |
Nokius1 | yep | 19:10 |
*** falc0n_ has joined #sailfishos-porters | 19:10 | |
Nokius1 | sledges: with overhead | 19:11 |
Nokius1 | http://pastebay.net/1471416 | 19:11 |
falc0n_ | hello people! | 19:12 |
sledges | hey falc0n_ ! | 19:12 |
sledges | Nokius1: some heavy hwc intricacies :) | 19:12 |
sledges | strace as user first? | 19:12 |
sledges | and then as root | 19:13 |
sledges | falc0n_: wassup? :) | 19:17 |
Nokius1 | sledges: as nemo —> http://pastebay.net/1471417 | 19:18 |
vakkov | he'll be porting to sgs4 | 19:19 |
vakkov | let's start looking for a ril :D | 19:19 |
sledges | :D | 19:19 |
sledges | welcome aboard :) | 19:19 |
vakkov | btw, i'm absolutely serious :D replicant guys should do something... or ubuntu guys should show the magic :D | 19:20 |
falc0n_ | sledges, wanna start porting sailfish to sgs4, though it's not on the official cm10.1 support list. thinking whether i should take the risk or not | 19:20 |
Nokius1 | sledges: guess it rubish!!!!!!! | 19:20 |
sledges | Nokius1: strace -fF /usr/lib/qt5/bin/qmlscene -platform hwcomposer main.qml | 19:20 |
sledges | as nemo | 19:20 |
*** piggz has joined #sailfishos-porters | 19:21 | |
sledges | falc0n_: we got 11.0 going on too | 19:21 |
vakkov | it's cm-11 should not be a problem | 19:21 |
vakkov | but there is no hadk for cm-11 | 19:21 |
falc0n_ | do you have links to that? i'm having trouble with sailfish's site about finding docs | 19:22 |
falc0n_ | oh okay | 19:22 |
sledges | yes we have wiki for hammerhead | 19:22 |
vakkov | maybe falc0n_ will have to follow nexus 6 steps | 19:22 |
vakkov | yep :D | 19:22 |
sledges | https://wiki.merproject.org/wiki/Building_Sailfish_OS_for_Nexus_5 | 19:22 |
falc0n_ | yes! thank you so much. | 19:22 |
sledges | have fun :) | 19:23 |
Nokius1 | sledges: nemo —> http://pastebay.net/1471421 | 19:23 |
Nokius1 | sledges: root —> http://pastebay.net/1471422 | 19:25 |
sledges | Nokius1: both with -fF | 19:25 |
sledges | ? | 19:25 |
Nokius1 | sledges both rm /home/nemo/minimerlog; strace -o /home/nemo/minimerlog -fF /usr/lib/qt5/bin/qmlscene -platform hwcomposer main.qml | 19:25 |
locusf | Nokius1: are you at the minimer directory? | 19:26 |
locusf | paste pwd | 19:26 |
Nokius1 | sh-3.2# pwd | 19:26 |
Nokius1 | /home/nemo/minimer | 19:26 |
locusf | good | 19:26 |
Nokius1 | [nemo@Jolla minimer]$ pwd | 19:26 |
Nokius1 | /home/nemo/minimer | 19:26 |
locusf | just checking :) | 19:27 |
sledges | EGL_PLATFORM=fbdev | 19:27 |
Nokius1 | locusf: first post from 21:18 is messup | 19:27 |
sledges | Nokius1: ^ but im rapidly running out of ideas | 19:27 |
sledges | looks like your device hwc is misbehaving, the way Qt expects it | 19:28 |
sledges | yet android works for some patches, can't say | 19:28 |
vgrade_ | Nokius1: do you have EGL_PLATFORM etc in your enviromnent | 19:28 |
vgrade_ | not just in droid-hal-device.conf | 19:29 |
Nokius1 | vgrade_: http://pastebay.net/1471424 | 19:29 |
Nokius1 | vgrade_: just in conf | 19:29 |
Nokius1 | but let me check | 19:29 |
vgrade_ | export | 19:29 |
*** furikku has quit IRC | 19:30 | |
Nokius1 | uhhhh [nemo@Jolla minimer]$ echo $EGL_PLATFORM | 19:30 |
Nokius1 | wayland | 19:30 |
Nokius1 | sh-3.2# echo $EGL_PLATFORM | 19:30 |
Nokius1 | sh-3.2# | 19:30 |
sledges | export is the way | 19:31 |
Nokius1 | to fbdev now ? | 19:32 |
sledges | hwc | 19:32 |
sledges | hwcomposer | 19:32 |
sledges | exported ;) | 19:32 |
sledges | sounds like movie title :) | 19:32 |
Nokius1 | is not seting is in the nemo shell ah nemo has bash right? | 19:35 |
Nokius1 | ? confused | 19:35 |
Nokius1 | both now EGL_PLATFORM | 19:35 |
Nokius1 | =hwcomposer | 19:35 |
*** falc0n_ has quit IRC | 19:36 | |
Nokius1 | back to strace? | 19:36 |
vgrade_ | what does export look like | 19:37 |
Nokius1 | [nemo@Jolla minimer]$ export EGL_PLATFORM=hwcomposer | 19:37 |
Nokius1 | sh-3.2# export EGL_PLATFORM=hwcomposer | 19:37 |
vgrade_ | ok, strace | 19:39 |
Nokius1 | nemo —> http://pastebay.net/1471426 | 19:40 |
Nokius1 | root —> http://pastebay.net/1471428 | 19:43 |
vgrade_ | Nokius1: ls -l /system | 19:43 |
Nokius1 | http://pastebay.net/1471429 | 19:44 |
vgrade_ | Nokius1: export QT_QPA_PLATFORM=hwcomposer | 19:47 |
vgrade_ | then then qmlscene again but remoove -platform hwcomposer | 19:48 |
Nokius1 | root —> http://pastebay.net/1471431 | 19:50 |
Nokius1 | nemo —> http://pastebay.net/1471432 | 19:52 |
*** Sfiet_Konstantin has quit IRC | 19:53 | |
vgrade_ | did you have a problem installing qmlscene | 19:53 |
Nokius1 | sec | 19:54 |
sledges | yes, we did --nodeps | 19:54 |
sledges | gitXX versions differed | 19:54 |
Nokius1 | vgrade_: Nokius1 | 19:55 |
Nokius1 | 21:05 | 19:55 |
Nokius1 | sledges: aaaaa http://pastebay.net/1471413 | 19:55 |
Nokius1 | sledges: thanks | 19:55 |
vgrade_ | did you try pkcon to install qmlscene | 19:56 |
Nokius1 | no | 19:56 |
sledges | first connectivity needs to be up | 19:56 |
vgrade_ | ah | 19:56 |
sledges | Nokius1: do you know how to setup usb tethering from your PC into your phone? | 19:56 |
*** Sfiet_Konstantin has joined #sailfishos-porters | 19:57 | |
Nokius1 | device is connetet to minal debian VM let me check if have the right commands in my brain | guess to set up a route to the usb0 interface | 19:58 |
sledges | masquerading with iptables and enable ip forwarding on debian | 19:59 |
sledges | then add default route on phone | 19:59 |
sledges | +DNS server | 19:59 |
vgrade_ | sledges: pasties look like its blowing up before it gets to loading /system libs so I think gettign the right qmlscene and deps is needed | 19:59 |
vgrade_ | just to be sure we have all that right | 20:00 |
sledges | vgrade_: yea cover all bases.. | 20:00 |
vgrade_ | will be afk for a bit | 20:00 |
sledges | k i'll be here | 20:00 |
Nokius1 | ^^ | 20:00 |
Nokius1 | oh iptables .... | 20:01 |
*** dvorakfag has joined #sailfishos-porters | 20:01 | |
sledges | Nokius1: https://wiki.archlinux.org/index.php/Internet_sharing#Enable_packet_forwarding | 20:02 |
Nokius1 | sledges: thanks just check man | 20:02 |
*** dvorakfag has quit IRC | 20:02 | |
Nokius1 | ah | 20:11 |
Nokius1 | damn | 20:12 |
*** swex has joined #sailfishos-porters | 20:13 | |
sledges | :) | 20:27 |
*** carepack_ has quit IRC | 20:33 | |
Nokius1 | ah stupied me | 20:36 |
Nokius1 | but have this nut http://pastebay.net/1471445 | 20:37 |
Nokius1 | cant see it | 20:37 |
sledges | oh sorry | 20:38 |
sledges | i forgot to say | 20:38 |
sledges | forget iptables | 20:38 |
sledges | just MASQ rule is needed :) | 20:38 |
sledges | i do: | 20:39 |
sledges | sudo iptables -t nat -A POSTROUTING -o wlan0 -j MASQUERADE; sudo sysctl net.ipv4.ip_forward=1 | 20:39 |
sledges | and all works | 20:39 |
sledges | (wlan0 is the one receiving internet) | 20:39 |
Nokius1 | okay | 20:40 |
Nokius1 | trace looks okay | 20:40 |
Nokius1 | but just for me the rest was correct? | 20:41 |
sledges | ? | 20:42 |
Nokius1 | the table but anyway works so far just dns mh | 20:43 |
Nokius1 | ah such a init boy how I reload the network (take effect of the add namesarver) | 20:47 |
Nokius1 | sledges: ? | 20:50 |
sledges | echo nameserver x.x.x.x > /etc/resolv.conf | 20:52 |
sledges | should work right away | 20:52 |
Nokius1 | oh jolla.com don't ansers ping .... | 20:55 |
Nokius1 | done | 20:55 |
Nokius1 | so pkcon | 20:55 |
sledges | rpm -e qt5-qtdeclarative-qmlscene | 21:00 |
sledges | first | 21:00 |
Nokius1 | ah refresh takes a few sec before it outputs something | 21:02 |
Nokius1 | may next time -v ^^ | 21:03 |
Nokius1 | sledges: is there any repo which is may broken ? (local from build) | 21:06 |
Nokius1 | http://pastebay.net/1471452 | 21:06 |
sledges | Nokius1: yes, do zypper rr xt9 | 21:08 |
sledges | zypper rr adaptation0 | 21:08 |
Nokius1 | sledges: ? http://pastebay.net/1471455 | 21:09 |
Nokius1 | qiut him | 21:09 |
Nokius1 | oaky | 21:12 |
*** swex has quit IRC | 21:14 | |
Nokius1 | sledges: eh ? http://pastebay.net/1471458 | 21:19 |
sledges | Nokius1: pkcon search name qmlscene | 21:20 |
Nokius1 | sledges: ah http://pastebay.net/1471460 | 21:21 |
*** swex has joined #sailfishos-porters | 21:22 | |
Nokius1 | sledges: hm http://pastebay.net/1471461 | 21:22 |
sledges | space before -platform | 21:23 |
Nokius1 | sledges: ah getting late :-/ | 21:25 |
Nokius1 | reboot | 21:25 |
sledges | getting hot too :D | 21:26 |
Nokius1 | nope | 21:26 |
Nokius1 | again | 21:26 |
Nokius1 | we got no | 21:28 |
Nokius1 | log | 21:28 |
Nokius1 | sledges: hm http://pastebay.net/1471463 may we got a log | 21:31 |
Nokius1 | reboots again | 21:31 |
sledges | Nokius1: don't forget to change directory into minimder | 21:32 |
Nokius1 | thx | 21:32 |
Nokius1 | ah wrong date | 21:33 |
Nokius1 | sledges: nemo —> http://pastebay.net/1471466 | 21:35 |
sledges | Nokius1: did you export the vars? | 21:38 |
Nokius1 | wait | 21:38 |
sledges | and are you running strace -fF | 21:38 |
Nokius1 | ah | 21:38 |
sledges | this is the standard from now :) | 21:38 |
sledges | is ok, it might not change much, but let's get all out of way | 21:39 |
Nokius1 | messed up my scp between the 3 devices | 21:39 |
*** Sfiet_Konstantin has quit IRC | 21:41 | |
Nokius1 | so SORRY | 21:43 |
Nokius1 | sledges: as nemo —> http://pastebay.net/1471470 | 21:44 |
sledges | is ok, the output does not change | 21:45 |
sledges | where's Stskeeps when we need him :)) | 21:45 |
sledges | vgrade_: ? ping ^ | 21:45 |
sledges | ideas? :) | 21:45 |
sledges | i checked, repos don't have debuginfo nor debugsrc packages | 21:46 |
* vgrade_ looks | 21:46 | |
sledges | same thing | 21:46 |
*** dmt_ has quit IRC | 21:48 | |
*** dmt_ has joined #sailfishos-porters | 21:49 | |
Nokius1 | sledges: root —> http://pastebay.net/1471472 | 21:49 |
vgrade_ | EGL_PLATFORM=hwcomposer HYBRIS_LOGGING_LEVEL=debug /usr/lib/qt5/bin/qmlscene -platform hwcomposer main.qml | 21:49 |
Nokius1 | http://pastebay.net/1471479 | 21:52 |
vgrade_ | sledges: Nokius1 this is a log of same thing. http://pastebin.com/f4B3RnaG | 21:52 |
vgrade_ | this log stops at /usr/lib/libQt5Compositor.so.5 | 21:53 |
vgrade_ | I mean find5 log stops at /usr/lib/libQt5Compositor.so.5 | 21:53 |
vgrade_ | which still point to it blowing up even before going to /system libs | 21:54 |
vgrade_ | are we sure we have reverted that -nodeps rpm | 21:55 |
vgrade_ | rpm -qa | grep qmlscene | 21:56 |
sledges | vgrade_: yes: http://pastebay.net/1471460 | 21:56 |
sledges | ah debuginfo is available | 21:56 |
Nokius1 | sledges: thanks | 21:56 |
vgrade_ | I thought it was 24 | 21:57 |
sledges | the wrong one was | 21:57 |
sledges | from merobs | 21:57 |
vgrade_ | so line 835 from good log | 21:58 |
vgrade_ | compared to line 892 from bad | 21:59 |
vgrade_ | ls -l /usr/lib/libQt5Compositor.so.5 | 22:00 |
Nokius1 | vgrade_: http://pastebay.net/1471481 | 22:01 |
sledges | ls -l /usr/lib/libQt5Compositor.so.5.1.0 | 22:02 |
Nokius1 | vgrade_: http://pastebay.net/1471482 | 22:02 |
*** Eztran has quit IRC | 22:02 | |
sledges | all sane.. | 22:03 |
Nokius1 | sledges: http://pastebay.net/1471482 | 22:03 |
sledges | vgrade_: maybe a thread dies? | 22:03 |
sledges | unsure how strace -fF should work precisely | 22:03 |
sledges | Nokius1: also pls export variables: http://pastebay.net/1471479 | 22:04 |
*** hurrian has quit IRC | 22:06 | |
Nokius1 | we see light at the end o f the tunnel |sec | 22:07 |
sledges | :) | 22:08 |
vgrade_ | sledges: whats your saying about problems and them looking easier in the monring | 22:09 |
vgrade_ | I may have reached that point | 22:09 |
sledges | ;) | 22:09 |
sledges | well let's see the light shed on us first :)) | 22:10 |
vgrade_ | helped by a couple of glasses of red | 22:10 |
sledges | hehe | 22:11 |
Nokius1 | http://pastebay.net/1471484 | 22:11 |
sledges | e? | 22:12 |
sledges | i c no lit :)) | 22:12 |
sledges | it's even shorter before kaboom, what makes me think it's another thread killing things | 22:12 |
sledges | vgrade_: nn :) | 22:12 |
vgrade_ | nn all | 22:13 |
Nokius1 | vgrade_: cu | 22:13 |
*** hurrian has joined #sailfishos-porters | 22:15 | |
*** hurrian has joined #sailfishos-porters | 22:15 | |
Nokius1 | sledges: is the s | 22:18 |
*** hurrian has quit IRC | 22:21 | |
Nokius1 | sledges: is tracelog okay for now like to follow vgrade_ idea to get some sleep for now | wont be back for 4/5 pm (CEST) tomorrow (hope so will try my best) | 22:21 |
*** hurrian has joined #sailfishos-porters | 22:21 | |
*** hurrian has joined #sailfishos-porters | 22:21 | |
sledges | Nokius1: yes good idea ;) | 22:22 |
sledges | it's taking me too long to add a gdb-capable mer-tools repo already, so a good indication -> sleep time | 22:22 |
sledges | :D | 22:22 |
sledges | gute Nacht! | 22:23 |
Nokius1 | sledges: okay cu later today (see above) | 22:23 |
Nokius1 | u too | 22:23 |
*** hurrian has quit IRC | 22:25 | |
*** alin has joined #sailfishos-porters | 22:36 | |
*** hurrian has joined #sailfishos-porters | 22:58 | |
*** hurrian has joined #sailfishos-porters | 22:58 | |
alin | hi | 22:58 |
alin | everyone asleep or drunk? | 22:58 |
*** beidl_ is now known as beidl | 23:09 | |
sledges | both x) | 23:10 |
vgrade_ | [2740891.548260] usb 1-2.1: New USB device found, idVendor=18d1, idProduct=d001 | 23:25 |
vgrade_ | [2740891.548272] usb 1-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 | 23:25 |
*** lbt_ is now known as lbt | 23:25 | |
vgrade_ | [2740891.548279] usb 1-2.1: Product: bootmode=debug | 23:25 |
vgrade_ | [2740891.548285] usb 1-2.1: Manufacturer: Mer Boat Loader | 23:25 |
vgrade_ | [2740891.548290] usb 1-2.1: SerialNumber: Mer Debug setting up (DONE_SWITCH=no) | 23:25 |
vgrade_ | now time for sleep | 23:25 |
lbt | :) | 23:25 |
alin | sledges: good... | 23:26 |
*** mugna has quit IRC | 23:50 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!