*** b0unc3 has quit IRC | 00:03 | |
*** achilles999 has quit IRC | 00:03 | |
*** b0unc3 has joined #harmattan | 00:05 | |
*** gabriel9 has quit IRC | 00:08 | |
*** befr0d has quit IRC | 00:11 | |
*** RzR is now known as rZr | 00:12 | |
*** ZogG_laptop has quit IRC | 00:13 | |
*** rcg1 has joined #harmattan | 00:17 | |
*** Appiah_ has quit IRC | 00:17 | |
*** lamikr has quit IRC | 00:20 | |
*** b0unc3 has quit IRC | 00:21 | |
*** b0unc3 has joined #harmattan | 00:23 | |
*** ZogG_laptop has joined #harmattan | 00:25 | |
*** Morpog has quit IRC | 00:36 | |
*** Richlv_ is now known as Richlv | 00:37 | |
*** jluisn has quit IRC | 00:43 | |
*** aquarius has joined #harmattan | 00:49 | |
*** b0unc3 has quit IRC | 01:00 | |
*** b0unc3 has joined #harmattan | 01:02 | |
*** Morpog has joined #harmattan | 01:10 | |
Morpog | MohammadAG, whats the path for the alarns.desktop file? | 01:11 |
---|---|---|
*** tom_ has joined #harmattan | 01:14 | |
MohammadAG | /usr/share/meegotouch/applicati(tab) | 01:14 |
*** tom_ has quit IRC | 01:16 | |
*** aquarius has quit IRC | 01:16 | |
*** aquarius has joined #harmattan | 01:16 | |
*** faenil has joined #harmattan | 01:20 | |
Morpog | MohammadAG, it works, but i made a backup of it ;) | 01:29 |
*** Morpog has quit IRC | 01:32 | |
*** Morpog has joined #harmattan | 01:35 | |
ieatlint | are you shitting me nokia? i can't pass a QGeoCoordinate into qml to use as a Coordinate for a Map element? | 01:37 |
*** arcean has quit IRC | 01:38 | |
*** faenil has quit IRC | 01:39 | |
*** faenil has joined #harmattan | 01:39 | |
*** rcg1 has quit IRC | 01:40 | |
*** mzorz has joined #harmattan | 01:50 | |
mzorz | hi all, quick question: ovi store has rejected our app saying ACTUAL RESULT: The error message "Installation interrupted." is shown, on a N950, but it jus installs ok on RDA and a N9 I have, any ideas? | 01:54 |
ieatlint | the n950 firmware is slightly different... there must be something like a library mismatch or missing happening | 01:56 |
*** Natunen has quit IRC | 01:56 | |
*** M4rtinK has quit IRC | 01:56 | |
ieatlint | does your app use low level libraries? | 01:56 |
mzorz | oh I see | 01:56 |
mzorz | no it only uses networkservices | 01:56 |
ieatlint | then that is indeed weird | 01:57 |
ieatlint | i assume you don't have an n950 to test on? | 01:57 |
mzorz | no I don't have an N950 unfortunately | 01:58 |
*** faenil has quit IRC | 01:58 | |
mzorz | but I tested it on RDA and it installed | 01:58 |
mzorz | I'll check firmware versions, but Ovi's QA report doesn't give much information | 01:58 |
ieatlint | well, you can try just resubmitting and see if it gets rejected again, but you risk wasting time if it will | 01:58 |
mzorz | I see | 01:59 |
mzorz | sorry I correct myself, we're using SwEvent NetworkServices Location ReadUserData WriteUserData | 02:00 |
ieatlint | assuming your app isn't scary, i'm sure you can find someone in here to try installing it | 02:00 |
mzorz | coiuld any of these be a cause of a problem | 02:00 |
mzorz | hehe | 02:00 |
ieatlint | strictly speaking those are symbian capabilities, and don't exist on harmattan | 02:00 |
ieatlint | and if it works on the n9, then permissions shouldn't be an issue | 02:00 |
mzorz | you're right, it's scope is declared as in symbian:TARGET.CAPABILITY | 02:01 |
mzorz | anyone want to try installing the .deb file? the app just browses cinemas shows for a local cinema theatre branch | 02:02 |
ieatlint | the only thing that should interrupt the installation on the n950 when it works on the n9 is a library issue, but then, i may just be wrong :P | 02:03 |
ieatlint | and yeah, let me go find my n950 and i think i can do it | 02:03 |
mzorz | great, thanks so much | 02:03 |
*** ArkanoiD_ has quit IRC | 02:04 | |
ieatlint | ok, have it here, i can do a dpkg -i on the terminal and give you the output | 02:05 |
mzorz | great | 02:05 |
danielcbit | Hi everybody. Does some one know if it is possible to know the direction of the movement in a qml ListView? | 02:05 |
ieatlint | unless you can give me a url to grab it from, email might be easiest... | 02:06 |
mzorz | you can download the app from here http://dnld.mobi/hoyts15.deb | 02:06 |
ieatlint | ah, good | 02:06 |
mzorz | you mean the direction of the movement as in up or down? | 02:08 |
ieatlint | mzorz, looks like it installed without issue | 02:08 |
mzorz | uhm | 02:08 |
mzorz | now it's weird then | 02:08 |
ieatlint | http://pastebin.com/TZfDhS6P | 02:08 |
ieatlint | yeah, app icon on desktop, launches fine | 02:09 |
mzorz | wow | 02:09 |
ieatlint | there is a failure message there, and i'm afraid i don't know enough about aegis to give you a good explanation, but it appears non-fatal | 02:10 |
mzorz | danielcbit, listview inherits from flickable, you might want to bind some properties to detect dierction of movement, check http://doc.qt.nokia.com/4.7-snapshot/qml-flickable.html | 02:10 |
mzorz | ok ieatlint, great, I'll check it out | 02:10 |
ieatlint | ah, yeah, there is an issue there... it's not being installed properly | 02:10 |
ieatlint | i can't delete it from the desktop by holding down on the icon | 02:11 |
mzorz | oh | 02:11 |
mzorz | but it did run, didn't it | 02:11 |
ieatlint | yeah, but it needs to have normal behaviour | 02:11 |
danielcbit | mzorz: I already known this, but I can't seem to find a way to detect the direction of the flick | 02:11 |
ieatlint | i suspect the gui installer calls that failure fatal... will try it via the gui installer | 02:11 |
*** b0unc3 has quit IRC | 02:12 | |
mzorz | great thanks a lot ieatlint | 02:13 |
mzorz | danielcbit: you mean like, if it's vertical, you need to know if it's moving down or up, and if it's horizontal, you need to know whether it's moving towards right or left, is that what you're looking for? | 02:13 |
danielcbit | mzorz: exactly | 02:14 |
ieatlint | mrmlz_, installed without any issue via the gui... install screen all appeared normal | 02:14 |
ieatlint | err | 02:14 |
ieatlint | mzorz | 02:14 |
mzorz | yes | 02:15 |
ieatlint | mzorz, and when i install via the gui, i can indeed delete it from the home screen by long-pressing on the icon | 02:15 |
mzorz | uhm ok I wonder what the guys at Ovi's QA did, if only they provided more information for us to track it down | 02:16 |
ieatlint | mzorz, i will say i see two issues here though, but they're not the listed reasons for rejection | 02:16 |
ieatlint | the icon label on the homescreen is listed as "hoyts", and i suspect that should be capitalized | 02:16 |
*** b0unc3 has joined #harmattan | 02:16 | |
mzorz | point taken | 02:17 |
mzorz | thanks for pointing that out | 02:17 |
ieatlint | and if you go to the manage applications screen and select your app, it gives the description and version details, but the contact is listed as "unknown < >" | 02:17 |
mzorz | oops I think that's a cause for rejection, i'll correct that as well, thanks!! | 02:17 |
ieatlint | np | 02:17 |
ieatlint | good luck... i had my own fun with ovi qa a few weeks ago | 02:17 |
ieatlint | i'd fix those two things and resubmit | 02:18 |
ieatlint | maybe research that aegis error | 02:18 |
mzorz | cool I'll do that for sure | 02:19 |
mzorz | thanks again! btw would you elaborate on your experience wiht ovi qa :) | 02:20 |
danielcbit | mzorz: any tips? | 02:21 |
mzorz | danielcbit: have you tried binding a function of your own to movingHorizontally and movingVertically, then checking horizontalVelocity or verticalVelocity | 02:22 |
ieatlint | eh, my rejections were because they kept insisting my support page wasn't good enough | 02:22 |
mzorz | danielcbit: (under the assumption horizontalVelocity is i.e. negative for left, for instance) | 02:23 |
ieatlint | i should just start screwing with them... put in a date check at the start of the app, show something inane for the time period qa looks at it, then something entirely different | 02:23 |
mzorz | ieatlint: ah I see | 02:23 |
mzorz | hahaha that's probably a good one | 02:23 |
ieatlint | could be worse... could be apple's store | 02:24 |
mzorz | I have to say I had crazier times with Samsung Apps QA | 02:24 |
mzorz | sometimes they actually rejected a couple of our apps because they expected some thing to behave differently, as in.. they recommended features! | 02:25 |
mzorz | or whcih features the app should have... | 02:25 |
mzorz | insane | 02:25 |
ieatlint | yeah, and i'm also happy it only costs 1EUR to be able to submit apps | 02:26 |
danielcbit | mzorz: I tried with horizontalVelocity but cound't get a nice resolution. | 02:27 |
mzorz | that's true, it's good | 02:27 |
mzorz | danielcbit: but you did get a value that allowed you to decide whether the direction was left or right? | 02:28 |
*** imunsie has joined #harmattan | 02:28 | |
danielcbit | mzorz: some times I got 0 of velocity while swiping to the left | 02:31 |
*** mzorz has quit IRC | 02:32 | |
danielcbit | mzorz: sorry, it was to the right when I got 0 | 02:32 |
*** mzorz has joined #harmattan | 02:32 | |
ieatlint | danielcbit, http://doc.qt.nokia.com/4.7-snapshot/declarative-ui-components-scrollbar.html | 02:34 |
ieatlint | that draws a scrollbar moving left/right with a high resolution | 02:34 |
ieatlint | should work as an example of how to do it | 02:35 |
ieatlint | basically just monitor the flickable's visiableArea.xPosition | 02:36 |
ieatlint | if it increases, you're going right, if it decreases, left ... at least, that's how i'm reading it | 02:36 |
ieatlint | (and the "bump" at the end of the listview may cause something weird with the visible area value, so you might need to account for that) | 02:37 |
mzorz | don't know if danielcbit got it but I did, and will use it :) thanks too | 02:38 |
danielcbit | mzorz, ieatlint: Testing right now. I think it will do the work. | 02:40 |
danielcbit | mzorz, ieatlint: Any idea of what signal I can use so the change is perceived more quickly ? | 02:40 |
danielcbit | I'm using this to set the z property of my delegate in listview | 02:41 |
ieatlint | the on__Changed signal isn't doing the trick? | 02:43 |
danielcbit | ieatlint: The problem is to discover what is the best signal. I'm trying with onContentXChanged | 02:49 |
ieatlint | i'd do this: "property alias xPos: view.visableArea.xPosition" and then "onXPosChanged" | 02:52 |
danielcbit | ieatlint: Interesting, but I still would need to compare it with something to decide whether the user is swiping left or right. Isn't ? | 02:54 |
ieatlint | you can cache the last value if needed | 02:54 |
mzorz | yes and you might want to reset the last value onMovementStarted | 02:56 |
ieatlint | so do like "property int lastXpos" and then in the onChanged signal handler, compare the values then store the xPosition in lastXpos for the next time | 02:57 |
danielcbit | ieatlint: Ok. I'll try this. | 02:59 |
ieatlint | might set lastXpos to an initial value of 0 or something | 02:59 |
danielcbit | ieatlint: Ok | 03:03 |
*** GonzoTheGreat_ has joined #harmattan | 03:07 | |
mzorz | bye guys thanks! | 03:10 |
mzorz | leaving now | 03:10 |
*** mzorz has quit IRC | 03:11 | |
*** gri has quit IRC | 03:24 | |
*** danielcbit has quit IRC | 03:31 | |
*** beford has joined #harmattan | 03:32 | |
*** gri has joined #harmattan | 03:37 | |
*** liar has quit IRC | 03:38 | |
*** adlan has quit IRC | 04:00 | |
*** vladest has quit IRC | 04:01 | |
*** adlan has joined #harmattan | 04:28 | |
*** hardaker has joined #harmattan | 04:49 | |
*** Morpog has quit IRC | 04:55 | |
Elleo | aquarius: have you seen: https://garage.maemo.org/forum/forum.php?forum_id=7432 | 05:01 |
*** b0unc3 has quit IRC | 05:53 | |
*** natunen has joined #harmattan | 05:54 | |
*** jkt has quit IRC | 06:04 | |
*** jkt has joined #harmattan | 06:04 | |
*** jkt has joined #harmattan | 06:04 | |
*** Adlan_ has joined #harmattan | 06:58 | |
*** adlan has quit IRC | 06:58 | |
*** antman8969 has joined #harmattan | 07:19 | |
GonzoTheGreat_ | woohoo - implemented my own qml wrapper around QGraphicsGeoMap and can finally display markers on a map. RIP Landmark junk. | 07:19 |
antman8969 | has anyone ever got "invalid installation package" when trying to install a deb? | 07:29 |
GonzoTheGreat_ | now I just have to solve the SMS sending issue. | 07:30 |
*** rcg1 has joined #harmattan | 07:31 | |
*** antman8969 has quit IRC | 07:52 | |
*** imunsie has quit IRC | 08:05 | |
*** natunen has quit IRC | 08:08 | |
*** mschlens has quit IRC | 08:13 | |
*** mschlens has joined #harmattan | 08:15 | |
*** rcg1 has quit IRC | 08:16 | |
*** GeneralAntilles1 has joined #harmattan | 08:25 | |
*** Saviq_ has joined #harmattan | 08:25 | |
*** GeneralAntilles has quit IRC | 08:26 | |
*** imunsie has joined #harmattan | 08:27 | |
*** npm has quit IRC | 08:38 | |
*** npm has joined #harmattan | 08:40 | |
*** beford has quit IRC | 08:46 | |
*** mschlens has quit IRC | 08:54 | |
*** mschlens has joined #harmattan | 08:56 | |
*** hhartz has joined #harmattan | 09:01 | |
*** rnovacek has joined #harmattan | 09:01 | |
*** gabriel9 has joined #harmattan | 09:01 | |
Corsac | hmhm, is there a way to set the time for birthday reminder? | 09:04 |
Corsac | two days before looks a bit large to me | 09:04 |
*** lardman|home has quit IRC | 09:10 | |
jonni | enough time to go to shops and buy a present :) | 09:26 |
aquarius | Elleo, I've seen that it exists, but don't know how to get in touch with the chap, or run the software! | 09:30 |
*** GonzoTheGreat_ has quit IRC | 09:32 | |
*** gabriel9 has quit IRC | 09:32 | |
Elleo | aquarius: http://talk.maemo.org/showthread.php?t=84344 might be a good place to talk to him about it | 09:32 |
*** hardaker has quit IRC | 09:33 | |
Elleo | the project page in that post has the harmattan debs too | 09:33 |
*** cvaldemar has quit IRC | 09:37 | |
*** jreznik has joined #harmattan | 09:44 | |
*** Phew has joined #harmattan | 09:56 | |
*** gabriel9|work has joined #harmattan | 09:57 | |
*** xarcass has joined #harmattan | 09:57 | |
*** tom_ has joined #harmattan | 09:59 | |
*** mschlens has quit IRC | 10:01 | |
*** e-yes has quit IRC | 10:02 | |
*** mschlens has joined #harmattan | 10:02 | |
*** npm has quit IRC | 10:03 | |
*** ghjgfjghjbn2 has joined #harmattan | 10:08 | |
*** ljp has joined #harmattan | 10:09 | |
*** Beineri_ has joined #harmattan | 10:10 | |
*** yb0t has joined #harmattan | 10:10 | |
*** Hei_Ku` has joined #harmattan | 10:10 | |
*** mtd__ has joined #harmattan | 10:10 | |
*** jpwhitin` has joined #harmattan | 10:11 | |
*** aep has quit IRC | 10:11 | |
*** ghjgfjghjbn has quit IRC | 10:11 | |
*** acidjunkie has quit IRC | 10:11 | |
*** mtd_ has quit IRC | 10:11 | |
*** Hei_Ku has quit IRC | 10:11 | |
*** SpeedEvil has quit IRC | 10:11 | |
*** jpwhiting has quit IRC | 10:11 | |
*** Beineri has quit IRC | 10:11 | |
*** Phew has quit IRC | 10:11 | |
*** junglizer has quit IRC | 10:11 | |
*** lopotter has quit IRC | 10:11 | |
*** RST38h has quit IRC | 10:11 | |
*** jbos has quit IRC | 10:11 | |
*** ybot_ has quit IRC | 10:11 | |
*** special has quit IRC | 10:11 | |
*** special has joined #harmattan | 10:11 | |
*** Beineri_ is now known as Beineri | 10:11 | |
*** Beineri has quit IRC | 10:12 | |
*** Beineri has joined #harmattan | 10:12 | |
*** sp3000 has quit IRC | 10:12 | |
*** SpeedEvil has joined #harmattan | 10:12 | |
*** jbos has joined #harmattan | 10:12 | |
*** sp3000 has joined #harmattan | 10:12 | |
*** junglizer has joined #harmattan | 10:12 | |
*** acidjunkie has joined #harmattan | 10:12 | |
*** Phew has joined #harmattan | 10:14 | |
*** Phew has joined #harmattan | 10:14 | |
*** Facefox has quit IRC | 10:14 | |
*** cvaldemar has joined #harmattan | 10:14 | |
*** aep has joined #harmattan | 10:17 | |
*** Phew has quit IRC | 10:18 | |
*** Facefox has joined #harmattan | 10:19 | |
*** cityLights has joined #harmattan | 10:24 | |
*** Natunen has joined #harmattan | 10:24 | |
*** Adlan_ has quit IRC | 10:30 | |
*** Adlan_ has joined #harmattan | 10:31 | |
*** gabriel9|work has quit IRC | 10:32 | |
*** lamikr has joined #harmattan | 10:32 | |
*** Adlan_ has quit IRC | 10:34 | |
*** gabriel9|work has joined #harmattan | 10:34 | |
*** Adlan_ has joined #harmattan | 10:35 | |
*** lamikr has quit IRC | 10:42 | |
*** ArkanoiD_ has joined #harmattan | 10:43 | |
*** lamikr has joined #harmattan | 10:46 | |
*** tgalal has joined #harmattan | 10:47 | |
*** elldekaa has joined #harmattan | 10:59 | |
*** tbf has joined #harmattan | 11:05 | |
*** M4rtinK has joined #harmattan | 11:11 | |
*** tom_ has quit IRC | 11:32 | |
*** vihta has left #harmattan | 11:40 | |
*** piggz has quit IRC | 11:54 | |
*** piggz has joined #harmattan | 11:54 | |
*** rigo has joined #harmattan | 11:56 | |
*** elldekaa has quit IRC | 12:02 | |
*** imunsie has quit IRC | 12:06 | |
*** Sniper_swe has joined #harmattan | 12:08 | |
*** elldekaa has joined #harmattan | 12:14 | |
*** GonzoTheGreat has joined #harmattan | 12:18 | |
susundberg | hey any idea how to start remote vnc from command line? Mine is not working and logs shows up nothing, my client says 'authentication failed'. I had earlier problem with SSH rsa key not working since nokia backup restore seems to mess up my /home/usr directory permissions | 12:19 |
susundberg | oh the log said it, thanks and sorry for flooding | 12:20 |
*** RST38h has joined #harmattan | 12:25 | |
rigo | I made it work recently | 12:37 |
*** arcean has joined #harmattan | 12:41 | |
*** Shaan7 has quit IRC | 12:41 | |
*** snowpong has joined #harmattan | 12:50 | |
*** wirwe has quit IRC | 12:58 | |
*** wirwe has joined #harmattan | 13:00 | |
*** b0unc3 has joined #harmattan | 13:07 | |
*** Morpog has joined #harmattan | 13:21 | |
*** Adlan_ has quit IRC | 13:24 | |
*** M4rtinK has quit IRC | 13:41 | |
*** luke-jr has quit IRC | 13:48 | |
*** Morpog has quit IRC | 13:48 | |
*** djszapi has joined #harmattan | 13:53 | |
djszapi | Stecchino: have you used the random number generation of the qca library ? | 13:53 |
Stecchino | djszapi: not directly, but I'm sure it's part of the way QOAuth signs messages | 13:53 |
Stecchino | let me guess, not readable by user? | 13:54 |
djszapi | I just wanted to know how that is implemented | 13:55 |
djszapi | whether /dev/random, /dev/urandom, /dev/srandom on Linux, and Microsoft's CryptGenRandom on Windows. | 13:56 |
djszapi | that is pretty much the only sane way in cryptography. | 13:56 |
Stecchino | djszapi: didn't investigate further but switched to KOAuth library | 13:56 |
Stecchino | only QtCore as dependancy | 13:57 |
Stecchino | and it works | 13:57 |
Stecchino | but the code did need a port to an async interface | 13:57 |
djszapi | ok, oauth is not what I need. | 13:57 |
piggz | on the subject of oauth, in oath2, is a refresh token valid indefinitely? | 14:05 |
*** liar has joined #harmattan | 14:07 | |
*** djszapi has left #harmattan | 14:09 | |
*** M4rtinK has joined #harmattan | 14:10 | |
*** jluisn has joined #harmattan | 14:14 | |
*** gabriel9|work has quit IRC | 14:14 | |
*** gabriel9|work has joined #harmattan | 14:14 | |
*** aquarius has quit IRC | 14:15 | |
*** aquarius has joined #harmattan | 14:17 | |
*** bambee has quit IRC | 14:18 | |
*** Shaan7 has joined #harmattan | 14:18 | |
*** special has quit IRC | 14:19 | |
*** b0unc3 has quit IRC | 14:19 | |
*** Mek has quit IRC | 14:20 | |
*** special_ has joined #harmattan | 14:20 | |
*** Mek has joined #harmattan | 14:21 | |
*** b0unc3 has joined #harmattan | 14:22 | |
*** bambee_ has joined #harmattan | 14:24 | |
*** bambee_ has joined #harmattan | 14:24 | |
*** M4rtinK has quit IRC | 14:24 | |
*** Facefox has quit IRC | 14:28 | |
*** Facefox has joined #harmattan | 14:29 | |
Corsac | hmhm, is there some kind of gsm info app for N9? | 14:32 |
*** arcean_ has joined #harmattan | 14:38 | |
*** leinir_ has joined #harmattan | 14:42 | |
*** leinir_ has joined #harmattan | 14:42 | |
*** leinir_ is now known as leinir | 14:42 | |
*** arcean has quit IRC | 14:42 | |
*** sledges has quit IRC | 14:44 | |
DocScrutinizer51 | like netmon? | 14:46 |
DocScrutinizer51 | I don't know if it got ported to N9 | 14:46 |
Corsac | something like that yes | 14:47 |
DocScrutinizer51 | you could try simply installing it to a rooted N9 and see if it runs | 14:48 |
*** piggz has quit IRC | 14:48 | |
DocScrutinizer51 | well, probably not, as it's a GUI app | 14:49 |
DocScrutinizer51 | I'm quite sure anyway that such kind of monitor would miss permissions on a standard HARM system | 14:49 |
DocScrutinizer51 | I guess it will at least need pnatd to work | 14:50 |
*** DocScrutinizer has quit IRC | 14:54 | |
*** DocScrutinizer has joined #harmattan | 14:54 | |
*** lamikr has quit IRC | 15:27 | |
*** faenil has joined #harmattan | 15:35 | |
*** b0unc3 has quit IRC | 15:41 | |
*** b0unc3 has joined #harmattan | 15:43 | |
*** lamikr has joined #harmattan | 15:44 | |
*** faenil has quit IRC | 15:57 | |
*** faenil has joined #harmattan | 15:59 | |
*** elldekaa has quit IRC | 16:03 | |
*** Shaan7 has quit IRC | 16:07 | |
*** jluisn has quit IRC | 16:10 | |
*** ZogG_laptop has quit IRC | 16:10 | |
*** Enforcer has quit IRC | 16:10 | |
*** decibyte has quit IRC | 16:10 | |
*** alterego has quit IRC | 16:10 | |
*** DrGrov has left #harmattan | 16:10 | |
*** special_ is now known as special | 16:12 | |
*** special has joined #harmattan | 16:12 | |
*** b0unc3 has quit IRC | 16:13 | |
*** hhartz has quit IRC | 16:14 | |
*** elldekaa has joined #harmattan | 16:15 | |
*** b0unc3 has joined #harmattan | 16:15 | |
*** jluisn has joined #harmattan | 16:16 | |
*** ZogG_laptop has joined #harmattan | 16:16 | |
*** Enforcer has joined #harmattan | 16:16 | |
*** decibyte has joined #harmattan | 16:16 | |
*** alterego has joined #harmattan | 16:16 | |
*** hardaker has joined #harmattan | 16:18 | |
*** etrunko has joined #harmattan | 16:19 | |
*** Shaan7 has joined #harmattan | 16:25 | |
*** b0unc3 has quit IRC | 16:26 | |
*** rm_work has joined #harmattan | 16:28 | |
*** rm_work has joined #harmattan | 16:28 | |
*** lamikr has quit IRC | 16:28 | |
*** Hei_Ku` is now known as Hei_Ku | 16:29 | |
*** faenil has joined #harmattan | 16:30 | |
*** GeneralAntilles1 is now known as GeneralAntilles | 16:40 | |
*** faenil has quit IRC | 16:45 | |
*** faenil has joined #harmattan | 16:46 | |
*** GonzoTheGreat has quit IRC | 16:46 | |
*** faenil has quit IRC | 16:47 | |
*** M4rtinK has joined #harmattan | 16:52 | |
MohammadAG | how does one toggle Wifi on the N950? | 16:56 |
*** cvaldemar has quit IRC | 16:57 | |
MohammadAG | QtPlugins can be annoying | 17:00 |
* RST38h moos | 17:01 | |
MohammadAG | moo | 17:02 |
RST38h | how are things? | 17:02 |
RST38h | Nokia has closed its flagship store at the center of Moscow. The banner now says SAMSUNG | 17:02 |
RST38h | Looks like it si going to be a Samsung flagship store, complementing Samsung Gallery at the other side of the street | 17:02 |
flux | they should've paid for an extra month of rent regardless, just to make the transition less apparent :-) | 17:03 |
*** aparaatti has joined #harmattan | 17:11 | |
*** b0unc3 has joined #harmattan | 17:11 | |
*** mtd__ is now known as mtd | 17:14 | |
* RST38h proposes a dead pool: who goes belly up first, Nokia or RIM? | 17:14 | |
SpeedEvil | Nokia can still make tyres. | 17:16 |
RST38h | also latex gloves and condoms | 17:19 |
virtuald | didn't know they made condoms. they should throw in some specially designed ones with their phones, and maybe they'll sell more.. gloves too. | 17:23 |
*** b0unc3 has quit IRC | 17:24 | |
*** artemma has joined #harmattan | 17:24 | |
*** etrunko has quit IRC | 17:25 | |
*** b0unc3 has joined #harmattan | 17:25 | |
*** rnovacek has quit IRC | 17:25 | |
*** etrunko has joined #harmattan | 17:26 | |
*** luke-jr has joined #harmattan | 17:28 | |
*** xarcass has quit IRC | 17:29 | |
*** b0unc3 has quit IRC | 17:35 | |
*** aparaatti has quit IRC | 17:36 | |
*** b0unc3 has joined #harmattan | 17:37 | |
*** liar has quit IRC | 17:46 | |
*** liar has joined #harmattan | 17:50 | |
*** b0unc3 has quit IRC | 17:51 | |
*** b0unc3 has joined #harmattan | 17:53 | |
*** hardaker has quit IRC | 17:56 | |
*** jpwhitin` is now known as jpwhiting | 17:56 | |
*** jpwhiting has joined #harmattan | 17:56 | |
*** arcean_ is now known as arcean | 18:01 | |
*** Khertan has joined #harmattan | 18:01 | |
Khertan | Hi all ! | 18:02 |
Khertan | someone know how i can reset the cellular modem ? | 18:02 |
Corsac | I guess you tried flight mode? | 18:02 |
Corsac | I think that the only available solution is reboot | 18:02 |
Khertan | frequently i ve cellular modem error on n950, and except reboot i didn't found a way to restart it | 18:02 |
arcean | cellular modem error? | 18:03 |
Khertan | flight mode didn't restart it ... | 18:03 |
Khertan | arcean: yep :) | 18:03 |
Khertan | arcean: and of course icd2 after failed too :) | 18:03 |
*** jluisn has quit IRC | 18:03 | |
Khertan | it s really annoying ... occurs frequently | 18:04 |
arcean | hmm, icd2 fails are common on harmattan | 18:04 |
*** hardaker has joined #harmattan | 18:07 | |
MohammadAG | Khertan, remove the kernel mod | 18:08 |
MohammadAG | at least that's how I reset mine after a sim change while keeping the device on | 18:08 |
MohammadAG | cmt_speech, ssi_protocol, cmt | 18:09 |
MohammadAG | in that order, remove and insmod | 18:09 |
*** lardman has joined #harmattan | 18:11 | |
*** lardman has joined #harmattan | 18:11 | |
*** beford has joined #harmattan | 18:23 | |
*** beford has quit IRC | 18:23 | |
*** beford has joined #harmattan | 18:23 | |
Khertan | MohammadAG: cmt_speech is in use | 18:27 |
Khertan | :) | 18:27 |
MohammadAG | lsmod and see what's using it | 18:27 |
Khertan | used by : 1 | 18:28 |
Khertan | explicit :) | 18:28 |
Khertan | MohammadAG: any idea what can use it ? | 18:33 |
hiemanshu | Khertan: lsmod | grep cmt :P | 18:34 |
hiemanshu | it should tell what its being used by as well (if its a dep, its on the right side) | 18:34 |
*** gabriel9|work has quit IRC | 18:34 | |
Khertan | hiemanshu: yeah ... but it s not on the right side | 18:35 |
Khertan | that 's the problem | 18:35 |
Khertan | :) | 18:35 |
hiemanshu | lol, thats odd | 18:35 |
Khertan | it s used, because there is a "1" in the right column | 18:35 |
Khertan | but dep isn't listed | 18:35 |
hiemanshu | interesting | 18:36 |
Khertan | this n950 will made me crazy | 18:36 |
hiemanshu | just use android or something :P | 18:36 |
* hiemanshu going to buy a HTC One X soon | 18:36 | |
* Khertan will upgrade to an n900 | 18:39 | |
Khertan | must go on | 18:40 |
Khertan | bye | 18:40 |
Khertan | and thx anyway for help | 18:40 |
*** M4rtinK has quit IRC | 18:49 | |
*** M4rtinK has joined #harmattan | 18:50 | |
*** hhartz has joined #harmattan | 18:52 | |
*** junglizer has left #harmattan | 18:54 | |
*** javispedro has joined #harmattan | 19:01 | |
*** jreznik has quit IRC | 19:03 | |
*** tgalal has quit IRC | 19:16 | |
*** antman8969 has joined #harmattan | 19:17 | |
antman8969 | has anyone ever made a deb for harmattan that installed fine with dpkg, but failed through the UI with "invalid installation package"? | 19:18 |
jonni | antman8969: that depends if its user package or not | 19:21 |
jonni | antman8969: if debian/control file doesnt have "Section: user/other" line then UI fails to install. Its a feature and not a bug. | 19:23 |
antman8969 | feature huh.. | 19:26 |
antman8969 | I think I just left is as unknown.. .is that documented anywhere? | 19:26 |
ieatlint | probably, but the harmattan docs are about as exciting to read as any specification docs | 19:28 |
ieatlint | but there are simpler docs that tell you how to package things for ovi, which will specify all that | 19:28 |
antman8969 | well, hopefully this log will show up on google when "harmattan invalid installation package" is searched... thx for the help | 19:30 |
jonni | http://wiki.meego.com/MeeGo_Apps/Packaging#Harmattan_categories | 19:32 |
antman8969 | mmm. I used dh_make to create the debian files instead of using qtcreator's generated version, so mine was not even user/other, just unknown | 19:34 |
jonni | UI just regexps to user, so it can be user/foobar, as long as user string is found | 19:35 |
antman8969 | out of curiosity, does the OBS have some kind of activity threshold that deletes your repos? I noticed that a bunch of my packages are missing | 19:36 |
jonni | (or as alternative if you use "XB-Maemo-Flags: visible" UI will also accept your deb) | 19:36 |
jonni | http://harmattan-dev.nokia.com/docs/library/html/guide/html/Developer_Library_Reference_documentation_Harmattan_Appendix_to_the_Debian_Policy_Manual.html | 19:36 |
*** hardaker has quit IRC | 19:37 | |
antman8969 | do you need to explicitly mark them visible? I do actually have a lib that I plan to deploy as well | 19:38 |
antman8969 | reading the link atm.. | 19:38 |
jonni | if you have Section: user... then you can ignore that visible flag, its only usefull if you dont have user section. | 19:38 |
jonni | there is also a 3rd way, but as its not documented, I'll just say, that use user section :) | 19:40 |
*** elldekaa has quit IRC | 19:41 | |
antman8969 | third way?? I'm intrigued | 19:41 |
SpeedEvil | Use the force. | 19:41 |
antman8969 | that was the first thing I tried... | 19:41 |
SpeedEvil | Use more force. Maybe with a hammer. | 19:42 |
antman8969 | poor n950... I've already dropped it on pavement and scratched some black away | 19:43 |
rigo | may the force be with you! dancing around the device may help | 19:43 |
rigo | ...eventually | 19:43 |
*** arcean_ has joined #harmattan | 19:52 | |
*** arcean has quit IRC | 19:56 | |
*** antman8969 has quit IRC | 20:04 | |
*** rZr is now known as RzR | 20:04 | |
*** e-yes has joined #harmattan | 20:08 | |
*** elldekaa has joined #harmattan | 20:12 | |
*** tom_ has joined #harmattan | 20:13 | |
*** elldekaa has quit IRC | 20:18 | |
*** artemma has quit IRC | 20:18 | |
*** tom_ has quit IRC | 20:22 | |
*** gabriel9 has joined #harmattan | 20:32 | |
*** javispedro has quit IRC | 20:33 | |
*** elldekaa has joined #harmattan | 20:34 | |
*** Venemo has joined #harmattan | 20:36 | |
*** antman8969 has joined #harmattan | 20:45 | |
*** guruz has joined #harmattan | 20:46 | |
*** mgoetz has quit IRC | 20:46 | |
antman8969 | jonni any more ideas for the "invalid installation package"? Changed to user/utilities and nothing... | 20:46 |
jonni | do you have deb avail somewhere, I can have a look? | 20:47 |
*** guruz is now known as mgoetz||guruz | 20:48 | |
MohammadAG | led-event-notifier http://talk.maemo.org/showthread.php?p=1214510#post1214510 | 20:54 |
MohammadAG | source on thp's shared git repo :p | 20:54 |
*** RzR is now known as rZr | 21:01 | |
*** b0unc3 has quit IRC | 21:01 | |
antman8969 | jonni sorry yes I do | 21:03 |
*** b0unc3 has joined #harmattan | 21:03 | |
antman8969 | went afk | 21:03 |
antman8969 | let me get you a link | 21:03 |
antman8969 | http://code.google.com/p/qtweather/downloads/list | 21:04 |
antman8969 | both of the debs there won't install through the browser | 21:04 |
*** jluisn has joined #harmattan | 21:04 | |
*** jaywink has joined #harmattan | 21:04 | |
antman8969 | QA failed for the same "invalid installation package" error, so I would like to know whats going on if you have any idea | 21:09 |
*** Khertan has quit IRC | 21:10 | |
*** xmlich02 has joined #harmattan | 21:12 | |
*** rigo has quit IRC | 21:12 | |
*** Venemo has quit IRC | 21:13 | |
*** shanttu has joined #harmattan | 21:15 | |
*** hardaker has joined #harmattan | 21:16 | |
*** e-yes has quit IRC | 21:23 | |
*** tom_ has joined #harmattan | 21:27 | |
denism | antman8969: it might be that your package version is invalid. Just an idea | 21:32 |
antman8969 | the version? you mean the -0 part? | 21:37 |
*** artemma has joined #harmattan | 21:43 | |
antman8969 | denism just changed the lib version to 2.0 and still nothing | 21:51 |
antman8969 | this is incredibly frstrating | 21:51 |
antman8969 | there is no aegis manifest, but my application does not require any privileges | 21:52 |
antman8969 | I need to log off now but if anyone has any ideas then please post them, I'll check the logs later tonight | 21:52 |
*** antman8969 has quit IRC | 21:57 | |
gabriel9 | day to you all | 21:57 |
*** gabriel9 has quit IRC | 22:12 | |
*** elldekaa has quit IRC | 22:13 | |
*** tom_ has quit IRC | 22:14 | |
*** elldekaa has joined #harmattan | 22:20 | |
denism | antman8969: I mean - it might be that minor part is must. So 2.0 might be invalid. It should be 2.0.0 | 22:21 |
*** artemma has quit IRC | 22:22 | |
shanttu | when i install latest quicktweak (as root) I get error setting permissions of ` N9_QuickTweak_ru_v6.3.pdf': Operation not permitted | 22:24 |
shanttu | why oh why? | 22:24 |
shanttu | do i have to set permissions to root as user or what | 22:24 |
deram | is there an extra whitespace in front tof the filename? | 22:25 |
shanttu | deram, my bad. No, i just cut the path out | 22:26 |
shanttu | i also got "data: internal gzip write error: Broken pipe" and "dpkg-deb (subprocess): failed in write on buffer copy for failed to write to pipe in copy: Broken pipe" | 22:29 |
*** hardaker has quit IRC | 22:30 | |
jonni | antman8969: libscenic was not a Section: user package | 22:37 |
*** romaxa_home has joined #harmattan | 22:38 | |
jonni | antman8969: you can do: su - user; pkgmgr install-file -f file.deb; and you see the error message why install failed, as that command will 'simulate' the ui install | 22:38 |
romaxa_home | is there are way to replace system package with custom one and get device bootable after that? | 22:40 |
*** rcg1 has joined #harmattan | 22:40 | |
jonni | romaxa_home: yes, if you use exploited capas. Otherwise no. | 22:40 |
romaxa_home | jonni: what kind of exploit I need? | 22:41 |
*** tom_ has joined #harmattan | 22:41 | |
jonni | romaxa_home: use google. | 22:41 |
romaxa_home | jonni: I tried inception, but it did not help | 22:42 |
jonni | that provides enough capas, you just dont know what your doing. | 22:42 |
*** tom_ has quit IRC | 22:46 | |
*** jluisn has quit IRC | 22:49 | |
*** jluisn has joined #harmattan | 22:49 | |
*** GeneralAntilles has quit IRC | 22:59 | |
*** GeneralAntilles has joined #harmattan | 22:59 | |
*** gabriel9 has joined #harmattan | 23:00 | |
*** AlexZavalny has joined #harmattan | 23:01 | |
AlexZavalny | Hi, guys! Need your help! I am developing a game for N9 and cannot get antialiasing working! Using Qt Creator. I have a QApplication and some class inherited from QWidget. Drawing on paintEvent with QPainter. Funny thing, lines are smoothed on simulator, yet aliased on phone. Any ideas? | 23:01 |
AlexZavalny | I made special, small project with only 2 small code files: main function + my class drawing 2 lines. On simulator -- smooth (by painter.setRenderHint), on N9 -- aliased =( guys from Nokia seem not to know the answer. | 23:03 |
AlexZavalny | Anyone, please? | 23:05 |
*** b0unc3 has quit IRC | 23:08 | |
*** tom_ has joined #harmattan | 23:09 | |
AlexZavalny | Guys? | 23:10 |
AlexZavalny | Anyone had antialiasing problems with Nokia N9? | 23:11 |
beford | hi | 23:11 |
Elleo | AlexZavalny: yeah, I've encountered the same thing; I never bothered trying to fix it though | 23:11 |
*** b0unc3 has joined #harmattan | 23:11 | |
AlexZavalny | sh#t. my game looks like 5-year old made it, because of this. I have written 10+ mails to Nokia, still no help from them | 23:12 |
jonni | AlexZavalny: are you using QPainter::Antialiasing or QPainter::HighQualityAntialiasing, have you tested if there is difference? | 23:12 |
Elleo | AlexZavalny: I'll have another look at mine later today and see if I can work anything out, I wouldn't hold your breath though since I expect anything I try you've probably already fiddled with | 23:13 |
AlexZavalny | I am using both of them, actually. Could not notice any difference | 23:13 |
AlexZavalny | Elleo: thank you. Can I put my email here so that you could give my some good news in case you succeed? | 23:14 |
Elleo | although the docs do say that antialiasing isn't guaranteed | 23:14 |
Elleo | it might be the rendering engine on the n9 just doesn't handle it | 23:14 |
Elleo | AlexZavalny: sure | 23:14 |
AlexZavalny | thank you, Elleo. it's alex@zavalny.com | 23:15 |
Elleo | okay | 23:15 |
AlexZavalny | In case you've lost your project -- I made mine just for testing this problem. So -- if you would need it, please do contact me too | 23:15 |
Elleo | okay, I know where mine is though ;) | 23:16 |
AlexZavalny | ok :-) | 23:16 |
AlexZavalny | I am now already thinking about writing my own antialiasing, though I believe it can get it to hell | 23:16 |
AlexZavalny | *me | 23:16 |
jonni | and you can tested to use only hqantialiasing without the norman antialiasing? | 23:17 |
jonni | as there might be some software rendering vs opengl issues | 23:17 |
AlexZavalny | jonni, I will test it right now. everything is opened so, wait a sec, please | 23:17 |
AlexZavalny | Ok, so -- by removing normal antialiasing and leaving hq, simulator stopped antialiasing | 23:18 |
AlexZavalny | will check on N9 now | 23:18 |
*** arcean_ has quit IRC | 23:18 | |
jonni | simulator is most likely sw rendered vs n9 opengl es | 23:20 |
AlexZavalny | it didn't work though | 23:20 |
AlexZavalny | good thinking about opengl... | 23:20 |
*** b0unc3 has quit IRC | 23:21 | |
AlexZavalny | you were right, it was "software rendering" in QEMU settings | 23:22 |
*** b0unc3 has joined #harmattan | 23:22 | |
jonni | you can ofcourse test raster rendering in hardware too | 23:23 |
jonni | with setGraphicsSystem | 23:23 |
*** tom_ has quit IRC | 23:23 | |
*** DrGrov has joined #harmattan | 23:23 | |
AlexZavalny | don't know anything about setGraphicsSystem. Any link ? :-) | 23:24 |
jonni | QApplication::setGraphicsSystem("raster"); forces sw rendering | 23:25 |
AlexZavalny | added this call. | 23:27 |
AlexZavalny | smooth on simulator | 23:27 |
AlexZavalny | deploying to N9 now | 23:27 |
AlexZavalny | aliased on phone =( | 23:28 |
AlexZavalny | I am using QWidget | 23:28 |
jonni | yes raster usually sucks, so one shouldnt use that, just wanted to see if it made a differences | 23:28 |
jonni | can you use QGLWidget instead | 23:29 |
AlexZavalny | yesterday tried QGLWidget, did not succeed, though I suck at gl code | 23:29 |
AlexZavalny | yep, probably I should try it harder | 23:29 |
AlexZavalny | you tried it? | 23:29 |
*** b0unc3 has quit IRC | 23:29 | |
jonni | I still have my kludge example for qflwidged somewhere I think.. lets see | 23:30 |
jonni | http://pastebin.com/rVUaTqpd I used to use that a while back in meego to squeeze some extra fps. havent tried lately if it still works. | 23:31 |
AlexZavalny | in QGLWidget | 23:33 |
AlexZavalny | you do drawing using QPainter? | 23:33 |
jonni | sorry nope, I havent been using QPainter, so have no idea if that is buggy or not. | 23:35 |
*** arcean has joined #harmattan | 23:35 | |
*** jaywink has quit IRC | 23:35 | |
AlexZavalny | you were drawing with glFunctions? glLines, etc? | 23:36 |
*** b0unc3 has joined #harmattan | 23:37 | |
jonni | nope, thats is my gludge fps improvement for QDeclarativeView. | 23:40 |
*** AlexZavalny has quit IRC | 23:41 | |
*** gabriel9 has quit IRC | 23:42 | |
Elleo | gah, found a way to get it working just as he disappears :P | 23:45 |
Elleo | oh well, at least he left his e-mail address | 23:45 |
MohammadAG | hmm, crap | 23:49 |
MohammadAG | a faulty toggle I made rebooted the device | 23:49 |
MohammadAG | yay, MALF | 23:51 |
MohammadAG | self-induced non-aegis malf | 23:51 |
MohammadAG | is there a way to ssh before the UI is started? | 23:52 |
*** artemma has joined #harmattan | 23:53 | |
MohammadAG | or just remove a file from the fs | 23:54 |
mankeli | n950 rescue kernel | 23:55 |
mankeli | load it with nolo. it exposes whole emmc thru usb | 23:56 |
*** hardaker has joined #harmattan | 23:56 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!