alterego | Don't think I'll ever get this texturing to work :( | 00:00 |
---|---|---|
* SpeedEvil passes alterego a large can labelled 'Artex'. | 00:01 | |
alterego | Heh | 00:01 |
alterego | I've been at OpenGL ES2 for about 2 days off and on and I still can't draw a textured square .. | 00:01 |
*** mrmoku is now known as mrmoku|away | 00:02 | |
*** benh has joined #maemo | 00:02 | |
SpeedEvil | :) | 00:03 |
fragment | alterego: recommended reading;) http://www.amazon.co.uk/OpenGL-ES-2-0-Programming-Guide/dp/0321502795/ | 00:03 |
lcuk | alterego, theres maemo examples in the wiki | 00:03 |
lcuk | which work | 00:03 |
alterego | Thanks fragment I'll bare it in mind. | 00:04 |
alterego | lcuk: I know | 00:04 |
alterego | I've been using them :/ | 00:04 |
alterego | I can't understand why my code doesn't do it :/ | 00:04 |
*** trumee_ has joined #maemo | 00:04 | |
* lcuk made a custom shader that drew custom texture onto something | 00:04 | |
alterego | It's just the texturing that doesn't work. I can draw coloured polygons fine. | 00:04 |
*** trumee has quit IRC | 00:04 | |
*** rdesfo has joined #maemo | 00:04 | |
Macer | i wonder if this polish bottled water is actually water from poland | 00:04 |
fragment | alterego: is your data ok? and the correct type? | 00:04 |
*** trumee_ is now known as trumee | 00:04 | |
alterego | fragment: how do you mean data? | 00:05 |
*** trumee has quit IRC | 00:05 | |
fragment | alterego: the texture | 00:05 |
alterego | fragment: well, Qt handles the texture loading. | 00:05 |
fragment | :| | 00:05 |
*** trumee has joined #maemo | 00:05 | |
alterego | So for a sanity check I'm just using the same texture that the Qt example uses, and loading it the same as they do. | 00:05 |
lcuk | revert example, confirm it works | 00:06 |
fragment | alterego: so you get a single color triangle? | 00:06 |
lcuk | then re-apply history and find out where you broke it | 00:06 |
*** type_t has joined #maemo | 00:06 | |
fragment | alterego: when using texture, I mean | 00:06 |
alterego | fragment: well, I colour each vertex differently but yeah, coloured triangle. | 00:06 |
fragment | alterego: is the color found also in the texture? maybe your UV coordinates are messed up and it stretches one pixel over the whole triangle or something | 00:07 |
alterego | That's possible, but I just get a black screen and I don't think there's a black pixel in the image ;) | 00:08 |
alterego | fragment: and I've checked that data loads. | 00:08 |
*** swo has joined #maemo | 00:08 | |
lcuk | fragment, shaders are yuv? | 00:08 |
fragment | alterego: checked all the gl errors? does the shader compile and link okay? | 00:08 |
*** guille_ has joined #maemo | 00:08 | |
*** dunz0r is now known as the_fist | 00:08 | |
alterego | fragment: yup, all checked. | 00:08 |
alterego | If the shader didn't work, then I wouldn't see the coloured triangles :P | 00:09 |
guille_ | which app do you recommend to inspect dbus services? | 00:09 |
*** the_fist is now known as dunz0r | 00:09 | |
alterego | Here's my model spec: http://pastie.org/1059610 | 00:09 |
fragment | lcuk: textures can be 2d or 3d | 00:09 |
alterego | Basically two triangles. | 00:10 |
lcuk | fragment, you said "uv" though | 00:10 |
lcuk | i know textures can be 3d, the original marble algorithmic textures from amiga days showed me that | 00:10 |
*** MohammadAG51 has joined #maemo | 00:10 | |
lcuk | morning MohammadAG51 \o | 00:10 |
kerio | evening MohammadAG51 | 00:11 |
*** wolf^_ has joined #maemo | 00:14 | |
MohammadAG51 | morning lcuk | 00:14 |
MohammadAG51 | hey kerio | 00:14 |
*** wolf^ has quit IRC | 00:15 | |
LiraNuna | alterego, what are you using to show up a GL canvas? | 00:15 |
*** wolf^_ is now known as wolf^ | 00:15 | |
*** wolf^ has quit IRC | 00:15 | |
*** wolf^ has joined #maemo | 00:15 | |
*** TomaszD has joined #maemo | 00:16 | |
alterego | LiraNuna: Qt, my canvas is fine .. | 00:18 |
LiraNuna | alterego, ah, I'm using Qt too | 00:18 |
LiraNuna | http://github.com/LiraNuna/n900-google-maps/blob/master/source/googlemapwidget.cpp | 00:18 |
*** jpe has quit IRC | 00:18 | |
alterego | Cheers | 00:19 |
LiraNuna | I suggest using QGLShaderProgram, it's cross platform and will allow you to test on your desktop | 00:19 |
LiraNuna | alterego, remember in Qt you must use OGL ES 2.0 only. | 00:19 |
alterego | That's what I'm trying to do :P | 00:19 |
LiraNuna | just verifying, I wasted 3 hours realizing that | 00:19 |
LiraNuna | alterego, what are you trying to do? | 00:20 |
LiraNuna | got any code samples? | 00:20 |
alterego | Just draw a textured rectangle .. | 00:20 |
*** zap has quit IRC | 00:20 | |
LiraNuna | alterego, that's what I do :) | 00:21 |
LiraNuna | well, a little more | 00:21 |
alterego | Yeah | 00:21 |
alterego | And it works for you? :) | 00:21 |
LiraNuna | yep, on the phone too | 00:21 |
LiraNuna | as well as desktop | 00:21 |
LiraNuna | alterego, try to compile it and see | 00:22 |
LiraNuna | alterego, if you want 'raw' GL, there's a version a few commits back using just gl calls | 00:23 |
crashanddie | ok, gmail is being funky | 00:24 |
*** kynky has quit IRC | 00:24 | |
alterego | LiraNuna: andrei1089you mean over using the Qt stuff? | 00:24 |
crashanddie | can't login to my other accounts anymore... I'm clicking "Sign in as a different user", but it keeps switching back to my previous account... | 00:24 |
alterego | I'm using the Qt stuff for matrices and shaders | 00:24 |
*** FIQ has joined #maemo | 00:24 | |
LiraNuna | alterego, me too | 00:24 |
*** FIQ is now known as Guest94839 | 00:25 | |
LiraNuna | alterego, http://github.com/LiraNuna/n900-google-maps/blob/master/source/googlemapwidget.cpp | 00:25 |
alterego | Yeah, I'm looking at it :P | 00:25 |
LiraNuna | is that what you're doing? | 00:25 |
alterego | Pretty much | 00:25 |
LiraNuna | you can get rid of the for loop in 78-81 and instead just draw a single 'tile' | 00:26 |
LiraNuna | alterego, do you use Matrix4x4::ortho() ? | 00:26 |
LiraNuna | I didn't have luck with that one, no matter what I tried | 00:26 |
LiraNuna | I think the bug is in QGLShaderProgram::setUniform(string, matrix4x4) actually | 00:27 |
alterego | No, I'm using identity at the moment anyway. | 00:27 |
alterego | My shader doesn't do perspective. | 00:27 |
alterego | I just want to get it all working in "2D" first. | 00:27 |
LiraNuna | alterego, mind sharing some code? | 00:27 |
*** mzanetti has quit IRC | 00:27 | |
lcuk | LiraNuna, for shits n giggles, could you add an arbritary rotation angle onto each blit and tell me the frame differences. .? | 00:28 |
lcuk | frame rate ^ | 00:28 |
LiraNuna | frame rate is awful already | 00:28 |
lcuk | stil | 00:28 |
LiraNuna | the SGX driver is of horrible quality | 00:28 |
lcuk | ps LiraNuna | 00:29 |
lcuk | in your paintgl routine | 00:29 |
lcuk | do some boundary checks | 00:30 |
LiraNuna | hmm? | 00:30 |
lcuk | and dont waste time pushing polygons with textures onto the stack | 00:30 |
LiraNuna | I got a better local version already | 00:30 |
LiraNuna | it's just not ready for push | 00:30 |
lcuk | gridwidth*gridheight would potentially be where the problem is | 00:30 |
LiraNuna | shows full map browsing experience | 00:30 |
lcuk | ok LiraNuna but bear it in mind | 00:30 |
LiraNuna | yeah | 00:30 |
LiraNuna | thanks | 00:30 |
*** type_t has quit IRC | 00:31 | |
lcuk | how large is your grid? | 00:31 |
LiraNuna | minimum to the screen | 00:31 |
LiraNuna | 800x480 would be 5x3 | 00:31 |
LiraNuna | ceil(800 / 256) + 1 | 00:32 |
lcuk | ok, so thats not the size i thought - i once made one with a grid of about 200*200 | 00:32 |
Vanadis | good evening | 00:32 |
LiraNuna | lol | 00:32 |
LiraNuna | lcuk, the tiling is very fake | 00:32 |
LiraNuna | renderer.setUniformValue("translation", translation.x() % Tile::SIZE, translation.y() % Tile::SIZE, 0, 0); | 00:32 |
Vanadis | does the n900 check for application updates everytime it's connected to internet? | 00:32 |
LiraNuna | :) | 00:32 |
LiraNuna | and my local version does it better | 00:33 |
LiraNuna | Vanadis, I believe it checks for updates every morning | 00:33 |
LiraNuna | or upon request | 00:33 |
lcuk | LiraNuna, push to github as a branch :) | 00:33 |
* lcuk has branches now | 00:33 | |
Vanadis | hmm, j | 00:33 |
LiraNuna | lcuk, that eager to see it? | 00:33 |
Vanadis | *k | 00:33 |
lcuk | LiraNuna, on the night your computer hard drive fails, you will thank me | 00:33 |
LiraNuna | LOL | 00:33 |
LiraNuna | I got RAID1 locally | 00:34 |
LiraNuna | and backup every night to local server | 00:34 |
LiraNuna | rdiff-backup ftw | 00:34 |
* lcuk now pushes even unstable stuff up to github | 00:34 | |
LiraNuna | but sure, if you want the code, hold on | 00:34 |
LiraNuna | let me generate diff | 00:34 |
lcuk | LiraNuna, i have more code than i can work with anyway :P | 00:34 |
lcuk | git commit tho :P | 00:35 |
*** __a has quit IRC | 00:35 | |
LiraNuna | there's stuff I don't want to commit. | 00:35 |
*** type_t has joined #maemo | 00:36 | |
*** PhonicUK has quit IRC | 00:36 | |
LiraNuna | lcuk, branch for-lcuk | 00:37 |
*** nextime has quit IRC | 00:37 | |
lcuk | haha | 00:37 |
lcuk | awesome :p | 00:37 |
LiraNuna | don't blame me if it kills your cat or burns your house | 00:37 |
lcuk | wouldnt anyway | 00:38 |
* lcuk pushed code for this up: http://www.youtube.com/watch?v=sjSrwpbxyAM | 00:38 | |
lcuk | actually, a cleaner version which is useful! its an image viewer using that principle | 00:38 |
LiraNuna | hehe | 00:39 |
*** MadViking has quit IRC | 00:40 | |
LiraNuna | lcuk, it's very memory hungry. | 00:40 |
lcuk | LiraNuna, your map doofer? | 00:41 |
LiraNuna | yeah | 00:41 |
*** MadViking has joined #maemo | 00:41 | |
lcuk | i shall have to remember how bad mine was | 00:41 |
lcuk | i did a render test which just picked up a range of tiles and shown them in panning area | 00:42 |
lcuk | it worked awesomely well until i broke it | 00:42 |
*** millenomi has quit IRC | 00:44 | |
*** MadViking has quit IRC | 00:48 | |
*** wolf^ has quit IRC | 00:48 | |
*** MadViking has joined #maemo | 00:49 | |
LiraNuna | lcuk, having fun yet? :P | 00:49 |
*** jerhum has quit IRC | 00:49 | |
*** guille_ has quit IRC | 00:49 | |
lcuk | LiraNuna, i always have fun | 00:50 |
LiraNuna | :) | 00:50 |
* Guest94839 doesn't have a N900 anymore (temp) | 00:52 | |
Guest94839 | yay for the female usb contact fail? | 00:52 |
*** valdyn has quit IRC | 00:52 | |
*** aloril has quit IRC | 00:55 | |
lcuk | Guest94839, how come you dont have a proper nickname | 00:55 |
*** rdesfo has left #maemo | 00:55 | |
LiraNuna | maybe that's his nickname and that keeps him away from the evils of the internets | 00:56 |
lcuk | its normally FIQ ;) | 00:56 |
*** aloril has joined #maemo | 00:57 | |
*** valdyn has joined #maemo | 00:58 | |
DOnJUiLiEm | i come to make a .deb of libpar2 and nzbget | 00:59 |
DOnJUiLiEm | work fine on my n900 | 00:59 |
DOnJUiLiEm | someone want it to test i would like to distribut it | 00:59 |
*** wolf^ has joined #maemo | 00:59 | |
DOnJUiLiEm | and say me if i have make some mistake | 01:00 |
*** hurbu has quit IRC | 01:00 | |
lcuk | DOnJUiLiEm, you told us the technical linux names, but not what it does or why someone would want to try it | 01:00 |
DOnJUiLiEm | i want than someone try to say me if i can release it on official depot if it s possible ... | 01:01 |
DOnJUiLiEm | i dont want make a mistake | 01:01 |
DOnJUiLiEm | n900 is really the best phone that i have ever dream :) | 01:02 |
DOnJUiLiEm | and for information nzbget | 01:02 |
DOnJUiLiEm | it s a newsgroup client | 01:02 |
*** Guest94839 has quit IRC | 01:03 | |
DOnJUiLiEm | i plan to make an interface in qt after | 01:03 |
*** FIQ has joined #maemo | 01:03 | |
kerio | i really don't see the point in having a high-speed usenet downloader on what is arguably a phone | 01:04 |
*** FIQ has quit IRC | 01:04 | |
*** FIQ has joined #maemo | 01:04 | |
FIQ | Oh, because i don't have autoidentify on P1i | 01:05 |
LiraNuna | kerio, we have a bittornet client, it works quite well on HSPA+ | 01:05 |
Guest56392 | i think i've played with my phone alot for the first 2 months | 01:05 |
Guest56392 | now i just use it to call | 01:06 |
FIQ | Dunno if it's worth fixing when i get my N900 working in.. well, some weeks | 01:06 |
LiraNuna | I'm disappointed about the N900's navigation capabilities | 01:06 |
*** Guest56392 is now known as cure` | 01:06 | |
DOnJUiLiEm | nzbget work fine but the phone is slow | 01:06 |
LiraNuna | which is primarily what I use | 01:06 |
DOnJUiLiEm | and to answer to it kerio | 01:06 |
DOnJUiLiEm | if u are with some friend like the phone can connected on tv u can download the movie and after play it on tv | 01:07 |
*** bef0rd has joined #maemo | 01:08 | |
kerio | DOnJUiLiEm: a task that's definetely performed better with a computer/laptop/divx player/htpc | 01:08 |
DOnJUiLiEm | sure but can i be happy to have it on my phone ? ^^ | 01:09 |
*** merlin1991 has quit IRC | 01:09 | |
*** mitsutaka has quit IRC | 01:09 | |
trumee | DOnJUiLiEm, nzb on the phone will be great | 01:10 |
*** ohwhyme2 has joined #maemo | 01:10 | |
*** ohwhyme has quit IRC | 01:10 | |
DOnJUiLiEm | trumee, i have make it today | 01:11 |
DOnJUiLiEm | do u want the .deb ? | 01:11 |
DOnJUiLiEm | after installing u just need to type | 01:11 |
DOnJUiLiEm | nzbget ur_nzb.nzb | 01:11 |
DOnJUiLiEm | :) | 01:11 |
trumee | why dont you post that in extras-devel? | 01:12 |
trumee | not sure how you will do that though. | 01:12 |
DOnJUiLiEm | because i don t know how | 01:12 |
DOnJUiLiEm | and i don t want make a mistake or make a bad package | 01:12 |
trumee | sure somebody here will be able to hel you | 01:13 |
*** FIQ has quit IRC | 01:13 | |
*** FIQ has joined #maemo | 01:14 | |
trumee | DOnJUiLiEm, http://wiki.maemo.org/Extras-devel | 01:15 |
*** FIQ is now known as Guest98898 | 01:15 | |
trumee | DOnJUiLiEm, http://wiki.maemo.org/Uploading_to_Extras-devel | 01:15 |
DOnJUiLiEm | thx | 01:16 |
*** Guest98898 has quit IRC | 01:16 | |
*** Guest98898 has joined #maemo | 01:16 | |
*** Guest98898 is now known as FIQ | 01:16 | |
trumee | DOnJUiLiEm, would love to see it devel. But dont you need par2 as well? | 01:16 |
DOnJUiLiEm | trumee, i have make the twice | 01:18 |
DOnJUiLiEm | par2 and nzbget | 01:18 |
trumee | ok | 01:18 |
DOnJUiLiEm | i can dcc it to u | 01:18 |
DOnJUiLiEm | because i don t think release it today | 01:19 |
DOnJUiLiEm | if u want just tell me | 01:19 |
*** FireFly|n900 has joined #maemo | 01:21 | |
*** lbt is now known as lbt_away | 01:22 | |
*** mikki-kun|sleep has quit IRC | 01:25 | |
DocScrutinizer | DOnJUiLiEm: how large is the .deb? How large are tared/gzipped sourcefiles? | 01:28 |
DocScrutinizer | DOnJUiLiEm: don't you have any way to upload those to a file share somewhere? | 01:29 |
DOnJUiLiEm | i can do it | 01:29 |
DOnJUiLiEm | do u have a preferencies ? | 01:29 |
DocScrutinizer | sure better than DCC | 01:30 |
DocScrutinizer | me personally no | 01:30 |
*** other_ has joined #maemo | 01:31 | |
DocScrutinizer | but you could announce in talk.maemo.org and include the link to download location. You'll probably get much more feedback than by asking here and sharing via DCC | 01:31 |
*** other_ has quit IRC | 01:31 | |
*** Ivis has joined #maemo | 01:31 | |
DOnJUiLiEm | yep | 01:32 |
Ivis | Hi, where i can find apps for nokia on the web ? n900 | 01:32 |
DOnJUiLiEm | i transfert it on my serv and make it | 01:32 |
DocScrutinizer | bbl | 01:32 |
asj | Ivis: practically, you don't, use the phones App Manager | 01:33 |
Ivis | asj i know but i wanna check software on pc | 01:33 |
Ivis | ou i found it :) ok thanks anyway | 01:34 |
*** Arixx has quit IRC | 01:39 | |
DocScrutinizer | could some testers please give http://maemo.org/packages/package_instance/view/fremantle_extras-testing_free_armel/starhash-enabler/0.2/ a vote? Thanks | 01:39 |
DocScrutinizer | (sorry for description on web still somewhat mangled, in HAM anyway it's correct) | 01:40 |
DocScrutinizer | bug #10987 | 01:40 |
povbot | Bug https://bugs.maemo.org/show_bug.cgi?id=10987 http://maemo.org/packages/package_instance/view/fremantle_extras-devel_free_armel * <foo> rendering issue | 01:40 |
FIQ | starhash-enabler is what? (can't follow links atm) | 01:42 |
DocScrutinizer | enables service codes (like *67# for call divert) in standard dialer | 01:46 |
DocScrutinizer | so you finally can have fine grained control over call forwarding, and many other aspects of GSM service which your provider supports but N900 didn't | 01:47 |
Ivis | where i can see a full list of mobile phones wich are based on maemo ? | 01:48 |
DocScrutinizer | *#-ena moves N900 on par with cheap 20$ featurephones, with respect to that | 01:49 |
asj | DocScrutinizer: there has been a settings widget for that for ever, btw. (not saying entering star codes by hand isn't good too) | 01:51 |
kerio | DocScrutinizer: nice | 01:53 |
Jaffa | Ivis: I've pasted the complete list of mobile phones based on Maemo here: http://pastebin.com/dMqmYQgR | 01:53 |
MohammadAG51 | i don't need an extra widget to make my N900 use normal codes | 01:53 |
kerio | it's not a widget | 01:53 |
kerio | oh nvm | 01:53 |
* kerio reads the scrollback more | 01:54 | |
MohammadAG51 | kerio, i know, i made that package | 01:54 |
MohammadAG51 | well | 01:54 |
MohammadAG51 | helped make it | 01:54 |
*** pH5 has quit IRC | 01:54 | |
FIQ | lvis, let me give you the list: | 01:54 |
FIQ | * N900 | 01:54 |
FIQ | Uh, i lag | 01:55 |
kerio | Jaffa: lol | 01:55 |
Ivis | FIQ ok thanks :) | 01:55 |
Jaffa | FIQ: I thought about doing that, but figured the pastebin could be funnier. Not sure. | 01:55 |
Ivis | can i change os for example to gentoo on my n900 ? | 01:56 |
DocScrutinizer | asj: (settings widget) none I know of, that would really deal with all the codes, or just with all the important codes | 01:57 |
FIQ | Jaffa, wondered that as well. :p | 01:58 |
*** mitsutaka has joined #maemo | 01:59 | |
asj | DocScrutinizer: it just deals with all the forwarding ones | 01:59 |
*** cure` has quit IRC | 01:59 | |
DocScrutinizer | asj: in a comprehensive manner, like specifying number of seconds to ring, before redirect on "not answering"? | 02:00 |
asj | DocScrutinizer: ayup, even polls to see what the current network setting is too | 02:02 |
DocScrutinizer | :-) rather fine. Nevertheless *#-ena targets a slightly different topic | 02:02 |
asj | DocScrutinizer: yeah, just more an fyi :) | 02:02 |
DocScrutinizer | thanks :-)) | 02:03 |
asj | the n900 has some of the features of the $20 nokia 1101, really! ;) | 02:03 |
Macer | http://www.networkworld.com/newsletters/wireless/2010/072610wireless1.html | 02:05 |
Macer | put on the tin hats | 02:05 |
|R | it doesn't seem to allow breaking in a network though | 02:05 |
Macer | i know | 02:06 |
Macer | that's why i said put on the tin hats ;) | 02:06 |
*** ohwhyme2 has quit IRC | 02:07 | |
Macer | the reactive method to network protection would be to use wpa2 enterprise with strict logging and pkt injection detection which would disable the account and revoke the user and then allow someone to fire them :) | 02:07 |
Macer | or perm ban the MAC | 02:07 |
*** MohammadAG51 has quit IRC | 02:07 | |
Macer | :) a person can only use so many devices and would probably give up after the 1st one | 02:08 |
*** rcg has quit IRC | 02:09 | |
*** DocScrutinizer51 has joined #maemo | 02:09 | |
*** budfive has left #maemo | 02:09 | |
*** MohammadAG51 has joined #maemo | 02:09 | |
*** DocScrutinizer51 has quit IRC | 02:10 | |
*** kamui__ has joined #maemo | 02:10 | |
*** ohwhyme has joined #maemo | 02:11 | |
*** shinkamui has quit IRC | 02:13 | |
*** SmilyOrg has joined #maemo | 02:15 | |
*** DocScrutinizer51 has joined #maemo | 02:18 | |
Shapeshifter | There was some odd rubbery thingy that you put on the N900 that makes it look like a game pad. I can't find it... Does someone know what I'm talking about? | 02:18 |
*** MohammadAG-51 has joined #maemo | 02:19 | |
kerio | yeah | 02:19 |
*** DocScrutinizer51 has quit IRC | 02:19 | |
*** MohammadAG-51 has quit IRC | 02:19 | |
kerio | it was a kludge though | 02:19 |
*** SmilybOrg has quit IRC | 02:19 | |
*** DocScrutinizer51 has joined #maemo | 02:19 | |
alterego | sweet, you can set microb to use a socks proxy (I'm using ssh) :) | 02:20 |
alterego | I might write a little howto or something for the newbs. | 02:20 |
*** DocScrutinizer51 has quit IRC | 02:20 | |
*** FredrIQ has joined #maemo | 02:21 | |
Shapeshifter | kerio: any idea what the name was? | 02:21 |
*** FredrIQ is now known as Guest27538 | 02:21 | |
kerio | nope | 02:22 |
*** DocScrutinizer51 has joined #maemo | 02:22 | |
kerio | i think i read about it on joystiq | 02:22 |
*** smhar has quit IRC | 02:22 | |
MohammadAG51 | alterego a howto for yourself? cool | 02:22 |
alterego | :) | 02:22 |
*** MohammadAG-51 has joined #maemo | 02:22 | |
alterego | Someone was asking about socks and maemo earlier. | 02:23 |
*** FIQ has quit IRC | 02:23 | |
*** andrei1089 has quit IRC | 02:23 | |
MohammadAG51 | alterego, it's christmas already? | 02:23 |
alterego | Useful for me, to circumvent "vodafone content control" | 02:24 |
MohammadAG51 | never used socks tbh | 02:24 |
MohammadAG51 | idk what socks is/are | 02:24 |
kerio | MohammadAG51: TMI | 02:24 |
Shapeshifter | Uhm, say I want to play a high res vid in the n900, just to test how much it lags; When I play it in mplayer I get this error: Source image dimensions are too high: 1280x720 (maximum is 864x648) FATAL: Cannot initialize video driver. | 02:24 |
*** SpeedEvil has quit IRC | 02:24 | |
Shapeshifter | ah | 02:28 |
Shapeshifter | mplayer -vf scale=800:480 | 02:28 |
MohammadAG51 | cpu rape-ive | 02:28 |
Shapeshifter | yeah it doesn't work very well xD | 02:28 |
*** luizirber has joined #maemo | 02:32 | |
DocScrutinizer | try 640:360, might work better due to integer scaling factor | 02:34 |
*** ArkanoiD- has joined #maemo | 02:35 | |
DocScrutinizer | or transcode to new file, then probably playback is ok | 02:35 |
*** ArkanoiD- has quit IRC | 02:36 | |
*** Guest27538 has quit IRC | 02:36 | |
*** distantblur has quit IRC | 02:36 | |
*** MohammadAG51 has quit IRC | 02:40 | |
*** MohammadAG-51 is now known as MohammadAG51 | 02:40 | |
*** andrei1089 has joined #maemo | 02:40 | |
*** Wamanuz has joined #maemo | 02:40 | |
*** MohammadAG51 is now known as Guest42460 | 02:40 | |
*** Guest82123 has joined #maemo | 02:41 | |
*** raster has joined #maemo | 02:42 | |
*** SpeedEvil has joined #maemo | 02:44 | |
*** andrei1089 has quit IRC | 02:46 | |
*** florian has quit IRC | 02:48 | |
*** mardi has joined #maemo | 02:52 | |
*** choppa has quit IRC | 02:52 | |
Shapeshifter | DocScrutinizer: that actually plays better but still badly | 02:54 |
Macer | Shapeshifter: you cant scale it real time like that on an n900 | 02:58 |
*** andrei1089 has joined #maemo | 02:59 | |
Macer | haha | 02:59 |
Macer | best to convert using handbrake | 02:59 |
Macer | im surprised something like that would have played faster than 2fps :) | 02:59 |
*** fab has quit IRC | 03:00 | |
Macer | mplayer probably uses no hw decoding at all | 03:00 |
Macer | the scaling is esentially re-encoding on the fly | 03:00 |
Macer | use the ipod setting from handbrake for quick video making... or make your own profile and save it for the n900 | 03:01 |
*** Dialekt has quit IRC | 03:02 | |
*** MohammadAG has joined #maemo | 03:02 | |
Shapeshifter | Macer: yeah sure | 03:03 |
Shapeshifter | I wasn't expecting it to work ;) | 03:03 |
Macer | hahaha | 03:03 |
Macer | me too when i tried it | 03:03 |
Macer | ;) | 03:03 |
Macer | at least handbrake makes it easy ;) | 03:04 |
Shapeshifter | Macer: does it downsample to the highest possible res? | 03:05 |
Shapeshifter | as in, it still looks very good? | 03:05 |
Macer | yes | 03:05 |
Macer | try it | 03:06 |
Macer | make an n900 specific profile and you are golden ;) | 03:06 |
Macer | although. encoding as h264 will use the hw decoding on the n900 | 03:06 |
Macer | so no need for mplayer | 03:07 |
liori | how big will these files be after encoding? | 03:07 |
ShadowJK | h264 baseline works on n900 hardware decoder, 800x480 or so maximum res. h264 main profile and h264 high profile doesn't work with hw decode on n900, max res is something like 352x288 with MPlayer then.. | 03:11 |
*** Guest82123 has quit IRC | 03:16 | |
*** MohammadAG has quit IRC | 03:16 | |
*** strcpy has quit IRC | 03:18 | |
*** mardi has quit IRC | 03:19 | |
*** BCMM has quit IRC | 03:21 | |
*** hannesw has quit IRC | 03:22 | |
*** cheriff has joined #maemo | 03:23 | |
*** MacMiller has joined #maemo | 03:23 | |
*** nslu2-log has quit IRC | 03:24 | |
*** nslu2-log has joined #maemo | 03:26 | |
*** SpeedEvil has quit IRC | 03:27 | |
*** MacMiller has quit IRC | 03:28 | |
*** nslu2-log has joined #maemo | 03:28 | |
*** valdyn has quit IRC | 03:32 | |
*** mirsal has quit IRC | 03:33 | |
*** MohammadAG has joined #maemo | 03:40 | |
*** mirsal has joined #maemo | 03:43 | |
*** valdyn has joined #maemo | 03:43 | |
*** b-man17 has joined #maemo | 03:48 | |
*** b-man17 is now known as b-man | 03:48 | |
*** SpeedEvil has joined #maemo | 03:53 | |
*** Xisdibik has quit IRC | 03:53 | |
*** b-man has quit IRC | 04:02 | |
*** mavhc has quit IRC | 04:03 | |
*** mavhc has joined #maemo | 04:10 | |
cheriff | hi, im wondering if anyone has had any luck with the UART behind the battery on the N900 as ttyS0? (as mentioned on http://wiki.maemo.org/N900_Hardware_Hacking but i'm not sure how much is hearsay) | 04:12 |
*** mavhc has joined #maemo | 04:13 | |
DocScrutinizer | jacekowski did it | 04:16 |
*** wolf^ has quit IRC | 04:17 | |
*** type_t has quit IRC | 04:20 | |
cheriff | DocScrutinizer: yes thanks, i was just wondering on some details: were any of the jtag pins ever confirmed, suggestions on building a breakout board for the signals, etc | 04:21 |
*** b-man has joined #maemo | 04:22 | |
*** opdf2 has quit IRC | 04:23 | |
*** ColdFyre has quit IRC | 04:23 | |
*** opdf2 has joined #maemo | 04:23 | |
cheriff | in particular, how jacekowski was able to boot with 'no battery present' | 04:24 |
*** angasule has joined #maemo | 04:25 | |
*** Maemoboi has joined #maemo | 04:26 | |
Maemoboi | is this channel still alive? | 04:26 |
Maemoboi | any1 here? | 04:27 |
* Dassu Sees dead people OO | 04:27 | |
* b-man is a zombie | 04:27 | |
SpeedEvil | ? | 04:27 |
SpeedEvil | cheriff: jacekowski found txd | 04:28 |
SpeedEvil | cheriff: it is 1.8v logic | 04:28 |
Maemoboi | has anyone found a fix for the buggy phone application in maemo? | 04:29 |
cheriff | SpeedEvil: cool. im sure we can jury rig something together with this :) | 04:30 |
Maemoboi | everytime i get a call the screen gets all messed up....missed a lotta cals | 04:31 |
MohammadAG | backport the newest hildon-desktop | 04:32 |
MohammadAG | worksforme | 04:32 |
Maemoboi | where is it? | 04:33 |
*** mirsal has quit IRC | 04:33 | |
MohammadAG | sec, got a binary iirc | 04:33 |
Maemoboi | i'm tallking about N900 | 04:33 |
MohammadAG | I know | 04:34 |
*** ColdFyre has joined #maemo | 04:34 | |
Ivis | where i can download n900 games? | 04:34 |
Maemoboi | try the repos bjuddy | 04:35 |
Maemoboi | Ivis: there aint shit games for N900 | 04:35 |
Ivis | Maemoboi can i install any linux game on n900 ? | 04:35 |
Maemoboi | Ivis: i dunnol | 04:36 |
Ivis | ok | 04:36 |
MohammadAG | Maemoboi, http://www.freemoe.org/users/mohammad/hildon-desktop_2.2.138-1+0m5_armel.deb | 04:36 |
Maemoboi | thanks | 04:36 |
Maemoboi | so i just install this and then what? | 04:37 |
MohammadAG | it has the bug fixed | 04:38 |
MohammadAG | what bug no., not sure | 04:38 |
MohammadAG | sec | 04:38 |
*** tybollt has quit IRC | 04:38 | |
cheriff | oh, looks like you need the wallcharger to progress past boot | 04:39 |
DocScrutinizer | SpeedEvil: just checked that, the supposed 2.6V sound odd | 04:39 |
*** DOnJUiLiEm has quit IRC | 04:42 | |
DocScrutinizer | cheriff: err wut? wallcharger, boot? | 04:42 |
DocScrutinizer | cheriff: jacekowski attached a PSU to the battery contacts | 04:42 |
*** Maemoboi has quit IRC | 04:43 | |
cheriff | DocScrutinizer: oh, thats intereseting, cheers :) I was basing off: "If a wall charger is detected a device can be booted immediately, otherwise a battery is charged in low power mode until a bootable level is reached." | 04:44 |
DocScrutinizer | that's BS | 04:45 |
cheriff | i took that to mean it wont do a nobat-boot over USB, but will with the wallsocked (where d+ and d- are shorted) | 04:45 |
*** FireFly|n900 has quit IRC | 04:45 | |
cheriff | yeah, i just found my wallplug and no love ;) | 04:45 |
DocScrutinizer | it will do faster charge with D+- short, but it always will need batery to boot and it will need decent voltage on that battery to boot | 04:46 |
*** tybollt has joined #maemo | 04:46 | |
DocScrutinizer | otherwise it will go into emergency recover charge mode, with steady amber | 04:46 |
DocScrutinizer | ~flatbatrecover | 04:47 |
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) an flashing amber which means you can boot, c) steady amber going off - in this case start over again with unplugging and replugging charger to device | 04:47 |
cheriff | thanks for that. was just hpoing for easier access to the pads | 04:47 |
*** FireFly has quit IRC | 04:48 | |
DocScrutinizer | http://talk.maemo.org/showthread.php?t=57734 | 04:48 |
DocScrutinizer | I operated N900 for ~32min without battery :-) | 04:48 |
DocScrutinizer | not thru boot though | 04:49 |
Ivis | i just install vultures.install this game and can't find it | 04:50 |
Ivis | where it should be? | 04:50 |
DocScrutinizer | (don't forget to hit thanks button :-P my thanks rating stalls XD) | 04:50 |
DocScrutinizer | Ivis: in appstarter icons? | 04:51 |
*** mirsal has joined #maemo | 04:51 | |
*** b-man has quit IRC | 04:52 | |
DocScrutinizer | where else could it be? | 04:52 |
Ivis | yea i know but nothing there | 04:52 |
DocScrutinizer | then it's crap, it seems | 04:52 |
Ivis | ok :) | 04:53 |
Ivis | thanks | 04:53 |
DocScrutinizer | you could try starting it from cmdline | 04:54 |
DocScrutinizer | dunno what to start though | 04:54 |
*** JAVC30 has joined #maemo | 04:54 | |
*** budfive has joined #maemo | 04:54 | |
DocScrutinizer | maybe check HAM log (from HAM menu) - there might something gone wrong on install | 04:55 |
JAVC30 | Hola!!!!! | 04:55 |
*** JAVC30 has quit IRC | 04:56 | |
Ivis | DocScrutinizer ok ty, and one more question :D on which linux are based n900 ? | 04:56 |
DocScrutinizer | debian | 04:56 |
DocScrutinizer | though the N900 is maemo | 04:57 |
*** Scifi has quit IRC | 04:57 | |
Ivis | ok thanks bro :) soo much problems with mobile phone | 04:57 |
*** Maemoboi has joined #maemo | 04:59 | |
*** wolf^ has joined #maemo | 05:03 | |
*** wolf^ has quit IRC | 05:03 | |
*** wolf^ has joined #maemo | 05:03 | |
*** Scifi has joined #maemo | 05:08 | |
*** pcfe has quit IRC | 05:14 | |
*** pcfe has joined #maemo | 05:15 | |
*** pcfe has joined #maemo | 05:15 | |
*** mardi has joined #maemo | 05:15 | |
*** Aranel has joined #maemo | 05:15 | |
*** Wamanuz has quit IRC | 05:23 | |
*** TermanaN900 has joined #maemo | 05:25 | |
*** g55 has quit IRC | 05:46 | |
*** Flyser_ has joined #maemo | 05:52 | |
*** g55 has joined #maemo | 05:53 | |
*** Flyser has quit IRC | 05:53 | |
luke-jr | ok, so I just finished adding Tonal characters to Luxi Mono... any simple way to get Maemo to use it? (*on topic*) | 05:54 |
TermanaN900 | luke-jr, ill go get the banhammer ready. :P | 05:58 |
DocScrutinizer51 | oh wooow | 05:59 |
DocScrutinizer51 | mediaplayer vPR1.2 *actually* learnt "delete song from playlist" - incredible | 06:00 |
luke-jr | lol | 06:00 |
*** dockane_ has joined #maemo | 06:00 | |
*** dockane has quit IRC | 06:04 | |
*** Xisdibik has joined #maemo | 06:06 | |
DocScrutinizer | another joke: thought I add ~flatbatrecover comment to tmo, so I searched for 'dead' in thread title: "N900 dead?", "Think my n900 is dead....", "is my N900 Dead?", "Is my N900 dead?", "Is my N900 dead?", "Dead N900?", " N900 Dead, MPD support number?", "Dead N900 after charging :-(", "Device completely dead - help!!!", " Dead after the PR1.1 failed update. Returning my N900 to Nokia.", " N900 dead after attempt at updating software"... | 06:07 |
DocScrutinizer | That's just first page of hits, minus those that are not variations of same topic | 06:07 |
*** gaveen has joined #maemo | 06:08 | |
TermanaN900 | in regards to emergency charging, what if when it tries to boot the OS has no BME? Is there enough charge to do a flash? | 06:09 |
DocScrutinizer | err what? | 06:09 |
*** swc|666 has joined #maemo | 06:10 | |
DocScrutinizer | no, you won't get enough carge into battery for flashing, with a system that's missing charger software | 06:10 |
TermanaN900 | so your screwed if you flatten your battery on an alternative os without bme? | 06:11 |
DocScrutinizer | the acting_dead supposedly 'off' state charging is just a fully booted system with reduced set of services | 06:12 |
DocScrutinizer | so yes | 06:12 |
DocScrutinizer | you're screwed | 06:12 |
ds3 | buy a rescue N900 to charge the battery | 06:14 |
DocScrutinizer | hehe | 06:14 |
TermanaN900 | i cant believe nokia didnt anticipate that would happen | 06:14 |
DocScrutinizer | I got a rescue N900 | 06:14 |
DocScrutinizer | :-D | 06:14 |
DocScrutinizer | TermanaN900: they did | 06:14 |
TermanaN900 | looks like ill be buying myself an external battery charger | 06:14 |
LiraNuna | don't they warn "charge battery fully before updating" ? | 06:14 |
TermanaN900 | DocScrutinizer, they did, but did nothing about it? | 06:15 |
DocScrutinizer | they clearly say: recharge your battery completely before flashing, as when flashing goes wrong you won't be able to charge battery | 06:15 |
*** yigal has joined #maemo | 06:15 | |
DocScrutinizer | flashing failing == flashing a OS without bme | 06:15 |
TermanaN900 | DocScrutinizer, right but if you have a different os that doesnt have bme and your battery dies, you stuck as well | 06:16 |
*** Ivis has quit IRC | 06:16 | |
TermanaN900 | not just when you flash | 06:16 |
* DocScrutinizer shrugs | 06:16 | |
DocScrutinizer | you're not supposed to flash borked odd OS. | 06:17 |
DocScrutinizer | That's a wider case of 'flashing failed' | 06:17 |
Macer | wow. some of the stuff that snor leopard can't do just amazes me | 06:19 |
DocScrutinizer | what puzzles me more is there's obviously no fallback to recover from a damaged NOLO | 06:19 |
Macer | theming being a big one | 06:19 |
Macer | you have to jump through hoops to get it to look like it isn't a default android install | 06:19 |
TermanaN900 | Macer, snow leopard... as in os x? maybe if you used a mans os like linux you would be fine | 06:20 |
TermanaN900 | :P | 06:20 |
DocScrutinizer | sopen like a upright haX0r :-D | 06:21 |
DocScrutinizer | spoken | 06:21 |
DocScrutinizer | wtf | 06:21 |
asj | DocScrutinizer: it's probably just a where do you draw the line type of issue, it was released as a working phone with maemo5 and it also happended to be faily open. If it was released as a here's a hackable phone do with it as you like, then that would have moved the line | 06:21 |
Macer | TermanaN900: yeah. i can feel my testacles falling off | 06:22 |
*** Izzeh has joined #maemo | 06:22 | |
Macer | but meh :) | 06:22 |
Macer | it's like trying to put a death dragon on a pink shirt | 06:22 |
DocScrutinizer | asj: fair enough | 06:22 |
DocScrutinizer | asj: otoh they could have connected rom-bootloader serial to the USB datalines, so you could load a program to flash a new NOLO via USB (in serial mode!) and wouldn't need a jig to contact the testpads under battery to do so | 06:25 |
DocScrutinizer | afaik e.g. some android phones work that way | 06:25 |
*** yigal has left #maemo | 06:25 | |
*** yigal has joined #maemo | 06:26 | |
DocScrutinizer | would need just some half dozen of really cheap components, if at all | 06:27 |
asj | DocScrutinizer: mmm, it's probably just how they are used to doing manufacturing. Jigs and line setup is already in place, each jib programs, tests, etc, lasts for 10,000 devices (random number picked out of my butt) where as the USB connector and cable is good for 1000. Dunno, random guess. | 06:27 |
*** b-man17 has joined #maemo | 06:27 | |
DocScrutinizer | otoh they spend money for HW doing the nonsensical R&D mode kbd flickering | 06:27 |
asj | heh, I can guarantee you it means something to probably 1 person | 06:28 |
DocScrutinizer | asj: they can have USB on testpads as well | 06:28 |
DocScrutinizer | so no change in manuf line | 06:29 |
DocScrutinizer | I'd be not surprised they actually have | 06:29 |
asj | DocScrutinizer: mmm, other option was, they never even thought about it | 06:29 |
DocScrutinizer | yep | 06:29 |
*** hari_ has joined #maemo | 06:29 | |
*** lsm5 has quit IRC | 06:30 | |
DocScrutinizer | well, I seem to have heard OMAP doesn't per default try to read in bootcode from serial, you need to pull a line to make it do that | 06:34 |
*** lbt_away has quit IRC | 06:34 | |
DocScrutinizer | that'd explain why it didn't look like worth the effort | 06:34 |
DocScrutinizer | on OM wikireader the SoC always tries to load a tiny chunk of code from serial, and excute, and falls back to booting from external rom only when that serial boot timeouts (in ms) | 06:36 |
*** croppa has quit IRC | 06:41 | |
*** Passeli has quit IRC | 06:42 | |
*** b-man17 has quit IRC | 06:43 | |
*** MohammadAG has quit IRC | 06:51 | |
*** radic has joined #maemo | 06:54 | |
luke-jr | O.o | 06:56 |
luke-jr | Flashlight has an update? how? | 06:56 |
luke-jr | I mean, it does what it's supposed to do... | 06:56 |
dotblank | luke-jr, needs a strobe light function | 06:57 |
dotblank | friend had that on his droid.. | 06:57 |
dotblank | felt there was no reason for the n900 not to have it | 06:57 |
luke-jr | [22:17:18] <DocScrutinizer> you're not supposed to flash borked odd OS. | 06:57 |
*** radic_ has quit IRC | 06:57 | |
luke-jr | DocScrutinizer: as BME is closed, that's saying you're not supposed to change N900 ;) | 06:58 |
luke-jr | dotblank: was that added? | 06:58 |
dotblank | there are 3 apps I wish my n900 had | 06:58 |
dotblank | strobe light, hypnotoad, and a push to talk walkie talking with other phones | 06:58 |
luke-jr | not that I can tell... | 06:58 |
luke-jr | dotblank: so implement them | 06:59 |
dotblank | luke-jr, I might :) | 06:59 |
asj | dotblank: of all things, a strobe light and hynotoad are easy | 06:59 |
DocScrutinizer | luke-jr: basically your last post to me is correct | 06:59 |
dotblank | asj, My thoughts exactly.. | 06:59 |
dotblank | how hard would be to write an extension to xmpp and jabber? | 07:00 |
DocScrutinizer | dotblank: how'd you implemet PTT? Over WLAN? | 07:00 |
dotblank | and make it send audio packets | 07:00 |
dotblank | DocScrutinizer, over 3g | 07:00 |
DocScrutinizer | uh | 07:00 |
asj | dotblank: you like an old Nextel customer or something? | 07:00 |
dotblank | my friend has an app that does it over 3g on his droid | 07:00 |
DocScrutinizer | hmm, k | 07:01 |
dotblank | the point is that its easy | 07:01 |
DocScrutinizer | sounds like voip with aitomatic call accept | 07:01 |
asj | don't stream it live, store it then xfer it "reliably", limit to 30 seconds or somethign...? | 07:01 |
dotblank | my friends no absolutely nothing about phones and they can use a PTT feature on a droid | 07:02 |
dotblank | There is delay | 07:02 |
dotblank | so I assumed thats what it did | 07:02 |
DocScrutinizer | sounds weird and useless | 07:02 |
asj | DocScrutinizer: nextel built a whole company around it | 07:02 |
dotblank | I think writing a mobile walkie talkie extension to jabber would work | 07:02 |
dotblank | and make a custom app the same way the "file transfer app" works | 07:03 |
dotblank | *xmpp | 07:04 |
DocScrutinizer | buffering 30s before sending the whole block will create a mostly useless app | 07:04 |
dotblank | 30s is too long | 07:04 |
dotblank | the audio segments are short like "where are you" | 07:04 |
DocScrutinizer | even 10s is too long | 07:05 |
dotblank | and they can be highly compressed | 07:05 |
dotblank | don't buffer at all | 07:05 |
dotblank | don't stream | 07:05 |
dotblank | record packet encode and upload | 07:05 |
dotblank | sequentially | 07:05 |
DocScrutinizer | what's the diff to 'stream' then? | 07:05 |
DocScrutinizer | stream does exactly that | 07:06 |
asj | DocScrutinizer: nah I don't think it's a huge deal to store and forward, it's not like you're in the same room and kinda like sms/im/irc latency, which is fine some things | 07:06 |
dotblank | stream would be while talking encode on the fly and upload on the fly while the other phone decodes on the fly | 07:06 |
asj | dotblank: that's called streaming | 07:06 |
dotblank | asj, my point exactly | 07:06 |
dotblank | asj, store and forward isnt really streaming | 07:07 |
DocScrutinizer | and what is it you're doing differently? | 07:07 |
dotblank | do store and forward instead of streaming | 07:07 |
* asj is confused | 07:07 | |
DocScrutinizer | nonsense. RTP is buffering (==storing) packets, encodes them and forwards them | 07:07 |
dotblank | the differance is very slight | 07:08 |
dotblank | it wouldn't be RTP | 07:08 |
dotblank | well I guess it would but not real time | 07:08 |
DocScrutinizer | what for?? | 07:08 |
*** andrei1089 has quit IRC | 07:08 | |
DocScrutinizer | to differentiate? | 07:08 |
DocScrutinizer | unique feature, we got delay | 07:09 |
dotblank | it would like a text message but with audio | 07:09 |
dotblank | but transported over xmpp | 07:09 |
dotblank | yea but it would I believe perform better on unreliable networks | 07:09 |
dotblank | I'd rather it get delayed then be choppy | 07:09 |
dotblank | also for a proof of concept it would be easier to get it started withouyt buffering | 07:10 |
DocScrutinizer | uhuh, so you actually want to buffer a whole 30s package? | 07:10 |
asj | one of the problems with voip is jitter and lost packaets, would be useful to have short audio clips that actually worked | 07:10 |
DocScrutinizer | possibly even longer | 07:10 |
*** tackat has joined #maemo | 07:11 | |
*** andrei1089 has joined #maemo | 07:11 | |
dotblank | asj, exactly.. delay isn't an issue for a walkie talkie cell phone app wich means we can avoid jitter and lost packets | 07:11 |
dotblank | well not lost packets but if its over tcp it would send all the audio | 07:11 |
dotblank | I don't care if it has to retransmit the entire message as long as it gets sent eventually | 07:12 |
DocScrutinizer | asj: you got exactly same problem with every media transfer. You're just sugesting here to increase blocksize to virtually infinite, so you don't get jitter by definition. Still it's no difference to RTP | 07:12 |
dotblank | RTP usually runs on udp right? | 07:13 |
luke-jr | DocScrutinizer: so Nokia wants to use "you can change it!" as a selling point, but really don't want you to change it | 07:13 |
DocScrutinizer | RTP could work with 2s frames instead of 20ms frames | 07:13 |
dotblank | DocScrutinizer, that would work better | 07:13 |
DocScrutinizer | RTP can run over TCP as well | 07:13 |
DocScrutinizer | twinkle has TCP-VoIP | 07:13 |
asj | DocScrutinizer: I guess I care less about the method of transfer, and more the idea of user discovery and accetable audio | 07:14 |
dotblank | DocScrutinizer, but I would perfer over a network that changes and could be vast in distance and dynamic to send the entire message at once with error checking and retransmission | 07:14 |
* luke-jr ponders just recording until key up, then transmitting the whole thing | 07:14 | |
luke-jr | asj: isn't method of transfer relevant to compatibility with normal phones? | 07:14 |
dotblank | I think RTP would be too complex in a environment too dynamic and unreliable | 07:15 |
dotblank | I think it would be safer to do as luke-jr says | 07:15 |
DocScrutinizer | dotblank: when sending whole msg you get no PTT but a weird audio attachment mail app | 07:15 |
dotblank | DocScrutinizer, yes but easy and its still push to talk with delay | 07:15 |
DocScrutinizer | PTT is meant to be almost realtime, with maybe a short delay of max 4s | 07:16 |
dotblank | DocScrutinizer, not too sure about that | 07:16 |
asj | luke-jr: you mean non-n900? that depends if there's anything existing you could plug into. If the driod app is popular then do that, assuming verzion doesn't have it locked up tighter than a catholic preist around small children | 07:16 |
dotblank | but delay couyld be about 4s | 07:16 |
dotblank | if the clip is 2 seconds long | 07:16 |
dotblank | 4s after end of recording might be possible | 07:16 |
DocScrutinizer | worthless | 07:17 |
dotblank | DocScrutinizer, well jeez your tough | 07:17 |
DocScrutinizer | you can't dialog, so you could as well talk to your partner's voicebox instead | 07:17 |
asj | DocScrutinizer: im must be worthless too ;) | 07:17 |
*** croppa has joined #maemo | 07:17 | |
dotblank | DocScrutinizer, yea but thats a hassle | 07:18 |
dotblank | Im talking ease of use | 07:18 |
dotblank | who is going to check thier vbox every 5 mins? | 07:18 |
dotblank | and go through menus | 07:18 |
dotblank | Im just saying a droid app does this.. works well and is very usable | 07:19 |
dotblank | Im just sad there isn't a n900 clone.. | 07:19 |
DocScrutinizer | ease of use means you don't get collisions which will happen inevitably when far end is supposed to wait 60s if maybe you answer a long monolog. They for sure will press button again and send a "what now? answer!" and you're in a mess | 07:19 |
DocScrutinizer | as this can't be played back while you record | 07:19 |
* cheriff always thought PTT was just the marketing name for "streamlined method of recording an audio clip, attaching to an MMS and sending" | 07:20 | |
dotblank | ok so whats more important? speed or reliability is what it boils down to.. you could also get "I didn't understand that go again?" | 07:20 |
DocScrutinizer | then after you send out that monolog, you get all the stored up msgs from far end which date back | 07:20 |
dotblank | maybe send a record packet to let the user know in realtime hes recording a message and its on its way | 07:20 |
DocScrutinizer | won't fly. Usability research on such systems showed users can not cope with delays >4s | 07:21 |
dotblank | see give status and the issue is resolved | 07:21 |
dotblank | DocScrutinizer, if they need less then 4s they should call each other | 07:21 |
*** MadViking has quit IRC | 07:22 | |
dotblank | DocScrutinizer, maybe offer both.. an option for RT or Reliability | 07:22 |
DocScrutinizer | dotblank: yes, PTT is a simplex realtime dialog, while you are talking about MMS | 07:22 |
dotblank | DocScrutinizer, yes its really a mms in a nutshell.. I just want to make it easier and run over jabber/xmpp | 07:23 |
dotblank | It shouldn't be that hard to make | 07:23 |
dotblank | http://hit-mob.com/category/walkie-talkie/ | 07:25 |
dotblank | thats an example | 07:25 |
*** skysurfer has joined #maemo | 07:26 | |
*** Finnish has joined #maemo | 07:28 | |
*** T7g has joined #maemo | 07:30 | |
*** DocScrutinizer has quit IRC | 07:33 | |
*** DocScrutinizer has joined #maemo | 07:33 | |
*** slonopotamus has quit IRC | 07:38 | |
*** skysurfer is now known as sky4vip | 07:40 | |
*** t_s_o has joined #maemo | 07:41 | |
*** slonopotamus has joined #maemo | 07:41 | |
*** ilius has joined #maemo | 07:48 | |
ilius | is there any binary package microemulator for N900? | 07:49 |
ilius | or i have to compile myself? | 07:49 |
*** nslu2-log has quit IRC | 07:54 | |
luke-jr | ilius: wtf does that mean? | 07:56 |
*** Izzeh has left #maemo | 07:56 | |
ilius | luke-jr: what is wtf? i dont know about it! | 07:56 |
RST38h | He wants MIDP | 07:56 |
RST38h | ilius: There is some. | 07:57 |
*** visz has quit IRC | 07:57 | |
slonopotamus | zomg | 07:58 |
*** srw has joined #maemo | 07:58 | |
slonopotamus | maemo bug jar now has curves :) spent several seconds trying to understand wtf happenned to my rss reader | 07:59 |
*** nslu2-log has joined #maemo | 08:00 | |
*** D-Iivil has joined #maemo | 08:01 | |
*** swo has quit IRC | 08:02 | |
*** D-Iivil has quit IRC | 08:02 | |
*** FIQ has joined #maemo | 08:02 | |
*** FIQ is now known as Guest36040 | 08:03 | |
* Stskeeps tries to awaken | 08:07 | |
*** Scifi has quit IRC | 08:07 | |
Stskeeps | DocScrutinizer: the fact they removed 'charging' screen from fremantle was stupid | 08:08 |
*** visz has joined #maemo | 08:08 | |
Stskeeps | DocScrutinizer: many people think their n900's are dead as you can't distinguish at times between typical startup or charging | 08:08 |
*** luke-jr has quit IRC | 08:08 | |
*** luke-jr has joined #maemo | 08:09 | |
slonopotamus | the fact that it doesn't boot to desktop if was turned off and then was plugged into charger is stupid. | 08:11 |
*** Yoann512 has quit IRC | 08:11 | |
*** Cy8aer has joined #maemo | 08:12 | |
slonopotamus | and startup sound (unless it is followed by first-boot-wizard) is stupid too. | 08:14 |
*** angasule has quit IRC | 08:15 | |
*** rwestphal has joined #maemo | 08:17 | |
ilius | http://maemo.org/packages/package_instance/view/fremantle_extras-testing_free_armel/microemulator/2.0.4-2/ | 08:17 |
*** Dantonic has joined #maemo | 08:17 | |
ilius | download link is currepted http://repository.maemo.org/extras-testing/pool/fremantle/free/m/microemulator/microemulator_2.0.4-2_armel.deb | 08:18 |
*** nicu has quit IRC | 08:19 | |
*** Guest36040 has quit IRC | 08:20 | |
*** rwestphal has left #maemo | 08:21 | |
ilius | RST38h: i can't find any! | 08:21 |
ilius | RST38h: and that does not exist in my application manager | 08:21 |
*** tackat has quit IRC | 08:22 | |
slonopotamus | ilius: did you add extras-testing repo? :) | 08:22 |
ilius | slonopotamus: no | 08:23 |
slonopotamus | :) | 08:25 |
*** Ordog_by has joined #maemo | 08:27 | |
ilius | souce.list.d seems unfamiliar! :-D | 08:27 |
*** luizirber has quit IRC | 08:28 | |
*** mitsutaka_ has joined #maemo | 08:28 | |
*** mitsutaka has quit IRC | 08:30 | |
*** mrmoku|away is now known as mrmoku | 08:32 | |
*** sky4vip has quit IRC | 08:35 | |
*** konttori has joined #maemo | 08:38 | |
*** FredrIQ has joined #maemo | 08:39 | |
*** tackat has joined #maemo | 08:39 | |
*** fabo has quit IRC | 08:39 | |
*** FredrIQ is now known as Guest64713 | 08:39 | |
*** timoph|ZzZ is now known as timoph | 08:39 | |
*** Guest64713 has quit IRC | 08:40 | |
*** Guest64713 has joined #maemo | 08:40 | |
*** Guest64713 is now known as FIQ | 08:40 | |
*** cylent777 has joined #maemo | 08:41 | |
*** cylent77 has quit IRC | 08:41 | |
*** ayanes has joined #maemo | 08:46 | |
luke-jr | … | 08:47 |
*** pinheiro_ has joined #maemo | 08:51 | |
*** pinheiro has quit IRC | 08:51 | |
TermanaN900 | luke-jr (~luke-jr@2002:62b3:1d4c:0:20e:a6ff:fec4:4e5d) | 08:51 |
luke-jr | TermanaN900: ? | 08:52 |
TermanaN900 | wtf is this ipv6 shit. MUTANY I TELL YA | 08:52 |
*** fabo has joined #maemo | 08:52 | |
*** Ordog_by has quit IRC | 08:53 | |
*** Ordog_by has joined #maemo | 08:53 | |
*** slonopotamus has quit IRC | 08:56 | |
*** Ordog_by has quit IRC | 08:58 | |
*** Ordog_by has joined #maemo | 08:59 | |
*** Wikier has joined #maemo | 09:00 | |
*** zap has joined #maemo | 09:02 | |
luke-jr | TermanaN900: I've been IPv6 for years now | 09:05 |
*** hardaker has joined #maemo | 09:11 | |
*** Ordog_by has quit IRC | 09:13 | |
*** Ordog_by has joined #maemo | 09:13 | |
*** fab has joined #maemo | 09:15 | |
Duckboot | luke-jr: You've been on 6to4 for years. | 09:21 |
*** FIQ has quit IRC | 09:23 | |
*** FIQ has joined #maemo | 09:23 | |
*** FIQ is now known as Guest40587 | 09:24 | |
*** slonopotamus has joined #maemo | 09:25 | |
*** mzanetti has joined #maemo | 09:26 | |
*** Yoann512 has joined #maemo | 09:26 | |
*** jpe has joined #maemo | 09:30 | |
*** slonopotamus has quit IRC | 09:32 | |
*** ftrvxmtrx has quit IRC | 09:33 | |
*** Guest40587 has quit IRC | 09:33 | |
*** tbf has joined #maemo | 09:34 | |
*** andre__ has joined #maemo | 09:34 | |
*** bergie has joined #maemo | 09:35 | |
luke-jr | Duckboot: still am | 09:35 |
*** ppenz has joined #maemo | 09:35 | |
*** nicu has joined #maemo | 09:45 | |
*** eMHa has quit IRC | 09:45 | |
*** ag0ny has joined #maemo | 09:50 | |
*** C-S-B_ has joined #maemo | 09:50 | |
*** yigal has left #maemo | 09:51 | |
*** C-S-B has quit IRC | 09:52 | |
ilius | i added extras-testing repo, but still the is no package microemulator! | 09:52 |
*** FIQ has joined #maemo | 09:53 | |
*** bef0rd has quit IRC | 09:53 | |
*** FIQ is now known as Guest43475 | 09:53 | |
*** jukey has joined #maemo | 09:53 | |
*** TermanaN900 has quit IRC | 09:54 | |
*** hardaker has quit IRC | 09:55 | |
*** retry has joined #maemo | 09:56 | |
*** retro|cz has joined #maemo | 09:56 | |
*** Guest43475 has quit IRC | 09:58 | |
*** trumee has quit IRC | 10:04 | |
*** aboyer has joined #maemo | 10:06 | |
*** mzanetti has quit IRC | 10:08 | |
*** dvaske has joined #maemo | 10:09 | |
dotblank | I wonder if programming an interactive serial terminal on an arduino board that displays a series of questions that when answered correctly displays my secret gpg key and kept in a safe deposit box overkill? | 10:09 |
FauxFaux | Physical access etc. | 10:10 |
Stskeeps | depends on if you consider your data valuable after your death | 10:10 |
Stskeeps | :P | 10:10 |
*** mrmoku is now known as mrmoku|away | 10:10 | |
dotblank | Stskeeps, hmm good point better encrypt the memory on the board and decode it at runtime with a key generated from sha1 of all the answers | 10:11 |
*** peb_ has joined #maemo | 10:12 | |
jacekowski | dotblank: it wouldn't be very safe | 10:16 |
*** ftrvxmtrx has joined #maemo | 10:17 | |
jacekowski | dotblank: anybody with bit of a time can suck that program out of avr | 10:17 |
*** kabtoffe has quit IRC | 10:17 | |
*** andrenarchy has joined #maemo | 10:17 | |
luke-jr | replace the questions with a raw 30 digit number | 10:18 |
luke-jr | and memorize that number | 10:18 |
jacekowski | saying that avr's are still very secure devices | 10:18 |
jacekowski | fuses buried under 2 metal layers | 10:18 |
jacekowski | in middle of flash | 10:18 |
FauxFaux | Actually, yeah, you could just cryptinate the stuff and the questions can generate the key, up to some obscene length. | 10:19 |
jacekowski | and uv is not going to work because ereased fuses mean locked device | 10:19 |
luke-jr | actually, 30 digit number is only like 33 bits :| | 10:19 |
* RST38h yawns | 10:19 | |
jacekowski | but if somebody would have like FIB | 10:19 |
jacekowski | then he can suck key out in less than couple minutes | 10:20 |
luke-jr | just have it voice locked | 10:21 |
jacekowski | so? | 10:21 |
luke-jr | then you have an excuse to not work when you're sick | 10:21 |
luke-jr | "my voice doesn't match!" | 10:21 |
luke-jr | could always have it hash your brainwaves too | 10:22 |
luke-jr | : | 10:22 |
luke-jr | ☺ | 10:22 |
FauxFaux | Or hash your penis, showing you varoius bits of porn. Like to see that work under duress. | 10:23 |
luke-jr | …….. | 10:24 |
FauxFaux | I'm not sure I'd like to see any device capable of hashing penises. | 10:24 |
dotblank | lol | 10:26 |
dotblank | look just make it computer realted questions | 10:27 |
dotblank | no one will be able to answer them | 10:27 |
dotblank | What was the name of the c++ class you used to overcome auto-rotation issues | 10:28 |
*** Xisdibik has quit IRC | 10:32 | |
*** FIQ|p1i has joined #maemo | 10:33 | |
jacekowski | SpeedEvil: it's not 1.8 | 10:34 |
jacekowski | SpeedEvil: it's more like 2.6V | 10:34 |
*** ptlo has joined #maemo | 10:36 | |
*** hardaker has joined #maemo | 10:40 | |
*** FireFly|n900 has joined #maemo | 10:43 | |
*** ftrvxmtrx has quit IRC | 10:47 | |
*** grishnav has quit IRC | 10:48 | |
*** hannesw has joined #maemo | 10:49 | |
*** ftrvxmtrx has joined #maemo | 10:50 | |
*** budfive has left #maemo | 10:50 | |
*** choppa has joined #maemo | 10:50 | |
*** Yoann512 has quit IRC | 10:52 | |
*** Termana has joined #maemo | 10:53 | |
*** FireFly has joined #maemo | 10:54 | |
*** zap has quit IRC | 10:54 | |
*** Yoann512 has joined #maemo | 10:54 | |
*** zap has joined #maemo | 10:55 | |
*** pounard has joined #maemo | 10:57 | |
jacekowski | i was thinking about remote wipe for maemo | 10:57 |
jacekowski | on bootloader level | 10:58 |
*** hrw has joined #maemo | 10:58 | |
*** grishnav has joined #maemo | 11:02 | |
*** eMHa has joined #maemo | 11:02 | |
*** hari_ has quit IRC | 11:05 | |
*** gaveen_ has joined #maemo | 11:06 | |
*** hardaker has quit IRC | 11:07 | |
*** Free_maN has joined #maemo | 11:07 | |
*** gaveen has quit IRC | 11:08 | |
*** dazo_afk is now known as dazo | 11:08 | |
*** ptlo has quit IRC | 11:09 | |
*** hrw has quit IRC | 11:09 | |
*** tank-man has quit IRC | 11:14 | |
*** tank-man has joined #maemo | 11:15 | |
*** Termana has quit IRC | 11:16 | |
*** TermanaN900 has joined #maemo | 11:17 | |
*** konttori_ has joined #maemo | 11:17 | |
*** Yoann512 has quit IRC | 11:19 | |
*** hari_ has joined #maemo | 11:19 | |
*** konttori has quit IRC | 11:19 | |
*** konttori_ is now known as konttori | 11:19 | |
*** sheepbat has quit IRC | 11:22 | |
*** MacDrunk has quit IRC | 11:24 | |
jacekowski | does anybody have a link to wayfinder download? | 11:25 |
jacekowski | that nav software for n8x0 | 11:25 |
*** Yoann512 has joined #maemo | 11:26 | |
*** swc|666 has left #maemo | 11:26 | |
*** swc|666 has quit IRC | 11:26 | |
*** hrw has joined #maemo | 11:27 | |
*** frade has joined #maemo | 11:27 | |
*** Plektra has joined #maemo | 11:28 | |
*** xeor has joined #maemo | 11:35 | |
cheriff | hi again, if i'm reading correctly, flasher-3.5 allows you to say load a kernel image and than boot it directly from memory by specifying -l -b instead of -f -R .. Is that correct? | 11:35 |
Stskeeps | right | 11:35 |
Stskeeps | what are you hoping to do? | 11:35 |
*** Yoann512 has quit IRC | 11:35 | |
*** dvaske has quit IRC | 11:36 | |
*** makulkar has joined #maemo | 11:36 | |
*** g55 has quit IRC | 11:36 | |
makulkar | I need to convert UYVY format to RGB for camera buffer. What is the hardware solution for conversion? as software conversion kills CPU? | 11:36 |
cheriff | well i was looking at the u-boot sources, and was going to use that to test progressive builds without constantly flashing .. but then i just realised this allows me to do that without needing to port uboot, so moot discussion :) | 11:37 |
Stskeeps | cheriff: ah, yeah | 11:37 |
Stskeeps | progressive builds of? | 11:37 |
ssvb | makulkar: gstreamer should have NEON optimizations for that | 11:39 |
*** arno0ob has joined #maemo | 11:39 | |
ssvb | what kind of software conversion are you using now? | 11:39 |
*** florian_kc has joined #maemo | 11:40 | |
cheriff | Stskeeps: at first u-boot, and then a microkernel i have working on the beagleboard (and on n900 but via a *really* gross hack where a custom linux .ko hopes to find enough high contiguous physmem to load from mmc and then jump) | 11:40 |
*** Cervajz has joined #maemo | 11:40 | |
*** florian_kc is now known as florian | 11:40 | |
cheriff | but futzing with the mmc each cycle, and my mistrust in 'using maemo as a bootloader' scheme i was looking into alternatives :) | 11:40 |
*** FIQ|p1i has quit IRC | 11:41 | |
makulkar | ssvb, written a own logic to convert to RGB | 11:41 |
makulkar | ssvb, googled rather | 11:41 |
jacekowski | hmm | 11:41 |
*** Passeli has joined #maemo | 11:41 | |
hrw | morgen | 11:41 |
jacekowski | where i can find libhildonwidgets.so.0 | 11:41 |
Stskeeps | cheriff: if you can make your kernel boot as a 'zimage' format, that's probably easier | 11:41 |
cheriff | yeah. and isnt zImage just self-extracting elf? (ie the gzip'dness of it should be optional, other than size constraints) | 11:42 |
Stskeeps | can't recall specifics but i don't think you're far off | 11:42 |
makulkar | ssvb, can you give some link on NEON? I couldnt find any :( | 11:43 |
jacekowski | makulkar: google | 11:43 |
cheriff | either way, shouldn't bee too tough to sort out. Thanks for the hearening tips on flasher!! | 11:43 |
jacekowski | makulkar: lmgtfy.com/?q=neon+arm | 11:43 |
*** g55 has joined #maemo | 11:44 | |
*** krutt has joined #maemo | 11:44 | |
*** krutt has joined #maemo | 11:44 | |
*** akeripper has quit IRC | 11:44 | |
makulkar | jacekowski, my bad its arm! thanks! | 11:44 |
ssvb | makulkar: http://repository.maemo.org/pool/fremantle/free/g/gst-plugins-base0.10/ | 11:45 |
*** zap_ has joined #maemo | 11:45 | |
ssvb | makulkar: though it may have a bit different conversion optimized and not exactly the one you need | 11:46 |
ssvb | makulkar: look in 'debian/patches' directory | 11:46 |
makulkar | ssvb, great stuff! will check now. thanks | 11:47 |
makulkar | ssvb, its still CPU solution isnt it? | 11:50 |
ssvb | makulkar: yes, but you are memory bandwidth limited anyway | 11:50 |
*** ssvb has quit IRC | 11:54 | |
*** smaug has joined #maemo | 11:56 | |
*** TermanaN900 has quit IRC | 11:57 | |
tybollt | hrrrm | 11:58 |
tybollt | anyone got cfdisk working? | 11:58 |
tybollt | or even regular fdisk? | 11:58 |
tybollt | what package is fdisk part of? Should be diskutils some sorta? | 11:59 |
*** FIQ has joined #maemo | 11:59 | |
*** cylent has joined #maemo | 11:59 | |
*** zap has quit IRC | 11:59 | |
*** FIQ is now known as Guest64142 | 11:59 | |
*** DerSaidin has quit IRC | 11:59 | |
*** cylent777 has quit IRC | 12:00 | |
*** Yoann512 has joined #maemo | 12:01 | |
*** TheNewAndy has joined #maemo | 12:08 | |
jacekowski | is there any generic util for linux/arm/maemo to read gpio state on omap? | 12:09 |
*** h4xordood has joined #maemo | 12:10 | |
*** mgedmin has joined #maemo | 12:12 | |
*** hardaker has joined #maemo | 12:13 | |
jacekowski | UART boot: UART3 is the only possible UART from which boot can be | 12:15 |
jacekowski | performed. | 12:15 |
jacekowski | ehhh | 12:15 |
jacekowski | that kinda sucks | 12:15 |
*** Guest64142 has quit IRC | 12:16 | |
*** akeripper has joined #maemo | 12:17 | |
*** Yoann512 has quit IRC | 12:18 | |
*** Yoann512 has joined #maemo | 12:20 | |
jacekowski | hmm, usb boot support | 12:20 |
*** xiwang has joined #maemo | 12:21 | |
*** TermanaN900 has joined #maemo | 12:36 | |
*** hardaker has quit IRC | 12:36 | |
*** raster has quit IRC | 12:42 | |
*** Dantonic has quit IRC | 12:47 | |
*** grishnav has quit IRC | 12:48 | |
*** grishnav has joined #maemo | 12:48 | |
*** hannesw has quit IRC | 12:49 | |
*** ssvb has joined #maemo | 12:50 | |
*** TermanaN900 has quit IRC | 12:50 | |
*** h4xordood has quit IRC | 12:50 | |
*** Tolnem has quit IRC | 12:51 | |
*** jpe has quit IRC | 12:53 | |
*** Tolnem has joined #maemo | 12:53 | |
*** SWFu has joined #maemo | 12:57 | |
*** kkb110 has joined #maemo | 12:58 | |
*** joppu has quit IRC | 12:58 | |
*** joppu has joined #maemo | 12:58 | |
*** kkb1101 has quit IRC | 12:58 | |
*** hari_ has quit IRC | 13:00 | |
*** gaveen has joined #maemo | 13:01 | |
*** TermanaN900 has joined #maemo | 13:01 | |
*** mardi has quit IRC | 13:02 | |
*** mardi has joined #maemo | 13:02 | |
*** mardi has left #maemo | 13:02 | |
*** RZ has left #maemo | 13:03 | |
*** bergie has quit IRC | 13:05 | |
*** gaveen has quit IRC | 13:06 | |
*** gaveen_ is now known as gaveen | 13:07 | |
*** Cy8aer has quit IRC | 13:09 | |
*** bergie has joined #maemo | 13:12 | |
*** plq has joined #maemo | 13:12 | |
*** t_s_o has quit IRC | 13:12 | |
*** Lanta is now known as Lantizia | 13:12 | |
*** Cy8aer has joined #maemo | 13:12 | |
*** FIQ has joined #maemo | 13:13 | |
*** nikol has joined #maemo | 13:13 | |
*** FIQ is now known as Guest59399 | 13:13 | |
nikol | hi | 13:14 |
*** arno0ob has quit IRC | 13:15 | |
*** nikol has left #maemo | 13:15 | |
*** t_s_o has joined #maemo | 13:16 | |
*** Cervajz has quit IRC | 13:17 | |
*** hannesw has joined #maemo | 13:18 | |
*** th0br0 has quit IRC | 13:19 | |
*** Termana has joined #maemo | 13:19 | |
*** kW_ has joined #maemo | 13:19 | |
*** TermanaN900 has quit IRC | 13:20 | |
*** yy has joined #maemo | 13:20 | |
*** th0br0 has joined #maemo | 13:20 | |
*** BCMM has joined #maemo | 13:21 | |
*** yy has quit IRC | 13:25 | |
haj | anyone here tried the mycontacts-widget? and if so.. Do you like it? | 13:27 |
haj | it could be a reason to mod to 5 workspaces ;) | 13:27 |
*** bidossessi has joined #maemo | 13:27 | |
*** kkb110 has quit IRC | 13:29 | |
*** kkb110 has joined #maemo | 13:30 | |
*** kkb110 has quit IRC | 13:31 | |
*** kkb110 has joined #maemo | 13:31 | |
*** kkb110 has joined #maemo | 13:32 | |
alterego | Just bought that OpenGL ES 2.0 Programming Guide book, :) | 13:34 |
*** kkb110 has quit IRC | 13:35 | |
*** kkb110 has joined #maemo | 13:35 | |
*** Guest59399 has quit IRC | 13:36 | |
*** hari_ has joined #maemo | 13:37 | |
*** h0n3st has joined #maemo | 13:37 | |
*** ohwhyme has quit IRC | 13:37 | |
*** h0n3st has left #maemo | 13:37 | |
*** Viliny_on_N900 has joined #maemo | 13:39 | |
Viliny_on_N900 | hello :) | 13:39 |
jacekowski | hello | 13:39 |
Viliny_on_N900 | its now been a while since i last came here. has there been any reports of n900 failing due to overclocking yet? | 13:40 |
jacekowski | some | 13:40 |
alterego | Viliny_on_N900: I heard of one, but I don't know. | 13:40 |
alterego | Heh, cool. | 13:40 |
Stskeeps | yes, someone got lcd glass into their face | 13:40 |
Stskeeps | :P | 13:40 |
Viliny_on_N900 | liar :D | 13:41 |
jacekowski | Stskeeps: do you have spare n900? | 13:41 |
Stskeeps | jacekowski: no | 13:41 |
alterego | Can I get a set of GLES2 headers for ubuntu 10.04 to dos mobile dev on a computer? | 13:41 |
Stskeeps | jacekowski: i do intend to buy one | 13:41 |
jacekowski | i want to test something with bootloader | 13:41 |
Viliny_on_N900 | i stopped using the oc kernel with the öatest | 13:41 |
*** lizardo has joined #maemo | 13:41 | |
Viliny_on_N900 | latest update | 13:42 |
mirf | as long as you're not letting it overheat then failure is not somethign I'd worry about | 13:42 |
jacekowski | mirf: read the datasheet | 13:42 |
jacekowski | mirf: just running it at higher frequency makes it life shorter | 13:42 |
Viliny_on_N900 | people here were so determined that oc:ing was baaad | 13:42 |
Viliny_on_N900 | so i went ahead and stopped doing it. since i only have extensive experience with x86 | 13:43 |
mirf | OK but isn't it underclocked at stock settings | 13:43 |
Viliny_on_N900 | just curious if there were reported cases of damaged units now that some time has passed | 13:43 |
*** pablo2 has joined #maemo | 13:44 | |
Viliny_on_N900 | not at mas load no... 600mhz and the specs is 600mhz for this particular cpu... right? | 13:44 |
alterego | mirf: no it's not underclocked, it's clocked at exactly what TI have said it should run at. | 13:44 |
Viliny_on_N900 | max load* | 13:44 |
*** lmoura has joined #maemo | 13:44 | |
mirf | I see | 13:45 |
*** pablo2 has quit IRC | 13:45 | |
Viliny_on_N900 | there is a 1000mhz variant thats almost the same i think... source of confusion for people thinking it's a 1ghz running at 0,6 | 13:46 |
*** pablo2 has joined #maemo | 13:46 | |
Viliny_on_N900 | wonder how big of a price diff the faster one would have made. | 13:46 |
Viliny_on_N900 | oh well. i fine with the speed now that 1,2 is out. | 13:47 |
*** Viliny_on_N900 has quit IRC | 13:51 | |
jacekowski | you would need bigger battery for 1GHz one | 13:52 |
jacekowski | because that small one in n900 would be just sucked out in hour or 2 | 13:53 |
*** Yoann512 has quit IRC | 13:54 | |
*** smhar has joined #maemo | 13:55 | |
*** rdesfo has joined #maemo | 13:55 | |
*** polymar has joined #maemo | 13:55 | |
*** slonopotamus has joined #maemo | 13:56 | |
*** MSameerWork has joined #maemo | 13:56 | |
*** Yoann512 has joined #maemo | 13:56 | |
*** dos1 has joined #maemo | 13:57 | |
*** millenomi has joined #maemo | 13:57 | |
*** peb_ is now known as peb | 14:00 | |
*** slonopotamus has quit IRC | 14:00 | |
*** frade has quit IRC | 14:01 | |
*** hardaker has joined #maemo | 14:01 | |
haj | villager: I didn't hear of any.. | 14:04 |
haj | oh, he left :) | 14:04 |
*** grishnav has quit IRC | 14:04 | |
* haj is still running OC'ed with no problems... 1GHz max freq the last 2 weeks. | 14:05 | |
*** grishnav has joined #maemo | 14:05 | |
*** grishnav has quit IRC | 14:05 | |
haj | I can't make that hack to use more than 4 home views work.. it just doesn't do anything | 14:05 |
*** grishnav has joined #maemo | 14:06 | |
kerio | it's not just about price | 14:06 |
kerio | i don't think that the 1ghz version is that much pricier than the .6 one | 14:07 |
Stskeeps | you're assuming it existed at the time | 14:07 |
*** shinkamui has joined #maemo | 14:09 | |
*** SWFu has quit IRC | 14:09 | |
X-Fade | Harware design is probably close to 2 years old by now. | 14:12 |
*** kamui__ has quit IRC | 14:12 | |
*** mrmoku|away is now known as mrmoku | 14:14 | |
lcuk | jacekowski, considering a stock device - if it ran at 600mhz continuously then the battery would drain, but the cpu throttles itself anyway | 14:15 |
lcuk | so not even considering overclocking, the only reason a battery should drain quicker is with a runaway process | 14:16 |
*** frade has joined #maemo | 14:16 | |
*** sar3th|away is now known as sar3th | 14:16 | |
haj | kerio: I don't think they are much different... the 6. and the 1 | 14:17 |
haj | but thats speculation.. I don't know anything about i.. :) | 14:17 |
lcuk | X-Fade, \o | 14:18 |
*** mrmoku is now known as mrmoku|lunch | 14:20 | |
*** marcus__ has joined #maemo | 14:26 | |
*** h0nest has joined #maemo | 14:26 | |
marcus__ | Heya guys, could anybody tell me how to patch the python script described in the wiki? http://wiki.maemo.org/Documentation/Maemo_5_Final_SDK_Installation#Starting_installation_with_GUI_installer | 14:26 |
*** microlith has quit IRC | 14:26 | |
marcus__ | Running non-debian linux, so I need to patch | 14:27 |
*** lsm5 has joined #maemo | 14:27 | |
*** LiraNuna has quit IRC | 14:27 | |
*** Macer has quit IRC | 14:27 | |
*** LiraNuna has joined #maemo | 14:27 | |
*** choppa has quit IRC | 14:27 | |
range | act | 14:27 |
range | Grrr. | 14:27 |
*** Macer has joined #maemo | 14:28 | |
*** solarion has quit IRC | 14:30 | |
*** solarion has joined #maemo | 14:30 | |
*** distantblur` has joined #maemo | 14:31 | |
*** microlith has joined #maemo | 14:31 | |
*** distantblur` is now known as distantblur | 14:31 | |
*** plq has quit IRC | 14:32 | |
*** arno0ob has joined #maemo | 14:34 | |
*** Ryback_ has joined #maemo | 14:40 | |
*** pinheiro_ has quit IRC | 14:41 | |
*** pinheiro has joined #maemo | 14:42 | |
*** murrayc has joined #maemo | 14:42 | |
*** h0nest has left #maemo | 14:43 | |
*** frade has quit IRC | 14:43 | |
*** hari_ has quit IRC | 14:44 | |
marcus__ | File "./maemo-sdk-install-wizard_5.0.py", line 2329 | 14:45 |
marcus__ | summary += "<b>Packages to install: </b>%s<br><br>" % \ | 14:45 |
marcus__ | ^ | 14:45 |
marcus__ | IndentationError: unexpected indent | 14:45 |
marcus__ | Anyone know the problem? | 14:45 |
smhar | this page should be updated for maemo5 1.2: http://maemo.org/development/training/ it will be very valuable | 14:49 |
alterego | teeheehee, finally got texture mapping sorted in GLES2 :) | 14:50 |
*** Guest42460 is now known as MohammadAG51 | 14:50 | |
alterego | Book was a good idea. | 14:50 |
*** MohammadAG51 is now known as Guest13693 | 14:51 | |
*** Guest13693 is now known as MohammadAG51 | 14:51 | |
*** crashanddie has quit IRC | 14:53 | |
smhar | specially updating it to qt | 14:56 |
DocScrutinizer | (<jacekowski> SpeedEvil: it's more like 2.6V) PLEASE check again, CAREFULLY | 14:56 |
DocScrutinizer | 2V6 is completely odd | 14:56 |
*** kkb1101 has joined #maemo | 14:56 | |
*** frade has joined #maemo | 14:57 | |
*** timeless_mbp has joined #maemo | 14:57 | |
DocScrutinizer | all IO is on 1V8, and we occasionally see V_IO3.3 | 14:57 |
*** mrmoku|lunch is now known as mrmoku | 14:57 | |
*** kkb110 has quit IRC | 14:57 | |
DocScrutinizer | jacekowski: sure you used GND testpad? | 14:58 |
Macer | ugh | 14:59 |
Macer | osx is a pain | 14:59 |
DocScrutinizer | yeah eso 10.3 on N900 | 14:59 |
DocScrutinizer | esp* | 14:59 |
DocScrutinizer | :-P | 14:59 |
MohammadAG51 | lol | 14:59 |
DocScrutinizer | you know the video | 15:00 |
cehteh | strange .. again this weird led pattern | 15:00 |
DocScrutinizer | http://www.youtube.com/watch?v=cFjl3Ob3VpU&feature=related | 15:01 |
Macer | weird led pattern? | 15:01 |
MohammadAG51 | red on/off? | 15:01 |
Macer | maybe it is trying to send you a msg from outer space in morris code | 15:01 |
DocScrutinizer | please describe more detail | 15:01 |
kerio | morris code? wtf? | 15:01 |
cehteh | MohammadAG51: white full bright, fading to 75%, rinse repeat | 15:02 |
cehteh | some strange bug | 15:02 |
Macer | somewhere on the international space station a russian cosmonaut is dying trying his last idea out to be saved | 15:02 |
cehteh | i dont have such a pattern in my mce.ini | 15:02 |
MohammadAG51 | pelota widget leftovers? | 15:02 |
DocScrutinizer | rinse?? | 15:02 |
MohammadAG51 | DocScrutinizer, he uses it as a washer apparently | 15:02 |
Duckboot | cehteh: You have been infected. There is no cure. | 15:02 |
Macer | and you are ignoring the call for help | 15:02 |
cehteh | DocScrutinizer: btw.. lookink at the clock on the ppc boot .. hehe | 15:02 |
DocScrutinizer | yep | 15:03 |
DocScrutinizer | roundabout 3h | 15:03 |
DocScrutinizer | or sth | 15:03 |
Wolfie | whee, the maemo bug jar reports just got better with those graphs | 15:03 |
Wolfie | ...but how, exactly, should those graphs be read? | 15:03 |
*** Vudentz has quit IRC | 15:03 | |
*** Vudentz has joined #maemo | 15:04 | |
Wolfie | i guess horizontal is time, and vertical is amount, but what's at the bottom, and what's the top? | 15:04 |
cehteh | and 'F12 enables mouse' .. haha | 15:04 |
Wolfie | and what is the timeframe? | 15:04 |
Macer | heh | 15:04 |
cehteh | bye | 15:05 |
*** Maemoboi has quit IRC | 15:06 | |
* DocScrutinizer wonders who's will marone? Needs a big hug, as it seems nobody ever is testing a package | 15:06 | |
*** kkb1101 has quit IRC | 15:09 | |
*** kkb110 has joined #maemo | 15:09 | |
*** setanta has joined #maemo | 15:10 | |
DocScrutinizer | cehteh: check if mce is running at all | 15:11 |
DocScrutinizer | cehteh: enable another pattern via dbus cmd to mce, then disable it and see if the faulty pattern returns | 15:12 |
DocScrutinizer | (which would mean it's actually managed by mce and the pattern stack of mce) | 15:12 |
*** marcus__ has quit IRC | 15:13 | |
*** raster has joined #maemo | 15:13 | |
DocScrutinizer | cehteh: and what'S meaning of 'rinse'? is it a typo of 'rise'? | 15:14 |
SpeedEvil | "lather, rinse, repeat" | 15:14 |
SpeedEvil | It's the instructions on many bottles of shampoo. | 15:14 |
DocScrutinizer | yeah | 15:14 |
DocScrutinizer | though always thought the repeat part is pretty useless - except for those selling the shampoo | 15:16 |
DocScrutinizer | white full bright, fading to 75%, rinse repeat | 15:16 |
DocScrutinizer | sounds weird though | 15:17 |
*** mrmoku is now known as mrmoku|away | 15:17 | |
smhar | is it possible to use the terminal -command line- to export the contacts addresses? | 15:18 |
DocScrutinizer | I'd prefer a proper pattern for mce, exactly mimicking the weird pattern | 15:18 |
*** murrayc has quit IRC | 15:19 | |
*** apoi has quit IRC | 15:19 | |
alterego | Hrm, so I can manually load textures using Qt, but the Qt bindTexture function doesn't work for me :/ | 15:19 |
DocScrutinizer | smhar: seems *possible*, but only with program that doesn't exist on N900 by default | 15:19 |
*** g55 has quit IRC | 15:19 | |
*** briglia has joined #maemo | 15:19 | |
smhar | docscrutinizer, which one? | 15:20 |
DocScrutinizer | no idea | 15:20 |
DocScrutinizer | yet to write | 15:20 |
DocScrutinizer | needs to use contacts lib and access the database to print out contacts to commandline. Don't know of existing such program | 15:21 |
smhar | docscrutinizer, do you mean another contacts program? or another program to read stock contacts program? | 15:21 |
*** etrunko has joined #maemo | 15:21 | |
*** MikeK has joined #maemo | 15:22 | |
krakan | smhar: I believe the contacts are stored in a Berkeley DB file; so it isn't too difficult to access them. | 15:22 |
DocScrutinizer | from cmdline? how? | 15:22 |
krakan | I have a script at home that does that ... let's see if i remember ... | 15:23 |
DocScrutinizer | found no berkleyDB analogon to sqlite | 15:23 |
DocScrutinizer | krakan: *much* appreciated | 15:24 |
alterego | Finally managed to load a texture, but QGLWidget::bindTexture still isn't working for me :/ | 15:24 |
krakan | hm, it's a perl script | 15:24 |
smhar | krakan, me too:-) | 15:24 |
DocScrutinizer | krakan: nevertheless, I'll buy it | 15:25 |
DocScrutinizer | even when it's perl | 15:25 |
visz | use DB_File; | 15:25 |
*** FIQ has joined #maemo | 15:25 | |
*** mardi has joined #maemo | 15:26 | |
*** FIQ is now known as Guest54209 | 15:26 | |
*** mardi has left #maemo | 15:26 | |
*** g55 has joined #maemo | 15:26 | |
krakan | I don't remember which perl module I'm using and I'm not doing it on the N900 but on my Debian laptop. DB_File sound familiar though. | 15:27 |
visz | http://perldoc.perl.org/DB_File.html | 15:27 |
*** apoi has joined #maemo | 15:27 | |
krakan | visz: does that work on the N900? | 15:28 |
visz | no idea | 15:28 |
PolarFox | Where is my LCARS theme for N900? Why I has none? :) | 15:29 |
visz | =D | 15:29 |
visz | also: communicator ring tone | 15:30 |
visz | and tricorder sounds for sms etc | 15:30 |
PolarFox | And a transporter, I hate driving. | 15:30 |
PolarFox | Or at least I would like transporter more... | 15:31 |
*** mardi has joined #maemo | 15:31 | |
*** mardi has left #maemo | 15:31 | |
visz | ahha | 15:32 |
visz | File: .osso-abook/db | 15:32 |
visz | Format: berkley database | 15:32 |
visz | Contents: address book vcard data. | 15:32 |
DocScrutinizer | visz: startrek communicator sound on sliding kbd open :-D | 15:35 |
*** pcacjr has joined #maemo | 15:35 | |
DocScrutinizer | and per-contact ringtones in friggin .osso-abook/db | 15:36 |
DocScrutinizer | if it wasn't for friggin libabook I'd probably already implemented it | 15:36 |
DocScrutinizer | i want FSO on maemo :`( | 15:37 |
Duckboot | DocScrutinizer: Startrek Communicator on slide open kbd.... That would be awesome, and annoying at the same time. | 15:37 |
Duckboot | Cool | 15:38 |
DocScrutinizer | yeah, you're so right dude. I know what you're talking of - i got it | 15:38 |
Duckboot | Hehe | 15:38 |
*** ilius has quit IRC | 15:38 | |
DocScrutinizer | worst thing is play-sound doesn't honor volume setting or any profile | 15:39 |
Duckboot | Hahaha | 15:39 |
Duckboot | Even more awesome and annoying | 15:39 |
*** Wamanuz has joined #maemo | 15:39 | |
DocScrutinizer | and when I ask "how would I plyback a wav with same volume like ringtone is right that moment?" I never get any pointer | 15:40 |
visz | i think there is an app to play a sound when opening the keyboard | 15:40 |
DocScrutinizer | n900 audio concept is a noncept, undocumented and weird | 15:41 |
DocScrutinizer | visz: that app is called dbus scripts | 15:41 |
*** Trizt has quit IRC | 15:41 | |
DocScrutinizer | though I know here's something more specialized | 15:41 |
visz | Nokia N900 LockDaemon "App" Plays audio file when you slide keyboard | 15:41 |
visz | ahha | 15:42 |
DocScrutinizer | does it blend? err level the volume? | 15:43 |
DocScrutinizer | and shut up on silent profile | 15:43 |
DocScrutinizer | ? | 15:43 |
PolarFox | And other media players have to look like fmradio to be heard if silent profile is on? | 15:43 |
*** Termana has quit IRC | 15:43 | |
DocScrutinizer | noncept | 15:44 |
*** gaveen has quit IRC | 15:44 | |
DocScrutinizer | FSCKNG undocumented policy enforcer engine in PA | 15:44 |
DocScrutinizer | no config interface, no GUI to set up per app policies, no.... nuttin | 15:45 |
visz | men | 15:45 |
visz | meh | 15:45 |
visz | lockdaemon: Depends: libqt4-maemo5-phonon but it is not installable | 15:45 |
*** andrei1089 has quit IRC | 15:47 | |
*** kkb110 has quit IRC | 15:47 | |
*** kkb110 has joined #maemo | 15:47 | |
DocScrutinizer | let's put it that way: audio on linux is screwed and always has been, and introducing PA didn't exactly help on that. But on smartphones running linux it's madness at its best | 15:48 |
*** kabtoffe has joined #maemo | 15:48 | |
*** panaggio has joined #maemo | 15:49 | |
*** crashanddie has joined #maemo | 15:49 | |
*** kkb110 has quit IRC | 15:49 | |
*** benh has quit IRC | 15:49 | |
*** kkb110 has joined #maemo | 15:49 | |
* DocScrutinizer jumping thru the room in weird patterns and cackles laud and dangerous | 15:50 | |
Macer | are there any scanners that can scan as pdf and store them on a micro sd all on their own? | 15:52 |
* DocScrutinizer urges developers of pulseaudio for a mass duell next noon | 15:53 | |
DocScrutinizer | weapon: javelins | 15:53 |
DocScrutinizer | and railguns | 15:53 |
kerio | DocScrutinizer: are you proficient in any type of barehanded fighting, or combat with one or more weapons, including both firearms and knives and alike? | 15:53 |
kerio | i need to know because i'm taking bets | 15:53 |
* SpeedEvil gets his railgun. http://en.wikipedia.org/wiki/Railway_gun | 15:54 | |
DocScrutinizer | I'm mad. So mad at PA I simply can not lose that fight | 15:54 |
MohammadAG51 | Railguns ftw | 15:54 |
kerio | ok, PA developers are in for 1.80:1 | 15:55 |
MohammadAG51 | somehow i feel DocScrutinizer has been at the army | 15:55 |
DocScrutinizer | I have my own army :-P | 15:55 |
DocScrutinizer | we are BORG, resistance is futile! | 15:56 |
kerio | SpeedEvil: much better railgun: http://en.wikipedia.org/wiki/Railgun | 15:56 |
haj | sadly in Denmark most things funny are illegal.. including bicycles with no brakes, railguns, and having your own army... | 15:57 |
haj | it's even illigal to own a tank. | 15:57 |
haj | (even if it can't shoot) | 15:57 |
*** aloisiojr has joined #maemo | 15:57 | |
MohammadAG51 | you can't have a gun where i live | 15:57 |
PolarFox | haj: what about field artillery? | 15:57 |
haj | PolarFox: uhm.. I guess thats a no-no as well | 15:58 |
kerio | haj: we need to write a working n900nuke | 15:58 |
PolarFox | I've seen some nice artillery pieces in one backyard in Pori, Finland.. :) | 15:58 |
haj | PolarFox: you need permission to own those small canons they use at parties ;) | 15:58 |
haj | salute canon I guess they call them | 15:58 |
PolarFox | haj: And they are metal pipes with wheels... | 15:59 |
*** NishanthMenon has joined #maemo | 15:59 | |
GAN900 | As a random aside: Inception is excellent. | 15:59 |
*** rdesfo has left #maemo | 15:59 | |
MohammadAG51 | GAN900, it's awesome! Seen it on saturday | 16:00 |
MohammadAG51 | i'd watch it again :D | 16:00 |
crashanddie | GAN900: you're awesome too, duntwori | 16:00 |
*** hardaker has quit IRC | 16:00 | |
haj | PolarFox: Because of stupid people making laws it has recently been outlawed walking on the street with a knife in your pocket, or having a knife in your car, or your bag... So I can't have a Leatherman | 16:00 |
haj | PolarFox: it's so stupid | 16:00 |
GAN900 | Although it's rather rushed and lacking character development for it. | 16:00 |
GAN900 | haj, where? | 16:00 |
haj | GAN900: Denmark | 16:00 |
*** kkb1101 has joined #maemo | 16:00 | |
crashanddie | haj: why do you need a knife on you? | 16:00 |
*** fiferboy has joined #maemo | 16:01 | |
*** fiferboy has quit IRC | 16:01 | |
*** fiferboy has joined #maemo | 16:01 | |
haj | crashanddie: I'd like a multitool | 16:01 |
MohammadAG51 | to melee of course | 16:01 |
haj | crashanddie: And the knife is useful | 16:01 |
MohammadAG51 | duh | 16:01 |
haj | MohammadAG51: that too ;) | 16:01 |
crashanddie | MohammadAG51: don't you throw rocks at thanks? | 16:01 |
crashanddie | tanks | 16:01 |
crashanddie | ** | 16:01 |
*** D-Iivil_Work has quit IRC | 16:01 | |
MohammadAG51 | crashanddie, no, I throw knives now | 16:01 |
PolarFox | haj: http://www.panoramio.com/photo/19982222 Scene from my homecity ;) | 16:01 |
*** Wikier has quit IRC | 16:01 | |
crashanddie | well, I'm guessing you throw rocks at "thanks" too, considering how many you're getting :P | 16:01 |
tybollt | crashie | 16:02 |
GAN900 | haj, ah, well, who's surprised. :P | 16:02 |
tybollt | where the heck you been? :) | 16:02 |
PolarFox | haj: What about fishing? In Denmark I have to fish without a knife? :) | 16:02 |
GAN900 | haj, come to Florida, we'll even let you carry a gun in your pocket. ;) | 16:02 |
tybollt | crashanddie: sub 600-700 EUR MTB, preferably hardtail, do recommend one :) | 16:02 |
haj | PolarFox: You can be excused if you have a good reason... so camping, fishing and stuff is okay | 16:03 |
crashanddie | tybollt: same as mine? | 16:03 |
tybollt | no | 16:03 |
MohammadAG51 | GAN900, can I come? :) | 16:03 |
PolarFox | GAN900: Well, in finland 15 year old can get a permit for a shotgun.. | 16:03 |
tybollt | crashanddie: you got pro gear... I'm a happy amateur :) | 16:03 |
PolarFox | haj: Same here then ;) | 16:03 |
haj | PolarFox: but you can't put your fishinggear in your car, and visit somebody and then go fish.. you need to go directly from your home to fish | 16:03 |
*** Cy8aer has quit IRC | 16:03 | |
*** kkb110 has quit IRC | 16:03 | |
*** slonopotamus has joined #maemo | 16:03 | |
haj | PolarFox: A guy got 7 days jail for driving around with fishinggear that included a knife a few months ago.. ;) | 16:04 |
tybollt | PolarFox: ? They changed that, didnät they? | 16:04 |
PolarFox | haj: So I need my letherman for computer stuff, and I'm required to be ready to go to work when the phone rings... :) | 16:04 |
tybollt | IIRC after those coupla school shootings | 16:04 |
*** MohammadAG has joined #maemo | 16:04 | |
PolarFox | tybollt: No they didn't.. It's just harder.. You can still hunt when you are 15.. | 16:04 |
haj | tybollt: you can't have a knife because of school shootings? | 16:05 |
* PolarFox has shot with an assault rifle replica when he was 16... in a public firing range. | 16:05 | |
* haj shot a canon when he was 16.. ;) | 16:05 | |
PolarFox | without parental supervision. | 16:05 |
haj | it was a small one though | 16:06 |
crashanddie | tybollt: you might be able to get a good kona kula in nice shape for 600-700 eur (second hand) | 16:06 |
haj | homemade | 16:06 |
*** HtheB has joined #maemo | 16:06 | |
HtheB | o/ | 16:06 |
HtheB | How can I remove the RD mode without using the USB cable? :p | 16:06 |
haj | PolarFox: actually what pisses me of most is that it's even illegal for kids to have a slingshot... thats just plain stupid | 16:06 |
luke-jr | last I checked, minors can't legally own anything anyway… ;) | 16:07 |
GAN900 | PolarFox, here you don't need a permit. :P | 16:07 |
HtheB | cauz the usb port broke off :p | 16:07 |
crashanddie | tybollt: or go for the saracen pylon 8, I saw it a couple of times (new) on ebay for 400 quid | 16:07 |
GAN900 | luke-jr, shades of gray. | 16:07 |
*** Cy8aer has joined #maemo | 16:08 | |
PolarFox | GAN900: It's funny that way.. ;) | 16:08 |
MohammadAG | HtheB, R&D mode status is stored in cal afaik, jacekowski might know | 16:08 |
*** Termana has joined #maemo | 16:08 | |
*** slonopotamus has quit IRC | 16:08 | |
*** HtheB has quit IRC | 16:08 | |
crashanddie | tybollt: if you get it, change the tyres and rims (tyres that come with it are road/very heavy and shitty) and rims aren't brilliant either | 16:08 |
luke-jr | I plan to teach my kids rifle shooting at age 10 | 16:08 |
GAN900 | And, no, MohammadAG, we only extend invitation to people with cool nicks. :P | 16:08 |
MohammadAG | bastards | 16:09 |
*** HtheB has joined #maemo | 16:09 | |
HtheB | lol, disconnected | 16:09 |
GAN900 | luke-jr, good plan, just make sure you start with a .22. *g* | 16:10 |
crashanddie | tybollt: then you can throw in a rockshox reba for about 300 quid, amazing fork (take the race version if you can) | 16:10 |
luke-jr | GAN900: ofc | 16:10 |
GAN900 | Anybody see the Engadget post on MeeGo today? | 16:10 |
crashanddie | GAN900: you | 16:10 |
MohammadAG | seen the title, cba to read it | 16:10 |
luke-jr | GAN900: they'll also be learning Public Speaking, Trapping, Firearm Maintenance, Archery, Algebra, and Photography :P | 16:11 |
luke-jr | (at least) | 16:11 |
*** E0x has joined #maemo | 16:11 | |
crashanddie | tybollt: that's my normal bike. I just fitted new rims (with power hub in front), new tyres, new seat, new pedals, new seatpost, changed the fingerbuzzers, cut the gear lever so that I could reverse right brake lever and gears, and that was it. | 16:12 |
*** tbf has quit IRC | 16:12 | |
crashanddie | tybollt: http://www.flickr.com/photos/slauwers/tags/bike/ | 16:12 |
crashanddie | though, the orange colour is really a "STEAL ME" factor. | 16:13 |
* DocScrutinizer watches foolish Denmark people eat their steaks with a spoon | 16:13 | |
crashanddie | anyway, gotta run. | 16:13 |
luke-jr | DocScrutinizer: lol what? | 16:13 |
*** crashanddie has quit IRC | 16:13 | |
*** HtheB has quit IRC | 16:14 | |
*** HtheB has joined #maemo | 16:14 | |
DocScrutinizer | luke-jr: >>[2010-07-26 15:00:27] <haj> PolarFox: Because of stupid people making laws it has recently been outlawed walking on the street with a knife in your pocket...<< | 16:15 |
luke-jr | ah | 16:15 |
luke-jr | any knife at all? O.o | 16:15 |
luke-jr | I've literally had to do that for my own protection before actually | 16:16 |
luke-jr | some nut was using my open WiFi, and I gave him some rules if he didn't want me cutting him off… he basically threatened me | 16:16 |
* DocScrutinizer heard in Italy you get arrested for carrying a screwdriver with you | 16:17 | |
MohammadAG51 | grrr, X crashed on my PC | 16:17 |
HtheB | DocScrutinizer, | 16:17 |
HtheB | Do you know how I can remove the R&D mode without using the USB cable? :p | 16:17 |
MohammadAG51 | ask jacekowski | 16:17 |
luke-jr | DocScrutinizer: but….. but…… | 16:17 |
jacekowski | i know | 16:17 |
luke-jr | HtheB: I'm curious how you charge without using the USB cable | 16:18 |
*** MohammadAG has quit IRC | 16:18 | |
MohammadAG51 | luke-jr, connect the pins to a car battery | 16:18 |
luke-jr | HtheB: to answer your question though, there should be some cal-tool or something on the tablet itself | 16:18 |
DocScrutinizer | and I know that I don't know, but it's hard for sure, as there seems no standard tool for disabling R&D from userland | 16:18 |
*** ayanes has quit IRC | 16:18 | |
Duckboot | MohammadAG51: Hehe - The mental picture of a dude carrying a car battery with him as a charger for his phone.... | 16:19 |
luke-jr | ah, N900 cal-tool only reads | 16:19 |
*** diegohcg has joined #maemo | 16:19 | |
*** HtheB_ has joined #maemo | 16:19 | |
HtheB_ | >.< | 16:19 |
DocScrutinizer | luke-jr: yep | 16:20 |
jacekowski | hmm | 16:20 |
jacekowski | so you want to disable rd-mode | 16:20 |
DocScrutinizer | I guess that's on purpose | 16:20 |
HtheB_ | yeah :) | 16:20 |
*** HtheB has quit IRC | 16:20 | |
HtheB_ | my usb broke off :p | 16:20 |
*** HtheB_ is now known as HtheB | 16:20 | |
jacekowski | aaaaah | 16:20 |
Duckboot | Once you had the red pill - there is no going back... | 16:21 |
DocScrutinizer | HtheB: maybe get it fixed then? | 16:21 |
jacekowski | HtheB: they will know that you had r&d mode enabled | 16:21 |
HtheB | DocScrutinizer, I want to send it back, :) | 16:21 |
HtheB | hmm | 16:21 |
jacekowski | HtheB: cal keeps that sort of info anyways | 16:21 |
luke-jr | are there any negative effects of R&D mode on N900? | 16:21 |
Termana | I think someone developed a tools/script/something or rather that allowed writing to the appropriate space that cal-tool reads. Not recommended though | 16:21 |
Termana | luke-jr, flashing keyboard lights? | 16:21 |
jacekowski | luke-jr: power drain | 16:21 |
jacekowski | luke-jr: keyboard is constantly lit | 16:21 |
DocScrutinizer | HtheB: hehe and now you're worried they'd otice your overclocking? | 16:21 |
jacekowski | even when closed | 16:22 |
HtheB | it's ok, just if it s not able to see while booting | 16:22 |
MohammadAG51 | unless you change the config file | 16:22 |
*** kkb110 has joined #maemo | 16:22 | |
*** svamsi has joined #maemo | 16:22 | |
HtheB | jacekowski, how can I do this? :) | 16:22 |
DocScrutinizer | jacekowski: I thought kbd has blinking mode when in R&D - that's hardly called lit, and it shouldn't be constantly on either | 16:23 |
*** bbee has quit IRC | 16:23 | |
luke-jr | jacekowski: aha, I thought my lighting was weird XD | 16:23 |
MohammadAG51 | DocScrutinizer, it stays on all the time, unless you change some file in /etc | 16:23 |
DocScrutinizer | now that's weird | 16:24 |
*** kkb1101 has quit IRC | 16:24 | |
*** svamsi has left #maemo | 16:24 | |
DocScrutinizer | I'd really like to learn more about that particular file | 16:24 |
DocScrutinizer | pointers? | 16:24 |
MohammadAG51 | /etc/pmconfig | 16:25 |
*** tbf has joined #maemo | 16:25 | |
MohammadAG51 | X-Fade, ping? | 16:27 |
*** slonopotamus has joined #maemo | 16:27 | |
DocScrutinizer | :) | 16:27 |
tybollt | hmm | 16:28 |
E0x | morning | 16:28 |
tybollt | anyone around here using browser switchboard? | 16:28 |
tybollt | I played around w/ changing to firefox - no go - so switched back to microb | 16:29 |
tybollt | after that microb had an average startup time of between 3 and 4 minutes | 16:29 |
tybollt | (not a joke!) | 16:29 |
*** smaug has quit IRC | 16:30 | |
MohammadAG51 | tybollt, haha, nice one | 16:30 |
MohammadAG51 | any other jokes? | 16:30 |
*** kkb110 has quit IRC | 16:32 | |
* tybollt beats mohammad silly w/ frals | 16:33 | |
tybollt | :-) | 16:33 |
*** hardaker has joined #maemo | 16:33 | |
tybollt | MohammadAG51: I don't suppose you're the maintainer of that pkg? | 16:34 |
MohammadAG51 | frals_armel.deb? nah | 16:34 |
tybollt | ;-.) | 16:34 |
jacekowski | tybollt: that fast? | 16:34 |
* MohammadAG51 purges frals | 16:34 | |
MohammadAG51 | oh the switchboard, no :P | 16:35 |
tybollt | btw uinstalling switchboard gets microb responsetime back to w/in the second | 16:35 |
tybollt | really confusing... :S | 16:35 |
*** kkb110 has joined #maemo | 16:36 | |
tybollt | how'd you make a userland app that'd introduce a delay like that? | 16:36 |
* DocScrutinizer suspects microb preload gets messed up | 16:36 | |
MohammadAG51 | most probably | 16:36 |
kerio | tybollt: the real question is, can you make a userland app with a negative delay, so everything can be launched in less time? | 16:36 |
tybollt | DocScrutinizer: like it is not able to take advantage of it and so has to start it up from scratch every time using the switchboard? | 16:37 |
*** HtheB has quit IRC | 16:37 | |
DocScrutinizer | that's what I guess, yeah | 16:37 |
*** HtheB has joined #maemo | 16:37 | |
tybollt | fair enough, that'd make sense yes | 16:37 |
*** bbee has joined #maemo | 16:39 | |
tybollt | kerio: Not sure - let's spend 2000+ manhours devising such a project! We'll start off by investigating how we can more efficiently divide by zero! | 16:39 |
* DocScrutinizer wonders how other apps relying on mircrob will perform in that situation. Break completely? also take 4 min? or just ignore the switchboard and act as usual? | 16:39 | |
DocScrutinizer | kerio: that's called preloading | 16:40 |
tybollt | DocScrutinizer: Fwiw starting microb out of the you know - regular applist (top left corner and then the list) is instantaneous | 16:40 |
tybollt | DocScrutinizer: it only seems to be the bookie widgets ona desktop | 16:41 |
*** Xisdibik has joined #maemo | 16:41 | |
*** Ordog_by has quit IRC | 16:41 | |
DocScrutinizer | hmhmhm | 16:41 |
*** kkb1101 has joined #maemo | 16:42 | |
DocScrutinizer | what's with d-bus calls to microb? | 16:42 |
tybollt | really no other swtichboard users around here | 16:42 |
tybollt | ? | 16:42 |
jacekowski | no | 16:42 |
tybollt | DocScrutinizer: what'd use that? sms-app, huh? | 16:42 |
DocScrutinizer | I heard messaging is one of those, yeah | 16:43 |
MohammadAG51 | what launches the preloaded apps? | 16:43 |
DocScrutinizer | timeless should know | 16:43 |
* timeless_mbp looks up | 16:43 | |
*** kkb110 has quit IRC | 16:43 | |
Stskeeps | MohammadAG51: hildon desktop i believe | 16:43 |
DocScrutinizer | timeless_mbp: what is relying on microb as support ? | 16:44 |
DocScrutinizer | which apps? | 16:44 |
timeless_mbp | tutorial, maps, conversations | 16:44 |
* timeless_mbp ponders | 16:44 | |
timeless_mbp | i might be missing one or two | 16:44 |
MohammadAG51 | hmm, interesting, wanted to make the clock app reload, it had the line commented out | 16:44 |
MohammadAG51 | X-Maemo-Prestarted-Priority=500 | 16:44 |
DocScrutinizer | no worries, we got 3 now | 16:44 |
MohammadAG51 | X-Maemo-Prestarted=never | 16:44 |
MohammadAG51 | Stskeeps, ty | 16:44 |
tybollt | timeless_mbp: did you try the switchboard? | 16:45 |
timeless_mbp | tybollt: using the browser-ui as a sample process is a bad idea | 16:46 |
*** kkb110 has joined #maemo | 16:46 | |
*** carloscesa has joined #maemo | 16:46 | |
timeless_mbp | since it has a bookmarks view designed to hide browser engine launch speed | 16:46 |
*** kkb1101 has quit IRC | 16:46 | |
timeless_mbp | and no, i'm not insane | 16:46 |
timeless_mbp | why would i install an app that's known to break the product i work on? | 16:46 |
DocScrutinizer | tybollt: dbus-send --system --type=method_call --dest="com.nokia.osso_browser" --print-reply /com/nokia/osso_browser/request com.nokia.osso_browser.load_url string:"google.com" | 16:47 |
MohammadAG51 | if only there was a way to keep the engine running | 16:47 |
toggles_w | more gas | 16:48 |
DocScrutinizer | benders last words before falling into his 30th drink | 16:48 |
*** abax has joined #maemo | 16:48 | |
*** Xisdibik has quit IRC | 16:49 | |
SpeedEvil | it's valid but if you kill browser | 16:49 |
tybollt | timeless_mbp: see. that's what I was fishing for "know to break"... you could've told me that right away ;) | 16:49 |
timeless_mbp | i'm pretty sure there's a bug which says that | 16:50 |
timeless_mbp | and i'm pretty sure i've mentioned it repeatedly here | 16:50 |
tybollt | I'm pretty sure you just said I'm not paying attention :) | 16:50 |
tybollt | fair enough, I've installed it now. | 16:50 |
tybollt | uninstalled. | 16:50 |
*** celesteh has joined #maemo | 16:51 | |
*** ohwhyme has joined #maemo | 16:51 | |
*** salman_ has joined #maemo | 16:51 | |
*** lugkhast has joined #maemo | 16:52 | |
salman_ | is it possible to add fields to the contacts profile? | 16:52 |
DocScrutinizer | salman_: no :-( | 16:52 |
*** kkb110 has quit IRC | 16:52 | |
*** ScriptFanix has quit IRC | 16:53 | |
DocScrutinizer | pretty mean | 16:53 |
timeless_mbp | s/mean/harsh/ ? | 16:53 |
DocScrutinizer | yep | 16:53 |
*** Venemo has joined #maemo | 16:53 | |
*** chenca has joined #maemo | 16:53 | |
*** krutt has quit IRC | 16:53 | |
*** mitsutaka_ has quit IRC | 16:53 | |
luke-jr | possible to get N900 to differentiate between "Missed call" and "picked up on another line"? | 16:54 |
tybollt | well | 16:54 |
tybollt | I convinced my friend to get the N900 | 16:54 |
DocScrutinizer | though mean is more the word I felt is right for it | 16:54 |
timeless_mbp | luke-jr: i don't think so | 16:54 |
tybollt | "It can do anything - it's Linux" | 16:54 |
lugkhast | So I've read about the N900 charger plug having too tight a hold on the micro-usb socket - is this also the case with the data cable? | 16:54 |
tybollt | now he's totally on my case about it not doing ringsignal per user out of the box, sigh :) | 16:54 |
DocScrutinizer | means as in stingy | 16:54 |
luke-jr | tybollt: if you're going to convince someone, use the truth | 16:55 |
*** smhar has quit IRC | 16:55 | |
salman_ | docscrutinizer , no fields, no groups, no specific tone per contact/group, I think it is time to do a full contacts replacement, something like 'the killer contacts application' :-) | 16:55 |
DocScrutinizer | "mean" as in stingy | 16:55 |
DocScrutinizer | salman_: ack | 16:55 |
*** Cy8aer has quit IRC | 16:55 | |
tybollt | luke-jr: Awww :-) | 16:55 |
X-Fade | There is a ringtone per contact plugin for contacts. | 16:55 |
*** Termana has quit IRC | 16:55 | |
luke-jr | tybollt: just think of the potential disappointment when he finds out he *can't* do anything | 16:55 |
tybollt | X-Fade: true, I know that | 16:55 |
tybollt | luke-jr: :) It can actually do a darn lot | 16:56 |
DocScrutinizer | X-Fade: name? | 16:56 |
luke-jr | tybollt: but not anything by far | 16:56 |
luke-jr | tybollt: there are a lot of things it *could* do, but *can't* because it's closed | 16:56 |
GAN900 | It's CAPABLE of doing nearly anything | 16:56 |
tybollt | ja, gan++ | 16:56 |
GAN900 | It's just a function of effort invested. | 16:56 |
luke-jr | like that 'differentiate between "Missed call" and "picked up on another line"' I just mentioned | 16:56 |
X-Fade | DocScrutinizer: http://maemo.org/packages/view/per-contact-ringtones/ | 16:56 |
luke-jr | GAN900: well, maybe you could rewrite the entire software stack, except for missing specs etc | 16:57 |
tybollt | X-Fade: I tried installing it - was a big and fairly bloated widget... :-/ | 16:57 |
X-Fade | tybollt: Well the source is there ;) | 16:57 |
DocScrutinizer | lugkhast: forget that. Do NOT mechanically modify any USB plugs etc. It works ok, just needs ~500...1000 rounds to settle | 16:58 |
luke-jr | X-Fade: only bits and pieces | 16:58 |
DocScrutinizer | X-Fade: thanks | 16:58 |
*** distantblur has quit IRC | 16:58 | |
X-Fade | Anyway, a 20K package big an bloated? :) | 16:58 |
*** TheNewAndy has quit IRC | 16:58 | |
tybollt | X-Fade: I'm sure I'd spend time hacking on an app _I_ don't want ;) | 16:58 |
luke-jr | X-Fade: not by Maemo standards | 16:58 |
*** MohammadAG has joined #maemo | 16:59 | |
*** Scifi has joined #maemo | 16:59 | |
*** distantblur` has joined #maemo | 16:59 | |
*** distantblur` is now known as distantblur | 16:59 | |
lugkhast | DocScrutinizer: Thanks! | 16:59 |
*** mw22 has joined #maemo | 17:01 | |
*** valdyn has quit IRC | 17:01 | |
salman_ | are all the 'communications' between the contact application and the different subsystem documented in the form of api/dbus calls? | 17:01 |
mw22 | how do I install unzip on the n900? | 17:01 |
*** MadViking has joined #maemo | 17:01 | |
timeless_mbp | apt-get install unzip ? | 17:02 |
tybollt | mw22: xterm ; sudo gainroot ; apt-get install <yourapp> | 17:02 |
*** raster has quit IRC | 17:03 | |
*** MadViking has quit IRC | 17:03 | |
alterego | Why don't we have: http://processors.wiki.ti.com/index.php/OpenGLES_Texture_Streaming_-_bc-cat_User_Guide | 17:03 |
alterego | :( | 17:04 |
Stskeeps | second guy who asks.. | 17:04 |
*** MadViking has joined #maemo | 17:04 | |
alterego | Stskeeps: ? | 17:04 |
timeless_mbp | alterego: why haven't you ported it? :) | 17:04 |
mw22 | tybollt, thanks, it seems to work now (it didn't seem to work the first time) | 17:04 |
*** HtheB_ has joined #maemo | 17:04 | |
alterego | It's designed by TI for the OMAP35 :) | 17:05 |
alterego | Porting it shouldn't be required :P | 17:05 |
alterego | I'll give it a go :) | 17:05 |
DocScrutinizer | salman_: osso-abook doesn't have a d-bus api :-S | 17:05 |
tybollt | any nitdroid users around here`? | 17:06 |
*** dvaske has joined #maemo | 17:06 | |
DocScrutinizer | salman_: libosso-abook | 17:06 |
*** HtheB has quit IRC | 17:06 | |
DocScrutinizer | sudo gainroot is for losers | 17:08 |
DocScrutinizer | it's called root | 17:08 |
salman_ | docscrutinizer, so, if 'someone' designed a replacement address book application, with all the nice features like extra fields, groups, ring tune /contact/group, better search ...etc , how difficult it is to 'integrate' it with the rest of the system? | 17:08 |
luke-jr | I just installed sshd and configured sudo from there | 17:08 |
luke-jr | :p | 17:08 |
X-Fade | DocScrutinizer: Does this look better for you? http://maemo.org/packages/package_instance/view/fremantle_extras-devel_free_armel/starhash-enabler/0.1/ | 17:09 |
DocScrutinizer | salman_: depends | 17:09 |
salman_ | docscrutinizer, ? | 17:09 |
DocScrutinizer | maybe you can augment the berkley database table format, and libosso-abook would happily ignore the extra fields | 17:09 |
jacekowski | DocScrutinizer: it will probably fail miserably | 17:10 |
DocScrutinizer | otoh to make the contacts UI app aware of extra fields means you have to rewrite it, as it's closed source | 17:10 |
MohammadAG | did zoutube get dumped? | 17:11 |
salman_ | docscrutinizer, I was talking about integrating a 'new' replacement address book application with the rest of N900 system, it could even use its own db, maybe sqllite | 17:11 |
DocScrutinizer | jacekowski: I tought about abusing the 'comment' field for "X-My-Tag-ringtone: doodlidoo.wav" | 17:11 |
*** slonopotamus has quit IRC | 17:12 | |
*** valdyn has joined #maemo | 17:12 | |
DocScrutinizer | salman_: there's a friggin lot of apps relying on original libosso-abook. You'd have to replace that with a API/ABI-compatible version using your new database | 17:12 |
MohammadAG | yay line breaks fixed in the package instance pages | 17:13 |
MohammadAG | ty X-Fade | 17:13 |
*** MohammadAG has quit IRC | 17:13 | |
Venemo | hi guys | 17:13 |
*** Scifi has quit IRC | 17:13 | |
Venemo | have you voted in the first N900 coding competition yet? | 17:13 |
alterego | Hrm, I can build it, but it requires the TI graphics SDK | 17:14 |
DocScrutinizer | MohammadAG51: yes, but <foo> still not escaped to <foo> | 17:14 |
alterego | So I can't put it into extras .. | 17:14 |
alterego | Unless I distribute it as a binary I guess. | 17:14 |
tripzero | Venemo, coding competition? | 17:14 |
luke-jr | Venemo: I looked, but didn't recognize almost any of the apps listd | 17:15 |
Venemo | tripzero: yes. | 17:15 |
*** timeless has quit IRC | 17:15 | |
Venemo | luke-jr: well, in this case, I can help | 17:15 |
Venemo | luke-jr: Sticky Notes desperately needs your vote! | 17:15 |
luke-jr | haha | 17:15 |
luke-jr | what's wrong with the offical note app? | 17:15 |
Venemo | tripzero: here are the details: http://talk.maemo.org/showthread.php?t=53112 | 17:15 |
Venemo | luke-jr: the official note app is not a desktop widget | 17:16 |
X-Fade | DocScrutinizer: Hmm need to look at that part too. | 17:16 |
luke-jr | Venemo: I see. Doesn't seem to matter to me | 17:16 |
salman_ | docscrutinizer, and those API/ABI are not documented/available? | 17:16 |
*** jpe has joined #maemo | 17:16 | |
Venemo | luke-jr: Sticky Notes allows you to create multiple notes widgets on your desktop | 17:16 |
luke-jr | in fact, I find that like my normal PC, I ignore the desktop entirely | 17:17 |
*** b-man has joined #maemo | 17:17 | |
Venemo | luke-jr: if this is the case, then you don't really care what you vote on, don't you? | 17:18 |
luke-jr | Venemo: I care about poll integrity, sorry ☺ | 17:18 |
Venemo | luke-jr: Sticky Notes will be grateful even if you don't use the desktop :P | 17:18 |
Venemo | luke-jr: well, it seems that the authors of the other apps don't care about poll integrity as much as you | 17:19 |
*** Jucato has joined #maemo | 17:20 | |
*** Finnish has quit IRC | 17:20 | |
*** panaggio has quit IRC | 17:21 | |
*** jpe has quit IRC | 17:21 | |
jacekowski | DocScrutinizer: why? | 17:21 |
jacekowski | DocScrutinizer: what are you trying to achieve? | 17:22 |
*** ppenz has quit IRC | 17:24 | |
*** zap_ has quit IRC | 17:26 | |
*** salman_ has quit IRC | 17:27 | |
*** Finnish has joined #maemo | 17:30 | |
*** ScriptFanix has joined #maemo | 17:30 | |
*** bilboed-tp has joined #maemo | 17:32 | |
*** Jucato has quit IRC | 17:32 | |
*** TheJ has joined #maemo | 17:33 | |
MohammadAG51 | i hate how the N900 uses a software switch for the headset | 17:34 |
MiXu- | How does the end user see that? | 17:35 |
Venemo | MohammadAG51: laptops use software switches, too | 17:35 |
MohammadAG51 | mine uses a hardware switch | 17:35 |
*** kkb110 has joined #maemo | 17:35 | |
MohammadAG51 | MiXu-, my headset is kinda borked, the N900 detects it was plugged but doesn't route audio | 17:36 |
MohammadAG51 | [ 7233.611694] headphone (GPIO 177) is now connected | 17:36 |
tybollt | MohammadAG51: the gods want you to use BT A2DP | 17:36 |
*** ssvb has quit IRC | 17:36 | |
kerio | MohammadAG51: it's awesome instead | 17:36 |
kerio | you have two audio outputs | 17:36 |
tybollt | btw you auiophiles out there.. is cabled audio better than A2DP? | 17:36 |
*** crashanddie has joined #maemo | 17:36 | |
MohammadAG51 | tybollt, Nokia says the headsets are too expensive to buy, so they don't have them here in Jordan | 17:37 |
MohammadAG51 | retarded, I know | 17:37 |
*** Smily has joined #maemo | 17:37 | |
MiXu- | MohammadAG51: I see | 17:37 |
tripzero | tybollt, i think a2dp is just fine | 17:37 |
tybollt | MohammadAG51: I bought this silly usb dongle for missus and then she connects the headphones to the dongle... | 17:37 |
kerio | tybollt: i'd say it depends on the quality of the headset? | 17:37 |
jacekowski | tybollt: depends on DAC in headset | 17:38 |
tripzero | however, it's hard to find a headset that doesn't have noise issues with bt | 17:38 |
jacekowski | tybollt: but most of them have cheap dac and badly designed circuit | 17:38 |
tybollt | kerio / jacek: Say top notch A2DP gear... ? | 17:38 |
tybollt | What I'm getting is is the compression of the audio lossfull to an extent where human ear can tell? | 17:38 |
jacekowski | ok, a2dp allowas quality that's same as directly from phone | 17:39 |
kerio | it depends on the relative quality of the d2a converters, i guess | 17:39 |
jacekowski | but even top notch ones are poorly designed | 17:39 |
kerio | until they find a way to turn the digital audio in electric pulses ready for interpretation in the brain | 17:39 |
MohammadAG51 | replace the human brain with something more... useful | 17:40 |
tybollt | kerio: ;P | 17:40 |
*** SmilyOrg has quit IRC | 17:40 | |
*** dvaske has quit IRC | 17:41 | |
*** Jucato has joined #maemo | 17:42 | |
*** LjL has joined #maemo | 17:42 | |
tybollt | MohammadAG51: this the one you want | 17:43 |
tybollt | http://www.jabra.com/sites/jabra/na-us/headsets/pages/jabrabt3030.aspx | 17:43 |
tybollt | MohammadAG51: skip the hoodie or mossad will get interested ;) | 17:43 |
*** crashanddie has quit IRC | 17:44 | |
*** HtheB__ has joined #maemo | 17:45 | |
*** HtheB_ has quit IRC | 17:45 | |
*** Jucato has left #maemo | 17:47 | |
*** smaug has joined #maemo | 17:47 | |
alterego | So, I have live images streaming from the N900 camera to an OpengL primitive now :) | 17:49 |
alterego | Just need to do the colour space conversion .. | 17:50 |
*** sheepbat has joined #maemo | 17:51 | |
*** smaug has quit IRC | 17:52 | |
*** chenca has quit IRC | 17:53 | |
*** bouteilledelait has joined #maemo | 17:53 | |
*** chenca has joined #maemo | 17:54 | |
*** TheJ has quit IRC | 17:54 | |
*** LjL has quit IRC | 17:55 | |
*** _0x47 has quit IRC | 17:55 | |
*** MikeK has quit IRC | 17:55 | |
DocScrutinizer | jacekowski: trying to integrate per contact settings of all kinds into existing framework | 17:56 |
*** chenca1 has joined #maemo | 17:57 | |
DocScrutinizer | of *ALL* kinds - like ringtone, reject-call-between-5:00-and-07:00, use-sip-for-dialing, whatnot | 17:58 |
DocScrutinizer | goups | 17:58 |
*** chenca has quit IRC | 17:59 | |
jacekowski | create additional DB | 17:59 |
jacekowski | and link them | 17:59 |
*** orbarron has left #maemo | 17:59 | |
jacekowski | that's what RDBMS is for | 17:59 |
DocScrutinizer | nonsense, RDBMS is about additional TABLES in ONE database | 18:00 |
jacekowski | no | 18:00 |
jacekowski | not only in one database | 18:00 |
jacekowski | other databases can reference to data in other databases | 18:00 |
DocScrutinizer | depends on the particular DBMS | 18:01 |
DocScrutinizer | obviously for berkley that's no inherent property of the DBMS | 18:01 |
jacekowski | yep | 18:02 |
*** johnsu01 has quit IRC | 18:02 | |
*** johnsu01 has joined #maemo | 18:02 | |
jacekowski | are you sure it's BDB? | 18:02 |
jacekowski | i was thinking it was using sqlite | 18:02 |
DocScrutinizer | you had to simulate by external process linking separate db | 18:02 |
*** mrmoku|away is now known as mrmoku | 18:02 | |
*** bidossessi has quit IRC | 18:03 | |
DocScrutinizer | people that *should* know say t's berkley | 18:03 |
jacekowski | well | 18:03 |
jacekowski | call log | 18:03 |
jacekowski | is in sqlite | 18:03 |
jacekowski | i'm not sure about contacts | 18:03 |
jacekowski | i never touched that part | 18:03 |
*** jayabharath has joined #maemo | 18:03 | |
jacekowski | but i would expect it to be the same | 18:04 |
jacekowski | but we saw lot of bad coding already | 18:04 |
jacekowski | DocScrutinizer: btw. have you seen that part about uart boot on n900 | 18:04 |
*** bidossessi has joined #maemo | 18:04 | |
jacekowski | DocScrutinizer: that it only boots from uart3 | 18:04 |
*** mitsutaka has joined #maemo | 18:05 | |
DocScrutinizer | X-Fade: MUCH better :-D | 18:05 |
DocScrutinizer | jacekowski: nope, no idea what u r talking about | 18:06 |
X-Fade | DocScrutinizer: html escaping should be in place now too. | 18:06 |
jacekowski | that if omap would be configured to boot from uart3 | 18:06 |
jacekowski | uart* | 18:06 |
jacekowski | it would only boot from uart3 | 18:06 |
DocScrutinizer | X-Fade: think you can close bug #10987 | 18:09 |
povbot | Bug https://bugs.maemo.org/show_bug.cgi?id=10987 http://maemo.org/packages/package_instance/view/fremantle_extras-devel_free_armel * <foo> rendering issue | 18:09 |
*** retro|cz has quit IRC | 18:10 | |
DocScrutinizer | jacekowski: yep, that's what I mentioned above. So probably one of the testpads when pulled to GND will switch the config to enable that | 18:10 |
*** fiferboy has quit IRC | 18:12 | |
*** etrunko has quit IRC | 18:12 | |
*** fiferboy has joined #maemo | 18:12 | |
*** fiferboy has quit IRC | 18:12 | |
*** fiferboy has joined #maemo | 18:12 | |
*** etrunko has joined #maemo | 18:13 | |
MohammadAG51 | X-Fade, ping? | 18:13 |
*** hannesw has quit IRC | 18:16 | |
abax | hi. i have problems with maemo opengles 2.0. i'm rendering a quad at the top right corner of the screen, like this: http://kirah.fi/~apaksi/p/gles/2010-07-26-175507.jpg it looks like that if i use the vertex attribute number 0 | 18:16 |
abax | however, if i switch to vertex attribute number 3, it starts looking like this: http://kirah.fi/~apaksi/p/gles/2010-07-26-175820.jpg | 18:16 |
abax | if i use attribute number 1, it looks like this: http://kirah.fi/~apaksi/p/gles/2010-07-26-180312.jpg so only the y coordinate is working and the x coordinate is not | 18:17 |
abax | would you have any idea why it's doing that? | 18:17 |
*** b-man is now known as b-man17 | 18:17 | |
*** cure has joined #maemo | 18:17 | |
*** b-man17 is now known as b-man | 18:17 | |
*** cure is now known as Guest74993 | 18:18 | |
DocScrutinizer | [2010-07-26 14:32:06] <visz> File: .osso-abook/db | 18:18 |
DocScrutinizer | [2010-07-26 14:32:07] <visz> Format: berkley database | 18:18 |
DocScrutinizer | [2010-07-26 14:32:07] <visz> Contents: address book vcard data. | 18:18 |
*** streuner_ has joined #maemo | 18:24 | |
*** z4chh has quit IRC | 18:26 | |
*** polymar has quit IRC | 18:26 | |
*** hardaker has quit IRC | 18:27 | |
*** z4chh has joined #maemo | 18:28 | |
*** streuner_ has left #maemo | 18:28 | |
*** hannesw has joined #maemo | 18:30 | |
*** arno0ob has quit IRC | 18:30 | |
*** mirf has quit IRC | 18:31 | |
*** ian_r has joined #maemo | 18:31 | |
*** igagis has joined #maemo | 18:31 | |
*** mgedmin has quit IRC | 18:32 | |
*** mlfoster has joined #maemo | 18:32 | |
*** Guest54209 has quit IRC | 18:34 | |
*** jukey has quit IRC | 18:35 | |
*** h0n3st has joined #maemo | 18:36 | |
*** ag0ny has quit IRC | 18:37 | |
ian_r | PolarFox: "Where is my LCARS theme for N900? Why I has none?" ... i suspect this is the closest you'll get on the n900, at least for now. http://talk.maemo.org/showthread.php?t=58667 | 18:38 |
ian_r | there's a sounds package also :D | 18:38 |
jacekowski | DocScrutinizer: thing is that all pins that configure boot sequence are gpio pins as well | 18:38 |
Stskeeps | ian_r: saw the various docs on meego theming yet btw? looks quite flexible | 18:38 |
DocScrutinizer | jacekowski: so what? | 18:39 |
jacekowski | you can easily test which pad is it | 18:39 |
DocScrutinizer | jacekowski: aiui they are latched on chip-reset | 18:39 |
*** mirf has joined #maemo | 18:39 | |
ian_r | stskeeps: haven't really checked it out yet. | 18:39 |
jacekowski | DocScrutinizer: only on power-on-reset | 18:39 |
jacekowski | and you can modify them afterwards | 18:39 |
jacekowski | in one of control registers | 18:40 |
jacekowski | and restart chi | 18:40 |
jacekowski | chip* | 18:40 |
DocScrutinizer | jacekowski: OMAP 35x Tech Ref manual D: chapter 11.x.x.x.x | 18:41 |
jacekowski | memory subsystem? | 18:41 |
*** FIQ has joined #maemo | 18:42 | |
DocScrutinizer | 11.1.5.13 boot config, 11.1.3.3.2 GPMC CS0 Default Configuration at IC Reset. | 18:42 |
*** FIQ is now known as Guest30533 | 18:42 | |
DocScrutinizer | and +- a "few dozen" for context | 18:43 |
*** crashanddie has joined #maemo | 18:43 | |
DocScrutinizer | To ensure a correct external boot with a GPMC access from IC reset time on CS0, several external pins are sampled: | 18:44 |
*** Xisdibik has joined #maemo | 18:45 | |
jacekowski | DocScrutinizer: 25.2.3 | 18:46 |
jacekowski | Boot Configuration | 18:46 |
jacekowski | These seven pins are sampled and latched onto the CONTROL.CONTROL_STATUS register after POR. | 18:46 |
jacekowski | POR - power on reset | 18:46 |
jacekowski | so control_status can be modified and then phone can be restarted via software | 18:48 |
DocScrutinizer | mhm, just came back with same in my copybuffer :-P | 18:48 |
DocScrutinizer | shall I paste as well ? :-D | 18:49 |
*** Xisdibik has quit IRC | 18:49 | |
jacekowski | yeah, don't be shy | 18:50 |
*** ohwhyme has quit IRC | 18:51 | |
jacekowski | it's useless for flashing dead device | 18:51 |
*** Xisdibik has joined #maemo | 18:51 | |
*** Termana has joined #maemo | 18:51 | |
*** harnir has joined #maemo | 18:52 | |
harnir | hello | 18:52 |
DocScrutinizer | I don't see the modifying bootconfig method by using the GPIO properties though | 18:52 |
*** ssvb has joined #maemo | 18:53 | |
jacekowski | but if you can toggle level on that pin on demand | 18:53 |
jacekowski | then you can easily find which pads are these pins connected to | 18:53 |
harnir | avahi on my n900 sort-of works, I can ping it from my pc, see the chat service, but I can't ping computers in .local domain from n900, any idea where's the problem? | 18:53 |
jacekowski | hmm, do you think that "I still have not received any e-mail from you, if you have any problems sending it to blah@blah.org you can try jacek.blah@xxx.xxx as well." | 18:55 |
jacekowski | is rude? | 18:55 |
*** h0nest has joined #maemo | 18:55 | |
DocScrutinizer | jacekowski: yeah, that's brilliant. And so obvious I conclude my caffeine level is dangerously low :-) | 18:55 |
DocScrutinizer | 5523? | 18:56 |
jacekowski | 42 | 18:56 |
jacekowski | 5523? | 18:56 |
DocScrutinizer | LP5523 ds | 18:56 |
jacekowski | they are ignornig me | 18:56 |
jacekowski | ignoring* | 18:57 |
DocScrutinizer | that's why I ask if your Q was regarding that topic | 18:57 |
*** ftrvxmtrx has quit IRC | 18:57 | |
jacekowski | no | 18:58 |
jacekowski | something else | 18:58 |
DocScrutinizer | so I don't know if it's conceived as rude | 18:58 |
*** h0n3st has quit IRC | 18:58 | |
*** DangerMaus has joined #maemo | 19:00 | |
luke-jr | figured out altitude! | 19:02 |
DocScrutinizer | wohooo | 19:02 |
DocScrutinizer | I had altitude of -900 once :-P | 19:02 |
luke-jr | can now decode all GPS data… | 19:02 |
luke-jr | eh, haven't tested negative altitudes :P | 19:02 |
DangerMaus | hehe | 19:03 |
* luke-jr releases GPL'd GPS decoder that only supports Tonal units… | 19:03 | |
* luke-jr runs | 19:03 | |
*** lbt has joined #maemo | 19:03 | |
DocScrutinizer | ~attack luke-jr | 19:03 |
* infobot grabs a pen, screams like she's possessed, and begins chasing luke-jr | 19:03 | |
luke-jr | seriously though, this altitude encoding is "WTF" | 19:04 |
luke-jr | http://wiki.maemo.org/N900_GPS_Reverse_Engineering#Packet_Analysis | 19:04 |
luke-jr | tell me, do you understand it even WITH my documentation? :p | 19:04 |
DangerMaus | anyone else having glitchy network access with the current version? like i have to tell it to get on the provider alot ?alot | 19:05 |
*** bouteilledelait has quit IRC | 19:05 | |
*** timeless_mbp has quit IRC | 19:05 | |
*** Yoann512 has quit IRC | 19:05 | |
*** radic has quit IRC | 19:06 | |
*** alterego has quit IRC | 19:06 | |
luke-jr | DangerMaus: yeah, but my provider doesn't support my region… | 19:06 |
luke-jr | I kinda assumed that was it | 19:06 |
DangerMaus | lol | 19:06 |
*** retro|cz has joined #maemo | 19:06 | |
*** radic has joined #maemo | 19:07 | |
*** alterego has joined #maemo | 19:07 | |
DangerMaus | luke-jr it snags wifi great but then dont switch back too well | 19:07 |
*** bergie has quit IRC | 19:08 | |
luke-jr | now the only things my GPS decoder is missing: "what data is valid" and sats | 19:08 |
*** lugkhast has quit IRC | 19:09 | |
DocScrutinizer | luke-jr: your notes on altitude seem rather clear though WTF. What's complete gibberish though, is the >> latitude / 360 * 256*256*256(*256?)<< | 19:09 |
*** FireFly|n900 has quit IRC | 19:09 | |
*** Wamanuz has quit IRC | 19:09 | |
*** Yoann512 has joined #maemo | 19:10 | |
*** fab__ has quit IRC | 19:10 | |
*** eMHa has quit IRC | 19:10 | |
DocScrutinizer | luke-jr: and AGPS data upload, of course (my GPS decoder is missing) | 19:11 |
*** Wamanuz has joined #maemo | 19:11 | |
*** bouteilledelait has joined #maemo | 19:12 | |
*** Wamanuz has quit IRC | 19:13 | |
*** Wamanuz has joined #maemo | 19:13 | |
*** choppa has joined #maemo | 19:14 | |
*** DangerMaus has quit IRC | 19:15 | |
*** harnir has quit IRC | 19:16 | |
*** zap has joined #maemo | 19:16 | |
flux | is somebody planning to write a better location-daemon? | 19:17 |
*** g55 has quit IRC | 19:17 | |
*** MikeK has joined #maemo | 19:18 | |
*** Guest30533 has quit IRC | 19:18 | |
tripzero | flux, for maemo? | 19:19 |
tripzero | cuz there are already several location-daemons that exist (ie gpsd, gypsy) | 19:20 |
*** crashanddie has quit IRC | 19:20 | |
*** h0nest has quit IRC | 19:20 | |
*** ian_r has quit IRC | 19:20 | |
tripzero | just don't work on the n900 cuz of the gps hardware | 19:20 |
*** ian_r has joined #maemo | 19:20 | |
flux | tripzero, I was just wondering the effort on reverse-engineering the protocol location-daemon reads | 19:21 |
tripzero | ahh | 19:21 |
*** h0nest has joined #maemo | 19:21 | |
*** valdyn has quit IRC | 19:21 | |
tripzero | don't know. | 19:21 |
tripzero | agps will be the tricky part /me thinks | 19:21 |
*** Termana has quit IRC | 19:21 | |
*** frade has quit IRC | 19:22 | |
*** timeless has joined #maemo | 19:22 | |
*** timeless_mbp has joined #maemo | 19:23 | |
*** lsm5_ has joined #maemo | 19:23 | |
*** VDVsx has joined #maemo | 19:23 | |
*** bilboed-tp has quit IRC | 19:24 | |
*** lsm5 has quit IRC | 19:25 | |
*** Trizt has joined #maemo | 19:25 | |
*** valdyn has joined #maemo | 19:27 | |
*** ian_r has quit IRC | 19:27 | |
*** lsm5_ has quit IRC | 19:28 | |
*** FireFly|n900 has joined #maemo | 19:29 | |
*** pH5 has joined #maemo | 19:29 | |
*** ohwhyme has joined #maemo | 19:31 | |
*** BumpyChef has joined #maemo | 19:31 | |
*** BumpyChef has left #maemo | 19:31 | |
*** mzanetti has joined #maemo | 19:32 | |
*** Free_maN has quit IRC | 19:33 | |
luke-jr | DocScrutinizer: basically, I'm not certain if the last octet of latitude/longitude is further resolution or something else | 19:34 |
luke-jr | I have no way to even remotely verify that | 19:34 |
*** h0nest has quit IRC | 19:34 | |
luke-jr | flux: location-daemon is proprietary; I am porting Gentoo | 19:35 |
*** eMHa has joined #maemo | 19:35 | |
*** h0nest has joined #maemo | 19:35 | |
*** Guest74993 has quit IRC | 19:35 | |
*** DrGrov has joined #maemo | 19:35 | |
*** willer_ has joined #maemo | 19:35 | |
DrGrov | Good evening guys | 19:36 |
flux | luke-jr, oh.. ok. good luck :). | 19:36 |
DrGrov | I have managed to secure the phone I will use as 2nd phone to the N900. | 19:36 |
DrGrov | I got the Nokia E52.... I am thrilled, it is my first Nokia E-series phone ;-) | 19:36 |
*** bilboed-tp has joined #maemo | 19:36 | |
DrGrov | The reason I tell is that I would like to know how to copy the N900 contacts to the SIM card? | 19:37 |
*** ftrvxmtrx has joined #maemo | 19:37 | |
DrGrov | I have tried but it just does not seem to do it at all. | 19:37 |
DrGrov | Just copy the other way, from phone to SIM card. | 19:37 |
DrGrov | Can it be done, copying the Contacts to the SIM card or is it impossible?? | 19:39 |
DrGrov | Ah, it does not seem to work. | 19:42 |
DrGrov | Should I use Bluetooth on the E52 then and copy via Bluetooth or how should I copy the contacts?? | 19:42 |
DrGrov | All help is appreciated | 19:42 |
*** bilboed-tp has quit IRC | 19:44 | |
*** bilboed-tp has joined #maemo | 19:44 | |
*** unixSnob has joined #maemo | 19:44 | |
*** FireFly|n900 has quit IRC | 19:46 | |
DrGrov | How does it work to import contacts via Bluetooth? Is it hard to do? | 19:46 |
BugBlue | from another nokia? | 19:48 |
BugBlue | ohw to.. | 19:48 |
BugBlue | you can try the import at the E52 | 19:48 |
*** h0n3st has joined #maemo | 19:49 | |
DrGrov | BugBlue: that sounds like the easiest way. to import at the E52 instead. | 19:49 |
*** baraujo has joined #maemo | 19:49 | |
DrGrov | I hope that will become the easiest way. I really hate to lose any of my contacts. | 19:49 |
DrGrov | Now I just do not know how to get the damn battery out and put back in. | 19:50 |
DrGrov | Damn this! | 19:50 |
*** bilboed-tp has quit IRC | 19:50 | |
*** bilboed-tp has joined #maemo | 19:52 | |
*** h0nest has quit IRC | 19:52 | |
*** _trine has joined #maemo | 19:53 | |
*** bigbrovar has joined #maemo | 19:53 | |
*** Flanbix has joined #maemo | 19:54 | |
*** FIQ has joined #maemo | 19:54 | |
*** FIQ is now known as Guest35533 | 19:55 | |
*** lsm5_ has joined #maemo | 19:57 | |
*** nicu has quit IRC | 19:57 | |
*** rcg has joined #maemo | 19:57 | |
*** bigbrovar has quit IRC | 19:58 | |
DrGrov | BugBlue: If I use Bluetooth to import the contacts at the E52 I can choose which contacts I want to import? | 19:58 |
*** jerhum has joined #maemo | 19:59 | |
*** trumee has joined #maemo | 20:03 | |
*** LjL has joined #maemo | 20:04 | |
*** jreznik has joined #maemo | 20:05 | |
*** slonopotamus has joined #maemo | 20:07 | |
jacekowski | tripzero: you don't have to worry about agps | 20:08 |
jacekowski | tripzero: it's done by modem itself | 20:08 |
*** mzanetti has quit IRC | 20:08 | |
jacekowski | tripzero: independent from operating system | 20:08 |
SpeedEvil | That can't be true. | 20:09 |
tripzero | jacekowski, so it's only control-plane agps? | 20:09 |
SpeedEvil | As the modem has no access to the internet. | 20:09 |
jacekowski | modem has access to the interne | 20:09 |
tripzero | SpeedEvil, +1 | 20:09 |
jacekowski | i saw the code in the modem | 20:09 |
luke-jr | jacekowski: does it? modem can use wifi? | 20:09 |
SpeedEvil | Or usbnet? | 20:09 |
jacekowski | i don't know | 20:09 |
jacekowski | but i saw the code for agps in modem firmware | 20:10 |
luke-jr | jacekowski: fact is, my GPS code takes significantly longer if I don't have the location-daemon run first | 20:10 |
luke-jr | even if I reboot after running location-daemon | 20:10 |
luke-jr | modem probably saves the AGPS data across the reboot | 20:10 |
luke-jr | but it *does* need the host at some point | 20:10 |
slonopotamus | luke-jr is on duty today. | 20:11 |
luke-jr | slonopotamus: I got altitude figured out | 20:11 |
jacekowski | well, explain to me why i saw code for pulling data from nokia and couple other servers | 20:11 |
slonopotamus | luke-jr: grats | 20:11 |
luke-jr | jacekowski: maybe it does that over a private "owner has no data service, but there's this OOB data line anyway" in some circumstances? | 20:11 |
*** bidossessi has quit IRC | 20:13 | |
luke-jr | http://luke.dashjr.org/tmp/code/gps updated | 20:13 |
luke-jr | along with the .c | 20:13 |
slonopotamus | luke-jr: if you used autotools there, i hate you. | 20:14 |
luke-jr | slonopotamus: ? | 20:14 |
luke-jr | I used gcc gps.c -o gps -O2 | 20:15 |
jacekowski | luke-jr: well it has carrier specific addresses as well | 20:15 |
luke-jr | slonopotamus: also, what else? | 20:15 |
jacekowski | but it doesn't look like it | 20:15 |
jacekowski | i mean it's complete agps code | 20:15 |
luke-jr | autotools works ok | 20:15 |
jacekowski | including pulling data from server + parsing it | 20:15 |
luke-jr | jacekowski: do you actually have source? O.o | 20:15 |
*** Guest35533 has quit IRC | 20:16 | |
jacekowski | no | 20:16 |
*** h0nest has joined #maemo | 20:17 | |
jacekowski | but unless there is something in one of the libs | 20:17 |
jacekowski | there is nothing agps related in location-daemon | 20:18 |
*** trbs2 has joined #maemo | 20:19 | |
*** h0n3st has quit IRC | 20:20 | |
*** Mousey has joined #maemo | 20:20 | |
*** hurbu has joined #maemo | 20:22 | |
*** roadi has quit IRC | 20:31 | |
*** roadi has joined #maemo | 20:32 | |
*** Dantonic has joined #maemo | 20:33 | |
*** GNU\caust1c has quit IRC | 20:34 | |
*** aep has quit IRC | 20:34 | |
*** thp has quit IRC | 20:34 | |
*** qknight has quit IRC | 20:34 | |
*** thp has joined #maemo | 20:34 | |
*** qknight has joined #maemo | 20:34 | |
alterego | Is "mdk" a maemo user? | 20:34 |
*** aep has joined #maemo | 20:34 | |
alterego | I don't know if that's his alias here though | 20:35 |
Robot101 | alterego: maemo developer - he used to work at Nokia and is a subcontractor now I think | 20:35 |
DocScrutinizer | lo Robot101 | 20:35 |
Robot101 | UI toolkit & graphics stuff | 20:35 |
Robot101 | DocScrutinizer: ahoy | 20:35 |
tripzero | jacekowski, it could be the "ofono" equal that gets the "a" data from the servers and than pushes it through the location-daemon to the gps device | 20:35 |
DocScrutinizer | just looking into ringtone-per-caller | 20:35 |
alterego | Robot101: I guess that figures :) | 20:35 |
*** bilboed-tp has quit IRC | 20:36 | |
*** h0nest has quit IRC | 20:36 | |
BugBlue | DrGrov: no.. you can just import everything I guess | 20:36 |
*** bilboed-tp has joined #maemo | 20:36 | |
Robot101 | DocScrutinizer: barisione is at GUADEC this week with all of the GStreamer and Pulseaudio hackers in Collabora Multimedia :D | 20:37 |
Robot101 | DocScrutinizer: he should be able to make it faster | 20:37 |
*** killefiz has quit IRC | 20:37 | |
*** killefiz has joined #maemo | 20:37 | |
DocScrutinizer | Robot101: wondering if the whole framework could use a few patches to make it more... universal? | 20:37 |
DrGrov | BugBlue: Ok, I managed to get the information that the SIM card actually has the same information with phone numbers as the internal contacts. So it is all good. | 20:37 |
DocScrutinizer | Robot101: like inheriting ringtone settings for contact by a reference to a group | 20:38 |
DrGrov | hi DocScrutinizer | 20:38 |
DocScrutinizer | hi | 20:39 |
DrGrov | DocScrutinizer: I have to tell you that I got another similar adapter as the N900 now when I bought the E52 | 20:39 |
DrGrov | So I have 2 adapters | 20:39 |
Robot101 | DocScrutinizer: there's no group UI for the abook - it could be kludged in (jesus the guys have been coming up with some mad stuff - libsharing plugin which monkey-patches Gtk to add a button that bypasses the libsharing API because it's bonghits) | 20:39 |
Robot101 | DocScrutinizer: but that's the first problem :D | 20:39 |
DocScrutinizer | Robot101: or even generic "execute that program, with parameters <number> <contact-handle>..." | 20:39 |
*** tbf has quit IRC | 20:40 | |
DrGrov | Damn I must be an idiot | 20:41 |
DrGrov | I do not understand how to remove the battery on the E52 | 20:41 |
*** hrw is now known as hrw|gone | 20:41 | |
*** mikki-kun has joined #maemo | 20:42 | |
DocScrutinizer | Robot101: (faster) there were complaints? | 20:42 |
*** GNU\caust1c has joined #maemo | 20:42 | |
*** marcels has joined #maemo | 20:42 | |
DrGrov | God damn idiot E52 | 20:42 |
Robot101 | DocScrutinizer: yeah, read the comments on his blog posts. lots of whining. it's too slow to set up the GStreamer pipeline and DSP decoders when the call comes through | 20:42 |
DrGrov | It really can not be this damn difficult to remove a freaking battery | 20:43 |
DocScrutinizer | Robot101: just installed the app 10min ago, and added my first custom ringtone. No further tests so far | 20:43 |
Robot101 | DocScrutinizer: so the plan was to pre-convert them all to the same format like the built in ringtoned does, and pre-set up the GStreamer pipeline | 20:43 |
DocScrutinizer | I'm unaware of the blog | 20:43 |
DocScrutinizer | Robot101: we had same problem on Openmoko | 20:43 |
Robot101 | DocScrutinizer: http://blog.barisione.org/ | 20:44 |
DocScrutinizer | thnx | 20:44 |
Robot101 | he even blogged to explain why it wasn't in the production images | 20:44 |
Robot101 | got flamed | 20:44 |
Robot101 | then blogged with the software | 20:44 |
Robot101 | linking to the previous | 20:44 |
Robot101 | and got flamed again saying it was slow and he sucked etc | 20:45 |
Robot101 | makes me wonder why we bother sometimes | 20:45 |
Stskeeps | it's sometimes easier to be behind the wall | 20:45 |
Stskeeps | :P | 20:45 |
*** kurtan has quit IRC | 20:45 | |
*** crashanddie has joined #maemo | 20:46 | |
*** ohwhyme has quit IRC | 20:46 | |
*** dazo is now known as dazo_afk | 20:47 | |
DocScrutinizer | well, 1) "it TRIES to integrate nicely" is about right :-P. Fsckng contacts app of course doesn't know how to show the custon ringtone property of a contact. Suggestion: superimpose some marker to avatar | 20:48 |
alterego | Robot101: I guess that figures :) | 20:48 |
DocScrutinizer | Robot101: 2) how about making default ringtone in .locals/sounds/ a pipe and fill it with a process that just switches (or even generates) data on the fly? | 20:49 |
*** kurtan has joined #maemo | 20:49 | |
DocScrutinizer | this way you'd be rid of setting up any gstreamer at all | 20:50 |
*** mzanetti has joined #maemo | 20:50 | |
DocScrutinizer | (credits to dotblank[?] for the original idea) | 20:51 |
*** andre__ has quit IRC | 20:51 | |
GAN900 | Robot101, price of open. | 20:51 |
*** hannesw has quit IRC | 20:51 | |
*** rcg has quit IRC | 20:54 | |
*** mzanetti has quit IRC | 20:54 | |
*** rcg has joined #maemo | 20:54 | |
*** millenomi has quit IRC | 20:55 | |
DrGrov | God damn battery | 20:55 |
HtheB__ | =( | 20:55 |
HtheB__ | damn usb port | 20:55 |
DrGrov | This will take the whole freaking day to remove | 20:55 |
*** HtheB__ is now known as HtheB | 20:55 | |
DrGrov | Any one got any suggestions on how to remove the battery on the E52? | 20:58 |
*** ultrasparc-viii has joined #maemo | 20:59 | |
*** marcus has joined #maemo | 21:00 | |
marcus | So... how do I take pictures with fcamera? :D | 21:00 |
*** h0n3st has joined #maemo | 21:00 | |
*** mzanetti has joined #maemo | 21:01 | |
marcus | nvm :D | 21:01 |
*** marcus has quit IRC | 21:01 | |
DrGrov | DocScrutinizer: you know how to remove such a PITA battery? | 21:02 |
DocScrutinizer | Robot101: on a different consideration (while reading the blog): of course it's not possible to keep 500 rintones on NAND aka rootfs in .local/sounds/*.wav, to have then ready for playback quickly. but you might keep the first maybe 2s of all ringtones there, maybe even in reduced quality. Then playback that header sniplet while collecting the large chunks off slow eMMC / whatever. If you run out of decent data due to lagginess of mem | 21:03 |
DocScrutinizer | access, fall back to default ringtone. All ntegrates nicely with the fifo/pipe idea | 21:03 |
DocScrutinizer | DrGrov: dropping device from 120cm to wooden floor always helped for me :-P | 21:03 |
DocScrutinizer | DrGrov: more seriously, I have no idea bout Exx phones | 21:04 |
DrGrov | DocScrutinizer: ah yes, it helps :) | 21:04 |
*** andre__ has joined #maemo | 21:04 | |
*** andre__ has joined #maemo | 21:04 | |
RST38h | http://gizmodo.com/5596508/laser-light-show-vs-dslr-sensor | 21:05 |
RST38h | Ehhhh | 21:05 |
DrGrov | I am getting increasingly annoyed about this freaking damn phone | 21:05 |
*** swc|666 has joined #maemo | 21:06 | |
*** millenomi has joined #maemo | 21:06 | |
DocScrutinizer | RST38h: lol :-( | 21:08 |
*** mikki-kun has quit IRC | 21:08 | |
*** Flanbix has quit IRC | 21:09 | |
*** mikki-kun has joined #maemo | 21:11 | |
*** mzanetti has quit IRC | 21:13 | |
*** trem has joined #maemo | 21:13 | |
*** hardaker has joined #maemo | 21:15 | |
*** crashanddie has quit IRC | 21:17 | |
*** edisson has joined #maemo | 21:17 | |
*** slonopotamus has quit IRC | 21:18 | |
*** jpe has joined #maemo | 21:22 | |
*** florian has quit IRC | 21:23 | |
RST38h | The US government on Monday announced new rules making it officially legal for iPhone owners to 'jailbreak' their device and run unauthorized third-party applications, as well as the ability to unlock any cell phone for use on multiple carriers. | 21:23 |
*** slonopotamus has joined #maemo | 21:23 | |
RST38h | Am I correct to assume that AT&T's exclusive agreement with Apple has just ended? =) | 21:23 |
DrGrov | Can anyone help me with the battery issue? | 21:24 |
DrGrov | I am completely freaking lost | 21:24 |
*** VDVsx has quit IRC | 21:24 | |
*** Yoann512 has quit IRC | 21:24 | |
*** bouteilledelait has quit IRC | 21:24 | |
*** andrei1089 has joined #maemo | 21:25 | |
*** andre__ has quit IRC | 21:26 | |
*** andre900 has joined #maemo | 21:26 | |
*** andre__ has joined #maemo | 21:27 | |
*** andre__ has joined #maemo | 21:27 | |
GAN900 | DrGrov, tap it on your palm? | 21:27 |
DrGrov | GAN900: I have tried several times, it seems to be a problem to get it out. Seems too tight or something. | 21:28 |
*** mzanetti has joined #maemo | 21:30 | |
*** ftrvxmtrx has quit IRC | 21:30 | |
*** bouteilledelait has joined #maemo | 21:31 | |
DrGrov | HAHAHAHA! | 21:31 |
DrGrov | It is fixed, god damn fucking piece of major fucking engineering by Nokia! | 21:32 |
*** logix2 has joined #maemo | 21:33 | |
logix2 | fucking flashing broke my n900 | 21:33 |
logix2 | got black screen now | 21:33 |
logix2 | had to send it back to the goddamn service | 21:33 |
alterego | What's with all the f*cking swearing? | 21:33 |
luke-jr | RST38h: why wouldn't it be legal? | 21:33 |
*** bbee has quit IRC | 21:34 | |
DrGrov | If this fucking device makes me any more angry I will destory it with the closest thing I have | 21:34 |
luke-jr | …… | 21:34 |
microlith | do it | 21:34 |
microlith | please | 21:34 |
luke-jr | could just mail it to someone else | 21:34 |
logix2 | lol i had some memory card problem with it first and it kept restarting | 21:34 |
logix2 | i was thinking on destroying it too | 21:35 |
*** waite has joined #maemo | 21:35 | |
logix2 | throwing it out from my 5story flat | 21:35 |
RST38h | luke-jr: Because a bunch of narrow minded fat gentlemen at the US Congress say so | 21:35 |
*** nicu has joined #maemo | 21:35 | |
luke-jr | RST38h: when? | 21:35 |
RST38h | luke-jr: IANAL. Google. | 21:35 |
luke-jr | I thought that was all just "you'll piss off the carrier" | 21:35 |
RST38h | No, unfortunately. | 21:36 |
*** jasd has joined #maemo | 21:36 | |
RST38h | See "DMCA". | 21:36 |
DrGrov | microlith: you want me to destroy it? | 21:36 |
*** mzanetti has quit IRC | 21:36 | |
*** kurtan has quit IRC | 21:37 | |
*** bbee has joined #maemo | 21:37 | |
luke-jr | RST38h: DMCA is about copyright, totally different issue | 21:37 |
logix2 | copytight what we dont care about | 21:38 |
*** Yoann512 has joined #maemo | 21:38 | |
logix2 | us lead by a stupid nigger now thats a fail | 21:38 |
DrGrov | Now the question is this SIM card holder... | 21:39 |
DrGrov | How on earth do I get that one opened? | 21:39 |
luke-jr | wtf is location error 4 and why won't my GPS work? :/ | 21:39 |
* RST38h shrugs: some people just can't see deeper than skin color | 21:39 | |
luke-jr | DrGrov: slide it | 21:39 |
RST38h | DrGrov: Shift it with your finger | 21:39 |
RST38h | It will then open. | 21:39 |
DrGrov | luke-jr: ok. | 21:39 |
DrGrov | I will try | 21:39 |
RST38h | If it falls apart, do not go bonkers, reattach carefully | 21:39 |
DrGrov | Sorry guys, I am completely fucking lost today | 21:40 |
luke-jr | be careful, it comes off easily :P | 21:40 |
*** ZZzzZzzz has quit IRC | 21:40 | |
*** t_s_o has quit IRC | 21:40 | |
DrGrov | No, does not work | 21:40 |
*** kurtan has joined #maemo | 21:40 | |
*** chenca1 has quit IRC | 21:42 | |
*** slonopotamus has quit IRC | 21:42 | |
*** slonopotamus_ has joined #maemo | 21:42 | |
*** waite has quit IRC | 21:42 | |
luke-jr | ok, location error 4 = cannot run location-daemon | 21:42 |
luke-jr | ☺ | 21:42 |
*** slonopotamus_ is now known as slonopotamus | 21:42 | |
*** chenca has joined #maemo | 21:42 | |
DocScrutinizer | what's that? a cloud? | 21:43 |
tripzero | rain is coming | 21:44 |
*** Venemo has left #maemo | 21:45 | |
DocScrutinizer | Robot101: I'd have some comments to almost every of the posts on barisione's blog. But it seems incredibly cumbersome and inappropriate to paste lines of sourcecode etc as a comment to that blog. Is there a better way to discuss technical details with barisione? | 21:46 |
*** panaggio has joined #maemo | 21:46 | |
frals | hes in here atm, who knows if he actually reads anything thou! | 21:46 |
DocScrutinizer | barisione: ooh HI! :-) | 21:47 |
DocScrutinizer | frals: probably not, he's at GUADEC | 21:47 |
frals | ^^ | 21:47 |
DocScrutinizer | aiui | 21:48 |
*** waite has joined #maemo | 21:48 | |
*** ftrvxmtrx has joined #maemo | 21:49 | |
*** luizirber has joined #maemo | 21:50 | |
*** trumee is now known as zzztrumee | 21:50 | |
luke-jr | cloud | 21:51 |
DocScrutinizer | I freakin wonder where from you get all those nice UTF-8 | 21:52 |
Stskeeps | luke-jr's bored | 21:52 |
luke-jr | o | 21:52 |
luke-jr | that was a smiley ☺ | 21:52 |
luke-jr | ☻ | 21:52 |
luke-jr | I setup my client to do substitutions :P | 21:53 |
DocScrutinizer | though this irc client knows to display them, I found no way to select any fancy stuff to insert | 21:53 |
luke-jr | ♩♪♫♬ | 21:53 |
DocScrutinizer | notes are fine, smiley was not | 21:53 |
luke-jr | ★ ⚀ ⚁ ⚂ ⚃ ⚄ ⚅ | 21:53 |
luke-jr | ☐ ☑ ☒ | 21:53 |
luke-jr | ☠ | 21:54 |
* luke-jr ponders which others he has | 21:54 | |
luke-jr | ☧ ♱ ☩ ♂ ♀ | 21:54 |
microlith | ∀ | 21:55 |
wolf^ | nothing beats utf swastika :P | 21:55 |
luke-jr | wolf^: don't get the poor folk in Germany in trouble | 21:55 |
luke-jr | they're not allowed to have those on their screen | 21:55 |
luke-jr | microlith: what was that? I saw nothing | 21:55 |
microlith | hmm, might be a subset of the JP input mode | 21:55 |
microlith | I see only boxes for many of yours | 21:56 |
inz | Ⓕⓞⓞ | 21:56 |
luke-jr | I don't even see boxes for yours | 21:56 |
luke-jr | maybe your client isn't configured? | 21:56 |
*** ohwhyme has joined #maemo | 21:56 | |
microlith | nah, using mIRC 7 beta, which is fully UTF8 | 21:56 |
SpeedEvil | ✈ | 21:57 |
* luke-jr wouldn't trust mIRC anything | 21:57 | |
microlith | I see most of the others | 21:57 |
luke-jr | ok | 21:57 |
*** celesteh has quit IRC | 21:57 | |
*** zzztrumee is now known as trumee | 21:57 | |
luke-jr | 0123456789 | 21:57 |
*** avs has joined #maemo | 21:59 | |
*** mrklaw1 has joined #maemo | 22:00 | |
ham5 | FAT: Filesystem error (dev sdd) | 22:02 |
ham5 | fat_free_clusters: deleting FAT entry beyond EOF | 22:02 |
ham5 | File system has been set read-only | 22:02 |
ham5 | whats the deal? | 22:03 |
ham5 | I have to write to it real fast when I plug it in it sets read only after like 10 seconds | 22:03 |
luke-jr | that sounds like your FAT filesystem is larger than its partition | 22:04 |
Duckboot | luke-jr: That sounds interesting. | 22:04 |
ham5 | I didnt mess with its partition | 22:04 |
*** marcels has quit IRC | 22:05 | |
*** TheFaioli has joined #maemo | 22:06 | |
*** hardaker has quit IRC | 22:06 | |
*** plq has joined #maemo | 22:06 | |
*** andre900 has quit IRC | 22:07 | |
*** C-S-B__ has joined #maemo | 22:07 | |
*** ftrvxmtrx has quit IRC | 22:08 | |
*** C-S-B_ has quit IRC | 22:09 | |
*** ftrvxmtrx has joined #maemo | 22:10 | |
*** trumee is now known as zzztrumee | 22:11 | |
ham5 | mise well be a windows os... reboot fixed it... up only 3 days too :( | 22:12 |
kerio | is there the BÖC logo in utf8? | 22:13 |
*** edisson has quit IRC | 22:13 | |
*** TheFaioli has quit IRC | 22:15 | |
mrklaw1 | has anyone ever exported their data from pyring? | 22:16 |
*** zzztrumee is now known as trumee | 22:18 | |
*** baraujo has quit IRC | 22:20 | |
*** crashanddie has joined #maemo | 22:20 | |
*** Vanadis has quit IRC | 22:22 | |
*** baraujo has joined #maemo | 22:26 | |
*** C-S-B__ is now known as C-S-b | 22:27 | |
*** C-S-b is now known as C-S-B | 22:27 | |
*** vanadismobile has joined #maemo | 22:29 | |
*** svu has quit IRC | 22:30 | |
*** crashanddie has quit IRC | 22:31 | |
*** h0n3st has quit IRC | 22:32 | |
*** svu has joined #maemo | 22:33 | |
*** vanadismobile has quit IRC | 22:34 | |
*** vanadismobile has joined #maemo | 22:34 | |
*** luizirber has quit IRC | 22:35 | |
*** etrunko has quit IRC | 22:36 | |
*** etrunko has joined #maemo | 22:38 | |
*** avs has quit IRC | 22:38 | |
*** Dantonic has quit IRC | 22:39 | |
*** trumee is now known as zzztrumee | 22:39 | |
*** etrunko has quit IRC | 22:40 | |
*** avs has joined #maemo | 22:41 | |
*** luizirber has joined #maemo | 22:42 | |
*** etrunko has joined #maemo | 22:44 | |
*** lulinha has joined #maemo | 22:45 | |
*** lulinha has left #maemo | 22:45 | |
*** mord_ is now known as mord | 22:45 | |
TomaszD | lbt, truck arrived yet? ;) | 22:46 |
*** mord is now known as Guest59746 | 22:46 | |
lbt | no | 22:46 |
lbt | Denise would have told me | 22:46 |
*** Tolnem_ has joined #maemo | 22:48 | |
*** waite has quit IRC | 22:48 | |
*** logix3 has joined #maemo | 22:50 | |
TomaszD | k | 22:51 |
*** Tolnem has quit IRC | 22:52 | |
*** logix2 has quit IRC | 22:54 | |
*** swc|666 has quit IRC | 22:55 | |
*** swc|666 has joined #maemo | 22:56 | |
*** strcpy has joined #maemo | 22:57 | |
alterego | Hrm .. | 22:58 |
ultrasparc-viii | hmmm | 22:58 |
*** haltdef has quit IRC | 22:58 | |
TomaszD | hurm | 22:59 |
*** logix2 has joined #maemo | 23:02 | |
lbt | hommm | 23:02 |
slonopotamus | lbt is on duty today. | 23:02 |
*** florian has joined #maemo | 23:03 | |
*** logix3 has quit IRC | 23:05 | |
*** zzztrumee is now known as trumee | 23:07 | |
ultrasparc-viii | anyone have a good tutorial for python+Qt for me? | 23:08 |
*** avs has quit IRC | 23:08 | |
* ultrasparc-viii ordered a book already but it won't be here for two days | 23:08 | |
*** drizztbsd has quit IRC | 23:10 | |
mortini | there's some off the pyqt wiki | 23:11 |
mortini | http://www.diotavelli.net/PyQtWiki/Tutorials <- first 2 links | 23:11 |
*** SmilyOrg has joined #maemo | 23:12 | |
*** SWFu has joined #maemo | 23:13 | |
*** SmilybOrg has joined #maemo | 23:14 | |
*** maestro has joined #maemo | 23:14 | |
*** konttori has quit IRC | 23:14 | |
*** luizirber has quit IRC | 23:15 | |
*** maestro is now known as luizirber | 23:15 | |
*** kthomas_vh has joined #maemo | 23:15 | |
*** Smily has quit IRC | 23:15 | |
*** drizztbsd has joined #maemo | 23:15 | |
ultrasparc-viii | mortini: thanks! | 23:16 |
*** crashanddie has joined #maemo | 23:17 | |
*** maestro has joined #maemo | 23:17 | |
*** SmilyOrg has quit IRC | 23:18 | |
*** kthomas_vh has quit IRC | 23:19 | |
mortini | ultrasparc-viii: which book did you order? | 23:19 |
ultrasparc-viii | mortini: http://www.amazon.com/Programming-Python-Prentice-Software-Development/dp/0132354187/ref=tmm_hrd_title_0 | 23:20 |
*** haltdef has joined #maemo | 23:20 | |
*** konttori has joined #maemo | 23:20 | |
*** luizirber has quit IRC | 23:20 | |
*** maestro is now known as luizirber | 23:20 | |
mortini | how much of a programmer are you? | 23:20 |
*** konttori has quit IRC | 23:21 | |
*** Smily has joined #maemo | 23:21 | |
*** MikeK has quit IRC | 23:21 | |
*** SmilybOrg has quit IRC | 23:21 | |
mortini | ultrasparc-viii: plus: http://wiki.maemo.org/PyQt_Tips_and_Tricks | 23:21 |
*** wazd has joined #maemo | 23:24 | |
*** tactus has quit IRC | 23:24 | |
*** cyborg-one has quit IRC | 23:24 | |
*** cyborg-one has joined #maemo | 23:31 | |
*** dos1 has quit IRC | 23:32 | |
*** trbs2 has quit IRC | 23:33 | |
ultrasparc-viii | mortini: I do a lot of coding... have some big apps under my belt in py, perl, php | 23:33 |
mortini | ok. | 23:34 |
mortini | well, i found that book a bit annoying/boring, so just poking through the documentation and other online resources is probably a good place to start | 23:34 |
mortini | the Qt documentation at nokia is pretty good, generally | 23:34 |
*** hannesw has joined #maemo | 23:35 | |
*** unixSnob has quit IRC | 23:36 | |
*** Finnish has quit IRC | 23:36 | |
*** MikeK has joined #maemo | 23:38 | |
ultrasparc-viii | ok, I'll cancel that book.. if I can get by on the documentation then that should be fine. I've never used books too much - always found the docs to be enough | 23:38 |
*** larsivi has joined #maemo | 23:39 | |
*** Vanadis has joined #maemo | 23:39 | |
mortini | I'm not sure about that, i've used it here and there for some of the more complex things. some stuff is, for lack of brainpower, layered, so you need one base object with various child objects to make it work | 23:39 |
mortini | and sometimes the docs aren't entirely clear on how to make that work | 23:40 |
mortini | but,t hat's about all i've used that book for, heh. | 23:40 |
ultrasparc-viii | ic, hopefully the book is good then because amazon won't let me cancel the shipment ;) | 23:40 |
mortini | i much prefer reading other's source | 23:40 |
mortini | yeah | 23:40 |
ultrasparc-viii | is there a version of QTdesigner available for OSX? | 23:41 |
mortini | i dunno. | 23:41 |
ultrasparc-viii | ever use it? | 23:41 |
*** nicu has quit IRC | 23:41 | |
mortini | osx or qtdesigner? | 23:42 |
mortini | i have generally used qtdesigner to do my ui's. | 23:42 |
ponyofdeath | anyone know the app that i can use to modify the carrier's name at the top of the home screen? | 23:43 |
ultrasparc-viii | yeah qtdesigner | 23:43 |
ultrasparc-viii | ponyofdeath: there's one on the downloads page | 23:43 |
ultrasparc-viii | mortini: are you using qtD on win or linux? | 23:44 |
mortini | i've used it on both | 23:45 |
*** cyborg-one has quit IRC | 23:45 | |
*** cyborg-one has joined #maemo | 23:47 | |
mortini | my laptop used tobe windows & i'd mount a smb share on a linux box with my source there. then i could easily test stuff on both windows & linux | 23:48 |
*** trumee has quit IRC | 23:50 | |
*** trumee has joined #maemo | 23:51 | |
*** baraujo has quit IRC | 23:51 | |
*** RZ has joined #maemo | 23:51 | |
*** moo-_- has joined #maemo | 23:52 | |
*** diegohcg has quit IRC | 23:52 | |
*** cyborg-one has quit IRC | 23:52 | |
*** lizardo has quit IRC | 23:53 | |
*** carloscesa has quit IRC | 23:53 | |
*** kthomas_vh has joined #maemo | 23:55 | |
ultrasparc-viii | ah cool, they have a LGPL version of qtD for osx :) | 23:55 |
*** mardi has joined #maemo | 23:55 | |
*** larsivi has quit IRC | 23:56 | |
*** cyborg-one has joined #maemo | 23:57 | |
*** ohwhyme has quit IRC | 23:58 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!