IRC log of #maemo-devel for Wednesday, 2009-12-30

*** woglinde has quit IRC00:15
*** bobbyd has joined #maemo-devel00:20
bobbydhi00:20
bobbydI'm working on porting arcem to the n90000:22
bobbydit's running now but i need to scale the video output to the screen00:23
bobbydis there a known good way to do that? I'm thinking of using gles and writing the video data to a texture, does that seem like a good approach?00:23
*** VDVsx has quit IRC00:25
*** pingpong has joined #maemo-devel00:33
*** VDVsx has joined #maemo-devel00:35
*** lbt has quit IRC00:50
*** phreck has quit IRC00:54
*** xfxf has joined #MAEMO-DEVEL00:55
*** CyZooNiC has joined #maemo-devel00:56
bobbydeveryone asleep? :)01:02
bobbydor madly coding? :)01:02
ifreqim digging graves01:06
*** xfxf_ has quit IRC01:08
bobbydfair enough01:18
jebbabobbyd: madly "coding"01:48
jebbapackage monkeying it, more like01:48
jebbaxulrunner-1.9.3a1pre  ...01:49
bobbyd:)01:50
jebba /home/jebba/xulrunner/freemoe/xulrunner-1.9.3a1pre/ipc/chromium/src/base/message_pump_glib.h:57: error: ISO C++ forbids declaration of 'GMainContext' with no type01:52
jebbaetc.  yawn  ;)01:52
*** woglinde has joined #maemo-devel01:54
jebbahttps://bugzilla.mozilla.org/show_bug.cgi?id=53464401:54
*** Milhouse has joined #maemo-devel01:56
*** xfxf_ has joined #MAEMO-DEVEL02:05
* jebba hearts quilt02:08
*** xfxf__ has joined #MAEMO-DEVEL02:10
*** xfxf_ has quit IRC02:11
*** flux41 has joined #maemo-devel02:18
*** xfxf has quit IRC02:22
*** pingpong has quit IRC02:30
* jebba built supercrufty firefox for n900 :)03:10
*** jebba has quit IRC03:14
*** jebba has joined #maemo-devel03:16
*** woglinde has quit IRC04:01
*** VDVsx has quit IRC04:03
*** bobbyd has quit IRC04:17
Miniscalopeim trying to compile a file and i got  "undefined reference "errors. Headers are well include and present in scratchbox/.../usr/include04:46
Miniscalopeit compile when i use the -shared option04:46
Miniscalopeany ideas?04:46
*** homeasvs_ has quit IRC04:47
Miniscalopepkg-config ftw05:00
*** homeasvs_ has joined #maemo-devel05:04
*** GlennD has quit IRC05:40
*** Acedip has quit IRC05:58
*** Acedip has joined #maemo-devel05:59
*** Miniscalope has quit IRC06:04
flux41I was just trying to test out the liblocation example for fremantle, but the example code is giving me a invalid conversion from 'void*' to 'LocationGPSDevice*' error when I try to use g_object_new like the example says. Any ideas?07:17
flux41the example I am referencing is found here: http://wiki.maemo.org/Documentation/Maemo_5_Developer_Guide/Using_Connectivity_Components/Using_Location_API07:21
*** DocScrutinizer51 has quit IRC07:28
*** Docscrutemp has joined #maemo-devel07:28
*** Docscrutemp is now known as DocScrutinizer5107:28
*** Acedip has quit IRC07:32
*** lcuk2 has joined #maemo-devel07:53
*** lcuk has quit IRC07:57
*** Winnah has joined #maemo-devel08:33
WinnahWho here knows coding to some extent? (for Maemo of course)08:34
flux41I quite a few languages, but I'm trying to work my way into maemo development. Why?08:36
WinnahJust been brainstorming some ideas for the whole MMS support lack, thought someone might be able to tell me if they work or not08:37
flux41Ahh. yeah I'm trying to get my head around liblocation and libconic I keep hitting a few undocumented brick walls lol08:39
WinnahYeah, I see quite a few people saddened by closed/undocumented areas. I thought of a way to patch together a few things and get a patched together MMS. I'm about to write a reply in the brainstorm page, I'll link it in a minute.08:41
flux41cool thanks08:41
Winnahhttp://talk.maemo.org/showthread.php?t=32129&page=1008:51
WinnahLet me know what you think :)08:52
ruskielol saddened... I think the word you're looking for might be frustrated ;)08:53
ruskieor annoyed :)08:53
WinnahYeah, I would be frustrated if I didn't have another phone that is on Sprint that I can use for it :P Just two phones needs to be eliminated soon :P08:54
WinnahAnyone's opinions on the idea?09:03
*** baali has joined #maemo-devel09:11
WinnahBaali do you do maemo development at all?09:13
baaliI have a doubt, the GUI python installer for sdk asks for proxy settings on GUI, but it asks for username pass on command prompt09:13
baaliWinnah: just downloaded the sdk installer was trying out some stuff09:14
WinnahAh, any interest in MMS?09:15
baaliWinnah never tried that09:15
ruskieWinnah, I didn't use it vhen I had phones capable of it... waht makes you think I'll have a need now?09:16
ruskieI used email even then09:16
baaliWinnah: i have worked on j2ME for some IRC app, and was working on andriod sdk for one more project09:16
WinnahAlright, http://talk.maemo.org/showthread.php?t=32129&page=10 you can look at the last post, maybe you can give a suggestion.09:16
baaliSo i was wondering can we add the username password field also in GUI itself??09:17
WinnahRuskie, hah, no one truly NEEDS MMS, but you can have picture messaging and not pay for the data plan (not the case with N900)09:17
ruskiebtw why do you need an http server?09:22
ruskieall you really need is the image09:22
ruskieor basically you need to rip out all the data and stuff it into some other thingn to view09:23
WinnahHmm, I thought about that, but you'd have to write the program to do so, the MMS program on the server has been made before.09:24
ruskieerm09:24
ruskiejust atke the jpeg and open it in the image viewer09:24
WinnahI have a feeling that MMS is a little bit more complicated than just a jpeg and a SMS merged in one :P09:25
ruskiewell from reading your post that's what you defined :)09:25
ruskiebut yeah09:25
ruskieit's more like email really09:25
ruskieso converting it to an email and opening it an email client would probably be the better solution09:26
WinnahI think some Googling is in order, hahah09:26
WinnahI don't see any method to convert a MMS to image/email09:29
ruskiethat's because you don't have one yet invented ;)09:31
WinnahAhhaha, I only know a little Java, go other people!09:31
Winnah:P09:31
WinnahHowever, I may have just stumbled upon something else ;)09:31
WinnahWhat's your opinion on VLC's capability to open MMS?09:32
ruskiehttp://thinkabdul.com/2007/06/13/unimessaging-free-nokia-s60-v3-utility-to-convert-forward-messages-fromto-sms-mms-email/ <-- here's a tool09:32
ruskieI have no clue about VLCs capability nor do I really care about it09:32
ruskiehttp://www.mbuni.org/userguide.shtml <-- what you might need to do with MMSes as well09:33
WinnahWell, we now have three options. First, the one I wrote. Second, VLC ported to N900. Third, Convert from MMS to Email (costs money for the Pro Version, not very open source :P). All of these rely on the hope that MMS messages are stored somewhere local :09:36
Winnah:/09:36
WinnahThat, plus UniMessaging I believe is only Symbian, not sure if it could even be ran, but somebody could port it...09:38
ruskieor 4: write your own MMS client09:39
ruskielast I checked MMS == WAP MIME encoded messages that are transported over TCP/IP09:40
ruskieso I'm guessing converting it to email shouldn't be all that hard09:40
WinnahRead through the topic that I posted in, I'm pretty sure there's some big problem with this.09:41
WinnahI lack the true technical knowledge to understand it.09:41
ruskiewould probably just need a MMS server listening on the right port on the N900 or maybe even an SMS port09:41
ruskienot sure about the SMS port but from what I know MMS tends to be data09:42
ruskieand rather expensive data most of the time09:42
*** flux41 has quit IRC09:44
WinnahYeah, I wish we had the details of how the MMS is handled once it hits the N90009:45
fralsthe SMS/IP push message is handled by wappushd, you register a handler for "x-wap-application:mms.ua" and after that you just have to parse it, connect to the the mms gateway and send a m-retrieve.ind (iirc)10:01
fralsim working on a very ugly hack to do it basically, and its gonna depend alot on the carrier if ir works or not as (from what ive gathered) require you use a specific APN to get MMSes10:02
fralsWinnah: http://wiki.maemo.org/Task:MMS some brainstorming that has been done on the subject already :)10:04
WinnahYeah, I saw that. Been hoping you were on. Two questions, would my way work? and what carriers?10:05
fralscan skip out the webserver (what is it meant to do?)10:06
fralsbut that pretty much what im doing atm i guess10:07
WinnahIts mostly to support the program that parses the MMS since I know they exist, but I don't know of programs written for maemo that do it standalone10:07
fralsoh, theres a few libs linked on the wikipage that parses MMS10:08
fralsim using the python one, works great10:08
WinnahOh, I haven't completely explored, just browsed lightly. For the time being, email to messaging account = MMS ghetto10:09
fralsyeah, i told my gf to just send all MMSes she wants to send me to my email instead ;D10:10
WinnahWinky for underlying reasons? :P That's the real reason anyone wants MMS, ahahhahah10:11
frals;)10:11
WinnahSo, life = complete10:13
WinnahHah10:13
fralson the carrier subject, i have no idea how specific carriers work, ive only figured out how to do it on my own (tele2 sweden), but usually you can just check their website for settings and see if there is a difference between MMS/Internet settings10:13
WinnahWhere to find them is the question though :P10:14
WinnahI just laughed, Google, type "T-Mobile USA " and see APN Settings and MMS Settings. Hah10:17
WinnahConnection Name: PictureMessaging  Data bearer: Packet data  Access point name: wap.voicestream.com  User name: N/A  Password: N/A  Authentication: Normal  Homepage: http://216.155.174.84/servlets/mms  Advanced Settings (Handsets not equiped with WAP 2.0 may skip this section)  Proxy serv address: 216.155.165.050  Proxy port number: 808010:20
Winnahthat?10:20
WinnahYou should add in different settings for the carriers, after you get it working of course :P but, trust me, people will thank you :)10:23
fralsim hardcoding shit atm just to get it working as its fugly ;)10:23
WinnahYeah, what is the code written in again? (slipped my mind :P)10:24
fralspython10:24
WinnahCan't help you :/10:24
WinnahJava, I could tell you about how to write Hello World, wait, I probably couldn't do that, lmao10:24
fralshehe no worries, i think ive got most of it under control as far as receiving goes for now :)10:25
WinnahHowever, if you want me to test out the app on my n900 with my carrier, I'm not busy at the moment :)10:25
fralsill post in the thread when i got something i need people to test, atm its a lot of manual stuff to do between steps, working on integrating them and getting it automated as we speak ;)10:26
WinnahHow soon do you think you'll need somebody? I'll be up for another 2 hours or so :)10:30
fralsuh, not that soon :D10:31
fralsprobably a few days rather than hours ;)10:31
Winnah:( give me the manual steps and I can try :P10:31
*** oldtang has joined #maemo-devel10:35
*** oldtang has quit IRC10:49
*** BabelO has joined #maemo-devel11:06
BabelOmorning11:07
Winnahmornigh11:19
Winnahmorning*11:20
WinnahHow's it going?11:25
WinnahGood night all11:55
*** Winnah has quit IRC11:55
*** baali has left #maemo-devel12:44
*** csaavedra has joined #maemo-devel12:48
*** csaavedra has quit IRC13:23
*** Acedip has joined #maemo-devel14:21
ruskiegah... this is annoying with: bug: moved -> brainstorm14:34
Stskeepswell, there's the positive side of moved to BS14:35
Stskeepsnokia managers have committed to acting upon it14:35
*** yerga has joined #maemo-devel14:37
ruskieerm14:41
ruskiesince when?14:41
ruskieI really don't see a point in having N different places for the same thing14:41
ifreqi read "nokia managers have committed suicide"14:41
ifreqbut read wrong :(14:42
Stskeepsruskie: well that's what quim said14:43
ruskiehave an enhancments project in bugzilla directly and have stuff discussed there14:43
ruskieStskeeps, the way I understand that is: get it out of here we don't want to hear anything about it lalalalalala14:43
Stskeepsruskie: well you're wrong in this particular case.. it's that bugzilla isn't often tangible enough14:45
ruskiewell looking at brainstorm I have problems with it's tangibility as well14:47
ruskieatleast so far haven't found a: list all brainstorms14:47
Stskeepsi agree the interface has problems14:47
Stskeepsbut it is a step in the right direction and it's something that should be improved14:48
StskeepsBUT, there's nothing else to do than help out with it, this is something the community works with14:48
ruskieand I'm curious... are there any statistics that say how many BS's went to bugzilla yet?14:48
ruskieor some other link between them14:48
ruskiealso I'd keep the bug opened just assign it to brainstorm and a link to the brainstorm14:48
Stskeepsbasically non-trivial enhancement requests were moved there14:49
Stskeepsi can see a benefit to the open source queue going to BS too14:50
ruskieerm14:53
Stskeepshttp://wiki.maemo.org/Why_the_closed_packages#Requesting_the_opening_of_closed_components14:53
ruskieuntil all of these are linked into a common setup and can cross-reference themselves easily would be better14:53
ruskieto have a single setup14:54
ruskieif a bug get's moved to brainstorm the brainstorm should be created by the one doing the moving and linked back to the bug14:54
ruskieand how decides a brainstorm is ready for re-opening the initial bug once a solution is decided upon?14:55
ruskiewhat's the meassure by which a solution would be decided upon14:55
Stskeeps:nod:14:58
Stskeepswell, only one way to deal with it and it is participating in the process14:58
ruskiehttp://maemo.org/community/brainstorm/view/store_sms_messages_in_an_imap_folder/ <-- this is for example my only brainstorm... it seems to have some support... but I'm guessing just 5 votes for a solution aren't enough to actually push it anywhere14:59
ruskieas for the open sourcing queue why even have a queue... just have: everything that can possibly be open sourced should be open sourced15:01
Stskeepsnah15:06
Stskeepsdoesn't work like that15:06
Stskeepspeople tried that for 2-3 years, didn't work15:07
Stskeeps:15:07
StskeepsP15:07
ruskieis there somewhere one could express their views on how brainstorm and the rest should function or not?15:07
Stskeepsyes, talk.maemo.org, maemo-community15:07
Stskeepsit's a community thing, not nokia15:07
ruskieI mean maybe a sticky someplace about the process15:08
Stskeepsthere's a video, too15:09
ruskiemaybe I should be more precise about improvments to the process15:10
ruskienot how it works but how to enhance it15:11
ruskiemaybe a sticky in the brainstorm forum about enhancing the process or something15:12
*** lcuk2 has quit IRC15:45
*** lcuk has joined #maemo-devel15:46
*** lbt has joined #maemo-devel15:47
*** Acedip has quit IRC15:56
*** VDVsx has joined #maemo-devel16:06
*** hrw|gone-to-2010 is now known as hrw16:48
hrwmorning16:49
*** pingpong has joined #maemo-devel16:58
jebbamorn17:11
Stskeepsmoin17:11
jebbaStskeeps: hey, i saw in qaiku that n900 port for mer exists. But i can't find anything about it in the wiki or anything. Where should I be looking.17:12
jebbai'll be real happy to ditch nokia for something "freer"17:12
Stskeepsjebba: guess what i'm spending my day on17:13
Stskeeps:P17:13
jebbacooool!17:13
ruskiemmm17:13
jebbai will definitely be full-time-mer once i get the ball rolling. That might not be til jan 20 though as i'm going to be pretty disconnected for a couple weeks here in jan.17:13
Stskeepsi just got OBS building against GLES1.1 and 2.0 without actual closed source libs there17:14
Stskeepsso we can drop in the accelerated libs17:14
ruskieI'd like atleast the same basic func that maemo has on the n900 with mer17:14
ruskieanything beyond that is a bonus17:14
Stskeepsat least mer is in a better shape than a year ago17:14
jebbaStskeeps: re: GLES, you mean no closed GL etc?17:15
ruskieI'd help out more or even bother trying to figure out this debian packaging crap but I already help out in a source based distro that's so much easier that I just can't be bothered17:15
Stskeepsjebba: well. to get acceleration we will need closed GL. BUT, what i made is a way for us to build against GLES1.1 and 2.0 APIs without having closed libs uploaded to our builder17:15
Stskeepswhich we can't17:15
jebbaah. Stskeeps but will the final system be usable (slow, but usable) without the closed part?17:16
Stskeepsjebba: atm this is the situation on all. but the goal is to have a qtablet based desktop for non-accel.17:16
Stskeepswhich emulates the fremantle desktop17:17
Stskeepsso you start out with qmantle and you can opt in for getting the accelerated desktop at expense of your freedom17:17
* ruskie doesn't see much point in an accelerated desktop17:19
ruskiegive me a well configured fvwm setup with libstroke support and there'll be nice gestures as well17:19
Stskeepswell you have freedom to do so :P17:19
Stskeepswe probably can't get around blobs for celluar stuff though but so it goes17:20
ruskieI can live with binary firmware17:20
ruskiebut I'd like for userspace to be Free17:20
ruskiehmm it seems modest actually supports subscriptions17:20
Stskeepseither way, we have a solid foundation to start with a more open system on n900 than we did on n8x017:21
ruskiehmm I do wonder... strokes in fvwm would probably need a bit of work to actually make usable the way I'd like to17:22
jebbaStskeeps: well ofono looks *very* promising. Even seems to be what nokia themselves want to do.17:30
ruskieI just hope it gets done sometime soon ;)17:31
ruskiebtw does Mer also include contacts in the same way as the n900... i.e. show status of IM with the contact?17:31
Stskeepsheh, you underestimate how much is OSS'eddd of maemo17:31
Stskeepser, overestimate17:32
ruskieahh17:32
ruskie:)17:32
ruskienot really17:32
ruskieI consider it's mostly closed17:32
Stskeepswe can probably get more opened if we start showing a good organisation17:32
*** pingpong has quit IRC17:41
hrwruskie: which ver of modest?17:44
*** jeremiah has joined #maemo-devel17:49
jeremiahaha17:49
jeremiahgotcha!17:49
Stskeeps#maemo's really catching critical mass in terms of usefulness so17:49
jeremiahYeah - I agree.17:51
jeremiahJust too noisy and off-topic17:52
jeremiahBut I don't want to leave it entirely just yet.17:52
Stskeepsoh, of course17:52
Stskeepsbut side channels has a purpose :)17:52
jeremiahvery much so17:53
*** melfar has joined #maemo-devel17:53
Jaffahttp://cartan.cas.suffolk.edu/oopdocbook/opensource/ looks like a good book for learning C++/Qt without spending any money17:53
jeremiahCool17:54
jeremiahGood link.17:54
jeremiahI've been working a little with the perl bindings to Qt17:54
JaffaOoh17:55
jeremiahI'd like to package them for maemo one day17:55
melfarIs there a way to make scratchbox to run at the device speed?17:56
Stskeepsscratchbox isn't an emulator17:56
jeremiahBy speed do you mean the same clock speed as the device's chip?17:56
jeremiahYeah, I think you'd need an emulator for that17:57
melfarNo, just generally, smoother animations etc.17:57
lcukok then, alternative is there a device/distro confi which gives realtime results using scratchbox17:57
melfarIs there an emulator available?17:57
jeremiahrealtime as in RTOS?17:57
jeremiahmelfar: qemu?17:57
lcukas in WYSIWYG17:58
lcukand can be tested using a touchscreen17:58
lcuksomething we can recommend for the "ideal" development system17:58
melfarjeremiah, can it be run in qemu?17:59
jeremiahBy it you mean what?17:59
jeremiahI mean, yes, you should be able to use qemu17:59
jeremiahBut I think the easiest thing for you is to test on the device itself.17:59
melfarmaemo5-like device17:59
jeremiahBut you may not have one17:59
melfarThat is the case, I only have N81018:00
Stskeepsmelfar: no, there's no complete n900 like device. you can possibly use a beagleboard or a zoom218:00
Stskeepsbut a real n900 is really the best bet18:00
*** pingpong has joined #maemo-devel18:04
*** woglinde has joined #maemo-devel18:04
VDVsxJaffa, you don't need to spend any money for 'any' CS book :p18:05
melfarStskeeps, just to clarify, I _am_ getting a N900 soon, I just meant it's good to have a well performing emulator for development purposes18:07
Stskeepsmelfar: yeah, i agree18:07
Stskeepsbeen saying this for a year by now, but it is more complex :)18:07
lcukshould be able to buy n900 IDE and it should have n900 in the box :D18:08
*** pingpong has quit IRC18:10
jeremiahAnyone tried Madde?18:17
Stskeepsno, but i love what they did18:17
jeremiahWhat did they do?18:17
*** hrw is now known as hrw|gone18:17
Stskeepsthey basically implemented a subset of a debian build environment that primarily builds qt apps and libs18:17
Stskeepswhich works on windows to18:18
Stskeepso18:18
Stskeepsso it can build a subset of typical debian source packages18:18
jeremiahAwesome.18:18
jeremiahClever.18:18
jeremiahI have to try that.18:18
Stskeepsdone by portability of perl18:19
jeremiahw00t!18:25
jeremiahperl wins again18:25
jeremiahDebian is just a bunch of perl scripts gluing some C libs anyway18:25
Stskeepsyeah18:25
jeremiahThey must have some serious perl hackers at Nokia though.18:26
jeremiahhmm18:26
Stskeepsthat and an aggressive debian-legal list ;)18:26
jeremiahheh18:26
Stskeepsno, just a lot of debian guys i think18:26
jeremiahI wonder if Niko Tyni works there.18:26
jeremiahThere are some masterful Finnish perl / debian hackers.18:26
Stskeepsbtw, could i ask for a favour? in diablo there was a tar package, which is gnutar (http://repository.maemo.org/extras-devel/pool/diablo/free/source/t/tar/).. the busybox tar is heavily broken18:31
Stskeepssomething that can be copied to fremantle extras-devel (can stay there)18:31
Stskeepsbasically you cannot untar a rootfs successfully with busybox tar18:31
jeremiahokay18:32
jeremiahSo, you want me to pull in the old gnutar to fremantle extras-devel?18:32
Stskeepsyeah18:39
* ruskie has gtar in his repo18:41
ruskiehrw|gone, from what I can tell the initial one already does it18:42
ruskiehrw|gone, but it doesn't seem to allow setting it18:42
ruskiejust uses it if it's there18:42
ruskieand gcoreutils as well :)18:42
Stskeepslet's see how this mer boots..18:45
Stskeepsi have serial console so that helps matters18:46
jeremiahboot that mer18:46
jeremiahI need a serial console - where did you get yours?18:46
jebbaStskeeps: you have serial console on n900?18:51
*** BabelO has quit IRC18:53
Stskeepsit'd be difficult or directly impossible doing what i do without.18:53
jebbaya, for sure. but are you missing the point?  I'd like to do the same.18:54
jebbahow you do?18:54
*** hrw|gone has quit IRC19:00
*** Hrww has joined #maemo-devel19:00
*** woglinde has quit IRC19:18
*** woglinde has joined #maemo-devel19:20
*** xfxf has joined #MAEMO-DEVEL19:31
*** xfxf__ has quit IRC19:33
jeremiahjebba: I think on buys a serial console, then hooks up the N900.19:41
jeremiahI suppose there are cheap serial consoles out there.19:41
jeremiahhttp://www.debuntu.org/how-to-set-up-a-serial-console-on-debian19:44
jebbajeremiah: ya, but you need fancy specialized serial cable for n900.19:44
jebbasomeone build some wild device for an 810 or so to do it19:44
jeremiahOr mini-usb to serial19:44
Stskeepsjebba: oh, one thing you can play with: usb tty19:45
Stskeepsthat would be immensely cool19:45
jebbayes, i was definitely thinking that too. hintstick?19:48
jebbai have seen some of that come up poking here and there.19:48
Stskeepsjebba: big hintstick. i would love a kernel with usbtty.19:49
jebbaah ok. will do :)19:51
jebbai got invited to a couple new years parties but would rather usbtty it etc  ,)19:51
lcukjebba, do both19:52
lcukyou have 24h to get usbtty compiling19:53
lcukthen hand out devices and let people play19:53
jebbahaha19:53
Stskeepsrandom fact for the logs: the touchscreen is a .ko19:53
jebbaPANEL_ACX565AKM19:56
Stskeepswell, the input19:58
jebbatsc2005.ko then ;)19:59
ruskiemmm usbtty would be nice20:01
ruskiethough a proper boot loader would be nice as well20:01
Stskeepswoo, i has touchscreen20:02
jeremiahWith mer?20:02
Stskeepsyeah20:02
jeremiahCool20:03
jebbanice20:11
Stskeepsweird, mesa swx11 is not functioning well anymore20:11
Stskeepson armel20:11
woglindestskeep gl sw rasterer?20:12
ruskieI wonder if we'll ever see a Free driver for that 3d20:14
woglinderuskie sgx?20:15
woglindenope20:15
ruskieI don't expect it from Ti but by reverse enginering if anyone will do i20:15
ruskiet20:15
woglinderuskie lardman started it some time ago20:16
ruskieis that the pandora stuff from a while?20:16
woglindedont know20:17
ruskiehmm I wonder if I can somehow whack away the smilies in conversations20:59
fralsif you find a way, please do tell :D21:00
ruskieI already got rid of the images21:01
ruskieavatars21:01
ruskiebut it seems like smilies are in app stuff21:02
*** woglinde1 has joined #maemo-devel21:08
*** woglinde has quit IRC21:15
*** woglinde1 is now known as woglinde21:19
*** frals has quit IRC21:28
*** frals_ has quit IRC21:28
*** frals has joined #maemo-devel21:28
*** Hrww is now known as hrw21:36
hrwre21:37
hrwStskeeps: which kernel you used this time and on which device?21:37
ruskielo21:37
Stskeepshrw: atm? pr1.0 kernel21:38
hrwStskeeps: on n900?21:38
Stskeepsyeah21:38
hrwwith own config this time or original one?21:38
Stskeepsoriginal21:39
Stskeepsdidn't rebuild kernel21:39
Stskeepshttp://pastebin.com/m258e3a4521:40
hrwmkey21:43
Stskeepsmy experiments have worked when i did though21:44
hrwso Mer works on n900?21:45
Stskeepsgot a weird hildon desktop problem atm, but yeah it does21:46
Stskeepsbootmenu is ported too21:46
hrwI need to build Angstrom image for it in next weeks to have something non maemo related21:47
Stskeeps:nod:21:47
hrwnot for use but just to get it done21:48
Stskeepshttp://talk.maemo.org/showpost.php?p=372885&postcount=2221:49
Stskeepsis fanoush's bootmenu21:49
hrwok, will read21:50
hrwthx21:50
* hrw -> movies21:50
*** hrw is now known as hrw|gone21:50
ruskiehmm so apparently modest isn't all that great of an imap client22:35
Stskeepss/imap//22:38
ruskielol22:39
ruskiesomeone make a mailer switchboard pwetty please22:39
ruskienot that claws is any better22:48
ruskieI wish I could just launch alpine when a mailto: event happens on dbus22:49
*** jeremiah_ has joined #maemo-devel23:03
*** Acedip has joined #maemo-devel23:03
*** mkargar has joined #maemo-devel23:11
mkargarhello23:11
Stskeepshey mkargar23:12
ruskielo23:12
mkargari have n900!i have connect to internet share!i have internet on the eth0 (ethernet card) an i want share it by eth1(wireless card)!i tested ad-hoc!but,it is only for wirless internet connection!23:13
mkargardo you want help me?23:14
Stskeepsthis is more of a development channel, mkargar23:15
mkargarStskeeps:hmm!:(23:17
ruskieand the lack of proper communication skills doesn't help much either23:18
*** hrw|gone is now known as hrw23:19
*** jeremiah has quit IRC23:20
*** ablack__ has quit IRC23:23
*** ablack__ has joined #Maemo-devel23:23
hrwruskie: checked /usr/share/applications/schemeinfo.cache to switch handler for mailto: links?23:39
ruskiehow would changing anything there help if the end result is transmited through dbus23:44
hrwnot tried yet23:45
hrwmessing with launcher now23:45
ruskiecontacts -> send dbus signal to com.nokia.modest mailto:email and modest has a listener that handles it23:45
hrwok23:46
ruskieso it would require I guess someone to modify browser switchboard to handle mailto: stuff23:46
hrw~curse n900 wifi to drop signal in <1m from AP23:46
hrwssh desktop->n900 is hard to keep alive23:46
ruskiehmm23:47
ruskiehad no probs so far23:47
fdvhuh. I've had it running for days23:47
fdvsurprisingly stable23:47
ruskiethough I do notice that sometimes all connections drop23:47
ruskie3g/wifi whatever23:47
ruskieand nothing gets established23:47
ruskieuntil I manually do it23:47
fdvI had that once. reboot fixed it23:48
hrwnow I have H-A-M instead of ovi, and claws instead of modest - right on first launcher screen23:48
*** Miniscalope has joined #maemo-devel23:49
*** jebba900 has joined #maemo-devel23:50
fdvanybody know how come a hildon/gtk app turns up with a plain 'linux-gnome-gtk'-look when started from the cli, but with the flashy 'maemo-5-look' when started through the gui?23:50
ruskiefdv, tried launching it with: run-standalone.sh app ?23:50
fdvnope23:50
jebba900fdv example?23:50
*** mkargar has quit IRC23:50
ruskiethough I don't recall having any probs there23:51
ruskieare you the same user? or are you root?23:51
ruskieiirc gtk themes are defined by ~/.gtkrc-2.0 and I would assume that wasn't broken yet23:51
fdvwhops. forgot to mention this is in scratchbox23:51
jebba900i havent noticed it fwiw23:51
jebba900ah23:51
fdvsorry23:51
fdvdid mention it in my head :p23:52
ruskie:)23:52
ruskiewe don't read minds23:52
jebba900use it with   run-standalone.sh foo23:52
fdvcrap :(23:52
fdvok23:52
fdvthanks23:52
hrwhttp://marcin.juszkiewicz.com.pl/download/maemo/Screenshot-20091230-224928.png23:52
fdvI need to fix the dbux core dump..23:52
fdvI think I'm probably running a pre-release version of scratchbox. is it simple to upgrade?23:54
ruskieapt-get dist-upgrade ?23:54
jebba900run the final v5 from november or so23:54
fdvyeah, I missed it on the web page when I installed it23:54
fdvruskie: is it that simple?23:54
fdvcool23:54
*** mkargar has joined #maemo-devel23:54
ruskieI would assume so23:55
fdvI'll try23:55

Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!