*** alin has joined #sailfishos-porters | 00:04 | |
*** alin has quit IRC | 00:04 | |
*** alin has joined #sailfishos-porters | 00:04 | |
alin | sledges: ok... so the new image boot loops as I said | 00:04 |
---|---|---|
alin | but.. I discovered is much smaller than the old one that boots | 00:04 |
alin | did you do some magic? | 00:04 |
sledges | alin: worth backing up .urls files in case something went amiss | 00:06 |
sledges | i guess you can find them files on sfa host server | 00:06 |
sledges | 01:49 < Umeaboy> Since when I run -n -N -t / samsung-i9305-armv7hl \ /opt/cross/bin/armv7hl-meego-linux-gnueabi-gcc I get bash: sb2-init: command not found | 00:06 |
sledges | run all in one line | 00:06 |
sledges | 01:47 < Umeaboy> sb2-init -d -L "--sysroot=/" -C "--sysroot=/" \ | 00:06 |
sledges | 01:47 < Umeaboy> -c /usr/bin/qemu-arm-dynamic -m sdk-build \ | 00:07 |
sledges | etc | 00:07 |
Umeaboy | OK. | 00:07 |
Umeaboy | Gotta start over.......... | 00:11 |
*** Umeaboy has quit IRC | 00:11 | |
alin | sledges: that is ok I think... I see the same number of packages | 00:11 |
*** souren has joined #sailfishos-porters | 00:12 | |
*** souren has quit IRC | 00:13 | |
alin | sledges: ok... found it... 641 packages in working version... 430 in the newly generated | 00:14 |
alin | ok... quite few are missing | 00:18 |
sledges | interesting http://www.omgubuntu.co.uk/2014/09/install-android-apps-ubuntu-archon | 00:18 |
alin | sledges: not too much... who stole my packages | 00:19 |
*** dmt_ has joined #sailfishos-porters | 00:33 | |
*** zon is now known as zZz0n | 01:09 | |
*** hurrian has quit IRC | 01:19 | |
*** hurrian has joined #sailfishos-porters | 01:20 | |
*** hurrian has joined #sailfishos-porters | 01:20 | |
*** uvatbc has joined #sailfishos-porters | 01:40 | |
*** uvatbc has quit IRC | 01:41 | |
*** marxistvegan has joined #sailfishos-porters | 02:01 | |
*** uvatbc has joined #sailfishos-porters | 02:25 | |
*** dmt_ has quit IRC | 03:51 | |
*** marxistvegan has quit IRC | 04:39 | |
*** Sazpaimon__ has joined #sailfishos-porters | 04:57 | |
*** Sazpaimon_ has quit IRC | 05:00 | |
*** olafh has joined #sailfishos-porters | 05:02 | |
*** kakos has quit IRC | 05:16 | |
*** kakos has joined #sailfishos-porters | 05:22 | |
*** RealJohnGalt has quit IRC | 05:51 | |
*** RealJohnGalt_ has joined #sailfishos-porters | 06:16 | |
*** Sequenced has joined #sailfishos-porters | 06:35 | |
*** furikku has joined #sailfishos-porters | 06:44 | |
*** alin has quit IRC | 07:15 | |
*** alin has joined #sailfishos-porters | 07:19 | |
alin | morning | 07:20 |
*** vrutkovs has joined #sailfishos-porters | 07:31 | |
piggz | morning | 07:33 |
Guhl99 | morning | 07:34 |
Guhl99 | if i get it right i should upgrade the mer sdk (sudo sdk-version --latest --go) and install the 0.65 sdk-utils (rpm -U http://repo.merproject.org/obs/mer-tools:/testing/latest_i486/noarch/sdk-utils-0.65-1.19.1.noarch.rpm) | 07:39 |
piggz | give it a go | 07:40 |
piggz | i can now continue with the whole point of my port, and ports some apps to sailfish :) | 07:40 |
Guhl99 | the big point of my port (when i get it running) will be enabling the hardware keyboard | 07:41 |
alin | Guhl99: yes | 07:41 |
alin | Guhl99: but still some issues ahead I am working on creating a list for missing packages | 07:42 |
alin | Guhl99: what device do you do? | 07:42 |
Guhl99 | htc vision | 07:42 |
Guhl99 | aka desire z aka g2 | 07:42 |
alin | Guhl99: good good | 07:43 |
Guhl99 | i got a long history with that device :-) | 07:43 |
alin | if anyone is good at regexps... https://releases.jolla.com/releases/1.0.8.19/jolla/armv7hl/qt/armv7hl/qt5-qtsensors-plugin-sensorfw-5.1.0+git7-1.4.1.armv7hl.rpm | 07:43 |
alin | I need to match till the last / | 07:43 |
piggz | alin: http://stackoverflow.com/questions/11134004/regex-that-will-match-the-last-occurrence-of-in-a-string ? | 07:45 |
Guhl99 | regexps are not my homeground | 07:46 |
piggz | me neither thank goodness for stack overflow! | 07:50 |
piggz | Guhl99: so, what stage are you at? building the rootfs? | 07:52 |
alin | piggz: too complex... sed "s;^\(.*\)\/.*$;\1;g" | 07:53 |
Guhl99 | i started all over and am currently at building the middleware | 07:53 |
Guhl99 | btw | 07:53 |
Guhl99 | the command: | 07:53 |
alin | Guhl99: try the script I fixed it | 07:53 |
Guhl99 | in 13.8.2 Build Area Setup | 07:53 |
Guhl99 | mkdir -p $MER_ROOT/devel/mer-hybris | 07:54 |
Guhl99 | fails | 07:54 |
Guhl99 | is $MER_ROOT supposed to be owned by the user? | 07:55 |
piggz | shouldnt..what is MER_ROOT? | 07:55 |
piggz | Guhl99: for me it is ~/mer | 07:55 |
Guhl99 | because following the guides to the work it belongs to root | 07:55 |
Guhl99 | yes for me it is also ~/mer | 07:56 |
piggz | chown -R is your friend | 07:56 |
Guhl99 | of course, thats also what i did to fix it but thats not in the guides | 07:57 |
Guhl99 | i was just saying this in case that someone wants to update the documentation | 07:57 |
Guhl99 | alin, thanks but i prefer to not use scripts | 07:57 |
Guhl99 | but i always check the commands in the guides vs the source of your script | 07:58 |
Guhl99 | that provides the fastest learning curve to me | 07:58 |
Guhl99 | you have to know that i am using nix systems for about 25 years now | 07:59 |
Guhl99 | but never used any debian or red hat like systems | 07:59 |
Guhl99 | so all this rpm zypper, ... is completely new land to me | 07:59 |
alin | stupid me sed "s;^\(.*\)\/\(.*\)$;\2;g" | 08:01 |
*** Nokius has quit IRC | 08:04 | |
Guhl99 | anyway, for whatever reason it is perfect weather outside so i will grab my little one and go climbing | 08:04 |
Guhl99 | the build will have to wait till the evening | 08:04 |
Guhl99 | see you in the evening! | 08:09 |
alin | piggz: which one do you port for? | 08:27 |
alin | blimey Download (curl) error for 'http://repo.merproject.org/obs/home:/alin:/extra/sailfish_latest_armv7hl/repodata/repomd.xml': | 08:35 |
alin | Error message: Failed to connect to 2001:770:60:1:214:5eff:fe0b:9840: Network is unreachable | 08:36 |
*** piggz has quit IRC | 08:41 | |
*** piggz has joined #sailfishos-porters | 08:44 | |
piggz | alin: HTC Desire HD (ace) | 08:47 |
alin | so.. everyone is htc nowadays | 08:51 |
alin | lbt: sledges got a strange error... for a reason... some packages in obs sailfish_latest seem to be higher in version rhan jolla ones... | 08:52 |
alin | does this mean what I think it means? | 08:52 |
*** sletta has joined #sailfishos-porters | 08:54 | |
*** piggz has quit IRC | 08:55 | |
*** piggz has joined #sailfishos-porters | 08:58 | |
*** alin has quit IRC | 09:01 | |
*** alin has joined #sailfishos-porters | 09:11 | |
*** alin has quit IRC | 09:11 | |
*** alin has joined #sailfishos-porters | 09:11 | |
*** dmt_ has joined #sailfishos-porters | 09:13 | |
*** piggz has quit IRC | 09:24 | |
alin | sledges: ok... reconstructed the list... and got a bootable image | 09:24 |
*** piggz has joined #sailfishos-porters | 09:24 | |
*** phdeswer has quit IRC | 09:27 | |
piggz | why does Settings > Developer Tools sit with a busy indicator? | 09:27 |
alin | piggz: he he | 09:28 |
alin | piggz: you hit that one too? | 09:28 |
piggz | alin: ive known it to work until i did a fresh flash | 09:31 |
alin | piggz: yap | 09:32 |
alin | piggz: I see it too with the current image | 09:32 |
alin | piggz: can you telnet in? | 09:43 |
piggz | alin: yeah | 09:43 |
alin | piggz: Sep 20 10:33:12 Jolla dbus-daemon[883]: Failed to invoke: Booster: Loading invoked application failed: 'libnss3.so: cannot open shared object file: No such file or directory' | 09:44 |
alin | piggz: you will see it as a warning when you do the image | 09:44 |
alin | lbt: sledges ^ | 09:49 |
alin | piggz: you see the same? | 09:49 |
vgrade | good morning | 09:55 |
*** piggz has quit IRC | 09:56 | |
*** piggz has joined #sailfishos-porters | 09:57 | |
piggz | morning vgrade | 09:57 |
alin | vgrade: morning | 09:57 |
vgrade | hi guys | 09:58 |
piggz | alin: not in journalctl output | 09:58 |
vgrade | have broadband again and PC all setup | 09:58 |
piggz | (i grepped fro libnss) | 09:58 |
alin | piggz: strange for me that is the issue | 10:00 |
alin | vgrade: how was the conference? | 10:00 |
vgrade | alin: xda? its next weekend | 10:01 |
alin | vgrade: ok... for a reason i thought this one | 10:01 |
alin | vgrade: so how is 1+? | 10:02 |
vgrade | alin: still the same status, rootfs built, boots but no ui. | 10:05 |
vgrade | alin: now I have my toolset back I'll continue on | 10:06 |
*** piggz has quit IRC | 10:06 | |
*** piggz has joined #sailfishos-porters | 10:06 | |
vgrade | MSameer: Sazpaimon__ how are you doing , re one+ | 10:06 |
piggz | i need to fix pulseaudio ... myjournal is full of failures to connect to it | 10:06 |
alin | vgrade: cool... just to let you knwo... things update... and not in a nice way | 10:06 |
vgrade | piggz: nice to see your video. looks good even on relatively old hardware | 10:07 |
alin | vgrade: somehow the .urls file does not contain all the packages | 10:07 |
piggz | i have 5 pulseaudio instances ??? | 10:07 |
piggz | vgrade: yes, it runs surprisingly well :) | 10:07 |
vgrade | alin: related to the move to OBS buildable DHD | 10:07 |
alin | vgrade: not only I think | 10:08 |
alin | vgrade: anyhow now I have updated the script and builds an image somehow | 10:09 |
alin | vgrade: still going through missing packages | 10:10 |
alin | vgrade: and adding them by hand | 10:10 |
vgrade | alin: do patterns look ok> | 10:11 |
alin | vgrade: which ones? | 10:12 |
MSameer | vgrade: hope you are fine | 10:12 |
vgrade | MSameer: I'm good now, been given the run around by broadband provider but all sorted now | 10:12 |
*** Triada has joined #sailfishos-porters | 10:12 | |
MSameer | vgrade: :) | 10:13 |
alin | vgrade: you moved from uk? | 10:13 |
vgrade | alin: no, just a mile down the road | 10:13 |
MSameer | vgrade: just wanted to know if there is a 1+ image that could be flashed and just basic instructions to avoid breaking my phone | 10:13 |
alin | vgrade: he he | 10:13 |
MSameer | vgrade: I can debug if needed as I understand it's in early stage | 10:14 |
vgrade | MSameer: I can send a roofs and boot.img and some instructions | 10:14 |
vgrade | MSameer: no warranty :) | 10:15 |
MSameer | vgrade: I understand but that's my 1ry phone I will flash now :D | 10:16 |
*** Sequenced has quit IRC | 10:16 | |
vgrade | MSameer: you don't need to flash, just extract rootfs to /data then fastboot boot hybris-boot.img | 10:16 |
Triada | Hi guys. And when the next update for Sailfish? | 10:17 |
vgrade | so boot partition remains and CM will boot next time | 10:17 |
MSameer | vgrade: that's good in itself. or maybe I can try multiboot | 10:18 |
alin | works now | 10:18 |
alin | blime | 10:18 |
alin | y | 10:18 |
vgrade | MSameer: does one+ have multiboot? with sailfish options ? | 10:22 |
MSameer | vgrade: it has multiboot IIRC (have not tried it) | 10:22 |
MSameer | I need to backup, unlock bootloader, restore backup then I can play | 10:22 |
MSameer | vgrade: we can add the sailfish option if needed | 10:22 |
vgrade | MSameer: I did not need to unlock bl. I'm on a 16GB early device | 10:22 |
vgrade | Triada: the timing of new sailfish versions is not usualy shared by Jolla | 10:22 |
MSameer | vgrade: I will have to try | 10:22 |
MSameer | vgrade: man! android is so lame! | 10:22 |
vgrade | MSameer: I'm just charging the device. will ping when I have someting to share | 10:22 |
*** zetaz has joined #sailfishos-porters | 10:22 | |
MSameer | i just woke up and will go out in an hour so take your time | 10:22 |
*** Triada has quit IRC | 10:22 | |
vgrade | MSameer: no probs. I've been itching to get back to hacking so been up for ages | 10:23 |
vgrade | alin: \o | 10:23 |
vgrade | with your manually added packages? | 10:24 |
alin | vgrade: yes | 10:31 |
alin | vgrade: yap | 10:31 |
alin | and of course you will need to install by hand a newer sdk-utils | 10:32 |
*** tohtoris has quit IRC | 10:32 | |
*** sletta has quit IRC | 10:32 | |
*** vrutkovs has quit IRC | 10:34 | |
alin | which one will you install profiled-settings-sailfish | profiled-settings-default | 10:34 |
*** tohtoris has joined #sailfishos-porters | 10:35 | |
*** RealJohnGalt_ is now known as RealJohnGalt | 10:44 | |
alin | now I get this repo | 10:45 |
alin | - adaptation0 ... https://store-repository.jolla.com/releases/1.0.8.19/jolla-hw/adaptation-lge-hammerhead/armv7hl/ | 10:45 |
alin | Sep 20 12:03:18 abbaton lipstick[1417]: QObject::connect: No such signal SmtpClient::connectionError(QMailServiceAction::Status::ErrorCode,QString) | 11:03 |
alin | vgrade: store works out of the box | 11:09 |
vgrade | alin: great | 11:13 |
vgrade | alin do you have a list of packages missing from patterns? | 11:15 |
alin | vgrade: yes | 11:17 |
alin | vgrade: https://github.com/dmt4/sfa-mer/blob/master/build-img.sh#L42 | 11:19 |
alin | vgrade: other may be but | 11:19 |
alin | vgrade: also you may need a repo with rfkill if you build the mw | 11:19 |
alin | also xt9 repo works | 11:21 |
alin | and of course a good usb moded... I wonder if I shall add them to the list | 11:22 |
alin | though rfkill is needed pretty early | 11:22 |
vgrade | alin: xt9 should not be open | 11:23 |
alin | vgrade: i can refresh it | 11:24 |
alin | vgrade: there is only one package in it | 11:25 |
alin | vgrade: what I am curious if the glue for maps will make it | 11:26 |
piggz | vgrade: how many pulseaudio processes run normally? | 11:32 |
alin | piggz: nemo 9592 20.9 0.3 324072 7192 ? S<l 12:05 5:55 /usr/bin/pulseaudio --start -n --file=/etc/pulse/arm_qualcomm_msm_8974_hammerhead_flattened_device_tree_000b.pa | 11:33 |
alin | and this is with radio playing | 11:33 |
piggz | hmm, i have 5 | 11:35 |
*** alin_ has joined #sailfishos-porters | 11:49 | |
*** alin has quit IRC | 11:52 | |
alin_ | sledges: done | 11:53 |
alin_ | vgrade: do you have a second | 11:54 |
alin_ | from this list which one shall we have installed http://paste.opensuse.org/88647344 | 11:55 |
*** Umeaboy has joined #sailfishos-porters | 11:56 | |
Umeaboy | Hi! | 11:56 |
Umeaboy | I started over to see if I have done a command wrong and when I want to execute curl -O http://img.merproject.org/images/mer-hybris/ubu/$TARBALL in the Mer SDK it fails with this error: curl: Remote file name has no length! | 11:58 |
Umeaboy | lbt or sledges: Can you assist? | 11:58 |
Umeaboy | When I read the HADK (the original) it states that I should do that command in the Mer SDK. | 11:59 |
alin_ | echo $TARBALL | 11:59 |
Umeaboy | blank. | 11:59 |
Umeaboy | A blank row is the result. | 12:00 |
alin_ | Umeaboy: so you have the answer why it fails | 12:00 |
Umeaboy | So, what do I need to do? | 12:00 |
alin_ | you missed this line TARBALL=ubuntu-trusty-android-rootfs.tar.bz2 | 12:00 |
alin_ | where did you get the command from? | 12:01 |
Umeaboy | Yeah. Sorry. It got removed from my HADK-version. | 12:01 |
Umeaboy | The one I made myself. | 12:01 |
Umeaboy | I was trying to make a bash-script out of it, but I guess that line got removed. | 12:01 |
piggz | vgrade: sledges: is there a way to have device specific init-debug or init scrpts? i guess my changes wont be pulled in as its a decive specific sysfs file to enable the rndis function | 12:01 |
vgrade | alin_: there is something wrong with the pattern generation as all these packages should be included by defailt | 12:02 |
alin_ | vgrade: yes | 12:02 |
alin_ | vgrade: this I got it... but I did not see what.. things got updated behind the scenes... | 12:03 |
vgrade | alin_: ok | 12:03 |
alin_ | vgrade: my approach... find the workaround... then find the cause of breakage | 12:03 |
vgrade | alin_: ok. There should be a list of packages on the download site | 12:04 |
vgrade | to check against | 12:04 |
alin_ | vgrade: that is simple | 12:04 |
alin_ | vgrade: I had a working image and I compared with that one | 12:05 |
Umeaboy | alin_: I'm just wondering....... would it be OK to replace every DEVICE in the guide with the real modelname of the device or would that break something? | 12:07 |
*** hexo is now known as ohnivy_python3 | 12:08 | |
vgrade | piggz: do you have your changes in github | 12:08 |
alin_ | Umeaboy: in principle no | 12:08 |
Umeaboy | alin_: OK. | 12:09 |
vgrade | https://github.com/guhl/hybris-boot/commit/c2054b8b0942819d01ab87b8d2e6fa5d7603e225 is this it | 12:13 |
vgrade | piggz: that one? | 12:13 |
vgrade | does that sysfs exist for other devices | 12:14 |
*** piggz has quit IRC | 12:14 | |
Umeaboy | alin_: I doublechecked that I made every command correctly and I haven't changed anything and it doesn't say the name of the model at the HABUILD_SDK prompt. Is that normal? | 12:20 |
Umeaboy | I even read the HADK from the top twice. | 12:20 |
Umeaboy | I'm at the repo syncing now. | 12:20 |
Umeaboy | http://pastebin.com/TbnQ5yvP | 12:22 |
Umeaboy | Have I missed something? | 12:22 |
*** vrutkovs_ has joined #sailfishos-porters | 12:24 | |
alin_ | why should? | 12:27 |
alin_ | did you change the PS1 for that to happen? | 12:27 |
Umeaboy | alin_: I didn't change anything. I'll get you the full output of my session. | 12:30 |
Umeaboy | alin_: Why is this supposed to show up when I run make -j4 hybris-hal? awk: cannot open sdk/files/tools_source.properties (No such file or directory) | 12:36 |
Umeaboy | Should it be installed the the Mer SDK? | 12:36 |
Umeaboy | in | 12:36 |
*** alin_ has quit IRC | 12:37 | |
Umeaboy | As it appears gawk is already installed in the Mer SDK. | 12:48 |
Umeaboy | sledges: Do you know why that error appears if gawk is installed? | 12:51 |
*** piggz has joined #sailfishos-porters | 12:55 | |
piggz | how do i create a PR for a single commit? github wants to include all my commits | 12:56 |
Umeaboy | Hmmmmmmmmm. Seems like the HADK doesn't tell you to install gawk as well. | 12:56 |
Umeaboy | piggz: Like this? http://stackoverflow.com/questions/5256021/send-a-pull-request-on-github-for-only-latest-commit | 12:58 |
*** alin_ has joined #sailfishos-porters | 13:07 | |
*** zZz0n is now known as zon | 13:17 | |
Umeaboy | alin_: I'm being confused....... | 13:19 |
*** Umeaboy has quit IRC | 13:35 | |
*** lbt has quit IRC | 13:43 | |
*** marxistvegan has joined #sailfishos-porters | 13:52 | |
*** zetaz has left #sailfishos-porters | 13:59 | |
*** marxistvegan has quit IRC | 14:12 | |
*** javispedro has joined #sailfishos-porters | 14:26 | |
Sazpaimon__ | vgrade, got my RMAed device back, waiting to hear from you what your progress was since last month | 14:42 |
*** Sazpaimon__ is now known as Sazpaimon | 14:42 | |
vgrade | Sazpaimon: not much really, I've been off the net until today | 14:44 |
Sazpaimon | I've noticed | 14:44 |
*** zetaz has joined #sailfishos-porters | 14:55 | |
*** vrutkovs_ has quit IRC | 14:57 | |
*** vrutkovs_ has joined #sailfishos-porters | 14:59 | |
*** beidl has joined #sailfishos-porters | 15:02 | |
*** beidl_ has quit IRC | 15:05 | |
*** dmt_ has quit IRC | 15:07 | |
*** dmt_ has joined #sailfishos-porters | 15:08 | |
*** vrutkovs_ has quit IRC | 15:08 | |
*** hurrian has quit IRC | 15:13 | |
Guhl99 | w00t - i have a image for the vision ! | 15:15 |
Guhl99 | sledges, the nodev really was the problem | 15:15 |
*** vrutkovs has joined #sailfishos-porters | 15:29 | |
*** vrutkovs is now known as vrutkovs_ | 15:29 | |
*** vrutkovs_ has quit IRC | 15:42 | |
*** vrutkovs has joined #sailfishos-porters | 15:47 | |
*** vrutkovs is now known as vrutkovs_ | 15:47 | |
*** vrutkovs_ has left #sailfishos-porters | 15:48 | |
*** alin_ has quit IRC | 15:48 | |
sledges | Guhl99: great, kudos to jolla sailor for helping you out in that indirectly;) | 15:52 |
*** arcean has joined #sailfishos-porters | 16:15 | |
zetaz | hi | 16:20 |
zetaz | I am stuck on the port to the xt897, but I know that flyser and oh1jty have gone further than me. | 16:20 |
zetaz | Anyway, I put online all my notes about how I did so far : http://sagittarii.fr/2014/09/porting-sailfishos-to-motorola-photon-q/ | 16:20 |
zetaz | if that can help someone | 16:21 |
zetaz | so far, I have an image that boots, open a DHCP on usb, but can't find the device (no telnet found, even if the dmesg message of the usb device says it is opened) | 16:22 |
zetaz | flyser talked about usb0 vs rndis0. I have to search in that direction. If I find anything I will complete my notes | 16:23 |
piggz | Guhl99: well done, is it working? | 16:42 |
piggz | sledges: ive split up those PRs | 16:42 |
Guhl99 | piggz, don't know yet - family is keeping me busy | 16:44 |
Guhl99 | question: what is the sense of flashing a CM-release first before flashing the SFOS image | 16:50 |
Guhl99 | just to have the binaries in place? | 16:50 |
*** ohnivy_python3 is now known as grcmetal | 17:06 | |
*** lbt has joined #sailfishos-porters | 17:18 | |
*** vrutkovs has joined #sailfishos-porters | 17:39 | |
*** zetaz has left #sailfishos-porters | 17:55 | |
*** Guhl99 has quit IRC | 18:09 | |
*** Nokius has joined #sailfishos-porters | 18:25 | |
*** Guhl99 has joined #sailfishos-porters | 18:26 | |
*** Umeaboy has joined #sailfishos-porters | 18:30 | |
Umeaboy | What are all the blank pages in the HADK for? | 18:31 |
Nokius | may they will get filed in the near future… | 18:32 |
Umeaboy | Nokius: Yes, but now they're just annoying. | 18:33 |
Umeaboy | ;) | 18:33 |
Nokius | no its a pdf so just scrolling | 18:34 |
Umeaboy | hehe | 18:37 |
Umeaboy | I just ran every command on codepad.org and there were many errors: http://codepad.org/8Jl3fVle | 18:37 |
*** javispedro has quit IRC | 18:46 | |
*** mispp has joined #sailfishos-porters | 19:05 | |
*** spiiroin has quit IRC | 19:12 | |
*** uvatbc has quit IRC | 19:13 | |
*** uvatbc has joined #sailfishos-porters | 19:14 | |
*** piggz has quit IRC | 19:35 | |
*** uvatbc has quit IRC | 19:36 | |
*** uvatbc has joined #sailfishos-porters | 19:37 | |
*** alin has joined #sailfishos-porters | 19:40 | |
*** alin has quit IRC | 19:40 | |
*** alin has joined #sailfishos-porters | 19:40 | |
*** piggz has joined #sailfishos-porters | 19:40 | |
*** javispedro has joined #sailfishos-porters | 19:42 | |
alin | vgrade: hi | 19:42 |
alin | did you generate an image? | 19:42 |
*** furikku has quit IRC | 19:43 | |
Umeaboy | alin: Hi again! | 19:44 |
Umeaboy | The [] from the beginning of the guide, is that really necessary to have? | 19:44 |
alin | Umeaboy: I have no idea what you talk about | 19:44 |
alin | page an number... | 19:45 |
alin | did you have a look at the script? | 19:45 |
Umeaboy | For instance export VENDOR="[insert vendor name here]" | 19:45 |
alin | Umeaboy: of course no | 19:46 |
alin | what device do you have? | 19:46 |
alin | they shall not be at all | 19:46 |
Umeaboy | OK. Good, but still I don't see i9305 at the Mer SDK prompt. | 19:46 |
Umeaboy | Or at the HABUILD_SDK prompt either. | 19:47 |
alin | show me the ps1 | 19:47 |
Umeaboy | i9305. | 19:47 |
Umeaboy | export PS1="HABUILD_SDK [\${DEVICE}] $PS1" | 19:47 |
alin | Umeaboy: probably you call it at a moment when DEVICE was not defined | 19:48 |
Guhl99 | sorry for asking a noob question but what would the default ssh user/password be | 19:54 |
*** alin has quit IRC | 19:54 | |
stephg | Guhl99: user is nemo | 19:57 |
stephg | password is random/is set in settings | 19:58 |
stephg | settings > system > developer mode | 19:58 |
Guhl99 | if i would have screen output ... | 19:58 |
stephg | ah | 19:59 |
Guhl99 | i am really feeling like a total noob here trying to start the sf rom that i just built for the vision | 19:59 |
stephg | set it then as a %post task in your ks? | 20:00 |
Guhl99 | but in the meantime i found that i still have telnet at 2323 | 20:00 |
stephg | dunno what the recommended way would be, some of the others here will be more helpful | 20:00 |
Guhl99 | in addition to ssh on 22 | 20:00 |
*** alin has joined #sailfishos-porters | 20:00 | |
Umeaboy | alin: http://i57.tinypic.com/29kw6c3.png | 20:02 |
Umeaboy | So you see I didn't do anytthing wrong. | 20:03 |
alin | Umeaboy: my provider things there are tits on that site... so it blocks it I cannot see what you say | 20:04 |
Guhl99 | lol | 20:05 |
Umeaboy | alin: http://www.ladda-upp.se/image.php?id=118442&size=full | 20:06 |
Umeaboy | There then. | 20:06 |
Umeaboy | No porn there. | 20:06 |
Umeaboy | That's the same as in the HADK. | 20:08 |
alin | Umeaboy: of course you did | 20:08 |
Umeaboy | Where did I make a misstake? | 20:08 |
Umeaboy | Which part? | 20:08 |
alin | PS1 is exported only in ubuntu crap | 20:08 |
Umeaboy | OK. | 20:09 |
Umeaboy | So what should I change? | 20:09 |
alin | plus how do you expect in that profiel to know who is DEVICE | 20:09 |
alin | II am not really sure what you mean by ${1:....} | 20:10 |
alin | maybe get rid of it | 20:10 |
Umeaboy | alin: The original HADK doesn't tell you to do so. | 20:17 |
alin | ok then follow the guide | 20:18 |
Umeaboy | alin: And where do you think I got theese commands from? | 20:21 |
Umeaboy | Space? | 20:21 |
Umeaboy | No harm meant, but I've done this 50 times over and over again. | 20:21 |
Umeaboy | I even reinstalled Mageia to make sure I didn't make a booboo. | 20:22 |
*** alin has quit IRC | 20:31 | |
Guhl99 | can anybody point me into some direction on how to debug hwcomposer | 20:36 |
*** alin has joined #sailfishos-porters | 20:36 | |
Guhl99 | lipstick segfaults | 20:36 |
Guhl99 | that http://pastebin.com/3294LFwV is what i get from console and kmsg | 20:39 |
Guhl99 | when starting lipstick -platform hwcomposer | 20:41 |
*** piggz has quit IRC | 20:50 | |
*** spiiroin has joined #sailfishos-porters | 20:52 | |
Umeaboy | Guhl99: I'd use gdb. | 21:02 |
Guhl99 | i think i'll have a chat with piggz first as the vision and the ace both are adreno 205 devices | 21:23 |
*** alin has quit IRC | 21:26 | |
*** alin has joined #sailfishos-porters | 21:27 | |
*** alin has quit IRC | 21:27 | |
*** alin has joined #sailfishos-porters | 21:27 | |
*** alin has quit IRC | 21:45 | |
*** alin has joined #sailfishos-porters | 21:54 | |
*** alin has quit IRC | 21:54 | |
*** alin has joined #sailfishos-porters | 21:54 | |
*** piggz has joined #sailfishos-porters | 21:55 | |
sledges | Guhl99: EGL_PLATFORM=fbdev | 22:01 |
piggz | what happens if you run qmlscene? if it works, you likely want the servicemanager patches | 22:02 |
piggz | Guhl99: lipstick cannot run as root btw, but qmlscene can | 22:02 |
piggz | so ... now I have a sailfish device, I wrote my first app! http://piggz.co.uk/owncloud/public.php?service=files&t=55ef0c36662bf804c34f6a6683ce16ee | 22:03 |
sledges | piggz: how cool is that, you just saved £300:) | 22:05 |
alin | sledges: solved | 22:06 |
alin | sledges: the patterns aer focked up... | 22:06 |
alin | sledges: how are they generated? | 22:06 |
piggz | well, im not against getting another phone, just a but skint with 4 kids ;) | 22:06 |
sledges | piggz: i didn't say a word, on the contrary;) | 22:09 |
sledges | alin: from patterns/templates | 22:10 |
piggz | sledges: at 30/hr ... the phone was probably cheaper than the port | 22:10 |
piggz | gnight! | 22:13 |
alin | sledges: of this one I blame | 22:14 |
alin | pattern:jolla-configuration-sfe | 22:14 |
alin | sledges: then that is good... that is the bit you fixed | 22:20 |
alin | the only issue I have now is the broken bloody computer... will not mount things | 22:20 |
*** Umeaboy has quit IRC | 22:26 | |
*** alin has quit IRC | 22:26 | |
*** alin has joined #sailfishos-porters | 22:28 | |
alin | sledges: fixed the machine | 22:33 |
alin | let us see your branch now | 22:34 |
alin | did you update anything in it? | 22:34 |
*** vrutkovs has quit IRC | 22:35 | |
*** javispedro has quit IRC | 22:37 | |
Guhl99 | piggz, still here? | 22:39 |
Guhl99 | ah missed the gnight | 22:40 |
Guhl99 | sledges, this is what i have in my droid-hal-device.conf | 22:49 |
Guhl99 | # Config for htc/vision | 22:49 |
Guhl99 | HYBRIS_EGLPLATFORM=fbdev | 22:49 |
Guhl99 | QT_QPA_PLATFORM=hwcomposer | 22:49 |
Guhl99 | LIPSTICK_OPTIONS=-plugin evdevtouch:/dev/input/event0 -plugin evdevkeyboard:keymap=/usr/share/qt5/keymaps/droid.qmap | 22:49 |
Guhl99 | if i just would know how to install/run qmlscene on the phone :-) | 22:50 |
Guhl99 | i fell like taking a break from my job for a month or two ... | 22:52 |
alin | sledges: ok this is with your split version... | 22:53 |
alin | Warning: [ssu-0.39.5-1.15.32] Requires [ssu-vendor-data-], which is not provided | 22:53 |
alin | the same issue with missing packages | 22:53 |
alin | situ: adding the missing ones... and magic happens... | 22:54 |
alin | sledges: ^ | 22:59 |
*** hurrian has joined #sailfishos-porters | 23:01 | |
*** hurrian has joined #sailfishos-porters | 23:01 | |
*** arcean has quit IRC | 23:17 | |
*** Guhl99 has quit IRC | 23:24 | |
*** Umeaboy has joined #sailfishos-porters | 23:24 | |
*** dmt__ has joined #sailfishos-porters | 23:34 | |
*** olafh has quit IRC | 23:35 | |
*** dmt_ has quit IRC | 23:36 | |
Umeaboy | sledges: On this page ( http://releases.sailfishos.org/sfa-ea/2014-07-21_SailfishOSHardwareAdaptationDevelopmentKit.pdf#subsection.14.4.1 ), do I type i9305 instead of $DEVICE on the cat <<EOF > rpm/droid-hal-$DEVICE.spec line? | 23:55 |
Umeaboy | I just want to make sure. | 23:55 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!