*** tom___ has joined #harmattan | 00:00 | |
*** Sfiet_Konstantin has quit IRC | 00:00 | |
*** lildeimos has quit IRC | 00:11 | |
*** GeneralAntilles has quit IRC | 00:16 | |
*** GeneralAntilles has joined #harmattan | 00:17 | |
*** Mardy has quit IRC | 00:17 | |
*** DocScrutinizer05 has quit IRC | 00:17 | |
*** DocScrutinizer05 has joined #harmattan | 00:17 | |
*** Mardy has joined #harmattan | 00:18 | |
*** Free-MG has joined #harmattan | 00:19 | |
*** lmoura has quit IRC | 00:20 | |
*** lmoura has joined #harmattan | 00:21 | |
*** tom___ has quit IRC | 00:21 | |
*** jluisn has quit IRC | 00:28 | |
*** hardaker has joined #harmattan | 00:32 | |
*** elldekaa has quit IRC | 00:43 | |
*** elldekaa has joined #harmattan | 00:47 | |
*** sledges has quit IRC | 00:53 | |
*** lamikr has quit IRC | 00:53 | |
*** MohammadAG has quit IRC | 01:01 | |
*** MohammadAG has joined #harmattan | 01:01 | |
*** Rantwolf has joined #harmattan | 01:17 | |
*** Rantwolf_ has quit IRC | 01:19 | |
pa | ah | 01:19 |
---|---|---|
ZogG_laptop | oh | 01:23 |
ZogG_laptop | MohammadAG: stop jumping around | 01:23 |
ZogG_laptop | and don't blame bezeq | 01:23 |
ZogG_laptop | =\ | 01:24 |
ZogG_laptop | ._. | 01:24 |
ZogG_laptop | yua are all boring | 01:24 |
*** gabriel9 has joined #harmattan | 01:26 | |
javispedro | who is jumping and boring? | 01:27 |
ZogG_laptop | MohammadAG is jumping, you are boring :P | 01:30 |
ZogG_laptop | javispedro: how are you? | 01:30 |
javispedro | sitting | 01:30 |
ZogG_laptop | i miss lcuk sometimes, he was a good guy :( | 01:31 |
faenil | :( | 01:31 |
*** heymaster has joined #harmattan | 01:32 | |
pa | is it possible in qml to display a bitmap? | 01:32 |
pa | meaning an array like RGBA | 01:32 |
pa | not from file i mean. Stored in memory or something like that | 01:32 |
*** elldekaa has quit IRC | 01:33 | |
ZogG_laptop | heymaster: hey | 01:33 |
ZogG_laptop | heymaster: how is it going with app? | 01:34 |
*** elldekaa has joined #harmattan | 01:34 | |
*** rm_work has quit IRC | 01:34 | |
heymaster | ZogG_laptop: hi | 01:34 |
heymaster | hard to debug with emukator, but not problem, same how will find why aegis_crypt/decrypt don't work for me :) | 01:36 |
ZogG_laptop | what you mean don't work? | 01:37 |
heymaster | password storage | 01:37 |
ZogG_laptop | it compailes? | 01:37 |
ZogG_laptop | compiles? | 01:37 |
ZogG_laptop | and you have no syslog to check :( | 01:38 |
javispedro | pa: I don't think you can do it in raw qml, but from C++ you can implement a declarativeimageprovider | 01:38 |
*** Free-MG has quit IRC | 01:38 | |
*** faenil has quit IRC | 01:39 | |
heymaster | ZogG_laptop: yes, compiles | 01:39 |
heymaster | ZogG_laptop: no problem, i will fix some how | 01:39 |
ZogG_laptop | javispedro: he does with c++ and i think it doesn't work coz of permissions or tokens | 01:39 |
heymaster | won't do any fancy features just will left app as it is | 01:39 |
*** ghjgfjghjbn has quit IRC | 01:40 | |
*** ghjgfjghjbn has joined #harmattan | 01:40 | |
pa | i dont know what would be best to plot graphs | 01:40 |
javispedro | ZogG_laptop: I was talking to pa :) | 01:40 |
pa | if i should use a graphing library, like matplotlib for example | 01:41 |
pa | or if i should do it in raw opengl | 01:41 |
pa | opengl would be faster, ofc | 01:41 |
javispedro | for a _plot_ | 01:41 |
javispedro | doubtfu | 01:41 |
javispedro | well, maybe a surface plot =) | 01:41 |
pa | hmm.. gogle doesnt know about it :) | 01:42 |
pa | i need a line graph | 01:42 |
pa | or two, overlapping | 01:42 |
ZogG_laptop | pa: making new app? | 01:42 |
javispedro | pa: http://doc.qt.nokia.com/4.7-snapshot/qdeclarativeimageprovider.html | 01:42 |
pa | no still the same | 01:42 |
javispedro | pa: this to supply "dynamic" images to qml | 01:42 |
javispedro | aka from QImage or QPixmap instead of a QUrl | 01:42 |
pa | ah thanks | 01:42 |
pa | :_) | 01:42 |
pa | but do you think it's better to use some library to raster the plot | 01:43 |
pa | or go opengl and plot it directly? | 01:43 |
*** rcg has quit IRC | 01:43 | |
javispedro | if this is for some math/calc app so you'll allow plotting arbitrary functions definitely go for the library | 01:43 |
pa | hm, probably i'll try opengl first | 01:43 |
javispedro | it's not a trivial problem to do it properly | 01:43 |
pa | no, its for sampled data | 01:44 |
javispedro | so it depends on whether you'll need smoothing, etc. | 01:44 |
pa | you mean line smoothing? | 01:45 |
pa | well yes it would be good i guess | 01:45 |
pa | and i havent used opengl ES | 01:45 |
pa | but i guess glEnable(GL_SMOOTH) for lines does not exist anymore | 01:46 |
ZogG_laptop | thp: the "incomplete downloads..." menu in new qpodder version is native nokia component or yours? | 01:47 |
pa | jeez no more immediate.. | 01:47 |
*** Sniper_swe has joined #harmattan | 01:48 | |
*** jpnurmi has joined #harmattan | 01:49 | |
*** jpnurmi has left #harmattan | 01:49 | |
MohammadAG | javispedro: That's actually neat | 01:52 |
MohammadAG | It's a problem I've faced with QML once | 01:53 |
javispedro | I was considering using it today... | 01:53 |
javispedro | because it seems that the "recommended" way to use sprites with Qt is to just load the entire atlas in a Image { } and use clip: true | 01:53 |
javispedro | which seems .. gross ..... well. | 01:54 |
ZogG_laptop | MohammadAG: ping | 01:54 |
* javispedro keeps the rambling to himself | 01:54 | |
ZogG_laptop | ._. | 01:55 |
ZogG_laptop | night to all than | 01:55 |
MohammadAG | ZogG_laptop: Pong | 01:55 |
ZogG_laptop | 0_. | 01:56 |
ZogG_laptop | o_0 | 01:56 |
MohammadAG | javispedro: I +1 your rambling | 01:56 |
ZogG_laptop | MohammadAG: do you have any idea how bus.co.il get the info? | 01:56 |
MohammadAG | No, want to make an egged app? :P | 01:56 |
ZogG_laptop | all buses+ trin app as bus.co.il has it all | 01:57 |
ZogG_laptop | and not that i want to make an app, i wonder if i can maek an app :P | 01:57 |
MohammadAG | https://gitorious.org/qegged/qegged | 01:58 |
MohammadAG | :P | 01:58 |
javispedro | QEgged? | 01:59 |
*** gabriel9 has quit IRC | 01:59 | |
MohammadAG | Egged is a bus company in Israel | 02:00 |
MohammadAG | It's spelled A-GED | 02:00 |
ZogG_laptop | MohammadAG: i think it's AGE-D and spelled egged | 02:01 |
MohammadAG | No | 02:01 |
javispedro | MohammadAG: btw which MW are you going to get? | 02:01 |
MohammadAG | Age is age | 02:01 |
javispedro | s/MW/MetaWatch | 02:01 |
MohammadAG | Modern Warfare? | 02:01 |
MohammadAG | lol | 02:01 |
javispedro | I _knew_ you'd think that :) | 02:02 |
MohammadAG | Not the strata or whatever it's called | 02:02 |
MohammadAG | It needs Bluetooth 4.0 | 02:02 |
javispedro | oh? | 02:02 |
MohammadAG | Btw the N9 fell on concrete | 02:02 |
MohammadAG | Faceforward | 02:02 |
javispedro | it doesn't need bt4 | 02:02 |
javispedro | ouch | 02:02 |
MohammadAG | Nothing happened | 02:02 |
MohammadAG | Not a scratch | 02:03 |
javispedro | do you have the soft silicon case? | 02:03 |
MohammadAG | Yeah | 02:03 |
javispedro | I _love_ it | 02:03 |
MohammadAG | It amazingly helped | 02:03 |
ZogG_laptop | but AGE in like age, but like the steering wheel | 02:03 |
javispedro | I just love how it feels, the better grip | 02:03 |
MohammadAG | The g in age is gee | 02:03 |
ZogG_laptop | i don't have silicon case | 02:03 |
ZogG_laptop | i took it off | 02:03 |
MohammadAG | javispedro: The lumia's feels better | 02:03 |
MohammadAG | Much much better | 02:03 |
javispedro | MohammadAG: I couldn't notice any difference | 02:03 |
ZogG_laptop | and it felt few times but nothing and i prefer not to drop it :P | 02:03 |
javispedro | (I have (or _had_) l800 from launchpad) | 02:04 |
ZogG_laptop | javispedro: good phone it means, if you can't rememeber where you put it | 02:04 |
javispedro | meh, I was just looking for my N9.. | 02:04 |
MohammadAG | javispedro: What colour is the lumia and n9? | 02:05 |
javispedro | both black | 02:05 |
MohammadAG | That's why :P | 02:05 |
ZogG_laptop | black and ... black | 02:05 |
javispedro | MohammadAG: so which colour should I avoid? :) | 02:05 |
MohammadAG | The N9 is black, lumia is cyan | 02:05 |
javispedro | oh | 02:05 |
MohammadAG | The cyan casing is much better | 02:05 |
MohammadAG | The black feels cheap | 02:05 |
javispedro | I should buy one | 02:05 |
MohammadAG | It looks more professional | 02:06 |
ZogG_laptop | i'm lumia-free | 02:06 |
ZogG_laptop | :P | 02:06 |
MohammadAG | But the feel is much better | 02:06 |
MohammadAG | The lumia is good | 02:06 |
*** heymaster-laptop has quit IRC | 02:06 | |
javispedro | I think black N9 will actually look good in cyan softcase | 02:06 |
MohammadAG | It does | 02:06 |
javispedro | without case swap.. | 02:06 |
ZogG_laptop | i found it's sexier naked | 02:06 |
MohammadAG | I tweete a pic once | 02:06 |
*** natunen has quit IRC | 02:06 | |
MohammadAG | javispedro: Find me one on eBay with shipping and I'll buy it now | 02:07 |
ZogG_laptop | MohammadAG: javispedro screen protectors | 02:07 |
ZogG_laptop | ? | 02:07 |
MohammadAG | No, cyan casing | 02:07 |
ZogG_laptop | i mean do you have | 02:07 |
MohammadAG | The silcon one | 02:07 |
javispedro | MohammadAG: I am sure it'll eventually be > 10eur | 02:07 |
MohammadAG | javispedro: Sec | 02:07 |
javispedro | saw some shops selling it new | 02:07 |
MohammadAG | I find it annoying they moved the flash | 02:08 |
MohammadAG | Lumia - N9 | 02:08 |
ZogG_laptop | MohammadAG: when you grow up, you'll get that silicon maybe first looks awesome but it's all about natural :P | 02:08 |
javispedro | MohammadAG: stupid finger always get in the middle anyway =) | 02:08 |
javispedro | ZogG_laptop: weirdest analogy of the day | 02:08 |
ZogG_laptop | MohammadAG: in lumia it's right above camera right? | 02:09 |
MohammadAG | Yeah | 02:09 |
javispedro | btw I always confuse silicon with silicone | 02:09 |
MohammadAG | javispedro: Not for me :P | 02:09 |
ZogG_laptop | MohammadAG: and what case on iphone? | 02:10 |
*** pinheiro has quit IRC | 02:11 | |
ZogG_laptop | MohammadAG: btw i got more score in fruit ninja that your friend :P | 02:11 |
javispedro | http://www.amazon.co.uk/Nokia-Cover-Green-CC-1020-02728Z6/dp/B005L21GDM | 02:11 |
javispedro | Lime green! :) | 02:11 |
MohammadAG | javispedro: Check twitter | 02:12 |
MohammadAG | ZogG_laptop: Heh, he's freaky at the game | 02:13 |
MohammadAG | Eww | 02:13 |
javispedro | so, tonight's plan is to either play videogames or try to implement a neko cat-like app in qml | 02:15 |
MohammadAG | Neko means fuck him in Arabic | 02:16 |
javispedro | it's also an (uncommon) male name in spanish | 02:16 |
ZogG_laptop | javispedro: MohammadAG http://www.ebay.com/itm/Blue-Cartoon-SILICONE-Rabbit-Ear-NK-N9-Soft-Back-Cover-CASE-FOR-Nokia-N9-/170869608451?pt=PDA_Accessories&hash=item27c89f5003#ht_6469wt_1165 | 02:17 |
*** mike7b4_n9 has joined #harmattan | 02:17 | |
ZogG_laptop | that one is the best | 02:17 |
*** mike7b4_n9 has quit IRC | 02:17 | |
javispedro | WAAAAAAAARGH | 02:17 |
javispedro | my EYES | 02:18 |
javispedro | 13 sold? O.o | 02:18 |
ZogG_laptop | it's lilo or what was the animated movies and than series name | 02:18 |
MohammadAG | javispedro: Yeah, saw that in fast five | 02:19 |
MohammadAG | That movie was awesome, till they ruined rio with the safe | 02:19 |
ZogG_laptop | i don't rememer | 02:20 |
ZogG_laptop | it was like 4 or more movies | 02:20 |
ZogG_laptop | and than series i never saw | 02:20 |
ZogG_laptop | http://www.ebay.com/itm/Amzer-Luxe-Argyle-High-Gloss-TPU-Soft-Gel-Skin-Case-For-Nokia-N9-Smoke-Grey-/120965637955?pt=PDA_Accessories&hash=item1c2a1d2743#ht_1559wt_1141 - this looks original | 02:20 |
javispedro | oh | 02:21 |
*** danielcbit has quit IRC | 02:21 | |
javispedro | yet another N950 on ebay | 02:21 |
javispedro | stock photo, "condition: new" | 02:22 |
ZogG_laptop | i heard vi wanted to sell, or maybe it's from other contests were held in internet, not related to TMO, lately | 02:23 |
ZogG_laptop | War Panda Case for Nokia N9 Cover looks nice | 02:24 |
*** hardaker has quit IRC | 02:26 | |
ZogG_laptop | hybrid case look not bad | 02:26 |
ZogG_laptop | http://www.ebay.com/itm/Dual-layers-Hybrid-Hard-Back-Cover-Case-For-Nokia-N9-ORG-/160800188439?pt=PDA_Accessories&hash=item2570702817#ht_1663wt_1165 | 02:26 |
ZogG_laptop | white housing for 36$ | 02:27 |
javispedro | must say, the construction orange color fits the "brick" aspect of the hybrid case quite nice. | 02:27 |
ZogG_laptop | they have few colors there | 02:31 |
ZogG_laptop | lol they sell the lcd screen for n9 with win symbol ;) (lumia) | 02:31 |
*** hardaker has joined #harmattan | 02:39 | |
ZogG_laptop | ok night | 02:47 |
*** M4rtinK has quit IRC | 03:19 | |
*** ghjgfjghjbn2 has joined #harmattan | 03:19 | |
*** ghjgfjghjbn has quit IRC | 03:21 | |
*** Mohammad- has joined #harmattan | 03:29 | |
*** MohammadAG has quit IRC | 03:31 | |
*** djszapi_ has left #harmattan | 03:33 | |
*** kylanpaj has quit IRC | 03:43 | |
*** virtuald has quit IRC | 03:43 | |
*** kylanpaj has joined #harmattan | 03:43 | |
*** virtuald has joined #harmattan | 03:49 | |
*** Shaan7 has quit IRC | 03:54 | |
*** hardaker has quit IRC | 03:59 | |
*** liar has quit IRC | 04:11 | |
*** HtheB has quit IRC | 04:19 | |
*** HtheB has joined #harmattan | 04:32 | |
*** X-Fade has quit IRC | 04:33 | |
*** X-Fade has joined #harmattan | 04:40 | |
*** adlan has joined #harmattan | 04:41 | |
*** adlan has quit IRC | 04:44 | |
*** adlan has joined #harmattan | 04:44 | |
*** furikku has joined #harmattan | 04:50 | |
*** HtheB has quit IRC | 04:57 | |
*** xmlich02 has quit IRC | 05:09 | |
*** nid0 has quit IRC | 05:15 | |
*** xmlich02 has joined #harmattan | 05:16 | |
*** jpnurmi has joined #harmattan | 05:16 | |
*** SpeedEvil has quit IRC | 05:17 | |
*** SpeedEvil has joined #harmattan | 05:19 | |
*** jpnurmi has left #harmattan | 05:21 | |
*** elldekaa has quit IRC | 05:42 | |
*** javispedro has quit IRC | 05:44 | |
*** natunen has joined #harmattan | 06:03 | |
*** djszapi_ has joined #harmattan | 06:45 | |
*** Milhouse has joined #harmattan | 06:58 | |
*** djszapi_ has quit IRC | 07:04 | |
*** djszapi_ has joined #harmattan | 07:06 | |
*** Rajesh has joined #harmattan | 07:23 | |
*** natunen has quit IRC | 07:24 | |
*** Rajesh is now known as Guest1496 | 07:24 | |
*** Guest1496 has quit IRC | 07:27 | |
*** Guest1496 has joined #harmattan | 07:29 | |
*** hardaker has joined #harmattan | 07:35 | |
*** xarcass has joined #harmattan | 07:36 | |
*** Mohammad- is now known as MohammadAG | 07:43 | |
*** MohammadAG has joined #harmattan | 07:43 | |
MohammadAG | I hate it when code doesn't work for no obvious reason | 07:51 |
*** e-yes has joined #harmattan | 07:52 | |
*** hardaker has quit IRC | 07:54 | |
*** crevetor1 has quit IRC | 07:55 | |
*** heymaster-laptop has joined #harmattan | 08:16 | |
*** Guest1496 has quit IRC | 08:23 | |
heymaster-laptop | Why after app was removed data in home directory was not removed ? | 08:26 |
djszapi_ | heymaster-laptop: because it was not a purge removal? | 08:27 |
heymaster-laptop | djszapi_: how to make purge removal on harmattan | 08:27 |
heymaster-laptop | ? | 08:27 |
mgedmin | iirc according to the Debian Policy, package installs/removals are not allowed to touch anything inside your home directory | 08:28 |
heymaster-laptop | mgedmin: ok | 08:28 |
djszapi_ | heymaster-laptop: dpkg -P | 08:31 |
djszapi_ | or apt-get --purge | 08:32 |
heymaster-laptop | djszapi_: where to store application data ? i'm now storing in home directory. is it good or bad ? | 08:32 |
djszapi_ | it is good | 08:32 |
heymaster-laptop | I'm using: QFile file(QDir::homePath() + QDir::separator() + "servers.db") ; | 08:33 |
djszapi_ | uhhh, that is nasty... | 08:33 |
djszapi_ | you should never ever do that... | 08:33 |
MohammadAG | need, to, sleep.... | 08:34 |
heymaster-laptop | djszapi_: why not ? | 08:34 |
MohammadAG | use QDesktopServices::storageLocation | 08:34 |
*** liar has joined #harmattan | 08:34 | |
MohammadAG | also, purge only deletes conffiles defined in package | 08:35 |
djszapi_ | that is incorrect | 08:35 |
djszapi_ | purge removes what is defined | 08:35 |
djszapi_ | to be removed | 08:35 |
djszapi_ | heymaster-laptop: http://doc.qt.nokia.com/4.7-snapshot/qdesktopservices.html#StandardLocation-enum | 08:37 |
djszapi_ | heymaster-laptop: you should use the data location | 08:37 |
heymaster-laptop | djszapi_: QFile file(QDesktopServices::storageLocation(QDesktopServices::DataLocation) + QDir::separator() + "servers.db") ; | 08:38 |
MohammadAG | The conffiles and any backup files (~-files, #*# files, %-files, .dpkg-{old,new,tmp}, etc.) are removed. | 08:38 |
heymaster-laptop | do i need to use qdir::seperator ? | 08:38 |
MohammadAG | yes | 08:38 |
*** e-yes has quit IRC | 08:38 | |
heymaster-laptop | ok | 08:38 |
MohammadAG | also, thanks for that | 08:38 |
MohammadAG | I use "/" | 08:38 |
heymaster-laptop | :) | 08:38 |
djszapi_ | heymaster-laptop: no, you do not need to | 08:38 |
djszapi_ | heymaster-laptop: please do not use | 08:38 |
heymaster-laptop | ok | 08:39 |
djszapi_ | MohammadAG: I remove whatever I want to | 08:39 |
djszapi_ | I would suggest you taking a look at how the debian maintainer scripts work. | 08:39 |
djszapi_ | there are tons of examples out there for Harmattan how purge removals are customized, really. | 08:39 |
MohammadAG | djszapi_, I'm not asking for an explanation | 08:40 |
MohammadAG | most packages on Harmattan are shit | 08:40 |
djszapi_ | mgedmin: the debian policy does not really make sense here | 08:40 |
MohammadAG | the only thing purge will do on those is remove /etc files | 08:40 |
djszapi_ | mgedmin: it is harmattan, not debian | 08:40 |
djszapi_ | mgedmin: perfectly fine on Harmattan to clean up the mess for purge. | 08:40 |
MohammadAG | it does make sense | 08:40 |
djszapi_ | and the recommended way IMO. | 08:40 |
MohammadAG | debian packaging policy makes sense wherever debian packaging is used | 08:41 |
mgedmin | djszapi_, agreed | 08:41 |
mgedmin | iirc harmattan had a packaging policy based on debian's, with some changes? but I read it a long time ago and don't remember | 08:41 |
djszapi_ | mgedmin: no clue, but the user will not come to just delete the mess | 08:42 |
djszapi_ | it is an end user phone | 08:42 |
djszapi_ | not a server distribution here | 08:42 |
djszapi_ | and since it is a "single-user" concept here, it is fine to clean up on purge | 08:42 |
djszapi_ | I would even make this mandatory when Ovi reviews packages. | 08:43 |
djszapi_ | otherwise the phone accumulates the mess from time to time. | 08:43 |
*** e-yes has joined #harmattan | 08:45 | |
*** Sniper_swe has quit IRC | 08:46 | |
*** e-yes has quit IRC | 08:57 | |
*** gabriel9 has joined #harmattan | 08:59 | |
*** lamikr has joined #harmattan | 09:03 | |
*** jreznik_away is now known as jreznik | 09:06 | |
ZogG_laptop | heymaster-laptop: ping | 09:07 |
heymaster | ZogG_laptop: :) | 09:07 |
*** natunen has joined #harmattan | 09:08 | |
ZogG_laptop | heymaster: gonna email you some logs | 09:08 |
heymaster | ZogG_laptop: ok | 09:08 |
heymaster | what is wrong ? | 09:09 |
heymaster | :) | 09:09 |
ZogG_laptop | sen you | 09:12 |
ZogG_laptop | sent you* | 09:12 |
heymaster | ok. i see | 09:12 |
*** gabriel9 has quit IRC | 09:19 | |
heymaster | ZogG_laptop: http://forum.meego.com/archive/index.php/t-5457.html << looks like same problem, but don't understand how to solve it | 09:22 |
*** vladest has quit IRC | 09:38 | |
*** jpnurmi has joined #harmattan | 09:44 | |
*** jpnurmi has quit IRC | 09:49 | |
*** gabriel9|work has joined #harmattan | 09:52 | |
*** ab has quit IRC | 09:56 | |
*** lamikr has quit IRC | 09:58 | |
ZogG_laptop | heymaster: aegis | 10:10 |
ZogG_laptop | djszapi_: can you help him? | 10:10 |
ZogG_laptop | heymaster: last comment solves the problem | 10:11 |
heymaster | ZogG_laptop: i have http://pastebin.com/XHgY9YFT << aegis manifest file, but haven't helped | 10:12 |
heymaster | did like in forum described | 10:13 |
ZogG_laptop | try to witch one line with id and without | 10:13 |
*** nid0 has joined #harmattan | 10:14 | |
heymaster | ZogG_laptop: what to do ? | 10:14 |
*** Shaan7 has joined #harmattan | 10:14 | |
*** cvaldemar has joined #harmattan | 10:15 | |
ZogG_laptop | put <for path="/opt/servermonitor/bin/servermonitor" id="servermonitor" /> this first | 10:15 |
heymaster | ok | 10:15 |
heymaster | you think what would change anything ? :) | 10:16 |
ZogG_laptop | dunno | 10:16 |
ZogG_laptop | worth trying | 10:17 |
heymaster | ok :) | 10:17 |
ZogG_laptop | ask djszapi_ or jonni, they may help | 10:18 |
heymaster | ok | 10:18 |
*** vladest has joined #harmattan | 10:19 | |
*** suy has joined #harmattan | 10:19 | |
ZogG_laptop | In C++, the token I used was then "binary_name::encrypt". | 10:19 |
ZogG_laptop | did u do that too? | 10:19 |
heymaster | aegis_crypto_result rc = aegis_crypto_encrypt(clearData.data(), clearData.length(), "testtoken", &cipherData, &cipherLength) ; | 10:20 |
heymaster | "testtoken" :) | 10:20 |
ZogG_laptop | try with app name maybe i dunno | 10:26 |
ZogG_laptop | any result? | 10:28 |
heymaster | ZogG_laptop: no | 10:40 |
*** susundberg has quit IRC | 10:41 | |
*** susundberg has joined #harmattan | 10:43 | |
jonni | atleast on quicklook it that aegis file has duplicate for paths, most likely breaks aegis functionality | 10:43 |
ZogG_laptop | you mean with id and without? | 10:44 |
*** e-yes has joined #harmattan | 10:46 | |
*** ab has joined #harmattan | 10:51 | |
*** olmi has joined #harmattan | 10:55 | |
*** Sfiet_Konstantin has joined #harmattan | 10:56 | |
olmi | hi. is there a way to change the 'from' address to something else than the account's primary address when sending mail with N9? (other than having a second account with a different address) | 10:59 |
*** rcg-work has joined #harmattan | 11:00 | |
olmi | ...whoops, perhaps #n9 is more suitable | 11:01 |
*** CreamyG31338 has quit IRC | 11:01 | |
*** djszapi_ has left #harmattan | 11:01 | |
*** sledges has joined #harmattan | 11:03 | |
*** Sfiet_Konstantin has quit IRC | 11:06 | |
*** Sfiet_Konstantin has joined #harmattan | 11:06 | |
*** tom____ has joined #harmattan | 11:07 | |
*** lordross has joined #harmattan | 11:07 | |
thp | ZogG_laptop: the incomplete downloads is just a "normal" dialog | 11:10 |
thp | ZogG_laptop: however, that's a screenshot from my laptop with qt-components compiled from source | 11:10 |
thp | ZogG_laptop: apparently qt components from git includes the themeing fix where the affirmative button is colored (it's not colored on the device) | 11:10 |
*** Pali has joined #harmattan | 11:15 | |
*** PTapioK has quit IRC | 11:16 | |
*** PTapioK has joined #harmattan | 11:17 | |
*** frals has quit IRC | 11:17 | |
*** cvaldemar is now known as simon-_ | 11:23 | |
*** simon-_ is now known as cvaldemar | 11:24 | |
*** achipa has joined #harmattan | 11:27 | |
heymaster | ZogG_laptop: ping | 11:45 |
*** frals has joined #harmattan | 11:46 | |
heymaster | i send to to you | 11:48 |
Lava_Croft | thp: any plans for the next Billboard update, if any? | 11:48 |
pa | thp: any plans to fix ipAddr? :) | 11:51 |
*** frals has quit IRC | 11:53 | |
Lava_Croft | its broken? | 11:54 |
pa | well no, but its a bit buggy, coz if the ip is in the form of xxx.xxx.xxx.xxx, then parts of it end out of the icon | 11:55 |
Lava_Croft | isnt that related to the font size? | 11:55 |
pa | you mean the font size used to burn the ip into the icon? | 11:55 |
pa | yes probably | 11:56 |
pa | or the ip could be split into two lines | 11:56 |
Lava_Croft | it even displays 2 ips fine here | 11:56 |
Lava_Croft | when i switched from mobile to wifi | 11:56 |
Lava_Croft | on a single line | 11:56 |
pa | do you get a 12 digits ip? | 11:56 |
Lava_Croft | nope | 11:56 |
pa | heh u see | 11:57 |
*** frals has joined #harmattan | 11:59 | |
*** vladest_ has joined #harmattan | 12:09 | |
*** vladest has quit IRC | 12:11 | |
*** vladest_ is now known as vladest | 12:12 | |
*** Pali has quit IRC | 12:18 | |
*** Pali has joined #harmattan | 12:19 | |
*** divan has joined #harmattan | 12:26 | |
pa | is there an helloGL example for harmattan? | 12:27 |
pa | apparently the one in sdk does not work on maemo platforms, or at least this is what the pro file says | 12:28 |
tomma | hellogl_es2 should work | 12:34 |
*** Tronic has quit IRC | 12:35 | |
*** Tronic has joined #harmattan | 12:36 | |
pa | in the sdk? | 12:37 |
pa | let me try to find it | 12:38 |
pa | its there indeed | 12:38 |
pa | thanks tomma! | 12:40 |
pa | well more or less.. apparently it doesnt find the shaders | 12:42 |
pa | but it shows something :) | 12:42 |
*** GeneralAntilles has quit IRC | 12:54 | |
*** snowpong has joined #harmattan | 12:55 | |
*** M4rtinK has joined #harmattan | 13:00 | |
*** djszapi|win has joined #harmattan | 13:02 | |
*** mike7b4_n9 has joined #harmattan | 13:05 | |
tomma | pa, shader problem can be fixed by creating program1 and program2 QShaderPrograms in GLWidget::initializeGL() | 13:07 |
djszapi|win | heymaster-laptop: jonni ZogG_laptop was the aegis-crypto issue solved? | 13:08 |
heymaster-laptop | djszapi|win: yes, i think i solved it | 13:08 |
djszapi|win | k | 13:09 |
heymaster-laptop | djszapi|win: I used NULL for token and used <for path="/opt/servermonitor/bin/servermonitor" />, <for path="applauncherd-launcher::/usr/bin/applauncherd.bin" id="" /> lines in manifest.aegis | 13:09 |
*** Pali has quit IRC | 13:13 | |
*** clau has joined #harmattan | 13:17 | |
*** adlan has quit IRC | 13:28 | |
*** snowpong has quit IRC | 13:31 | |
*** snowpong has joined #harmattan | 13:32 | |
*** heymaster has quit IRC | 13:33 | |
*** pinheiro has joined #harmattan | 13:38 | |
*** pawky has joined #harmattan | 13:46 | |
*** elldekaa has joined #harmattan | 13:46 | |
*** Pali has joined #harmattan | 13:55 | |
wirwe | does anyone know where n9 mainboards can be bought? | 14:08 |
wirwe | except for nokia^^ | 14:09 |
*** M4rtinK has quit IRC | 14:18 | |
thp | pa: what is there to fix? i haven't gotten any bug report | 14:24 |
thp | Lava_Croft: yes, nothing concrete yet, but there will be an update at some point :) | 14:24 |
*** jluisn has joined #harmattan | 14:24 | |
*** heymaster-laptop has quit IRC | 14:27 | |
*** Rajesh has joined #harmattan | 14:28 | |
*** Rajesh has quit IRC | 14:29 | |
*** vladest has quit IRC | 14:31 | |
*** lizardo has joined #harmattan | 14:36 | |
*** tom____ has quit IRC | 14:38 | |
*** Sfiet_Konstantin has quit IRC | 14:48 | |
*** revhwar has joined #harmattan | 14:48 | |
*** revhwar has quit IRC | 14:48 | |
*** tom___ has joined #harmattan | 14:51 | |
*** Sfiet_Konstantin has joined #harmattan | 14:54 | |
*** tom___ has quit IRC | 15:00 | |
*** Corsac_ has quit IRC | 15:10 | |
*** sp3000 has quit IRC | 15:10 | |
*** Corsac has joined #harmattan | 15:10 | |
*** xarcass has quit IRC | 15:18 | |
*** revhwar has joined #harmattan | 15:18 | |
*** revhwar has quit IRC | 15:18 | |
*** djszapi|win has quit IRC | 15:22 | |
ZogG_laptop | thp: it is colored on device i think, try to set alarm or was it calendar... i asked coz buttons are straight and not like on device, on device the shadow or let's say one of layers of button is displaced and makes it ugly | 15:36 |
*** beford has quit IRC | 15:39 | |
*** deztructor has joined #harmattan | 15:39 | |
*** mschlens has quit IRC | 15:40 | |
*** mschlens has joined #harmattan | 15:44 | |
*** clau has joined #harmattan | 15:45 | |
MohammadAG | can someone look at my code and tell my what's wrong? | 15:49 |
MohammadAG | me* | 15:51 |
*** Pali has quit IRC | 15:52 | |
*** deztructor has quit IRC | 15:53 | |
*** pawky has quit IRC | 15:54 | |
*** tom___ has joined #harmattan | 15:58 | |
*** deztructor has joined #harmattan | 15:59 | |
*** cvaldemar has quit IRC | 16:01 | |
*** divan has quit IRC | 16:01 | |
*** divan has joined #harmattan | 16:03 | |
ZogG_laptop | MohammadAG: i can look and not to understand it :P | 16:11 |
*** rcg-work has quit IRC | 16:11 | |
*** pawky has joined #harmattan | 16:13 | |
*** vladest has joined #harmattan | 16:16 | |
*** M4rtinK has joined #harmattan | 16:20 | |
*** tom___ has quit IRC | 16:22 | |
*** achipa has quit IRC | 16:22 | |
*** Pali has joined #harmattan | 16:23 | |
*** Sfiet_Konstantin has quit IRC | 16:24 | |
*** hardaker has joined #harmattan | 16:24 | |
*** rcg-work has joined #harmattan | 16:24 | |
*** khertan_ has quit IRC | 16:25 | |
*** danielcbit has joined #harmattan | 16:27 | |
ZogG_laptop | MPEG H.265 :) | 16:32 |
*** mschlens has quit IRC | 16:42 | |
*** mschlens has joined #harmattan | 16:43 | |
*** javispedro has joined #harmattan | 16:44 | |
pa | do you know whether aegis encryption functionalities are available also to python? | 16:47 |
pa | s/to/in/ | 16:47 |
infobot | pa meant: do you know whether aegis encryption functionalities are available also in python? | 16:47 |
MohammadAG | can't figure out why my code's aborting | 16:52 |
jonni | pa: only C and C++ api is avail for aegis crypto. | 16:53 |
pa | ah ok. so i have to wrap it myself i guess | 16:53 |
*** njsf has joined #harmattan | 16:56 | |
*** rcg-work has quit IRC | 16:56 | |
*** hardaker has quit IRC | 16:56 | |
*** divan has quit IRC | 16:56 | |
*** Tronic has quit IRC | 16:56 | |
*** chouchoune has quit IRC | 16:56 | |
*** ecloud has quit IRC | 16:56 | |
*** Enforcer has quit IRC | 16:56 | |
*** fignew has quit IRC | 16:56 | |
*** gri has quit IRC | 16:56 | |
*** deram has quit IRC | 16:56 | |
*** Jare_ has quit IRC | 16:56 | |
*** tehdely has quit IRC | 16:56 | |
*** Katiska has quit IRC | 16:56 | |
*** Tronic has joined #harmattan | 16:56 | |
ZogG_laptop | MohammadAG: show it :P | 16:57 |
*** rcg-work has joined #harmattan | 16:57 | |
*** chouchoune has joined #harmattan | 16:57 | |
*** hardaker has joined #harmattan | 16:57 | |
*** divan has joined #harmattan | 16:57 | |
*** ecloud has joined #harmattan | 16:57 | |
*** Enforcer has joined #harmattan | 16:57 | |
*** fignew has joined #harmattan | 16:57 | |
*** gri has joined #harmattan | 16:57 | |
*** deram has joined #harmattan | 16:57 | |
*** tehdely has joined #harmattan | 16:57 | |
*** Jare_ has joined #harmattan | 16:57 | |
*** Katiska has joined #harmattan | 16:57 | |
MohammadAG | http://pastebin.com/ntKYf1kL | 16:57 |
MohammadAG | all custom classes are fine | 16:57 |
ZogG_laptop | gri: didn't heard of you for a while | 16:58 |
ZogG_laptop | MohammadAG: no other data? | 16:58 |
MohammadAG | huh? | 16:59 |
ZogG_laptop | and when it crasshes? | 16:59 |
*** divan has quit IRC | 16:59 | |
ZogG_laptop | like if it fall on specific place? does it have errors? | 16:59 |
MohammadAG | "Aborted" | 16:59 |
*** divan has joined #harmattan | 16:59 | |
MohammadAG | after looping about 10-20 times (depends on messages count) | 16:59 |
jonni | looking the code for 5 seconds, why do you connect to finished signal million times? (on each refresh) ? maybe I just dont understand your code though :) | 17:03 |
*** ecloud has quit IRC | 17:04 | |
MohammadAG | jonni, the QNetworkReply is destroyed after the data is read | 17:04 |
pa | is it only me who likes to keep the implementation in the header? :p | 17:04 |
MohammadAG | pa, depends :P | 17:04 |
*** ecloud has joined #harmattan | 17:04 | |
pa | i mean, in 2012 IDEs should be able to collapse function bodies | 17:05 |
*** ecloud has quit IRC | 17:06 | |
*** ecloud has joined #harmattan | 17:06 | |
*** ecloud has quit IRC | 17:06 | |
MohammadAG | I think "to" is empty | 17:07 |
*** ecloud has joined #harmattan | 17:07 | |
*** rcg-work_ has joined #harmattan | 17:11 | |
javispedro | this reminds me of my usual rant.. | 17:12 |
javispedro | WHERE ARE THE DEBUG SYMBOLS??? | 17:12 |
javispedro | WHERE.... ? | 17:12 |
* javispedro curses | 17:12 | |
javispedro | </rant> | 17:12 |
MohammadAG | javispedro, debugging is useless on Harmattan | 17:13 |
javispedro | is useless BECAUSE of the lack of debug symbols | 17:13 |
*** rcg-work has quit IRC | 17:13 | |
MohammadAG | you forgot to <rant> | 17:14 |
MohammadAG | Syntax error! | 17:14 |
javispedro | jonni: before you leave nokia (if you haven't yet :( ) , maybe you could figure out where could mortals fetch debug symbols for N9 PR1.3? | 17:14 |
*** djszapiN9 has joined #harmattan | 17:15 | |
djszapiN9 | ZogG_laptop, ping | 17:15 |
pa | er... i dont understand what you are complaining about. tdont you have to printf your stuff to debug? | 17:15 |
pa | :#) | 17:15 |
sledges | :) | 17:15 |
javispedro | ~chase pa | 17:15 |
* infobot chases pa | 17:15 | |
pa | :) | 17:15 |
djszapiN9 | javispedro, sup | 17:15 |
javispedro | hiya djszapiN9 | 17:16 |
djszapiN9 | ZogG_laptop, figured out the origin of the bot? | 17:16 |
*** rcg-work_ has quit IRC | 17:16 | |
jonni | javispedro: well for opensource stuff you can ofcourse compile debug packages from dvd, for closed source, its a bit more difficult. | 17:17 |
javispedro | jonni: I cannot make bit identical builds out of the dvd, so my only course of action is to replace packages with my own builds | 17:17 |
javispedro | ... which is what I've been doing with the N950. Up to the point I'm able to disable aegis in the kernel config, but that's another story. | 17:18 |
javispedro | but I'd prefer not to mess with N9. | 17:18 |
MohammadAG | oh for fuck's sake | 17:19 |
javispedro | (one of the reasons I got the N9 was that I supposed the SDK repo's symbols would match N9's releases, but they don't either...) | 17:19 |
MohammadAG | why is developing for any other platform easier | 17:19 |
pa | is it? | 17:19 |
MohammadAG | yes | 17:20 |
MohammadAG | look at the tools available from XCode | 17:20 |
pa | i havent tried, but after all doing it for N9 is its not hard | 17:20 |
pa | no idea.. i sold my ibook in 2006 | 17:20 |
javispedro | jonni: to sum it up, even the -dbg packages from OSS packages alone would be "useful". maybe you know if there's anyone I could bother? | 17:21 |
jonni | javispedro: yep things are not that good, only hope would be that if Nokia would release 'final pr1.3 sdk with working repo' or if someone leaks the internal repo to public. | 17:21 |
pa | but is there any more work done at all on harmattan in nokia? or is this an information non disclosable? :) | 17:23 |
jonni | well there is a small hope now that digia bough qt, that there will be qtsdk update someday, but time will tell. | 17:23 |
pa | i mean some "accepted" bugs were not fixed in 1.3. does it mean there will be 1.4, or does it mean they will never be fixed? | 17:23 |
pa | like battery % is the first that comes to my mind | 17:24 |
MohammadAG | what about it? | 17:24 |
*** DocScrutinizer has quit IRC | 17:24 | |
pa | it jumps from something around 10 to 4 | 17:24 |
*** DocScrutinizer has joined #harmattan | 17:24 | |
javispedro | meh, actual "work" I consider virtually impossible | 17:24 |
javispedro | but just scping *-dbg*.deb =) | 17:25 |
*** DocScrutinizer05 has quit IRC | 17:25 | |
*** DocScrutinizer05 has joined #harmattan | 17:25 | |
javispedro | btw, the builtin twitter client might s top working in 6 months. | 17:26 |
jonni | ps: battery % is not critical bug and batteries dont report any values, so most likely its just beeing ignored. But if there is critical bugs then there might be fixes released some day. Or not :) | 17:26 |
javispedro | as twitter "deprecates" their 1.0 API... | 17:26 |
MohammadAG | MUHAHAHAH | 17:26 |
MohammadAG | qDebug-ging every line ftw | 17:27 |
javispedro | yes. | 17:27 |
pa | good boy | 17:27 |
* javispedro grrrs | 17:27 | |
MohammadAG | QString latestMessage = messages.last().toMap().value("message").toString(); | 17:27 |
jonni | javispedro: that is known, thats why twitter application was updated in PR1.3 so it would continue to work... | 17:27 |
javispedro | hm? you will need to change its key when the new API ships | 17:28 |
javispedro | admiteddly a small update | 17:28 |
MohammadAG | why? | 17:28 |
javispedro | you will need to make it point to "1.1" URLs, have a "1.1" key | 17:28 |
*** Sfiet_Konstantin has joined #harmattan | 17:29 | |
javispedro | and neither are working as of today | 17:29 |
jonni | that would go under 'critical bug fix' and you would just see software upgreade on N9 | 17:29 |
javispedro | thinking that probably "big clients" might already have special URLs | 17:30 |
MohammadAG | sed? | 17:30 |
jonni | javispedro: but afaik, that deprecation issue was already handled on pr1.3 release of twitter client. | 17:30 |
javispedro | well, good to know.. | 17:31 |
*** tom_____1 has joined #harmattan | 17:31 | |
MohammadAG | javispedro, can't find references to old URLs | 17:31 |
*** rcg-work has joined #harmattan | 17:36 | |
*** jreznik has quit IRC | 17:37 | |
*** sledges has quit IRC | 17:47 | |
*** mike7b4_n9 has quit IRC | 17:51 | |
*** sledges has joined #harmattan | 17:55 | |
*** gabriel9|work has quit IRC | 17:58 | |
*** e-yes has quit IRC | 18:00 | |
*** Enforcer has quit IRC | 18:02 | |
*** Enforcer has joined #harmattan | 18:08 | |
javispedro | ok, xmimd fixed for translucent keyboards | 18:09 |
javispedro | should make easydebian more glassssssssy | 18:09 |
*** Enforcer has quit IRC | 18:13 | |
*** sledges is now known as sledge2irssiMosh | 18:15 | |
*** mike7b4_n9 has joined #harmattan | 18:16 | |
*** sledge2irssiMosh is now known as talk2sledges_not | 18:19 | |
*** talk2sledges_not is now known as talk2sledgesnotM | 18:20 | |
*** e-yes has joined #harmattan | 18:20 | |
*** talk2sledgesnotM is now known as talk2sledges | 18:20 | |
*** Enforcer has joined #harmattan | 18:21 | |
ZogG_laptop | thp: ping | 18:22 |
*** e-yes has quit IRC | 18:40 | |
*** hardaker has quit IRC | 18:40 | |
*** NIN101 has joined #harmattan | 18:42 | |
*** Enforcer has quit IRC | 18:49 | |
*** Sfiet_Konstantin has quit IRC | 18:51 | |
*** M4rtinK has quit IRC | 18:55 | |
*** M4rtinK has joined #harmattan | 18:56 | |
*** aquarius has quit IRC | 18:57 | |
*** M4rtinK has quit IRC | 19:01 | |
*** Enforcer has joined #harmattan | 19:02 | |
*** e-yes has joined #harmattan | 19:03 | |
*** M4rtinK has joined #harmattan | 19:03 | |
*** e-yes has quit IRC | 19:11 | |
*** rashm2k has joined #harmattan | 19:20 | |
rashm2k | creating guis is a loooooonbnnng process!!!!!!!!!!!! | 19:20 |
javispedro | it is | 19:20 |
pa | indeed | 19:22 |
pa | especially if one (me) does not have the patience to encapsulate components | 19:23 |
*** jpnurmi has joined #harmattan | 19:27 | |
*** Pali has quit IRC | 19:28 | |
*** clau has quit IRC | 19:31 | |
*** rashm2k has quit IRC | 19:33 | |
*** rashm2k has joined #harmattan | 19:33 | |
*** mschlens_ has joined #harmattan | 19:33 | |
*** ab has quit IRC | 19:34 | |
*** mschlens has quit IRC | 19:36 | |
rashm2k | true dat | 19:36 |
rashm2k | whats even worse is that I don't even know what I'm creating should look like! | 19:39 |
pa | maybe you want to draw it on paper | 19:39 |
pa | fitst | 19:39 |
pa | first | 19:39 |
rashm2k | yeah done that to some extent | 19:40 |
*** mschlens_ is now known as mschlens | 19:40 | |
*** lordross has quit IRC | 19:40 | |
*** heymaster-laptop has joined #harmattan | 19:47 | |
rashm2k | how do you anchor to something thats defined in another QML file? | 19:47 |
rashm2k | e.g. I have created a custom QML file which contains a single rectangle | 19:47 |
rashm2k | and expands when clicked | 19:48 |
rashm2k | if I put 2 rectangles 1 underneath the other then when expanded the second one does not move down | 19:49 |
*** jpnurmi has left #harmattan | 19:51 | |
*** rcg-work has quit IRC | 19:51 | |
*** divan has quit IRC | 19:54 | |
ieatlint | qml elements can only anchor to their parent or sybling | 19:55 |
ieatlint | your description of what you're trying to do is unclear | 19:55 |
ZogG_laptop | ieatlint: i don't think you are right | 19:58 |
ZogG_laptop | rashm2k: care to show | 19:58 |
rashm2k | trying to put it on pastebin or something | 19:59 |
ZogG_laptop | ieatlint: i use pic and under it comments, first picture is not displayed and comments just under but when picture displayed it expands the height and comments do go down on y along with it | 19:59 |
Elleo | got the amazon cloud reader mostly working on the n9 http://bit.ly/N5GS0A http://bit.ly/TK21fw :) | 20:01 |
Elleo | just need a few more usability tweaks | 20:01 |
rashm2k | http://pastebin.com/Sa5S3VnZ | 20:01 |
*** orfix has quit IRC | 20:01 | |
rashm2k | I'm trying to add two ExpandingListViews | 20:02 |
rashm2k | when top one expands the bottom one does not move down | 20:03 |
*** orfix has joined #harmattan | 20:03 | |
*** suy has quit IRC | 20:08 | |
rashm2k | any ideas people? | 20:10 |
ieatlint | ZogG_laptop: i'm unclear what you're saying | 20:11 |
ZogG_laptop | ieatlint: it's coz i'm mystery :P | 20:12 |
ieatlint | rashm2k: care to give a line number on where to look? | 20:12 |
ZogG_laptop | rashm2k: show the problematic screenshot please | 20:13 |
ZogG_laptop | rashm2k: i think i knwo what's the problem, just whant to be sure | 20:13 |
ZogG_laptop | i think you need to add width\heigh and to add top bottom things :) | 20:14 |
*** snowpong has quit IRC | 20:14 | |
rashm2k | line 93 | 20:16 |
rashm2k | the transition changes the height of the listContainer | 20:17 |
rashm2k | which is my expanding list | 20:17 |
ieatlint | yeah, looks correct | 20:18 |
ZogG_laptop | rashm2k: you can use height for objects as for example parent.height-1stobj.heigh-2obj.heigh-10 just to make it proper =) and than achor.top: 2ndobj.bottom | 20:19 |
* ieatlint hopes you really name objects like that :) | 20:19 | |
javispedro | djszapiN9: btw, can you elaborate a bit on https://bugs.meego.com/show_bug.cgi?id=23952 ? | 20:22 |
javispedro | djszapiN9: I mean, does this mean that the scratchbox devkit has the warning message removed? | 20:22 |
javispedro | djszapiN9: or is there something else to it? | 20:22 |
*** djszapiN9 has left #harmattan | 20:23 | |
javispedro | :( | 20:23 |
ZogG_laptop | rashm2k: https://github.com/funkycode/imgrup/blob/master/src/qml/imgrup/GalleryImage.qml - look how i gave the anchors and sizes there | 20:23 |
javispedro | djszapi^^ | 20:23 |
*** danielcbit has quit IRC | 20:24 | |
rashm2k | got it now | 20:26 |
rashm2k | wrappeed the whole item in another container! | 20:26 |
*** djszapiN9 has joined #harmattan | 20:34 | |
ZogG_laptop | rashm2k: seen my example? | 20:36 |
*** vladest has quit IRC | 20:37 | |
*** danielcbit has joined #harmattan | 20:38 | |
*** djszapi_ has joined #harmattan | 20:42 | |
djszapi_ | javispedro: sorry, no any time. Busy with the contributor device program.. | 20:44 |
javispedro | djszapi_: no problem | 20:45 |
javispedro | trying to figure out some of the longstanding harm obs problems | 20:45 |
javispedro | http://wiki.maemo.org/User:Javispedro/OBS_notes | 20:45 |
*** tom_____1 has quit IRC | 20:45 | |
*** lbt is now known as lbt_at_tango | 20:45 | |
djszapi_ | harm obs is perfect (TM) :) | 20:46 |
javispedro | I know ;P | 20:46 |
*** vladest has joined #harmattan | 20:47 | |
javispedro | I think that we'll fix both aegis issues if the devkit dpkg-* stuff is used | 20:47 |
djszapi_ | there is no any real problem that warning apart from spammy. | 20:47 |
djszapi_ | it does not cause any real issues | 20:47 |
djszapi_ | the package installation is in wrong order in the project setup | 20:47 |
djszapi_ | but I take my hat off in front of a person who fixes that... | 20:47 |
javispedro | wrong order? :o | 20:47 |
djszapi_ | with that warning* | 20:48 |
javispedro | there's an issue though, no automatic manifests. | 20:51 |
javispedro | workaroundable too. everything is... | 20:51 |
djszapi_ | that is not just an obs issue | 20:52 |
djszapi_ | in general, there are problems about that. | 20:52 |
rashm2k | oh some aegis experts are online! | 20:53 |
rashm2k | goody | 20:53 |
* javispedro hides | 20:53 | |
rashm2k | lol | 20:53 |
rashm2k | I need to store some specific user token for a web service | 20:54 |
rashm2k | any pointers about whats the best way to do this? | 20:54 |
djszapi_ | javispedro: any specific reasons you are collecting those issues separately? | 20:54 |
javispedro | the two aegis ones? dunno, I suspect they are the same one indeed. | 20:55 |
javispedro | as for the four two it's just the four I hit right now | 20:55 |
djszapi_ | no... let me ask differently: why have you created this page? | 20:55 |
javispedro | *as for the other two | 20:55 |
javispedro | trying to understand obs better as noone seems to do =) | 20:56 |
djszapi_ | I have done :) | 20:56 |
djszapi_ | but nobody fixed my reports. | 20:56 |
djszapi_ | javispedro: there is a big pitfall about the harm c-obs. | 20:57 |
djszapi_ | perhaps the biggest | 20:57 |
djszapi_ | that is also reported | 20:58 |
javispedro | shoot | 20:58 |
ZogG_laptop | pa: mazal tov with app announcement | 20:58 |
djszapi_ | it is integrating the dev repository. | 20:58 |
djszapi_ | making the packges risky on devices | 20:58 |
djszapi_ | packages* | 20:58 |
*** nieldk has joined #harmattan | 20:59 | |
javispedro | djszapi_: what do you mean? there has been no newer dev repos.. | 20:59 |
pa | ZogG_laptop, hæ? whats mazal tov? | 21:00 |
djszapi_ | the dev repository is not meant for the device | 21:00 |
*** e-yes has joined #harmattan | 21:00 | |
javispedro | djszapi_: but it has been always this way? | 21:01 |
djszapi_ | that is the problem | 21:01 |
ZogG_laptop | pa: good luck in hebrew, it's mostly used as congrats, and even used in a lot of american movies | 21:01 |
djszapi_ | no any guarantee any packages will work on the device from the community repository | 21:01 |
djszapi_ | or from any repositories on the harm c-obs | 21:01 |
pa | ah thanks :) | 21:01 |
javispedro | djszapi_: well, it's true, but there's nothing to be done as Nokia has not released anything newer than > 1.0 | 21:02 |
djszapi_ | javispedro: unsure what you mean? | 21:02 |
javispedro | if a package does not work is because there were binary ABI differences between dev repo (which is stuck in PR1.0) and device (which might be 1.2, 1.3) | 21:02 |
djszapi_ | nope | 21:03 |
djszapi_ | the dev repository were updated | 21:03 |
javispedro | oh | 21:03 |
javispedro | no :( | 21:03 |
javispedro | I wish. | 21:03 |
ZogG_laptop | i think it was upgraded to 1.1 or somthing | 21:03 |
djszapi_ | yes | 21:03 |
javispedro | a few packages were upgraded. | 21:03 |
djszapi_ | it was updated | 21:03 |
djszapi_ | really | 21:03 |
djszapi_ | it was harmattan | 21:03 |
djszapi_ | then harmattan2 | 21:03 |
djszapi_ | then harmattan3 | 21:03 |
djszapi_ | not it is back | 21:03 |
djszapi_ | now* | 21:03 |
djszapi_ | but this is off topic anyway | 21:03 |
djszapi_ | the thing, Nokia does not guarantee that, the dev repo is working in non-dev environment as the device | 21:04 |
javispedro | ah | 21:04 |
djszapi_ | so we built a stack (community repository) on this borked ground. | 21:04 |
javispedro | but you are not installing any packages from it into the device, aren't you? ;) | 21:04 |
djszapi_ | so if an app works on the device, that is pure luck. | 21:04 |
djszapi_ | why not? | 21:04 |
djszapi_ | from the community repository? | 21:04 |
djszapi_ | of course I do. | 21:04 |
javispedro | from the _dev_ repository | 21:04 |
djszapi_ | same | 21:05 |
javispedro | I mean, if you install gcc or similar from sdk/dev repository, you will break device | 21:05 |
djszapi_ | I do install from that | 21:05 |
javispedro | that does not mean any package built with that gcc will break device :) | 21:05 |
javispedro | *brick | 21:05 |
djszapi_ | but even if I was not, it would still break the entire goal of the community repository. | 21:05 |
pa | tomma, but program1 and program2 are already created, in the default InitializeGL | 21:05 |
javispedro | djszapi_: I think you are exaggerating a bit here :/ | 21:05 |
javispedro | djszapi_: see example above | 21:05 |
djszapi_ | to have guaranteed packages that do run on the device. | 21:05 |
javispedro | about gcc. | 21:05 |
djszapi_ | no, it is not exaggerating at all | 21:06 |
djszapi_ | some people bricked the device | 21:06 |
djszapi_ | due to signing issues etc | 21:06 |
djszapi_ | check out the forum | 21:06 |
ZogG_laptop | with gcc? | 21:06 |
djszapi_ | it is not something you can take lightly. | 21:06 |
javispedro | installing packages _from the dev repo_ _will_ brick device, that is for sure. | 21:06 |
ZogG_laptop | djszapi_: let's say you dont have to be smart to brick the device :P | 21:06 |
javispedro | but that does not mean installing packages from obs, even if built using build-deps from dev repo will brick device. | 21:07 |
djszapi_ | javispedro: you are not getting the point. :) | 21:07 |
djszapi_ | the harmattan repository (dev) is a /dependency/ for c-obs harm | 21:07 |
djszapi_ | so is it for the community repository | 21:07 |
djszapi_ | packages may be pulled in from there. | 21:07 |
javispedro | yes | 21:07 |
djszapi_ | brick is the worst case scenario | 21:07 |
javispedro | that is completely necessary | 21:07 |
djszapi_ | but there can be a lot of issues | 21:07 |
javispedro | because you need to fetch gcc, binutils, | 21:07 |
javispedro | bash, etc. from it | 21:07 |
djszapi_ | no, you do not. | 21:08 |
javispedro | but you should NEVER add the dev repository to the device | 21:08 |
djszapi_ | why would you ever need gcc for kanagram? | 21:08 |
djszapi_ | of course you should | 21:08 |
djszapi_ | since the community repository does have that as a dependency | 21:08 |
djszapi_ | for grabbing the dependencies from there... | 21:09 |
javispedro | no | 21:09 |
javispedro | I think that what happened to you is that your package ended for some reason having a dependency | 21:09 |
javispedro | that was only in the sdk rep | 21:09 |
javispedro | *repo | 21:09 |
javispedro | that should most definitely "not happen" (TM) ;) | 21:09 |
javispedro | but I suspect it might happen... | 21:09 |
javispedro | djszapi_: do you have an example? | 21:10 |
djszapi_ | there are tons of example | 21:10 |
valdur55 | javispedro, irssi | 21:10 |
djszapi_ | just take a look at the repository | 21:10 |
djszapi_ | tons of libraries you need to have for an app runtime | 21:10 |
valdur55 | libperl5.10 issue. | 21:10 |
djszapi_ | and it happens a LOT. | 21:10 |
djszapi_ | that is the main problem. | 21:10 |
*** mike7b4_n9 has quit IRC | 21:10 | |
djszapi_ | the harm c-obs got this very unfortunate decision | 21:11 |
javispedro | libperl is not on the device | 21:11 |
djszapi_ | so we were forced in the community repository (and everywhere else) to build on that broken decision | 21:11 |
djszapi_ | javispedro: you need perl in a perl app? | 21:11 |
djszapi_ | does that sound logical? | 21:11 |
javispedro | perl is not on harmattan | 21:11 |
valdur55 | yes,. but irssi have dep | 21:11 |
*** mike7b4_n9 has joined #harmattan | 21:11 | |
djszapi_ | javispedro: http://harmattan-dev.nokia.com/pool/harmattan/free/p/perl/ | 21:12 |
javispedro | djszapi_: that's sdk repo, and as said, it is not meant for device | 21:12 |
javispedro | valdur55: so you do what you have to do when porting a package and lack a dependency. you port perl to harmattan. | 21:12 |
djszapi_ | that is what I am saying all the way along... | 21:12 |
pa | tomma, ok google helped me a little finding qmlvideofx | 21:12 |
djszapi_ | and have said tons of times in the past | 21:12 |
djszapi_ | nothing changed. | 21:13 |
javispedro | djszapi_: I see the problem, but I can say it is not a problem :) | 21:13 |
djszapi_ | javispedro: because you do not care certain packages do not work? | 21:13 |
javispedro | djszapi_: to put it simply: if your package ends up with a dep on a package that is on sdk repo only, consider it as a build failure | 21:13 |
djszapi_ | and certain packages brick the device? | 21:13 |
djszapi_ | and certain packages messes up? | 21:13 |
javispedro | djszapi_: it cannot happen unless you coax users into adding sdk repo to sources.list | 21:14 |
djszapi_ | why would you? | 21:14 |
djszapi_ | where else would you get the dependency from? | 21:14 |
djszapi_ | nowhere? | 21:14 |
djszapi_ | from collision? | 21:14 |
javispedro | nowhere unless you port it. | 21:14 |
djszapi_ | worse? | 21:14 |
djszapi_ | good luck! | 21:14 |
djszapi_ | hahahahaha | 21:14 |
djszapi_ | so you say collision | 21:14 |
djszapi_ | thanks, but no thanks... | 21:15 |
djszapi_ | we have spent enormous amount of times with collision between repos | 21:15 |
javispedro | which collision | 21:15 |
djszapi_ | to clean up, but thanks again, no thanks... | 21:15 |
javispedro | you are not supposed to enable sdk repo on device. | 21:15 |
djszapi_ | so the harm c-obs SHOULD NOT INTEGRATE. | 21:15 |
javispedro | it should because it's the only way you can fetch BUILD tools. | 21:16 |
djszapi_ | ok, I give up. | 21:16 |
javispedro | scratchbox does it too. | 21:16 |
*** tom____ has joined #harmattan | 21:16 | |
djszapi_ | I recommend to get to know c-obs better. | 21:17 |
djszapi_ | you will see the problem yourself. | 21:17 |
djszapi_ | if you do not believe us. | 21:17 |
javispedro | to simplify: there's a repo with BUILD tools. we call this the sdk or dev repo. you use this package to fetch _build_ dependencies, like gcc or bash. A package you built turns out with a dependency on bash. | 21:17 |
javispedro | Your package is _broken_. | 21:17 |
javispedro | It is not obs fault. | 21:17 |
javispedro | Same would have happened under Scratchbox. | 21:17 |
djszapi_ | sigh | 21:17 |
djszapi_ | bunchof people analyzed the situation | 21:17 |
javispedro | or any other build system on the surface of this planet. | 21:17 |
djszapi_ | but our fault, sure | 21:18 |
djszapi_ | you clearly do not understand how it works | 21:18 |
djszapi_ | let me say again, and last. Perhaps there is a miracle you know understand: | 21:18 |
djszapi_ | the harm c-obs integrates the WHOLE developer repository | 21:18 |
djszapi_ | means, if you wanna repackage X% of it, you will have an uncool CLASH | 21:19 |
pa | so, i get QGLShaderProgram::addShader: Program and shader are not associated with same context. , and i found that i have to Delay invocation of initializeGL until the event loop has started. how do i do that? | 21:19 |
pa | (non in qml) | 21:19 |
djszapi_ | which we have spent ENORMOUS amount of time to fix for even one case. | 21:19 |
pa | just wanna fix hellogl_es2 | 21:19 |
djszapi_ | so the clear fix is, c-obs ONLY integrates what is needed for BUILD. | 21:19 |
javispedro | this guy gets it --> https://bugs.meego.com/attachment.cgi?id=9679 | 21:19 |
djszapi_ | you are misinterpreting Marcell. | 21:20 |
djszapi_ | but whatever, up to you. | 21:20 |
djszapi_ | Marcell is actually one of the people I discussed the issue wrt this about harm c-obs, and firmly agreed with us. | 21:21 |
*** Luke-Jr has quit IRC | 21:21 | |
ZogG_laptop | >_> | 21:21 |
javispedro | *sigh* | 21:22 |
javispedro | so yeah, let's fix it by removing the sdk repo from the autobuilder. | 21:22 |
djszapi_ | no | 21:22 |
djszapi_ | you clearly do not understand how the integration of the sdk repository works :) | 21:23 |
javispedro | so, explain.. | 21:23 |
djszapi_ | I would suggest you to understand the system better before criticizing the once who know. | 21:23 |
djszapi_ | ones* | 21:23 |
djszapi_ | no, sorry, I do not have more time for this topic. I need to progress with my other tasks. | 21:23 |
djszapi_ | write an email to Marcell, if you do not believe in us. | 21:24 |
*** vladest_ has joined #harmattan | 21:25 | |
javispedro | Marcell designed the policy I've explained, so your assertions quite surprise me to say the least. | 21:25 |
*** Pali has joined #harmattan | 21:25 | |
djszapi_ | because you are unaware how the system works, and instead of asking, you offend. | 21:25 |
pa | ok, this doesnt work: http://pastebin.com/p3BSmfEH . how would be right? | 21:26 |
pa | i mean, how do i set inittializeGL for queuedconnection? | 21:26 |
*** vladest has quit IRC | 21:26 | |
*** vladest_ is now known as vladest | 21:26 | |
javispedro | pa: invokeMethod's first argument should be a pointer to a QObject | 21:26 |
tomma | pa, is it still that hellogl_es2 example? | 21:26 |
djszapi_ | pa: why are you doing it that way? | 21:26 |
pa | tomma, yes, and i found this: http://doc.qt.nokia.com/qtmobility/video-qmlvideofx-main-cpp.html | 21:27 |
pa | (at the very bottom) | 21:27 |
djszapi_ | pa: why not initialize at another place? | 21:27 |
djszapi_ | javispedro: the packages are imported | 21:28 |
djszapi_ | javispedro: the harm c-obs does not use the dev repository | 21:28 |
djszapi_ | through source.list or a "linkage". | 21:28 |
pa | djszapi_, mh donno, im trying to get hellogl_es2 to work fine | 21:28 |
pa | so i have an example to start from | 21:28 |
tomma | pa, just ignore that... in hellogl_es2 make shaderprograms pointers and create them in initializeGL function | 21:28 |
djszapi_ | pa: I would recommend against that usage. | 21:28 |
*** deztructor has quit IRC | 21:28 | |
pa | tomma, it does that already | 21:28 |
javispedro | djszapi_: but it uses it to build them only. packages from the dev repository do not end up in the cobs repositories. | 21:28 |
pa | but it says: QGLShaderProgram::addShader: Program and shader are not associated with same context | 21:29 |
djszapi_ | javispedro: can I ask you please to read the conversation again? | 21:29 |
djszapi_ | I believe I mentioned everything relevant by now with this last information, so a bit of puzzle should make this clear for you. | 21:29 |
djszapi_ | and if not, I will try to answer. | 21:29 |
valdur55 | Ok. But what additional repos should i use ? | 21:30 |
djszapi_ | valdur55: ideally just the community repository | 21:30 |
djszapi_ | but due to the b0rked design for the package integration, you need to use the dev repository as well | 21:30 |
tomma | pa, if you create those QShaderProgram instances inside initializeGL function then they are in same context | 21:31 |
javispedro | back in diablo/fremantle days, there was a tools repo for on-device developer packages | 21:31 |
valdur55 | djszapi, can you lilk to community repository ? | 21:31 |
djszapi_ | valdur55: see the topic and the landing page | 21:31 |
javispedro | djszapi_: it is not due to "b0rked package integration" | 21:32 |
*** tom____ has quit IRC | 21:32 | |
pa | tomma, well, that's actually how it's done in hellogl_es2 | 21:32 |
djszapi_ | javispedro: yes, it is. | 21:32 |
pa | but in harmattan i get that error, and then shaders dont bind | 21:32 |
javispedro | djszapi_: if his package ends up depending in libperl, how would you fix it by changing the autobuilder configuration? | 21:32 |
javispedro | surprise me, because I just don't see it. | 21:32 |
pa | and i found that comment in a qtmobility source, so i guess theres some bug somewhere in Harmattan | 21:32 |
djszapi_ | javispedro: packaging perl, and not integrating? | 21:33 |
tomma | pa, hellogl_es2 has QShaderProgram program1 and QShaderProgram program2 in GLWidget header | 21:33 |
pa | hm.. not here.. | 21:33 |
javispedro | djszapi_: packaging perl being the key act here. if you port perl to harmattan, then the problem disappears. | 21:33 |
javispedro | which is what I suggested a few pages above. | 21:34 |
djszapi_ | no | 21:34 |
pa | ah yes | 21:34 |
djszapi_ | you are clearly not a top packager for harmattan | 21:34 |
pa | i try | 21:34 |
djszapi_ | or have not spent enough time with c-obs | 21:34 |
djszapi_ | or in general with packaging for any systems | 21:34 |
djszapi_ | clashes are clashes | 21:34 |
javispedro | djszapi_: thank you for another gratuitous comment about my quality as packager. | 21:34 |
pa | tomma, but i have to have them in the header, otherwise how do i bind them in paintgl()? | 21:35 |
djszapi_ | you are proposing integrating perl *AND* packaging | 21:35 |
djszapi_ | so we will have two perl versions | 21:35 |
djszapi_ | like I said in the very beginning | 21:35 |
djszapi_ | instead of what I proposed | 21:35 |
djszapi_ | to not integrate perl *at all* | 21:35 |
javispedro | and they have to be binary compatible, because otherwise you'll break other in-device packages. | 21:35 |
djszapi_ | we had tons of problems and headaches about clashes on Harmattan. | 21:35 |
djszapi_ | you are still not getting... | 21:36 |
djszapi_ | apparently I need to explain little detail... | 21:36 |
djszapi_ | about packaging... | 21:36 |
pa | ah right, pointers | 21:36 |
pa | i try | 21:36 |
djszapi_ | when you build your superfoo depending on perl, which perl will be used? | 21:36 |
djszapi_ | which version | 21:36 |
javispedro | djszapi_: when building, sdk's. | 21:36 |
djszapi_ | etc | 21:36 |
javispedro | djszapi_: when running, device's. | 21:36 |
djszapi_ | ha ha ha | 21:36 |
javispedro | sdk's might even be x86 perl. | 21:36 |
javispedro | and not arm. | 21:36 |
djszapi_ | so you build a package with different library than using | 21:36 |
djszapi_ | HAHAHA | 21:37 |
djszapi_ | just try it out, please. | 21:37 |
djszapi_ | with different qt version in scratchbox | 21:37 |
javispedro | EVERY SINGLE harmattan package even scratchbox's are built with different libraries than used | 21:37 |
djszapi_ | what is on the device | 21:37 |
djszapi_ | just try it out... | 21:37 |
djszapi_ | I do not say more... | 21:37 |
javispedro | THANKS to Nokia not releasing PR1.3 sdk. | 21:37 |
djszapi_ | and come back. | 21:37 |
djszapi_ | surely, you build an app with perl2 | 21:38 |
djszapi_ | it will surely work with python3 | 21:38 |
djszapi_ | python2* | 21:38 |
djszapi_ | who dumbass we are. | 21:38 |
djszapi_ | how* | 21:38 |
djszapi_ | all the dependency versions should just work always | 21:38 |
javispedro | that is an exaggeration | 21:38 |
djszapi_ | it is that simple... | 21:38 |
tomma | pa, http://pastebin.com/eL1bSpYN changes i made to it | 21:38 |
tomma | and it worked in harmattan... apart from using widgets etc which make it pretty unusable but still worked | 21:39 |
djszapi_ | not to mention tons of problems during the build like I mentioned zillion times | 21:39 |
javispedro | djszapi_: no. sdk contains libqt from 2011. device contains libqt from 2012. unless you copied device's libqt to your computer any day (doubtful) | 21:39 |
djszapi_ | even before just getting there to run. | 21:39 |
javispedro | djszapi_: you have been building packages linked with 2011's libqt and running them on a device with 2012's libqt | 21:39 |
djszapi_ | javispedro: try with newer Qt... | 21:39 |
javispedro | djszapi_: and hell didn't break loose. | 21:39 |
djszapi_ | you will see the problem | 21:39 |
djszapi_ | and qt is really not the only dependency in the world... | 21:40 |
javispedro | <javispedro> and they have to be binary compatible, because otherwise you'll break other in-device packages. | 21:40 |
djszapi_ | we had *tons* of problem with different qt versions. | 21:40 |
pa | tomma, i think theres also a mistake in the original code in the if(qtlogo) block around line 290 of glwidget.cpp | 21:40 |
djszapi_ | while developing for Harmattan | 21:40 |
pa | in the else | 21:40 |
djszapi_ | so you are proposing a workflow of *heavy* pain of building and hefty runtime issues | 21:40 |
djszapi_ | instead of me: proposing one library, and no issues at all. | 21:40 |
djszapi_ | sorry, I am off... | 21:41 |
javispedro | no, I'm proposing a workflow that has been used ever since the early maemo days and is proven to work. | 21:41 |
djszapi_ | no it has not worked at all | 21:41 |
djszapi_ | packagers could speak up | 21:41 |
*** bef0rd has joined #harmattan | 21:41 | |
javispedro | it has its own share of problems. | 21:41 |
djszapi_ | I was cleaning up the redundancy for days | 21:41 |
djszapi_ | when people complaint packages did not work | 21:41 |
djszapi_ | due to the clashes | 21:41 |
djszapi_ | even the building | 21:41 |
djszapi_ | sure, the log also lies. :D | 21:41 |
pa | tomma, yes now it's good :) many thanks! | 21:42 |
djszapi_ | where were you when the problems occured? Now saying, they did not exist, just because you have not faced? | 21:43 |
djszapi_ | just look through the log, it is all there. | 21:43 |
RST38h | moo javispedro | 21:43 |
javispedro | moo RST38h | 21:43 |
djszapi_ | I really do not understand the point of discussion 1) Tons of build and runtime issues 2) No issues at all | 21:43 |
djszapi_ | it does not need to be discussed more. | 21:43 |
javispedro | djszapi_: "no issues at all" is false. | 21:43 |
djszapi_ | we do not have any issues when there is no clashes | 21:44 |
javispedro | djszapi_: besides, you still didn't propose the miraculous method that will prevent those issues. | 21:44 |
djszapi_ | I can bravely say that. | 21:44 |
djszapi_ | of course I did. | 21:44 |
djszapi_ | tons of times | 21:44 |
djszapi_ | just because you do not read, it does not mean I have not explained. | 21:44 |
djszapi_ | others got it earlier. I am sure you would also be able, if you read. | 21:44 |
DocScrutinizer05 | who opts for +q banning djszapi_ just for offensive arrogant speech? | 21:44 |
djszapi_ | it is just matter of nobody doing the work to make this nice. | 21:45 |
javispedro | because it's impossible. | 21:45 |
djszapi_ | meh | 21:45 |
DocScrutinizer05 | meh indeed | 21:45 |
RST38h | ah, djszapi is off his meds again | 21:45 |
DocScrutinizer05 | yep | 21:45 |
DocScrutinizer05 | fsckng PITA | 21:46 |
javispedro | so, let's change topic. | 21:46 |
djszapi_ | yes, it is impossible to get perl packaged | 21:46 |
djszapi_ | and then use that for everything | 21:46 |
djszapi_ | we impossibly managed to put libraries into the community repository this way | 21:46 |
djszapi_ | perhaps we dreamt | 21:46 |
DocScrutinizer05 | no, it's impossible to push a rope | 21:46 |
djszapi_ | and they are actually not there. | 21:46 |
*** nieldk has quit IRC | 21:49 | |
*** Mag-en00b has joined #harmattan | 21:54 | |
pa | by the way, no one knows anything about this, right? https://bugreports.qt-project.org/browse/QTMOBILITY-1116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel | 21:55 |
pa | sorry if i bring this up every now and then :) | 21:55 |
DocScrutinizer05 | djszapi_: next time you utter shit like ""[2012-08-17 20:23:56] <djszapi_> no, sorry, I do not have more time for this topic. I need to progress with my other tasks."" when somebody asks you to explain what you accuse others alegedly don't undertsand, and if you then go on arguing for another 20++ lines and still don't bother to actually *explain* but rather insult people, you earn a few days ban | 21:55 |
pa | still didnt give up with the idea of having maps api offline | 21:55 |
javispedro | pa: there's indeed a "undocumented" library for offline maps, but without headers et all it will be very hard to use | 21:56 |
javispedro | pa: about the map plugin I have no idea.. | 21:56 |
pa | undocumented library already in harmattan? | 21:56 |
javispedro | yeah, it's the one the maps application itself uses | 21:56 |
Mag-en00b | device:nokia n9. few days ago the package manager flipped and wouldnt install packages. i googled it up and it was suggested a few files should be removed and have the package manager re-create them. i did remove them and now my device says "can't install package, installation package not found" for everything i try to install from the nokia store | 21:57 |
pa | ah! | 21:57 |
pa | but yeah, no headers = no luck probably | 21:57 |
Mag-en00b | is there a way to restore the firmware? "clear device" didnt work | 21:57 |
djszapi_ | Mag-en00b: can you install packages manually? | 21:57 |
Mag-en00b | haven't tried, don't know how to | 21:57 |
djszapi_ | pa: you can always use 'nm' ;) | 21:58 |
pa | heh | 21:58 |
pa | i can try :p | 21:58 |
javispedro | pa: also there's a QML wrapper for it, which might be easier to use. it's an interesting project if you have the time :) | 21:58 |
djszapi_ | just joking.. speculating from symbols ... heh funny. :) | 21:58 |
pa | is there a qml wrapper for the undocumented offline maps library? | 21:58 |
pa | link? link? : )) | 21:59 |
javispedro | pa: also undocumented of course =) | 21:59 |
javispedro | the drive app uses it =) | 21:59 |
Mag-en00b | i figured i could use navifirm and winflasher, but couldn't find downloadable firmware files for my n9's product code 059J6J3 | 21:59 |
pa | well but qml is easier to read than binary files | 21:59 |
pa | :) | 21:59 |
djszapi_ | pa: except if it is used as resource :P | 21:59 |
pa | so i should extract it rom the binary, right? | 21:59 |
pa | jonny was saying it's pretty easy to do | 21:59 |
pa | never done myself tho | 22:00 |
pa | sorry | 22:00 |
pa | jonni :p | 22:00 |
javispedro | extracting qml from a binary? even GNU string will do that =) | 22:00 |
Mag-en00b | anything i can do except haul my ass to nokia care for a simple reflash? i couldnt find nokia's official firmware restore guide. nokia just suggests to update the device via it's own menus | 22:00 |
djszapi_ | Mag-en00b: have you tried to hack manually? | 22:00 |
javispedro | Mag-en00b: there's a certain risk if you do the reflash by yourself if you mess with the version to flash | 22:00 |
pa | this is definitely something i would spend my time with, yeah.. :) | 22:01 |
djszapi_ | over ssh, pkgmgr etc? | 22:01 |
djszapi_ | to see what is going on? | 22:01 |
pa | i need offline maps ! | 22:01 |
javispedro | pa: so, start by reading the maps & drive qml files ;) | 22:01 |
javispedro | I'm interested too. | 22:01 |
Mag-en00b | djszapi_: umm. not exactly sure what do you mean, but i think i haven't done anything special to the device | 22:01 |
javispedro | pa: but note that from a license PoV it's dangerous as best, so be assured you won't get it published to nokia store | 22:01 |
djszapi_ | Mag-en00b: are you a simple user or hacker? | 22:01 |
Mag-en00b | never liked that term, but no, i'm not a basic user. i'm a programmer and know my way around | 22:02 |
djszapi_ | Mag-en00b: try to install a package over ssh then. | 22:03 |
pa | hm | 22:03 |
ieatlint | it's better than cracker, which is just a racial slur | 22:03 |
djszapi_ | with the developer mode enabled, and as a developer with devel-su etc | 22:03 |
pa | well i dont care too much, my app is free anyway.. | 22:03 |
pa | if nokia starts complaining, i''ll remove from the store | 22:03 |
javispedro | pa: btw, cityscape app is qml too, so it's another source for information. | 22:03 |
javispedro | (just brainstorming here) | 22:04 |
pa | but cityscape is not offline | 22:04 |
pa | right? | 22:04 |
javispedro | the maps are :) | 22:04 |
javispedro | the panorama isn't :( | 22:04 |
pa | aha.. | 22:04 |
pa | so i get the qml out with string? | 22:04 |
pa | let see what is possible to do in half hour | 22:05 |
Mag-en00b | djszapi_: enabling developer mode says "preparing for installation" and "can't install, installation package not found" | 22:05 |
DocScrutinizer05 | fry and eat a steak | 22:05 |
javispedro | pa: there are a bunch of .qml outside of the maps binary | 22:05 |
djszapi_ | Mag-en00b: what have you done previously? | 22:05 |
javispedro | DocScrutinizer05++ | 22:05 |
djszapi_ | have you tried to install something from the console with the pkgmgr, presumably a user package? | 22:05 |
*** furikku has quit IRC | 22:06 | |
pa | javispedro, u mean /usr/bin/maps? | 22:06 |
javispedro | pa: use dpkg -L to list files installed by a package | 22:06 |
javispedro | pa: in any case you are doing nothing in half an hour, this is probably a project for a week or a month... | 22:07 |
Mag-en00b | i fucked up. and just because i'm lazy. when i deleted the file to get over the last package installation problem and it didn't work, i also removed another file in that folder and i'm assuming it was some repository database... | 22:07 |
pa | i will probably spend my weekend on it :) | 22:07 |
djszapi_ | Mag-en00b: can you recall which files? | 22:07 |
pa | yeah quite a lot of stuff in that pkg | 22:08 |
pa | but i thought maps were meegotouch | 22:08 |
pa | javispedro, and by the way cityscape.. you meant city lens? | 22:09 |
javispedro | pa: no, cityscene | 22:10 |
Mag-en00b | djszapi_: i'll try to look it up. the error message was too similar to this current one. just a moment | 22:10 |
*** Luke-Jr has joined #harmattan | 22:10 | |
pa | javispedro, i see that cityscene contains a dir called "maps-plugin" | 22:12 |
Mag-en00b | djszapi_: it was these commands and i believe i removed the file besides sources.list.d directory as well https://harmattan-bugs.nokia.com/show_bug.cgi?id=1044#c5 | 22:12 |
pa | with some libnqtnmaa inside | 22:13 |
Mag-en00b | and the error message i was trying to tackle before was (not that it's of any use anymore, i believe): "Unable to start operation Refreshing cache. Please wait." | 22:13 |
*** hardaker has joined #harmattan | 22:14 | |
pa | but no qml inside, so i guess it has been embedded via qrc | 22:14 |
djszapi_ | Mag-en00b: if you have only deleted that file only from the console, and rebooted your phone, then it is weird. | 22:16 |
*** tbf has joined #harmattan | 22:16 | |
Mag-en00b | and then i tried to reset the device via the menu and (ofcourse, dumb me) it didn't restore the file, but it did remove my console and disable developer mode ._. | 22:17 |
djszapi_ | have you tried to get the console from meecatalog? | 22:17 |
Mag-en00b | *googles the name* it seems that's a program. i dont have it and i cannot install anything | 22:18 |
Mag-en00b | i think it boils down to this question: can i flash file "DFL61_HARMATTAN_40.2012.21-3_PR_LEGACY_001-OEM1-958_ARM" to my device since my device says it's version is "PR1.3 (40.2012.21-3_PR_001)" | 22:19 |
djszapi_ | yep, that is a program which is usually the first I download after a (re-)flash | 22:19 |
djszapi_ | so you cannot switch to developer mode at all, can you | 22:20 |
Mag-en00b | nope. clicking on it says the "searching..." "cannot install.." | 22:20 |
Mag-en00b | do you know the software "navifirm"? | 22:21 |
DocScrutinizer05 | sure, it's the only source for firmware images | 22:23 |
DocScrutinizer05 | another Nokia madness | 22:23 |
djszapi_ | this is a weird breakage... I am unsure what you could do apart from reflesh. | 22:24 |
djszapi_ | you had the latest public version? | 22:24 |
djszapi_ | is it N950 or N9? | 22:24 |
valdur55 | or from unoffical images file. | 22:24 |
Mag-en00b | because it seems that in many variants only the emmc changes to include some things like country-specific maps or no maps at all. i'm assuming the part one they share could safely be flashed onto this device as well, Or do i have to flash emmc as well every time i flash? | 22:24 |
Mag-en00b | n9 and latest public version that was updated via air | 22:25 |
DocScrutinizer05 | Mag-en00b: the problem is flasher will check for version and signature, and not allow any downgrade (or what it thinks is a downgrade | 22:25 |
DocScrutinizer05 | ) | 22:25 |
Mag-en00b | what about same version onto same version? | 22:26 |
DocScrutinizer05 | should work | 22:26 |
valdur55 | Yes. It works | 22:26 |
Mag-en00b | well here goes nothing :3 | 22:26 |
DocScrutinizer05 | but be careful, even subvariants count as higher version | 22:26 |
DocScrutinizer05 | that's the reason you can't go back to international from e.g. asian | 22:27 |
DocScrutinizer05 | iirc | 22:27 |
pa | by the way, is there a package containing all these? http://doc.qt.nokia.com/qtmobility/all-examples.html | 22:27 |
valdur55 | but it is possible to add 005 repos in other subversions | 22:28 |
*** decibyte has quit IRC | 22:28 | |
javispedro | pa: I don't think that's the case, but if you have scratchbox you can build each of them easily | 22:28 |
javispedro | I built the mappingdemo yesterday =) | 22:28 |
DocScrutinizer05 | anyway >>i flash file "DFL61_HARMATTAN_40.2012.21-3_PR_LEGACY_001-OEM1-958_ARM" to my device since my device says it's version is "PR1.3 (40.2012.21-3_PR_001)"<< doesn't sound like a brilliant idea | 22:29 |
*** decibyte has joined #harmattan | 22:29 | |
valdur55 | DocScrutinizer, why not? | 22:29 |
DocScrutinizer05 | probably PR_LEGACY > PR_001 | 22:29 |
javispedro | I am not sure of that | 22:30 |
DocScrutinizer05 | I'd not go for any legacy shite anyway, sounds way too much like braqnding | 22:30 |
DocScrutinizer05 | branding* | 22:30 |
javispedro | I think I flashed legacy =) | 22:30 |
DocScrutinizer05 | OEM1 even :-o | 22:31 |
DocScrutinizer05 | quite sure some carrier specific image | 22:31 |
pa | javispedro, no i mean a tarball with the sources, or a git repo | 22:31 |
pa | they are not in the sedk | 22:31 |
pa | sdk | 22:31 |
javispedro | oh, now I will be useful. | 22:31 |
DocScrutinizer05 | hehe | 22:32 |
javispedro | pa: http://depot.javispedro.com/nit/harm/srcs/pool/free/q/qt-components/qt-components_1.3~git20120215-1+0m8.tar.gz | 22:32 |
pa | aha! thanks : ))) | 22:32 |
DocScrutinizer05 | :-) | 22:32 |
javispedro | :) | 22:32 |
Mag-en00b | i've gotten the understanding that pr_legacy is something that people call "generic" (whatever it means) and the flasher (now that i remember to check it out) said that my phone was "DFL61_HARMATTAN_40.2012.21-3_PR_001", thus i think the filename maches pretty well. though the OEM1-958 part is unknown. but thing flashed and nicely asks settings on boot | 22:33 |
valdur55 | I used DFL61_HARMATTAN_40.2012.21-3_PR_LEGACY_005-OEM1-958_ARM.bin and got DFL61_HARMATTAN_40.2012.21-3_PR_005 | 22:33 |
* DocScrutinizer05 hands javispedro a candy | 22:33 | |
*** heymaster has joined #harmattan | 22:33 | |
pa | damn nx.. doesnt copy paste on linux | 22:33 |
javispedro | pa: actually it's http://depot.javispedro.com/nit/harm/srcs/pool/free/q/qt-mobility/qt-mobility_1.2.1+213+0m8.tar.gz | 22:33 |
javispedro | my mistake =) | 22:33 |
javispedro | (above was qt-components, not mobility) | 22:33 |
javispedro | (meh, I ruined the moment :P) | 22:34 |
pa | :D | 22:34 |
DocScrutinizer05 | Mag-en00b: why don't you just flash the proper firmware rather than that OEM stuff? | 22:34 |
DocScrutinizer05 | well, why didn't you... now it's too late anyway | 22:35 |
valdur55 | DocScrutinizer, where can you download non OEM stuff? | 22:35 |
javispedro | DocScrutinizer05: I think that all of the images are called legacy and OEM | 22:35 |
javispedro | DocScrutinizer05: I only have the N950 one around atm and it says OEM1 for ex. | 22:35 |
DocScrutinizer05 | javispedro: duh! | 22:36 |
javispedro | and it clearly isn't =) | 22:36 |
pa | hmmmm | 22:36 |
valdur55 | flasher don't know anything about OEM, Legacy etc | 22:36 |
* DocScrutinizer05 wonders how much Nokia paid to the madhouse to get that update policy concept written for them | 22:37 | |
pa | javispedro, why in your tarball theres no QML Video Shader Effects ? | 22:37 |
javispedro | pa: wha? | 22:37 |
javispedro | what is that? | 22:37 |
pa | http://doc.qt.nokia.com/qtmobility/all-examples.html | 22:37 |
pa | in Multimedia | 22:37 |
Mag-en00b | DocScrutinizer05: because i cannot find my model number from the list. but now i flashed and it worked fine. after restart the device identified under the winflasher as the same exact model as it was before. also settings -> about also says it's the same model | 22:38 |
javispedro | pa: meh, seems you are right and qml examples are missing.. | 22:38 |
DocScrutinizer05 | well, let's hope you're fine with it. I admit I haven't ever looked into that mess | 22:38 |
pa | hmm | 22:39 |
*** pinheiro has quit IRC | 22:39 | |
pa | there should be a git repo somewhere, right? | 22:39 |
Mag-en00b | i'll report whether my store installations works now. hopefully it'll be of help to someone who searches these irc logs, if they are released | 22:39 |
DocScrutinizer05 | actually I felt a strange allergic reaction each time I touched the N9 after they came up with all that navifirm and no-downgrade mess | 22:39 |
pa | i found some -examples-fixup | 22:40 |
Mag-en00b | i'm all allergic to this "nokia openness" :c | 22:40 |
DocScrutinizer05 | if I had paid for that coffin, I'd give it back and ask for my money | 22:40 |
*** javispedro has quit IRC | 22:42 | |
*** pinheiro has joined #harmattan | 22:44 | |
pa | brb | 22:45 |
*** hardaker has quit IRC | 22:53 | |
*** tbf has quit IRC | 23:00 | |
*** divan has joined #harmattan | 23:03 | |
Mag-en00b | Yay! package installations work again, even after resetting the phone via menu. ^^ | 23:06 |
*** Pali has quit IRC | 23:07 | |
djszapi_ | Mag-en00b: nice :) | 23:12 |
*** lordross has joined #harmattan | 23:24 | |
valdur55 | i will brick rdc device :P | 23:30 |
valdur55 | apt-get purge meego* :) | 23:30 |
valdur55 | Damn.. my reservation was ended :P | 23:34 |
*** rcg has joined #harmattan | 23:35 | |
*** djszapiN9 has quit IRC | 23:39 | |
*** lordross has quit IRC | 23:42 | |
*** lordross has joined #harmattan | 23:42 | |
*** heymaster has quit IRC | 23:47 | |
*** lizardo has quit IRC | 23:59 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!