IRC log of #harmattan for Friday, 2012-05-25

*** Facefox has quit IRC00:06
itsnotabigtruckMohammadAG: peculiar00:08
*** tomyri has quit IRC00:08
itsnotabigtruckare you still around? i'm guessing no00:08
MohammadAGYes, just got back actually00:08
MohammadAGthp, I'll try that00:08
MohammadAGthp, I already set DISPLAY00:09
*** tomyri has joined #harmattan00:09
MohammadAG12320 nobody   /usr/bin/led-event-notifier00:10
*** etrunko has quit IRC00:11
thpMohammadAG: does it have UID::user, GID::users and GRP::users credentials from aegis?00:11
*** b0unc3 has quit IRC00:14
*** b0unc3 has joined #harmattan00:19
*** M4rtinK has joined #harmattan00:20
MohammadAGthp, yes00:21
MohammadAG<request policy="add">00:21
MohammadAG                <credential name="mce::LEDControl" />00:21
MohammadAG                <credential name="UID::user" />00:21
MohammadAG                <credential name="GID::users" />00:21
MohammadAG                <credential name="GRP::users" />00:21
thpfor that specific binary, yes?00:21
MohammadAGyeah00:21
MohammadAG        <for path="/usr/bin/led-event-notifier" />00:21
MohammadAG<for path="applauncherd-launcher::/usr/bin/applauncherd.bin" id="" />00:21
MohammadAG        <for path="/etc/init/apps/led-event-notifier.conf" />00:21
thphmm00:21
thpnot sure if you need that applauncherd-launcher:: there00:21
thpalso i don't have the policy="add" attribute in my <request>, and it still works - not sure if it hurts to add it, though00:22
*** JoseLuis has quit IRC00:24
thpMohammadAG: and the aegis-exec line is also like the one i pasted above?00:24
*** b0unc3 has quit IRC00:24
MohammadAGexec /usr/bin/aegis-exec -s -u user /bin/sh -c "source /etc/profile && exec /usr/bin/led-event-notifier"00:24
thpdid you try rebooting or restarting the service / reinstalling the notifier package?00:25
*** b0unc3 has joined #harmattan00:26
MohammadAGyes00:26
*** tom__ has quit IRC00:27
thpslowly running out of ideas here..00:27
thpand led-event-notifier has mode 0755 and owner root:root?00:28
MohammadAG-rwxr-xr-x    1 root     root         76620 May 25 00:22 /usr/bin/led-event-notifier00:29
*** arcean has quit IRC00:32
*** arcean has joined #harmattan00:33
*** elldekaa_ has joined #harmattan00:35
thpMohammadAG: maybe removing <for path="/etc/init/apps/led-event-notifier.conf and <for path="applauncherd-launcher::/usr/bin/applauncherd.bin could help?00:36
thpcould be that aegis ignores your request, because some paths listed don't belong to your package (applauncherd) or are not executable (the upstart script)00:37
* MohammadAG tries again00:38
MohammadAGbut I checked restok.conf00:38
*** elldekaa has quit IRC00:39
*** elldekaa__ has joined #harmattan00:40
*** lardman|work has joined #harmattan00:41
*** lardman|home has quit IRC00:42
*** elldekaa_ has quit IRC00:42
*** lardman|work has quit IRC00:58
*** lardman|work has joined #harmattan00:58
*** lardman has joined #harmattan01:01
*** hardaker has quit IRC01:03
*** lardman|work has quit IRC01:05
gabriel9evening01:19
gabriel9why can't i use QNetworkAccessManager in my app01:20
gabriel9i need some class for XML parsing and getting01:20
gabriel9data from server01:20
gabriel9and i try to write it in C++01:21
Elleogabriel9: what's stopping you from using QNetworkAccessManager?01:22
gabriel9on compile it complains that there is no souch directory01:24
Elleodid you add it to the .pro file?01:24
Elleooh no, you shouldn't need to fo qnetworkaccessmanager actually01:25
Elleoare you sure you're importing the header correctly?01:25
Elleoit's #include <QtNetwork/QNetworkAccessManager> not just <QNetworkAccessManager>01:25
gabriel9wait while i try that :)01:26
Elleoalthough maybe if you add "network" to the .pro file it might add QtNetwork to the include paths or something01:26
gabriel9well one year ago i created feed reader for myself01:26
*** leinir has quit IRC01:27
gabriel9but now when i try to use some code in my app for N9 it does not work01:27
*** leinir has joined #harmattan01:27
*** leinir has joined #harmattan01:27
gabriel9i forgot alot :(01:27
Elleowell this uses qnetworkmanager without any issues, so feel free to just copy what I do: https://gitorious.org/eyrie/eyrie/trees/master/src01:27
Elleoqnetworkaccessmanager*01:27
gabriel9is that app for songs?01:29
gabriel9to get name and that stuff01:29
Elleoyeah01:29
gabriel9nice app :)01:29
Elleothanks :)01:29
gabriel9N9 have some really apps now01:30
ieatlinthaha, my app in ovi got a bad review... the app, while only released in english and labeled explicitly for north america, got a 1 star review in russian stating the "The application is not for Russia"01:30
Elleoheh01:30
ieatlintnokia store comments are like reading youtube comments01:30
Elleoovi reviews are terrible01:30
Elleoyeah01:30
gabriel9yes01:30
gabriel9i never read them01:31
ElleoI have a one star review in russian that according to google translate just says "I don't know what this does"01:31
gabriel9:D01:31
ieatlinteh, it's a free app, so it's not hurting me and i'm just laughing01:31
ieatlinthehe, yeah, another app of mine has reviews in russian that claim i'm stealing credit card numbers01:31
Elleo:/01:32
*** leinir has quit IRC01:32
ieatlintdamn russians :P01:32
ieatlintnext time i publish an app i'll specify it shouldn't be distributed in russia01:32
Elleofor some reason my statusnet client gets most of its downloads in Saudi Arabia01:32
ElleoI'm not sure if there's some secret Saudi statusnet install that I'm unaware of or what01:32
Elleobut they're certainly not using it for identi.ca01:33
*** lmoura has quit IRC01:33
ieatlintyeah, i get a lot of downloads from there aswell01:33
ElleoI guess some people just download everything01:34
gabriel9i do some research about mobile apps and people are just strange01:34
gabriel9they like to install apps01:34
gabriel9if it's free they will install it, even when they don't need it :)01:35
* ieatlint shrugs01:35
ieatlintguess it doesn't hurt their phone01:35
gabriel9i don't have many apps01:36
gabriel9i need to create some for my needs :/01:37
*** lmoura has joined #harmattan01:37
ieatlintthat's basically what i do, and then i get around to polishing them on occasion and publish them01:37
gabriel9that's nice, problem with me is that C++ is not my number one language :/01:39
gabriel9web developer...01:39
Elleoyou could do something with cortardo (phonegap), some people might yell at you though :P01:39
gabriel9i yell on my colegue becouse of it :D01:40
Elleoheh01:40
gabriel9i always say use native01:40
gabriel9ping frals01:42
gabriel9he is not here, so any of you plays Diablo 301:43
gabriel9is it worth that money?01:44
*** risca has quit IRC01:46
ieatlintyeah, i prefer native... still on the fence about the whole qml thing01:49
gabriel9Qml is better then XML01:51
gabriel9and it is nice idea01:51
*** leinir has joined #harmattan01:52
gabriel9just to fix that Design stuff01:52
gabriel9people like to draw stuff, not to write code01:52
gabriel9and for me only thing that is missing is working debugger and N950, that are two things :D01:53
ieatlinti'm told the qml debugger actually works.. never tried01:55
ieatlintbut qml is costly.. i mean, it works, but still costly01:56
ieatlintqml2 is a lot better01:56
*** M4rtinK has quit IRC01:56
ieatlintbut i have to admit that keeping the logic out of it seems better, as things like efl's edje and even wp7's xaml do01:56
gabriel9well i always try to break stuff in Model-View01:57
gabriel9if you do any web stuff you would see that MVC is life saver01:57
gabriel9qml2 i did not try, i hope it will come to N901:57
gabriel9if it's good like you said01:59
ieatlintwell technically it's on the n9, but it'll never be supported02:00
gabriel9if nokia is smart they would give OS to comunity and create device for it02:02
*** risca has joined #harmattan02:02
gabriel9new template for Harmattan project02:03
gabriel9nice :)02:03
gabriel9with some header code02:04
gabriel9night guys02:06
gabriel9need to get some sleap before work02:07
*** natunen has quit IRC02:07
*** gabriel9 has quit IRC02:07
*** beford has joined #harmattan02:08
*** beford has joined #harmattan02:08
*** rcg1 has quit IRC02:11
*** aquarius has quit IRC02:13
*** rzr is now known as rZr02:15
*** elldekaa__ has quit IRC02:24
*** rm_work has quit IRC02:39
*** rm_work has joined #harmattan02:42
*** rm_work has joined #harmattan02:42
*** liar has quit IRC02:51
*** Facefox has joined #harmattan02:54
*** danielcbit has quit IRC02:56
*** Sazpaimon has quit IRC03:14
*** Sazpaimon has joined #harmattan03:14
*** mrmlz_ has joined #harmattan03:29
*** ybit2_ has joined #harmattan03:33
*** aep has quit IRC03:37
*** niwakame|away has quit IRC03:37
*** Appiah has quit IRC03:37
*** AndrewX192 has quit IRC03:37
*** mtd has quit IRC03:37
*** wirwe has quit IRC03:37
*** MikaT has quit IRC03:37
*** phako has quit IRC03:37
*** mrmlz has quit IRC03:37
*** leinir has quit IRC03:37
*** aheinecke has quit IRC03:37
*** Nirkus has quit IRC03:37
*** DocScrutinizer51 has quit IRC03:37
*** yottabit has quit IRC03:37
*** flux has quit IRC03:37
*** rantom_ has quit IRC03:37
*** Richlv has quit IRC03:37
*** thp has quit IRC03:37
*** MikaT_ has joined #harmattan03:37
*** aheinecke_ has joined #harmattan03:37
*** flx_ has joined #harmattan03:37
*** leinir_ has joined #harmattan03:37
*** Richlv_ has joined #harmattan03:37
*** Appiah_ has joined #harmattan03:37
*** thp_ has joined #harmattan03:37
*** niwakame|away has joined #harmattan03:38
*** sledges has quit IRC03:38
*** mgoetz has quit IRC03:38
*** ab has quit IRC03:38
*** juhaj has quit IRC03:38
*** acidjunkie has quit IRC03:38
*** jkk_ has quit IRC03:38
*** e0x_ has quit IRC03:38
*** ieatlint has quit IRC03:38
*** Nirkus has joined #harmattan03:38
*** Facefox has quit IRC03:39
*** tomyri has quit IRC03:39
*** mschlens has quit IRC03:39
*** ZogG has quit IRC03:39
*** bambee has quit IRC03:39
*** Enforcer has quit IRC03:39
*** fignew has quit IRC03:39
*** alterego has quit IRC03:39
*** petteri has quit IRC03:39
*** Siva has quit IRC03:39
*** GeneralAntilles has quit IRC03:39
*** _MeeGoBot_ has quit IRC03:39
*** deram has quit IRC03:39
*** tomma has quit IRC03:39
*** nebulon has quit IRC03:39
*** trench has quit IRC03:39
*** lbt has quit IRC03:39
*** Ormod has quit IRC03:39
*** lmoura has quit IRC03:39
*** lardman has quit IRC03:39
*** Sazpaimon has quit IRC03:39
*** pinheiro has quit IRC03:39
*** hahlo has quit IRC03:39
*** auenf has quit IRC03:39
*** timoph has quit IRC03:39
*** leio has quit IRC03:39
*** CreamyG31337 has quit IRC03:39
*** spenap has quit IRC03:39
*** tehdely has quit IRC03:39
*** b0unc3 has quit IRC03:39
*** e-yes has quit IRC03:39
*** swerige has quit IRC03:39
*** mzanetti has quit IRC03:39
*** oberling has quit IRC03:39
*** jabis has quit IRC03:39
*** ninnnu has quit IRC03:39
*** Mek has quit IRC03:39
*** hiemanshu has quit IRC03:39
*** Arkenoi has quit IRC03:39
*** itsnotabigtruck has quit IRC03:39
*** mardy has quit IRC03:39
*** rZr has quit IRC03:39
*** Jaffa has quit IRC03:39
*** gareth__ has quit IRC03:39
*** Lasarus has quit IRC03:39
*** CissWit has quit IRC03:39
*** jussi has quit IRC03:39
*** lfrb has quit IRC03:39
*** PaulePanter has quit IRC03:39
*** beford has quit IRC03:39
*** piggz has quit IRC03:39
*** SpeedEvil has quit IRC03:39
*** ghjgfjghjbn has quit IRC03:39
*** jbos has quit IRC03:39
*** junglizer has quit IRC03:39
*** sp3000 has quit IRC03:39
*** npm has quit IRC03:39
*** ybot_ has quit IRC03:39
*** lopotter has quit IRC03:39
*** jpwhiting has quit IRC03:39
*** Beineri has quit IRC03:39
*** RST38h has quit IRC03:39
*** special has quit IRC03:39
*** ChanServ has quit IRC03:39
*** ieatlint has joined #harmattan03:42
*** phako has joined #harmattan03:42
*** DocScrutinizer51 has joined #harmattan03:42
*** sledges has joined #harmattan03:42
*** mgoetz has joined #harmattan03:42
*** ab has joined #harmattan03:42
*** juhaj has joined #harmattan03:42
*** acidjunkie has joined #harmattan03:42
*** jkk_ has joined #harmattan03:42
*** e0x_ has joined #harmattan03:42
*** aep_ has joined #harmattan03:44
*** Facefox has joined #harmattan03:44
*** rantom__ has joined #harmattan03:44
*** wirwe_ has joined #harmattan03:44
*** mtd_ has joined #harmattan03:44
*** AndrewX192_ has joined #harmattan03:44
*** beford has joined #harmattan03:44
*** lmoura has joined #harmattan03:44
*** lardman has joined #harmattan03:44
*** b0unc3 has joined #harmattan03:44
*** tomyri has joined #harmattan03:44
*** Arkenoi has joined #harmattan03:44
*** piggz has joined #harmattan03:44
*** e-yes has joined #harmattan03:44
*** swerige has joined #harmattan03:44
*** itsnotabigtruck has joined #harmattan03:44
*** Sazpaimon has joined #harmattan03:44
*** mschlens has joined #harmattan03:44
*** mardy has joined #harmattan03:44
*** mzanetti has joined #harmattan03:44
*** SpeedEvil has joined #harmattan03:44
*** pinheiro has joined #harmattan03:44
*** ghjgfjghjbn has joined #harmattan03:44
*** hahlo has joined #harmattan03:44
*** auenf has joined #harmattan03:44
*** oberling has joined #harmattan03:44
*** jbos has joined #harmattan03:44
*** ZogG has joined #harmattan03:44
*** bambee has joined #harmattan03:44
*** petteri has joined #harmattan03:44
*** timoph has joined #harmattan03:44
*** junglizer has joined #harmattan03:44
*** leio has joined #harmattan03:44
*** Siva has joined #harmattan03:44
*** GeneralAntilles has joined #harmattan03:44
*** sp3000 has joined #harmattan03:44
*** _MeeGoBot_ has joined #harmattan03:44
*** deram has joined #harmattan03:44
*** rZr has joined #harmattan03:44
*** tomma has joined #harmattan03:44
*** Jaffa has joined #harmattan03:44
*** gareth__ has joined #harmattan03:44
*** alterego has joined #harmattan03:44
*** fignew has joined #harmattan03:44
*** Enforcer has joined #harmattan03:44
*** npm has joined #harmattan03:44
*** holmes.freenode.net sets mode: +v _MeeGoBot_03:44
*** ybot_ has joined #harmattan03:44
*** lopotter has joined #harmattan03:44
*** jpwhiting has joined #harmattan03:44
*** Beineri has joined #harmattan03:44
*** Lasarus has joined #harmattan03:44
*** CreamyG31337 has joined #harmattan03:44
*** CissWit has joined #harmattan03:44
*** jussi has joined #harmattan03:44
*** spenap has joined #harmattan03:44
*** RST38h has joined #harmattan03:44
*** lfrb has joined #harmattan03:44
*** jabis has joined #harmattan03:44
*** nebulon has joined #harmattan03:44
*** ninnnu has joined #harmattan03:44
*** trench has joined #harmattan03:44
*** Mek has joined #harmattan03:44
*** lbt has joined #harmattan03:44
*** Ormod has joined #harmattan03:44
*** special has joined #harmattan03:44
*** PaulePanter has joined #harmattan03:44
*** tehdely has joined #harmattan03:44
*** hiemanshu has joined #harmattan03:44
*** ChanServ has joined #harmattan03:44
*** holmes.freenode.net sets mode: +o ChanServ03:44
*** Facefox has quit IRC03:44
*** phako has quit IRC03:44
*** DocScrutinizer51 has quit IRC03:44
*** sledges has quit IRC03:44
*** mgoetz has quit IRC03:44
*** ab has quit IRC03:44
*** juhaj has quit IRC03:44
*** acidjunkie has quit IRC03:44
*** jkk_ has quit IRC03:44
*** e0x_ has quit IRC03:44
*** flx_ is now known as Guest9782403:45
*** Facefox has joined #harmattan03:45
*** GeorgeH has joined #harmattan03:46
*** phako has joined #harmattan03:50
*** DocScrutinizer51 has joined #harmattan03:50
*** sledges has joined #harmattan03:50
*** mgoetz has joined #harmattan03:50
*** ab has joined #harmattan03:50
*** juhaj has joined #harmattan03:50
*** acidjunkie has joined #harmattan03:50
*** jkk_ has joined #harmattan03:50
*** e0x_ has joined #harmattan03:50
*** arcean has quit IRC03:53
*** pinheiro has quit IRC03:54
*** theo has joined #harmattan03:56
theoHi, I'm trying to open one application when a headset is connected, is there a way to detect when there's a headset (bt, or wired) connected?03:57
*** b0unc3 has quit IRC03:58
theoI found some code for bt, but nothing for the wired headset03:58
*** b0unc3 has joined #harmattan04:00
*** ZogG has quit IRC04:05
befordthere is a dev input for the jack04:13
*** rm_work has quit IRC04:16
*** ZogG has joined #harmattan04:17
*** imunsie has joined #harmattan04:21
*** hardaker has joined #harmattan04:21
*** adlan has joined #harmattan05:10
*** tbf_ has joined #harmattan05:13
*** tbf has quit IRC05:16
*** oberling has quit IRC05:20
*** oberling has joined #harmattan05:22
*** natunen has joined #harmattan05:44
*** AndrewX192_ is now known as AndrewX19206:51
*** risca has quit IRC07:18
*** Hei_Ku has quit IRC07:23
*** Hei_Ku has joined #harmattan07:24
*** bef0rd has joined #harmattan07:52
*** Guest97824 has quit IRC08:08
*** flux has joined #harmattan08:08
*** hardaker has quit IRC08:23
mardySazpaimon: ping08:33
*** Anssi138 has quit IRC08:37
*** piggz has quit IRC08:46
*** rnovacek has joined #harmattan09:00
*** gabriel9 has joined #harmattan09:00
*** lamikr has quit IRC09:02
*** natunen has quit IRC09:10
*** Shaan7 has quit IRC09:12
*** Natunen has joined #harmattan09:12
*** djszapi has joined #harmattan09:14
*** djszapi has left #harmattan09:14
*** Shaan7 has joined #harmattan09:16
*** hhartz has joined #harmattan09:25
*** gabriel9 has quit IRC09:26
*** hhartz has quit IRC09:30
*** Shaan7 has quit IRC09:52
*** gabriel9|work has joined #harmattan09:54
*** divan has joined #harmattan10:05
*** hhartz_ has joined #harmattan10:07
*** hhartz_ is now known as hhartz10:07
*** bef0rd has quit IRC10:10
*** rigo has joined #harmattan10:28
rigomoin10:28
*** rcg1 has joined #harmattan10:29
*** Shaan7 has joined #harmattan10:31
*** Saviq_ has joined #harmattan10:31
*** GeorgeH has quit IRC10:32
*** Saviq_ has quit IRC10:33
*** tom has joined #harmattan10:38
*** leinir_ has quit IRC10:38
*** tom has quit IRC10:54
*** lamikr has joined #harmattan10:55
*** elldekaa__ has joined #harmattan10:58
*** divan0 has joined #harmattan10:59
*** divan has quit IRC11:00
*** admiral0 has joined #harmattan11:01
admiral0hello11:02
admiral0i've got commhistoryd exploding11:02
admiral0database is corrupted and it won't save messages11:03
admiral0deleting .commhistoryd and hard resetting tracker didn't solve11:03
*** divan0 has quit IRC11:04
*** tom has joined #harmattan11:06
*** divan has joined #harmattan11:07
*** admiral0 has quit IRC11:10
*** ArkanoiD_ has joined #harmattan11:10
*** gri has quit IRC11:13
*** gri has joined #harmattan11:17
*** divan has quit IRC11:20
*** aquarius has joined #harmattan11:28
*** pinheiro has joined #harmattan11:31
*** tgalal has joined #harmattan11:32
*** artemma has joined #harmattan11:34
*** e-yes has quit IRC11:37
*** aquarius has quit IRC11:47
*** aquarius has joined #harmattan11:52
*** hahlo has quit IRC11:57
*** hahlo has joined #harmattan11:57
*** M4rtinK has joined #harmattan11:59
*** decibyte has joined #harmattan12:02
*** Morpog has joined #harmattan12:17
*** rcg1 has quit IRC12:36
*** rcg1 has joined #harmattan12:53
*** imunsie has quit IRC12:55
*** freemangordon has joined #harmattan13:03
*** freemangordon has left #harmattan13:03
*** tom has quit IRC13:05
*** tom has joined #harmattan13:06
*** M4rtinK has quit IRC13:14
*** miroslav has joined #harmattan13:15
*** M4rtinK has joined #harmattan13:17
*** Morpog has quit IRC13:19
*** snowpong has joined #harmattan13:23
* ArkanoiD_ wishes the asshole who desided to store everything in tracker database gets testicle cancer13:29
ArkanoiD_decided even13:29
*** adlan has quit IRC13:30
rigoArkanoiD_, you can continue your wishes with KDE and Akonadi13:32
*** tom has quit IRC13:35
*** M4rtinK has quit IRC13:46
ArkanoiD_don't know how it works with KDE (on desktop my PIM is outlook under crossover because all linux PIMs i've seen so far are miserable failures)13:55
ArkanoiD_but for harmattan tracker-store basically needs you have non-stoping fsckups and glitches and there is no even dump/restore utility to restore database integrity13:56
ArkanoiD_when it was sqlite, yuo could at least dump and restore data13:56
ArkanoiD_now you have no idea why merging two contacts makes tracker-store eat 100% cpu forever, or why receiving this particular message prevents phone from receiving messages forever, or why this contact picture never appears or why this particular contact constantly drops out of merge or why that contact cannot be looked up etc etc13:57
ArkanoiD_damn it sucks like supersonic jet turbofan13:59
*** cvaldemar has joined #harmattan13:59
*** armandfp has joined #harmattan14:04
*** cvaldemar has quit IRC14:15
*** Natunen has quit IRC14:17
*** jluisn has joined #harmattan14:19
*** natunen has joined #harmattan14:20
*** djszapi has joined #harmattan14:22
djszapibeford: ping14:23
*** cvp_ has joined #harmattan14:23
cvp_hello @all14:23
Sazpaimonmardy, still here?14:23
mardySazpaimon: yep14:23
Sazpaimonokay great14:23
Sazpaimonim taking you up on your offer of helping me with some account related questions14:24
mardy:-)14:24
Sazpaimonbaically, I have an account that you need to sign in with with just a standard username and password, then it will either work, or send back a message saying to check your email for an access code14:25
djszapimardy: how is lifey ?14:25
cvp_can someone tell me if you consume more power if dev mode is on ?14:25
Sazpaimonif you get the email, you need to put in that access code along with your username and password, and it will need to be entered each time you log in14:25
*** arcean has joined #harmattan14:25
Sazpaimononce it's logging in, it will add a telepathy account14:26
mardySazpaimon: OK14:26
Sazpaimonso my question is, what's the proper code path to use for this14:26
mardydjszapi: all OK, no news is good news :-)14:26
Sazpaimonand also, best practices14:26
Sazpaimonbecause I assume doing all this in the accounts-ui code isn't really ideal14:27
mardySazpaimon: are there any ways to change this authentication method, so that it won't send you an e-mail but do something else?14:27
Sazpaimonmardy, nope14:27
mardySazpaimon: no alternatives?14:27
Sazpaimonyou can turn it off, but that's it14:27
mardySazpaimon: how does the service know your e-mail address?14:28
Sazpaimonyou give it to them when you sign up14:28
mardySazpaimon: via the website?14:28
Sazpaimon(and activate your account with it)14:28
Sazpaimoncorrect14:28
*** cvp_ has quit IRC14:29
*** cvp_ has joined #harmattan14:30
mardySazpaimon: tricky, I'm afraid there's no way you can automate this; I guess that the account plugin should show a waiting screen, with the intructions, and a link to the e-mail application14:31
Sazpaimonthere's no way to know the email address associated with the account when the code is requested14:31
Sazpaimonthat's hidden14:31
cvp_sry. have anyone answer for my question?14:31
Sazpaimoncvp_, maybe running an ssh daemon will cause a tiny bit more power to be consumed14:32
Sazpaimonbut probably not really14:32
cvp_ok thanks :)14:32
Sazpaimonmardy, where should the code that handles checking the auth code and user details go? Do I need to make a signon plugin for that?14:33
djszapicvp_: IOW, 0.0000001% addition14:33
cvp_ok,14:34
djszapiif you wanna save power, I would recommend the suspend modes, but probably not hackable with aegis14:34
mardySazpaimon: once you get the code, will it work forever, or will you have to renew it from time to time?14:34
Sazpaimonmardy, my understanding i it will work for a long, long time14:34
Sazpaimonforever, I'm not sure14:34
Sazpaimonmaybe if you don't log in for a while, it will expire14:35
cvp_and is the wlan modul ever on? can i deactivate the wlan modul completly? or is there a toggle app what can do that?14:35
mardySazpaimon: will you write a new telepathy connection manager, or can you reuse an existing one?14:36
Sazpaimonmardy, undecided on that, there's already a libpurple plugin for the service, but that would require haze and would make distributing on the N9 difficult14:37
Sazpaimonthe protocol itself is relatively simple, so writing a new connection manager with telepathy wouldn't be difficult14:38
*** mjrosenb has joined #harmattan14:39
mardySazpaimon: to access the service, do you need just the code, or also some other information (username again?)14:39
mardy?14:39
mjrosenbI have an n9, but I cannot install the dev tools, but it keeps giving me a connection reset14:40
Sazpaimonmardy, you need to re-sign in with your username and password with the access code14:41
mardySazpaimon: I wonder why they need the password again...14:42
mardySazpaimon: anyway, you could do it in several ways, but I'd opt for writing a SSO plugin14:42
Sazpaimonmardy, well, it treats the "access code requires" as a "login failed"14:42
Sazpaimonso it logs you out immediately14:42
mardySazpaimon: the SSO plugin would be used by your account plugin (when registering the account) and by your connection manager (to get the username, pw and code)14:43
mardySazpaimon: when your connection manager cannot login anymore (the code has expired), it can ask the SSO plugin to issue a new code14:44
mardySazpaimon: then the user will get the e-mail, and hopefully understand that he has to update the code into the account plugin14:44
Sazpaimonthere would be no way to show that to the end-user though would there14:45
mardySazpaimon: it would be nice if it were possible to add some extra text to the e-mail message, to explain to the user what he should do14:45
Sazpaimonit would just show "incorrect login" on the account status screen14:45
mardySazpaimon: I'm afraid that the presence applet only uses error codes14:45
mjrosenbI saw a link in here that said I needed to get some connection tools14:46
mjrosenbbut the link is broken14:46
mjrosenband by "in here", I mean in the logs14:46
mardySazpaimon: well, it would be a bit hackish, but your CM could sinthesize an instant messaging message to the user, explaining the issue :-)14:46
Sazpaimoncould it be set up where when the user goes to modify their account, it will check if the code is valid, then display the email message to them?14:47
Sazpaimoni assume the first thing a user does when they see that message is try to set their password again in the account plugin14:47
mardySazpaimon: no, because the account plugin wouldn't know how to get that e-mail in the first place14:47
Sazpaimonmardy, I mean the "check your email" message14:47
mardySazpaimon: oh, yes, this is indeed possible14:48
mardySazpaimon: but maybe not easily discoverable (for the non tech user)14:49
cvp_no idea about wlan module ? :(14:49
Sazpaimonalso, another potential issue is portability, if the telepathy CM is linked to SSO, that mean it can only ever be used on an N9, right?14:49
*** DocScrutinizer has quit IRC14:49
*** DocScrutinizer has joined #harmattan14:49
mardySazpaimon: at the moment, yes :-) But you could easily toggle the dependency at compile time14:50
*** djszapi has left #harmattan14:50
Sazpaimonalso, correct me if I'm wrong, but there doesn't seem to be a great deal of doccumentation regarding making account manager UIs with meegotouch14:51
Sazpaimonmostly because the already existing account plugins don't have any of their source opened up14:51
Sazpaimonseems the easy route would be to just make the account plugin all qml-based14:54
mardySazpaimon: I do actually recommend you to write the account plugin in QML15:01
Sazpaimonmardy, is that just because of the complexity and lack of documentation of the meegotouch plugins?15:03
mardySazpaimon: mostly lack of documentation.15:05
Sazpaimonyeah, its a shame that nokia doesn't open source any of their UI stuff15:08
matrixxhas someone tried to add event with alarm using qt organizer api?15:13
matrixxmy event doesn't show up in the calendar, even though save operation returns true, do I have to do something special to flush the event?15:14
Sazpaimonmardy, regarding having the CM use SSO, its my understanding that the telepathy-qt cannot create CMs, and signon-glib is also sparsely documented15:14
mardySazpaimon: I don't know about telepathy-qt; signon-glib might not be documented extensively, but I know it rather well15:15
Sazpaimonmardy, do you have any sample plugins available?15:18
Sazpaimonactually, a quick google gave me https://launchpad.net/signon-glib-google-demo15:19
mardySazpaimon: that's not a plugin; wait, let me find something...15:20
*** miroslav has quit IRC15:21
*** cvp_ has quit IRC15:24
*** Siva has quit IRC15:25
mardySazpaimon: https://gitorious.org/web2sms/web2sms/trees/master15:25
mardySazpaimon: mainly the "accountsetup" directory15:25
Sazpaimonwait, this looks like an account plugin, not an SSO plugin15:28
*** trx has quit IRC15:29
mardySazpaimon: yes, I thought you were looking for that. A simple SSO plugin is here: http://code.google.com/p/accounts-sso/source/browse/?repo=signond#git%2Fsrc%2Fplugins%2Fpassword15:30
mardySazpaimon: a more complex one (but complete with all its qmake stuff) is here: http://code.google.com/p/accounts-sso/source/browse?repo=signon-plugin-sasl15:30
mardySazpaimon: note that the signon version they depend on is a bit more advanced than that in the N9, but there shouldn't be substantial differences15:31
Sazpaimonmardy, what about signon-glib based plugins?15:32
mardySazpaimon: signon-glib and signon-qt are just client libraries, you don't use those to write plugins15:33
Sazpaimongot it15:33
*** trx has joined #harmattan15:36
matrixxweird, seems that if I create an event for tomorrow, it shows up in the calendar, but if for this day, it doesn't show up15:40
*** arcean has quit IRC15:48
*** Sazpaimon_ has joined #harmattan15:55
*** Sazpaimon has quit IRC15:57
*** etrunko has joined #harmattan15:58
*** arcean has joined #harmattan16:00
*** Shaan7 has quit IRC16:05
*** elldekaa__ has quit IRC16:07
*** tom____ has joined #harmattan16:14
*** lardman has quit IRC16:16
*** lardman has joined #harmattan16:16
*** lardman has joined #harmattan16:16
*** hardaker has joined #harmattan16:16
*** rm_work has joined #harmattan16:19
*** Sniper_swe has joined #harmattan16:20
*** lardman has quit IRC16:22
*** lardman has joined #harmattan16:22
*** lardman has joined #harmattan16:22
*** Sniper_swe has quit IRC16:22
*** tom____ has quit IRC16:23
*** ajalkane has joined #harmattan16:25
*** lardman has quit IRC16:27
*** lardman has joined #harmattan16:27
*** lardman has joined #harmattan16:27
*** Sazpaimon_ has quit IRC16:28
*** Sazpaimon_ has joined #harmattan16:28
*** Sazpaimon_ is now known as Sazpaimon16:28
*** rnovacek has quit IRC16:30
*** pinheiro has quit IRC16:31
*** tom____ has joined #harmattan16:32
*** lardman|home has joined #harmattan16:36
*** lardman has quit IRC16:36
*** Shaan7 has joined #harmattan16:47
*** tom____ has quit IRC16:55
*** pinheiro has joined #harmattan16:56
*** elldekaa has joined #harmattan16:57
*** hardaker has quit IRC17:00
*** elldekaa_ has joined #harmattan17:04
*** hardaker has joined #harmattan17:04
*** elldekaa has quit IRC17:06
*** hhartz has quit IRC17:09
*** elldekaa_ has quit IRC17:11
*** radiofree_ is now known as radiofree17:22
*** pinheiro has quit IRC17:25
*** spenap_ has joined #harmattan17:33
*** jluisn has quit IRC18:00
*** aquarius has quit IRC18:02
*** rm_work has quit IRC18:07
*** artemma has quit IRC18:09
*** pinheiro has joined #harmattan18:13
*** rm_work has joined #harmattan18:23
*** rm_work has quit IRC18:23
*** rm_work has joined #harmattan18:23
*** Shaan7 has quit IRC18:27
*** Shaan7 has joined #harmattan18:29
*** armandfp has quit IRC18:32
*** M4rtinK has joined #harmattan18:35
*** lmoura has quit IRC18:42
*** gabriel9|work has quit IRC18:43
*** adlan has joined #harmattan18:47
*** tom_ has joined #harmattan18:52
*** danielcbit has joined #harmattan18:53
*** lmoura has joined #harmattan18:54
*** tgalal has quit IRC19:00
*** tom_ has quit IRC19:03
*** tom_ has joined #harmattan19:05
*** theo has quit IRC19:07
*** b0unc3 has quit IRC19:14
*** b0unc3 has joined #harmattan19:16
*** tom_ has quit IRC19:17
*** lardman|work has joined #harmattan19:26
*** lardman|home has quit IRC19:26
*** hardaker has quit IRC19:30
*** tom_ has joined #harmattan19:31
*** tom_ has quit IRC19:35
*** ArkanoiD_ has quit IRC19:35
*** lardman|work has quit IRC19:41
*** lardman|work has joined #harmattan19:41
*** lardman|work has quit IRC19:42
*** lardman|work has joined #harmattan19:42
*** rigo has quit IRC19:44
*** rcg1 has quit IRC19:44
*** hardaker has joined #harmattan19:45
*** lardman|work has quit IRC19:45
*** lardman|home has joined #harmattan19:45
*** lardman|work has joined #harmattan19:46
*** lardman|home has quit IRC19:50
*** lardman|home has joined #harmattan19:51
*** lardman|work has quit IRC19:52
*** NIN101 has joined #harmattan19:55
*** lardman has joined #harmattan19:56
*** lardman has joined #harmattan19:56
*** lardman|home has quit IRC20:00
*** tom_ has joined #harmattan20:04
*** radiofree_ has joined #harmattan20:09
*** hardaker has quit IRC20:10
*** radiofree has quit IRC20:11
*** radiofree has joined #harmattan20:11
*** hardaker has joined #harmattan20:13
*** jluisn has joined #harmattan20:15
*** radiofree__ has joined #harmattan20:21
*** radiofree_ has quit IRC20:21
*** aquarius has joined #harmattan20:25
*** tom_ has quit IRC20:26
*** radiofree__ has quit IRC20:28
*** piggz has joined #harmattan20:29
*** bef0rd has joined #harmattan20:30
*** Soder has joined #harmattan20:32
*** gabriel9 has joined #harmattan20:36
*** radiofree is now known as radiofree___20:37
*** radiofree___ is now known as radiofree20:41
*** radiofree is now known as radiofree__20:42
*** bef0rd has quit IRC20:43
*** beford has quit IRC20:43
*** elldekaa_ has joined #harmattan20:52
*** beford has joined #harmattan20:59
*** lamikr has quit IRC20:59
*** bef0rd has joined #harmattan20:59
*** hardaker has quit IRC21:08
*** jaywink has joined #harmattan21:14
*** mschlens has quit IRC21:17
*** elldekaa_ has quit IRC21:18
*** mschlens has joined #harmattan21:18
*** elldekaa has joined #harmattan21:19
*** snowpong has quit IRC21:19
*** gabriel9 has quit IRC21:23
*** pinheiro has quit IRC21:29
*** pinheiro has joined #harmattan21:31
*** elldekaa has quit IRC21:33
*** elldekaa has joined #harmattan21:34
*** natunen has quit IRC21:34
*** Natunen has joined #harmattan21:39
*** e-yes has joined #harmattan21:44
*** arcean has quit IRC22:02
*** spenap_ has quit IRC22:29
*** arcean has joined #harmattan22:29
*** hardaker has joined #harmattan23:01
*** aep_ is now known as aep23:13
*** liar has joined #harmattan23:15
*** rcg1 has joined #harmattan23:18
*** aquarius has quit IRC23:26
*** tgalal has joined #harmattan23:28
*** b0unc3 has quit IRC23:28
*** b0unc3 has joined #harmattan23:30
*** b0unc3 has quit IRC23:36
*** b0unc3 has joined #harmattan23:39
*** jluisn has quit IRC23:40
*** arcean has quit IRC23:45
*** rm_work has quit IRC23:49
*** arcean has joined #harmattan23:51
*** b0unc3 has quit IRC23:51
*** lardman has quit IRC23:51
*** lardman has joined #harmattan23:51
*** b0unc3 has joined #harmattan23:55
*** b0unc3 has quit IRC23:59

Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!