*** Kypeli has joined #harmattan | 00:04 | |
Kypeli | Cool | 00:04 |
---|---|---|
Kypeli | Has someone else noticed some rough edges in Harmattan Qt Components? :) | 00:05 |
*** leinir__ has joined #harmattan | 00:10 | |
*** leinir_ has quit IRC | 00:12 | |
*** leinir__ has quit IRC | 00:14 | |
*** leinir__ has joined #harmattan | 00:16 | |
*** antman8969 has quit IRC | 00:16 | |
*** Arkenoi has quit IRC | 00:17 | |
*** Arkenoi has joined #harmattan | 00:17 | |
*** leinir__ has quit IRC | 00:20 | |
rcg | rough edges? | 00:23 |
mikhas | the packaging is weird | 00:24 |
mikhas | You cannot use Qt Quick Components on your desktop or in Qt designer it seems. | 00:24 |
mikhas | So you need to test on the device all the time. | 00:25 |
mikhas | Kypeli, http://www.developer.nokia.com/dp?uri=http%3A%2F%2Fsw.nokia.com%2Fid%2Ff3013263-1fbc-4cae-9f01-b4aa8e702eb4%2FQt_SDK_Harmattan_Target_Release_Notes | 00:26 |
mikhas | mentions some of the rough edges | 00:26 |
*** antman8969 has joined #harmattan | 00:26 | |
Kypeli | mikhas: Well, my observations were not mentioned. | 00:27 |
Kypeli | rcg: I've noticed, just as a few examples, that Label does not support elide and TextInput does not resize it's width in a Sheet component (but it does in a Page) and InfoBanner is not available for 3rd party developers. | 00:28 |
Kypeli | After that, I got tired of fighting. | 00:28 |
rcg | hmm ic | 00:29 |
rcg | well... if these are "edges" then i just stumbled across some rusty bed of nails while messing with the "stable" qt version for fremantle.. but thats just a side note | 00:31 |
Kypeli | Heh | 00:31 |
*** antman8969 has quit IRC | 00:34 | |
mikhas | on the other hand, LMT has eliding, text edits adjust and even layouts that can auto-switch for you between landscape and portrait mode | 00:36 |
mikhas | =p | 00:36 |
mikhas | just write a component that wraps MLabel? | 00:36 |
Kypeli | MTF is deprecated :P ;) | 00:36 |
mikhas | (I know, am being naive at this time of day) | 00:36 |
Kypeli | :) | 00:37 |
Kypeli | And, let me just say for the record, that MList looks awesome compared to ListView in Qt Components | 00:37 |
mikhas | deprecated by the same guys who now have to do windows programming | 00:37 |
Kypeli | I hope they enjoy it ... or not. | 00:38 |
mikhas | :-) | 00:38 |
mikhas | Well, QML UI's are easier to do, I'll admit that. But that doesn't mean LMT is useless. | 00:38 |
*** leinir__ has joined #harmattan | 00:38 | |
kimju | hmm.. qmake generates Makefile.Release, that has following in build target: "-$(DEL_FILE) ../$(TARGET)" "-$(MOVE) $(TARGET) ../" but distclean target only cleans: "-$(DEL_FILE) $(TARGET)" | 00:39 |
*** smoku has left #harmattan | 00:39 | |
mikhas | (And even though I hate so many aspects of LMT, I hate even more to sell developers a lie and throw stuff away just like that.) | 00:39 |
Kypeli | I would have hoped that at this point the Qt Components would have wrapped all the UI classes MTF had/native apps use | 00:39 |
Kypeli | This unfortunately doesn't seem to be the case | 00:39 |
kimju | where does it get template for that makefile / how do I override it so that distclean removes the ../$(TARGET) too? | 00:39 |
mikhas | well, Qt Components shifted direction after feb 11 | 00:39 |
mikhas | before, the idea really was to wrap LMT widgets | 00:40 |
Kypeli | Whatever now is shoveled down developer's throats is very confusing and half-baked. | 00:40 |
mikhas | now it's about staying somewhat relevant, somewhere, and that doesn't fly with a LMT dependency | 00:40 |
Kypeli | I see | 00:41 |
mikhas | It's not optimal. | 00:41 |
kimju | meh. https://bugreports.qt.nokia.com//browse/QTBUG-3883 | 00:44 |
kimju | bug created more than two years ago, still open. | 00:44 |
*** leinir__ is now known as leinir | 00:45 | |
*** leinir has joined #harmattan | 00:45 | |
mikhas | kimju, provide a patch | 00:49 |
mikhas | doesnt look too difficult | 00:49 |
kimju | I'm trying to hunt down where those templates are stored.. | 00:50 |
mikhas | templates, as in prf files? | 00:50 |
mikhas | and makespec's? | 00:50 |
mikhas | there is /usr/share/qt4/mkspecs/features and /usr/share/qt4/mkspecs | 00:51 |
kimju | note: I'm using qmake for first time, not familiar with it. | 00:51 |
mikhas | ok | 00:51 |
mikhas | prf files go to features, and can be compared to pkg-config, somewhat | 00:51 |
mikhas | to pgk-config's pc files, I mean | 00:51 |
seif | HMMMMMM | 01:30 |
seif | any ideas when the next image for meego harmattan is coming out | 01:30 |
mikhas | no, sadly not | 01:31 |
*** wicket64 has quit IRC | 01:38 | |
*** leinir_ has joined #harmattan | 01:47 | |
*** leinir has quit IRC | 01:48 | |
*** Termana|rdlBNC has joined #harmattan | 01:50 | |
*** leinir_ is now known as leinir | 01:50 | |
*** seif has quit IRC | 01:54 | |
kimju | hmmh. the problematic default seems to be within the qmake binary, not in .prf files. adding this to .pro works around the problem: QMAKE_DISTCLEAN += ${DESTDIR}/${TARGET} | 01:54 |
*** leinir has quit IRC | 01:58 | |
*** leinir has joined #harmattan | 02:04 | |
*** seif has joined #harmattan | 02:07 | |
*** seif has joined #harmattan | 02:07 | |
kimju | just looking at the source, my guess is that https://qt.gitorious.org/qt/qt/blobs/4.7/qmake/generators/unix/unixmake2.cpp#line905 should have << destdir << like lines 900, 902 & 903. Not going to recompile qt and test though.. | 02:12 |
*** rcg has quit IRC | 02:18 | |
*** rcg has joined #harmattan | 02:18 | |
*** rcg has quit IRC | 02:19 | |
*** leinir has quit IRC | 02:27 | |
*** NIN101 has quit IRC | 02:35 | |
*** M4rtinK2 has quit IRC | 02:44 | |
*** seif has quit IRC | 02:45 | |
*** seif has joined #harmattan | 02:46 | |
*** leinir has joined #harmattan | 02:46 | |
*** eman has joined #harmattan | 02:46 | |
*** Rizzer has joined #harmattan | 02:49 | |
*** leinir has quit IRC | 02:50 | |
Tronic | http://nokiagadgets.com/2011/07/31/elop-talks-more-about-harmattan-future/ | 02:57 |
*** deimos has quit IRC | 02:57 | |
*** leinir has joined #harmattan | 03:16 | |
SpeedEvil | He's graduated to pissing gasoline? | 03:19 |
*** eman has quit IRC | 03:30 | |
*** leinir_ has joined #harmattan | 03:43 | |
*** leinir has quit IRC | 03:44 | |
Termana | morning | 03:44 |
*** leinir__ has joined #harmattan | 03:51 | |
*** leinir_ has quit IRC | 03:51 | |
*** leinir__ has quit IRC | 03:55 | |
*** leinir__ has joined #harmattan | 03:55 | |
*** epage has joined #harmattan | 03:58 | |
GeneralAntilles | Tronic, thanks! | 04:10 |
*** hardaker has quit IRC | 04:12 | |
*** hardaker has joined #harmattan | 04:12 | |
*** antman8969 has joined #harmattan | 04:12 | |
*** leinir__ has quit IRC | 04:17 | |
*** mikhas has quit IRC | 04:18 | |
DocScrutinizer | GeneralAntilles: Tronic: I'd say "fsck the UI, what's with the core OS and toolkits?" | 04:25 |
GeneralAntilles | Yes. | 04:26 |
DocScrutinizer | SpeedEvil: yes, it just varies in % purity | 04:27 |
SpeedEvil | I have wondered about swipe on w7 | 04:27 |
*** leinir__ has joined #harmattan | 04:29 | |
DocScrutinizer | Honestly Trollop stating >>In our strategic assessment, we determined that the MeeGo effort could not quickly enough deliver us a range of solutions across price points, radio technologies, etc. for us to effectively compete, so we had to make an alternative decision.<< sounds like handwaving, false assumtion about that "alternative decision" (read WP) would deliver faster and with less risk, and it sounds like a foul excuse for getting | 04:32 |
DocScrutinizer | bent over by M$. Plus it is a confession of "we don't know how to build proper OS inhouse" | 04:32 |
DocScrutinizer | each single point rather easy to put on testbench and reject | 04:34 |
*** leinir__ has quit IRC | 04:37 | |
DocScrutinizer | Elop seems to have forgotten Nokia is still selling *hardware* | 04:37 |
Tronic | DocScrutinizer: I agree. The UI isn't that spectacular (although good). QML is awesome and Maemo has proven itself as an excellent platform. | 04:38 |
Tronic | That's AFAIK not the first time that Elop is giving that "we wouldn't be able to finish MeeGo quickly enough" excuse. | 04:39 |
Tronic | Strangely enough, they are releasing N9 somewhere around September and WP7 much later. | 04:39 |
DocScrutinizer | well, so what's N9 then? | 04:40 |
DocScrutinizer | yep | 04:40 |
DocScrutinizer | so let's go on...: "solutions across price points" what's wrong with harmattan on cheaper devices? how much would it cost Nokia to re-use it? ZERO basically. "radio technologies, etc" BS, the radio technology, while maybe difficult to attach, is largely unrelated to the OS as such, and for sure not easier or faster to implement under WP than under harmattan | 04:43 |
*** hardaker2 has joined #harmattan | 04:44 | |
DocScrutinizer | of course unless the think of integrated baseband+APE one_CPU devices, where the integrity of the GSM stack is protected by locking up the OS. Obviously they can't do this for maemo while keeping it "open" by any metrics | 04:46 |
*** hardaker has quit IRC | 04:46 | |
DocScrutinizer | so no maemo on cheap featurephones | 04:46 |
DocScrutinizer | though with aegis... X-P | 04:46 |
DocScrutinizer | *cough* | 04:47 |
SpeedEvil | DocScrutinizer: Well - m5 class hardware has dropped a fair bit. | 04:48 |
DocScrutinizer | sure | 04:49 |
DocScrutinizer | still a nogo for 20$ phones | 04:49 |
DocScrutinizer | the rationale Elop exposes is clearly that of a SW-house CEO, while Nokia should probably recall they are mainly a HW manufacturer. | 04:51 |
Tronic | DocScrutinizer: Btw, does WP7 even support all the radio technologies that N9 does? | 04:52 |
DocScrutinizer | nfi | 04:53 |
Tronic | N9 seems to have everything except for 11a WiFi and maybe some far east local systems. | 04:53 |
DocScrutinizer | what's WP7? ;-D | 04:53 |
Tronic | S40 is going to stay there for the low end devices, right? | 04:54 |
DocScrutinizer | that's what they told | 04:55 |
Tronic | There is no way you can put a regular operating system (such as anything Linux-based) on such hardware. | 04:55 |
Tronic | Dunno how much it would cost to equip those devices with a little more decent hardware, considering that RAM and Flash are dirt cheap nowadays. That is bound to happen at some point but for all I know it could take another decade. | 04:57 |
SpeedEvil | Tronic: no FMTX | 04:57 |
Tronic | SpeedEvil: On what? | 04:57 |
SpeedEvil | Tronic: n9 | 04:58 |
Tronic | Yeah :/ | 04:58 |
SpeedEvil | Tronic: There is a substantial premium for devices capable of doing linux well. | 04:58 |
Tronic | Even though that wasn't really all too useful with the N900 either. | 04:58 |
DocScrutinizer | not that N900 FMTX ever worked nicely | 04:58 |
Tronic | And neither was the FM receiver. | 04:58 |
SpeedEvil | The high-end SoC all generally require a secondary chip, for example. | 04:59 |
DocScrutinizer | :nod: | 04:59 |
SpeedEvil | The lower end ones are integrated. | 04:59 |
SpeedEvil | Which lowers cost. | 04:59 |
DocScrutinizer | BB5 modem alone is 2 or 3 chips | 04:59 |
SpeedEvil | And the lowest end ones run everything on the 'modem' chip | 04:59 |
DocScrutinizer | APE another 3..5 big ones | 05:00 |
DocScrutinizer | that's for sure a bit of a difference | 05:01 |
DocScrutinizer | 2 chips on cheap featurephones (possibly one) vs 5..8 more expensive chips on smartphone with separate APE | 05:02 |
DocScrutinizer | though I can't see the cheap architecture run WP7 either | 05:03 |
DocScrutinizer | but trollop might think it could | 05:04 |
Tronic | Do you think WP7 license could be dirt cheap for the low end phones? | 05:09 |
SpeedEvil | Tronic: It's not going to run at all. | 05:13 |
SpeedEvil | WP7 is very, very constrained on the hardware it will run on | 05:13 |
SpeedEvil | It's one or two chips only at the moment | 05:13 |
*** cpscotti has quit IRC | 05:26 | |
*** epage has quit IRC | 06:08 | |
*** MohammadAG has quit IRC | 06:10 | |
*** antman8969 has quit IRC | 06:37 | |
*** MohammadAG has joined #harmattan | 06:57 | |
*** Arkenoi has quit IRC | 07:31 | |
*** DocScrutinizer has quit IRC | 07:33 | |
*** DocScrutinizer has joined #harmattan | 07:33 | |
*** mikhas has joined #harmattan | 08:14 | |
*** hardaker2 has quit IRC | 08:16 | |
*** cataska has joined #harmattan | 08:22 | |
*** antman8969 has joined #harmattan | 09:15 | |
*** rcg has joined #harmattan | 09:38 | |
hiemanshu | oh goody, my N950 wont connect to a internet connection :/ | 09:42 |
*** rcg has left #harmattan | 09:51 | |
*** rcg has joined #harmattan | 09:51 | |
*** aleksander_m has joined #harmattan | 09:57 | |
*** vandenoever has joined #harmattan | 10:00 | |
*** harbaum has joined #harmattan | 10:05 | |
*** antman8969 has quit IRC | 10:27 | |
*** Arkenoi has joined #harmattan | 10:30 | |
*** leinir__ has joined #harmattan | 11:02 | |
*** leinir__ is now known as leinir | 11:03 | |
*** leinir has joined #harmattan | 11:04 | |
*** divan_ has joined #harmattan | 11:05 | |
*** cpscotti has joined #harmattan | 11:20 | |
*** wazd has joined #harmattan | 11:34 | |
cpscotti | hey, has anyone fully drained their n950`s battery? | 11:43 |
cpscotti | apparently mine's battery got drained this morning in like... 45 minutes | 11:43 |
cpscotti | (ok, I was testing weird stuff but still...) | 11:44 |
alterego | I think lcuk did, and he couldn't boot it afterwards :) | 11:44 |
alterego | Is that why you're asking? | 11:44 |
alterego | Last I heard he was dismantling it to get at the battery .. | 11:44 |
*** DocScrutinizer has quit IRC | 11:45 | |
RST38h | the runaway signon process will do it to you | 11:45 |
MohammadAG | I thought the N950 shouldn't suffer from that | 11:48 |
*** DocScrutinizer has joined #harmattan | 11:49 | |
RST38h | Frmo the signon process? No, everyone should suffer from the signon process! | 11:50 |
MohammadAG | from battery drainage | 11:50 |
MohammadAG | would be funny if my device was defective | 11:51 |
hiemanshu | cpscotti: yeah I have drained it multiple times, plugged in the wall charger, it starts charging but wont power on a little time | 11:52 |
hiemanshu | for a* | 11:53 |
*** rcg has quit IRC | 11:53 | |
cpscotti | alterego, hiemanshu, crazy shit | 11:54 |
cpscotti | for some time I did believe I had bricked the stuff | 11:54 |
hiemanshu | cpscotti: not really, this is how most phones have been | 11:54 |
cpscotti | but now it's up | 11:54 |
hiemanshu | when its completely drained, wont boot up for a bit until it has a little charge left | 11:55 |
cpscotti | hiemanshu, ye ye.. but I didn`t even consider the battery at the beginning because it drained soooo fast | 11:55 |
alterego | I've used it until it's turned off, but not had a problem powering it on. Though I let it charge whilst off anyway, so meh :) | 11:55 |
Arkenoi | quite strange, n900 connected to wpa-peap network with minor glitch (you need to define access point manually, not select from available networks), n950 cannot do it at all and no meaningful diagnostics is provided | 11:55 |
hiemanshu | alterego: yes, the LED starts blinking which means its charging but you still cannot power it on yet | 11:55 |
alterego | hiemanshu: yeah, no doubt. Just saying I never tried so I haven't witnessed it ;) | 11:56 |
hiemanshu | and then when you can actually switch it on, the LED is a constant always on or something (I can recall it) | 11:56 |
cpscotti | hiemanshu, yes.. now it's all good :D | 11:56 |
hiemanshu | cpscotti: awesome | 11:56 |
* hiemanshu goes for lunch | 11:57 | |
cpscotti | hey, woops.. accidentaly removed the MyDocs symlink on /home/developer ; can anyone confirm if it's just: | 12:00 |
cpscotti | lrwxrwxrwx 1 user develope 18 Aug 1 09:59 MyDocs -> /home/user/MyDocs/ | 12:00 |
cpscotti | or better: | 12:01 |
cpscotti | lrwxrwxrwx 1 user develope 18 Aug 1 09:59 /home/developer/MyDocs -> /home/user/MyDocs/ | 12:01 |
cpscotti | (how I did it? I was trying to remove a folder called "?j^?/" ... lol) | 12:02 |
divan_ | cpscotti, yep, confirm | 12:06 |
cpscotti | divan_, thanks! | 12:06 |
divan_ | cpscotti, $ ls -l /home/developer/ | 12:06 |
divan_ | total 4 | 12:06 |
divan_ | lrwxrwxrwx 1 root root 17 Jul 30 16:26 MyDocs -> /home/user/MyDocs | 12:06 |
divan_ | drwxr-xr-x 2 user develope 4096 Aug 1 11:22 bin | 12:06 |
*** Wirta has joined #harmattan | 12:10 | |
cpscotti | divan_, hmm.. actually it`s a bit different.. | 12:17 |
divan_ | cpscotti, permissions? | 12:18 |
cpscotti | owner & group | 12:18 |
cpscotti | yours is root:root | 12:18 |
cpscotti | my ad-hoc one's not.. changing that :D | 12:18 |
*** smoku has joined #harmattan | 12:21 | |
*** vandenoever has left #harmattan | 12:23 | |
*** piggz has joined #harmattan | 12:29 | |
kimju | is the obs building working for others? I saw in the live build log that the package finished building, but now "download raw logfile" returns an empty page and build status lists it still as building, the package doesn't appear in the repo either. | 12:32 |
Summeli | kimju: it doesn't work for me | 12:33 |
Summeli | I get "permission denied" from a temp-folder that the obs makes from my package | 12:33 |
*** Rizzer has quit IRC | 12:34 | |
kimju | ehh, now it gives me both live and rawlogs from totally unrelated package.. :o | 12:36 |
piggz | back from a festival weekend...what have i missed in n950 land? | 12:37 |
kimju | I wonder what would happen if I press abort build, trigger rebuild.. | 12:38 |
*** lardman has joined #harmattan | 12:44 | |
lardman | morning | 12:44 |
RST38h | BTW, folks, whoever wants to test Speccy on N950, let me know | 12:45 |
RST38h | Got a .deb for you | 12:45 |
RST38h | Moo, lardman, may the Celestial Cow bless you with Her milk | 12:45 |
lardman | RST38h: thanks RST38h and the same to you :) | 12:45 |
*** rm_work has joined #harmattan | 12:46 | |
*** rm_work has joined #harmattan | 12:46 | |
rm_work | lcuk: morning | 12:49 |
rm_work | been up for the last 5 hours dealing with other brits, and there's a guy on this conference call that reminds me of you :P lol | 12:51 |
lardman | always talking about bacon? | 12:52 |
lardman | ;) | 12:52 |
lardman | oh no, that's me | 12:52 |
*** vandenoever has joined #harmattan | 13:10 | |
vandenoever | is http://www.developer.nokia.com/Develop/Web/ (web runtime, WRT) also supported on N950/N9 ? | 13:10 |
rm_work | lol | 13:12 |
SpeedEvil | 'on symbian devices' | 13:12 |
vandenoever | well, why would it not work on harmattan? it has the same/similar browser | 13:12 |
SpeedEvil | Possibly. | 13:12 |
*** aleksander_m has quit IRC | 13:13 | |
*** aleksander_m has joined #harmattan | 13:13 | |
SpeedEvil | I'm also interested if the web proxycould be used | 13:14 |
SpeedEvil | 'Web applications' - in some sense are suported. | 13:16 |
SpeedEvil | In that you can put a webpage on the app-screen. | 13:16 |
SpeedEvil | If you have it loading from a file - that's a web app. | 13:16 |
rm_work | hrm, i've started getting blak screens on N950 -- when making a call it opens a new window which is just black, and closing it actually doesn't appear to hang up the call -- also, when i hold-tap on the task switcher and close one task, it turns the whole screen black until i leave and re-enter the task switcher screen | 13:23 |
*** piggz has quit IRC | 13:24 | |
lcuk | lol rm_work | 13:27 |
rm_work | onboarding a refinery in Pembroke | 13:28 |
rm_work | and offices in Swindon | 13:28 |
rm_work | Valero now has a foothold in the UK | 13:28 |
rm_work | watch out, other refiners! | 13:28 |
rm_work | :P | 13:29 |
* lardman wanders back home to do some sw writing | 13:30 | |
*** lardman is now known as lardman|gone | 13:30 | |
*** epage has joined #harmattan | 13:32 | |
MohammadAG | module "QtQuick" version 1.1 is not installed <-- how do I fix this on Ubuntu? | 13:32 |
lcuk | install qt quick 1.1 | 13:34 |
lcuk | :P | 13:34 |
frals | qt 4.7.3+ iirc | 13:34 |
MohammadAG | naw crap, I have 4.7.2 | 13:34 |
MohammadAG | is there a PPA with 4.7.4? I cba to wait one hour for Qt to build | 13:35 |
*** NIN101 has joined #harmattan | 13:35 | |
rm_work | backports repo? | 13:35 |
rm_work | you on natty? | 13:35 |
rm_work | natty-backports ? | 13:36 |
rm_work | or similar | 13:36 |
MohammadAG | I wonder if KDE will like 4.7.4 | 13:36 |
rm_work | i doubt it'll explode unless it's completely brokenly non-backwards-compatible... | 13:36 |
rm_work | they'd have to have done some serious retarded shit to break it on a minor version change :P | 13:37 |
frals | i would install it to opt or something... just in case :p | 13:37 |
rm_work | whatever | 13:37 |
rm_work | if it breaks KDE just remove it and reinstall from official repo | 13:37 |
rm_work | but it seriously shouldn't be an issue on a minor version bump | 13:38 |
rm_work | 4.7.2 -> 4.7.4 | 13:38 |
MohammadAG | meh, no binaries | 13:38 |
rm_work | unless their changelog is like "physically removed half of our API, broke backwards compatibility for all previous versions" | 13:38 |
rm_work | which would be braindead | 13:38 |
cpscotti | rm_work, I'm having the same issue when closing and app on the task switcher! annoying bc I have to switch to another screen and back | 13:39 |
rm_work | cpscotti: yep | 13:39 |
rm_work | very odd | 13:39 |
rm_work | only started today | 13:39 |
cpscotti | rm_work, mine started last friday | 13:39 |
rm_work | hrm | 13:39 |
cpscotti | and seemed to stop but restarted yesterday | 13:39 |
rm_work | i may try a reboot | 13:39 |
rm_work | it's been a day or two | 13:39 |
cpscotti | well, now that I see I'm not the only one, let's pay more attention to it | 13:40 |
rm_work | yeah i knew i wasn't the only one | 13:43 |
rm_work | saw someone else mentioning the phone part a few days back | 13:43 |
rm_work | does the phone thing happen to you too? | 13:43 |
rm_work | have you tried calling anyone recently? | 13:43 |
* MohammadAG should tie some buttons to the hangup dbus call | 13:46 | |
rm_work | ah man, so many british accents | 13:48 |
Termana | MohammadAG, received your N950 yet? | 13:48 |
rm_work | they sound so hilarious/awesome :P | 13:48 |
MohammadAG | Termana, no, Israeli customs seem to like it | 13:49 |
MohammadAG | it's been there since Sunday morning | 13:49 |
MohammadAG | Saturday evening actually | 13:49 |
*** Rizzer has joined #harmattan | 13:49 | |
Termana | MohammadAG, mine was stuck in Customs on Sunday as well. They released it today, and now I just have "delivery arranged no details expected" | 13:50 |
MohammadAG | I guess I'll get it by Wednesday, I'd have hoped for today but meh | 13:50 |
MohammadAG | annoying how it can get from Finland to Germany to Italy in less than a day, but it takes 4 days to get from tel aviv to jerusalem | 13:51 |
rm_work | it did take about a week to get to the US... | 13:52 |
rm_work | but yes, silly | 13:52 |
MohammadAG | tel aviv to jerusalem is less than 100km rm_work | 13:52 |
rm_work | lol yeah | 13:53 |
MohammadAG | I could drive there in 40 minutes | 13:53 |
rm_work | well, point being it should have only been one day to the US.... | 13:53 |
Termana | "Delivery arranged no details expected" is pain in the arse, I think it means they've given it to a third party courier. Now I have nfi where it is or when it will get here :\ | 13:53 |
rm_work | so it takes a long time no matter where | 13:53 |
MohammadAG | Israeli security's fun though | 13:53 |
MohammadAG | and this is why I hate online shopping | 13:54 |
MohammadAG | now imagine if my device was defective | 13:54 |
MohammadAG | I'll get the second one when the WP7 phone's out | 13:54 |
rm_work | <_< | 13:55 |
rm_work | yeah i'm way too spoiled by amazon one-click two-day | 13:55 |
rm_work | or single day for $3.99 | 13:55 |
rm_work | i expect to order things and have them tomorrow | 13:55 |
MohammadAG | used that a couple of times | 13:55 |
rm_work | i buy groceries on amazon <_< | 13:56 |
MohammadAG | (to the US of course) | 13:56 |
rm_work | i thought the 2-day shipping with amazon prime was US only | 13:56 |
rm_work | ah | 13:56 |
rm_work | k | 13:56 |
rm_work | :P | 13:56 |
MohammadAG | In fact, I abused the trials for quite a while | 13:56 |
rm_work | i have free prime from student deal :P | 13:56 |
rm_work | have three more years left | 13:56 |
MohammadAG | Having 4 emails is useful | 13:56 |
rm_work | yes | 13:57 |
rm_work | well i get one year per email with a .edu extension | 13:57 |
MohammadAG | I just sign up for a trial on another account when I want to use it :P | 13:57 |
rm_work | and my one .edu email will resolve to four different addresses | 13:58 |
RST38h | randomly? | 13:58 |
rm_work | the best part is i can just add each email to my same account and it extends it, lol | 13:58 |
rm_work | well there are different forms | 13:58 |
rm_work | last.first@college, lastf@college, last.first@cs.college, lastf@cs.college | 13:59 |
rm_work | also i think i may have two more now | 13:59 |
rm_work | @alumni.college | 13:59 |
RST38h | ah, the wonders of sendmail.cf... | 13:59 |
rm_work | :P | 13:59 |
Arkenoi | rm_work, seen your situation too, reboot did help | 14:00 |
rm_work | i think by 6 years from now i will be able to afford the $80/y for actual Prime | 14:00 |
rm_work | lol | 14:00 |
rm_work | Arkenoi: yeah some said it helped, some said it didn't | 14:00 |
RST38h | BTW, I am sure everyone will be pleased ot know that the PulseAUdio lockup problem is back =) | 14:00 |
rm_work | can't test now tho, no reception | 14:00 |
* RST38h mentally kicks Lennart in the balls | 14:01 | |
rm_work | i am trying to figure out what the recommended way to play audio from python is | 14:01 |
Arkenoi | rm_work, especially likely to happen with sip calls | 14:01 |
cpscotti | rm_work, (sorry for taking so long to answ hehe) the phone thing didn`t happen in the same way for me. One time I got a black screen while I was making a call but then I swiped back and the phone was "there".. (only happened once so can`t be sure what really happened) | 14:07 |
rm_work | well, when i dialed a number and hit the call button, it opened a NEW window which was black -- was able to swipe back to the dialer, but the black window stayed black (which i assume was the actual call window) | 14:08 |
rm_work | the strange part was it not hanging up when i closed it via task switcher O_o | 14:08 |
MohammadAG | does Harmattan use ofono? | 14:10 |
w00t_ | no | 14:12 |
rm_work | man, i just want to go home and sleep >_> | 14:12 |
rm_work | been at work since 11pm sunday night, it's 6am monday now >_> | 14:12 |
rm_work | stupid US/UK time difference | 14:13 |
*** MohammadAG has quit IRC | 14:18 | |
*** MohammadAG has joined #harmattan | 14:18 | |
*** eg81_ is now known as eg81 | 14:19 | |
divan_ | is there any standard way in QML to crop images with rounded corners, much like harmattan icons? | 14:19 |
mikhas | you mean squircles? | 14:21 |
cpscotti | rm_work, yep, weird.. I`ll keep an eye for it too | 14:22 |
mikhas | cpscotti, in such situations it is useful to have mcompositor-tools ready | 14:22 |
divan_ | mikhas, yes, exactly. | 14:22 |
mikhas | can tell you everything about the window stack, even control it | 14:23 |
mikhas | usually it's an app's top window being on top when it shouldn't =p | 14:23 |
cpscotti | mikhas, hmm ok apt-ge tit? | 14:23 |
mikhas | ah wrong, it is called -utils: mcompositor-utils | 14:24 |
mikhas | a collection of little helpers | 14:24 |
divan_ | default squircle seems to be too square comparing with harmattan style. | 14:31 |
divan_ | at least that one with (x-a)^4+(y-b)^4=r^4 equation | 14:32 |
cpscotti | mikhas, can`t find it on the main repo neither harmattan-dev one, which one is it in? | 14:39 |
mikhas | odd, it's not packaged? | 14:39 |
mikhas | it available right there on gitorious | 14:39 |
cpscotti | /etc/apt/sources.list.d # apt-cache search mcomp | 14:39 |
cpscotti | mcompositor - MeeGo Touch UI Compositing Window Manager | 14:39 |
cpscotti | mcompositor-dbg - MeeGo Touch UI Compositing Window Manager debug symbols | 14:39 |
cpscotti | mcompositor-swipe - mcompositor swipe plugin | 14:39 |
cpscotti | ok, I'll build it from gitorious | 14:40 |
mikhas | yeah | 14:40 |
mikhas | this actually sucks | 14:41 |
mikhas | why would you not ship utils … | 14:41 |
mikhas | esp. considering that the N950 is for devs | 14:41 |
cpscotti | mikhas, yeh.. sucks.. everybody's packaging the normals stuff all over again | 14:43 |
*** rm_work has quit IRC | 14:47 | |
hiemanshu | which is why need cobs and a repo | 14:47 |
cpscotti | hiemanshu, yep.. but..... | 14:49 |
cpscotti | that Pack Rat looks good | 14:49 |
MohammadAG | which is why I need to get that repo working | 14:51 |
MohammadAG | actually I'm free till 7PM, /me takes a look at OBS again | 14:51 |
MohammadAG | yay, N950 released out of customs | 14:57 |
Stskeeps | that was quick | 14:57 |
Stskeeps | sure it's still in the box? | 14:57 |
Stskeeps | :P | 14:57 |
alterego | Heh | 14:57 |
hiemanshu | MohammadAG: how long did it take? | 14:57 |
*** epage has quit IRC | 15:01 | |
MohammadAG | hiemanshu, since Saturday evening | 15:02 |
MohammadAG | Stskeeps, no :P | 15:02 |
hiemanshu | mine was slower, 2-ish days :/ | 15:02 |
RST38h | All covered in drool, I am sure | 15:03 |
MohammadAG | Saturday isn't a working day though | 15:03 |
MohammadAG | wonder if it'll be delivered today | 15:09 |
*** epage has joined #harmattan | 15:28 | |
kimju | after waiting couple of hours for the package to appear in repo I triggered rebuild on obs, it started building another random package (not even a harmattan package this time) instead of mine. | 15:42 |
*** Mek has quit IRC | 15:43 | |
dm8tbr | kimju: might want to poke lbt then? | 15:49 |
lbt | kimju: I've heard this problem before | 15:49 |
lbt | link ? | 15:49 |
kimju | https://build.pub.meego.com/monitor/old - shows my build being stuck for 4 hours now. | 15:49 |
kimju | https://build.pub.meego.com/package/show?package=mg-terminal&project=home%3Akimju%3Aharmattan | 15:49 |
mgedmin | I desperately need an IRC client for the N950 | 15:57 |
mgedmin | well, that's a bit of an exaggeration, but having one would be nice | 15:58 |
hiemanshu | mgedmin: well you could compile quassel, and use with a ugly-ish GUI | 16:00 |
Arkenoi | mgedmin, ssh to somewhere and run irssi :-) | 16:00 |
MohammadAG | Venemo's making a client | 16:00 |
MohammadAG | isn't gtk present on the N950? | 16:00 |
mikhas | dont let Arjan hear that | 16:01 |
hiemanshu | MohammadAG: no gtk | 16:01 |
*** hardaker2 has joined #harmattan | 16:03 | |
MohammadAG | Why? | 16:03 |
DocScrutinizer | >>Processed at TEL AVIV - ISRAEL<< | 16:04 |
MohammadAG | yeah, already called them, they're sending it tomorrow | 16:04 |
DocScrutinizer | MohammadAG: make some friends, get gtk to N950 :-P | 16:06 |
RST38h | Why do you need gtk, anyway? | 16:06 |
hiemanshu | gtk on the N950? sorry I dont want my N950 ugly again | 16:06 |
RST38h | Anyone wants a Speccy for N950, BTW? | 16:06 |
DocScrutinizer | because you won't patch xchat for QTM | 16:07 |
DocScrutinizer | errr QML | 16:07 |
hiemanshu | use Quassel :P | 16:07 |
RST38h | ah that | 16:07 |
DocScrutinizer | who wrote quassel (original author)? | 16:08 |
*** djszapi has joined #harmattan | 16:09 | |
DocScrutinizer | name sounds rather German | 16:09 |
djszapi | DocScrutinizer: /var/lib/aegis/refhashlist and what I said is your best bet for knowing what is protected by aegis or not. | 16:09 |
hiemanshu | Manuel Nickschas | 16:10 |
hiemanshu | or something | 16:10 |
hiemanshu | harbaum: http://git.quassel-irc.org/?p=quassel.git;a=blob;f=AUTHORS;h=88e710755fa1dd72c37a0e05fff9a081374d969c;hb=HEAD | 16:10 |
hiemanshu | errr, DocScrutinizer ^ | 16:10 |
DocScrutinizer | aah | 16:10 |
DocScrutinizer | thnx | 16:11 |
MohammadAG | mgedmin, feel like testing something? | 16:19 |
lbt | kimju: it's annoying | 16:19 |
mgedmin | MohammadAG, what? | 16:19 |
MohammadAG | mgedmin, communi, an IRC client | 16:19 |
mgedmin | sure | 16:20 |
*** vandenoever has left #harmattan | 16:20 | |
*** baraujo has joined #harmattan | 16:21 | |
hiemanshu | MohammadAG: I am open to testing to :) | 16:21 |
MohammadAG | http://mohammadag.xceleo.org/public/Harmattan/libircclient-qt_0.5.0.9_armel.deb | 16:22 |
kimju | lbt, so no clear reason to be seen why that happens? | 16:22 |
MohammadAG | http://mohammadag.xceleo.org/public/Harmattan/communi_2.0.0.5_armel.deb | 16:22 |
MohammadAG | I have no N950 yet, so idk if it works | 16:22 |
MohammadAG | communi is the N900 package, recompiled | 16:22 |
* hiemanshu tries | 16:22 | |
MohammadAG | there may or may not be an icon :p | 16:22 |
*** Mek has joined #harmattan | 16:22 | |
djszapi | MohammadAG: is it different to that what Venemo did ? | 16:23 |
MohammadAG | err, communi is empty | 16:23 |
hiemanshu | MohammadAG: why is communi only 2.7K? | 16:23 |
MohammadAG | djszapi, I thought Venemo was writing an IRC client himself | 16:23 |
MohammadAG | hiemanshu, 2 sentences up, just noticed that, sec | 16:23 |
hiemanshu | ah yeah | 16:23 |
djszapi | MohammadAG: nah, he was using libircclient as well | 16:24 |
djszapi | he just made an interface. | 16:24 |
MohammadAG | djszapi, communi isn't written by me | 16:24 |
lbt | kimju: it is almost certainly due to the scheduler not updating the build status of your project | 16:26 |
lbt | and it is pointing to the worker it built on | 16:26 |
lbt | which is now building something else | 16:26 |
kimju | something wrong in my configuration? or just a obs bug? | 16:27 |
hiemanshu | djszapi: https://bitbucket.org/communi/communi/wiki/Home that is the communi home | 16:28 |
MohammadAG | hiemanshu, http://mohammadag.xceleo.org/public/Harmattan/communi_2.0.0.5_armel.deb | 16:28 |
*** wazd has quit IRC | 16:28 | |
hiemanshu | MohammadAG: ah cool, /me creates shorter urls | 16:28 |
RST38h | Mohammad: what is it? | 16:28 |
hiemanshu | http://bit.ly/nATryf and http://bit.ly/mY8Hli | 16:29 |
djszapi | hiemanshu: yep, I found that, but thanks :) | 16:29 |
RST38h | ah, an IRC client, of all things! | 16:29 |
*** epage has quit IRC | 16:30 | |
DocScrutinizer | hiemanshu: first time I prefer short URLs - wonder why ;-P | 16:30 |
hiemanshu | DocScrutinizer: pain to type on the phone? | 16:31 |
MohammadAG | hiemanshu, did it work? | 16:31 |
DocScrutinizer | exactly | 16:31 |
hiemanshu | MohammadAG: my phone wont connect to the internet, so restarting it, all it says it 'cannot connect to the internet' | 16:31 |
djszapi | MohammadAG: hildon-application-manager is not available in package yet | 16:32 |
DocScrutinizer | "can't install \n unable to trace installation dependencies " | 16:33 |
MohammadAG | wow | 16:33 |
MohammadAG | seriously | 16:33 |
MohammadAG | the package depends on ham in Maemo 5 | 16:33 |
MohammadAG | why the fuck... | 16:33 |
hiemanshu | MohammadAG: I get invalid installation package :/ | 16:34 |
hiemanshu | DocScrutinizer: try the second link first | 16:34 |
MohammadAG | sec | 16:34 |
MohammadAG | try now, same URL | 16:34 |
* hiemanshu tries | 16:35 | |
DocScrutinizer | "can't install \n unable to trace installation dependencies " | 16:35 |
DocScrutinizer | "can't install \n unable to trace installation package dependencies " | 16:36 |
MohammadAG | uh | 16:36 |
DocScrutinizer | actually | 16:36 |
MohammadAG | which ones? | 16:36 |
hiemanshu | DocScrutinizer: you need to install the second link first | 16:36 |
DocScrutinizer | mohammaad.xceleo.org/public/Harmattan/... ;-P | 16:36 |
MohammadAG | install libircclient-qt first | 16:37 |
hiemanshu | the lib installed just fine | 16:37 |
MohammadAG | and communi? | 16:37 |
hiemanshu | communi is downloading at 500B/s :/ | 16:37 |
DocScrutinizer | "invalid installation package" | 16:38 |
RST38h | Hm | 16:38 |
djszapi | MohammadAG: It did not add any icon by me | 16:38 |
hiemanshu | DocScrutinizer: do it from commandline | 16:38 |
DocScrutinizer | meh | 16:38 |
hiemanshu | wget and dpkg | 16:38 |
RST38h | How about nuking the rules file, replacing it with the default semi-empty one? | 16:38 |
RST38h | And then rebuilding? | 16:38 |
*** lardman has joined #harmattan | 16:38 | |
lardman | re | 16:38 |
lardman | aaaaargh | 16:38 |
lardman | bloody Ubuntu multi-arch stuff | 16:39 |
djszapi | MohammadAG: well, it is not even zoomable | 16:39 |
MohammadAG | RST38h, it's fine | 16:39 |
DocScrutinizer | moo lardman | 16:39 |
lardman | any apt-get/dpkg gurus about? | 16:39 |
lardman | hey Doc | 16:39 |
RST38h | Mohammad: I think some of these steps involve generating aegis manifests etc | 16:39 |
hiemanshu | lardman: just ask :P | 16:39 |
RST38h | Mohammad: so, it is *possible* that if you have got a cusotm rules file these get skipped | 16:39 |
DocScrutinizer | hiemanshu: I'm not touching cmdline any more on N950 | 16:39 |
hiemanshu | DocScrutinizer: hah, why not? | 16:39 |
DocScrutinizer | it's too dangerous, thanks aegis | 16:40 |
lardman | http://pastebin.com/7ArVq9fm any ideas? | 16:40 |
DocScrutinizer | can't stand the thrill | 16:40 |
hiemanshu | MohammadAG: Aegis rejecting communi_* Debian archive truncated -- too short blah blah blah | 16:41 |
hiemanshu | MohammadAG: ugh nvm, my mistake | 16:42 |
* MohammadAG installs in SDK | 16:43 | |
djszapi | hiemanshu: that is impossible, aegis must be the reason ;) | 16:43 |
DocScrutinizer | hiemanshu: and djszapi confirmed this just a few lines up: [2011-08-01 15:09:52] <djszapi> DocScrutinizer: /var/lib/aegis/refhashlist and what I said is your best bet for knowing what is protected by aegis or not. | 16:43 |
DocScrutinizer | djszapi: thanks | 16:43 |
Arkenoi | MohammadAG, no application icon yet? | 16:43 |
*** crevetor has joined #harmattan | 16:43 | |
hiemanshu | Arkenoi: run it from search | 16:44 |
MohammadAG | Arkenoi, | 16:45 |
DocScrutinizer | hiemanshu: [2011-07-31 21:28:21] <DocScrutinizer> I'm going to eventually document on wiki: "aegis is protecting arbitrary files from editing/deleting/renaming/chmod. You have no means to know if a file is protected that way. Touching such a file will possibly result in bricking and need for a reflash of complete system. That's the situation and you either deal with it or forget about harmattan, as nobody is going to do anything about | 16:45 |
DocScrutinizer | it to fix this permanent threat" Maybe NOT - CBA | 16:45 |
MohammadAG | add Categories=X-MeeGo; | 16:45 |
MohammadAG | OnlyShowIn=X-MeeGo; | 16:45 |
MohammadAG | to communi.desktop | 16:45 |
*** hiemanshu_N950 has joined #harmattan | 16:45 | |
djszapi | MohammadAG: Harmattan desktop file does not like fremantle desktop entries, if there is any | 16:45 |
MohammadAG | djszapi, noticed that | 16:46 |
hiemanshu_N950 | mohammadag, it works, but its butt ugly, and text is too small | 16:46 |
hiemanshu_N950 | but it works | 16:46 |
MohammadAG | better than nothing, for nwo | 16:46 |
RST38h | Well, whaddyawanted... | 16:46 |
djszapi | X-Osso-Type -> like this one | 16:46 |
RST38h | BTW, Qt docs say that the -font command line argument should work | 16:46 |
hiemanshu_N950 | yeah, i should compile quassel2go once i get home | 16:46 |
RST38h | it did not work for me, but maybe you will get luckier | 16:47 |
kimju | terminal + custon keymap + ssh to server running irssi.. "works for me" :) | 16:47 |
djszapi | why not just irssi ? | 16:47 |
RST38h | because irssi is ugly piece of eleet shit? | 16:47 |
hiemanshu | MohammadAG: seems to even update in the background \o/ | 16:47 |
*** MohammadAG_SDK has joined #harmattan | 16:48 | |
MohammadAG_SDK | butt ugly indeed | 16:48 |
djszapi | yeah, pretty much.. | 16:48 |
djszapi | kimju: why do you need server in that workflow ? | 16:48 |
DocScrutinizer | hiemanshu_N950: look, aegis was pretty capable to stop you from editing such protected files, or generally from doing any nasty. Aegis *could* do a *reboot* for a last resort security measure. BUT NOT BRICK!!! | 16:48 |
kimju | you don't want to run irc client directly on device with spotty connection. at least use a bouncer somewhere | 16:48 |
*** MohammadAG_SDK has quit IRC | 16:48 | |
*** seif has quit IRC | 16:48 | |
hiemanshu | DocScrutinizer: I remember stskeep saying that you can run a custom kernel and it should disable the security stuff | 16:49 |
djszapi | kimju: that is what I actually want :) | 16:49 |
DocScrutinizer | yes | 16:49 |
MohammadAG | try -style cleanlooks | 16:49 |
hiemanshu | MohammadAG: meh, I launched it from the search app :P | 16:49 |
*** hiemanshu_N950 has quit IRC | 16:50 | |
DocScrutinizer | hiemanshu_N950: bricking is just a deliberate punishment for developers who were unlucky to run into one of the hidden APM of aegis | 16:50 |
djszapi | MohammadAG: However this is a bit useless on N9 :p | 16:50 |
hiemanshu | DocScrutinizer: thats true | 16:50 |
DocScrutinizer | hiemanshu_N950: it's like holiday in a pakistan minefield | 16:51 |
hiemanshu | djszapi: yeah, thats true | 16:51 |
kimju | djszapi, it's annoying when people come and go on channels constantly when their 3G connection is acting up.. also, it's annoying to be the one constantly dropping out. | 16:51 |
DocScrutinizer | without any metal detector | 16:51 |
hiemanshu | DocScrutinizer: not really, in pakistan you could atleast detect mines | 16:51 |
DocScrutinizer | :-D | 16:51 |
djszapi | kimju: get a good connection ? I use my mobile internet on a daily basis | 16:51 |
kimju | djszapi, so I prefer to run irssi on my server with good and stable connection and ssh there. then no-one else needs to see if my connection is dropping. | 16:52 |
kimju | djszapi, there are always places with marginal connectivity. parking garages, elevators, backwoods.. :) | 16:52 |
djszapi | kimju: I do not know, I did not have such problems with mobile internet yet. | 16:52 |
hiemanshu | MohammadAG: if you have time now care to compile https://gitorious.org/quassel/quassel2go/archive-tarball/0.7 for me? I cannot go near my dev system for the next day or so | 16:53 |
djszapi | kimju: :) | 16:53 |
MohammadAG | does it have to be a deb? | 16:53 |
DocScrutinizer | djszapi: useless on N9? :-D AHAA you are eager to get a irc client for N9 :-D | 16:53 |
djszapi | I cannot hide the VK after showing up... | 16:53 |
hiemanshu | MohammadAG: yeah, or you cannot run it :/ | 16:53 |
djszapi | DocScrutinizer: N9 has newer images, do not forget... | 16:53 |
djszapi | I prefer that over an IRC client actually ;) | 16:53 |
DocScrutinizer | yeah, can see the reason | 16:53 |
djszapi | mikhas: do you have an idea ? | 16:54 |
djszapi | The VK does not go away after I typed something into the Nick name field, so I cannot click on the Next button. | 16:54 |
hiemanshu | unless the VK goes swype, I am not getting a N9 | 16:54 |
hiemanshu | s/goes/does/ | 16:54 |
infobot | hiemanshu meant: unless the VK does swype, I am not getting a N9 | 16:54 |
djszapi | hiemanshu: it is not swype based... | 16:55 |
djszapi | it goes away if you click out of an input field for instance. | 16:55 |
djszapi | and I think that design is ok. | 16:55 |
hiemanshu | djszapi: well yeah, but there should be an option for swype | 16:55 |
djszapi | actually, it would annoy me if it starts moving if I accidentally touch it. | 16:56 |
mikhas | hiemanshu, http://www.youtube.com/watch?v=JOI5g129rtM | 16:56 |
mikhas | just watch carefully | 16:56 |
mikhas | I wont comment =p | 16:56 |
*** trx has quit IRC | 16:56 | |
djszapi | or did you mean the move on the VK and not the whole keyboard itself ? | 16:57 |
djszapi | for instance, button change by swiping ? That works. | 16:57 |
hiemanshu | djszapi: I meant VK | 16:57 |
djszapi | mikhas: do you have an idea ? | 16:57 |
mikhas | yes, check the video | 16:57 |
hiemanshu | djszapi: I mean swype, and not swipe :P | 16:57 |
mikhas | answers everything, I think | 16:57 |
mikhas | or you could just click that link | 16:57 |
mikhas | come on, it is not hard | 16:57 |
hiemanshu | mikhas: well I did watch it, well it could use some improvements, but much faster than the normal typing :P | 16:59 |
djszapi | mikhas: I was asking you about that how I can hide the VK like in other applications. For instance, if I click out of it. | 16:59 |
djszapi | mikhas: I was not really interested in swype thing :) | 16:59 |
DocScrutinizer | meh, been there seen that ("intelligent" vkbd) - found them all completely useless for true work, maybe nice for writing SMS | 16:59 |
mikhas | djszapi, the interaction is partially controlled by the framework, not the plugin | 17:00 |
mikhas | so for that case, yes, it behaves the same | 17:00 |
djszapi | mikhas: then it is somehow buggy since I cannot hide after it appears. | 17:01 |
*** trx has joined #harmattan | 17:01 | |
* DocScrutinizer wonder how to enter http://www.youtube.com/watch?v=JOI5g129rtM via swype :-P | 17:02 | |
hiemanshu | DocScrutinizer: not possible on N950, I tried :P | 17:02 |
mikhas | DocScrutinizer, by searching YT for "Nokia N9 Swype" | 17:02 |
DocScrutinizer | HAHAHA | 17:02 |
djszapi | mikhas: maybe you can try it out yourself for verification. | 17:02 |
mikhas | =p | 17:02 |
DocScrutinizer | uselss shiny eyecandy | 17:03 |
mikhas | djszapi, which app? | 17:03 |
djszapi | communi | 17:04 |
hiemanshu | DocScrutinizer: not really useless, it would make an awesome coaster | 17:04 |
djszapi | are you in Helsinki ? I can show you personally as well :p | 17:04 |
mikhas | am not | 17:04 |
mikhas | but team is 3min away from you | 17:04 |
djszapi | I guess it is because it does not use the components, just a pure fremantle recompilation | 17:04 |
mikhas | go to B525 | 17:05 |
mikhas | plain Qt? yeah, might not work | 17:05 |
MohammadAG | * DocScrutinizer wonder how to enter http://www.youtube.com/watch?v=JOI5g129rtM via swype :-P | 17:05 |
MohammadAG | swype works as a normal keyboard too | 17:05 |
MohammadAG | either swype or tap | 17:05 |
mikhas | MohammadAG, the point being that you would never want to enter such link manually. | 17:05 |
DocScrutinizer | that's my major concern with the whole UX concept: way too much optimized for massive "wow & aaah" on first usage. Eyecandy, not useful or even hindering on everyday usage | 17:05 |
djszapi | mikhas: so I am still looking for a nice, zoomable irc client :) | 17:05 |
*** Wirta has quit IRC | 17:06 | |
mikhas | whether it is on a handset or your desktop | 17:06 |
hiemanshu | djszapi: wait for a few years | 17:06 |
MohammadAG | mikhas, I know someone who entered an iTunes app store link on his iPad | 17:06 |
mikhas | DocScrutinizer, that's why we included a terminal for you. | 17:06 |
*** npm_exopc has joined #harmattan | 17:06 | |
MohammadAG | took him 5 minutes, not sure why he didn't shorten it | 17:06 |
djszapi | hiemanshu: why ? What is wrong about Venemo did ? | 17:06 |
djszapi | I think it was cool. | 17:06 |
mikhas | so that you can be as productive as you want | 17:06 |
mikhas | and leave the UX to those who enjoy it | 17:06 |
DocScrutinizer | mikhas: thanks for that :-D just the main purpoae of terminal is to trigger aegis selfdestruction | 17:07 |
mikhas | MohammadAG, but those are Apple users, does not compare! | 17:07 |
hiemanshu | djszapi: you didn't get the phun :P | 17:07 |
*** npm_exopc has quit IRC | 17:07 | |
djszapi | hiemanshu: hard without smiley :p | 17:07 |
kimju | with touchscreen devices, you are not supposed to type anything. url etc should be *bought* as bookmarks from the app store ;) | 17:07 |
hiemanshu | djszapi: heh yeah | 17:08 |
DocScrutinizer | mikhas: terminal is the text adventure verson of mineswiper | 17:08 |
hiemanshu | which is why you need fennec and bookmark syncing | 17:08 |
djszapi | rekonq! :) | 17:08 |
hiemanshu | gah, I need to package opencv | 17:09 |
hiemanshu | which means, learn to package without the SDK as well | 17:09 |
*** npm_exopc has joined #harmattan | 17:10 | |
djszapi | that is not an easy package to get it working on Harmattan | 17:10 |
DocScrutinizer | kimju: hehehe | 17:10 |
DocScrutinizer | kimju: good one | 17:10 |
mikhas | the SDK also packages incorrectly | 17:11 |
hiemanshu | djszapi: I have it compiled, and well ready to deploy | 17:11 |
mikhas | completely unusable for libraries | 17:11 |
mikhas | even though you say "library template" in your qmake project files | 17:11 |
djszapi | hiemanshu: that does not mean it is simple to package, just take a look at the dependencies on the debian site.. | 17:12 |
djszapi | mikhas: well, the problem starts by qmake... ;) | 17:12 |
hiemanshu | djszapi: most of them are optional, it compiled without an extra deps via scratchbox | 17:12 |
DocScrutinizer | hiemanshu: but does it LOAD? | 17:13 |
djszapi | hiemanshu: I do not think that is a nice of packaging if you eliminate as much as you can | 17:13 |
djszapi | it is good for local quick test, but as for a widely used community package..it is no-go imho | 17:13 |
hiemanshu | djszapi: yeah, I am working on adding everything | 17:13 |
hiemanshu | djszapi: well I am going one by one, patching files that need patches | 17:13 |
hiemanshu | DocScrutinizer: I need to package it to know that | 17:14 |
DocScrutinizer | hehe | 17:14 |
DocScrutinizer | I see | 17:14 |
hiemanshu | djszapi: makes more sense to go that way so you know, I know what plugin has the problem, but the core functionality works | 17:14 |
DocScrutinizer | it's rather cosy how we are protected from ourselves on this platform ;-P | 17:14 |
djszapi | hiemanshu: I think it is just waste of time in normal case..but if you need something working asap without patience, it might be better yes. | 17:15 |
DocScrutinizer | but hey, when installing packages gets boring, try terminal minesweeper adventure | 17:15 |
kimju | DocScrutinizer, what's wrong with terminal? | 17:16 |
hiemanshu | kimju: what isnt? :P | 17:16 |
*** baraujo has quit IRC | 17:16 | |
kimju | missing copy-paste sucks. | 17:16 |
kimju | but otherwise it works for me | 17:16 |
mikhas | kimju, in backlog | 17:16 |
DocScrutinizer | hiemanshu: [2011-07-31 21:28:21] <DocScrutinizer> I'm going to eventually document on wiki: "aegis is protecting arbitrary files from editing/deleting/renaming/chmod. You have no means to know if a file is protected that way. Touching such a file will possibly result in bricking and need for a reflash of complete system. That's the situation and you either deal with it or forget about harmattan, as nobody is going to do anything about | 17:16 |
kimju | I'm using the latest git version though. | 17:16 |
DocScrutinizer | it to fix this permanent threat" Maybe NOT - CBA | 17:16 |
DocScrutinizer | kimju: ^^ | 17:16 |
kimju | oh well.. that's not terminals fault :D | 17:17 |
DocScrutinizer | no | 17:17 |
DocScrutinizer | terminal just missing "New" and C&P | 17:18 |
DocScrutinizer | and somebody already tackling that | 17:18 |
DocScrutinizer | otherwise it seems fine | 17:19 |
mikhas | djszapi, if you can find the code for handling focus-out in your ported app, then just send a QEvent::CloseSoftwareInputPanel to qApp->inputContext | 17:19 |
djszapi | mikhas: I was just testing it, it is not my app :p | 17:19 |
djszapi | Venemo's IRC client seems to fit better to me. | 17:20 |
mikhas | :-) | 17:20 |
kimju | DocScrutinizer, on current git version starting multiple terminals works after adding -n to the .desktop file. | 17:23 |
mikhas | kimju, nice | 17:23 |
mikhas | kimju, send a patch | 17:23 |
djszapi | yep, that was fixed, someone posted it last time. | 17:23 |
DocScrutinizer | regarding missing C&P in terminal, it's semi-useless unless at least web browser also learns to c&p in page text | 17:23 |
*** M4rtinK2 has joined #harmattan | 17:23 | |
mikhas | which is, surprisingly, also in backlog | 17:24 |
mikhas | As if some teams @ Nokia knew what they are doing! | 17:24 |
DocScrutinizer | as I'm not going to wget and dissect webpages with example code | 17:24 |
DocScrutinizer | kimju: great | 17:24 |
kimju | mikhas, after I get this compiling in obs.. | 17:24 |
mikhas | OBS … that's an upcoming rite of passage for me as well, I fear. | 17:25 |
*** npm_exopc has quit IRC | 17:26 | |
MohammadAG | djszapi, a touch oriented IRC client works better of course, but a temporary IRC client is fine I guess :P | 17:29 |
DocScrutinizer | regarding the whole UX design and requirements specs I wonder what were the criteria for the selection of the usability testers. Or rather if any usability tests were done at all | 17:29 |
MohammadAG | djszapi, how do I go about making that public repo on OBS? | 17:29 |
djszapi | MohammadAG: sorry ? | 17:30 |
DocScrutinizer | must have been a strict "occasional users only - test duration 3 hours. NO POWER USERS". Otherwise I couldn't see how things like system wide c&p and so many other things slipped thru those tests | 17:31 |
DocScrutinizer | slotmachine datepicker :-( | 17:33 |
DocScrutinizer | well QML at large obviously | 17:33 |
MohammadAG | djszapi, the no QA repo we talked about when I was at the hospital? | 17:33 |
DocScrutinizer | MohammadAG: seems that's now rzr repo | 17:34 |
djszapi | MohammadAG: I can set you maintainer, just tell me your username there. | 17:34 |
MohammadAG | mohammad7410 | 17:35 |
MohammadAG | but what's rzr? | 17:35 |
djszapi | ok done: https://build.pub.meego.com/project/users?project=home%3Arzr%3Aharmattan | 17:35 |
djszapi | rzr is a cool guy :) | 17:35 |
npm | has anybody compiled emacs for harmattan? | 17:35 |
MohammadAG | nice | 17:38 |
MohammadAG | how do I upload packages to OBS again? :P | 17:38 |
DocScrutinizer | http://forum.meego.com/showthread.php?p=26335#post26335 | 17:38 |
djszapi | MohammadAG: osc or webinterface | 17:39 |
DocScrutinizer | it's pretty much hidden so I don't find where it was said that this is our "interim community developr extras devel repo" now | 17:39 |
djszapi | MohammadAG: https://build.pub.meego.com/project/new_package?project=home%3Arzr%3Aharmattan | 17:39 |
djszapi | DocScrutinizer: read the wikipage in the topic | 17:39 |
DocScrutinizer | I did, cursory, two or three times | 17:40 |
djszapi | seems it is not enough for you... | 17:40 |
MohammadAG | what's the difference between title and name? | 17:40 |
djszapi | MohammadAG: as for me, nothing same names I put there :p | 17:40 |
DocScrutinizer | djszapi: >> Community repo / collaborative maintenance : http://forum.meego.com/showthread.php?p=26335#post26335 << | 17:40 |
*** harbaum has quit IRC | 17:40 | |
DocScrutinizer | is all I see | 17:40 |
djszapi | "...There is also a freshly established shared Community Repository for Harmattan that you can find here: https://build.pub.meego.com/project/show?project=home%3Arzr%3Aharmattan..." | 17:42 |
DocScrutinizer | I'd rather expect a ""<code> echo "deb http://foo.bar/rzr/ free nonfree >/etc/apt/lists.d/community-repo.list </code>"" there | 17:43 |
MohammadAG | djszapi, so after making a project there, do I upload the .changes file? | 17:44 |
djszapi | MohammadAG: please do not make a new project :) Just use the existing shared community repository project | 17:44 |
DocScrutinizer | duh, missing here | 17:44 |
*** Arkenoi has quit IRC | 17:44 | |
djszapi | MohammadAG: no need for .changes, nope :) | 17:44 |
DocScrutinizer | aaaah F5 helped ;-D | 17:45 |
djszapi | just the orig.tar.gz the debian.tar.gz and the dsc file. | 17:45 |
*** hiemanshu_N950 has joined #harmattan | 17:45 | |
hiemanshu_N950 | mohammadag, the icon for communi shows up just fine for me, installing libirc and the app in one command works | 17:46 |
MohammadAG | djszapi, that's what I did? | 17:46 |
hiemanshu_N950 | MohammadAG: there is a autocomplete too next to the lineedit, but too small to notice :P | 17:47 |
mikhas | hiemanshu_N950, you can enable "confirm-with-space" in settings | 17:48 |
mikhas | (and use backspace to cancel word candidate) | 17:48 |
djszapi | MohammadAG: you made a new project ? | 17:48 |
MohammadAG | https://build.pub.meego.com/package/show?package=qfacebook&project=home%3Arzr%3Aharmattan | 17:49 |
hiemanshu_N950 | mikhas: but how do i get to settings? | 17:49 |
djszapi | https://build.pub.meego.com/package/files?package=qfacebook&project=home%3Arzr%3Aharmattan -> just add the files here. | 17:49 |
MohammadAG | what files? .changes / .tar.gz and .dsc? | 17:49 |
mikhas | hiemanshu_N950, from app grid | 17:49 |
DocScrutinizer | djszapi: what is the recommended way / command to add the https://build.pub.meego.com/project/show?project=home%3Arzr%3Aharmattan repo to the apt "list of repositories" ? | 17:50 |
*** SBN has joined #harmattan | 17:50 | |
djszapi | MohammadAG: 17:45 < djszapi> just the orig.tar.gz the debian.tar.gz and the dsc file. | 17:50 |
djszapi | DocScrutinizer: it is documented on the wikipage as well | 17:51 |
MohammadAG | err, non standard way? | 17:51 |
djszapi | DocScrutinizer: http://wiki.meego.com/Community_Office/Community_device_program/Nokia/Development_repos -> second line | 17:51 |
hiemanshu_N950 | mikhas: errr, i dont follow | 17:51 |
DocScrutinizer | sorry I'm blind. | 17:51 |
djszapi | MohammadAG: sorry ? | 17:51 |
MohammadAG | djszapi, the standard way is .tar.gz, .changes and .dsc | 17:52 |
MohammadAG | that's what dput does | 17:52 |
djszapi | MohammadAG: well, nope... | 17:53 |
*** hiemanshu_N950 has quit IRC | 17:53 | |
djszapi | use dpkg-buildpackage -rfakeroot and dpkg-buildpackage -S and you will see what the standard way is. The debian site is also a good hint. | 17:53 |
MohammadAG | I've always used dpkg-buildpackage -sn -S | 17:54 |
djszapi | .changes is just a duplication since you already have changelog inside the debian anyway. | 17:55 |
djszapi | The dsc file is also duplication in my opinion. That is just more like a convenient thing so that you can click on it on the web interface. | 17:56 |
djszapi | or actually, not just convenience since it has the check sums. | 17:57 |
hiemanshu | mikhas: ok, so how I do what you want me to do? | 17:57 |
kimju | djszapi, and for multi-tarball packages it lists what you need to get. | 17:58 |
kimju | well, for single tarball too, but more usefull in the multi case | 17:58 |
djszapi | kimju: I did not see more than debian.tar.gz and orig.tar.gz yet | 17:58 |
djszapi | any example ? | 17:59 |
mikhas | I dont want you to do anything =p | 18:00 |
hiemanshu | mikhas: <mikhas> hiemanshu_N950, you can enable "confirm-with-space" in settings | 18:00 |
kimju | djszapi, don't actually remember seeing any yet, but debian source format 3.0 introduced such support. | 18:02 |
hiemanshu | djszapi: http://hiemanshu.fedorapeople.org/harmattan/opencv.tar.gz thats the tar of the core and such, need to package it to work | 18:02 |
djszapi | kimju: yeah, 3.0 format is pretty cool | 18:03 |
djszapi | hiemanshu: sorry, I do not have time till the end of the Desktop Summit to package it :) | 18:04 |
hiemanshu | djszapi: not a problem, I am going to learn to package, will have to do it | 18:04 |
kimju | dh_make is your friend :) | 18:05 |
djszapi | hiemanshu: yeah, what I normally do is to package as debian does with all its dependency. There are some cases, where a dependency does not make too much sense, like selinux and such | 18:05 |
hiemanshu | djszapi: yeah, I am going to look at that once I get everything else working fine in scratchbox | 18:06 |
djszapi | do not forget to use 3.0 source format all the time and disable the tests if it fails in qemu, that is a frequent situation | 18:06 |
* hiemanshu is a debian n00b | 18:06 | |
kimju | debian has nice new maintainer guide. | 18:07 |
lcuk | djszapi, did you find somebody for your regexp/ | 18:07 |
kimju | and dh_make is tool to create skeleton for the packaging. | 18:08 |
djszapi | lcuk: yep, I found the regexp mistake, but I do not like regexpS. They are from the dark side :p | 18:09 |
lcuk | djszapi, agreed | 18:10 |
djszapi | someone having experience with mic-chroot ? :p | 18:12 |
npm | "origins of regular expressions lie in automata theory and formal language theory, both of which are part of theoretical computer science" ---> how is that the dark side. | 18:13 |
npm | it's just that as usual ther'es a worse-is-better implementation | 18:13 |
djszapi | "Some people, when confronted with a problem, think "I know, I'll use regular expressions." Now they have two problems." | 18:14 |
*** rlinfati has joined #harmattan | 18:14 | |
rlinfati | Hi, what means a omap "HS" and a omap "gp" ? | 18:15 |
npm | they had it right long ago... and are beginning to reinvent the wheel: http://en.wikipedia.org/wiki/SNOBOL#SNOBOL_and_Python | 18:15 |
* npm did an assignment in CS in snobol | 18:15 | |
kimju | writing regexps is like preparing a fugu.. you really should know what you are doing :) | 18:16 |
mikhas | I found http://swtch.com/~rsc/regexp/regexp1.html interesting | 18:16 |
djszapi | lcuk: do you have experience with mic-chroot ? You are a meego expert :) | 18:16 |
mikhas | well, if you find regex hard then better never try haskell … | 18:17 |
djszapi | mikhas: I could not still manage this short "..." :p | 18:17 |
kimju | and as said previously, I like writing perl and regexps.. :) | 18:17 |
MohammadAG | djszapi, so after adding the two files, how do I build? | 18:18 |
hiemanshu | djszapi: I have used it a couple of times, not sure if I can help you though, but fire the question :) | 18:18 |
djszapi | MohammadAG: two files ? I said three ;) | 18:18 |
MohammadAG | https://build.pub.meego.com/package/files?package=qjson&project=home%3Arzr%3Aharmattan | 18:18 |
djszapi | is there a harmattan-offtopic channel ? | 18:19 |
MohammadAG | yeah, #maemo :P | 18:19 |
djszapi | (mic-chroot is more like that category) | 18:19 |
DocScrutinizer | MohammadAG: LOL | 18:19 |
MohammadAG | why 3? | 18:19 |
djszapi | MohammadAG: I like separating the debian content from the original...modularization is not bad thing... | 18:20 |
djszapi | provided, that is how the debian tools normally work with non-native packages... | 18:20 |
*** rcg has joined #harmattan | 18:22 | |
*** meegoexperts has joined #harmattan | 18:23 | |
*** rlinfati_ has joined #harmattan | 18:27 | |
djszapi | MohammadAG: Also, it is much easier than having a bunch since that is how it is generated. | 18:29 |
djszapi | with all the checksums nicely and all. | 18:29 |
lcuk | djszapi, s/expert/communicator/ | 18:29 |
*** rlinfati has quit IRC | 18:29 | |
lcuk | djszapi, in my testing i could not get the chroot to work as expected | 18:30 |
lcuk | so left it for more advanced folks | 18:30 |
*** rlinfati_ has quit IRC | 18:34 | |
*** mikhas has quit IRC | 18:39 | |
*** mikhas has joined #harmattan | 18:39 | |
kimju | lbt, happened again. I uploaded new version, obs started building it, took 45 minutes to setup the build env, then 15 min to successfully build the packege. after printing "build: extracting built packages...", "mg-terminal_0.1.8.1+git-mg2_armel.deb" nothing happened. and after a while, it started building another package on the same worker, my package is still listed as building there and the .deb is not appearing on repo. | 18:42 |
lbt | gah | 18:43 |
*** smoku has quit IRC | 18:46 | |
Mek | http://heap.kogmbh.net/mek/20110801-175612.png http://heap.kogmbh.net/mek/20110801-175635.png, some simple unit conversion app I'm working on, but right now it supports so many units that the UI gets a bit hard to use... | 18:59 |
lcuk | Mek, simple and too many options do not go together | 19:13 |
lcuk | start literally simple | 19:13 |
lcuk | make it convert a very specific set of items | 19:13 |
lcuk | create the ui flow around that, include pretty qt dials and stuff | 19:14 |
lcuk | (like the set alarm clock input thingie | 19:14 |
lardman | bbl | 19:15 |
*** lardman has quit IRC | 19:15 | |
ieatlint | can anyone confirm that the n950 does not seem to have 802.11n/5ghz support? | 19:31 |
Stskeeps | it's wl1271, does it have it? | 19:32 |
hiemanshu | it does support n | 19:34 |
ieatlint | from what i can gleam from google, it appears to support 5ghz | 19:34 |
ieatlint | i was unable to see my 5ghz network with the device is all... i'm suspecting it may be a software issue then | 19:34 |
SpeedEvil | Just because the chipset supports n, does not mean it has the required external hardware to do so. | 19:35 |
ieatlint | that's true, may not have antenna | 19:36 |
SpeedEvil | Switches and matching components I was thinking of, the antenna may 'just work' as it's twice the frequency | 19:36 |
ieatlint | i'm under the explicit understanding that the n9 does support it though.. which gives some suggestion that the n950 would | 19:37 |
hiemanshu | ieatlint: my router is running in a mixed mode and it works | 19:37 |
ieatlint | hiemanshu: i run my 802.11n network as 5ghz only, and the 2.4ghz as 802.11abg... it can't see the 5ghz only | 19:38 |
ieatlint | grr, and another day getting burnt by aegis appears | 19:51 |
*** Rizzer has quit IRC | 20:04 | |
DocScrutinizer | aiui the 1271 doesn't support 5GHz at all | 20:09 |
*** Arkenoi has joined #harmattan | 20:09 | |
lcuk | DocScrutinizer, it is deffo the battery o_O | 20:10 |
kimju | yes, only bgn at 2.4GHz, you want 1273 for abgn and 5GHz. | 20:10 |
DocScrutinizer | kimju: exactly | 20:10 |
DocScrutinizer | lcuk: sorry? | 20:10 |
lcuk | boot issue on n950 | 20:10 |
DocScrutinizer | lcuk: stack error | 20:10 |
DocScrutinizer | oooh | 20:11 |
lcuk | the battery is too drained to get far enough to boot | 20:11 |
DocScrutinizer | yeah, toldya you may want to use the "new" --charge-battery option of flasher | 20:11 |
lcuk | the battery is too drained to even get to flashable area | 20:11 |
lcuk | i said, that only comes up when connected to wallwart usb | 20:12 |
DocScrutinizer | I gather there's a reason for that new function in flasher, probably it's needed occasionally | 20:12 |
lcuk | i do not see that listed as a command line option | 20:14 |
DocScrutinizer | I've not bothered to check ~flatbatrecover for this device yet | 20:14 |
lcuk | which version of flasher has it? | 20:14 |
* lcuk downloaded and installed it this morning | 20:14 | |
lcuk | gary@gary-laptop:~/fm_950$ flasher -V | 20:14 |
lcuk | flasher 3.11.5 (May 17 2011) Harmattan | 20:14 |
DocScrutinizer | ask MohammadAG - he pasted the flasher options of *some* harmattan flasher several weeks ago | 20:14 |
DocScrutinizer | aiui there are at least 2 versions, a binary to download directly, and the one inside one-click | 20:15 |
DocScrutinizer | that can get extracted by hitting ^C at right moment | 20:15 |
lcuk | i got the windows oneclick about a week ago | 20:15 |
lcuk | but this flasher is the .deb for linux | 20:15 |
DocScrutinizer | lcuk: please pester Nokia (service | SDK tema | random) about it. I think they should get to know about what's missing from their "developer kit" and SDK deployment. I'm reluctant to help out | 20:18 |
lcuk | I am just conversing :) | 20:20 |
DocScrutinizer | lcuk: probably you have to compile some QML app to make the thing charge ;-P | 20:21 |
lcuk | haha | 20:22 |
DocScrutinizer | or learn/discover about some magic aegis spell | 20:23 |
*** baraujo has joined #harmattan | 20:24 | |
*** willer_ has joined #harmattan | 20:24 | |
DocScrutinizer | Nokia missed to send me an early prototype to do a free evaluation that would've revealed such issues. They don't like to disclose hw docs either. Now I think it's up to them to get out of the hole they dug for themselves | 20:25 |
DocScrutinizer | it's a pity though that users/developers like you are falling into that hole as well | 20:26 |
DocScrutinizer | ~flatbatrecover | 20:27 |
infobot | Remove battery for 1 minute. Insert battery. Plug powered Nokia wallcharger to device. Watch steady amber. Let sit and charge. Do NOT try to boot. After 30 min, you got either a) a booted up N900, b) flashing amber which means you can boot, c) steady amber going off - in this case start over again with ~flatbatrecover | 20:27 |
frals | lcuk: connect it to computer via usb, and then start flasher, it will complaing about battery level and start charging | 20:28 |
DocScrutinizer | ...has been entirely investigated by me | 20:28 |
lcuk | frals, | 20:28 |
DocScrutinizer | Nokia didn't share a single word about it | 20:28 |
frals | leave it connected and it should trickle charge and after a while it will charge from wall/normaly | 20:28 |
lcuk | the phone does not get far enough to connect usb | 20:28 |
lcuk | i left it on the wallwart last night | 20:28 |
frals | lcuk: just connect usb and plug to charger | 20:28 |
frals | err | 20:28 |
frals | plug to computer, not charger | 20:28 |
frals | and start flasher | 20:29 |
lcuk | it has been left in the pc all day | 20:29 |
frals | iirc it did some magic, but dont quote me on this | 20:29 |
lcuk | flasher just sits idle | 20:29 |
lcuk | waiting | 20:29 |
lcuk | Suitable USB interface (bootloader/phonet) not found, waiting... | 20:30 |
DocScrutinizer | repluf | 20:30 |
DocScrutinizer | replug | 20:30 |
*** baraujo has quit IRC | 20:30 | |
lcuk | DocScrutinizer, unplugged | 20:30 |
lcuk | replugged | 20:30 |
lcuk | Suitable USB interface (bootloader/phonet) not found, waiting... | 20:31 |
frals | guess you can always unscrew the backplate and charge the battery in some other device ;(( | 20:31 |
lcuk | i will try an alternative battery | 20:31 |
lcuk | yeah frals | 20:31 |
lcuk | but I should file a bug against this | 20:31 |
*** baraujo has joined #harmattan | 20:31 | |
frals | yea | 20:32 |
*** cpscotti has quit IRC | 20:32 | |
*** harbaum has joined #harmattan | 20:34 | |
*** crevetor has quit IRC | 20:35 | |
*** crevetor has joined #harmattan | 20:38 | |
DocScrutinizer | LOL | 20:42 |
DocScrutinizer | too late | 20:42 |
DocScrutinizer | there are no patches for HW usually - sth all the SW crowd tends to forget | 20:43 |
*** divan_ has quit IRC | 20:44 | |
DocScrutinizer | I could start wild guessing about what hardware is handling this flatbatrecover and charging at large, in which way, and what might be the problem and the workaround if any. As Nokia refuses to disclose hw details I CBA | 20:49 |
DocScrutinizer | other than my own N900 I'm probably not supposed to do this: http://maemo.cloud-7.de/Gallery-N900-exploded/ with the N950, to find out what's inside the blackbox | 20:50 |
DocScrutinizer | even if I did, I wouldn't know enough to even ponder analyzing what's wrong, unless Nokia discloses schematics to me or I'd do this: http://en.qi-hardware.com/wiki/Sciphone_Dream_G2#PCB_layers | 20:52 |
*** djszapi has quit IRC | 21:04 | |
lcuk | i just heard it should be possible to use n810 to charge up the battery o_O | 21:05 |
* lcuk grabs screwdrivers | 21:05 | |
DocScrutinizer | torx TX4 | 21:05 |
DocScrutinizer | don't even think about using sth different | 21:06 |
lcuk | "errr little yellow starpoint one" | 21:06 |
*** djszapi has joined #harmattan | 21:06 | |
* lcuk technical | 21:06 | |
ieatlint | huh, thought it was TX3 | 21:06 |
DocScrutinizer | yeah, TX3 *may* work | 21:07 |
DocScrutinizer | I'd not dare to try it | 21:07 |
DocScrutinizer | once you ruined one of the screws so TX4 doesn't grip anymore, it's "get the dremel, drill it out" | 21:07 |
kimju | it's torx size 4. | 21:08 |
kimju | fit perfectly. | 21:08 |
ieatlint | sounds like fun | 21:09 |
hiemanshu | yeah, I used a TX4 screw too | 21:09 |
kimju | the battery is not the same as in n810, but it's about 5mm shorter. might fit there, or some other phone using similar batteries. and even get charged. | 21:10 |
*** djszapi has quit IRC | 21:12 | |
hiemanshu | doesn't the N8 have a BL 4D | 21:12 |
hiemanshu | IIRC even the N97 mini has one | 21:12 |
*** djszapi has joined #harmattan | 21:13 | |
lcuk | hiemanshu, theBL-$D - is that what s in n950 and n8? | 21:14 |
lcuk | if so, i will swap them and use n8 to charge it up | 21:14 |
hiemanshu | lcuk: yeah, the N950 has a BL-4D | 21:14 |
DocScrutinizer | http://europe.nokia.com/find-products/accessories/all-accessories/power/batteries/nokia-battery-bl-4d/compatibility | 21:14 |
hiemanshu | lcuk: I could unscrew if you want me to double check the battery | 21:15 |
DocScrutinizer | hiemanshu: see link ^^^ | 21:16 |
lcuk | hiemanshu, unscrew what? | 21:16 |
hiemanshu | lcuk: the N950 | 21:16 |
DocScrutinizer | N8 I guess | 21:16 |
DocScrutinizer | the N950 *has* BL-4D | 21:17 |
hiemanshu | DocScrutinizer: I know the N8 and the N97 mini had the BL-4D, and so does the N950 too | 21:17 |
DocScrutinizer | BL-4D fits just fine to N810 | 21:23 |
DocScrutinizer | CBA to test charging, guess it'll work | 21:23 |
DocScrutinizer | BP-4L doesn't fir into N950 ;-P | 21:24 |
DocScrutinizer | fit* | 21:24 |
*** smoku has joined #harmattan | 21:24 | |
lcuk | confirmed. | 21:25 |
lcuk | battery failure. | 21:25 |
lcuk | with battery from n8, device boots happily | 21:25 |
lcuk | and flasher even sees it | 21:25 |
DocScrutinizer | confirmed: a powered-down N950 doesn't take *any* noticeable (I.E. >50mA) current from USB quite from the start. Needs to bootup to start the "charging" circuit. So quite likely it won't recover from a battery too flat to boot up the hardware to the state where sw-controlled charging could take over - no matter if that's autonomous or by help of a flasher I'd guess | 21:28 |
DocScrutinizer | as a flasher also only could talk to SW to do anything about charging | 21:29 |
SpeedEvil | Eeek. | 21:29 |
ieatlint | so we need to keep an n8 around to recover batteries? | 21:29 |
SpeedEvil | It would be iteresting to veryify - discharge battery to 2.V | 21:30 |
SpeedEvil | 2.7 | 21:30 |
dm8tbr | I can do that in the interest of science ;) | 21:30 |
*** achipa has quit IRC | 21:30 | |
DocScrutinizer | ieatlint: or N810, yes | 21:30 |
DocScrutinizer | SpeedEvil: lcuk actually just verified it | 21:31 |
ieatlint | stay classy, nokia | 21:31 |
SpeedEvil | ah | 21:31 |
dm8tbr | just need to find me some nice resistor in the lab | 21:31 |
SpeedEvil | Missed that. | 21:31 |
SpeedEvil | nvm then. | 21:31 |
* ieatlint thinks fondly of openmoko | 21:31 | |
dm8tbr | although I know of people who had 'dead' devices and managed to get them back using -Owait-charging | 21:31 |
DocScrutinizer | hehehe | 21:31 |
lcuk | hiemanshu, DocScrutinizer thanks for letting me know battery alternative devices | 21:31 |
DocScrutinizer | yw | 21:32 |
* SpeedEvil is depressed at how many echos of Openmoko there have been in Nokia. | 21:32 | |
dm8tbr | btw: just to jumpstart the battery any nokia phone where you can make contact (even if the battery sticks out weird) should be fine | 21:32 |
DocScrutinizer | lcuk: even while I reduced my plans about N9(50) to maybe 20% of the original list, I still feel I can help on those issues where I clearly excel | 21:33 |
*** deimos has joined #harmattan | 21:37 | |
lcuk | n8 is flashing charge indicator at me, the n8 manual specifies this is low charge situation | 21:45 |
*** wazd has joined #harmattan | 21:48 | |
DocScrutinizer | lcuk: :-D seems N8 is better at flatbatrecover discipline | 21:49 |
DocScrutinizer | you know which cpu/SoC the N8 is using? | 21:50 |
*** pancake has joined #harmattan | 21:50 | |
lcuk | nope | 21:51 |
*** seif has joined #harmattan | 21:51 | |
*** crevetor has quit IRC | 21:51 | |
*** piggz has joined #harmattan | 21:55 | |
*** pancake has quit IRC | 21:58 | |
*** seif has quit IRC | 22:02 | |
*** aleksander_m has quit IRC | 22:10 | |
*** djszapi has quit IRC | 22:18 | |
*** djszapi has joined #harmattan | 22:18 | |
RST38h | hey, anyone knows how I can switch a theme on n950? | 22:23 |
mikhas | gconftool-2 -s /meegotouch/theme/name -t string "base" | 22:25 |
RST38h | mhm | 22:25 |
mikhas | what, you will refuse to use gconf? | 22:26 |
mikhas | it also switches the theme for Qt Component based apps | 22:26 |
mikhas | *if* they use theme daemon (which is the default I think) | 22:26 |
RST38h | mghm...did not help | 22:28 |
RST38h | I am trying to run qtcomponents examples and getting this: http://pastebin.com/FPmcH9cm | 22:29 |
RST38h | It is driving me crazy.Anyone able to tell what I am missing? | 22:29 |
mikhas | are you running it on the device? | 22:30 |
RST38h | yes | 22:31 |
mikhas | hum … is the theme daemon up and running? | 22:32 |
RST38h | guess so, what is the process name? | 22:32 |
mikhas | mthemedaemon | 22:32 |
RST38h | 672 user -sh -c exec /usr/bin/mthemedaemon 2>&1 | /usr/bin/logger -t mthemedaemon | 22:33 |
RST38h | 681 user /usr/bin/mthemedaemon | 22:33 |
RST38h | 682 user /usr/bin/logger -t mthemedaemon | 22:33 |
RST38h | running | 22:33 |
mikhas | anything in the logfiles? | 22:33 |
mikhas | the error could mean that app and theme daemon run in different graphics modes | 22:34 |
mikhas | which is not supported | 22:34 |
mikhas | and theme daemon runs in OpenGL + MeeGo GS hybrid mode | 22:34 |
kimju | any pointers how to force software not to rotate with the device? | 22:34 |
RST38h | mikhas: ok. so how do I force qmlviewer into the same mode? | 22:35 |
mikhas | AH! | 22:35 |
mikhas | qmlviewer :-D | 22:35 |
mikhas | you forgot to mention that! | 22:35 |
RST38h | hmmmm | 22:36 |
mikhas | dunno, try qmlviewer -graphicssystem meego | 22:36 |
RST38h | ahhahaaa!!! | 22:36 |
mikhas | but I doubt it works | 22:36 |
mikhas | qmlviewer is kind of unsupported if you want to use Qt components | 22:36 |
RST38h | RM680-22-6_PR_RM680:~/MyDocs$ qmlviewer -graphicssystem meego main.qml |more | 22:37 |
RST38h | Qml debugging is enabled. Only use this in a safe environment! | 22:37 |
RST38h | Using the meego graphics system | 22:37 |
RST38h | Valid eglHandle received but not running with meego compatible graphicssystem. | 22:37 |
RST38h | Valid eglHandle received but not running with meego compatible graphicssystem. | 22:37 |
RST38h | ... | 22:37 |
mikhas | no that looks as if qmlviewer switches back | 22:38 |
mikhas | really, write those 10 lines of C++ instead | 22:38 |
mikhas | RST38h, https://gitorious.org/testdef/testdef/blobs/master/testdef/main.cpp | 22:39 |
mikhas | (you might not want to copy the resource system hack) | 22:39 |
RST38h | yea | 22:40 |
*** harbaum has quit IRC | 22:40 | |
*** achipa has joined #harmattan | 22:51 | |
*** achipa has joined #harmattan | 22:51 | |
mikhas | why does this idiotic Madde crap try to do its own packaging when a perfectly valid debian packaging setup already exists?! | 23:01 |
mikhas | I hate the attitude when tools assume they always know better than the user. | 23:01 |
kimju | and all tools seem to be broken in one way or another.. | 23:05 |
kimju | todays offenders: qmake and obs. | 23:06 |
*** Arkenoi has quit IRC | 23:11 | |
*** Arkenoi has joined #harmattan | 23:11 | |
djszapi | lcuk: did you learn the mic-chroot tool in the last few hours ? :p | 23:16 |
djszapi | kimju: what is wrong about obs ? | 23:16 |
*** lardman has joined #harmattan | 23:17 | |
*** lardman has quit IRC | 23:17 | |
*** lardman has joined #harmattan | 23:17 | |
lardman | evening chaps | 23:18 |
DocScrutinizer | lo lardman | 23:18 |
lardman | hey Doc | 23:18 |
lardman | anyone know what the summary screen is called officially and whether there's an api? | 23:18 |
kimju | djszapi, builds package but then leaves the package in "building" state for hours (6h currently) and doesn't put the binaries into the repo. | 23:18 |
DocScrutinizer | I seem to recall I posted some hints for you when you were gone, some day(s) ago. Did you notice? | 23:19 |
djszapi | kimju: ohh it has been like that for ages, not just today :p | 23:19 |
djszapi | :( | 23:19 |
lardman | DocScrutinizer: no, I'll check the logs though | 23:19 |
lardman | if only you'd asked infobot to remind me ;) | 23:20 |
DocScrutinizer | actually somebody suggested that and I answered "he wouldn't probably notice the difference" | 23:20 |
DocScrutinizer | alas I can't recall the exact wording so you could search in chanlog | 23:22 |
DocScrutinizer | and I completely forgot what it was all about | 23:22 |
lardman | lol | 23:22 |
DocScrutinizer | aaah, but I said sth like "and lardman is still in this channel, just afk obviously. So infobot wouldn't notice him joining" | 23:24 |
kimju | // portrait (at the time of writing this QSystemDisplayInfo.orientation did | 23:25 |
kimju | // not work, it always returned QSystemDisplayInfo::Landscape) | 23:25 |
kimju | if (size().width() == 480) { | 23:25 |
kimju | meh.. nice and portable code. | 23:25 |
DocScrutinizer | lol, yeah | 23:25 |
DocScrutinizer | if (size().width() < size().height() ) { obviously was way smarter | 23:27 |
mikhas | until you hit a device where the physical screen width in landscape mode is smaller than height | 23:28 |
kimju | this is meego-terminal | 23:28 |
* lardman wishes FF highlight colour was still easily-visible-when-scrolling-page yellow | 23:29 | |
*** vandenoever has joined #harmattan | 23:29 | |
mikhas | kimju, fix it ;-) | 23:29 |
DocScrutinizer | mikhas: define landscape mode | 23:29 |
mikhas | above check seems to rely on pixels | 23:30 |
kimju | mikhas, I'm trying to find out way to get this stay in landscape mode, regardless of the device orientation. | 23:30 |
DocScrutinizer | well, yes, that's a flaw | 23:30 |
DocScrutinizer | *should* also take resolution into account, to get real screen dimensions rather than number of pixels | 23:31 |
mikhas | kimju, terminal is MTF, so here you go: http://apidocs.meego.com/git-tip/mtf-old/mtf/class_m_window.html#a3ca02094bac3bf7b66a7f3244d8b4089 | 23:31 |
kimju | oo. thanks! | 23:32 |
* DocScrutinizer tries to figure a 4:3 display that has 480/line and 512 lines | 23:32 | |
*** crevetor has joined #harmattan | 23:32 | |
DocScrutinizer | even 320/line? | 23:33 |
DocScrutinizer | meh | 23:33 |
kimju | DocScrutinizer, note that the display might not have the same aspect ratio as the whole device. which one is going to be the defining factor? | 23:33 |
DocScrutinizer | hah, interesting point | 23:33 |
DocScrutinizer | I don't think the landscape of N9(0|5)0 will suddenly get called portrait when you slide out the kbd to change the formfactor of the case | 23:35 |
SpeedEvil | Consider subpixel lies too. | 23:35 |
DocScrutinizer | kimju: so in my book I'd say it's always the screen aspect ratio that defines landscape / portrait status | 23:36 |
*** dcarr_home has quit IRC | 23:37 | |
*** wicket64 has joined #harmattan | 23:38 | |
DocScrutinizer | imagine a palm pre alike device with a long kbd and a small 16:9 screen above it, wider than high. Now you turn this pre so the whole device sits on right long side, and the screen is higher than wide - you'd call this landscape? | 23:39 |
lardman | DocScrutinizer: I've given up searching the logs, but was this what you linked? http://www.d-pointer.com/solutions/libharmattaneventview/ | 23:41 |
DocScrutinizer | nope | 23:44 |
DocScrutinizer | but maybe the whole thing was about inotify? | 23:44 |
DocScrutinizer | ...and you noticed it already? | 23:44 |
*** antman8969 has joined #harmattan | 23:45 | |
DocScrutinizer | http://mg.pov.lt/harmattan-irclog/%23harmattan.2011-07-30.log.html#t2011-07-30T23:43:06 | 23:46 |
lardman | yes I saw the inotify stuff, mgedmin was also discussing iirc, thanks to both | 23:47 |
lardman | I've kept that Qt-based and just use a QTimer to check the size of a QImage created from the file in question, once it's not null, I proceed | 23:48 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!