IRC log for #harmattan on 20110805

02:42.13*** join/#harmattan infobot (~infobot@rikers.org)
02:42.14*** topic/#harmattan is A cozy little place for pure harmattan device and development discussions | Developers check this: http://library.developer.nokia.com/ | http://wiki.meego.com/N950_landing_page | MeeGo N9(|50) CE on its way, MOSLO still missing, discuss in #meego-arm please | logs: http://mg.pov.lt/harmattan-irclog/
02:42.14*** mode/#harmattan [+v infobot] by ChanServ
02:42.47rm_you:P
02:44.45hardaker2Well, I got my first native qt app running.  that's not too bad.
02:44.57hardaker2but now I understand why you must rewrite everything in QML...
02:44.58hardaker2(sigh)
02:45.59Venemohardaker2 :)
02:48.30*** join/#harmattan rcg1 (~rc@g226029122.adsl.alicedsl.de)
02:49.58hardaker2wow.  root can't create .ssh in ~developer.
02:50.00hardaker2that's new.
02:52.45antman8969is a daemon considered a form of a service?
02:53.29ieatlintmore or less
02:54.39antman8969never used either one, looking for a documentation atm..
02:55.30ieatlinta daemon is an application that runs in the background and performs actions on demand
02:55.37ieatlintfor instance, a web server
02:57.04antman8969do you know any documentation off the top of your head for incorporating them into Qt appications (or featuring them)
02:57.24ieatlintuh, to create a daemon?
02:58.01antman8969eya
02:58.56ieatlintmany ways to do it, just google
03:00.23antman8969I guess a better question would be
03:00.39antman8969does aegis restrict daemon functionality in any imortant way that we  know of?
03:02.08ieatlinthttp://doc.qt.nokia.com/qtmobility-1.2/service-frameworks.html may be of relevance
03:02.17ieatlinti don't know the answer to that question, however
03:03.16antman8969thanks
03:03.20hardaker2my qml app looks much better....
03:03.28hardaker2of course
03:04.46djszapiantman8969: no, aegis does not restrict.
03:05.52djszapiany better than in any other case..
03:06.07SpeedEvilA daemon is just another binary as far as Aegis is concerned.
03:06.25SpeedEvil(and most things indeed)
03:06.56*** part/#harmattan infobot (~infobot@rikers.org)
03:07.08*** join/#harmattan infobot (~infobot@rikers.org)
03:07.08*** topic/#harmattan is A cozy little place for pure harmattan device and development discussions | Developers check this: http://library.developer.nokia.com/ | http://wiki.meego.com/N950_landing_page | MeeGo N9(|50) CE on its way, MOSLO still missing, discuss in #meego-arm please | logs: http://mg.pov.lt/harmattan-irclog/
03:07.08*** mode/#harmattan [+v infobot] by ChanServ
03:08.54antman8969ty djszapi
03:10.52hardaker2grrr....
03:10.56hardaker2depends on libqt4-multimedia (>= 4.7.4~git20110516); however:
03:10.58hardaker2<PROTECTED>
03:17.07hiemanshuVenemo:
03:34.42ieatlinthardaker2: depending on what you wanted from qtmultimedia, try using qtmobility
03:34.56hardaker2I was going to try just that actually.
03:34.59hardaker2thanks for the name.
03:35.03hardaker2I was just trying to look it up.
03:35.08ieatlintinstead of "QT += multimedia" try "CONFIG += mobility" and "MOBILITY += multimedia"
03:36.25ieatlintthen thank nokia for moving multimedia to mobility :)
03:36.42hardaker2heh.
03:36.47hardaker2I don't think I will.
03:37.26hardaker2but I'm looking for quadio
03:37.35hardaker2which doesn't seem to exist in the mobility version.
03:37.50hardaker2that's going to take a lot more work I think to get that class working.
03:39.12ieatlintshould be part of it
03:39.30ieatlinti use qaudioinput and qaudiodeviceinfo and it works via qtmobility
03:41.40hardaker2Yeah, I may need to twiddle a lot.
03:41.51hardaker2I'm actually using the signal generator example from the qt sources to generate a tone
03:42.03hardaker2then sending it to an audiooutputdevice
03:42.17hardaker2but the quadio class doesn't exist in mobility
03:45.59ieatlintuh, it's not in the qtmobility docs, but it's part of qtmobility's multimedia module (and is referenced/linked via the qtmobility docs)
03:46.41ieatlintit *should* work...
03:47.10ieatlintwhich is to say it works here
03:47.31hardaker2well, most of it compiles after I remove a few references.
03:47.34hardaker2but...
03:47.50hardaker2quaudioformat is DNE, which is a link error
03:48.00hardaker2as is qaudiooutput
03:49.23ieatlinti'm using QAudioFormat to setup my QAudioInput successfully
03:50.14hardaker2really...
03:50.21hardaker2must be in a module I'm not including.
03:50.25hardaker2for good fun, try this:
03:50.45hardaker2go to qtcreator, select the audio example, and build it for for the 950
03:50.51hardaker2I'll save you the suspense: it doesn't :-)
03:51.25ieatlinthttps://github.com/ieatlint/magread is my app -- note that it doesn't work quite right on harmattan, and you need to modify the project file yourself present with the changes i noted above, but the code itself will compile and run, it will list available audio devices and record
03:51.38ieatlintwill try that
03:52.42ieatlintcompiled fine without any modification for a harmattan target
03:52.58hardaker2even with multimedia listed in the QT line?
03:53.15ieatlintwell yeah, that'll compile, but give the dependency error on install
03:53.36ieatlintwill try to install it, confirm that error, and then try it with qtmobility instead of qtmultimedia
03:53.44hiemanshuwell the dependency error is stupid, because the packages are actually named something else
03:54.09hiemanshuit told me that qtwebkit didn't exist, but my app installed just fine
03:54.29hiemanshus/installed/ran/
03:55.12ieatlinthaha, well, it installed and tried to run
03:55.34ieatlintsays "/usr/share/qt4/examples/multimedia/audiodevices/audiodevices: Permission denied" and then immediately exits
03:55.39ieatlintbut it compiled and installed :P
03:55.42hardaker2heh
03:56.17ieatlinti think it is overriding the normal installation dir and aegis is getting angry
03:58.52ieatlintyep, have it running now
04:00.32ieatlintthe project file is incompatible with harmattan, but the code is compatible (but looks like ass -- native qt app, etc)
04:01.04hiemanshuthats not an issue at all
04:01.08hiemanshubut it works, thats what matters
04:03.42ieatlintbehold the horrible looking but functioning screenshot http://i.imgur.com/Fie8a.png
04:04.36ieatlintok, i'm going to buy groceries, bbl
04:04.46hiemanshuieatlint: couldnt you rotate it before uploading :P
04:05.24ieatlintwhere's the fun in that
04:06.16*** join/#harmattan mikhas_ (~michael@p4FC23A1F.dip.t-dialin.net)
04:11.39*** join/#harmattan antman8969 (~antman896@pool-98-113-198-248.nycmny.fios.verizon.net)
04:27.02npm<PROTECTED>
04:31.38npmspekle is harder... it almost makes more sense to recode it in qt, and get rid of the tiny bit of gtk i use, just the cairo & pango drawing stuff
04:35.38npmbut that's not going to happen as it it would be a project in and of itself
04:38.40*** join/#harmattan meegoexperts_mob (~Adium@i-83-67-88-78.freedom2surf.net)
04:50.50djszapiieatlint: oh you are familiar with Qt Multimedia ?
04:52.11ieatlintsomewhat
04:57.33djszapiwe are doing this QtOpenAL. I think that will be a cool addition.
04:59.23ieatlintinteresting... just googled it
04:59.46djszapiI hope it can replace alure.
04:59.57ieatlintmy use has been far more restrictive, i've primarily used it for recording audio and doing dsp on it on the fly
05:00.20djszapiphonon is not really good for our game development platform.
05:00.28djszapinot 3d, and not accurate enough
05:00.51hiemanshudjszapi: gluon?
05:02.47djszapiy
05:03.09*** join/#harmattan smoku (~spectrum@xkh0g2.infr.xiaoka.com)
05:03.41hiemanshudjszapi: hah, damn, small world, I know one your gluon GSoC students :P
05:04.00djszapiwe have few...
05:04.16hiemanshudjszapi: you know the one from India, named pranav?
05:04.32djszapiyep, working on the behaviour tree
05:04.43hiemanshuyup
05:10.56*** join/#harmattan antman8969 (~antman896@pool-98-113-198-248.nycmny.fios.verizon.net)
05:24.39Termanamorning
05:36.06*** join/#harmattan dcarr_home (~quassel@c-24-23-131-187.hsd1.ca.comcast.net)
05:37.41*** join/#harmattan djszapi|windows (50bac930@gateway/web/freenode/ip.80.186.201.48)
05:44.11*** join/#harmattan djszapi (~lpapp@80-186-201-48.elisa-mobile.fi)
05:45.05djszapiI am having exported vcf files. They were the contact in my N900. Where should I put them on the phone to get them working again on N9* ?
05:45.41djszapiThere is a /home/user/.contacts, but I do not see vcf files over there.
05:46.31djszapior is there any other way to import these vcf contact files into my contact list on the phone somehow ?
05:47.28djszapibecause I only see 1) Another device 2) Online service 3) SIM card import opportunities
05:48.30*** join/#harmattan dcarr_home (~quassel@c-24-23-131-187.hsd1.ca.comcast.net)
05:50.40SpeedEvilI don't see 'dump onto SIM' on the 900 either
05:53.06hiemanshudjszapi: you dont see 'from file' ?
05:53.30djszapi-
05:53.47hiemanshudjszapi: http://wiki.meego.com/Migrating_from_N900_to_N950#Contacts that should work too
05:54.05ieatlintdjszapi: you're on too new of a version :)
05:54.22ieatlintthe n950 as shipped to everyone in here has "file" on the import list in contacts
05:54.58w00t_use 'vcardconverter'
05:56.18djszapiieatlint duh
05:56.32djszapiyeah, I am on the today image :)
05:56.51ieatlint31-1?
05:56.59djszapiyep
05:57.08ieatlint;)
05:57.39ieatlintthe 22-6 image i can confirm does have "file" as an import option
05:58.03djszapihiemanshu: why I have not done bluetooth is that the gadget is physically not available.
05:58.46hiemanshudjszapi: ah
05:59.23ieatlinti'm lazy and don't care as much about my privacy, so both nokia and google have all my data and i saved effort on this step
06:01.03djszapiieatlint: you cannot do that with a company phone ;)
06:02.21ieatlintthen you're screwed unless you find another method importing vcf
06:02.30djszapiw00t_: how can I install it or is it some online web service ?
06:03.36djszapiwhat is the expected format on N9* btw ?
06:04.03ieatlintif i had to guess, it's in a sqlite database somewhere
06:04.12djszapiI have just added a dummy contact to have anything, and then I was trying to look for that word by grep in /home/user/, but it did not really find it.
06:04.56hiemanshudjszapi: its mostly in a sqlite db
06:05.14SpeedEvilIs 'aegisfs' encrypted?
06:05.23SpeedEvilOr is it just another filesystem
06:05.24ieatlintqtmobility contacts works, so if you're desperate, you can make (or find?) an app that will import via qtmobility
06:05.35djszapiSpeedEvil: it is a userspace filesystem on the top of fuse.
06:06.15SpeedEvilSo it's not doing any encryption. K.
06:06.24djszapiit does.
06:06.32djszapiusing openssl
06:07.12SpeedEvilSorry - 7AM and I've failed to sleep. I should probably see if I can dig up docs on how it works.
06:07.47djszapihiemanshu ieatlint Well, if I open up the contacts icon from the appgrid, I am getting this: "Load contacts on to your new Nokia N950 from: Another mobile, Online service, No thanks".
06:08.28hiemanshudjszapi: click on no thanks, then go to the toolbar at the bottom, and see if you have the import option
06:08.42djszapiSpeedEvil: it is actually on aegis-crypto
06:08.48ieatlinti dunno what you're running on your n950, but mine here says "Import contacts from: Another device; Online service; SIM card; File"
06:08.50djszapi* on = using
06:09.19ieatlintand when i click on file , it tries to find vcf files
06:09.27djszapiinteresting.
06:09.35hiemanshuyes, that is how it works
06:09.45hiemanshubut if you are a lot of them, you are pretty screwed :P
06:10.03ieatlinti wonder if you try to open the file (say, as an email attachment) if it'd just work
06:10.11djszapiat any rate...since I do not have this option...I should detect how it converts...and using that directly...if it is not an internal tool
06:10.40hiemanshuieatlint: upload one online and I'll test it now :)
06:13.49ieatlintwell, the first hit i got for "sample vcf" on google was not what i expected
06:16.44*** part/#harmattan smoku (~spectrum@xkh0g2.infr.xiaoka.com)
06:19.07ieatlintwell, i just tried it with http://tehinterweb.com/Alex.vcf and the browser has no clue what to do with it
06:21.15ieatlinthowever if i put the vcf in MyDocs/ and then go to the search app type in "vcf", it shows up and i can open it and seemingly import it
06:23.38djszapiactually, you can import the web browser into contacts
06:23.43djszapithat is not really great...
06:23.45hiemanshuieatlint: I downloaded the same thing
06:23.55hiemanshuand it downloaded for me, clicked it
06:24.00hiemanshuopens up contacts :D
06:24.06ieatlintn950?
06:24.11hiemanshunow I have a screen with the option to save or cancel
06:24.13hiemanshuieatlint: yes, 22-6
06:28.47*** join/#harmattan veskuh (~vesahart@nat/nokia/x-msjqfewulyljepgw)
06:29.24djszapifor i in *.vcf; do vcardconverter $i ; done
06:29.38djszapithis is the solution for my problem. I should probably document it on the community page
06:30.27hiemanshudjszapi: is it a pre-installed binary?
06:31.12djszapifor me, yes
06:31.19djszapinot sure about the image week 22
06:39.04djszapiI do not understand the meego.com page.
06:39.21djszapiIf I am on a wikipage and I would like to log in, why doesn't it put me back to that wikipage instead of the mainpage ?
06:39.24*** join/#harmattan Termana|rdlBNC (Termana@70.32.34.100)
06:39.37djszapior why is there no "edit/login/back" workflow
06:41.45SpeedEvildjszapi: back, then reload
06:44.03djszapidid not really work
06:45.11djszapihiemanshu ieatlint ok I added the information to the wikipage, any feedback is welcome
06:54.24*** join/#harmattan dcarr_home (~quassel@c-24-23-131-187.hsd1.ca.comcast.net)
06:59.07*** join/#harmattan harbaum (~quassel@et-1-20.gw-nat.bs.kae.de.oneandone.net)
07:03.05*** join/#harmattan antman8969 (~antman896@pool-98-113-198-248.nycmny.fios.verizon.net)
07:22.15*** join/#harmattan djszapi (~lpapp@80-186-201-48.elisa-mobile.fi)
07:23.03*** join/#harmattan djszapi_ (~lpapp@80-186-201-48.elisa-mobile.fi)
07:53.02*** join/#harmattan smoku (~smoku@93.159.54.194)
07:59.01*** join/#harmattan razvanpetru (~razvan@188.26.192.112)
08:04.43*** join/#harmattan spenap (~spena@227.240.27.77.dynamic.mundo-r.com)
08:08.47*** join/#harmattan seif (~seiflotfy@82.113.99.62)
08:09.32*** join/#harmattan djszapi|windows (50bac930@gateway/web/freenode/ip.80.186.201.48)
08:10.52*** join/#harmattan mikhas (~michael@p4FC23A1F.dip.t-dialin.net)
08:17.18razvanpetruso is the N950 a good phone or not?
08:21.27djszapi|windowsit indeed is
08:21.33*** join/#harmattan seif_ (~seiflotfy@82.113.99.24)
08:25.07*** join/#harmattan slaine (~slaine@84.203.137.218)
08:33.45Tronicrazvanpetru: Oh, there is a phone on it? I hadn't noticed yet.
08:34.27razvanpetrufor me, both are very important and I didn't apply for n950 because I got a beta vibe from it :)
08:35.01razvanpetruN9 can't come soon enough...
08:35.15TronicWell, it is a very good device (with a good phone app too) but there are also plenty of things that were better with N900.
08:35.24TronicN9 is coming Sep 23.
08:35.43razvanpetruyeah, n9 is 98% my future phone
08:36.28TermanaBy the time my N950 gets to me the bloody N9 will already be out :\
08:37.02razvanpetru:))
08:37.19*** join/#harmattan Arkenoi (~ark@swsoft-msk-nat.sw.ru)
08:37.42Termanarazvanpetru, I'm not happy at all, someone at DHL is going to cop an ear full... :p
08:37.54djszapi|windowsrazvanpetru: N9 comes soon...
08:38.19djszapi|windowsTermana: whiny !! :)
08:38.59djszapi|windowsTermana: there will always be two phones with advantages/disadvantages :)
08:39.15razvanpetrudjszapi: 48 days is not so soon :)
08:39.23razvanpetruswype.nokia.se
08:39.36razvanpetru* http://swipe.nokia.se/
08:39.39djszapi|windowsrazvanpetru: hahaha :D
08:40.09Termanadjszapi|windows, one takes a really long time to get here... and the other would probably do the same. :p Actually I think it's being sold in stores in Australia so I could go down a buy it :p
08:40.11chouchounewill it be available in shops in 48 days ?
08:40.17chouchouneor online store shipping ?
08:40.46razvanpetruoperator
08:40.56chouchounethinks about a vacation trip to sweden ;)
08:41.02djszapi|windowsI do not know, I have been having one or a while ;)
08:41.08chouchounerazvanpetru: yes but that can be operator shops or operator order
08:41.13djszapi|windowss/or/for/
08:42.04Termanadjszapi|windows, seriously though, I don't understand how DHL can send it half way around the globe in 3 days, but it takes a full week (and counting) for them to make it travel 2 hours
08:42.16djszapi|windowsno clue
08:43.53fralsafaik they only weekly deliviers to remote locations
08:44.04fralss/only we/only do we/
08:44.21ieatlintfucking isp, been down 90min and now i'm stuck tethering my phone
08:44.56Termanafrals, "Delivery arranged no details expected", i.e. they passed it to another courier. Is that still the case then?
08:46.12fralsmaybe the other courier is doing even less deliveries to remote locations? :-)
08:46.35w00t_Termana: that is what happened with mine when they passed it on to a local delivery company, but honestly.. if it's been like that for a few days, i'd ring them?
08:47.15TermanaI've sent them two online queries. I'll be ringing them Monday
08:47.30TermanaJust to see what's happening
08:47.59w00t_phones are a lot harder to ignore ;-)
08:48.56*** join/#harmattan seif (~seiflotfy@82.113.99.24)
08:49.03razvanpetrumaybe they lost it
08:50.18Termanarazvanpetru, please don't say things like that. Only say positive things! :P lol
08:53.09razvanpetrupositive spin: maybe they didn't lose it :D
08:54.25*** join/#harmattan special (~special@unaffiliated/special)
08:59.53Venemogood morning
09:00.44TermanaVenemo, morning
09:19.51*** join/#harmattan cpscotti (~cpscotti@212.36.161.100)
09:27.21Arkenoistill cannot understand how "standby" screen works -- sometimes to unlock phone you need to swipe it up, sometimes you need to swipe it to the left, and while one method works another could not
09:28.22MohammadAGyou can swipe in any direction
09:28.53ieatlintyeah, standard "works for me" response there
09:29.15hiemanshuif you swipe up any screen and hold it for a bit, you get a quick access menu
09:29.30MohammadAGyeah
09:29.52MohammadAGI remember seeing it working on swipe down in newer firmwares
09:29.55hiemanshufor me its like a driving menu, swipe up a bit, use the phone
09:30.29ieatlintnah, it's swipe up on the newer version
09:30.43MohammadAGit's swipe up now...
09:30.43ieatlintswipe down (all the way) closes the app
09:30.50MohammadAGyes
09:30.58ieatlintyeah, i'm saying it's the same
09:31.08MohammadAGbut the quick launch menu shows on the top too afaik
09:31.15ieatlintnope
09:31.56Arkenoihiemanshu, any screen? i get it only on standby screen
09:32.10MohammadAGany screen
09:32.14ieatlintany screen that isn't the home screen
09:32.45Arkenoiswipe down seems to be full equivalent of swipe left -- i get to the apps screen and current window is not closed
09:32.48hiemanshuArkenoi: any screen
09:33.03Venemogood morning hiemanshu
09:33.07hiemanshuhey Venemo
09:33.11Arkenoihiemanshu, does not work for me, don't know why
09:33.21hiemanshuworks just fine for me
09:33.28hiemanshuArkenoi: swipe up a little, and hold it there
09:34.09*** join/#harmattan M4rtinK2 (~M4rtinK@mail.melf.eu)
09:34.20Arkenoidoes not work :-) works on standby screen however and nowhere else :-)
09:34.43hiemanshuVenemo: you were working on the IRC client right?
09:34.56Venemohiemanshu, I am working on an IRC client, yes.
09:35.40Venemowhy are you asking?
09:36.09hiemanshuVenemo: I am not supposed to?
09:36.34hiemanshumore like, not allowed to?
09:36.49djszapi|windowsVenemo: I have just told them, your IRC client will rock in comparison with communi :p
09:36.55M4rtinK2looks like cobs has a new favicon :)
09:36.56djszapi|windowsI still stick by ;)
09:37.00Venemodjszapi|windows, you told well :)
09:37.01hiemanshuMohammadAG: still no mt-qt-style in rzr
09:37.09VenemoI'll try making it finger-friendly
09:37.10hiemanshuVenemo: well, I could help :)
09:37.13Venemoand vkb-friendly
09:37.23Venemohiemanshu, that is nice of you :)
09:38.56*** join/#harmattan RST38bis (~nobody@134.134.137.75)
09:42.40Arkenoiah. SUDDENLY it worked. before that it did not.
09:43.37*** join/#harmattan wazd (~wazd@broadband-95-84-185-178.nationalcablenetworks.ru)
09:43.38Arkenoitrying to find out more
09:43.55Arkenoifirst, you have to start moving your finger from outside the touchscreen
09:44.15Arkenoithat's necessary but not sufficient
09:44.35Arkenoiah! second, you should move it fast, not slow
09:45.10Arkenoipretty "intuitive" :-) but you may impress people asking them to repeat this action and watching them failing :-)
09:45.46Arkenoiand why cannot i do that on the home screen?
09:46.15djszapi|windowsbecause you are not on the whitelist !!
09:47.34wazdArkenoi: you can do it with any speed actually
09:48.22wazdArkenoi: though I'd disable vertical swipes in browser for example :)
09:49.04Arkenoihmm
09:49.13Arkenoiyes, seems that speed does not really matter
09:49.16fralsqlb works on lockscreen and running app afaik
09:49.45Arkenoibut i still cannot understand why it fails sometimes even if i start moving from well away beyond the border
09:49.54fralsand speed is irrelevant afaiu, only time matters
09:51.27wazdArkenoi: it fails sometimes when you trying to unlock the screen too fast
09:53.13Arkenoiwazd: it also sometimes fails to unlock. i try to swipe in any directions and it just scrolls the screen a few millimeters and that's all -- until i find "proper" direction which seems to be random
09:53.27MohammadAGhiemanshu, ask x-fade why it's stuck
09:53.43wazdArkenoi: hmm, maybe it's just a firmware bug
09:54.15fralspretty sure its not an issue anymore Arkenoi
09:54.16Arkenoinever happens if i lock it by power button, but happens often if it gets locked by timeout
09:54.32MohammadAGmake sure you're not touching another area on the screen
09:54.38wazdArkenoi: ah, then I should test it
09:55.27Arkenoibtw will we get all the apps bundled with n9 once it gets released?
09:55.57*** join/#harmattan seif (~seiflotfy@brln-4db93bbb.pool.mediaWays.net)
10:00.55MohammadAGprobably
10:05.29djszapi|windowsbundled ?
10:05.46MohammadAGjoikuspot, skype, etc
10:06.09djszapi|windowswhat sense would it make without that ?
10:07.23ieatlintany sign of flash support yet?
10:07.32ieatlinti know it was planned
10:08.02*** join/#harmattan NIN101 (~NIN101@p5DD28356.dip0.t-ipconnect.de)
10:08.14djszapi|windowsofc it is supported
10:10.16fralso_O
10:11.23Venemorumor has it that flash will be (is?) in newer builds/firmwares.
10:11.52djszapi|windowsit has been there for ages
10:12.00Arkenoiand what about alien dalvik?
10:12.14djszapi|windowsit is not rumour, it is fact :)
10:12.21fralsfor what will be included check swipe.nokia.com
10:12.32fralsim guessing they got it down, if its not there... well
10:12.59djszapi|windowsfrals: nope, the image is simply friggin old :)
10:13.25*** join/#harmattan andre__ (~andre@Maemo/community/bugmaster/andre)
10:13.46Venemodjszapi|windows, until _I_ get it, it's rumour.
10:13.49djszapi|windowsalso some media player can be embedded as well I guess
10:14.36djszapi|windowsVenemo: right, so N9 is a big rumour since you do not still have it :D
10:14.58Arkenoiknows several people using n9 as primary phone
10:14.58Venemo:P
10:15.24MohammadAGdjszapi|windows, I'm guessing you have flash?
10:15.24Venemofrals, I like the "pull down&release to update" feature in the facebook client
10:15.28djszapi|windowsArkenoi: most of the people inside the projects
10:15.33fralsVenemo: :-)
10:15.38MohammadAGVenemo, it's a copy from the iPhone version :P
10:15.51djszapi|windowsMohammadAG: y
10:16.01VenemoMohammadAG, I've never seen the iPhone version
10:16.03MohammadAGdjszapi|windows, just wondering
10:16.11MohammadAGVenemo, same thing
10:16.25djszapi|windowsI meant yes, not why :p
10:16.42Venemofrals, but there is a bug about it which you might have fixed already. when the internet connection breaks (happens a lot when I'm on the go), the facebook client keeps thinking that the connection is unavailable, even if I reconnect
10:16.45MohammadAGwhich version?
10:17.22fralsVenemo: open the menu and go to newsfeed again and it should work, but yeah, its been fixed at some point
10:18.12frals*someone* used a function call instead of a binding ;[
10:18.27Venemofrals, I thought so. there is also the thing that the facebook client just doesn't send any new stuff to the news feed homescreen after some point. (maybe it feels tired?)
10:18.34Venemothat one is "fixed" by a reboot
10:18.55MohammadAGyes, noticed that too
10:18.59fralswhen it happens, check if facebook-meego is running still
10:19.09MohammadAGafaik it's an issue in the news feed itself
10:19.19Venemowell, nope
10:19.36MohammadAGoh wait, I got notifications there, nvm
10:19.39Venemobecause at those times, the RSS feeds' news appear still.
10:19.57fralsif it indeed is running next time it happens ping me
10:20.01Venemoand sometimes stuff from conversations get stuck in the notifications area of the homescreen
10:20.05Venemofrals, will do.
10:20.36fralsis preparing automatic out-of-office reply email o/
10:20.45Venemofrals :)
10:21.03MohammadAGfrals, can we get notifications on the homescreen?
10:21.10MohammadAGfacebook notifications
10:21.15Venemoalso the conversations (or what is it called now? messages?) app gets buggy. no idea what triggers it, but on some facebook conversations, it doesn't allow me to send my messages with the enter key, while in others I can.
10:21.45fralsMohammadAG: maybe ;-)
10:21.51MohammadAGheh
10:21.59MohammadAGenjoy your holidays frals :p
10:22.10MohammadAGcan I haz mms postcards?
10:22.34Venemooh and frals, I have a very serious bug also, if you don't mind.
10:22.40Venemo(almost forgot to mention it)
10:23.38Venemoso, let's say I'm reading someone's facebook post. I write a comment, then after some time, someone also writes a comment. I see this in the notifications, and I can click on it, but the client fails to load the new comments most of the time.
10:24.12Venemothe comment that I wrote there appears, but the replies don't. and when I click on the "show previous comments" button, nothing happens
10:24.21VenemoI hope this has been fixed as well
10:24.33alteregoVenemo: you ping'd?
10:24.52Venemoalterego, that was a long time ago, but yeah :)
10:25.03Venemoalterego, how familiar are you with QML model-view stuff?
10:25.08alteregoWassup? Or has it expired?
10:25.30alteregoWell I am supposed to be the resident qml guy ;)
10:25.36Venemothat's what I was hoping for! :P
10:25.39alteregoWhat's yourr problem?
10:26.16Venemoalterego, I read a couple of articles about the subject (and I read them _wholly_ before you start), but I can't exactly wrap my mind around putting together anything more than a hello world kind of scenario
10:26.40Venemoespecially when the delegates and QAbstractWhateverModel comes into the picture
10:26.45alteregoOkay, well just tell me what you wanna do?
10:26.45Venemosimple bindings are okay.
10:26.56VenemoI want to have a model for my IRC client.
10:27.20VenemoI want to have a list (item model) that can hold all the messages in that channel, and i want my view to display that
10:27.22djszapi|windowsI would still use telepathy-idlwe
10:27.22djszapi|windows* idle
10:27.27alteregoDo you have any experience making models in Qt?
10:27.32Venemonope, none
10:27.50Venemobut I have plenty of experience doing the same thing in Silverlight/WP7
10:28.06alteregoHrm, okay, well firstly sketch up what data each row should have, like timestamp, username, message
10:28.52alteregoI'm not massively familiar with irc proto to know the ins and outs, these rows may even be poly morphic I guess.
10:29.23Venemome either, but there are libs for that
10:29.44Venemotimestamp, message, username, and color are the "roles" that I wanna have
10:30.01djszapi|windowsVenemo: I would check out quassel or konversation
10:30.05djszapi|windowshow and what they stored exactlhy.
10:30.17VenemoI don't want to store anything.
10:30.24Venemonot yet anyway
10:30.38djszapi|windowsyou have just told you wanna have a model ...
10:30.48Venemodjszapi|windows, btw, I've checked konvi (even planned to contribute), but its code is a mess.
10:31.20djszapi|windowswell, finding a model is not really hard even in any code.
10:31.34Venemonope, I didn't look at that part in there :)
10:32.21djszapi|windowsand yes, people tend to complain instead of contributing and making things better :)
10:32.56Venemoalterego, so the question is, if I make such a model and add items to it, how do I go with switching channels? can I swap the model? the channel switcher will also get the channel list from a model. but I'm not exactly sure how I should go about this stuff.
10:33.14djszapi|windowsproxy filter ?
10:34.03djszapi|windowsthat is how I switched among installable, upgradable, downloadable games, but I think the concept is similar to that
10:34.16Venemodjszapi|windows, I planned to add it the feature to have D-Bus notifications whenever a new message with my name arrives. I was able to find the place in the code for this in half a day, but they would have required me to also add a setting to it, and the setting gui is what made me quit of the idea.
10:34.29Venemoanyway, that is a different story
10:34.37Venemofor now I just want to learn QML model-view
10:34.42djszapi|windowsyes, nobody was speaking about that ;)
10:34.53Venemo:P
10:35.10djszapi|windowsI think qproxymodel is something you want
10:35.19Venemowhat the heck is that?
10:35.28djszapi|windowsbad question
10:35.32djszapi|windows:)
10:35.38Venemoit isn't even mentioned in any of the docs I've read.
10:35.45djszapi|windowsit is ?
10:36.07djszapi|windowshttp://doc.qt.nokia.com/latest/qproxymodel.html
10:36.16fralsi would not use a proxyfilter for swithcing between channels
10:36.24fralsrather have a model for each channel in that case
10:36.41djszapi|windowsuhhhh
10:36.41tommaor column
10:36.45alteregoqproxymodel and qml, well, I've had a few issues with that, but it does work.
10:36.46djszapi|windowsthat would  be dirty
10:36.48alteregoIt's just a bit annoying :D
10:37.08Venemoheh
10:37.11djszapi|windowsalterego: worked here oob, what was wrong ?
10:37.28Venemodjszapi|windows, "This class is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code."
10:37.30Venemothanks!
10:37.34frals:D
10:37.41alteregodjszapi|windows: was a while ago, I think it was to do with the underlying model, just remember being annoyed for a few days with it ;)
10:38.29djszapi|windowsVenemo: bad link, http://doc.qt.nokia.com/latest/qsortfilterproxymodel.html
10:38.41Venemothe only thing I don't exactly understand is, why do I have to make a new class for every collection?
10:38.57djszapi|windowsI cannot check out our code right now since I am on Windows ...
10:39.18fralsreapplying filters is pretty expensive in that so beware of that
10:39.20Venemoso, what do I gain by subclassing QAbstractListModel as opposed to just using a QList<>
10:39.23djszapi|windowsVenemo: you do not need ?
10:40.04w00t_Venemo: QList won't update views when you change the contents of the list
10:40.14Venemonow that is a problem
10:40.20djszapi|windowsit might also be good to use different instances in your casae I do not know since you do not have a clear idea
10:40.32Venemobut why couldn't they just make _one_ damn QList descendant that sends a signal when it's updated?
10:40.43Venemowhy do I have to subclass this stuff for every different model type?
10:42.54Venemothis kind of coding is quite pointless and boring to do, and the problem it solves could have been solved better
10:43.13Venemoin Silverlight, there is a generic collection that is to be used exactly for this purpose.
10:43.18w00t_there's been a lot of people saying that, so far, there's not been any concrete suggestions for how to do it
10:44.34Venemomy concrete suggestion is to 1) make a derived class of QList<T> 2) make this class emit signals when new items are added to it or when items are removed from it 3) make QML views listen to this signal, whenever the model is set to an instance of such a collection
10:44.40Venemow00t_ ^^
10:44.51djszapi|windows:)
10:44.51djszapi|windowsalterego: sorry, but without exact story it is hard to know whether or not it is a class design, implementation or class usage issue
10:44.53w00t_suggesting it on a place like IRC isn't any good
10:45.24VenemoI already tried to suggest stuff on qt5-feedback mailing list, but basically noone cared
10:46.05Venemothen some unpleasant fellow in #qt-labs explained to me how it is a bad idea to have LINQ-like set filtering in Qt
10:46.28w00t_you suggested linq-alike, and someone is now seemingly working on a library implementing just that from your idea - I don't really see that as nobody caring
10:47.09Venemoso I just noticed that noone really cares in Qt's devs about what I think, so I unsubsribed and decided not to care about them either
10:47.33Venemow00t_, could you please suggest this solution to them? maybe they'd listen to you better?
10:47.36w00t_nope
10:47.49w00t_your idea, you suggest it, and argue it
10:47.58hiemanshuor just send in a patch
10:48.22w00t_hiemanshu: there's no point writing code - especially when it's non-trivial - without first finding out if it has a chance of being accepted
10:48.52Venemowell I _think_ that a simple QAbstractListModel subclass could also be general enough to fit all needs.
10:49.06VenemoI just don't understand why they haven't took their time to actually implement it
10:49.18w00t_steveire would probably be a good person to talk to
10:49.29Venemow00t_, on which channel?
10:49.33w00t_#qt-labs
10:49.50Venemomeh... I hoped I'd never had to go in there again
10:50.09w00t_people disagree - it's something you'll never escape
10:50.12Venemopretty much all the discussions I had there ended with me feeling like a noob
10:52.53fralsusually happens when you talk to experts and you are not one yourself, get over it ;)
10:53.56w00t_frals: so.. are you working on a harmattan application to disable mms?
10:54.06fralsw00t_: :D
10:54.11w00t_frals: fNoMMS?
10:54.17w00t_Venemo: btw: http://ivan.fomentgroup.org/blog/category/qt-functional/
10:54.21fralsfFMMS i recon is better name
10:54.25fralssecond f for fuck ;-)
10:54.28w00t_hahaha
10:54.32Venemoheh
10:55.01hiemanshufrals: that sounds like frals fucks Multimedia Messaging Sytem :S
10:55.34fralswho ever said the first f is for frals? ;-)
10:55.54hiemanshuI did :P
11:13.06*** join/#harmattan Wirta (~Wirta@nemein.hietalahti.nemein.net)
11:15.12spenapRST38h, I've checked the logs and you were (also) asking about integrating with the settings page using QtQuick. Did you manage to do it?
11:21.26spenap(I'll accept answers from others as well :P, it's just that I read he was trying to do it)
11:22.29MohammadAGhiemanshu, tried using /settings?
11:27.39hiemanshuMohammadAG: nope, lemme try now
11:27.51hiemanshuMohammadAG: can you make it fullscreen?
11:28.02MohammadAGhiemanshu, get the latest deb
11:28.54hiemanshuaye
11:29.22*** join/#harmattan hiemanshu_N950 (~communi@122.167.230.201)
11:29.56hiemanshugah, I have to leave now
11:30.06hiemanshuMohammadAG: I'll try it later when I get back
11:33.37SpeedEvilwonders how many people actually read the NDA.
11:37.54MohammadAGit doesn't apply to me, until tomorrow anyway :P
11:38.48SpeedEvil?
11:41.25SpeedEvilFun. If it explodes and burns your house down, nokia may give you 50 euros.
11:42.05Venemoreally? nice...
11:45.38MohammadAGSpeedEvil, I'm still 17 :p
11:45.59MohammadAGlol @ €50
11:46.52Venemo:D
11:49.36MohammadAGhow's battery life when email is set to always up to date?
11:49.43MohammadAGI hope it's not polling
11:50.58Arkenoistill noticeably better than n900
11:51.15Arkenoi(i use activesync only, both google and corporate accounts)
11:51.34Arkenoiand activesync now works with google flawlessly
11:52.27MohammadAGmy N900 does push email better though
11:52.54VenemoMohammadAG, mine updates mail during the day every 2 hours
11:53.06VenemoI don't notice anything bad about battery life
11:53.19MohammadAGthat's pull, not push
11:53.32Venemoalthough it is explicitly set not to connect to cellular network without me sayin so
11:53.45Venemobut I allow it to rape my wifi all it wants
11:54.03MohammadAGagain, pull, not push
11:54.13Venemoyes.
11:54.15Venemoand?
11:54.23MohammadAGI'm talking about push
11:54.38MohammadAGaka when the server gets the email, the device should show it
11:54.48MohammadAGmodest does this well with Nokia Messaging
11:54.57VenemoI can't imagine how that would work
11:55.07Venemoeg. how can the server know when the device is online and when it isn't
11:55.33MohammadAGhttp://en.wikipedia.org/wiki/Push_e-mail
11:55.34fralsit connects to the server and says "hey here i am" and then keeps the connection alive
11:55.39w00t_http://en.wikipedia.org/wiki/IMAP_IDLE
11:55.44Arkenoiwonders how long nokia messaging will stay alive
11:55.49Venemomhm
11:56.07Arkenoiyou cannot manage mailboxes there anymore -- web control panel is gone
11:57.57MohammadAGyou can in modest though
11:58.23MohammadAGfor now at least
12:09.17*** join/#harmattan vgrade (~martinbro@cpc2-nrte22-2-0-cust128.8-4.cable.virginmedia.com)
12:12.49wazdI really like the word "overcloak" :)
12:12.57Arkenoiah, really, i can
12:34.11Venemoalterego, can I bind a model property of QColor to the color property of a QML element?
12:35.17trxhmm, when i run my app on N950 it works but in the terminal i get bunch of "Unsupported composition mode" any ideas why is that?
12:50.33*** join/#harmattan hardaker (~hardaker@mail.hardakers.net)
13:01.10*** join/#harmattan fiferboy (~fiferboy@Maemo/community/contributor/fiferboy)
13:36.54*** join/#harmattan seif (~seiflotfy@89.204.137.103)
13:38.04*** join/#harmattan crevetor (~antoine@bureau.ubity.com)
13:40.22*** join/#harmattan rm_work (~rm_you@2001:470:21:31::42dc:22)
13:40.22*** join/#harmattan rm_work (~rm_you@Maemo/community/cssu/rm-you)
13:47.22*** join/#harmattan mikhas (~michael@p4FC23A1F.dip.t-dialin.net)
13:50.24*** join/#harmattan gri (~gri@p4FCEB21C.dip.t-dialin.net)
14:11.30hiemanshuVenemo:
14:12.14*** join/#harmattan javispedro (~javier@Maemo/community/contributor/javispedro)
14:18.19wazdok, quick survey, what icons can you imagine for "pressure" and "wind speed"? :)
14:19.19GAN900weathervane for wind
14:19.33javispedroheh
14:19.33GAN900Pressure should be a small stick figure being crushed.
14:19.37fiferboywazd: Coal turning into Diamond for pressure :)
14:19.46javispedroI was going to say http://upload.wikimedia.org/wikipedia/commons/1/19/UK_traffic_sign_581.svg for wind
14:19.52fiferboyjavispedro: aegis still hasn't forsaken me
14:19.53griGAN900: Same thought with the stick figure ..
14:20.15wazdfiferboy: that's a nice idea! :D
14:21.03javispedrofiferboy: he eventually will, my child, he eventually will..
14:21.10javispedromaybe he's losing strength with age :)
14:21.42fiferboyI think I may have appeased Him by installing replacement packages with the same manifests
14:22.14javispedrocan't be
14:22.25javispedroit occurs to me that maybe the packages you replaced where also of "" origin
14:23.08wazdand "visibility" too :)
14:23.17SpeedEvilwazd: A picture of Benois Pascal.
14:23.51SpeedEvilBlaise even
14:24.10wazdSpeedEvil: fiferboy: you're from the same nerd club, right? :D
14:26.57javispedrothe pascal nerd club?
14:27.09*** join/#harmattan baraujo (~Bruno@189.2.128.130)
14:27.09javispedroeither way, I say the icons matter little, as long as you put the units =)
14:28.12fiferboywazd: I have a few interfaces for you to go over if you have time :)
14:37.24*** part/#harmattan crevetor (~antoine@bureau.ubity.com)
14:39.48wazdfiferboy: hehe? I can take a look :)
14:40.01wazds/?/,
14:41.03fiferboywazd: I will send you some screenshots
14:43.01wazdfiferboy: sure
14:43.23*** join/#harmattan crevetor (~antoine@bureau.ubity.com)
14:52.38fiferboywazd: email away
14:52.38wazdhttp://s55.radikal.ru/i150/1108/c4/d1c7228b2179.png
14:52.46griVenemo: Did you try a qml application in scratchbox or a meegotouch one? For me meegotouch is pretty slow, whereas qml applications run with a good ui performance (I'm running the scratchbox in a Ubuntu 11.04 VM)
14:52.53wazdwaiting for ideas :D
14:53.31fiferboywazd: I like the wind icons and the PoP icon
14:53.47fiferboyNot sure why there are two wind speeds, though
14:54.01wazdsecond is "rushes"
14:54.06Venemogri, I didn't really compare
14:54.06wazdworking on it right now
14:54.13fiferboywazd: Visibilty could be an eye?
14:56.06GAN900wazd, gust
14:57.08wazdGAN900: yep, thx :)
15:06.58wazdhttp://s015.radikal.ru/i331/1108/d1/54c239ff7933.png
15:07.09wazdmaybe just "P" for pressure?
15:07.36*** part/#harmattan crevetor (~antoine@bureau.ubity.com)
15:07.49SpeedEvilPa is the unit
15:10.10SpeedEvilI guess because it could be confused with Peta (the SI prefix for 10^15)
15:10.19fiferboywazd: I like the differentiation of the gusts icon
15:14.52hardaker:-( git-core is empty
15:19.19*** join/#harmattan willer_ (~Willer@189.2.128.130)
15:21.43MohammadAGis the guy who wrote the facebook app here?
15:22.05fralswhich facebook app?
15:22.27MohammadAGHarmattan
15:22.42MohammadAGfacebook-qml
15:22.51fralsmost likely not a single guy ;-)
15:23.05fralswhats up with it?
15:23.25MohammadAGI'd like to know what's on the todo
15:23.33MohammadAGPlaces and groups are missing
15:23.55wazdhttp://s59.radikal.ru/i164/1108/b4/b1995ee8d0f0.png
15:23.59wazdone more :)
15:24.04MohammadAGonly upcoming bdays show, not the ones for today
15:24.05fralsdont think that person would be at liberty to discuss that
15:24.57SpeedEvilwazd: I'd go with either 1016hPa, or 101.6kPa
15:25.14MohammadAGerr
15:25.26MohammadAGSo should I rewrite sociality in qml?
15:26.06wazdSpeedEvil: well, that's the weather.com source, don't blame me :)
15:26.46SpeedEvilwazd: you know of yr.no?
15:27.07SpeedEvilhttp://www.yr.no/place/United_Kingdom/Scotland/Glenrothes/varsel.xml - for example
15:27.17SpeedEvilIf you dig around, you can get weather for arbitrary points
15:27.20hiemanshuMohammadAG: yeah please do so :)
15:27.48SpeedEvilhttp://www.yr.no/place/United_Kingdom/Scotland/Glenrothes/ is the user-facing view
15:30.47javispedrooh
15:30.59javispedroI have to wonder if relaxed exec also relaxes upstart job validation
15:31.44javispedrocause --after a long battle with aegis including two self destructions -- my portmapper upstart jobs is happily launched early in boot and it sits in /etc/init not /etc/init/apps
15:33.27wazddamned pressure :(
15:33.27fiferboymgedmin: ping?
15:38.50*** join/#harmattan crevetor (~antoine@bureau.ubity.com)
15:40.42*** join/#harmattan antman8969 (~antman896@pool-98-113-198-248.nycmny.fios.verizon.net)
15:46.31*** join/#harmattan divan (~dev@212.90.177.150)
15:47.44*** join/#harmattan qgil (c0646a28@gateway/web/freenode/ip.192.100.106.40)
15:51.52divanHow to update preinstalled library with newer version without being blocked by aegis?
15:52.27lcukdivan, install later package
15:52.31wazdhttp://s53.radikal.ru/i139/1108/ab/8774868606bb.png ? :)
15:52.33lcukoh, preinstalled
15:52.42divanI've compiled the latest signon version from git, but got following when trying to install it on device: Aegis rejecting signon-plugins_8.27-2+0m6_armel.deb: package 'signon-plugins' already installed from 'com.nokia.maemo' -- not replacing it from unknown origin
15:52.49fiferboydivan: You have to uninstall the orig (dpkg -P --force-depends) and install your package
15:52.56divanlcuk, yep, I beleive it's not a version issue
15:53.00fiferboyThis will break apt-get severely, but it worked for me
15:53.02javispedrofiferboy: bastard, that's how you did it.
15:53.03divanfiferboy, thanks, I'll try..
15:53.12javispedro;P
15:53.18javispedrowill now go and tell the aegis god so that they zap you
15:54.19javispedroyou know probably found a hole in aegis; I wonder if you can use it to replace kernel modules.
15:54.24fiferboyjavispedro: aegis seems to have forgotten about dpkg -P
15:54.43fiferboy--force-depends makes it so it doesn't remove my entire system :)
15:55.28fiferboyjavispedro: It probably helps that qt components (my replacement) likely doesn't need to interface with aegis
15:56.24divanok, I've got the packages installed, but the aegis wrote a bunch of lines with denied capabilities - is it ok? Something like  "Package signond: denied 'CAP::sys_module' for '/usr/bin/signond' -- origin '' does not allow it"
15:56.37MohammadAGwhat if I want to upgrade dpkg
15:56.49javispedroso, you're boned.
15:56.51divanMohammadAG, :)
15:57.09MohammadAGdpkg -P --force-depends dpkg?
15:57.14GAN900I wonder if there's a remote access terminal Nokians can use to execute arbitrary mischief.
15:57.31fiferboyMohammadAG: To update use wget and dpkg -i :)
15:57.33javispedrodivan: aegis found about your sin -- prepare for self destruction
15:57.43MohammadAGwhich gives me a thought
15:58.01MohammadAGwhat if we compile vanilla dpkg with a different --prefix
15:58.08divanjavispedro, it's better to revert original packages back before next reboot?
15:58.09RST38hGAN: Only if it establishes an outgoing connection
15:58.13MohammadAGthe one that shouldn't hook onto aegis
15:58.18fiferboydivan: That doesn't look good, those packages might need to be aegis signed, or whatever
15:58.20RST38hGAN:Because otherwise, my two NATs would prevent it
15:58.34RST38hBTW, heya javispedro, Mohammad, fiferboy
15:58.46javispedromoo.
15:58.49fiferboymoo.
15:59.04javispedrodivan: specially if they do not work, as you could easily get into a reboot loop.
15:59.07divanfiferboy, they're signed, but origin is ''
15:59.38fiferboydivan: Yeah, that didn't make a difference for the packages I replaced but it could for yours
15:59.42javispedrothat's because they're not signed by nokia
16:00.06RST38hsuspects putting your own certificate somewhere will fix ''
16:00.20divanthere should be a possibility to install newer version of system libs :(
16:00.23wazdbtw, I've noticed some strange screen color setup on the N950
16:00.41javispedroaegis has four (or more) different sets of tokens depending on who signed the package: nokia (all), ovi store (most), '' in developer mode (some), '' in closed mode (nearly none)
16:01.08wazdall colors are slightly shifted into green
16:01.23MohammadAGmoo RST38h
16:01.27javispedrowazd: yeah, and my screen also has severe backlight banding
16:01.39MohammadAGwhere the fuck is open mode
16:01.40fiferboywazd: Your icons look good and seem clear (with the context of the values)
16:02.08MohammadAGwazd, yeah, it's clearly noticeable in the events view when scrolling
16:03.09wazdMohammadAG: my sun icon is yellow on the device, though it should be orange
16:03.44MohammadAGhmm, can't clear a notification in events view
16:04.00lcukwazd, I noticed this, with white text on black background, when scrolling the text exhibits a slight greenshift
16:04.18lcuki think it is the lcd itself rather than the code
16:05.10RST38hthe shift is definitely there but I cannot say it is green
16:05.22RST38hmost likely due to the LCD pixel organization
16:09.54MohammadAGit's green for me
16:11.01RST38hs/pixel/subpixel
16:11.04javispedrocannot see it while scrolling
16:11.18javispedroI mean it's always there for me
16:11.25lcukif red shift and blueshift are relating to objects moving towards/away from us
16:11.35divanfunny thing is that when I reinstall nokia packages from harmattan repo, aegis throws the very same errors!
16:11.36lcukgreenshift must be from panning lists and swiping! :P
16:12.27divanprepared to launch flasher
16:12.46RST38hgreen shift is what one's coworkers experience at the sight ofd n950!
16:12.56wazdno, the screen has green tint without scrolling or something
16:13.05RST38hwazd: looks ok here
16:13.11javispedromine looks like wazd
16:13.15fiferboydivan: That is unexpected o_O
16:13.16RST38ha bit uneven, but that is expected from a backlight
16:13.22wazdRST38h: compare my shot on the device and on the screen
16:13.25wazdPC
16:13.36divanfiferboy, aegis seems to be pretty stupid (
16:14.00fiferboydivan: I don't think it is stupid, I think it just doesn't want to be messed with :)
16:14.29lcukwazd, are you editing qml directly nowadays?
16:14.31*** join/#harmattan baraujo (~Bruno@189.2.128.130)
16:14.46divanfiferboy, if it installs nokia package from nokia signed repo, it should not throws such errors as I understand
16:15.35javispedrouh
16:15.38fiferboydivan: javispedro has determined aegis is extremely vindictive and doesn't take kindly to messing with it and cares little for appeasement
16:15.46javispedroseems that obs invokes debian/rules with -j > 1
16:16.21GAN900We need to sacrifice more trolls.
16:16.45GAN900Maybe Reggie will ban abill_uk if we convince him it'll appease aegis?
16:17.31javispedroI say we put aegis and abill_uk in a room and let the strongest one wi
16:17.32javispedron
16:18.07*** part/#harmattan crevetor (~antoine@bureau.ubity.com)
16:18.18fiferboyThat would solve half the problems, anyway
16:18.41wazdhttp://s007.radikal.ru/i301/1108/45/0d85370eac25.jpg
16:18.51wazdthe difference is pretty clear :)
16:20.38javispedroand I know why
16:20.42javispedrowazd: that PNG is 32bpp
16:20.50javispedrothe N950 is _still_ 16bpp.
16:22.01wazdpng is 24bpp
16:23.13lcukwazd, visit weather.com on your n950 browser
16:24.12javispedrowazd: should have say it is "8 bits per channel", while the N950 is "5 bits per channel" (except for green, where it has an extra bit)
16:24.24lcukjavispedro, that png is a jpeg
16:24.45javispedrolcuk: http://s53.radikal.ru/i139/1108/ab/8774868606bb.png
16:25.01wazdjavispedro: jpg looks the same
16:25.04lcukthat png is a png :P
16:25.05lcuklol
16:25.14wazdjavispedro: that's not a problem
16:26.10javispedrowhat I want to say is that if you reduce the bitdepth of the "orange" sun PNG to 16bpp with your average algorithm, it will also get the yellowish color
16:26.24GAN900Why can't we get real color. . . .
16:26.35GAN900I'm tired of shitty looking gradients.
16:26.54javispedroand that reduction is being done at runtime by the n950 with the shittest of the algorithms
16:27.07fiferboyIs the N9 screen significantly different in the colour department?
16:27.15javispedroGAN900: using 16bpp makes the N950 look great on benchmarks
16:27.24RST38hfiferboy: N9 uses led screen
16:27.27javispedrospecially GL ones where it even beats the iPhone
16:27.29RST38hfiferboy: N950 is lcd
16:27.49fiferboyRST38h: Right, but what is the impact on colour reproduction?
16:27.53GAN900AMOLED
16:28.03fiferboyis no expert on screen technologies
16:28.04RST38hfiferboy: so the usual set of differences applies (power consumption in n9 proportional to the number of lit up pixels, n9 colors are brighter but some would consider them less natural etc)
16:28.09javispedrofiferboy: considering the PenTile thing, color reproduction will be the LEAST of my worries =)
16:28.21RST38hfiferboy: I have heard the color will look similar to E7
16:28.24GAN900PenTile needs to die
16:28.33GAN900Man, shitty compromises suck.
16:28.54fiferboyAh yes, subpixel arrangement is another of my non-specialties :)
16:29.02lcukGAN900, without compromise we would not have jpeg or mp3 or any video really for that matter
16:29.40wazdGAN900: well, dithering saves the day
16:30.23RST38hpentile rgbw sounds like a good idea
16:30.39javispedrofiferboy: it is best if you think that the n9 will not have 854x480 but rather ~650x400
16:30.53SpeedEvilRST38h: Power consumption is proprotioal to brightness plus a - probably moderately large - costat
16:30.54javispedroand plan your UIs that way
16:31.19RST38hjavispedro <-- is trolling =)
16:31.30SpeedEvilwishes it was possible to access the actual pixels on the OLED.
16:31.39SpeedEvilRather than going throuhg the emulation layer
16:31.52javispedroRST38h: the n9 is pentile rgbg, not rgbw
16:32.02javispedroRST38h: aka the crap one, not the good one.
16:32.05GAN900lcuk, so missing the point.
16:32.08RST38hjavispedro: I guess we will just have to live with it =(
16:32.15SpeedEvilRunning error diffusion from the underlying vector, not a raster iterpretation shoul give better results.
16:32.17RST38hjavispedro: either that, or Android.
16:32.20wazdGAN900: http://s52.radikal.ru/i135/1108/46/9373952602e2.png - that looks cool on the device
16:32.38lcukGAN900, no, I am not.  If it adds X % time battery and increases screen refresh rate
16:33.16javispedroRST38h: as usual, but not the biggest of my worries
16:33.30javispedromy biggest problem is still the fugly capacitive screen. Oh GOD I hate capacitive.
16:33.53fiferboyjavispedro: But.. but... but... multitouch! Apple!
16:34.25lcukjavispedro, have you seen the htc flyer?  lovely dual format screen
16:34.32lcukcapacitive + pen driven
16:34.48RST38hjavispedro: yes, does not feel right
16:35.03RST38hjavispedro: still, I am now catching myself trying to flick the N900 screen
16:35.04wazdlcuk: inductive pens are not for phones
16:35.18javispedrolcuk: after having been a few days with the n950, I say no.
16:35.31javispedroCapacitive sucks. Period. Previously, I would have been willing to accept passive+capacitive
16:35.34RST38hif it makes you feel better, your finger is to blame rather than the screen
16:35.53javispedroRST38h: there's some to that too.
16:35.54RST38hif you have a really sharp pencil-like finger, the same screen would work
16:36.03lcukwazd  just pointing out devices with the capability now
16:36.06fiferboyHuman design flaw
16:36.11fiferboyWONTFIX
16:36.15RST38halso, N900's thick screen coating does not help precision either
16:36.25lcukknew he should have had his finger modified by the nokia door
16:36.27RST38hfiferboy: ah, just ask lcuk, nokia almost fixed his finger for capacitive screens
16:36.32wazdRST38h: like mine, muhahaha
16:36.56javispedroI find that half of the time I get unwanted presses on the borders of the screen due to the way I grab the thing
16:37.14wazdjavispedro: +1, border presses are annoying
16:37.15rm_workjavispedro: yes
16:37.26rm_worki get random touches all the time
16:37.38rm_workwhen i am not even close to pressing anything
16:37.39wazdI usually press "back" :)
16:37.53lcuki find when scrolling lists I accidentally bring up the app launch grid
16:37.58rm_workand the top-bar drops down on me ALL THE TIME
16:38.20javispedrolcuk: whether the swipe thing was a good idea or not that's another story =) so far, I say I could get used to it.
16:38.27RST38hjavispedro: you can't imagine how badly the corners thing sucks on the e7...
16:38.30lcukjavispedro, I like it
16:38.32GAN900javispedro, yeah, I hate the non-deliberateness of capacitive.
16:38.34RST38hN950 is pretty bearable
16:38.34lcukits good
16:38.42lcukit just should allow panning through all apps
16:38.45lcuklike the n900 desktops
16:38.59GAN900"Well, I'm just going to plop my finger down here and hope it guess which link I want."
16:39.20javispedroRST38h: I've been told that the curved glass makes things "different" (not necessarily worse or better, depends again on how you hold it)
16:39.43RST38hinteresting...
16:40.32javispedrodoes the e7 also have curved glass?
16:40.52javispedro(or only n9 so far?)
16:41.41javispedroseemingly only n9.
16:41.50RST38hnope
16:44.05GAN900I'm sad there wont be a Fall conference for us to get together and bitch.
16:44.14RST38hbitch here
16:44.19GAN900We may all be dead by the time Spring rolls around.
16:44.19wazdand again, the problem is with the color setup, not the screen itself
16:44.30wazdit just needs to be calibrated, that's all
16:44.35javispedroNokia should just invite all of us to bitch in the next Nokia World
16:44.37GAN900Not nearly as cathartic sans the face-to-face and the free booze.
16:44.45javispedrowould do wonders for Nokia stock.
16:44.49javispedromaybe Elop would even like the idea.
16:45.28GAN900"Look! We still have contributors who care enough TO bitch."
16:46.13RST38himagines ritual inflation of Elop, folowed by explosion
16:47.13alteregoGAN900: wassup now?
16:47.27GAN900alterego, nothing in particular.
16:47.35alterego:)
16:48.01RST38hCould someone tell me if I should keep the Osso DBus stuff in the Harmattan apps?
16:48.09RST38hOr shouldI just kill it?
16:48.14javispedroRST38h: kill
16:48.20RST38htruly?
16:48.31RST38hhow will it open files from the file manager?
16:48.32javispedrohm
16:48.54javispedroRST38h: http://harmattan-dev.nokia.com/unstable/beta/api_refs/showdoc.php?pkn=libcontentaction&wb=daily-docs&url=Li94bWwvZGFpbHktZG9jcy9saWJjb250ZW50YWN0aW9u
16:49.20RST38haha
16:49.22javispedroseems that the osso mime_open stuff will still work
16:49.29javispedroit calls it the "legacy method"
16:49.48RST38hah thanks
16:49.53RST38hand gconf is staying right?
16:50.06javispedroit's there
16:50.11javispedrobut dunno if it's staying
16:50.28javispedrognome's replacing it, and I don't know if it's in the sanctioned meego api.
16:50.59RST38his there a settings system in qt?
16:51.11javispedro"qsettings"
16:51.30RST38haha, thanks
16:51.36RST38hsometing to do over weekend
16:51.37fiferboyRST38h: Or you can use the sparql storage
16:51.42RST38hnooooooooo
16:51.48griyou can replace the file dialogs functions, so if there's no qml one, it would be easy to write a plugin for all applications
16:51.52javispedroyou mentioned something related to Tracker to HIM!
16:51.55fiferboyRST38h: Hehehe
16:51.57RST38hhopes someone ports CPULoad applet SOON
16:52.10fiferboyI looked at it, but building a database and table for a single entry seemed to be... overkill
16:52.23javispedrogri: I think the harmattan way is to have the main application dialog list all of the files
16:52.41javispedrothat's how I plan to do it with my emus at least, using tracker to enumerate
16:52.56javispedro*cue criticism*
16:53.48RST38hjavispedro: I just used standard qt dialogs
16:54.08javispedrobut they look win95ish
16:54.40fiferboyI use a QAbstractItemModel to list the files (and relateed info) and pass it to my QML UI
16:55.04lcukkhertan also made his own file dialog i believe
16:55.34RST38hjavispedro: you can tweak the style a little bit
16:55.46RST38hjavispedro" and yes, they looka bit shitty but there arenoothers
16:55.51javispedrofiferboy: there's some qml sparql bindings
16:56.04javispedrothey look interesting considering you can write the queries right on the qml file
16:56.13javispedromaking a file list widget is then probably trivial
16:56.15fiferboyjavispedro: Yeah, but they involve create a database, creating tables, populating tables
16:56.17javispedroI didn't try though.
16:56.22javispedrofiferboy: naah
16:56.27javispedronot for showing files that is.
16:56.37fiferboyjavispedro: Ah, you mean for access tracker info
16:56.45fiferboyI meant for creating app settings
16:56.54javispedrowell I wouldn't store "settings" in tracker
16:57.06fiferboyNo, it doesn't make sense
16:57.12javispedrospecially considering tracker --hard-reset is so easy to type =)
16:57.41RST38hscrew tracker and its info
16:57.44fiferboyDo you often accidentally type that? :)
16:58.07javispedrofiferboy: yes, because of hte number of times I had to type it on the N900 =)
16:58.13fiferboyAh
16:58.20javispedro(and I already had to use it once on the N950...)
17:02.07wazdfiferboy: just checked your shots :D
17:03.52wazdfiferboy: I'll try to do something with that ;)
17:04.48*** join/#harmattan hardaker2 (~hardaker@mail.hardakers.net)
17:06.47fiferboywazd: Cool, thanks
17:06.52fiferboyHopefully it all makes sense
17:07.19wazdfiferboy: yep
17:36.32*** join/#harmattan crevetor (~antoine@bureau.ubity.com)
17:37.35*** join/#harmattan smoku (~spectrum@xkh0g2.infr.xiaoka.com)
18:00.36lcukmgedmin, fiferboy - did fbreader get ported ?
18:00.58fiferboylcuk: Define "ported"
18:01.12fiferboyIt runs on Harmattan, albeit with the Qt4 interface for now
18:01.34hardaker2better than nothing.
18:01.37fiferboyA fairly large bug is that you cannot switch books through the GUI :/
18:01.47hardaker2you know we could solve a lot of problems by porting the maemo5 style (and fixing it)
18:02.30lcukfiferboy, well I am happily reading books via liqbook
18:02.35lcukbut those are only .txt files
18:02.38hardaker2we're heading toward ifdefs again, just in qml this time.
18:03.05fiferboyWith QML it is just as easy to write a completely new interface for each target, if you want
18:03.19fiferboySee achipa's blog post on the topic
18:03.39hardaker2I know, actually.
18:03.51hardaker2what I object to is at the top of the files we're heading for: import MeeGo.Components 0.1
18:04.01hardaker2and com.nokia.meego
18:04.11hardaker2we need to import one thing only, IMHO.
18:04.36hardaker2I have a QML app that ends up being very different on the desktop vs a device because of the existance/non-existance of the component library
18:04.55smokuharmattan SDK is still in beta, or should I download something else?
18:04.58hardaker2I realize this is hopefully temporary though....  they're not shooting at the desktop at all right now, but I sure how they change that.
18:05.36RST38h3  more packages to port to meego
18:05.50RST38hsmoku: download the harmattan platform sdk
18:05.56RST38hsmoku: it is a standard sb1 based setup
18:06.08smokuRST38h, http://harmattan-dev.nokia.com/Introduction.html ?
18:06.43RST38hyea
18:07.32smokuok. thx
18:09.25hardaker2is holding in the power button supposed to turn the device off?
18:11.27fiferboyhardaker2: If the screen is turned on and unlocked
18:12.09hardaker2yeah, mine doesn't.  I think it's the one thing I've found with it that doesn't work.
18:12.13hardaker2no flying for me I guess :-)
18:13.19fiferboyhardaker2: You can turn on flight mode in the settings app
18:13.35hardaker2technically, according to announcements, it must be fully off.
18:13.45hardaker2airplane modes only count in flight, not for take/off landing.
18:13.55javispedroyou cannot turn it off?
18:13.56hardaker2(of course, we all know it doesn't matter and even the mythbusters showed that)
18:13.58hardaker2no.
18:14.00fiferboyOn your way to the airport launch the "Drive" app and leave it running for ~2 hours
18:14.03javispedrohold the power button for 10 seconds
18:14.09hardaker2but mine arrived wet in the box from DHL
18:14.10fiferboyYour device will be off on takeoff :)
18:14.27javispedrofiferboy: off forever =)
18:14.55hardaker2javispedro: 30 seconds doesn't do it ;-)
18:15.18hardaker2I'd turn it off to see if I could turn it on, but then....  I might not be able to.
18:15.27javispedrois it mechnically broken? does it lock/unlock the screen?
18:15.32hardaker2no
18:15.37hardaker2I belivee it's mechanical, yes.
18:16.19javispedroI wonder what was the DHL guy thinking when he delivered a soaking box?
18:16.32javispedro(and what where you thinking btw? :) )
18:17.01hardaker2well, the box wasn't soaking....
18:17.14hardaker2the packing slip was "damp" (and had obviously been drying for a while)
18:17.32hardaker2but the device was literally in a plastic bag with water at the bottom and all over the device.
18:17.48hardaker2the manual was actually dry, but very trashed from getting obviously very very wet.
18:18.16javispedromust have rained a lot
18:18.30hardaker2it didn't do anything at first, but then it did after a day and finally the USB-on-boot symbol showed up so I tried flashing it and it actually started working.
18:18.51GAN900lol
18:18.58GAN900I wouldn't have signed for it.
18:19.03GAN900Watch them pay to replace a prototype.
18:19.19hardaker2that's the thing...  I didn't notice till I opened the box
18:20.12hardaker2http://www.flickr.com/photos/hardaker/sets/72157627341482840/with/6002861742/
18:20.24hardaker2those are the pictures once i realized there was a problem with the box
18:21.22javispedroDHL repacked, lol
18:21.48hardaker2yeah...
18:44.53GAN900hardaker2, I'd notify Quim and DHL.
18:45.10hardaker2I've actually been talking with Nokia.
18:45.20hardaker2I think they're waiting longer.  I need to bug them again.
18:45.27hardaker2they actually said they'd exchange it.
18:45.34hardaker2(but then didn't say much after that)
18:46.47javispedrooh god
18:46.58javispedroon the n900 it was hard to enable vsync in OpenGL, on the N950 it is hard to _disable_ it.
18:49.27fiferboyjavispedro: Make up your mind what you want! ;)
18:50.24hardaker2he wants a qml checkbox slider for it
18:50.52javispedrothere's this function to change it. there's even a set of accesory functions to request the max and min value
18:51.07javispedroand the n900 it was min 0 max 0, on the n950 it is min 1 max 1.
18:51.15javispedrowonderful!
18:52.47javispedrothis could cause a problem as that means eglSwapBuffers might block for up to around 15ms
18:53.09fiferboylol
18:55.16*** join/#harmattan wazd (~user@85.26.155.65)
18:56.12GAN900javispedro, file a bug?
18:56.14GAN900owait
18:57.10wazdChannel trolls and no channel staff around to help? That's IRC, son! :d
18:58.46wazdI mean hi again :)
19:00.32*** join/#harmattan crevetor (~antoine@bureau.ubity.com)
19:06.19fiferboyHi wazd
19:08.19GAN900I want UPnP in the media player.
19:08.40hardaker2GAN900: I noticed that missing too.  :-(
19:11.23fiferboyUPnP was so good in the Maemo5 media player
19:11.28*** join/#harmattan rzr (~RzR@rzr.ww7.be)
19:11.40RzRhi
19:11.45javispedrolike gnome, maemo has been reducing features through each release =)
19:12.43hardaker2rzr!
19:12.46hardaker2so...
19:12.57hardaker2done porting git yet??  hint hint.  nudge nudge.
19:13.07hardaker2it's awfully empty at the moment.
19:15.14javispedroharmattan/sdk/non-free libjpeg62-dev lol ?
19:15.22*** join/#harmattan antman8969 (6271c6f8@gateway/web/freenode/ip.98.113.198.248)
19:21.20RzRhardaker2: i had git in my repo for day 1 :) it's an old version though
19:21.37RzRgit-core
19:21.39RzRnot git
19:22.09hardaker2yeah.  I realized that actually.
19:22.19hardaker2installing it from git-core in your repo though:
19:22.24hardaker2http://pastebin.com/w219rDpf
19:22.28hardaker2shows no binaries
19:22.43RzRtrue
19:22.50RzRthere is a mistake i didnt fix
19:23.00RzRprev version used to work
19:23.02RzRtoo bad
19:23.32RzRi can revert those changes now
19:24.16hardaker2:-)
19:25.35RzRtrust me it works on mine
19:32.59RzRhardaker2: still here ?
19:33.06hardaker2yep.
19:33.33RzRi'll ping you when it's ready
19:33.38hardaker2very cool, thanks.
20:09.54*** join/#harmattan hardaker2 (~hardaker@mail.hardakers.net)
20:15.22GAN900Has anybody benchmarked the eMMC yet?
20:15.51fiferboyNo
20:17.16lcukGAN900, i don't think anyone really benchmarked the eMMC on maemo
20:34.11*** join/#harmattan antman89691 (~antman896@pool-98-113-198-248.nycmny.fios.verizon.net)
21:02.07GAN900lcuk, they didn't need to "Very slow" summarized it just fine.
21:02.20GAN900lcuk, actually I think ShadowJK did.
21:03.36*** join/#harmattan seif (~seiflotfy@82.113.99.45)
21:09.15rm_yougrr someone pinged me
21:09.18rm_youinfinity ago
21:09.21rm_youah well
21:09.29rm_youmight have just been someone saying rm -r
21:17.51GAN900Doesn't your client keep highlight lines?
21:24.16*** join/#harmattan javispedro (~javier@Maemo/community/contributor/javispedro)
21:38.27*** join/#harmattan djszapi (~lpapp@plexyplanet.org)
21:38.38djszapihi from berlin :)
21:39.15lcukdjszapi, \o
21:39.31lcukI hear there are many Collaborans there, please pass on my regards
21:40.40djszapiwe are eating, drinking and hacking :)
21:40.51lcukawesome
21:41.38djszapiIs there still an option for KDE dudes to apply for a developer device ?
21:41.47djszapiThere are quite a few talented people here...
21:43.04rcg1they extended the community device program
21:43.12lcukdjszapi, the developer program opened up for another handful of devices
21:43.14rcg1got another batch of 50 devices
21:43.43rcg1though qgil said on google+ that 13 are already gone
21:43.51djszapilcuk: excellent, I tell it to the people...
21:43.52rcg1so better be damn quick
21:43.57djszapilink ?
21:44.07djszapiI hope KDE gets boosted...
21:44.16rcg1http://wiki.meego.com/Community_Office/Community_device_program/Nokia/N950_Extended_Program
21:44.45djszapithanks ;)
21:44.54rcg1yw
21:46.31djszapiehhh fiferboy is not here.
21:46.36djszapihe is the QML guru :)
21:48.08GAN900Pffff
21:50.08rcg1djszapi: "18 Nokia N950 found a friend in the 2nd extended round of the MeeGo dev program - 15 are still waiting", qgil 23:47
21:52.16hardaker2nice...  if you add an entry to the calendar for the google (ie, webdav) calendar, it'll end up syncing up, then syncing it back down and you get two ;-)
22:14.15*** join/#harmattan Venemo (~Timur@host-94-248-201-148.kabelnet.hu)
22:14.15*** join/#harmattan Venemo (~Timur@fedora/Venemo)
22:16.50Venemohiemanshu, ping
22:20.29*** join/#harmattan Arkenoi (~ark@178.177.9.53)
22:22.35Venemohmm
22:22.44Venemosomeone needs to port Tuxrace to Harmattan
22:26.06*** join/#harmattan Rizzer (~drew@CPE-124-183-126-167.lns15.ken.bigpond.net.au)
22:47.52*** part/#harmattan smoku (~spectrum@xkh0g2.infr.xiaoka.com)
22:50.41SpeedEvilhas been avoiding clicking on the 'order status' page too much.
22:52.43specialSpeedEvil: avoiding?
22:52.59specialI've been unable to resist checking every few hours, even though I know nothing more is going to happen today
22:54.58MohammadAGset up push email, you'll get the email eventually
22:55.39SpeedEvilspecial: It starts out at once a day - it ends up at once a minute.
22:56.00specialMohammadAG: doesn't help at all :)
22:56.18SpeedEvil2nd extended round = 50 more devices than the first extension?
22:56.43*** join/#harmattan lynxis (~lynxis@c-base/crew/lynxis)
23:00.32SpeedEvilAh - nvm - woke up now.
23:07.39*** join/#harmattan antman8969 (~antman896@pool-98-113-198-248.nycmny.fios.verizon.net)
23:08.38RzRhardaker2: dont hold your breath : https://build.pub.meego.com/project/monitor?arch_armv7el=1&building=1&defaults=0&project=home%3Arzr&repo_MeeGo_1_2_Harmattan_Maemo_org_MeeGo_1_2_Harmattan_standard=1
23:34.58javispedrooh my friggind god, the n950 makes for a gorgeus n64 experience.
23:35.20macmaNhmmm
23:35.34macmaNi wouldnt mind some super mario on the N yo
23:35.52javispedroits' friggin performing
23:36.06javispedrothere's some magic in this device that cannot be explained with the megahertz bump alone
23:36.06macmaNhow can i get this? what package?
23:36.15javispedrobe it the new gles driver, or hardfp, sth
23:36.35javispedromacmaN: not yet, I've just booted mario64 for the first time after a long session of hardfp hacking!
23:36.53macmaNah ok
23:36.55javispedrothat thanks god was sorter than what I expecte.d.
23:37.16javispedroman the device friggin IDLES when playing n64 at the native framerate.
23:37.33javispedrogoes check the cpufreq
23:37.34SpeedEviljavispedro: I suppose that's one benefit of the multitouch
23:37.43javispedros/n64/m64
23:37.45macmaNi'll just say w0rd to that
23:37.49SpeedEviljavispedro: How many touches are supported?
23:37.52javispedroSpeedEvil: 10
23:38.13javispedroSpeedEvil: verified up to 6, I cannot physically add more fingers :)
23:38.29SpeedEvilI assume it reports single points, not shapes?
23:38.37javispedrothat's a good question
23:38.51javispedroa moment.
23:39.14javispedrocan you remind me the path to cpufreq stats in sysfs?
23:39.19javispedroI want to check it before
23:40.42javispedroaah, it's under cpu0 not under cpufreq =)
23:40.46SpeedEvil<PROTECTED>
23:41.10javispedroso it's playing mario64 with sound and cpufreq decided the operating freq shall be 800Mhz.
23:41.11javispedroNice.
23:41.30javispedroand according to top it still has around 20% spare cpu time.
23:41.38SpeedEvil:)
23:44.26javispedroSpeedEvil: answering your earlier question, it does have some kind of "area" value per contact point which the driver reports as "width"
23:44.36SpeedEvilInteresting.
23:44.51SpeedEvilI wonder if this can filter phantom touches.
23:48.15javispedrothe controller is an Atmel mXT
23:48.33*** join/#harmattan djszapi|windows (5b172b11@gateway/web/freenode/ip.91.23.43.17)
23:54.23*** join/#harmattan Venemo (~Timur@fedora/Venemo)
23:54.41SpeedEvilHmm.
23:55.09SpeedEvilI suspect there isn't going to be a nice way to insert a shim layer to filter out touches.
23:56.06javispedrothere might be -- on qt.
23:56.35SpeedEvilTo the existing binary apps?
23:57.41javispedromight be -- via preload or Qt plugin.
23:58.14VenemoSpeedEvil, what kind of shim layer are you referring to?
23:59.12SpeedEvilVenemo: A layer that eats phantom touches.
23:59.50Venemohow can you tell whether a touch is phantom?

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.