*** wirwe has quit IRC | 00:00 | |
*** Canard|Away has quit IRC | 00:03 | |
*** NIN101 has quit IRC | 00:04 | |
niwakame | I'll call it a day for now | 00:05 |
---|---|---|
niwakame | gn8 / good day / good morning @ chan | 00:06 |
*** niwakame is now known as niwakame|away | 00:07 | |
*** rcg has quit IRC | 00:18 | |
*** javispedro has joined #harmattan | 00:22 | |
thp | kevin_b: you are using the QGLWidget without a QMainWindow directly and calling showFullScreen() on it? | 00:44 |
javispedro | MohammadAG: there? | 00:50 |
*** bkre_home has joined #harmattan | 00:53 | |
*** piggz has joined #harmattan | 00:57 | |
faenil | guys is anyone able to clear some doubts about qml bindings? :) | 00:58 |
faenil | (even if it's easy enough to find out by myself, just want to talk about that :) ) | 00:58 |
faenil | like what if I have | 00:58 |
faenil | property variant: "" + var1 | 00:59 |
faenil | property variant test1: "" + var1 | 00:59 |
faenil | will test1 be set everytime var1 changes? | 00:59 |
javispedro | yes | 00:59 |
faenil | so it works also with things like | 00:59 |
javispedro | expressions, and even function calls | 00:59 |
faenil | if (status == Page.StatusActive) then 1 else 2 | 00:59 |
faenil | it gets reevaluated everytime status changes? | 01:00 |
javispedro | yes | 01:00 |
faenil | wonderful, that's what I expected, very nice :) | 01:00 |
faenil | just have never heard anyone confirming that :) | 01:00 |
faenil | only had confirmations about the ternary operator | 01:00 |
javispedro | I am quite sure I read it somewhere other than the source.. | 01:00 |
faenil | let me know if you happen to find the source again :) | 01:01 |
*** jru3 has joined #harmattan | 01:01 | |
javispedro | oh | 01:01 |
javispedro | http://doc.qt.nokia.com/4.7/propertybinding.html | 01:01 |
javispedro | right there | 01:01 |
javispedro | "QML extends a standards compliant JavaScript engine, so any valid JavaScript expression can be used as a property binding. Bindings can access object properties, make function calls and even use built-in JavaScript objects such as Date and Math." | 01:01 |
faenil | lol I was reading the same page, but starting from the bottom :D | 01:02 |
faenil | (the link opened the page halfway and I was reading up :D) | 01:02 |
faenil | thanks :) | 01:02 |
JackaLX | javispedro: hey mate! The other day I installed your `fmrx'. It's cool, I like it. But were you aware that turning it off (by tapping `on') turns off bluetooth? :-) | 01:03 |
faenil | yes he is | 01:04 |
faenil | I remember I read something about that | 01:04 |
faenil | not sure though :) | 01:04 |
javispedro | yes, I am, read the last post :) | 01:04 |
JackaLX | oki, cool | 01:04 |
faenil | good :) | 01:04 |
javispedro | it's actually a policy manager bug. on the "daemon" version the daemon is controlling bluetooth, so it works better | 01:05 |
javispedro | it doesn't even turn on bluetooth, because there's no need to keep BT on while listening to the radio. | 01:06 |
javispedro | (it has to be turned on to setup the radio, but that is done in a few miliseconds, so you don't necessarily see it) | 01:06 |
*** piggz has quit IRC | 01:13 | |
*** piggz has joined #harmattan | 01:13 | |
jru3 | Hi, I want to do an app to auto merge duplicate contacts, but I'm having a hard time accessing them, do I need to request aegis something? is there any working example of accessing contacts on harmattan? thanks | 01:21 |
jru3 | I think the toke is TrackerReadAccess, if I need two tokens can I put them on the same file? <aegis><request>1..</request><request>2..</request>..</aegis> | 01:24 |
jru3 | ? | 01:24 |
tomma | tracerread and write | 01:24 |
tomma | which should be handled automaticly | 01:25 |
*** tbf_ has joined #harmattan | 01:26 | |
*** ajalkane has joined #harmattan | 01:35 | |
*** rm_work has quit IRC | 01:37 | |
jru3 | is it ok to put <credential name="TrackerReadAccess" /> <credential name="TrackerWriteAccess" />? on the manigest.aegis? | 01:37 |
javispedro | see http://harmattan-dev.nokia.com/docs/library/html/guide/html/Developer_Library_Developing_for_Harmattan_Harmattan_security_Security_guide_Aegis_examples.html for examples | 01:37 |
jru3 | thanks I was reading that but I'm still a little confused | 01:38 |
jru3 | and is there any example of how to initialize or use a QContactManager? I'm lookint at the phonebook sample http://harmattan-dev.nokia.com/docs/library/html/qtmobility/samplephonebook.html?tab=1 but I can't access contacts yet | 01:41 |
jru3 | I don't understand how to initialize a QContactManager, if I follow the example and I do qContactManager = 0, then if I do qDebug() << qContactManager->contacts().count() to test if everything is ok I get a segmentation fault | 01:47 |
jru3 | so I guess qContactManager is not correctly created | 01:48 |
javispedro | how do you run your application | 01:48 |
javispedro | you might need to deploy it and run it from the device's terminal or launcher instead of using QtCreator's Play button | 01:48 |
jru3 | I use QtCreator | 01:49 |
jru3 | if I run it from terminal does it show different results? | 01:49 |
javispedro | try it (how would I know? :P ) | 01:53 |
jru3 | sure.. thanks | 01:53 |
*** e-yes has joined #harmattan | 01:55 | |
*** Natunen has quit IRC | 02:13 | |
*** janmalte has quit IRC | 02:21 | |
*** adlan has quit IRC | 02:31 | |
*** javispedro has quit IRC | 02:36 | |
*** tbf_ has quit IRC | 02:49 | |
*** bkre_home has quit IRC | 03:06 | |
*** faenil has quit IRC | 03:07 | |
*** ajalkane has quit IRC | 03:10 | |
*** norayr has quit IRC | 03:19 | |
*** jru3 has quit IRC | 03:19 | |
*** adlan has joined #harmattan | 03:22 | |
*** M4rtinK has quit IRC | 03:35 | |
*** adlan has quit IRC | 03:55 | |
*** adlan has joined #harmattan | 03:56 | |
itsnotabigtruck | oh shit, the nokia n9 price at newegg just dropped thirty bucks | 04:26 |
itsnotabigtruck | i wonder if it's going to keep going down...their pricing changes based on sales so it can go all over the place | 04:27 |
nibbler | i wonder what the N9 sales is like compared to the lumia. | 04:32 |
*** e-yes has quit IRC | 04:44 | |
*** jabis_ has quit IRC | 04:44 | |
*** jabis_ has joined #harmattan | 04:45 | |
*** jabis_ has quit IRC | 05:01 | |
*** jabis_ has joined #harmattan | 05:02 | |
*** pinheiro_ has joined #harmattan | 05:17 | |
*** luke-jr has quit IRC | 05:19 | |
*** pinheiro has quit IRC | 05:21 | |
*** luke-jr has joined #harmattan | 05:23 | |
*** jabis_ has quit IRC | 05:25 | |
*** jabis_ has joined #harmattan | 05:26 | |
*** Sazpaimon has quit IRC | 05:51 | |
*** Sazpaimon has joined #harmattan | 05:51 | |
*** Sazpaimon has quit IRC | 05:51 | |
*** Sazpaimon has joined #harmattan | 05:52 | |
*** Sazpaimon has quit IRC | 05:52 | |
*** Sazpaimon has joined #harmattan | 05:52 | |
*** Sazpaimon has quit IRC | 05:52 | |
*** Sazpaimon has joined #harmattan | 05:52 | |
*** Sazpaimon has quit IRC | 05:54 | |
*** Sazpaimon has joined #harmattan | 05:56 | |
*** Sazpaimon_ has joined #harmattan | 05:58 | |
*** Sazpaimon has quit IRC | 05:58 | |
*** Sazpaimon_ is now known as Sazpaimon | 06:08 | |
*** e-yes has joined #harmattan | 06:09 | |
*** e-yes has quit IRC | 06:09 | |
*** e-yes has joined #harmattan | 06:10 | |
*** Natunen has joined #harmattan | 06:19 | |
*** e-yes has quit IRC | 06:41 | |
*** hardaker has quit IRC | 07:07 | |
*** hardaker has joined #harmattan | 07:08 | |
itsnotabigtruck | yay, /me can haz N9, finally | 07:16 |
itsnotabigtruck | unfortunately it's probably not the finland-made variety but going by the forums it sounds like that's an overblown concern | 07:17 |
*** JackaLX has quit IRC | 07:30 | |
*** stroughtonsmith has joined #harmattan | 07:38 | |
*** stroughtonsmith has quit IRC | 07:39 | |
*** stroughtonsmith has joined #harmattan | 07:39 | |
*** JackaLX has joined #harmattan | 07:43 | |
*** beford has quit IRC | 08:01 | |
auenf | itsnotabigtruck, http://www.google.com.au/url?sa=t&rct=j&q=nokia%20factory%20documentary&source=web&cd=2&ved=0CC4QFjAB&url=http%3A%2F%2Fwww.imdb.com%2Ftitle%2Ftt0448435%2F&ei=_TwFT-vXBqvLmAWguMzgBw&usg=AFQjCNFEkEdoE86GfqunQhcwovA-UBET-A&cad=rja | 08:02 |
auenf | err, stupid google urls | 08:02 |
auenf | www.imdb.com/title/tt0448435/ | 08:02 |
itsnotabigtruck | auenf: is it supposed to be surprising that chinese factory conditions are less than ideal :/ but it's way too far gone at this point | 08:04 |
auenf | iirc, the doco is about someone from nokia finland going to the chinese factory and 'fixing' it more or less | 08:05 |
*** DocScrutinizer has quit IRC | 08:05 | |
*** DocScrutinizer has joined #harmattan | 08:05 | |
*** hardaker has quit IRC | 08:06 | |
*** adlan has quit IRC | 08:07 | |
*** adlan has joined #harmattan | 08:27 | |
*** adlan has joined #harmattan | 08:28 | |
*** tbf_ has joined #harmattan | 08:34 | |
*** daniel_o has joined #harmattan | 08:46 | |
*** roop has joined #harmattan | 08:47 | |
*** piggz has quit IRC | 08:52 | |
*** tbf_ has quit IRC | 08:58 | |
itsnotabigtruck | man, finally dumped the n9 firmware | 08:59 |
itsnotabigtruck | it would be nice if the info was all in one place...apparently they took the unpacking feature out of flasher 3.12 so you have to use 3.5 | 08:59 |
*** roop has quit IRC | 09:10 | |
*** stroughtonsmith has quit IRC | 09:23 | |
*** phunguy- is now known as phunguy | 09:47 | |
*** keithzg has joined #harmattan | 09:59 | |
keithzg | Obviously I'm just doing something stupid, but why would I be getting an error of 'module "com.nokia.meego" version 1.1 is not installed' on the N9 itself? (trying to write a simple PySide/QML app) | 10:01 |
jonni | because your supposed to import com.nokia.meego 1.0 | 10:03 |
keithzg | ah . . . that'll teach me to follow the Harmattan Developer Documentation blindly, heh | 10:04 |
keithzg | Excellent, now it fully loads into the jumble of broken code that I have so far, now the real work can begin heh | 10:08 |
keithzg | (it's about time I finally learned QML, hell, I run KDE on most of my computers even) | 10:12 |
*** rcg has joined #harmattan | 10:14 | |
*** tarantism has quit IRC | 10:17 | |
*** stroughtonsmith has joined #harmattan | 10:19 | |
*** mece has joined #harmattan | 10:30 | |
*** norayr has joined #harmattan | 10:30 | |
*** lamikr has joined #harmattan | 10:32 | |
*** vladest_ has joined #harmattan | 10:34 | |
*** djszapi has joined #harmattan | 10:34 | |
*** jreznik has joined #harmattan | 10:35 | |
*** vladest has quit IRC | 10:35 | |
djszapi | hi, does one have an open mode warranty void screenshot by off-hand ? | 10:35 |
*** vladest_ is now known as vladest | 10:35 | |
ZogG_laptop | djszapi: re | 10:36 |
ZogG_laptop | djszapi: and what the f you are talking about? | 10:36 |
djszapi | ZogG_laptop: hi :) | 10:36 |
DocScrutinizer | ooohNOES | 10:37 |
ZogG_laptop | DocScrutinizer: shhhhhh...! | 10:37 |
DocScrutinizer | I almost started to like this chan | 10:38 |
ZogG_laptop | DocScrutinizer: if you search something bad you'll always find something, so stop it | 10:39 |
djszapi | ZogG_laptop: there was a warning screen during an open-mode kernel boot, if I recall correctly. | 10:40 |
ZogG_laptop | djszapi: never used it | 10:41 |
ZogG_laptop | djszapi: waiting for something more stable and documanted | 10:41 |
DocScrutinizer | ZogG_laptop: thanks for explaining to me why I won't look here from now on again | 10:42 |
ZogG_laptop | DocScrutinizer: stop being drama queen | 10:50 |
DocScrutinizer | thanks for adding to the points why I will soon leave this chan comletely | 10:50 |
ZogG_laptop | ok | 10:51 |
ZogG_laptop | niwakame|away: still away? | 10:51 |
DocScrutinizer | or add to my /ignore lists another few names (though it's this need for /ignores that spoils the chan for me) | 10:51 |
ZogG_laptop | DocScrutinizer: you can do it without telling it to us, that's the point of it | 10:52 |
DocScrutinizer | I also can +q you without telling anybody | 10:52 |
DocScrutinizer | for me it's the better alternative | 10:52 |
ZogG_laptop | ok | 10:53 |
ZogG_laptop | you can | 10:54 |
ZogG_laptop | than do it, if you tying to prove something with it. but it would only prove opposite | 10:54 |
ZogG_laptop | djszapi: have you parsed json with qml? | 10:55 |
djszapi | ZogG_laptop: nope, sorry. | 10:55 |
ZogG_laptop | =\ | 10:56 |
DocScrutinizer | ZogG_laptop: first and foremost *you* are proving sth about your character here | 10:59 |
DocScrutinizer | and I really don't like somebody to instruct me to stop sth, just because I said "I almost started to love this channel" | 10:59 |
*** tbf has joined #harmattan | 11:01 | |
*** flat` has quit IRC | 11:01 | |
DocScrutinizer | and since I think a chanop with one /ignore is as bad as a chanop with two ignores, I simply take my consequences now. bye | 11:01 |
*** flat` has joined #harmattan | 11:02 | |
ZogG_laptop | i even don't know whta to say =) , maybe just "every coin has two sides. | 11:06 |
ZogG_laptop | djszapi: http://dpaste.org/6Vs4R/ - it simply doesn't work | 11:08 |
ZogG_laptop | niwakame|away: game me almost same example and it worked | 11:09 |
ZogG_laptop | game=gave* | 11:10 |
*** lamikr has quit IRC | 11:18 | |
*** nebulon has joined #harmattan | 11:18 | |
*** nebulon has joined #harmattan | 11:18 | |
*** lamikr has joined #harmattan | 11:20 | |
djszapi | okay, found teh screenshot in the architectural documentation. | 11:30 |
*** Venemo has joined #harmattan | 11:41 | |
*** Venemo has joined #harmattan | 11:41 | |
*** smith has joined #harmattan | 11:46 | |
*** smith has quit IRC | 11:48 | |
*** niqt has joined #harmattan | 11:53 | |
*** daniel_o has quit IRC | 11:59 | |
*** lamikr has quit IRC | 12:00 | |
keithzg | Are there any simple PySide examples or apps that include the standard (or at least, standard-looking) toolbar? | 12:04 |
alterego | keithzg: I'd imagine you'd use QML + PySide for that. | 12:06 |
*** rcg has quit IRC | 12:06 | |
*** adlan has quit IRC | 12:18 | |
jani | hey, there was some talk on twitter about aegis token granting for apps.formeego.org, anyone knows more about this ? | 12:25 |
*** arcean has joined #harmattan | 12:28 | |
ZogG_laptop | jani: that was idea of apps,formeego.org - to have same grantes as ovi and it has it now(don't know if it's implented or not yet though, but you can ask on TMO thread for this repo or X-Fade ) | 12:29 |
*** stroughtonsmith has quit IRC | 12:29 | |
*** stroughtonsmith_ has joined #harmattan | 12:29 | |
jani | thx! | 12:29 |
*** trx has quit IRC | 12:30 | |
djszapi | I cannot see a new origin though. | 12:30 |
*** stroughtonsmith_ has quit IRC | 12:30 | |
*** stroughtonsmith has joined #harmattan | 12:30 | |
*** stroughtonsmith has quit IRC | 12:33 | |
ZogG_laptop | djszapi: than add it =) | 12:34 |
djszapi | ZogG_laptop: if there is a new/updated policy package, apps4meego does not have special credential set available. | 12:35 |
djszapi | there is no* | 12:35 |
djszapi | it falls under the unknown category until that. | 12:35 |
*** trx has joined #harmattan | 12:36 | |
*** miroslav has joined #harmattan | 12:36 | |
*** rcg has joined #harmattan | 12:40 | |
djszapi | keithzg: there will be some guys having PySide experience at the Qt MeetUp in Helsinki. I am not sure where you are from :) http://www.meetup.com/QtEverywhere/Helsinki-FI/533242/?a=bn5_l1#946032 | 12:40 |
ZogG_laptop | djszapi: they got the credential, the question if they connected it or not | 12:41 |
djszapi | can you please prove it somehow ? | 12:42 |
X-Fade | djszapi: install apps client. | 12:42 |
ZogG_laptop | djszapi: it's not Santa, yo ucan believe me or not, that's how it works | 12:43 |
X-Fade | djszapi: or install aegis-community-source-policy | 12:43 |
jbos_ | hello, I'd like to try some build on scratchbox/harmattan but unlucky me it has a gtk2 dependency (which is planned to get rid of) for testreasons I just want to go on for now | 12:45 |
jbos_ | did someone manage to build an gtk2? | 12:46 |
jbos_ | and may can provide some packages? | 12:46 |
ZogG_laptop | jbos_: try to search in rzr repo | 12:47 |
ZogG_laptop | rZr: do you have gtk2 in there? | 12:47 |
jani | x-fade: how does that work ? For example, say i have a aegis token i need for my app to work, if i install it from apps.formeego.org now (given that its available there in the first place) should it work then ? | 12:47 |
X-Fade | jani: Yes. | 12:47 |
djszapi | jbos_: un'fly nope. This is the closest: https://build.pub.meego.com/package/live_build_log?arch=armv7el&package=gtk-fremantle&project=home%3Arzr%3Aharmattan&repository=MeeGo_1.2_Harmattan_Maemo.org_MeeGo_1.2_Harmattan_standard | 12:48 |
jbos_ | k lets see :) | 12:48 |
djszapi | X-Fade: apt-cache search aegis-community-source-policy -> gives no results. | 12:49 |
X-Fade | djszapi: on device | 12:49 |
X-Fade | djszapi: lives in nokia apps | 12:49 |
ZogG_laptop | djszapi: update? | 12:50 |
djszapi | ZogG_laptop: update happened before the query. | 12:50 |
djszapi | X-Fade: so this is the only policy which is not available i nscratchbox ? | 12:50 |
jbos_ | mhm to sad,anyway thanks djszapi | 12:50 |
X-Fade | djszapi: I guess you then need to add that repo in SB. | 12:50 |
ZogG_laptop | X-Fade: btw if i upload app do i need to edit aegis grants for my app, or how does it work(never uploaded to ovi as well) | 12:50 |
jani | X-Fade: one more, does the deb need to be compiled on somewhere like community obs or can i just submit the binary directly. | 12:50 |
X-Fade | jani: Need to build on community OBS. | 12:51 |
djszapi | X-Fade: which one ? | 12:51 |
X-Fade | ZogG_laptop: Just add them to your aegis manifest and upload to apps. | 12:51 |
ZogG_laptop | jani: i think you can not just use as depends but built it in maybe? | 12:51 |
ZogG_laptop | X-Fade: ok, i'll check it out, but as i'll feel my app is ready for upload to apps4meego i'll bug you with bunch of question, need to upload at least one app to understand how it works | 12:52 |
X-Fade | djszapi: harmattan/apps? | 12:53 |
X-Fade | djszapi: Check your sources list on device | 12:53 |
*** zz_gri is now known as gri | 12:53 | |
jani | ZogG_laptop: same here. although i have tried to avoid using obs as much as possible. same things just does not make sense with it. | 12:53 |
X-Fade | jani: It is just a clean sdk. Upload dsc and tarball, watch it build. How hard is that? | 12:54 |
djszapi | X-Fade: I have all the official in scratchbox. | 12:54 |
ZogG_laptop | X-Fade: i use QtCreator for that reaon, so i wouldn't bother to do it manually, the problem is that here it's scratchbox - so i need to apply certain changes | 12:55 |
ZogG_laptop | djszapi: just install clietn, it would install all as dependies | 12:55 |
jani | X-Fade: i have not tried community obs, just the obs stuff our internal development had in the past and it was - for some reasons - pain in the bottom half for me. | 12:55 |
djszapi | ZogG_laptop: the manifest syntax is super simple. It is basically xml. | 12:55 |
djszapi | ZogG_laptop: I think I am getting lost. How can a community app be granted for more than allowed by Nokia proper ? | 12:56 |
ZogG_laptop | djszapi: yeah but i need to know what to write and not the aegis is the problem, but makng the whole package =) | 12:56 |
djszapi | ZogG_laptop: I can help with that when you need it. | 12:56 |
ZogG_laptop | djszapi: coz it's official community repo with it's own QA and it's the best thing to use for apps, as OVI sucks | 12:57 |
ZogG_laptop | djszapi: for now my app need polish, re-writtings, UI | 12:57 |
ZogG_laptop | now i'm emberassed of my code | 12:58 |
djszapi | ZogG_laptop: I think what you do not understand is that Nokia decides the policies | 12:59 |
djszapi | so such a policy package should come from Nokia source. What I can imagine is that it is not really there yet entirely. | 12:59 |
X-Fade | djszapi: What is the problem then? | 12:59 |
djszapi | X-Fade: the search query gives no results. | 13:00 |
X-Fade | djszapi: Try on your device. | 13:00 |
X-Fade | djszapi: How hard can it be :) | 13:00 |
djszapi | X-Fade: I do not have a device here with me ? | 13:00 |
djszapi | also, it should work in scratchbox anyway. | 13:00 |
*** miroslav has quit IRC | 13:01 | |
djszapi | since people might wanna package community apps in sb anyway | 13:01 |
X-Fade | djszapi: http://pastie.org/3130396 | 13:01 |
djszapi | I guess the nokia ovi source has higher trust level, so you cannot probably replace applications from Ovi. | 13:01 |
djszapi | but I am just guessing about this. | 13:01 |
*** luke-jr has quit IRC | 13:03 | |
djszapi | X-Fade: you are Niels Breet ? I now got your mail. Let me read it :) | 13:03 |
X-Fade | djszapi: My mail? | 13:03 |
*** etrunko has joined #harmattan | 13:04 | |
djszapi | yeah. | 13:04 |
X-Fade | I did not write any mails recently? :) | 13:04 |
djszapi | "haven't pushed that to any public repo yet" | 13:04 |
djszapi | That is what Matti Airas wrote on the 28th of December | 13:05 |
djszapi | On 23.12.2011 11:13, ext Niels Breet wrote: ... We now have a community source aegis policy available in the nokia... -> this mail. | 13:05 |
X-Fade | Well it is there now. | 13:05 |
alterego | Anyone know who the Quick Flickr author is? :) | 13:05 |
X-Fade | My retail devices have the policy installed, so it works fine. | 13:06 |
djszapi | I will check it out when it works in sb as well :) | 13:06 |
jani | djszapi: like me for example ;) | 13:06 |
X-Fade | djszapi: Why would it need to work in SB? | 13:06 |
djszapi | because people package in sb ? | 13:07 |
X-Fade | djszapi: Yes, but policy is only for installing/running? | 13:07 |
djszapi | so if your refhashlist and others do not know about such policies, it will fail ? | 13:07 |
djszapi | no... | 13:07 |
X-Fade | djszapi: refhaslist takes top of the tree, right? | 13:07 |
djszapi | I meant to say that, I always test my app locally anyway. | 13:08 |
X-Fade | djszapi: Our root is also com.nokia.maemo. | 13:08 |
djszapi | well, refhashlist cannot contain these things if there is no such a package for installation, right ;) | 13:08 |
X-Fade | djszapi: Ovi packages only have com.nokia.maemo in them? | 13:08 |
jonni | package is available in N9, its just not in SB repoes | 13:09 |
X-Fade | Only for arm perhaps. | 13:09 |
djszapi | I use arm at least. | 13:09 |
jonni | its not in sb arm repo either | 13:09 |
djszapi | that is what I experience, yes. | 13:09 |
X-Fade | Nokia apps != sdk repo | 13:10 |
djszapi | so I now have a partially "broken" scratchbox policy system :) | 13:10 |
X-Fade | djszapi: Can you paste your sb sources list somewhere? | 13:10 |
djszapi | X-Fade: I would not like to add anything manually. | 13:11 |
djszapi | it should be available by default after an update as far as others are. | 13:11 |
X-Fade | ^^ | 13:11 |
djszapi | so if it is available in a custom repository: 1) Either, it is a wrong place 2) I need to understand why it cannot be there where the others are. | 13:13 |
djszapi | or* | 13:13 |
X-Fade | djszapi: Why don't you just answer my question :) | 13:13 |
djszapi | because I would not like to give out internal information. | 13:17 |
djszapi | can anyone answer that question with public sb target ? ^ | 13:18 |
X-Fade | djszapi: How about you test with a released product ;) | 13:18 |
djszapi | I think you know it is more work than needed (to maintain two separate targets properly). | 13:18 |
djszapi | the other question is that whether or not it is documented somewhere ;) | 13:20 |
*** Venemo has quit IRC | 13:21 | |
djszapi | X-Fade: can you a give a link for this policy package ? | 13:22 |
ZogG_laptop | does anyone used cache in qml? | 13:36 |
*** zk8 has joined #harmattan | 13:36 | |
*** etrunko has quit IRC | 13:39 | |
gri | cache in qml? | 13:40 |
ZogG_laptop | gri: i have gridview | 13:44 |
jonni | maybe wanting to use cache to make animations faster. but in reality in N9 using cache usually doesnt help. | 13:44 |
ZogG_laptop | where images are the urls | 13:44 |
ZogG_laptop | so every scroll they are redownloading | 13:44 |
gri | ZogG_laptop: you mean cacheBuffer? | 13:45 |
ZogG_laptop | probably | 13:45 |
ZogG_laptop | i want those pictures to be downloaded once | 13:46 |
gri | I use cacheBuffer in ListViews and it works as expected | 13:46 |
ZogG_laptop | i can do it manually with sme diir, but i want to know if there is built in qml option | 13:46 |
* gri doesn't understand what you are asking | 13:47 | |
ZogG_laptop | gri: gridview has cache and cacheonChanged | 13:47 |
djszapi | X-Fade: ok, I think I now understand the process of this. | 13:48 |
gri | ZogG_laptop: I only have cacheBuffer but still miss the question? | 13:48 |
X-Fade | djszapi: I requested for addition to sdk too. | 13:48 |
ZogG_laptop | oh i has cachebuffer =) didn't compete it =\ | 13:48 |
X-Fade | But you are right, it is not in there yet. | 13:49 |
*** niqt has quit IRC | 13:51 | |
jussi | Where can I get source for harmattan? | 13:55 |
jussi | and is there any images for pandaboard? Id like to have a play... :D | 13:56 |
SpeedEvil | No. | 13:56 |
jonni | jussi: http://maemo.cloud-7.de/950/openmode_kernel_PR1.1/SDK_Sources_PR1.1.ISO | 13:56 |
SpeedEvil | Harmattan has large slices of binary apps. | 13:56 |
SpeedEvil | You can't install it on non-nokia hardware. (legally) | 13:56 |
jussi | :( | 13:57 |
djszapi | X-Fade: Nokia could give out all the credentials for the community policy. | 13:57 |
alterego | Look in to Mer/Nemo | 13:57 |
X-Fade | djszapi: We have the exact same as ovi. | 13:57 |
jussi | alterego: right :) | 13:57 |
djszapi | X-Fade: yes, but that is not enough for a community repository. | 13:58 |
X-Fade | djszapi: Well, it is a first step. | 13:58 |
X-Fade | djszapi: Already took a lot of energy. | 13:58 |
djszapi | that is why we should not double the energy putting into it :) | 13:58 |
djszapi | just ask once ;) | 13:58 |
ZogG_laptop | gri: thanks it helped. now the question is how i add items one by one so it wouldn't try to download all images in once | 13:59 |
*** wirwe has joined #harmattan | 13:59 | |
gri | ZogG_laptop: It doesn't load all images at once. The underlying classes only load a certain number of images at the same time | 14:00 |
ZogG_laptop | gri: that's the problem, it download only few pics | 14:00 |
*** e-yes has joined #harmattan | 14:01 | |
*** wirwe has quit IRC | 14:02 | |
gri | Well, then wait until the screen has stopped flicking and set the source address by code for 5 items, listen for "status" change Ready,Loading,Error and if one changes to Ready or Error, give the source url to the next item | 14:02 |
gri | (stupid approach but might work) | 14:02 |
ZogG_laptop | gri QNetworkReplyImpl::_q_startOperation was called more than once | 14:06 |
gri | ZogG_laptop: ignore that | 14:06 |
ZogG_laptop | file:///opt/imgrup/qml/imgrup/Gallery.qml:127:13: QML Image: Connection closed | 14:06 |
ZogG_laptop | i got a lot o those | 14:06 |
ZogG_laptop | if i can first one, second one leads me to undownloaded images | 14:07 |
gri | do you have something to reproduce it for me? | 14:07 |
ZogG_laptop | you mean you want to try on code? | 14:08 |
ZogG_laptop | gri: http://dpaste.org/IHfVu/ while data for instance "curl imgur.com/gallery/hot.json" | 14:11 |
*** etrunko has joined #harmattan | 14:12 | |
*** leinir has quit IRC | 14:13 | |
*** leinir has joined #harmattan | 14:13 | |
*** etrunko has quit IRC | 14:20 | |
*** stroughtonsmith has joined #harmattan | 14:21 | |
*** etrunko has joined #harmattan | 14:22 | |
jonni | atleast that cachebuffer value holds 0 delegates in memory as its too low | 14:24 |
*** l32606 has joined #harmattan | 14:26 | |
ZogG_laptop | jonni: i thought it's 0 or 1 =) | 14:28 |
djszapi | http://maemo.cloud-7.de/HARM/N9/openmode_kernel_PR1.1/ -> is the "unpatched openmode kernel" also open ? Why is there a "disable-aegis" patch ? What is available as "open" without that patch ? | 14:28 |
ZogG_laptop | jonni: what do you think should be number | 14:28 |
*** arcean_ has joined #harmattan | 14:29 | |
jonni | ZogG_laptop: height of the delegate, ie 160, holds one line, 320 holds 2 extra images | 14:29 |
gri | ZogG_laptop: With a little modifying your code works for me, it must be your data loading | 14:30 |
ZogG_laptop | gri: it does work for me too, but they load slow and scrolling down and back - shows no images | 14:31 |
*** arcean has quit IRC | 14:31 | |
gri | well, the scrolling is your cacheBuffer that must be bigger | 14:31 |
gri | the slow loading is their server | 14:31 |
jonni | ZogG_laptop: and migh want to consider using Loader insie the delegate if you want faste scrolling | 14:32 |
ZogG_laptop | ok comp it loads fast | 14:32 |
*** ab_ has joined #harmattan | 14:32 | |
*** ab has quit IRC | 14:32 | |
jonni | inside, faster, even, losing keys :) | 14:32 |
*** ab_ is now known as ab | 14:33 | |
gri | ZogG_laptop: can't you load smaller images? | 14:36 |
gri | you load images in their original size and scale them down in the list: 960px × 720px | 14:36 |
gri | that's why loading is so slow | 14:36 |
ZogG_laptop | gri found the solution =) | 14:40 |
ZogG_laptop | they have thumbnails pictures | 14:40 |
ZogG_laptop | jonni: can you give me an example of code with loader? | 14:40 |
*** nebulon has quit IRC | 14:41 | |
jonni | ZogG_laptop: hmm, dont know if I have good urls, but quick google search gives http://stackoverflow.com/questions/8450992/qml-how-can-i-pass-model-properties-to-a-delegate-loaded-inside-a-gridview-or | 14:43 |
*** gri is now known as zz_gri | 14:48 | |
X-Fade | jani: You need to build against harmattan. | 14:52 |
jani | X-Fade: Indeed :D | 14:56 |
jani | but like i said, all the time i've tried to get familiar with obs, i've failed miserably. | 14:57 |
X-Fade | Want me to add it? | 14:57 |
jani | yes :D | 14:57 |
X-Fade | jani: Add repository, advanced, type in harmattan, select MeeGo:1.2:Harmattan, tick armv7el | 14:58 |
*** hhartz has joined #harmattan | 14:58 | |
hhartz | has anyone experienced processes still being alive after closing in recents view on N9? | 14:59 |
jani | hhartz: depending on the app, yes .. | 15:00 |
hhartz | jani: do you know what might be causing it, or can you suggest a strategy to debug the root cause? in my case the app should be closed down fully | 15:01 |
*** vladest has quit IRC | 15:01 | |
jani | some apps are "pre-started" and the main process wont die .. but if you have your own application which doesnt utilize applauncher then it might be a different story.. | 15:01 |
*** vladest has joined #harmattan | 15:02 | |
*** tbf_ has joined #harmattan | 15:03 | |
*** nebulon has joined #harmattan | 15:03 | |
hhartz | jani: probably not, it's launched using invoker.. it is using booster libs and it happens in a corner case | 15:04 |
hhartz | jani: I'm a bit of a linux noob - but is there a way to see which files a process has open? | 15:04 |
phako | hhartz: usually lsof or fuser. No idea if that's available on the device | 15:05 |
hhartz | phako: excellent, lsof is there | 15:06 |
*** tbf has quit IRC | 15:06 | |
X-Fade | jani: it complains that arch is empty? | 15:09 |
auenf | hmm, should be able to use a symlink or hard link on /opt/ to increase app storage space? | 15:09 |
jani | yeah, i was just wondering what causes that .. does that refer to debian/control:Architecture ? | 15:11 |
X-Fade | jani: I wonder, I have not seen that before. | 15:14 |
X-Fade | Let me get some lunch and ponder about that :) | 15:14 |
jani | well, there's a kernel panic in the build log :D | 15:15 |
X-Fade | yeah, but that is 'normal' :) | 15:15 |
djszapi | why is it normal ? | 15:16 |
X-Fade | qemu issue | 15:16 |
X-Fade | xen/qemu | 15:16 |
djszapi | and it cannot be workarounded, I guess ? | 15:17 |
X-Fade | It does not matter, only creates ugly log. | 15:17 |
X-Fade | But no qemu version I tried fixed it. | 15:17 |
djszapi | that scares off certain people internally while asking for help, actually. | 15:17 |
djszapi | hence asking. | 15:17 |
X-Fade | One on the massive todo list ;) | 15:18 |
djszapi | :) | 15:18 |
djszapi | X-Fade: do you go to Brussels for FOSDEM ? | 15:19 |
X-Fade | djszapi: yes | 15:19 |
jani | what version of qemu there is ? | 15:19 |
jani | i was sort of interested on fosdem too . dunno if its too late for me to get funding from company at this time.. puppet and mobile stuff would be interesting. | 15:20 |
X-Fade | 0.14.0_rc1-1.4.2 | 15:21 |
X-Fade | lunch, brb | 15:22 |
djszapi | X-Fade: I am not sure I will go there, but I will make a shorter trip in case of yes, with Ultrecht, Eindhoven, Amsterdam involved :) | 15:22 |
jani | X-Fade: i might have a clue now what it fails.. emphasis on the word might .. | 15:33 |
*** JackaLX has quit IRC | 15:38 | |
*** JackaLX has joined #harmattan | 15:39 | |
jani | wasnt it. | 15:39 |
*** arcean_ is now known as arcean | 15:42 | |
*** miroslav has joined #harmattan | 15:43 | |
*** JackaLX has quit IRC | 16:00 | |
*** mece has quit IRC | 16:13 | |
*** hardaker has joined #harmattan | 16:13 | |
*** hhartz has quit IRC | 16:13 | |
*** Venemo has joined #harmattan | 16:14 | |
*** e-yes has quit IRC | 16:21 | |
ZogG_laptop | djszapi: how i make page scrolabble so i can see whole image | 16:21 |
*** rm_work has joined #harmattan | 16:33 | |
*** rm_work has joined #harmattan | 16:33 | |
djszapi | ZogG_laptop: Flickable element ? I am unsure, but I would go into that direction. | 16:37 |
djszapi | if it is not a default set of the page components. | 16:38 |
djszapi | but flicking is different to scrolling in a way. | 16:38 |
djszapi | and I would expect scrolling as a default feature in a list and so on for instance. | 16:39 |
*** diggy has quit IRC | 16:39 | |
*** beford has joined #harmattan | 16:39 | |
djszapi | http://harmattan-dev.nokia.com/docs/library/html/qt4/qml-flickable.html?tab=1 -> There is actually an image example right away here. | 16:40 |
*** JackaLX has joined #harmattan | 16:47 | |
*** JackaLX has joined #harmattan | 16:47 | |
*** zz_gri is now known as gri | 16:52 | |
*** M4rtinK has joined #harmattan | 16:54 | |
ZogG_laptop | djszapi: tried that | 16:55 |
ZogG_laptop | image i not even moving | 16:56 |
hiemanshu | ZogG_laptop: did you set the contentwidth and contentheight correctly? | 17:01 |
*** rm_work has quit IRC | 17:03 | |
*** Iktwo has joined #harmattan | 17:04 | |
*** rm_work has joined #harmattan | 17:09 | |
*** rm_work has quit IRC | 17:09 | |
*** rm_work has joined #harmattan | 17:09 | |
*** wirwe has joined #harmattan | 17:15 | |
*** l32606 has left #harmattan | 17:18 | |
*** e-yes has joined #harmattan | 17:34 | |
*** adlan has joined #harmattan | 17:35 | |
*** gabriel9 has joined #harmattan | 17:44 | |
ZogG_laptop | hiemanshu: should i set it to parent.width ? | 17:55 |
*** sebas__ has joined #harmattan | 17:57 | |
*** sebas__ is now known as sebas | 17:59 | |
*** sebas has joined #harmattan | 17:59 | |
*** e-yes has quit IRC | 18:05 | |
*** e-yes has joined #harmattan | 18:09 | |
hiemanshu | ZogG_laptop: it has to be the width of the image | 18:13 |
*** luke-jr has joined #harmattan | 18:16 | |
*** nebulon has quit IRC | 18:25 | |
*** arcean_ has joined #harmattan | 18:27 | |
*** Tuju has joined #harmattan | 18:27 | |
Tuju | hoh, got n950 opened and found a battery inside, not the same size/model like in e71 but appears to charge in it anyway :-] | 18:28 |
Tuju | maybe i finally get it flashed now | 18:28 |
*** arcean has quit IRC | 18:30 | |
ZogG_laptop | hiemanshu: i just can move picture now | 18:32 |
ZogG_laptop | but i can't scroll | 18:32 |
*** jreznik has quit IRC | 18:37 | |
*** xmlich02 has joined #harmattan | 18:44 | |
xmlich02 | hi, can one help with icon generator? http://apps.javispedro.com/nit/hicg/ | 18:45 |
*** ajalkane has joined #harmattan | 18:45 | |
*** netadmin has joined #harmattan | 18:46 | |
ajalkane | ZogG_laptop: use clip: true | 18:46 |
netadmin | hello | 18:46 |
netadmin | all | 18:46 |
netadmin | I using Nokia N900 and I re-install Maemo os. | 18:47 |
netadmin | where is the maemo flasher 3.5 debian package? | 18:47 |
*** wirwe has quit IRC | 18:47 | |
*** stroughtonsmith has quit IRC | 18:49 | |
*** chris__ has joined #harmattan | 18:49 | |
chris__ | hello, I'm developing for N9, how to start an app at boot? | 18:50 |
*** Anssi138 has joined #harmattan | 18:50 | |
*** faenil has joined #harmattan | 18:54 | |
faenil | hi, GUYS | 18:55 |
faenil | :D | 18:55 |
beford | !flashing | 18:56 |
faenil | not flashing? :) | 18:56 |
beford | no, wrong channel ;C | 18:56 |
beford | hi | 18:56 |
faenil | :D | 18:57 |
faenil | hi | 18:57 |
merlin1991 | netadmin: head over to #maemo | 18:57 |
netadmin | okay thank you | 18:57 |
*** heymaster has quit IRC | 18:58 | |
*** heymaster has joined #harmattan | 19:00 | |
*** Pali has joined #harmattan | 19:07 | |
*** Pali has quit IRC | 19:07 | |
*** Pali has joined #harmattan | 19:07 | |
chris__ | upstart start apps/mydaemon command doesnt work? | 19:08 |
*** zk8 has left #harmattan | 19:10 | |
*** phunguy has quit IRC | 19:10 | |
djszapi | hi faenil :) | 19:12 |
faenil | hey djszapi :) | 19:12 |
Tuju | where i can find the latest mer? | 19:12 |
faenil | need to talk to you :D | 19:12 |
*** NIN101 has joined #harmattan | 19:16 | |
*** phunguy has joined #harmattan | 19:16 | |
Tuju | which firmware is the one that runs qt on n950? | 19:18 |
Tuju | i'm confused | 19:18 |
faenil | all of them? | 19:19 |
Tuju | harmattan, meego, mer, nemo, whatelse? | 19:19 |
Tuju | mer home page has some html5/JS comments, not sure is that native qt at all? | 19:19 |
faenil | Official firmware is harmattan, and latest fw has Qt 4.7.4 | 19:19 |
Tuju | okay... are those flasher images somehwere in the net? | 19:20 |
chris__ | help, I get Failed to upload package: Failure | 19:20 |
chris__ | cant upload to device | 19:20 |
faenil | community firmware is based on Mer core and uses Nemo UX, and I'm not sure if it's already using 4.8 | 19:20 |
chris__ | device connection test is passed | 19:20 |
Tuju | http://wiki.meego.com/N950_landing_page | 19:20 |
faenil | Tuju: http://harmattan-dev.nokia.com/release/N950-39-5/ | 19:21 |
Tuju | faenil: what is the thing everyone is using now? i'd prefer rpm based system. | 19:21 |
faenil | harmattan uses .deb | 19:21 |
Tuju | are those rpm based ones usable yet? | 19:21 |
faenil | nemo should be based on rpm | 19:22 |
Tuju | my device is bricked now so i guess anything would do... | 19:22 |
faenil | it's got many issues | 19:22 |
faenil | it's usable | 19:23 |
faenil | but probably not as a daily phone yet | 19:23 |
Tuju | hmm...maybe i should try that nemo... | 19:23 |
Tuju | i know nuting about .deb | 19:23 |
faenil | for example last release (which was today) has some problems with the keyboard | 19:23 |
faenil | vkb | 19:23 |
faenil | Tuju: ask on #nemomobile | 19:23 |
Tuju | which flasher i'm supposed to use? flasher binary or that oneclickthingy? | 19:23 |
RST38h | N9s in Nokia Store offer to upgrade to 40.x firmware | 19:24 |
Tuju | faenil: just joined to neomobile... | 19:24 |
faenil | oneclickthing | 19:24 |
Tuju | faenil: ack | 19:26 |
*** djszapi has left #harmattan | 19:29 | |
chris__ | halp, postinst doesnt start my app | 19:30 |
faenil | Tuju: you can ask what you need in nemomobile, don't feel ashamed ;) | 19:32 |
Tuju | :) actually i got things going at this end already... | 19:33 |
Tuju | next thing is to fry that moslo in | 19:33 |
Tuju | i'm just wondering do i have enough juice it that batt already | 19:33 |
Tuju | n950 wasn't able to charge it anymore once i bricked it | 19:34 |
Tuju | and finding a torax screwdriver that would fit into those screws was really pita | 19:34 |
faenil | :) | 19:34 |
Tuju | local shop had something that i got it opened, and ordered a set of those for later delivery, i need to run it as cabriolet for few days | 19:35 |
faenil | ahah | 19:35 |
*** ab has quit IRC | 19:36 | |
Tuju | Flashing kernel... Sending request 0x50 failed! | 19:36 |
Tuju | Unable to get error strings: Broken pipe | 19:36 |
*** diggy has joined #harmattan | 19:38 | |
faenil | time to ask :) | 19:38 |
*** diggy has quit IRC | 19:41 | |
*** diggy has joined #harmattan | 19:45 | |
thp | did anyone try to compile and load kernel modules in harmattan? does it even work with aegis? i'd like to have joydev.ko | 19:48 |
*** rcg has quit IRC | 20:11 | |
ajalkane | thp: AFAIK loading kernel modules does not work without open mode kernel | 20:11 |
*** rcg has joined #harmattan | 20:11 | |
*** rcg has quit IRC | 20:11 | |
*** e-yes has quit IRC | 20:16 | |
jonni | ajalkane: it does work if you use the exploit in secure mode. | 20:20 |
*** xmlich02 has quit IRC | 20:21 | |
jonni | but by default only whitelisted kernelmodules are allowed in secure mode. | 20:22 |
ajalkane | jonni: is this exploit guaranteed to be supported in up-coming firmwares? :) | 20:22 |
jonni | ajalkane: exploit is fixed in upcoming firmwares, but if you apply the hole in pr1.0 or or pr1.1, and ota update to next version, then you still have the support. But if you need to ./flasher the device, then no. | 20:24 |
ajalkane | jonni: thanks, interesting | 20:25 |
*** javispedro has joined #harmattan | 20:38 | |
*** rcg has joined #harmattan | 20:38 | |
*** fuz_ has quit IRC | 20:41 | |
*** fuz_ has joined #harmattan | 20:46 | |
*** gabriel9 has quit IRC | 20:48 | |
*** djszapi has joined #harmattan | 20:53 | |
*** mardy has quit IRC | 20:56 | |
thp | jonni: but nobody stops you from downgrading to pr1.1, install the exploit and then upgrade to pr1.2? | 20:57 |
jonni | thp: firmware downgrade is not possible | 20:57 |
jonni | (if you dont have R&D cert) | 20:58 |
Tuju | any idea why rootfs fails http://fpaste.org/rNaC/ on n950 ? | 21:02 |
jonni | Tuju: lots of reasons can do that, corrupted .bin file, batterylevel too low, trying to downgrade etc. | 21:05 |
jonni | Tuju: hardware error etc | 21:05 |
*** M4rtinK has quit IRC | 21:05 | |
Tuju | auts | 21:06 |
Tuju | sounds fatal. | 21:06 |
jonni | Tuju: or bad usb cable, bad usb port etc | 21:07 |
Tuju | that device is quite unused and it used to work just fine before i did the OTA upgrade. | 21:07 |
Tuju | jonni: i'm doing it through desktop display. | 21:07 |
Tuju | maybe i should plug directly into computer. | 21:07 |
jonni | Tuju: usually redownloading the installer, changing cable or usb port, or charging to 100% might help. | 21:07 |
Tuju | ack | 21:08 |
jonni | yeah most likely it will fail if you try through usb hub | 21:08 |
Tuju | sounds like i'm not alone with this problem. :) | 21:08 |
jonni | user error (tm) :) | 21:12 |
*** Pali has quit IRC | 21:13 | |
Piru | hmm. any ideas how to force N9 to refresh image/music etc galleries? | 21:22 |
Piru | I copied some old backup images back to the phone and it only "sees" the new photos | 21:22 |
*** djszapi has left #harmattan | 21:22 | |
Piru | ah lets try resetting the trackers database | 21:29 |
Tuju | jonni: now it failed when conntected directly to desktop machine | 21:30 |
jonni | Tuju: tuju whats the command that you used (that was missing in your paste) | 21:30 |
Tuju | just: ./Linux_OCF_39-5_RM680-RM680-OEM1.bin | 21:31 |
jonni | ah, and your old version was 39-5 too? | 21:31 |
Tuju | i've no idea | 21:31 |
jonni | and you removed devicelock before flashing? | 21:32 |
Piru | tracker-control -r I guess | 21:32 |
Tuju | jonni: can't do anything to it once it got bricked with OTA upgrade. | 21:33 |
jonni | Tuju: ah ok, so you have older version before, and then ota updated, and now trying with flasher | 21:33 |
faenil | Toju: you said you were on 22-6 | 21:33 |
Tuju | could not even charge it. I had to remove batt and charge it in e71 before it even started. | 21:34 |
Tuju | faenil: no i didn't :) | 21:34 |
jonni | Tuju: then its mostlikely the usb cable, or usb1 vs usb2 port | 21:34 |
faenil | maybe I read it from one of the logs you posted | 21:34 |
Piru | okay. lets see what happens | 21:34 |
Tuju | jonni: it was the n950 shipped release, OTA upgraded and now trying to oneclickthingy | 21:34 |
faenil | if I were you, I'd try flashing with 34 fw | 21:34 |
Piru | Updating library | 21:35 |
Piru | yay :) | 21:35 |
Tuju | so 39-5 is the latest? | 21:35 |
jonni | yep 39-5 is latest | 21:35 |
ieatlint | i'm running 53-2 actually | 21:35 |
ieatlint | adds all sorts of awesome features | 21:35 |
Tuju | and assuming that when it doesn't ask anything, i need to use flasher tool to flash 34? | 21:36 |
faenil | ieatlint: I never got how that works | 21:36 |
faenil | you need a special device to test internal firmwares? | 21:36 |
*** azadpaki has joined #harmattan | 21:36 | |
ajalkane | I hope that 53-2 has Silverlight support so that we can at last target both Lumia and N9 with single code base. | 21:36 |
faenil | Tuju: you need to look for 34 oneclickflasher | 21:36 |
faenil | another 500+mb package | 21:37 |
ieatlint | faenil: depends | 21:37 |
ieatlint | for true internal images, yes | 21:37 |
jonni | ieatlint: and if you happen to talk about coming features in public, it gets you fired :) | 21:37 |
Piru | so if anyone needs to force harmattan to rescan all media libraries this appears to help (as root): tracker-control -r && tracker-control -s ... okay slighty evil as this will zap all the existing db.. if someone has better "softer" ways to do it, please chime in | 21:37 |
ieatlint | but there are also "internal" images made for distribution to 3rd parties/partners | 21:37 |
Tuju | faenil: where those are located? | 21:37 |
Piru | obviously the phone will churn at 100% cpu load for quite a while now | 21:37 |
ajalkane | faenil: Offtopic: what application you use on Lumia 800 for gTalk? | 21:38 |
*** azadpaki has quit IRC | 21:38 | |
ieatlint | jonni: not necessarily | 21:38 |
faenil | ajalkane: I heard there is Flory...haven't tried it yet | 21:38 |
ieatlint | the next version adds gtk, which i was surprised about | 21:38 |
faenil | Tuju: you need to look for it :) | 21:38 |
ieatlint | but the widgets aren't stylized.. so it just looks wrong | 21:38 |
faenil | Tuju: Nokia doesn't keep older versions on their website | 21:39 |
ajalkane | faenil: I've tried Gchat+, but it doesn't seem to work too well. Not interested to buy anything, but it's essential for me to try the phone. | 21:39 |
faenil | flory is free | 21:39 |
Tuju | faenil: i'm not surprised. | 21:39 |
ajalkane | faenil: ok thanks, I'll give it a spin | 21:39 |
faenil | I'm downloading it too :) | 21:40 |
ajalkane | Except I can't find any application named flory from market place. Okay enough off-topic. | 21:40 |
faenil | exactly, me neither :( | 21:40 |
*** Venemo has quit IRC | 21:41 | |
Tuju | faenil: it would help to know the actual file name, do you happen to have it around somewhere? | 21:42 |
faenil | ajalkane: seems like its devs have stopped working on it... http://www.wpcentral.com/flory-im-hits-21-last-and-final-version | 21:42 |
faenil | end of OT | 21:42 |
faenil | Tuju: gimme a sec | 21:43 |
Tuju | Linux_OCF_34-2_EMMC_RM680-OEM1-916.bin | 21:43 |
faenil | right | 21:43 |
*** e-yes has joined #harmattan | 21:45 | |
ajalkane | faenil: okay sucks | 21:47 |
*** piggz has joined #harmattan | 21:48 | |
faenil | ajalkane: octrotalk | 21:48 |
*** ajalkane has quit IRC | 21:51 | |
*** twoboxen has joined #harmattan | 21:55 | |
twoboxen | all... my n950 does not show applications as installed any more... if i click on an application that is installed (in the store) it does show updates there. Does anyone know how to fix this? Nothing I tried worked, so I was going to reflash. | 21:56 |
gri | "Have you tried turning it off and on again?" :D | 21:57 |
*** mardy has joined #harmattan | 21:57 | |
ieatlint | that only works with production servers | 21:58 |
faenil | gri: lol | 21:58 |
javispedro | jonni: even if you talk about new features that are in the open development components, you get fired? :) | 22:07 |
twoboxen | i don't run IIS on my phone :) | 22:10 |
jonni | javispedro: open development is open development, but one cannot comment if any of that development is or is not coming to specific pr release :) | 22:11 |
twoboxen | Are you gents running the open mode kernel already/ | 22:12 |
twoboxen | qole always has me craving easy debian actually working now :) | 22:12 |
* javispedro notes the rather large number of git heads that match *pr_1_2* or *pr12* or ... =) | 22:12 | |
*** rcg has quit IRC | 22:13 | |
faenil | I'd say we have to wait until february at least, for 1.2 | 22:13 |
*** netadmin has quit IRC | 22:14 | |
twoboxen | is there a feature tracker somewhere for 1.2? | 22:15 |
jonni | nope | 22:16 |
*** Iktwo_ has joined #harmattan | 22:19 | |
*** Iktwo_ has quit IRC | 22:21 | |
twoboxen | Would it be possible to flash the harmattan image of the n9 onto the lumia 800? | 22:23 |
RST38h | no | 22:24 |
javispedro | of course it is, you just need the right flasher | 22:25 |
javispedro | like this one http://www.instructables.com/image/FRVOB4EF6S8RXK1/The-flasher.jpg | 22:25 |
javispedro | then, some lamps, a bit of paper, a printer | 22:25 |
twoboxen | javispedro: lol | 22:25 |
twoboxen | so you'll also need a good 12V line | 22:26 |
twoboxen | likely a torque wrench | 22:26 |
gri | faenil: I thought all linux guys at nokia already left ... who is doing 1.2? :D | 22:26 |
RST38h | gri: three contractors and acow | 22:27 |
twoboxen | they should change tizen course and move to oswebos | 22:27 |
twoboxen | i wonder if intel is considering that | 22:27 |
*** rcg has joined #harmattan | 22:28 | |
*** javispedro has quit IRC | 22:29 | |
*** tarantism has joined #harmattan | 22:30 | |
faenil | gri: lol | 22:31 |
faenil | gri: nah they're working :D | 22:31 |
faenil | hope so xD | 22:31 |
gri | faenil: I thought you don't care about harmattan anymore since you fell in love with wp7? :D | 22:34 |
faenil | I have always loved wp7's UI | 22:34 |
faenil | harmattan's nowhere near that smoothness | 22:35 |
faenil | still, N950/N9 is my hacking/devving/modding gadget :D | 22:35 |
faenil | it's the one I play with :P | 22:35 |
*** jreznik has joined #harmattan | 22:40 | |
*** twoboxen_ has joined #harmattan | 22:41 | |
*** twoboxen has quit IRC | 22:43 | |
*** twoboxen_ has left #harmattan | 22:49 | |
*** twoboxen has joined #harmattan | 22:49 | |
*** Aranel_N9 has joined #harmattan | 22:50 | |
Aranel_N9 | Anyone else noticed that sometimes incoming SMS doesn't trigger a notification sound/vibration/even pop-up but N9 silently saves it to messages app, marked unread but doesn't notify you? | 22:52 |
*** miroslav has quit IRC | 22:56 | |
*** miroslav has joined #harmattan | 22:56 | |
*** miroslav has joined #harmattan | 22:57 | |
*** ajalkane has joined #harmattan | 23:05 | |
faenil | YES | 23:05 |
faenil | SO . ANNOYING | 23:05 |
faenil | :D | 23:05 |
ieatlint | i've not had that | 23:09 |
Aranel_N9 | faenil: annoying? say it to me. I've listened a half an hour lecture from my girlfriend for not answering in time to her "omgyoudidntanswerme" spam :| | 23:12 |
faenil | ahaha XD | 23:12 |
ieatlint | sounds like you have more issues than failing to get an sms notification :P | 23:12 |
twoboxen | sounds like a feature to me | 23:13 |
Aranel_N9 | twoboxen: it would be if it dropped calls too | 23:13 |
gri | I don't even answer in time when I see the notification | 23:18 |
jreznik | twoboxen: +1 :) | 23:19 |
jreznik | n9 <-> and my gf veer comunication is sometimes fun :) aka I sent you a message two hours ago, really? noo, ah, yes :) | 23:20 |
Aranel_N9 | well she has a rule set (herself), if she got the delivery report, I'm up to blame. | 23:22 |
gri | that's a stupid rule | 23:22 |
ieatlint | so turn off delivery reports | 23:22 |
twoboxen | sounds like you need an upgrade. to the gf, not the n9 | 23:22 |
gri | my gf knows I will reply in 1-4 hours when she gets the delivery report | 23:23 |
Aranel_N9 | can I? afaik she gets the delivery report if my device downloads it off the GSM network | 23:23 |
ieatlint | err, yes, i confused the "receive delivery reports" option with "send" | 23:23 |
Aranel_N9 | twoboxen: bug filed on my lifezilla. | 23:24 |
twoboxen | lol | 23:24 |
gri | wontfix | 23:24 |
ieatlint | i had that bug once... it was fixed in the next version though | 23:24 |
Aranel_N9 | gri: does she have a sister? | 23:25 |
twoboxen | a newer model | 23:25 |
twoboxen | slimmer, too | 23:25 |
gri | Aranel_N9: my gf? Yes, but the sister is a police officer and I don't like them :P | 23:25 |
Aranel_N9 | I usually have ten minutes to answer before alarms go off | 23:26 |
marsje | how hard is it to make an app to automatically repsonds to an sms from your gf? | 23:26 |
faenil | gri: when you have time, pm :) | 23:26 |
ieatlint | marsje: shouldn't be too hard i think | 23:27 |
marsje | so you can say: I love you so much I responded in 52 milliseconds | 23:27 |
ieatlint | yes, because feeding that particular beast is a good idea | 23:27 |
Aranel_N9 | well question is, how hard would be to notice it for her | 23:27 |
Aranel_N9 | maybe a chatbot? :| | 23:28 |
marsje | yeah, this way you are both happy | 23:29 |
marsje | but then soon she will require spontaneous smss from you | 23:29 |
ieatlint | sounds like you've got a great "codependent sms" app to write | 23:30 |
marsje | :) | 23:30 |
marsje | the only thing I miss is a gf | 23:31 |
marsje | but the demand for the app will be so great, that I will be rich and women would be lining up | 23:31 |
Aranel_N9 | I'd pay without hesitation | 23:31 |
ieatlint | yes, money is a great way to attract women that you want to date | 23:32 |
Aranel_N9 | extra if it doesnt make random marriage proposals or stuff like that | 23:32 |
ieatlint | hahaha | 23:32 |
Tuju | okay, now all three oneclickflashers fail, what next? | 23:33 |
ieatlint | have it check in on facebook at a jewelry store and send an sms to her with "i have something really important i want to talk about at dinner tonight" | 23:33 |
ieatlint | i have the opposite relationship with my girlfriend... i use a marriage proposal as a threat, and it works every time | 23:34 |
*** jpnurmi has left #harmattan | 23:34 | |
*** Iktwo_ has joined #harmattan | 23:34 | |
Aranel_N9 | well we're on the "give me your facebook pw or your soul" stage now, not to marriage yet. | 23:35 |
ieatlint | i fear for you | 23:35 |
faenil | so do I... | 23:36 |
Aranel_N9 | well not everyone is as lucky as you guys. I'll get her a pair of "+5 gloves of deep understanding" or something like that on her birthday | 23:36 |
ieatlint | haha | 23:37 |
*** Iktwo_ has quit IRC | 23:37 | |
ieatlint | i'm not lucky, just have other issues | 23:37 |
ieatlint | enough issues that my friends have warned me -- without joking, that they would hold an intervention if i ever seriously considered marrying her | 23:37 |
Aranel_N9 | or I'll get myself a dumbphone to answer her messages all day, like a highschool boy | 23:37 |
Aranel_N9 | yay got another sms now, it's so long I have to swipe to read o.O | 23:39 |
Aranel_N9 | I'll just paste this channel log to harmattan-bugs, I am sure they'll understand and fix it asap. | 23:40 |
*** NIN101 has quit IRC | 23:41 | |
twoboxen | I had a lot of shitty gfs before I met my wife | 23:43 |
twoboxen | Just find someone that lets you be you. If she doesn't, you have a rough life ahead | 23:43 |
faenil | is anyone here iOS programmer? | 23:44 |
faenil | need to ask one thing :D | 23:44 |
twoboxen | yes | 23:45 |
faenil | I'm porting from iOS to Qt | 23:45 |
faenil | ok, when you have UIRotationGestureRecognizer, and you ask for locationInView | 23:45 |
faenil | which location does it retunr? | 23:45 |
faenil | centre? first finger? second finger? | 23:45 |
twoboxen | any time you deal with touches it will be a collection you can query | 23:46 |
twoboxen | however, you're dealing with gestures | 23:46 |
faenil | yes | 23:46 |
faenil | 2 fingers | 23:46 |
twoboxen | depends on the gesture, but yeah :) | 23:46 |
faenil | locationInView returns one point | 23:46 |
faenil | which one?.. | 23:46 |
twoboxen | so normally it'd dependent... probably the average | 23:46 |
twoboxen | which would be the effective spot of the gesture movement | 23:46 |
twoboxen | easy to test | 23:47 |
faenil | well ok I guess the centre, but wanted to know if anyone could confirm that | 23:47 |
twoboxen | just draw a circle in the view at that point | 23:47 |
faenil | easy to test if you have mac and iphone :) | 23:47 |
twoboxen | lol | 23:47 |
twoboxen | one second | 23:47 |
faenil | thanks :D | 23:47 |
twoboxen | as i suspected: "You may determine the location where a swipe began by calling the UIGestureRecognizer methods locationInView: and locationOfTouch:inView:. The former method gives you the centroid if more than one touch was involved in the gesture; the latter gives the location of a particular touch." | 23:49 |
twoboxen | centroid | 23:50 |
faenil | good, so Qt's centre :) | 23:50 |
faenil | thanks :) | 23:50 |
twoboxen | np | 23:50 |
faenil | where did you read that anyway? | 23:50 |
faenil | I may need more info :D | 23:50 |
twoboxen | http://developer.apple.com/library/IOs/#documentation/UIKit/Reference/UISwipeGestureRecognizer_Class/Reference/Reference.html | 23:50 |
faenil | on the swipe gesture... | 23:51 |
faenil | -.- | 23:51 |
faenil | XD | 23:51 |
twoboxen | it's the same uigesturerecognizer you are querying | 23:51 |
twoboxen | it's just a different resultant event emitted | 23:51 |
faenil | yeah I know | 23:51 |
faenil | I looked in UIRotationGestureRecognizer | 23:51 |
twoboxen | yeah, lackluster docs | 23:52 |
twoboxen | I yearn for the open kernel on this device | 23:53 |
twoboxen | not an aegis fan :( | 23:54 |
faenil | :) | 23:56 |
nibbler | well, who is. | 23:56 |
*** miroslav has quit IRC | 23:57 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!