*** Venemo_N950 has joined #harmattan | 00:03 | |
*** zk8 has joined #harmattan | 00:12 | |
*** arekinath_ is now known as arekinath | 00:26 | |
*** arekinath has joined #harmattan | 00:26 | |
Appiah | so if I want see if something can compile on harmattan , how do I test that? is it setting up a scratchbox? | 00:34 |
---|---|---|
*** lizardo has quit IRC | 00:37 | |
gri | or QtSDK | 00:45 |
gri | best is to have both :) | 00:45 |
Venemo_N950 | hey gri :) | 00:48 |
gri | evening Venemo_N950 | 00:49 |
gri | and also bye, I need sleep :) | 00:51 |
*** gri is now known as zz_gri | 00:52 | |
MohammadAG | how do I run an app as root? | 00:54 |
MohammadAG | I keep getting Failed to connect to remote themedaemon. Retrying in one second. | 00:54 |
Venemo_N950 | MohammadAG, devel-su? | 00:57 |
MohammadAG | ~ # /opt/auto-caller/bin/auto-caller | 00:59 |
MohammadAG | Using the meego graphics system | 00:59 |
MohammadAG | "/opt/auto-caller/bin/auto-caller" Failed to connect to remote themedaemon. Retrying in one second. | 00:59 |
Venemo_N950 | hm. | 01:00 |
Venemo_N950 | maybe the theme daemon runs in userspace? | 01:01 |
Venemo_N950 | mmmm | 01:04 |
Venemo_N950 | seriously, why does Qt have to be a heap of bugs????? | 01:04 |
marsje | hey, I just got the same error | 01:05 |
marsje | with drive-qml | 01:05 |
marsje | I just got my N9 and Drive only worked once | 01:06 |
*** daniel_o has quit IRC | 01:06 | |
marsje | maybe it has to do with enabling development mode | 01:06 |
*** conny__ has quit IRC | 01:06 | |
Venemo_N950 | MohammadAG, btw, I was able to do some noticable performanceoptimalizations in my app :) | 01:07 |
*** faenil has quit IRC | 01:08 | |
*** vladest has quit IRC | 01:08 | |
*** vladest has joined #harmattan | 01:11 | |
*** daniel_o has joined #harmattan | 01:11 | |
artemma | what was the name of API that allowed you to group your net activity with the other apps net activities? | 01:14 |
artemma | Ah! Heartbeat it was! | 01:29 |
*** mikelima has quit IRC | 01:32 | |
*** _MeeGoBot_ has quit IRC | 01:37 | |
*** zk8 has left #harmattan | 01:44 | |
*** mgoetz has quit IRC | 01:49 | |
*** _MeeGoBot_ has joined #harmattan | 01:55 | |
*** ChanServ sets mode: +v _MeeGoBot_ | 01:55 | |
*** guruz has joined #harmattan | 01:55 | |
*** RzR is now known as rzr | 01:58 | |
*** rzr is now known as RzR | 01:58 | |
*** artemma has quit IRC | 02:06 | |
*** tomyri has quit IRC | 02:29 | |
*** guruz has quit IRC | 02:32 | |
*** Natunen has quit IRC | 02:32 | |
*** guruz has joined #harmattan | 02:36 | |
*** guruz is now known as mgoetz | 02:50 | |
*** adlan has quit IRC | 02:50 | |
*** daniel_o has quit IRC | 03:16 | |
*** adlan has joined #harmattan | 03:25 | |
*** vladest has quit IRC | 03:33 | |
*** Venemo_N950 has quit IRC | 03:43 | |
*** M4rtinK has quit IRC | 03:48 | |
*** beford has joined #harmattan | 03:57 | |
*** leinir has quit IRC | 04:10 | |
*** npm_ has joined #harmattan | 04:19 | |
*** npm has quit IRC | 04:19 | |
*** vladest has joined #harmattan | 04:41 | |
*** Hei_Ku` is now known as Hei_Ku | 04:52 | |
*** interiorcrocodil has left #harmattan | 05:12 | |
*** pinheiro_ has joined #harmattan | 05:17 | |
*** pinheiro has quit IRC | 05:20 | |
*** Natunen has joined #harmattan | 05:58 | |
Sazpaimon_ | hey guys | 06:07 |
Sazpaimon_ | open accuweather | 06:07 |
Sazpaimon_ | and go to lifestyle | 06:07 |
Sazpaimon_ | look at the skiing forecast | 06:08 |
Sazpaimon_ | tell me you see what I see | 06:08 |
Clint | no | 06:09 |
Sazpaimon_ | you obvioulsy do if you could assume what it was | 06:17 |
Clint | i see "Poor" | 06:27 |
Clint | and i assume you wouldn't be saying "hey guys" for that | 06:27 |
*** Appiah has quit IRC | 06:46 | |
DocScrutinizer | MohammadAG: you never run apps as root, you allow the needed actions to that particular app | 07:27 |
DocScrutinizer | MohammadAG: that's what aegis is all about | 07:28 |
DocScrutinizer | even if you _could_ "run as root" any app, this still wouldn't mean the app could do a single thing better than under user account, thanks to aegis. See develsh/develsu | 07:30 |
DocScrutinizer | MohammadAG: so the right way is your app requesting for all the tokens/permissions needed, and if those aren't available in OVI you're basically doomed | 07:31 |
DocScrutinizer | on the large picture when your userland app needs to do root things than quite frequently this indicates a poor and faulty architecture of the app. Rather you use proxies aka services running under root, to do root things, and you talk to these services via usually dbus | 07:39 |
Sazpaimon_ | Clint, i was referring to the icon itself | 07:41 |
Sazpaimon_ | sorry i didnt specify | 07:42 |
DocScrutinizer | either dbus, or - occasionally - via system() and help of sudoers, or you got a library stub include that hides away the implementation completely from your code, or whatever | 07:42 |
*** DocScrutinizer has quit IRC | 07:45 | |
*** DocScrutinizer has joined #harmattan | 07:45 | |
infobot | Hey, thanks for that - I haven't had idea of such functions | 07:45 |
DocScrutinizer | or, the aegis way, you find out which tokens any account (root too) would need to do that "rogue" task you plan to do, and request then via manifest, and possibly need an aegis-exec or whatever to actually allow the permissions associated with the tokens to the app | 07:47 |
DocScrutinizer | ~useless | 07:48 |
* infobot starts crying and hides from docscrutinizer in the darkest corner of the room. :( | 07:48 | |
ZogG_laptop | Sazpaimon_: i have meecast only =) | 08:16 |
mardy | ZogG_laptop: 'morning, now I'm around :-) | 08:37 |
*** xarcass has joined #harmattan | 08:38 | |
Teo` | so I just woke up and found a huge and spreading cluster of dead pixels on my N950 | 08:42 |
Teo` | do you guys know if the display is serviceable, can you even buy a replacement anywhere? | 08:42 |
*** vladest has quit IRC | 08:45 | |
SpeedEvil | No, return for replacement | 08:45 |
SpeedEvil | MohammadAG: recently went through that, and a ouple of others | 08:45 |
Teo` | SpeedEvil: what do I do, contact Quim about it? | 08:45 |
SpeedEvil | I don't recall. | 08:45 |
SpeedEvil | Sorry, not had to do that, fortunately. | 08:46 |
Teo` | right, thanks anyway | 08:46 |
Teo` | hope somebody who had sees this | 08:46 |
SpeedEvil | This is a really quiet time of day on this channel. | 08:49 |
SpeedEvil | Only the very early birfd are awake in europe, and those on the west oast of the US have largely gone to bed | 08:49 |
Teo` | right | 08:50 |
qronic | Had it installed before flashing, now can't remember how to install "file" utility. What package contains it? | 08:54 |
*** hardaker has quit IRC | 08:55 | |
hiemanshu | Teo`: email DDP | 09:01 |
Teo` | hiemanshu: DDP.program@nokia.com? | 09:04 |
hiemanshu | Teo`: yes that one | 09:04 |
Teo` | hiemanshu: ok thanks | 09:04 |
Teo` | you think they'll replace it even though I've had it for a few months? | 09:04 |
hiemanshu | yes, I am sending in mine for a replacement soon-ish | 09:07 |
Teo` | ok | 09:08 |
*** mece has joined #harmattan | 09:10 | |
*** tomyri has joined #harmattan | 09:11 | |
*** ArkanoiD_ has joined #harmattan | 09:34 | |
*** beford has quit IRC | 09:36 | |
*** diggy has joined #harmattan | 09:47 | |
*** leinir has joined #harmattan | 09:49 | |
*** harbaum has joined #harmattan | 09:51 | |
mardy | ff5choco | 09:51 |
mardy | oops! | 09:52 |
*** tarantism has quit IRC | 09:58 | |
*** zk8 has joined #harmattan | 10:02 | |
*** zk8 has quit IRC | 10:07 | |
*** auenf has joined #harmattan | 10:10 | |
*** lamikr has joined #harmattan | 10:11 | |
*** miroslav has joined #harmattan | 10:16 | |
*** zk8 has joined #harmattan | 10:21 | |
Teo` | hiemanshu: SpeedEvil: btw this is what popped up on my N950 http://dl.dropbox.com/u/6631774/N950replacement/n950.jpeg | 10:22 |
Teo` | and it seems to be spreading ;_; | 10:22 |
SpeedEvil | Interesting | 10:22 |
SpeedEvil | I recall hiemanshu's (?) image looking quite similar, but with the defect about the same distance up from the 'bottom' of the screen. | 10:23 |
hiemanshu | Teo`: exactly same situtation as mine :P | 10:23 |
Teo` | hiemanshu: did you do anything? mine just happened overnight | 10:24 |
SpeedEvil | Coincidentally? Both defects look exactly over the hinges. | 10:24 |
Teo` | SpeedEvil: you think it might be mechanical? | 10:24 |
hiemanshu | Teo`: same here :P | 10:25 |
SpeedEvil | Teo`: Yes | 10:25 |
Teo` | maybe that's what they were referring to when they said the device was beta quality | 10:25 |
SpeedEvil | Perhaps | 10:25 |
Teo` | cause I sure didn't abuse it, got two N810 in perfect working order here | 10:25 |
SpeedEvil | Could be anything, from it being compressed in a pocket, to assembly defets | 10:26 |
*** zk8 has left #harmattan | 10:26 | |
Teo` | :-/ | 10:26 |
Teo` | I'd rule out pocket compression, I wear true geek size baggy pants :D | 10:26 |
SpeedEvil | :) | 10:27 |
Teo` | the weather was especially cold though, maybe that could have done something | 10:27 |
SpeedEvil | Maybe | 10:27 |
Teo` | above 0°C but it was a sudden drop in temperature | 10:27 |
* SpeedEvil looks at the thermometer reading 5C. | 10:27 | |
*** miroslav has quit IRC | 10:28 | |
*** gabriel9 has joined #harmattan | 10:31 | |
*** harbaum has quit IRC | 10:38 | |
*** tbf has joined #harmattan | 10:54 | |
*** zk8 has joined #harmattan | 11:02 | |
*** frinring has joined #harmattan | 11:03 | |
*** zk8 has quit IRC | 11:12 | |
*** ronan22 has joined #harmattan | 11:15 | |
*** miroslav has joined #harmattan | 11:15 | |
*** artemma has joined #harmattan | 11:24 | |
*** psycho_oreos has joined #harmattan | 11:31 | |
*** mck182 has joined #harmattan | 11:57 | |
*** jreznik has joined #harmattan | 12:08 | |
*** zz_gri is now known as gri | 12:10 | |
*** faenil has joined #harmattan | 12:12 | |
*** miroslav1 has joined #harmattan | 12:16 | |
*** miroslav has quit IRC | 12:16 | |
*** M4rtinK has joined #harmattan | 12:17 | |
*** BluABK has quit IRC | 12:21 | |
*** adlan has quit IRC | 12:27 | |
gri | frals: did nokia "steal" your idea? :) | 12:29 |
gri | ups, not you :P | 12:29 |
*** jreznik has quit IRC | 12:31 | |
*** gabriel9 is now known as gabriel9|work | 12:46 | |
RST38h | Moo all | 12:47 |
SpeedEvil | oom | 12:47 |
gri | hmm, that "MeeScan" installs on the n9 here but not on the n950 | 12:47 |
*** mck182_ has joined #harmattan | 12:53 | |
*** mck182_ has quit IRC | 12:53 | |
*** mck182_ has joined #harmattan | 12:53 | |
*** mck182 has quit IRC | 12:56 | |
*** leinir has quit IRC | 13:03 | |
*** lizardo has joined #harmattan | 13:03 | |
*** leinir has joined #harmattan | 13:05 | |
lardman | gri: have you got an old version of mBarcode installed? | 13:08 |
lardman | as the naming of libdmtx conflicts with what I was using | 13:08 |
gri | not that I know of | 13:08 |
lardman | Try installing from the terminal, shame Ovi gives such poor error messages | 13:09 |
gri | how to install ovi packages from terminal? :) | 13:09 |
lardman | I got something along the lines of "failed download" when in fact it was more like "won't install as a package conflicts" | 13:09 |
gri | yeah, I had the conflicts first time, then "failed download" | 13:09 |
lardman | gri: devel-su; apt-get install meescan | 13:09 |
lardman | worked for me anyway, and made me think that perhaps there is still a place for mBarcode | 13:10 |
gri | does not work, ovi is not a repository "package meescan can not be found" | 13:10 |
lardman | hmm, no idea then, I certainly didn't set Ovi up manually | 13:11 |
gri | mBarcode on the n900 was much faster than this app :) | 13:11 |
lardman | gri: wait until the weekend and I'll give you a working version of mBarcode | 13:11 |
lardman | gri: at decoding? | 13:12 |
lardman | I think the frame size is probably larger and it's being fed to the same decoders | 13:12 |
lardman | so it takes longer | 13:12 |
*** vladest has joined #harmattan | 13:12 | |
lardman | ZXing is quick though and that's what I'm using, though I'll need to do some coding on that as it's an incomplete port | 13:12 |
gri | well I did not scan anything yet | 13:12 |
gri | but the camera in the app is slow | 13:12 |
gri | and I had to click five times on the menu button that it actually appears | 13:13 |
lardman | on the N900 startup was quite slow too | 13:13 |
* lardman thinks that there's nothing like the motivation of a competing app :) | 13:14 | |
auenf | definately | 13:14 |
gri | I removed mine after 10 hours from ovi store :/ | 13:14 |
lardman | yeah I've not even considered the Ovi store hoops, perhaps a dev only package | 13:15 |
auenf | was it 10 hours from when you put in the request to remove, or when it actually dissapeared from the store? | 13:15 |
gri | auenf: 10 hours until I put the request to remove it (saturday), it actually got removed yesterday at noon time | 13:15 |
gri | 144 people have downloaded a broken package | 13:16 |
auenf | so you requested it to be removed before i got my n9 | 13:16 |
auenf | and i had downloaded it before it got removed :P | 13:16 |
auenf | err, yesterday at noon being monday or tuesday? | 13:17 |
gri | about 24h ago | 13:18 |
gri | so here this is monday noontime | 13:18 |
auenf | ok, so removed next working day from the request | 13:19 |
gri | I wonder how long it takes them to publish the fixed version (actually 2 lines of code changed), got no reply from qa staff yet | 13:19 |
gri | the communication with the qa team is a bit annoying since they are in canada and therefore reply to emails when it's early in the morning here :) | 13:20 |
auenf | they are probably still asleep atm | 13:21 |
auenf | so hopefully they'll sort it out today | 13:21 |
gri | yeah, they start working when it's 19:00 here | 13:22 |
ArkanoiD_ | Is there _working_ tool to manage quick launch bar? | 13:22 |
auenf | which one isnt working? | 13:22 |
auenf | shortcuts is working? | 13:24 |
auenf | altho no PR1.1 for me yet | 13:24 |
gri | What is /var/log/pasms.log and pareplysms.log? | 13:27 |
*** MohammadAG has quit IRC | 13:27 | |
*** MohammadAG has joined #harmattan | 13:27 | |
*** MohammadAG has quit IRC | 13:27 | |
*** MohammadAG has joined #harmattan | 13:28 | |
*** MohammadAG has quit IRC | 13:28 | |
*** MohammadAG has joined #harmattan | 13:28 | |
auenf | my pareplysms.log is still at the firmware date cause i havent sent an sms yet | 13:29 |
auenf | and only contains a newline | 13:29 |
gri | yeah, both are 19 oct here | 13:29 |
gri | (n950) | 13:29 |
auenf | 1 sep | 13:30 |
hiemanshu | 1 Oct and 1 Aug for me | 13:30 |
auenf | hmm, 'PhoneActivation' | 13:32 |
auenf | some MyNokia thing | 13:33 |
auenf | [2011-12-20T21:21:35] void PhoneActivation::subscribe(CherrySmsEngine::SignupInfo, QString): | 13:36 |
auenf | [2011-12-20T21:21:35] void PhoneActivation::smsSendFinished(bool, QString): success = "[1mtrue[0;39m" | 13:36 |
gri | I don't have these lines | 13:38 |
auenf | there is a phone number listed | 13:38 |
gri | http://pastebin.com/WaiSP9KB | 13:38 |
auenf | which is the local MyNokia mobile number according to google | 13:38 |
gri | seems I did not activate :) | 13:38 |
MohammadAG | Call it, see what happens | 13:39 |
auenf | http://pastebin.com/tQ87hThF | 13:39 |
MohammadAG | You have reached Nokia HQ, your phone will self destruct in 3, 2... | 13:39 |
gri | auenf: CherrySms::*? CherrySMS is an online sms service | 13:40 |
auenf | rofl, first entry is 2011-01-01 | 13:40 |
auenf | sif this phone was working then :P | 13:40 |
auenf | at least it wont cost me 25c if it used cherrysms then :P | 13:41 |
*** tomma_ is now known as tomma | 13:41 | |
auenf | PR1.2 on n900 had a similar thing | 13:43 |
*** psycho_oreos has quit IRC | 13:43 | |
auenf | http://wiki.maemo.org/PR1.2_compulsory_My_Nokia_subscription | 13:43 |
* SpeedEvil notes the 'response' entirley omits mention of the UK premium rate regulations, which it breaches. | 13:45 | |
auenf | premium rate? | 13:45 |
gri | LOL | 13:46 |
gri | got reply from ovi store | 13:46 |
gri | QA failed | 13:46 |
gri | for the same package as before | 13:46 |
SpeedEvil | The SMS is a premium rate one (in the UK) within the definitions. | 13:46 |
gri | I am only allowed to install to /opt/ | 13:46 |
gri | well, how to install accounts files then? | 13:46 |
auenf | what causes it to be a premium rate sms? | 13:46 |
SpeedEvil | auenf: The number it's sent to | 13:47 |
auenf | its not a standard mobile number for uk? | 13:47 |
*** artemma has quit IRC | 13:47 | |
auenf | and it seems it will use cherry anyway, so no sms cost to user, but data cost to user tho | 13:48 |
SpeedEvil | No, it's not | 13:48 |
auenf | standard mobile number in au | 13:48 |
SpeedEvil | https://bugs.maemo.org/show_bug.cgi?id=10506 | 13:48 |
povbot | Bug 10506: 'My nokia' unsubscribe attempt costs money. This is in breach of the UK regulations on premium rate texts. | 13:48 |
MohammadAG | gri: I am only allowed to install to /opt/ | 13:49 |
MohammadAG | The fuck | 13:49 |
gri | MohammadAG: they accepted the same package on friday | 13:49 |
gri | I only commented out two lines | 13:49 |
auenf | ahh, unsubscribe costs premium | 13:49 |
MohammadAG | /opt is under / | 13:49 |
gri | MohammadAG: funny thing is, they complain I copied files to /usr/lib/AccountSetup and /usr/lib/qt4/imports/ and /usr/share/l10n | 13:50 |
MohammadAG | There is no optification concept on harmattan | 13:50 |
leinir | gri: i didn't even update my package and it got declined (multiple instances of the app, got around it, but bleh, it's a feature you nunce :P ) | 13:50 |
auenf | different QA people are reading different QA checklists? | 13:50 |
gri | there's no way of installing to other dirs | 13:51 |
MohammadAG | That's the fremantle qa | 13:51 |
gri | /usr/share/l10n is required for MLocale | 13:51 |
gri | /usr/lib/AccountSetup is required to show up something in "Accounts" | 13:51 |
gri | /usr/lib/qt4/imports is required to install qml plugins | 13:51 |
*** faenil has quit IRC | 13:52 | |
MohammadAG | Did you figure out how to make an AccountsSetup bin? | 13:52 |
gri | well I made mine in qml | 13:52 |
X-Fade | gri: Install in opt, symlink from / ? | 13:52 |
X-Fade | gri: Not sure if they like that though | 13:52 |
*** CepiPerez has joined #harmattan | 13:52 | |
gri | X-Fade: it's just why did they accept it before then? | 13:52 |
X-Fade | gri: Don't ask me :) | 13:53 |
auenf | X-Fade, technically it would still be writing outside /opt/ :P | 13:53 |
MohammadAG | Resend the pkg | 13:53 |
auenf | <gri> X-Fade: it's just why did they accept it before then? <-- <auenf> different QA people are reading different QA checklists? | 13:53 |
X-Fade | I wonder if it is a 'using storage space' requirement or more 'make a mess' one. | 13:53 |
gri | yeah, they sent me this: http://harmattan-dev.nokia.com/docs/library/html/guide/html/Developer_Library_Essential_concepts_for_Harmattan_developers_Data_storage_List_of_path_name_exceptions.html | 13:53 |
gri | there are a few paths missing in their list | 13:54 |
ArkanoiD_ | auenf, no, shortcuts isn't. it says it should appear in settings/applications menu -- it does not, and when i run it manually, it does not save anything i drag onto the shortcuts bar | 13:58 |
auenf | save as in close shortcuts app, or only after a reboot? | 13:59 |
ArkanoiD_ | neither works | 14:05 |
auenf | PR1.0 or 1.1 ? | 14:05 |
ArkanoiD_ | 1.1 | 14:05 |
auenf | its working fine for me on PR1.0 | 14:06 |
auenf | 0.1.8 | 14:10 |
auenf | ArkanoiD_: http://talk.maemo.org/showthread.php?t=80019 | 14:20 |
*** etrunko has joined #harmattan | 14:23 | |
ArkanoiD_ | thanks, at least manual repair did help | 14:36 |
*** jluisn has joined #harmattan | 14:45 | |
*** leinir has quit IRC | 14:52 | |
*** leinir has joined #harmattan | 14:54 | |
*** artemma has joined #harmattan | 14:56 | |
*** leinir has joined #harmattan | 15:06 | |
*** rantom has quit IRC | 15:15 | |
*** deram has quit IRC | 15:17 | |
*** deram has joined #harmattan | 15:18 | |
*** rantom has joined #harmattan | 15:19 | |
*** miroslav1 has quit IRC | 15:37 | |
*** briglia has joined #harmattan | 15:39 | |
*** miroslav has joined #harmattan | 15:50 | |
*** briglia has quit IRC | 15:53 | |
*** heymaster has quit IRC | 15:55 | |
*** xarcass has quit IRC | 15:58 | |
divan | Guys, is it possible to install Nemo or Harmattan on Lumia 800 at this moment? | 15:58 |
*** heymaster has joined #harmattan | 15:58 | |
deram | afaik completely different hardware | 15:59 |
*** xarcass has joined #harmattan | 16:00 | |
Jare | how do i schedule a shell script? It seems that atleast cron is missing. Is there another way to do it? | 16:03 |
*** hardaker has joined #harmattan | 16:05 | |
*** vladest has quit IRC | 16:14 | |
*** vladest has joined #harmattan | 16:14 | |
divan | deram, AFAIK Meego supports Snapdragon, no? | 16:17 |
*** achipa has joined #harmattan | 16:18 | |
*** lardman has quit IRC | 16:21 | |
*** lardman has joined #harmattan | 16:21 | |
*** lardman has joined #harmattan | 16:21 | |
*** etrunko has quit IRC | 16:29 | |
*** rm_work has joined #harmattan | 16:38 | |
*** rm_work has joined #harmattan | 16:38 | |
*** beford has joined #harmattan | 16:43 | |
*** Hei_Ku` has joined #harmattan | 16:48 | |
*** jpwhiting has joined #harmattan | 16:48 | |
*** jpwhiting has joined #harmattan | 16:48 | |
*** xarcass has quit IRC | 16:49 | |
*** lizardo has quit IRC | 16:50 | |
*** tomma has quit IRC | 16:50 | |
*** the-boss` has quit IRC | 16:50 | |
*** Hei_Ku has quit IRC | 16:50 | |
*** jpwhitin` has quit IRC | 16:50 | |
*** SpeedEvil has quit IRC | 16:50 | |
*** ZogG has quit IRC | 16:50 | |
*** ieatlint has quit IRC | 16:50 | |
*** BrettQ has quit IRC | 16:50 | |
*** juergbi has quit IRC | 16:50 | |
*** dm8tbr has quit IRC | 16:50 | |
*** ZogG has joined #harmattan | 16:50 | |
*** ieatlint has joined #harmattan | 16:50 | |
*** BrettQ has joined #harmattan | 16:50 | |
*** juergbi has joined #harmattan | 16:50 | |
*** dm8tbr has joined #harmattan | 16:50 | |
miroslav | Should be easier to get working than WP7 :-) | 16:51 |
*** tomma has joined #harmattan | 16:51 | |
*** lamikr has quit IRC | 16:54 | |
*** SpeedEvil has joined #harmattan | 16:57 | |
*** ArkanoiD_ has quit IRC | 17:05 | |
corecode | hi | 17:14 |
corecode | am i doing something wrong? i can't seem to be able to set my sender name for imap/smtp accounts | 17:14 |
corecode | it always just puts my mail address there | 17:14 |
MohammadAG | did unseal.ko ever work on beta2? | 17:15 |
deram | corecode: same problem on me, desided not to search solution further, since my email address has my name in it | 17:17 |
*** CepiPerez1 has joined #harmattan | 17:18 | |
corecode | mine doesn't | 17:18 |
Richlv | what was that problem about forgetting passwords ? one n9 here with PR 1.1 seems to ask for twitter password whenever it reconnects to wifi... is that some bugreport already addresses ? | 17:18 |
*** CepiPerez has quit IRC | 17:18 | |
*** CepiPerez has joined #harmattan | 17:19 | |
*** adlan has joined #harmattan | 17:19 | |
*** CepiPerez1 has quit IRC | 17:23 | |
*** Appiah has joined #harmattan | 17:32 | |
*** harbaum has joined #harmattan | 17:40 | |
*** etrunko has joined #harmattan | 17:42 | |
jonni | Richlv: yes known but which is fixed in future PR release. | 17:44 |
jonni | s/but/bug/ | 17:44 |
infobot | jonni meant: Richlv: yes known bug which is fixed in future PR release. | 17:44 |
Richlv | jonni, ok, so it doesn't happen only after a reboot, right ? | 17:48 |
jonni | happens everytime you roam | 17:49 |
jonni | ie switch between 2g/3g vs wifi | 17:50 |
*** harbaum has quit IRC | 17:57 | |
jonni | gri: if you have qml plugin only for your app, you can also install it under /opt/ as /usr/lib/qt4/imports is only needed for global plugins | 17:59 |
*** leinir has quit IRC | 18:00 | |
gri | jonni: and how to load it then? what's wrong with making it global? | 18:00 |
*** leinir has joined #harmattan | 18:02 | |
jonni | load them just normally with import, so there is qml plugin searchpatch, by default it looks from . && /usr/lib/qt4/imports, like if your app is /opt/foobar/bin/foobar, it automaticly searches /opt/foobar/bin/imports | 18:02 |
jonni | (you can use strace to see what paths is automaticly searched) | 18:03 |
gri | problem is that parts of my program are in /usr/lib/AccountSetup, the other part is in /opt/web2sms | 18:03 |
gri | so I'd have to set them by hand in my code I guess | 18:04 |
jonni | gri: they only check whats inside the dep, just make everything to install in /opt/web2sms, and when app starts just generated the needed stuff into accountsetup dir on the fly ;-) | 18:04 |
jonni | s/dep/deb/ | 18:05 |
infobot | jonni meant: gri: they only check whats inside the deb, just make everything to install in /opt/web2sms, and when app starts just generated the needed stuff into accountsetup dir on the fly ;-) | 18:05 |
jonni | generated=generate | 18:05 |
*** gabriel9|work has quit IRC | 18:06 | |
gri | jonni: but that's stupid when I start to generate files where no one knows where they come from | 18:07 |
gri | there are also other packages from ovi that do no install to /opt | 18:07 |
gri | it really must depend on the tester | 18:07 |
jonni | but in reality reason behind requiring apps to install to /opt/ is that same deb needs to work in pr1.0, pr1.1 and pr1.1.1 images, and thats why nothing is allowed in system dirs, since it causes bricks very easily :) | 18:08 |
*** zk8 has joined #harmattan | 18:08 | |
gri | but there is a list of exceptions | 18:08 |
gri | it's just missing the account stuff paths | 18:08 |
jonni | well yes, for that you might need to contact ovi qa support and ask if they can ask another excemption path, (or just kludge around it by generating files on the fly, although that is bad bad(tm)) :) | 18:09 |
jonni | s/ask/add/ | 18:10 |
infobot | jonni meant: well yes, for that you might need to contact ovi qa support and add if they can ask another excemption path, (or just kludge around it by generating files on the fly, although that is bad bad(tm)) :) | 18:10 |
jonni | blaah I cannot type right today | 18:10 |
jonni | blaah and searchreplaced wrong word :) | 18:10 |
gri | jonni: I already wrote them their list is incomplete | 18:13 |
*** zk8 has quit IRC | 18:13 | |
gri | let's see what they reply :) | 18:13 |
*** M4rtinK has quit IRC | 18:15 | |
*** miroslav has quit IRC | 18:19 | |
*** miroslav has joined #harmattan | 18:25 | |
*** zk8 has joined #harmattan | 18:34 | |
*** zk8 has quit IRC | 18:36 | |
gri | It's cool to have a amazon warehouse 20km from here: Ordered something yesterday at 23:40 by standard mail and got it today at 10:30 :) | 18:42 |
*** KRF has quit IRC | 18:44 | |
*** KRF has joined #harmattan | 18:45 | |
*** mece has quit IRC | 18:50 | |
*** achipa has quit IRC | 18:53 | |
*** frinring has quit IRC | 18:59 | |
*** lizardo has joined #harmattan | 19:01 | |
*** zk8 has joined #harmattan | 19:06 | |
*** NIN101 has joined #harmattan | 19:21 | |
*** miroslav has quit IRC | 19:22 | |
*** etrunko has quit IRC | 19:22 | |
*** etrunko has joined #harmattan | 19:27 | |
*** divan has quit IRC | 19:28 | |
*** vladest has quit IRC | 19:33 | |
*** NIN101 has quit IRC | 19:53 | |
*** BluesLee has joined #harmattan | 19:54 | |
*** NIN101 has joined #harmattan | 19:56 | |
*** BluesLee has quit IRC | 20:03 | |
*** etrunko has quit IRC | 20:11 | |
*** etrunko has joined #harmattan | 20:12 | |
*** frinring has joined #harmattan | 20:13 | |
*** etrunko has quit IRC | 20:14 | |
*** hardaker has quit IRC | 20:24 | |
*** tarantism has joined #harmattan | 20:28 | |
*** frinring has quit IRC | 20:28 | |
*** beford has quit IRC | 20:41 | |
*** RzR is now known as rzr | 20:49 | |
*** rzr is now known as RzR | 20:49 | |
*** vladest has joined #harmattan | 20:52 | |
*** harbaum has joined #harmattan | 20:56 | |
*** meegoexperts has quit IRC | 20:56 | |
* RzR is about to install kde experimental debian packages | 20:58 | |
matrixx | cool! | 21:05 |
*** crevetor has joined #harmattan | 21:10 | |
*** M4rtinK has joined #harmattan | 21:19 | |
ZogG_laptop | mardy: i'll stalk you till we talk =) | 21:21 |
*** harbaum has quit IRC | 21:25 | |
*** tarantism has quit IRC | 21:26 | |
*** frinring has joined #harmattan | 21:26 | |
*** tarantism has joined #harmattan | 21:27 | |
*** M4rtinK has quit IRC | 21:28 | |
*** frinring has quit IRC | 21:32 | |
*** crevetor has quit IRC | 21:33 | |
*** zk8 has quit IRC | 21:34 | |
*** daniel_o has joined #harmattan | 21:41 | |
*** beford has joined #harmattan | 21:41 | |
*** diggy has quit IRC | 21:55 | |
*** petteri has quit IRC | 21:55 | |
*** CepiPerez has quit IRC | 22:02 | |
gri | ZogG_laptop: maybe you have to clarify your question that he replies :) | 22:02 |
*** mck182_ has quit IRC | 22:03 | |
lizardo | gri, did you manage to convince nokia store QA about the accounts plugin path ? I was willing to implement an account plugin, but if it blocks QA, I'd rather store credentials on the app :( | 22:08 |
lizardo | at least for the first version | 22:08 |
gri | lizardo: They told they ask back the meego team if these paths are ok and then notify me what they said | 22:09 |
lizardo | gri, it would be nice if we can get people in touch to update the documentation as well | 22:10 |
*** beford has quit IRC | 22:10 | |
lizardo | gri, so they can't use it as evidence to QA fails :) | 22:10 |
gri | I think they will do this if the meego team says these paths are ok | 22:10 |
gri | atleast I hope so :) | 22:11 |
MohammadAG | NOOOOO http://www.dhl.com/content/g0/en/express/tracking.shtml?brand=DHL&AWB=6936258346%0D%0A | 22:11 |
MohammadAG | they actually returned it | 22:11 |
* MohammadAG cries | 22:11 | |
MohammadAG | /cc DocScrutinizer | 22:11 |
gri | MohammadAG: I thought you had your n950? | 22:12 |
ieatlint | now that's a happy chanukah, MohammadAG :P | 22:12 |
lizardo | MohammadAG, it seems to have been bounced a lot next to the destination :| | 22:13 |
MohammadAG | gri, that's the second one | 22:13 |
MohammadAG | basically I was sent three N950s | 22:13 |
MohammadAG | First in August, second is that, third is with me | 22:13 |
MohammadAG | basically, that's probably javispedro's replacement :P | 22:13 |
lizardo | MohammadAG, HW issues ? | 22:14 |
gri | MohammadAG: Next time send it to someone outside of isreal and let him/her take it to you :) | 22:14 |
MohammadAG | lizardo, first one? overheating | 22:14 |
lizardo | MohammadAG, mine has the keyboard backlight blinking , but I 'ill not dare to sent it back, it was sooo difficult to get here :) | 22:15 |
ieatlint | oh yeah, send it to me, i'll totally come to .il to give it to you, honest | 22:15 |
MohammadAG | gri, too late, heya lumia | 22:15 |
*** BluesLee has joined #harmattan | 22:16 | |
ZogG_laptop | gri: he ones that coded signon | 22:17 |
gri | ZogG_laptop: I know but as everyone don't expect him to know every line of code he has written more than a year ago | 22:17 |
*** beford has joined #harmattan | 22:20 | |
MohammadAG | wow | 22:26 |
MohammadAG | a game that originated on Symbian is a top app on the apple app store | 22:26 |
MohammadAG | it seems like the same code base + touch support, it has the same res (pixelated) | 22:27 |
*** petteri has joined #harmattan | 22:29 | |
*** BluesLee has quit IRC | 22:32 | |
*** mck182 has joined #harmattan | 22:42 | |
*** mck182 has quit IRC | 22:42 | |
*** mck182 has joined #harmattan | 22:42 | |
*** mck182 has joined #harmattan | 22:42 | |
*** mck182 has quit IRC | 22:42 | |
*** mck182 has joined #harmattan | 22:42 | |
*** tbf_ has joined #harmattan | 22:52 | |
*** mikelima has joined #harmattan | 22:53 | |
*** tbf has quit IRC | 22:56 | |
*** Riude is now known as Riussi | 23:02 | |
*** jluisn has quit IRC | 23:10 | |
rm_work | i think the backlight on my n950 keyboard stopped working | 23:46 |
rm_work | or never worked] | 23:46 |
rm_work | i'm not really sure | 23:46 |
daniel_o | :D | 23:47 |
rm_work | i just noticed last night that I couldn't see anything T_T | 23:47 |
daniel_o | hrhrhr | 23:47 |
rm_work | is there a command to test the backlight? | 23:48 |
rm_work | just force it to turn on? | 23:48 |
GeneralAntilles | rm_work, it seems buggy. | 23:48 |
rm_work | hrm | 23:49 |
rm_work | i'd work on fixing it | 23:49 |
rm_work | but only maybe 20 people in the entire world would ever notice | 23:49 |
rm_work | <_< | 23:49 |
rm_work | my motivation dwindles | 23:49 |
gri | mine also does not work sometimes | 23:50 |
gri | reboot helps most times | 23:50 |
GeneralAntilles | Mine sometimes turns on only half of the backlight, too. | 23:51 |
rm_work | lol | 23:51 |
*** M4rtinK has joined #harmattan | 23:53 | |
RzR | same here | 23:53 |
RzR | i just open it | 23:53 |
RzR | and the light is ok now | 23:53 |
rm_work | hrm | 23:55 |
RzR | the powersupply is not plugged now | 23:56 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!