itsnotabigtruck | MohammadAG: yep | 00:00 |
---|---|---|
itsnotabigtruck | the mentions of n9 on the site are just for simplicity | 00:00 |
itsnotabigtruck | it definitely works on pr1.1 (n9), pr1.2beta (n950), and pr1.2 (n9) | 00:01 |
itsnotabigtruck | and should work on everything else too | 00:01 |
MohammadAG | itsnotabigtruck, ah, so I can leave beta2 now | 00:01 |
itsnotabigtruck | heh | 00:01 |
MohammadAG | stayed on beta2 to get around aegis | 00:01 |
MohammadAG | flashing clears the eMMC right? | 00:02 |
itsnotabigtruck | MohammadAG: if you use the one-click flasher, it'll clear the mmc, yeah | 00:02 |
MohammadAG | The too frequent reboots aegis MALF is annoying... | 00:02 |
itsnotabigtruck | you don't have to clear the emmc, you can unzip the one-click flasher | 00:02 |
itsnotabigtruck | and then use my flashing guide to just flash the main image, not the emmc image | 00:02 |
MohammadAG | booting from a dead battery is annoying | 00:03 |
MohammadAG | don't worry, I'm used to that | 00:03 |
MohammadAG | time to do some C++ hooks :D | 00:03 |
MohammadAG | not sure why I feel like hacking on Harmattan this way, probably cause it's too closed source | 00:03 |
MohammadAG | Maybe I should hook the menu launcher so it looks in some folder for libs, if it finds them, LD_PRELOAD | 00:04 |
MohammadAG | so we can have a /usr/lib/hooks/$appname/lib.so folder | 00:04 |
MohammadAG | for example, launching music-suite, would look for .so files in /usr/lib/hooks/music-suite/*.so, if it finds them, LD_PRELOAD, otherwise use original symbol from dlsym | 00:05 |
*** gabriel9 has quit IRC | 00:06 | |
itsnotabigtruck | hm, interesting | 00:06 |
*** NIN102 has quit IRC | 00:08 | |
*** gabriel9 has joined #harmattan | 00:09 | |
Corsac | MohammadAG: do you have access to /etc/ld.so.preload ? | 00:09 |
MohammadAG | I must admit, iOS gave me the idea | 00:10 |
MohammadAG | Corsac, what's that? | 00:10 |
MohammadAG | iOS has a "tweak", called MobileSubstrate, it does just that, reads plists (config files, like XML), then if a filter matches the binary, it loads the patched .dylib | 00:11 |
Corsac | http://paste.debian.net/158919/ | 00:11 |
MohammadAG | of course, it patches memory at runtime afaik, rather than preloading | 00:11 |
Corsac | (in ld.so(8)) | 00:11 |
*** pinheiro has quit IRC | 00:12 | |
MohammadAG | damn N950 not booting | 00:12 |
*** pinheiro has joined #harmattan | 00:12 | |
Corsac | it's a more permanent LD_PRELOAD, if you want | 00:12 |
Corsac | (and I guess the same restrictions about setuid/setgid stuff apply) | 00:13 |
MohammadAG | but that is system wide no? | 00:16 |
MohammadAG | we don't want an override of QApplication::event() so the camera, for example, uses volume keys for stuff to affect everything, just the camera-ui bin | 00:16 |
Corsac | yes it is | 00:17 |
MohammadAG | no use in that then :P | 00:17 |
*** TNZ has joined #harmattan | 00:18 | |
MohammadAG | the UI in Harmattan bootstraps everything | 00:18 |
MohammadAG | so simply replacing/modifying the exec call is enough | 00:18 |
MohammadAG | must've misunderstood\ | 00:19 |
MohammadAG | err, wrong chan | 00:19 |
*** TNZ has quit IRC | 00:21 | |
MohammadAG | muhaha, flasher -b kicked it | 00:23 |
*** cvaldemar has joined #harmattan | 00:24 | |
MohammadAG | err | 00:27 |
MohammadAG | RM680-34-2_PR_RM680:~# nm /usr/bin/camera-ui | 00:27 |
MohammadAG | nm: /usr/bin/camera-ui: no symbols | 00:27 |
gabriel9 | what are you doing? :) | 00:27 |
MohammadAG | expecting a list of symbols | 00:27 |
*** etrunko has quit IRC | 00:28 | |
gabriel9 | why? | 00:28 |
gabriel9 | guys what do you think about in app ads? | 00:28 |
gabriel9 | i was thinking maybe it is better then paying for app | 00:29 |
itsnotabigtruck | gabriel9: no thanks | 00:29 |
gabriel9 | i know what you think | 00:29 |
itsnotabigtruck | they're becoming a massive issue on other platforms because ad networks use them as a platform for all sorts of spying | 00:29 |
itsnotabigtruck | for one | 00:29 |
gabriel9 | i also don't like them also | 00:30 |
itsnotabigtruck | e.g. it's now the norm to have ad libraries that dynamically check what sort of system access they have | 00:30 |
gabriel9 | but usefull adds | 00:30 |
itsnotabigtruck | then extract as much data as possible through the host applications access | 00:30 |
itsnotabigtruck | and upload it to the mothership | 00:30 |
gabriel9 | google does it :) | 00:30 |
gabriel9 | MS does it | 00:30 |
itsnotabigtruck | that's not ok, that hasn't ever been ok | 00:30 |
gabriel9 | i know | 00:30 |
itsnotabigtruck | well, what google and MS do with their web ads is completely different | 00:31 |
gabriel9 | but, hm without that spying is it ok to serve adds | 00:31 |
itsnotabigtruck | google and MS's ad departments don't have free reign over your phones | 00:31 |
itsnotabigtruck | even on android | 00:31 |
gabriel9 | chrome browser have everything from your web expirience | 00:32 |
gabriel9 | i don't know | 00:32 |
gabriel9 | it's all dirty | 00:32 |
gabriel9 | i just wish to code and make living of it :) | 00:32 |
gabriel9 | and i want N9 | 00:32 |
gabriel9 | :D | 00:32 |
gabriel9 | btw, if anyone needs something about zend Framework/PHP/JS just call me. I know some stuff :) | 00:33 |
*** teleshoes has joined #harmattan | 00:33 | |
*** teleshoes has left #harmattan | 00:34 | |
MohammadAG | making a living of development is hard :P | 00:36 |
MohammadAG | unless it's a paid job | 00:36 |
MohammadAG | fucking MALF | 00:36 |
gabriel9 | i have job now | 00:37 |
gabriel9 | and it is ok | 00:37 |
gabriel9 | but it is hard like hell | 00:37 |
*** pinheiro has quit IRC | 00:39 | |
*** pinheiro has joined #harmattan | 00:40 | |
gabriel9 | night | 00:51 |
*** pinheiro has quit IRC | 00:51 | |
*** gabriel9 has quit IRC | 00:51 | |
*** pinheiro has joined #harmattan | 00:55 | |
*** pinheiro has quit IRC | 01:09 | |
*** lbt is now known as someoneelse | 01:11 | |
*** special has quit IRC | 01:14 | |
*** special has joined #harmattan | 01:14 | |
*** pinheiro has joined #harmattan | 01:15 | |
*** KRF has quit IRC | 01:16 | |
*** KRF has joined #harmattan | 01:16 | |
*** M4rtinK has quit IRC | 01:17 | |
*** Natunen has quit IRC | 01:17 | |
*** someoneelse is now known as lbt | 01:18 | |
*** javispedro has quit IRC | 01:26 | |
*** M4rtinK has joined #harmattan | 01:26 | |
*** pinheiro has quit IRC | 01:27 | |
*** danielcbit has quit IRC | 01:27 | |
*** niqt has quit IRC | 01:32 | |
*** M4rtinK has quit IRC | 01:32 | |
*** risca has joined #harmattan | 01:33 | |
*** pinheiro has joined #harmattan | 01:36 | |
*** adlan has quit IRC | 01:51 | |
*** pinheiro has quit IRC | 01:57 | |
*** pinheiro has joined #harmattan | 01:57 | |
faenil | guys how can I set ListView's height so that it takes as much as it needs for its children? | 02:06 |
faenil | childrenRect.height doesn't work | 02:06 |
*** sahibkhadaffi has quit IRC | 02:08 | |
*** rm_work has quit IRC | 02:08 | |
*** beford has joined #harmattan | 02:10 | |
*** _MeeGoBot_ has quit IRC | 02:14 | |
Mek | faenil: isn't a listview that is big enough to fit all its children just a Column with a Repeater inside? | 02:20 |
*** pinheiro has quit IRC | 02:20 | |
*** pinheiro has joined #harmattan | 02:20 | |
*** _MeeGoBot_ has joined #harmattan | 02:22 | |
*** ChanServ sets mode: +v _MeeGoBot_ | 02:22 | |
faenil | Mek: mmm... | 02:26 |
franz` | inception and the possibility of a mobilesubstrate-style thing for harmattan? today is a good day! | 02:28 |
*** faenil has quit IRC | 02:31 | |
franz` | kinda want to watch inception now to get the references lol | 02:35 |
franz` | pasiv is the machine from the movie, I know that much | 02:35 |
*** heeeegua has quit IRC | 02:36 | |
*** Enforcer has joined #harmattan | 02:38 | |
*** risca has quit IRC | 02:40 | |
*** pinheiro has quit IRC | 02:44 | |
*** pinheiro has joined #harmattan | 02:45 | |
Necrosporus | There is now X11 for android, so N9 lost the biggest advantage, stuff like swipe UI is not free software, right? Than it doesn't count as advantage, as any additional bit of source-less code is disadvantage | 02:50 |
*** npm has joined #harmattan | 02:53 | |
*** pinheiro has quit IRC | 02:59 | |
*** pinheiro has joined #harmattan | 03:01 | |
beford | franz`, mobilesubstrate-style thing for harmattan? <- more info? xD | 03:11 |
franz` | was reading the backlog, mohammad ag mentioned something like that a couple hours ago | 03:11 |
franz` | don't want foster false hopes, it's just "possible" | 03:12 |
*** pinheiro has quit IRC | 03:23 | |
beford | oh | 03:23 |
*** pinheiro has joined #harmattan | 03:24 | |
*** rzr has joined #harmattan | 03:29 | |
Sazpaimon | can anyone else not install the romaxa fennec builds on PR1.2? | 03:35 |
*** aquarius has quit IRC | 03:36 | |
Sazpaimon | I'm getting issues with the qt version it wants | 03:37 |
Sazpaimon | fennec depends on libqtcore4 (>= 4.7.4~git20120202); however: | 03:38 |
Sazpaimon | Version of libqtcore4 on system is 4.7.4~git20120125-0maemo1+0m7. | 03:38 |
Sazpaimon | etc | 03:38 |
Sazpaimon | it works fine if I force it, but that will probably lead to problems down the road | 03:39 |
Sazpaimon | looks like it's a known issue | 03:42 |
Sazpaimon | hopefully romaxa fixes it | 03:42 |
*** lbt has quit IRC | 03:47 | |
*** lbt has joined #harmattan | 03:48 | |
*** lbt has joined #harmattan | 03:48 | |
*** pinheiro has quit IRC | 03:53 | |
*** pinheiro has joined #harmattan | 03:53 | |
*** jluisn has joined #harmattan | 04:02 | |
*** jluisn has quit IRC | 04:09 | |
*** pinheiro has quit IRC | 04:20 | |
*** pinheiro has joined #harmattan | 04:20 | |
*** thek has joined #harmattan | 04:25 | |
*** risca has joined #harmattan | 04:30 | |
*** pinheiro has quit IRC | 04:44 | |
*** oberling has quit IRC | 05:16 | |
*** oberling has joined #harmattan | 05:17 | |
*** adlan has joined #harmattan | 05:39 | |
*** machine1 has quit IRC | 06:17 | |
*** machine1 has joined #harmattan | 06:20 | |
itsnotabigtruck | http://talk.maemo.org/showthread.php?t=82898 | 06:23 |
itsnotabigtruck | this is pretty crappy of nokia :/ | 06:23 |
itsnotabigtruck | as if ovi store acting up has anything at all to do with the country it's used from | 06:24 |
SpeedEvil | It may actually be - CDNs are wierd | 06:25 |
SpeedEvil | ah | 06:26 |
SpeedEvil | nvm | 06:26 |
itsnotabigtruck | SpeedEvil: well, even if it does have anything at all to do with the country it's used from, it's still nokia's problem | 06:27 |
itsnotabigtruck | if it's the client, it's an N9 firmware problem = they have to deal with it | 06:27 |
itsnotabigtruck | if it's the servers, it's an ovi store server problem = they have to deal with it | 06:27 |
itsnotabigtruck | at no point is "we didn't distribute that phone where you are" anything but a cheap excuse | 06:28 |
itsnotabigtruck | SpeedEvil: did you find the energy to try installing flash? | 06:53 |
itsnotabigtruck | if so, did you see what precisely failed? | 06:53 |
SpeedEvil | I just tried through the GUI so far | 06:53 |
itsnotabigtruck | SpeedEvil: so yeah, try dpkg -i'ing it, you could also use pkgmgr install-file -f, i think it prints out the dpkg output if things go south | 06:57 |
*** harbaum has joined #harmattan | 07:33 | |
*** machine1 has quit IRC | 07:45 | |
*** machine1 has joined #harmattan | 07:48 | |
*** hardaker has quit IRC | 08:08 | |
*** Khertan has joined #harmattan | 08:11 | |
Khertan | lbt, X-Fade: don't know if you have touch something on the cobs but now the package as been moved. Thx | 08:12 |
*** Khertan has quit IRC | 08:12 | |
*** beford has quit IRC | 08:12 | |
*** adlan has quit IRC | 08:15 | |
*** romaxa has joined #harmattan | 08:21 | |
*** adlan has joined #harmattan | 08:22 | |
*** adlan has quit IRC | 08:24 | |
*** adlan has joined #harmattan | 08:24 | |
itsnotabigtruck | http://talk.maemo.org/showthread.php?p=1176315#post1176315 | 08:31 |
itsnotabigtruck | ^ can someone verify that? | 08:31 |
itsnotabigtruck | that is, EPERM when running things in a chroot | 08:31 |
*** gabriel9 has joined #harmattan | 08:45 | |
ZogG_laptop | khertan_: \o/ | 08:49 |
ZogG_laptop | itsnotabigtruck: morning | 08:52 |
itsnotabigtruck | ZogG_laptop: yo | 08:53 |
itsnotabigtruck | i'm not super interested in the chroot stuff but in theory... | 08:54 |
itsnotabigtruck | i think aegis-su -c -caps sh, then the chroot scripts, ought to work | 08:54 |
*** risca has quit IRC | 08:57 | |
jonni | itsnotabigtruck: unsigned binaries in closed mode (in chroot) start to work after you disable the source identity check from aegis. | 09:09 |
jonni | s/in chroot/and in chroot/ | 09:11 |
itsnotabigtruck | jonni: well, that's the "relaxed mode" i mentioned, right | 09:12 |
itsnotabigtruck | then aegis will put all the chroot stuff into SRC:: and it'll work | 09:12 |
itsnotabigtruck | but it'll fail with EPERM if the user tries to run the chroot with *every privilege* which is what i bet is going on | 09:13 |
jonni | itsnotabigtruck: nope, relaxed mode only removes hash checking from unsigned binaries, but not the origin check | 09:13 |
*** niqt has joined #harmattan | 09:22 | |
jonni | if you disable origin checking then unlisted execs are not treated as unknown source origin. | 09:23 |
*** gabriel9 has quit IRC | 09:30 | |
tomma | is there service manual for n950? | 09:31 |
itsnotabigtruck | tomma: probably not...well, one might exist inside nokia | 09:38 |
itsnotabigtruck | we have the service manuals we do because they were distributed widely to nokia repair shops | 09:38 |
itsnotabigtruck | N950s don't have any sort of end-user warranty | 09:39 |
itsnotabigtruck | and it's doubtful said shops will ever see one (maybe if a very confused n950 owner brings one in :p) | 09:39 |
*** harbaum has quit IRC | 09:45 | |
*** leinir has quit IRC | 09:46 | |
*** Saviq_ has joined #harmattan | 09:52 | |
*** Saviq_ has quit IRC | 09:52 | |
*** gabriel9 has joined #harmattan | 09:57 | |
itsnotabigtruck | jonni: yep, looks like you were right on the money | 09:58 |
jonni | yep, posted reply on that thread. | 09:58 |
*** Natunen has joined #harmattan | 09:59 | |
*** psycho_oreos has joined #harmattan | 10:10 | |
*** leinir has joined #harmattan | 10:10 | |
*** leinir has joined #harmattan | 10:10 | |
*** harbaum has joined #harmattan | 10:10 | |
*** Guest16062 is now known as Termana | 10:21 | |
*** sahibkhadaffi has joined #harmattan | 10:22 | |
*** leinir has quit IRC | 10:25 | |
*** leinir has joined #harmattan | 10:25 | |
*** leinir has joined #harmattan | 10:25 | |
*** sahibkhadaffi has quit IRC | 10:29 | |
*** tbf has joined #harmattan | 10:31 | |
*** pawky has joined #harmattan | 10:41 | |
gabriel9 | does qt comes on WP? | 10:45 |
*** gabriel9 is now known as gabriel9|work | 10:45 | |
leinir | gabriel9|work: well, there's some people at kdab who has been working on the compact edition stuff, but as for WP8 (not before, need native app support), well... it'll happen, we just don't know who'll be doing that support, of course :) | 10:47 |
flux | so how many are going to upgrade to pr1.3, should it ever arrive, if it 'breaks' inception?-) of course, there's tons of personal data security to be gained that way.. | 10:47 |
leinir | Could be community work, could be nokia, could even arguably be microsoft, but who knows :) | 10:48 |
gabriel9|work | so we are in the dark here | 10:48 |
leinir | Well... yes | 10:49 |
leinir | the only people who really know anything are the WP8 team :P | 10:49 |
gabriel9|work | has anyone tried qt quick on iPhone | 10:50 |
leinir | wait... why is this discussed on #harmattan? | 10:50 |
gabriel9|work | i belive project is called lighthouse | 10:50 |
gabriel9|work | it is general talk :) | 10:50 |
gabriel9|work | and i wish to know is there future for qt Quick on other platforms | 10:51 |
leinir | lighthouse is just another name for the Qt Platform Abstraction system (or QPA to be TLA Compliant ;) ) | 10:51 |
leinir | but, for info on that you'll want to check the qt4ios people out | 10:52 |
gabriel9|work | hm, so there is no easy way to port apps | 10:54 |
gabriel9|work | from harmattan to droid and ios | 10:54 |
itsnotabigtruck | gabriel9|work: concerning qt | 10:54 |
itsnotabigtruck | my understanding is that nokia ported it, but i have no idea if it'll ever be available outside of nokia | 10:55 |
itsnotabigtruck | since wp7 is supposed to be pure .net to outsiders | 10:55 |
itsnotabigtruck | it might be solely for their maps app | 10:55 |
itsnotabigtruck | and things like it | 10:55 |
gabriel9|work | swit jisus, so they create phone N9, OS for it and tools for porting and they give up from it | 10:55 |
itsnotabigtruck | but i'm not really in the know with such things...i've just heard it exists | 10:55 |
Termana | flux, I don't see any reason not to upgrade just because of inception. I haven't seen anything that gives it really any advantages over Open Mode. | 10:55 |
gabriel9|work | they must have so much monney and want to be stupid | 10:55 |
itsnotabigtruck | Termana: the main benefit is a) no disclaimer, b) it's easy | 10:56 |
flux | termana, hmm, can you use nokia maps etc in Open Mode? | 10:56 |
Termana | flux, AFAIK yes | 10:56 |
itsnotabigtruck | the problem was: there's basically nothing available that actually takes advantage of open mode to Do Cool Things | 10:56 |
itsnotabigtruck | it existed, but without anything built around it, it's useless | 10:56 |
*** leinir_ has joined #harmattan | 10:56 | |
*** leinir_ has joined #harmattan | 10:56 | |
itsnotabigtruck | so it had to be made easier for both users and devs to gain open-mode-type access | 10:57 |
Termana | itsnotabigtruck, the only advantage I see there is maybe having no disclaimer might not scare a few people | 10:57 |
flux | how about the usb-host/otg-thingy on n9, has it folded? fmtx? | 10:57 |
itsnotabigtruck | so that devs (many of which aren't compelled to go open mode) and users (most of which won't consider open mode) can build apps and use them | 10:57 |
*** rigo has joined #harmattan | 10:58 | |
itsnotabigtruck | flux: current status of fmtx is that it appears there's no antenna | 10:58 |
itsnotabigtruck | not sure if it's speculation or reality, but that doesn't sound unlikely | 10:58 |
itsnotabigtruck | anyway, open mode, it's great for things like nitdroid, but few users are going to bother with it just to get a few apps that might come out | 10:59 |
*** leinir has quit IRC | 10:59 | |
*** leinir_ is now known as leinir | 10:59 | |
itsnotabigtruck | and flux: re the usb thing, i think the current status is that the author is busy and isn't super interested in the N9 now | 11:00 |
itsnotabigtruck | iirc there's two prongs to it, a) providing sufficient power over the usb, b) enabling it through the kernel | 11:00 |
itsnotabigtruck | i'm pretty sure it's doable, it's a matter of how to pull it off | 11:01 |
psycho_oreos | itsnotabigtruck, ping | 11:02 |
itsnotabigtruck | psycho_oreos: what's up | 11:02 |
psycho_oreos | itsnotabigtruck, fyi that inception doesn't work against pr1.0 :) | 11:02 |
itsnotabigtruck | psycho_oreos: hrm, should have tested for that | 11:03 |
itsnotabigtruck | no reason to stay on pr1.0 anyway though...the grass is greener with 1.2 :) | 11:03 |
psycho_oreos | too bad otoh pr1.2 isn't available for 64GB variant | 11:03 |
Aard | psycho_oreos: don't mention that in front of my phone, please | 11:04 |
psycho_oreos | well not for the one I have on hand.. not without using something like navifirm and flashing it completely | 11:04 |
itsnotabigtruck | Termana: keep in mind that much of TMO is reluctant to flash their phones at all | 11:04 |
psycho_oreos | Aard, don't mention what? | 11:04 |
Termana | smells like Nokia | 11:04 |
Aard | psycho_oreos: that it can't be running pr1.2 | 11:04 |
itsnotabigtruck | doing a complete wipe of all data to enable open access will not appeal to so many people | 11:05 |
itsnotabigtruck | (and then doing so again if they change their mind) | 11:05 |
psycho_oreos | Aard, its probably a thing to do with various country releases :p | 11:05 |
rigo | ?? I have the 64GB variant and I have PR 1.2 | 11:06 |
itsnotabigtruck | Aard: unless you're deliberately avoiding upgrading, there's no reason not to load up pr1.2 right now | 11:06 |
psycho_oreos | rigo, read what I said, it could be a country specific release | 11:06 |
rigo | I would even encourage that as it improves battery lifetime and adds lots of features | 11:07 |
psycho_oreos | pr1.2 the last I checked is NOT available for Australian 64GB | 11:07 |
*** leinir_ has joined #harmattan | 11:07 | |
*** leinir_ has joined #harmattan | 11:07 | |
Aard | itsnotabigtruck: I'm running pr1.2 on a 64gb n9, he mentioned it wouldn't be available | 11:07 |
psycho_oreos | and you lose openmode kernel access | 11:07 |
rigo | psycho_oreos, I see, this is because of the difference in the magnetic field of the southern hemisphere ;) | 11:08 |
itsnotabigtruck | Aard: pr1.2 is definitely available for 64gig N9s... | 11:08 |
itsnotabigtruck | however, there are a lot of product codes (numbers printed on the sim tray) | 11:08 |
*** leinir has quit IRC | 11:08 | |
*** leinir_ is now known as leinir | 11:08 | |
itsnotabigtruck | nokia has a rather...strange...firmware releasing process and frequently misses a lot of product codes | 11:08 |
itsnotabigtruck | in that case you just flash it, which is quite safe to do | 11:08 |
psycho_oreos | rigo, the magnetic field isn't as strong as the one in the northern hemisphere :p | 11:08 |
rigo | here you go! | 11:08 |
psycho_oreos | and I'm looking at the OTA releases | 11:09 |
psycho_oreos | or unless one must update to pr1.1 before they can update to pr1.2 via OTA | 11:09 |
rigo | nokia has anticipated that and has avoided the upgrade down under so your phone doesn't float away because of PR 1.2 lightness | 11:10 |
rigo | oh, you already missed 1.1? | 11:10 |
itsnotabigtruck | you can go straight from pr1.0 to pr1.2 via ssu btw, in fact, now that pr1.2 is out you can't go to pr1.1 | 11:10 |
itsnotabigtruck | because pr1.2 is what's in the repo | 11:10 |
romaxa | did anyone try to stop mcompositor/meegotouch and render something into framebuffer/null ws eglContext? | 11:11 |
psycho_oreos | rigo, what does yours float? that'd be the first. Put it on water and youtube it | 11:11 |
Termana | psycho_oreos, the real question is, will it blend? | 11:12 |
Termana | Try it and put it on youtube | 11:12 |
rigo | I can't, I'm in northern hemisphere eating my "caike" :) | 11:12 |
psycho_oreos | Termana, you're the one who suggested that idea, you should try it first | 11:12 |
rigo | so the magnetic field is too strong here, you said | 11:12 |
psycho_oreos | rigo, what you worried that it'll float towards artic? | 11:13 |
itsnotabigtruck | romaxa: have you looked into the dependency issue on the firefox builds? (sorry to pounce on you like this) | 11:13 |
rigo | psycho_oreos, antarctic | 11:13 |
itsnotabigtruck | it looks like the situation is that building with the PR1.3 SDK gives the produced deb PR1.3 dependencies | 11:13 |
psycho_oreos | arctic rather | 11:13 |
rigo | psycho_oreos, but if you want to brick your phone, just listen to this channel and do everything they suggest :) | 11:13 |
romaxa | itsnotabigtruck: yep, romaxa.info already has packages with PR1.2 deps | 11:14 |
itsnotabigtruck | romaxa: oh, awesome | 11:14 |
romaxa | itsnotabigtruck: alsi install now public sdk and rebuilding packages in that environment | 11:14 |
psycho_oreos | rigo, fyi, antarctic is south, not north. Your geology failed | 11:14 |
gabriel9|work | can you guys install debuging packages on N9? | 11:15 |
itsnotabigtruck | gabriel9|work: that's been a problem | 11:15 |
itsnotabigtruck | they didn't update libc6-dbg to match the PR1.2 libc | 11:15 |
itsnotabigtruck | = no local debugging until they fix their stuff | 11:15 |
itsnotabigtruck | actually... | 11:15 |
itsnotabigtruck | now that the pr1.2 sources are out, you can probably make your own :D | 11:16 |
romaxa | itsnotabigtruck: so practically it should work everywhere after that, basically you can check http://romaxa.info/fennec/mozilla-release/fennec_10.0.2_armel.deb, just uploaded new version compiled against public SDK | 11:16 |
itsnotabigtruck | just do a scratchbox build of libc6 and put the -dbg package on the N9 | 11:16 |
itsnotabigtruck | romaxa: nice work | 11:16 |
gabriel9|work | well i don't have time now for that | 11:16 |
gabriel9|work | but i will check how to build stuff for me :) | 11:17 |
romaxa | itsnotabigtruck: also try http://romaxa.info/fftest/adobe-flashplayer_4.0.0-73_armel.deb - also compiled with public SDK, should be installable even on Pr1.0 | 11:17 |
romaxa | itsnotabigtruck: I'm thinking about running b2g on N950/N9... but first need to kill meegotouch/X/mcompositor in order to get direct rendering to fb0... is there are safe instructions which show how to stop these services without trashing whole system? | 11:20 |
*** thek has quit IRC | 11:20 | |
itsnotabigtruck | romaxa: testing those packages now | 11:26 |
itsnotabigtruck | but i'm probably not of much help with your question... | 11:27 |
itsnotabigtruck | it seems like there has to be a better way to go than taking over the framebuffer, but i have no idea how fennec's rendering works | 11:27 |
romaxa | itsnotabigtruck: I got b2g/fennec working on beagleboard with minimal ubuntu/debian rootstock image + SGX binary drivers from http://elinux.org/BeagleBoardUbuntu | 11:28 |
romaxa | itsnotabigtruck: it works without X11, without Qt/gtk | 11:30 |
itsnotabigtruck | romaxa: ah, i didn't realize you were talking about boot to gecko | 11:30 |
itsnotabigtruck | maybe it would make sense to cook an image without having meegotouch in the first place? | 11:31 |
romaxa | itsnotabigtruck: did that already, works fine | 11:31 |
romaxa | itsnotabigtruck: ok, tested packages by myself on 2.2011.39-5 - seems to work fine | 11:34 |
*** miroslav has joined #harmattan | 11:35 | |
romaxa | itsnotabigtruck: mult.ru - flash works | 11:36 |
itsnotabigtruck | romaxa: yep, seems to work fine (but i'm testing on pr1.2 which doesn't prove much) | 11:37 |
*** jreznik has joined #harmattan | 11:39 | |
itsnotabigtruck | the first thing i tested with the flash player was the all important www.zombo.com | 11:41 |
*** aquarius has joined #harmattan | 11:51 | |
*** mairas has quit IRC | 11:59 | |
*** pinheiro has joined #harmattan | 12:01 | |
*** djszapi has joined #harmattan | 12:05 | |
*** javispedro has joined #harmattan | 12:05 | |
djszapi | hi javispedro, long time no seen ya :) | 12:05 |
javispedro | hi djszapi | 12:05 |
ieatlint | i'm not sure i have enough alcohol in my apartment for this week | 12:09 |
djszapi | weird to think only about this week :) | 12:10 |
ieatlint | i've had a pet die saturday, and in the past 24h my uncle died and an ex randomly contacted me with lonely/suicidal thoughts | 12:10 |
*** adlan has quit IRC | 12:11 | |
djszapi | ouch :/ commiseratings :/ | 12:11 |
ieatlint | thx, but is ok, both pet and uncle exceeded their life expectencies | 12:12 |
ieatlint | just.. alcohol | 12:13 |
djszapi | the mer yaml thingie is quite buggy at this stage... | 12:15 |
*** nebulon has joined #harmattan | 12:21 | |
*** Rantwolf has joined #harmattan | 12:21 | |
Rantwolf | hi | 12:21 |
Rantwolf | is there a way for me to bring my old messages from my iphone to my new n9? | 12:22 |
*** pinheiro has quit IRC | 12:22 | |
*** pinheiro has joined #harmattan | 12:22 | |
javispedro | harbaum, there? | 12:22 |
djszapi | javispedro: what are you up to nowadays in your pastime ? | 12:23 |
javispedro | mostly real work (TM) and a business trip to the states | 12:24 |
djszapi | javispedro: what area in "real work" ? | 12:25 |
javispedro | djszapi, but now that I have the sources and debug symbols I plan to update my garmin gps simulator stuff for harmattan | 12:25 |
*** lizardo has joined #harmattan | 12:25 | |
javispedro | djszapi, i am working in electronic design automation tools | 12:26 |
*** pinheiro has quit IRC | 12:26 | |
*** pinheiro has joined #harmattan | 12:26 | |
javispedro | djszapi, and what are you doing these days? :) | 12:27 |
djszapi | javispedro: android :) | 12:28 |
javispedro | hah | 12:28 |
javispedro | qt for android stuff at least I hope ;P | 12:28 |
djszapi | nah, platform :P | 12:29 |
djszapi | pure C/C++ | 12:29 |
djszapi | but yes, I will try to port KDE to it in my pastime. | 12:29 |
ieatlint | javispedro: if your trip includes san francisco, i'll buy you a beer | 12:29 |
javispedro | no Java at least :) | 12:29 |
javispedro | ieatlint, nah, i'm back from it already :) was in NY and NC | 12:29 |
ieatlint | well, NY is fun at least :P | 12:30 |
javispedro | (but thanks for the offer :) ) | 12:30 |
ieatlint | anytime.. | 12:30 |
javispedro | harbaum: (to avoid firing up an email client ;P) you are looking for eglGetProcAddress | 12:31 |
harbaum | javispedro: thanks :_ | 12:35 |
javispedro | good luck! | 12:35 |
harbaum | we'll see ... sounds less trivial than i hoped ... | 12:35 |
javispedro | yeah | 12:35 |
javispedro | someone could try and do a glext-like library | 12:36 |
harbaum | i wonder why the includes are there then | 12:36 |
javispedro | but if you already got to the point where you are just missing the actual function addresses it should not be hard | 12:36 |
javispedro | just create a few global pointer-to-functions and load them at some point and that's it | 12:37 |
javispedro | no idea, I think the std only defines that the typedefs should be there | 12:37 |
harbaum | yes | 12:37 |
*** thek has joined #harmattan | 12:39 | |
djszapi | javispedro: no java :p | 12:42 |
*** thek has quit IRC | 12:43 | |
*** pinheiro has quit IRC | 12:45 | |
*** pinheiro has joined #harmattan | 12:46 | |
*** pinheiro has quit IRC | 12:50 | |
*** pinheiro has joined #harmattan | 12:50 | |
*** faenil has joined #harmattan | 12:53 | |
*** Saviq_ has joined #harmattan | 12:58 | |
*** Saviq_ has quit IRC | 12:59 | |
djszapi | hey faenil I have playbooks around :) | 13:02 |
djszapi | now* | 13:02 |
faenil | djszapi, argghhhh :D | 13:04 |
aquarius | yay, PR1.2 browser plays audio properly, hooray! However, audio stops when the screen locks, or when I switch apps. Can I stop the screen locking when music's playing, perhaps? | 13:04 |
djszapi | faenil: I think there are two or three around | 13:05 |
faenil | djszapi, wanna send me one? lol | 13:06 |
faenil | djszapi, just need it for one day :D | 13:06 |
*** mairas has joined #harmattan | 13:08 | |
javispedro | they also seemingly shipped free playbooks on mwc =) | 13:10 |
faenil | javispedro, yeeees! and I wasn't there xD | 13:10 |
faenil | and at another event too | 13:10 |
javispedro | no idea why rim does not start shipping qnx phones | 13:10 |
faenil | javispedro, maybe it's WIP | 13:11 |
*** pinheiro has quit IRC | 13:11 | |
*** jluisn has joined #harmattan | 13:11 | |
djszapi | faenil: no, sorry :p | 13:11 |
djszapi | it is for KDE stuff :p | 13:11 |
faenil | djszapi, dammit XD | 13:11 |
*** pinheiro has joined #harmattan | 13:11 | |
faenil | djszapi, I'm tired of uploading 20mb each time and looking for someone who has so much free time that he wants to spend it testing my 3d model viewer xD | 13:12 |
*** psycho_oreos has quit IRC | 13:12 | |
djszapi | what should I tell you, if you do not wanna be smart as advised ? :p | 13:12 |
faenil | djszapi, ? | 13:13 |
djszapi | If I were you, I would write a simple app to get a free playbook... | 13:14 |
djszapi | not an overcomplicated workflow to get one which might end up .... | 13:14 |
*** pinheiro has quit IRC | 13:14 | |
*** pinheiro has joined #harmattan | 13:14 | |
faenil | djszapi, the app is already working man :D I just people to test the things I add :D | 13:15 |
*** Stecchino has quit IRC | 13:17 | |
gri | endless rain ... will it ever end :( | 13:22 |
djszapi | gri sunshine in Darmstadt :D | 13:22 |
gri | djszapi: grr, what are you doing there? | 13:23 |
djszapi | gri breathing air for instance :) | 13:23 |
djszapi | gri: beyong the joke: we have a Plasma Active sprint in here. | 13:26 |
gri | damn, sattelite photo shows rainless everywhere except here | 13:26 |
faenil | 15° here, sun shining | 13:28 |
djszapi | gri at least now snow as in Finland :p | 13:28 |
djszapi | be optimist :) | 13:28 |
* gri wants summer | 13:31 | |
faenil | I can see it's almost summer here XD | 13:32 |
djszapi | ho to new zealand :p | 13:32 |
djszapi | go* | 13:32 |
gri | djszapi: I already bought a lottery ticket yesterday and hope for the best :P | 13:33 |
djszapi | good luck :) | 13:34 |
djszapi | do not forget we are good friends once you win ;) | 13:34 |
gri | I think once I win I will have many good friends :/ | 13:35 |
*** niqt has quit IRC | 13:37 | |
*** thek has joined #harmattan | 13:38 | |
*** pinheiro has quit IRC | 13:41 | |
*** pinheiro has joined #harmattan | 13:41 | |
*** pinheiro has joined #harmattan | 13:42 | |
*** thek has quit IRC | 13:42 | |
*** Stecchino has joined #harmattan | 13:48 | |
*** Stecchino has joined #harmattan | 13:48 | |
*** snowpong has joined #harmattan | 13:57 | |
*** faenil has quit IRC | 14:00 | |
*** infobot has quit IRC | 14:07 | |
*** eman` has quit IRC | 14:08 | |
*** eman has joined #harmattan | 14:08 | |
*** pinheiro has quit IRC | 14:10 | |
*** pinheiro has joined #harmattan | 14:11 | |
*** pinheiro has quit IRC | 14:15 | |
*** pinheiro has joined #harmattan | 14:15 | |
*** jluisn has quit IRC | 14:19 | |
*** adlan has joined #harmattan | 14:20 | |
aquarius | I'd like to try building Harmattan apps on Ubuntu. I've installed the "qt-sdk" and "qt-creator" packages, but I can't see where I specify that Harmattan is my target to build stuff. Am I doing something obviously wrong? | 14:26 |
phako | aquarius: maybe the sdk in ubuntu is too old? | 14:31 |
aquarius | um. I don't know. HOw can I work that out? | 14:34 |
*** faenil has joined #harmattan | 14:35 | |
phako | good question | 14:35 |
*** pinheiro has quit IRC | 14:35 | |
*** pinheiro has joined #harmattan | 14:35 | |
CissWit | About my bluetooth problem : i can use the terminal to request action like scanning (hcitool scan) and it works well, but i can't use the UI to set up bluetooth. So the problem is not with the hardware nor the driver, but something in the UI is not responsing. Any hint where to look a problem for ? I even tried a reset (Settings -> Reset -> Restore settings) but still the same problem. | 14:36 |
*** thek has joined #harmattan | 14:39 | |
*** javispedro has quit IRC | 14:39 | |
*** jluisn has joined #harmattan | 14:40 | |
*** pinheiro has quit IRC | 14:40 | |
*** pinheiro has joined #harmattan | 14:41 | |
*** thek has quit IRC | 14:45 | |
xmlich02 | aquarius, try to install qt-sdk from http://qt.nokia.com/downloads/ | 14:52 |
aquarius | xmlich02, the stuff I need isn't packaged in Ubuntu? | 14:53 |
xmlich02 | I don't know, you should ask ubuntu package maintainers. As far as I remember, the packaging of qt was not so easy. Two years ago, there was only main parts of qt required for kde, etc. But the other parts (e.g. qt mobility) wasn't so well supported from distro maintainers. I don't know it is better in current version.. | 14:59 |
*** etrunko has joined #harmattan | 15:03 | |
jreznik | it's more about harmattan toolchain not about qt :) | 15:03 |
*** pinheiro has quit IRC | 15:04 | |
*** e-yes has quit IRC | 15:04 | |
djszapi | jreznik: ping | 15:04 |
*** pinheiro has joined #harmattan | 15:04 | |
jreznik | djszapi: pong | 15:08 |
djszapi | jreznik: do you have any ideas for this issue ? https://build.pub.meego.com/package/live_build_log?arch=armv8el&package=gluon&project=home%3Adjszapi%3AKDE-Devel&repository=Project_KDE_Devel_CE_UX_PlasmaActive_armv7hl | 15:08 |
*** pinheiro has quit IRC | 15:09 | |
*** pinheiro has joined #harmattan | 15:09 | |
jreznik | djszapi: missing build dep | 15:13 |
djszapi | jreznik: which one ? | 15:15 |
*** tbf_ has joined #harmattan | 15:16 | |
*** tbf has quit IRC | 15:19 | |
jreznik | djszapi: some opengl - gluonviewerpart.cpp:138:47: error: 'glPolygonMode' was not declared in this scope - so GLU? or something similar (me is not sure where it belongs in gl) | 15:19 |
djszapi | QtOpenGL should manage it.. | 15:23 |
*** thek has joined #harmattan | 15:28 | |
*** gabriel9|work has quit IRC | 15:29 | |
*** pinheiro has quit IRC | 15:29 | |
*** pinheiro has joined #harmattan | 15:29 | |
djszapi | jreznik: where do you see that error ? | 15:32 |
*** niwakame|away has quit IRC | 15:32 | |
djszapi | ohh in the detailed build log, ok. | 15:33 |
*** gabriel9|work has joined #harmattan | 15:33 | |
jreznik | djszapi: yep, with parallel builds it's harder to spot the error | 15:34 |
jreznik | usually search for "error:" - it makes it easier | 15:35 |
*** pinheiro has quit IRC | 15:37 | |
*** niwakame|away has joined #harmattan | 15:37 | |
*** pinheiro has joined #harmattan | 15:38 | |
*** jluisn has quit IRC | 15:39 | |
*** niqt has joined #harmattan | 15:41 | |
*** jluisn has joined #harmattan | 15:42 | |
*** Jaya_the_Cat has joined #harmattan | 15:47 | |
*** pinheiro has quit IRC | 15:54 | |
*** pinheiro has joined #harmattan | 15:54 | |
*** thek has quit IRC | 15:55 | |
*** dm8tbr has quit IRC | 15:57 | |
gabriel9|work | http://www.developer.nokia.com/Community/Blogs/blog/n9-developer/2012/03/08/harmattan-bugzilla-closed-for-new-bugs?utm_medium=twitter&utm_source=twitterfeed | 15:59 |
gabriel9|work | now what, we should pray for bugfixes :/ | 15:59 |
djszapi | gabriel9|work: I cannot talk about the details, but it might be better this way, unfortunately. | 16:00 |
djszapi | better than getting frustrated with no replies. | 16:00 |
gabriel9|work | tomorow i will have presentation about mobile industry to my colegues | 16:03 |
rigo | btw, since PR 1.2 the nokia mail application crashes on folder change | 16:03 |
gabriel9|work | and i wished to create example in N9 | 16:04 |
djszapi | gabriel9|work: handset, tablet or both ? | 16:04 |
gabriel9|work | well both | 16:04 |
gabriel9|work | and when someone asks me great what phone is that | 16:04 |
gabriel9|work | i will tell them what :D | 16:04 |
gabriel9|work | btw i will talk about qt also | 16:04 |
*** pinheiro has quit IRC | 16:05 | |
*** pinheiro has joined #harmattan | 16:05 | |
rigo | if you really want to change the world, get meego on those windows phones :) Like laptops in the nineties... | 16:05 |
gabriel9|work | well they are really excited when i show them N9 | 16:06 |
gabriel9|work | :D | 16:06 |
deram | only difference is that back then there was no strong cryptography making things impossible | 16:07 |
rigo | do you mean using tcg to completely lock the phone? | 16:07 |
deram | all the M$ requirements on win8 must be locked on arm devices etc... | 16:08 |
gabriel9|work | just that requirements :D | 16:09 |
rigo | but does that prevent people from flashing the phone? | 16:09 |
deram | have you seen anyone flashing protected phones... | 16:09 |
gabriel9|work | djszapi:do you have some materials about smartphones or mobile industry? | 16:10 |
djszapi | gabriel9|work: just my kde mobile slides about several talks. | 16:10 |
rigo | hm... deram, that may be worth a whisper campaign. | 16:10 |
rigo | and elop will not last for ever ;) | 16:10 |
gabriel9|work | tech stuff or overview of comming technologies? | 16:12 |
gabriel9|work | trends | 16:12 |
itsnotabigtruck | wonderful :/ (re the bug tracker thing) | 16:12 |
itsnotabigtruck | i suppose that was an inevitability, but still | 16:13 |
itsnotabigtruck | seems like a blunt way to go about it | 16:13 |
*** mece has quit IRC | 16:15 | |
*** miroslav has quit IRC | 16:16 | |
*** pinheiro has quit IRC | 16:17 | |
gabriel9|work | +1 | 16:18 |
gabriel9|work | i wonder who decision was it | 16:18 |
djszapi | does it matter whose decision ? | 16:18 |
gabriel9|work | i'm not Zeelot or hater, but this is just stupid way | 16:18 |
*** pinheiro has joined #harmattan | 16:19 | |
denism | I can suppose - it is related to 11 Feb 2011 | 16:19 |
gabriel9|work | yes, it will be good knowledge for future | 16:19 |
gabriel9|work | for me btw | 16:19 |
gabriel9|work | i work in company and i wish to know who can do this stuff | 16:20 |
djszapi | what good knowledge ? | 16:20 |
gabriel9|work | intercepting bad ideas and how to fight against them | 16:20 |
djszapi | bad idea from your pov. | 16:20 |
gabriel9|work | pov is? :) | 16:20 |
gabriel9|work | i'm sorry, i will not ask again | 16:21 |
djszapi | princess of virginity :) | 16:21 |
gabriel9|work | i go to work now, best regards | 16:21 |
djszapi | (point of view) | 16:21 |
faenil | wonder why the text element doesn't wrap by default | 16:22 |
*** pinheiro has quit IRC | 16:30 | |
*** pinheiro has joined #harmattan | 16:30 | |
*** hardaker has joined #harmattan | 16:33 | |
djszapi | faenil: and the label element in qt-components is even worse | 16:35 |
djszapi | because it does not expose that property. | 16:35 |
faenil | djszapi, yeah I remember that | 16:35 |
faenil | :( | 16:35 |
djszapi | so I personally had to make a nasty code about that :p | 16:35 |
djszapi | faenil: forwhat price have you sold your N9 ? | 16:36 |
djszapi | I am probably gonna make it sold for 300 EUR at this stage. | 16:36 |
gabriel9|work | why sell? | 16:36 |
faenil | djszapi, 330€ | 16:36 |
*** rm_work has joined #harmattan | 16:37 | |
*** rm_work has quit IRC | 16:37 | |
*** rm_work has joined #harmattan | 16:37 | |
gabriel9|work | i search for pink to buy for my gf | 16:38 |
*** Jare has quit IRC | 16:42 | |
*** dm8tbr has joined #harmattan | 16:43 | |
faenil | djszapi, how do I set the text's width in an element which is inside a Grid? I don't remember if there's a way to get cellWidth (since it's auto calculated9 | 16:43 |
djszapi | do you get any warnings if you try to set it, or what is the problem ? | 16:44 |
*** pinheiro has quit IRC | 16:44 | |
*** pinheiro has joined #harmattan | 16:44 | |
Jaya_the_Cat | @bugzilla closed for Harmattan, ouch, I just bought my N9 today... maybe it was a mistake? :/ | 16:45 |
djszapi | Jaya_the_Cat: you can hopefully return it | 16:46 |
djszapi | in few days/weeks. | 16:46 |
rm_work | wait really, they closed the bug tracker for the N9 already? T_T | 16:47 |
djszapi | faenil: when did you finally sell it ? | 16:47 |
faenil | djszapi, don't remember, some weeks ago | 16:48 |
djszapi | faenil: then 300 EUR is not that bad | 16:49 |
djszapi | faenil: or was your one 16 GB ? | 16:49 |
faenil | 16Gb, Cyan, 330 | 16:49 |
djszapi | mmh... | 16:49 |
djszapi | can someone tell me the url of powertop in the tools/apps repository ? | 16:50 |
djszapi | https://harmattan-bugs.nokia.com/show_bug.cgi?id=1119 -> Marcell wrote that, it is now available there. | 16:51 |
rigo | gabriel9|work, we are working on http://www.w3.org/Mobile/ (you asked for trends) | 16:51 |
_MeeGoBot_ | Bug 1119 maj, ---, ---, ext-risto.lahti, ASSI, PowerTOP is not available for developers despite of the documentation | 16:51 |
gabriel9|work | thanks | 16:52 |
Jaya_the_Cat | djszapi, hehehe can't return in my country, oh well, for sure last Nokia phone my family will ever buy | 16:53 |
djszapi | Jaya_the_Cat: that is quite strange. | 16:54 |
Jaya_the_Cat | djszapi, I bought it for Qt support though, after spending many hours with the symbian build system on N82 and after getting my app running as turtle | 16:54 |
Jaya_the_Cat | so, hopefully Qt on it will be smooth | 16:55 |
djszapi | hope so :) | 16:55 |
jreznik | hmm, closed bugzilla - wouldn't be better just give the whole harmattan (with bugzilla) to community? | 16:55 |
djszapi | jreznik: there are other plans, but it cannot really be disclosed yet I guess. | 16:56 |
djszapi | jreznik: btw, can you tell me the url of that powertop package ? | 16:56 |
djszapi | I do not unfortunately that tools repository here. | 16:56 |
jreznik | djszapi: powertop? | 16:56 |
djszapi | yeah | 16:57 |
djszapi | see the bug report above (1119) | 16:57 |
faenil | djszapi, the problem is Grid doesn't have cellWidth property | 16:57 |
faenil | only GridView does | 16:57 |
djszapi | why is that a problem ? | 16:58 |
faenil | I have a Grid, how can I make so that the text in a cell wraps? | 16:58 |
*** pinheiro has quit IRC | 16:58 | |
djszapi | set the cell width in the cell I guess... | 16:58 |
djszapi | that is how I did. | 16:59 |
*** pinheiro has joined #harmattan | 16:59 | |
faenil | exactly, how do I see the cell width? | 16:59 |
* jreznik does not have any clue about powertop, url and such :) | 16:59 | |
jreznik | and n9 is still really very hard marketted in Slovakia - it's everywhere, even more than Lumia in our market, strange :) | 17:00 |
jreznik | djszapi: any eta of dislose of that plan? :))) | 17:00 |
*** Free-MG has joined #harmattan | 17:01 | |
djszapi | jreznik: just fetch it | 17:01 |
djszapi | and you will see the url. | 17:01 |
faenil | there's no property which tells you the current cell width | 17:01 |
djszapi | faenil: text has a width... | 17:01 |
faenil | no it doesn't if you don't set it | 17:01 |
djszapi | wow | 17:02 |
djszapi | of course, you need to set it if you need a "custom" width... | 17:02 |
* djszapi does not see any issues | 17:02 | |
faenil | djszapi, if you want the text to wrap, you HAVE to set an explicit width | 17:02 |
djszapi | yes | 17:02 |
djszapi | what is so hard about it ? | 17:02 |
faenil | what should I set it to, if I don't know the cell width? | 17:03 |
djszapi | cellWidth would not really help about that anyway | 17:03 |
djszapi | it would be the same as setting the cell width | 17:03 |
faenil | yeah exactly | 17:04 |
faenil | so how do I get the current cell width which qml has auto determined when laying things out? | 17:04 |
djszapi | I do not understand the problem | 17:05 |
djszapi | it seems a straight-forward logic to me | 17:05 |
*** dm8tbr has quit IRC | 17:05 | |
faenil | XD | 17:05 |
faenil | argh XD | 17:05 |
djszapi | if you wanna have the maximum width as the cell width, go for it | 17:05 |
djszapi | simple maximum calculation | 17:05 |
faenil | no I want to know the value that QML has determined to be the cell width | 17:05 |
faenil | look, you have a Grid, you have items inside it, QML auto layout calculation sets the width of the cells | 17:06 |
faenil | which is not the same for all cells | 17:07 |
faenil | how do I get width and height of the cell I'm working on? | 17:07 |
faenil | don't know if you got me :) | 17:07 |
gabriel9|work | the content of the cell should set width and height odf the cell | 17:09 |
gabriel9|work | i gues | 17:09 |
faenil | exactly, that's the value I want to know, but the text isn't wrapping | 17:09 |
faenil | so Grid is not settings the "width" property of that cell | 17:09 |
faenil | it's just taking into account that that cell has a certain width | 17:10 |
gabriel9|work | i will check that at home | 17:10 |
faenil | thanks ;) | 17:10 |
gabriel9|work | i'm at work now and don't have qt stuff here | 17:10 |
faenil | np ;) | 17:11 |
gabriel9|work | ok | 17:11 |
faenil | I would expect the text to auto wrap once I have set the wrap mode and put it into a grid (which should, as you said, set its width) | 17:11 |
gabriel9|work | it sets its width acording the content | 17:12 |
*** pinheiro has quit IRC | 17:12 | |
gabriel9|work | and content it's not wrapping text | 17:12 |
*** pinheiro has joined #harmattan | 17:12 | |
faenil | ? | 17:12 |
faenil | if it set the text's width (which is the element of the grid) the text would wrap, since I have set the wrapMode | 17:13 |
djszapi | faenil: I do not still see the issue | 17:13 |
djszapi | it seems to me trivial logic. | 17:13 |
faenil | djszapi, I don't know how to explain it in other words :) | 17:13 |
djszapi | faenil: it has a width/height property. | 17:14 |
faenil | djszapi, the issue is I have a text in a Grid and I can't make it wrap (without setting a fixed width) | 17:14 |
faenil | djszapi, yes but they're not set, I have to set them, and what should I set them to? to the width of the cell the text is part of, which is not known. | 17:14 |
faenil | I don't want to set a fixed width to the text | 17:14 |
gabriel9|work | set max width | 17:15 |
faenil | I want it to be set to the width of the cell which is calculated by xml | 17:15 |
gabriel9|work | and it will wrap | 17:15 |
faenil | gabriel9|work, of course, but that's not what I want | 17:15 |
gabriel9|work | hm | 17:15 |
djszapi | faenil: it is weird if the width/height is not set | 17:15 |
gabriel9|work | something must have max size | 17:15 |
gabriel9|work | to wrapp stuff | 17:15 |
djszapi | have you tried childrenRect ? | 17:16 |
djszapi | if nothing else, width/height should be available. | 17:16 |
faenil | gabriel9|work, yes, in my case, I told the grid to fill the screen | 17:16 |
gabriel9|work | yes that was i also recemend | 17:16 |
faenil | sorry to use the screen's width | 17:16 |
faenil | and made it have 2 columns | 17:16 |
faenil | which don't have the same width | 17:16 |
faenil | (qml handles that) | 17:17 |
faenil | now, the most wide thing on the left determines the left column width | 17:18 |
faenil | screen.width - leftcolumn.width (but I don't know leftcolumn.width) is rightcolumn.width | 17:18 |
faenil | which is what I need | 17:18 |
gabriel9|work | faenil, when i get home can you put your code on some pastie | 17:20 |
faenil | gabriel9|work, sure, it's no big deal, just I don't see why this shouldn't be the easiest thing to do | 17:20 |
gabriel9|work | ok | 17:20 |
faenil | Grid{ width: parent.width; columns: 2; Text{ text: "hi"} ; Text{wrapMode: Text.WordWrap; text: "hi I'm a long text I want to wrap please let me wrap"}} | 17:22 |
faenil | that's an easy example | 17:22 |
faenil | of what I want to say | 17:22 |
faenil | the Grid will set left column width to "hi".width | 17:22 |
faenil | so I want the right text to wrap relating to the remaining available width | 17:23 |
faenil | how do I say that without using "hi".width? | 17:23 |
faenil | djszapi, that's what I mean ;) ^ hope it's clear now | 17:23 |
faenil | one thing could be wrapping all in 2 columns and use width of the left column | 17:24 |
faenil | but that's not part of the question :) | 17:24 |
*** pinheiro has quit IRC | 17:25 | |
*** pinheiro has joined #harmattan | 17:25 | |
*** miroslav has joined #harmattan | 17:27 | |
gabriel9|work | sorry i must play CS now | 17:27 |
faenil | ahahah :D | 17:27 |
gabriel9|work | this job is great :D | 17:27 |
faenil | lol | 17:27 |
itsnotabigtruck | i wonder if the webos users are going to hack the stuff out of their phones with the open source code release for that | 17:27 |
faenil | I guess I'd better ask that question in qt-qml | 17:28 |
djszapi | faenil: sorry, need to leave. | 17:39 |
faenil | djszapi, np | 17:39 |
*** pinheiro has quit IRC | 17:39 | |
*** pinheiro has joined #harmattan | 17:39 | |
*** leinir has quit IRC | 17:48 | |
*** leinir has joined #harmattan | 17:48 | |
*** leinir has joined #harmattan | 17:48 | |
*** rdnzl has quit IRC | 17:50 | |
*** pinheiro has quit IRC | 17:54 | |
*** pinheiro has joined #harmattan | 17:54 | |
*** infobot has joined #harmattan | 18:03 | |
*** ChanServ sets mode: +v infobot | 18:03 | |
*** jaywink has joined #harmattan | 18:04 | |
*** harbaum has quit IRC | 18:08 | |
*** pinheiro has quit IRC | 18:08 | |
*** pinheiro has joined #harmattan | 18:09 | |
*** leinir has joined #harmattan | 18:10 | |
*** leinir has joined #harmattan | 18:10 | |
*** gabriel9|work has quit IRC | 18:20 | |
*** pinheiro has quit IRC | 18:20 | |
*** pinheiro has joined #harmattan | 18:21 | |
*** miroslav has left #harmattan | 18:24 | |
*** pinheiro_ has joined #harmattan | 18:24 | |
*** pinheiro has quit IRC | 18:26 | |
*** pinheiro_ has quit IRC | 18:36 | |
*** pinheiro_ has joined #harmattan | 18:36 | |
*** dm8tbr has joined #harmattan | 18:40 | |
*** rdnzl has joined #harmattan | 18:43 | |
*** niqt has quit IRC | 18:46 | |
*** faenil has quit IRC | 18:48 | |
*** dm8tbr has quit IRC | 18:50 | |
*** pinheiro_ has quit IRC | 18:52 | |
*** pinheiro_ has joined #harmattan | 18:52 | |
*** arcean has joined #harmattan | 18:55 | |
*** rdnzl has quit IRC | 18:56 | |
*** Rantwolf has quit IRC | 18:58 | |
*** jaywink has quit IRC | 18:59 | |
*** NIN101 has joined #harmattan | 19:00 | |
*** pinheiro_ has quit IRC | 19:02 | |
*** pinheiro_ has joined #harmattan | 19:03 | |
*** jreznik has quit IRC | 19:07 | |
*** dymaxion has joined #harmattan | 19:08 | |
*** nebulon has quit IRC | 19:10 | |
*** dm8tbr has joined #harmattan | 19:11 | |
*** faenil has joined #harmattan | 19:14 | |
*** pinheiro_ has quit IRC | 19:18 | |
*** pinheiro_ has joined #harmattan | 19:19 | |
*** pinheiro_ has quit IRC | 19:26 | |
*** pinheiro_ has joined #harmattan | 19:26 | |
itsnotabigtruck | http://www.ace-pcb.com/flashindex.html lol @ this flash intro | 19:37 |
*** sahibkhadaffi has joined #harmattan | 19:38 | |
*** pinheiro_ has quit IRC | 19:38 | |
*** pinheiro_ has joined #harmattan | 19:39 | |
*** pinheiro_ has quit IRC | 19:43 | |
*** pinheiro_ has joined #harmattan | 19:44 | |
*** pinheiro_ has quit IRC | 19:44 | |
*** pinheiro_ has joined #harmattan | 19:44 | |
*** NIN102 has joined #harmattan | 19:49 | |
*** hardaker has quit IRC | 19:51 | |
*** NIN101 has quit IRC | 19:51 | |
*** pinheiro_ has quit IRC | 19:52 | |
*** pinheiro_ has joined #harmattan | 19:52 | |
*** M4rtinK has joined #harmattan | 19:58 | |
*** alien_ has joined #harmattan | 19:59 | |
*** alien_ has quit IRC | 20:00 | |
*** M4rtinK has quit IRC | 20:13 | |
*** pinheiro_ has quit IRC | 20:14 | |
*** pinheiro_ has joined #harmattan | 20:14 | |
*** pinheiro_ has quit IRC | 20:15 | |
*** pinheiro_ has joined #harmattan | 20:16 | |
*** faenil has quit IRC | 20:33 | |
*** pinheiro_ has quit IRC | 20:43 | |
*** pinheiro_ has joined #harmattan | 20:43 | |
*** pinheiro_ has quit IRC | 20:44 | |
*** pinheiro_ has joined #harmattan | 20:44 | |
*** harbaum has joined #harmattan | 21:03 | |
*** harbaum has quit IRC | 21:05 | |
*** gabriel9 has joined #harmattan | 21:06 | |
*** harbaum has joined #harmattan | 21:06 | |
*** pinheiro_ has quit IRC | 21:08 | |
*** pinheiro_ has joined #harmattan | 21:08 | |
*** pinheiro_ has quit IRC | 21:11 | |
*** pinheiro_ has joined #harmattan | 21:11 | |
*** ZogG_N9 has joined #harmattan | 21:16 | |
ZogG_N9 | why instead of closing bug tracker nokia didnt close themself | 21:16 |
ZogG_N9 | or opened harmattan | 21:17 |
ZogG_N9 | i remember at least 5 years support promises and long term support | 21:17 |
ZogG_N9 | but now less time than maemo passed | 21:17 |
ZogG_N9 | is it bad that i want to push in the face all stupid people | 21:18 |
ZogG_N9 | i just know its same in company i work, when my hands are tied on decision of not tech people, but they like to talk bullshit with a lot of tech words, like they do understand | 21:19 |
ZogG_N9 | =/ | 21:19 |
*** Termana has quit IRC | 21:20 | |
ZogG_N9 | ~ping | 21:21 |
infobot | ~pong | 21:21 |
ZogG_N9 | hmm | 21:21 |
rzr | ZogG_N9: so true | 21:24 |
itsnotabigtruck | hey ZogG_N9 | 21:24 |
rzr | ZogG_N9: how to deal with non tech pple ? | 21:24 |
ZogG_N9 | itsnotabigtruck, hey | 21:24 |
rzr | ignore them? educate them ? | 21:24 |
itsnotabigtruck | this bug tracker shutdown is definitely problematic...what were they thinking | 21:24 |
*** loxionworld has joined #harmattan | 21:24 | |
itsnotabigtruck | if nothing else it's a PR faux pas | 21:24 |
ZogG_N9 | rzr let them be sellers at bazaar where they belong | 21:24 |
rzr | but they're everywhere... | 21:25 |
ZogG_N9 | kill them? =/ | 21:26 |
ZogG_N9 | i just want nokia to be sold so i can say - told ya | 21:26 |
jonni | there is no bugs left, sw is perfect :) | 21:28 |
rzr | then you can close your door | 21:29 |
itsnotabigtruck | hehe | 21:29 |
ZogG_N9 | jonni, like stalin said | 21:30 |
rzr | itsnotabigtruck: let me rate your app on a4m | 21:30 |
ZogG_N9 | no person no problem | 21:30 |
rzr | if you can do that on redak too , i want to push a new release | 21:30 |
ZogG_N9 | no os no problem | 21:30 |
ZogG_N9 | rzr, are you testers before testing? | 21:31 |
itsnotabigtruck | rzr: good timing, i just added the afm repo to my n9 | 21:31 |
itsnotabigtruck | so i can load up redak from there | 21:31 |
rzr | and plz rate it | 21:31 |
rzr | once it get 6+ it should be published | 21:31 |
itsnotabigtruck | note that the approvals reset after you update | 21:31 |
itsnotabigtruck | so publish the update first | 21:31 |
ZogG_N9 | rzr, gonna rate but wait for khertan_ editor | 21:31 |
itsnotabigtruck | it would be nice to get some ratings on ad-hac, or anything else in afm for that matter | 21:32 |
itsnotabigtruck | it seems that no one has approved anything for months | 21:32 |
rzr | itsnotabigtruck: once the testing version is published , update will be puslished | 21:32 |
ZogG_N9 | itsnotabigtruck, not using them - cant rate =( | 21:33 |
itsnotabigtruck | ZogG_N9: what do you mean? | 21:33 |
ZogG_N9 | didnt get the milk tracker | 21:33 |
itsnotabigtruck | afaik anyone with a meego.com account can approve anything | 21:33 |
itsnotabigtruck | 6 approvals = migration | 21:33 |
rzr | yes | 21:34 |
ZogG_N9 | itsnotabigtruck, ad hac, i have ad host anyway | 21:34 |
ZogG_N9 | i mean i dont rate if i didnt install | 21:34 |
*** pinheiro_ has quit IRC | 21:35 | |
rzr | itsnotabigtruck: voted on mt | 21:35 |
*** pinheiro_ has joined #harmattan | 21:35 | |
ZogG_N9 | i didnt get what is mt for | 21:37 |
rzr | ZogG_N9: http://apps.formeego.org/n9testing | 21:37 |
rzr | apps://1527 | 21:37 |
*** harbaum has quit IRC | 21:37 | |
itsnotabigtruck | ZogG_N9: it's for making module files | 21:37 |
itsnotabigtruck | like the old school 8-bit-console-style music | 21:38 |
ZogG_N9 | rzr gave 5 starts before | 21:38 |
*** faenil has joined #harmattan | 21:38 | |
itsnotabigtruck | also i'm not talking about reviews | 21:38 |
itsnotabigtruck | reviews don't actually do anything useful | 21:38 |
itsnotabigtruck | it's approvals that matter | 21:38 |
itsnotabigtruck | the community QA button | 21:38 |
ZogG_N9 | i need to go to comp to do it | 21:38 |
loxionworld | hei guys. very new to this n9 linux game. im very interested to lesrn from all u guys ** | 21:38 |
ZogG_N9 | client cant do it | 21:38 |
ZogG_N9 | loxionworld, sorry bugtracker is closed | 21:39 |
ZogG_N9 | rip harmattan =) | 21:39 |
loxionworld | meant to learn *typo* | 21:39 |
ZogG_N9 | viva la nitroid and mer, hacks and community | 21:39 |
itsnotabigtruck | loxionworld: well, you're probably in the right place | 21:39 |
rzr | itsnotabigtruck: amiga mod where on 16bits isnt it ? | 21:40 |
ZogG_N9 | loxionworld, try linux on computer as second os, that might help | 21:40 |
loxionworld | is the coding for n9 the same as pc os? | 21:40 |
itsnotabigtruck | rzr: good point...well, you get the idea :p | 21:41 |
itsnotabigtruck | loxionworld: very similar | 21:41 |
*** pinheiro_ has quit IRC | 21:41 | |
ZogG_N9 | loxionworld, not exactly, what language u want to code? | 21:41 |
jonni | ZogG_N9: public bugtracker is closed, if you find some really major bug it still can be entered to internal tracker. | 21:41 |
itsnotabigtruck | you can install scratchbox, which makes programming for the N9 almost like programming for a normal linux pc | 21:41 |
*** pinheiro_ has joined #harmattan | 21:41 | |
ZogG_N9 | jonni, we all know the story man | 21:41 |
itsnotabigtruck | just to make it clear for everyone involved ^ rzr ZogG_N9 etc. | 21:42 |
ZogG_N9 | jonni, we passed maemo5 story same way | 21:42 |
itsnotabigtruck | REVIEWING does not approve an app | 21:42 |
itsnotabigtruck | you must a) find the page on the AFM website | 21:42 |
itsnotabigtruck | b) log in | 21:42 |
*** risca has joined #harmattan | 21:42 | |
itsnotabigtruck | c) click community qa | 21:42 |
ZogG_N9 | itsnotabigtruck, i got it | 21:42 |
itsnotabigtruck | d) tick the checkbox at the top and verify that everything below is true, then click da button | 21:42 |
itsnotabigtruck | well, i'm just noticing that you guys have been reviewing each other's apps and *not* approving them :p | 21:43 |
ZogG_N9 | jonni, at least no "wontfix" | 21:43 |
loxionworld | im running on a quad cpu with 4gig ram. which linux will b gud enough for my system? | 21:43 |
ZogG_N9 | itsnotabigtruck, doing it from client and i did qa few apps before | 21:43 |
ZogG_N9 | my app is not there | 21:43 |
ZogG_N9 | loxionworld, any | 21:43 |
itsnotabigtruck | rzr: i'll approve your app after doing a little validation on your package | 21:44 |
itsnotabigtruck | i'd definitely like for it to be a bit more polished...overall the quality of apps submitted to AFM has been very unsatisfying | 21:44 |
ZogG_N9 | loxionworld, ubuntu is mantaine and most of outofbox pretty looking, but i prefer hardcore gentoo =) | 21:44 |
itsnotabigtruck | instead of being the non-corporate alternative to ovi, or whatever, it seems to have turned into an agglomeration of b-team apps | 21:45 |
ZogG_N9 | itsnotabigtruck, thats why i said no voting if not installed | 21:45 |
loxionworld | i think ive got fedora iso somewher in my external but i think its 4-6 years old. gud enough? | 21:45 |
ZogG_N9 | loxionworld, yes, but better to get new, with proper drivers and stuff | 21:46 |
loxionworld | @zog whats hard core for u? | 21:46 |
ZogG_N9 | loxionworld, source based, with all things to config manually | 21:46 |
loxionworld | does all linux come will drivers or do i have to download? | 21:47 |
rzr | itsnotabigtruck: the current one is far better | 21:47 |
itsnotabigtruck | rzr: what's up with the postist/prerm scripts? | 21:48 |
loxionworld | with i meant *typo* | 21:48 |
itsnotabigtruck | you don't need maintainer scripts just to make a symlink | 21:48 |
ZogG_N9 | loxionworld, fedora would do it instead of you | 21:49 |
ZogG_N9 | loxionworld, you can boot with cd into os and check before installing | 21:49 |
rzr | itsnotabigtruck: i'll look how to do that the debian way | 21:49 |
itsnotabigtruck | rzr: http://man.he.net/man1/dh_link | 21:49 |
ZogG_N9 | loxionworld, just go to ubuntu.com | 21:50 |
ZogG_N9 | rpc uses xml right or not or depends? | 21:52 |
Corsac | damnit | 21:52 |
Corsac | my n9 is back from warranty | 21:52 |
Corsac | they upgraded it to pr1.2 | 21:52 |
ZogG_N9 | Corsac, what was the problem? | 21:52 |
Corsac | which means I'm not sure I can restore my backups... | 21:52 |
Corsac | ZogG_N9: broken glass | 21:52 |
itsnotabigtruck | rzr: you need a non-default package manager icon | 21:52 |
ZogG_N9 | i want to make remote app for transmission one day | 21:53 |
rzr | let me update the current version | 21:53 |
rzr | if you want to review it | 21:53 |
itsnotabigtruck | ah, the one on AFM isn't current? | 21:53 |
rzr | this is stupid to review old crap | 21:53 |
rzr | no | 21:53 |
itsnotabigtruck | oh ok | 21:53 |
itsnotabigtruck | then i guess i should give the package-nazi treatment to the new one instead :p | 21:54 |
rzr | :-) | 21:54 |
ZogG_N9 | rzr, you have vim in repos? move some usefull tools to a4m | 21:54 |
itsnotabigtruck | ZogG_N9: a lot of them probably need to be harmattanized with user/ sections and package manager icons and stuff | 21:54 |
ZogG_N9 | itsnotabigtruck, thats why my pkg is not there | 21:54 |
rzr | vim what an heresy ! you want to kill an emacs user like me | 21:54 |
itsnotabigtruck | not having a p-m icon is probably excusable for a command line app though | 21:55 |
ZogG_N9 | itsnotabigtruck, no need for that, vim from console at least if you dont wan to make meevim | 21:55 |
rzr | itsnotabigtruck: will push new one tonite ok ? | 21:55 |
itsnotabigtruck | rzr: ok cool | 21:55 |
ZogG_N9 | rzr, ok now or never =) | 21:55 |
ZogG_N9 | coz planning to kill myself later today | 21:56 |
ZogG_N9 | do your last chance | 21:56 |
rzr | itsnotabigtruck: i thought it would be good to have a version in accepted and an oter one testimg | 21:56 |
itsnotabigtruck | rzr: don't, it's hard enough getting 6 approvals for one version | 21:56 |
rzr | thats what i wanted it to be accepted before uploading the testing one | 21:56 |
rzr | ok thx for this advice | 21:57 |
itsnotabigtruck | Corsac: they accepted your N9 for warranty service for a broken screen? | 21:58 |
itsnotabigtruck | btw http://apps.formeego.org/staging/applications/n9/pr1.0/harmattan/Network/ad-hac/ if anyone could approve this, that would be awesome | 21:58 |
itsnotabigtruck | that said i guess most of you here don't use it since you have no need for it :p | 21:58 |
*** rzr is now known as rZr | 22:00 | |
*** dymaxion_ has joined #harmattan | 22:01 | |
* itsnotabigtruck has to memorize a bunch of block cipher modes for the test coming up :( | 22:01 | |
*** piggz has joined #harmattan | 22:03 | |
*** pinheiro_ has quit IRC | 22:03 | |
*** dymaxion has quit IRC | 22:03 | |
*** pinheiro_ has joined #harmattan | 22:03 | |
*** blueslee has joined #harmattan | 22:04 | |
ZogG_N9 | we need to make proper qa team luke in maemo | 22:04 |
ZogG_N9 | like | 22:05 |
*** faenil has quit IRC | 22:06 | |
itsnotabigtruck | http://talk.maemo.org/showthread.php?t=82877 | 22:09 |
itsnotabigtruck | strange | 22:09 |
*** pinheiro_ has quit IRC | 22:09 | |
itsnotabigtruck | it looks like this person's phone wasn't actually flashed to PR1.2, despite them saying so | 22:10 |
*** pinheiro_ has joined #harmattan | 22:10 | |
*** RST38h has joined #harmattan | 22:10 | |
itsnotabigtruck | i bet s/he did something like flash the rootfs only | 22:10 |
ZogG_N9 | loxionworld, how is it going? | 22:10 |
ZogG_N9 | gonna go | 22:11 |
ZogG_N9 | time to pay attention to gf | 22:11 |
*** ZogG_N9 has quit IRC | 22:11 | |
*** blueslee has quit IRC | 22:18 | |
*** pinheiro_ has quit IRC | 22:26 | |
Corsac | itsnotabigtruck: no, I paid for the repair | 22:27 |
*** pinheiro_ has joined #harmattan | 22:27 | |
Corsac | hmhm, does anyone know if I can send my smses from an e71 to the n9? | 22:27 |
itsnotabigtruck | Corsac: i think so...or maybe try using nokia suite | 22:28 |
Corsac | I don't have windows so no pc suite for me, but maybe some bluetooth sync | 22:28 |
Corsac | (though I'd like to only send smses from e71 to n9, not get the smses from n9 to e71) | 22:28 |
*** gabriel9 has quit IRC | 22:31 | |
*** DocScrutinizer has joined #harmattan | 22:32 | |
*** pinheiro_ has quit IRC | 22:37 | |
*** pinheiro_ has joined #harmattan | 22:37 | |
*** erani has quit IRC | 22:41 | |
*** tarantism has joined #harmattan | 22:48 | |
*** erani has joined #harmattan | 22:50 | |
*** etrunko has quit IRC | 22:50 | |
*** divan has joined #harmattan | 22:52 | |
*** teleshoes has joined #harmattan | 22:53 | |
*** Free-MG has quit IRC | 22:55 | |
*** pinheiro_ has quit IRC | 22:55 | |
*** pinheiro_ has joined #harmattan | 22:55 | |
*** Termana has joined #harmattan | 23:00 | |
*** Termana is now known as Guest35143 | 23:00 | |
*** lizardo has quit IRC | 23:01 | |
divan | hi. is it possible to install git on the device with latest firmware (pr1.2)? | 23:04 |
divan | I stuck with the openssl1.0.0 dependency problem | 23:04 |
*** pinheiro_ has quit IRC | 23:04 | |
teleshoes | i have git working on PR1.1 | 23:05 |
*** pinheiro_ has joined #harmattan | 23:05 | |
teleshoes | 1.6.5.7-0maemo0~rzr2 | 23:08 |
teleshoes | devel-su | 23:09 |
teleshoes | echo 'deb http://repo.pub.meego.com/home:/rzr:/harmattan/MeeGo_1.2_Harmattan_Maemo.org_MeeGo_1.2_Harmattan_standard/ ./' > /etc/apt/sources.list.d/home-rzr-harmattan.list | 23:09 |
teleshoes | apt-get update | 23:09 |
teleshoes | apt-get install git | 23:09 |
divan | teleshoes, and how about git-core package? | 23:13 |
teleshoes | yep, libssl dep | 23:14 |
teleshoes | same as you | 23:14 |
teleshoes | just didnt notice | 23:15 |
teleshoes | i dont know what git-core provides these days | 23:16 |
teleshoes | i sorta thought nothing | 23:16 |
teleshoes | i use git every day on my n9 | 23:17 |
divan | teleshoes, i've installed git successfully, but i got weird errors on git clone from my repo, so I guess git-clone is needed | 23:17 |
teleshoes | ah, its a path issue | 23:17 |
teleshoes | /usr/libexec/git-core | 23:17 |
teleshoes | pop PATH=$PATH:/usr/libexec/git-core in your profile or bashrc | 23:17 |
divan | oh nice | 23:18 |
divan | teleshoes, thanks a lot | 23:18 |
teleshoes | np | 23:18 |
*** jluisn has quit IRC | 23:19 | |
*** harbaum has joined #harmattan | 23:20 | |
DocScrutinizer | open!mode kernel 1.2 pending publication | 23:20 |
teleshoes | ive heard that you dont need to patch the kernel to get openmode in PR1.2 | 23:21 |
*** divan has quit IRC | 23:21 | |
DocScrutinizer | openmode is easy, just toggle a bit | 23:21 |
teleshoes | that harmattan honors the trusted bit | 23:22 |
DocScrutinizer | open!mode though is a bit different | 23:22 |
teleshoes | oh | 23:22 |
teleshoes | thought you were just excited | 23:22 |
teleshoes | whats open!mode? | 23:22 |
*** pinheiro_ has quit IRC | 23:22 | |
*** gabriel9 has joined #harmattan | 23:22 | |
*** divan has joined #harmattan | 23:22 | |
itsnotabigtruck | teleshoes: most people using open mode expect the hacktified behavior delivered by doc's kernel modification | 23:22 |
*** pinheiro_ has joined #harmattan | 23:22 | |
teleshoes | ah | 23:22 |
*** harbaum has quit IRC | 23:22 | |
DocScrutinizer | the patched openmode kernel that always returns OK on any aegis call | 23:22 |
teleshoes | mm | 23:22 |
itsnotabigtruck | btw DocScrutinizer: instead of patching aegis like that, consider perhaps instead removing the verification of validator-init | 23:23 |
DocScrutinizer | it's not my kernel modification | 23:23 |
*** divan has quit IRC | 23:23 | |
itsnotabigtruck | then patching validator-init to not seal/enforce aegis | 23:23 |
*** divan has joined #harmattan | 23:23 | |
itsnotabigtruck | DocScrutinizer: close enough, it's your kernel build anyway | 23:23 |
DocScrutinizer | neither | 23:23 |
itsnotabigtruck | oh ok | 23:24 |
teleshoes | whozit? | 23:24 |
itsnotabigtruck | in any case, disabling aegis from the start seems like a more elegant mode of operation | 23:24 |
itsnotabigtruck | teleshoes: an anonymous benefactor | 23:24 |
teleshoes | heh | 23:24 |
itsnotabigtruck | or, actually, putting aegis into permissive mode | 23:24 |
itsnotabigtruck | disabling aegis will break things | 23:24 |
Corsac | so what's open!mode then? | 23:25 |
Corsac | open is starting to be a little confusing :) | 23:25 |
*** niqt has joined #harmattan | 23:25 | |
itsnotabigtruck | Corsac: doc's name for a kernel with nulled-out aegis permission checks | 23:25 |
DocScrutinizer | actually with aegis permission checks that always return OK - well I already said that like 5 lines above | 23:26 |
teleshoes | openmode is like what you got here for PR1.1: http://maemo.cloud-7.de/HARM/N9/openmode_kernel_PR1.1/unpatched_openmode_kernel/ | 23:26 |
teleshoes | open!mode is like what you got here for PR1.1: http://maemo.cloud-7.de/HARM/N9/openmode_kernel_PR1.1/ | 23:27 |
DocScrutinizer | exactly, and the patched one is where I've put the open!mode kernel | 23:27 |
itsnotabigtruck | DocScrutinizer: also, that last part in the open-hack-patch, that enables all capabilities for root | 23:28 |
itsnotabigtruck | the "proper" way to do that is that there's a securebits flag that governs whether becoming root grants all capabilities | 23:28 |
DocScrutinizer | and I wonder if I shall create http://maemo.cloud-7.de/HARM/N9/openmode_kernel_PR1.2/ now, or better rename the whole mess | 23:28 |
itsnotabigtruck | aegis sets that flag and locks it on | 23:28 |
*** pinheiro_ has quit IRC | 23:28 | |
divan | and what does inception tool then? https://endno.de/~itsnotabigtruck/inception/ | 23:28 |
*** pinheiro_ has joined #harmattan | 23:29 | |
teleshoes | i think keeping it the same has some advantages | 23:29 |
itsnotabigtruck | so it might be desirable instead to e.g. not mess with cap_capable, and instead add a new bit to the aegis securityfs stuff that overrides that | 23:29 |
itsnotabigtruck | which will keep the linux capability system operating normally | 23:29 |
DocScrutinizer | it's an exploit of a security vulnerability in normal mode aegis, that will not work with next update | 23:29 |
jussi | Hrm, Ive got duplicate icons on my newly upgraded pr1.2 n9. any ideas? | 23:29 |
itsnotabigtruck | divan: it's most of the benefits of "open mode", but you can install it in 5 mins without erasing any data | 23:30 |
itsnotabigtruck | and uninstall it just the same | 23:30 |
teleshoes | plus inception has, from what i understand, no BigScaryWarning | 23:31 |
*** cvaldemar has quit IRC | 23:31 | |
teleshoes | DocScrutinizer is there a link to the patch from the anonymous benefactor? | 23:32 |
DocScrutinizer | which it should, as it actually introduces an attack vector that compromises *all* N9, also those of users that love the 'security' aegis provides | 23:32 |
teleshoes | mm | 23:32 |
DocScrutinizer | teleshoes: they are all in this very dir | 23:32 |
DocScrutinizer | except the "magic one-line patch" | 23:33 |
teleshoes | yea, whats that? | 23:33 |
itsnotabigtruck | DocScrutinizer: it's not like i /created/ the vulnerability | 23:33 |
DocScrutinizer | I heard it's been bombed with hints on wich line to comment out on all the forums | 23:33 |
itsnotabigtruck | and your open mode kernel arrangement completely breaks aegis | 23:34 |
DocScrutinizer | itsnotabigtruck: so what? | 23:34 |
itsnotabigtruck | though aegis already neutralizes itself, sort of, merely by booting into open mode, so i suppose it's a moot point | 23:34 |
DocScrutinizer | can any malware exploit it? | 23:34 |
teleshoes | totes | 23:34 |
itsnotabigtruck | DocScrutinizer: of course...on the other hand, such malware is unlikely to ever actually exist | 23:35 |
DocScrutinizer | openmode kernel (and open!mode kernel) are *supported* by Nokia | 23:35 |
teleshoes | open!mode is?? | 23:35 |
itsnotabigtruck | but assuming there's skilled developers building malware, they'd have been explotiing things like what INCEPTION does from...inception | 23:35 |
CissWit | DocScrutinizer: so i get support if i install open!mode and that it crashes my phone ? | 23:35 |
DocScrutinizer | BS | 23:36 |
itsnotabigtruck | there's a multitude of ways to go from zero permission to all permission in aegis - inception utilizes one of them | 23:36 |
DocScrutinizer | it's guaranteed not to crash your phone, and it's guaranteed NOT to get nuked by Nokia on next upgrade. this other "tool" is guaranteed to cease to work at latest with next OS upgrade | 23:37 |
DocScrutinizer | probably sooner | 23:37 |
teleshoes | it probably will, but its not guaranteed to | 23:37 |
DocScrutinizer | believe me, it is | 23:37 |
itsnotabigtruck | i'll never understand how you get so emotional about this | 23:38 |
CissWit | DocScrutinizer: there somethinig else you told earlier that surprised me. You said you've been knowing about the vulnerability used by inception for long | 23:38 |
CissWit | did you report it to nokia ? How long ago ? | 23:38 |
DocScrutinizer | as much as Nokia internals can guarantee anything about what the company will do | 23:38 |
teleshoes | its a pretty glaring hole | 23:38 |
DocScrutinizer | CissWit: WUT? | 23:38 |
CissWit | DocScrutinizer: ? | 23:39 |
jussi | bah, no one has duplicate icons? | 23:39 |
teleshoes | i do! | 23:39 |
DocScrutinizer | we don't report anything to Nokia | 23:39 |
teleshoes | in pr1.1 all the time | 23:39 |
jussi | teleshoes: its pr1.2 :/ | 23:39 |
teleshoes | i know | 23:39 |
teleshoes | so i cant help you yet | 23:39 |
DocScrutinizer | itsnotabigtruck implicitly did | 23:39 |
itsnotabigtruck | DocScrutinizer: instead of getting all angry about this, the obvious thing to do on your part is make open mode the best it can be | 23:39 |
CissWit | DocScrutinizer: and that's much better than doing nothing | 23:40 |
itsnotabigtruck | which includes making the kernel patch a bit more elegant | 23:40 |
jussi | teleshoes: :/ :( | 23:40 |
itsnotabigtruck | and promote detailed and accurate instructions for deploying it | 23:40 |
DocScrutinizer | CissWit: you're trying to pester me, do you? | 23:40 |
CissWit | no, i don't understand your point about all this inception thing | 23:40 |
itsnotabigtruck | maybe make an automated utility for installing open mode on a user's phone | 23:40 |
teleshoes | hey hey, itsnotabigtruck did us TWO services by making inception | 23:41 |
CissWit | what you say is that it will get broken on next update | 23:41 |
teleshoes | first, we can now get around aegis for awhile in a nice way | 23:41 |
DocScrutinizer | because that's what I hear from Nokia | 23:41 |
CissWit | great, a vulnerability will be corrected, making the security brought by aegis a little more reliable | 23:41 |
teleshoes | and second, nokia is much more liekly to fix a bad hole | 23:41 |
teleshoes | DocScrutinizer: is a nokia dev the anonymous benefactor of the open!mode kernel? | 23:42 |
CissWit | but you said you ve been knowing the vulns for long, and what ? You just did nothing ? That'e what you think is better than releasing a working exploit ? | 23:42 |
DocScrutinizer | teleshoes: well, you can put it this way, yes | 23:42 |
DocScrutinizer | CissWit: are you a whitehat? | 23:42 |
CissWit | kind of | 23:42 |
DocScrutinizer | are you a developer? | 23:43 |
CissWit | kind of | 23:43 |
CissWit | i'm more a n9 user there | 23:43 |
DocScrutinizer | are you contributing ANYTHING to this whole mess? | 23:43 |
CissWit | concerned with the security of his phone | 23:43 |
*** messerting has joined #harmattan | 23:43 | |
DocScrutinizer | ok, so please shut up or move to #n9 | 23:43 |
itsnotabigtruck | maybe we all need to take a break | 23:44 |
CissWit | i can develop a working exploit to if it gives me the privilege to talk to you. | 23:44 |
CissWit | too* | 23:44 |
itsnotabigtruck | this is getting worse by the minute | 23:44 |
*** javispedro has joined #harmattan | 23:44 | |
*** pinheiro_ has quit IRC | 23:45 | |
DocScrutinizer | javispedro: sorry I'm leaving. Madness shit hits the fan again here | 23:45 |
*** pinheiro_ has joined #harmattan | 23:45 | |
CissWit | DocScrutinizer: i was just acurious about what you said | 23:45 |
CissWit | i was not trying to "pester you" | 23:45 |
* javispedro grabs the popcorn | 23:45 | |
DocScrutinizer | they now love to accuse us for not publishing the aegis exploits | 23:45 |
*** SpeedEvil has quit IRC | 23:46 | |
CissWit | i really don't understand your point there, but i'd like to. | 23:46 |
*** DocScrutinizer has left #harmattan | 23:46 | |
javispedro | CissWit: it is simple. I did not want this platform to attract a bunch of android/iphone mindset wannabe crackers | 23:46 |
javispedro | this is supposed to be something "better" | 23:46 |
teleshoes | buuut | 23:46 |
teleshoes | this hole totally nullifies aegis | 23:47 |
teleshoes | the interpreter one | 23:47 |
javispedro | until the next PR | 23:47 |
teleshoes | mm | 23:47 |
*** SpeedEvil has joined #harmattan | 23:47 | |
teleshoes | ahhhh | 23:48 |
teleshoes | i see, nokia has known about it forever | 23:48 |
teleshoes | no need to pub it; they were already working on patching it | 23:48 |
teleshoes | yea? | 23:48 |
javispedro | look | 23:48 |
javispedro | I would not even put my finger on whether a new release will EVER happen | 23:49 |
teleshoes | those asshats, closing the trakker | 23:49 |
javispedro | but in any way the last time I published a hole it was promptly fixed and triggered a rage rant from me | 23:49 |
teleshoes | oh right! | 23:49 |
teleshoes | i remember that | 23:49 |
javispedro | since then I publicly decided not to publish any new holes | 23:49 |
javispedro | and we've using them to e.g. explore the contents of the crypto stuff to duplicate it for open mode | 23:49 |
teleshoes | ahhh | 23:50 |
itsnotabigtruck | javispedro: well, i'm pretty sure they shut down the tracker due to a freeze on pr1.3, which has been in development for a while | 23:50 |
teleshoes | yea, its likely there will be one more release | 23:50 |
CissWit | javispedro: ok | 23:50 |
Corsac | shut down the tracker? | 23:51 |
teleshoes | the bug tracker | 23:51 |
teleshoes | this morning | 23:51 |
teleshoes | no more new bugs | 23:51 |
itsnotabigtruck | Corsac: the bug tracker, it's now read-only | 23:51 |
Corsac | oh. | 23:51 |
CissWit | javispedro: that make things clearer to me, thx. | 23:51 |
javispedro | I would not put my finger on it ever being reopened either :P | 23:54 |
teleshoes | yea no | 23:54 |
*** snowpong has quit IRC | 23:54 | |
itsnotabigtruck | yeah, that idea is wishful thinking on the part of some TMO people | 23:54 |
*** Venemo has joined #harmattan | 23:55 | |
*** Venemo has joined #harmattan | 23:55 | |
teleshoes | completely understandable wishful thinking | 23:55 |
*** pinheiro_ has quit IRC | 23:57 | |
*** pinheiro_ has joined #harmattan | 23:57 | |
teleshoes | hey, so if you need an aegis hole to make the open kernel, why do i see everyone promising that there will always be an open kernel? | 23:58 |
javispedro | you do not a hole | 23:59 |
javispedro | *need a hole | 23:59 |
itsnotabigtruck | teleshoes: you don't...i think javispedro was talking about r/eing the aegis crypto system | 23:59 |
javispedro | I was saying that we've been using them to investigate how stuff works | 23:59 |
itsnotabigtruck | which you don't even really need a ryunning system in order to do... | 23:59 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!