*** jegp has left #maemo | 00:02 | |
lardman | hmm, this will be interesting to try to debug | 00:04 |
---|---|---|
lardman | http://pastebin.com/m175a1104 for DSP | 00:04 |
lardman | http://pastebin.com/m15675484 for x86 | 00:04 |
lardman | search for the number 4559 to align (for want of a better suggestion) | 00:04 |
lcuk | i'm doing science now and i am alive :) | 00:05 |
lcuk | I feel fantastic and I'm still alive | 00:05 |
KotCzarny | lol | 00:07 |
KotCzarny | :) | 00:07 |
*** AStorm has quit IRC | 00:09 | |
*** AStorm has joined #maemo | 00:09 | |
*** CrashandLie has quit IRC | 00:10 | |
*** lopz has joined #maemo | 00:11 | |
*** ken____ has joined #maemo | 00:17 | |
*** Cptnodegard has quit IRC | 00:21 | |
*** Tama^3 has joined #maemo | 00:23 | |
derf | lardman: work & 0xffff =4294949584 | 00:24 |
derf | Nice. | 00:24 |
lardman | :) | 00:24 |
KotCzarny | o.o | 00:24 |
KotCzarny | endiannes fun | 00:24 |
*** dneary has joined #maemo | 00:24 | |
lardman | well, I think it's supposed to come out as a signed 16bit integer | 00:24 |
*** Cptnodegard has joined #maemo | 00:25 | |
lardman | I can probably fix that by fiddling with the dbg() format string | 00:25 |
*** Tama^2 has quit IRC | 00:25 | |
derf | It very nicely is 0xFFFFBAD0 in hex. | 00:25 |
*** flo_lap has joined #maemo | 00:26 | |
*** MoRpHeUz has joined #maemo | 00:26 | |
lardman | :) | 00:26 |
lardman | It looks like the length array has something wrong with it anyway | 00:27 |
lardman | for that one case | 00:27 |
flo_lap | re | 00:27 |
flo_lap | re | 00:27 |
*** denny has joined #maemo | 00:32 | |
denny | somebody here linked me to instructions on how to stop the media indexer thingy picking up the navi sounds after you install ogg-support - I've reflashed and need the link again :) | 00:33 |
lcuk | denny, this chan is indexed by google. entire history is available | 00:33 |
denny | yah, but... picking the right keywords seems to be eluding me | 00:34 |
* lcuk feels silly telling a staffer how the chan works ;) | 00:35 | |
Jaffa | Hmm, watching "Terminator: The Sarah Connor Chronicles", then reading about Google intelligently spidering the deep web by trying to guess what to enter in search boxes etc: makes you worried about the future | 00:35 |
derf | lardman: It concerns me that s->dec_table&0xffff is off by exactly 4096. | 00:35 |
Jaffa | There's also the search engine in the logs in the topic | 00:36 |
derf | lardman: But since I don't even know what you're really printing there, I have no idea what that means. | 00:36 |
lardman | derf: that's an address, so probably not something to worry about | 00:36 |
derf | Since I'm presuming you aren't printing the pointer. | 00:36 |
lardman | I am | 00:36 |
derf | Oh... | 00:36 |
lardman | I wanted to see how large the allocated regions are | 00:36 |
lardman | as they are "allocated" from a buffer | 00:37 |
lardman | my apologies, I should have explained | 00:37 |
*** pH5 has quit IRC | 00:37 | |
*** f_mohr has quit IRC | 00:37 | |
lardman | if I do this a[i], it should be the same as *(a + i); does this account for the type size? | 00:38 |
lcuk | denny, did you disable the indexer totally or just stop it picking up a few things? | 00:38 |
derf | Point arithmetic always accounts for the type size. | 00:38 |
derf | *Poitner | 00:38 |
derf | *Pointer | 00:38 |
lardman | let's hope the DSP's compiler agrees with that ;) | 00:38 |
derf | The only case where that can possibly be different is if i is negative. | 00:39 |
denny | lcuk: the instructions I was given guided me through setting the mime type of those files to something the indexer would ignore | 00:39 |
denny | it was quite a neat trick, in a horrible sort of way :) | 00:39 |
lardman | The DSP sometimes has problems accessing pointers as arrays, not altogether sure why; I'm wondering if I've hit one of those sorts of problems and it's knackered the values pointed to by *l | 00:39 |
*** pvanhoof has quit IRC | 00:39 | |
AStorm | lardman: maybe it's a race condition? | 00:40 |
lardman | AStorm: no | 00:40 |
*** cyberholic has joined #maemo | 00:40 | |
cyberholic | Good evening everyone :) | 00:40 |
*** unixSnob has quit IRC | 00:40 | |
* Jaffa beds. | 00:40 | |
AStorm | lardman: or it expects some alignment | 00:41 |
AStorm | (e.g. lack of) | 00:41 |
cyberholic | I have a noobish question: where are the contacts saved on my device? | 00:41 |
*** _matthias_ has quit IRC | 00:41 | |
lardman | AStorm: it works fine for 7 or so calls to the function, then goes wrong | 00:41 |
*** Cymor-Work has quit IRC | 00:41 | |
AStorm | hmmhmm | 00:41 |
AStorm | some counter overflow | 00:42 |
AStorm | maybe you didn't do something required | 00:42 |
lardman | without a doubt :) | 00:42 |
AStorm | some register clear or whatnot | 00:43 |
*** ken___ has quit IRC | 00:43 | |
lardman | there's no reason to suspect any of those really | 00:43 |
AStorm | mhm | 00:43 |
lardman | it simply appears that the data I'm expecting to read is not as it should be | 00:43 |
AStorm | transfer error? | 00:43 |
*** tbf has quit IRC | 00:43 | |
*** Disconnect has quit IRC | 00:43 | |
AStorm | maybe there's some flag? | 00:44 |
lardman | derf: changing from array to pointer accesses hasn't done anything, the length is still wrong | 00:44 |
AStorm | we need docs :) | 00:44 |
lardman | AStorm: like which one? | 00:44 |
lardman | AStorm: we have docs | 00:44 |
AStorm | gimme :) | 00:44 |
AStorm | I don't have them at hand | 00:44 |
lardman | Search on the Ti website for "c55 optimizing C compiler guide" | 00:44 |
AStorm | mhm | 00:45 |
*** p| has quit IRC | 00:45 | |
lardman | spru281e.pdf | 00:45 |
*** giskard has quit IRC | 00:46 | |
* AStorm jumps into reading mode | 00:49 | |
*** chelli has quit IRC | 00:51 | |
lardman | AStorm: The point is that the problem is in the code | 00:51 |
lardman | or rather my alterations to the code to make it run on the DSP | 00:52 |
*** mazzen has quit IRC | 00:53 | |
*** hfwilke has quit IRC | 00:55 | |
AStorm | I hope so :P | 00:55 |
lardman | there's no reason to think otherwise | 00:57 |
*** juergbi has quit IRC | 00:59 | |
*** liquid217 has quit IRC | 00:59 | |
*** vbatts_ has joined #maemo | 01:04 | |
lardman | hmm, lengthlist points to an array which contains, in its latter parts, the wrong data | 01:04 |
lardman | some spurious values, then filled with 1s.... | 01:05 |
*** krau has quit IRC | 01:06 | |
*** vbatts_ has left #maemo | 01:06 | |
*** krau has joined #maemo | 01:08 | |
*** unixSnob has joined #maemo | 01:10 | |
*** luck^ has quit IRC | 01:10 | |
*** Tama^2 has joined #maemo | 01:11 | |
*** Tama^3 has quit IRC | 01:12 | |
*** cyberholic has quit IRC | 01:12 | |
*** Andy80 has joined #maemo | 01:12 | |
*** freelikegnu is now known as _freelikegnu | 01:13 | |
*** Sargun has quit IRC | 01:16 | |
*** gnuSnob has joined #maemo | 01:16 | |
*** nocelic has quit IRC | 01:18 | |
*** dholbert has quit IRC | 01:18 | |
*** becksbier has quit IRC | 01:19 | |
*** mk8 has quit IRC | 01:22 | |
*** setanta has quit IRC | 01:23 | |
*** Tuco has joined #maemo | 01:24 | |
*** jeez_ has quit IRC | 01:25 | |
*** matt_c has quit IRC | 01:27 | |
*** sxpert has quit IRC | 01:30 | |
*** sxpert has joined #maemo | 01:36 | |
*** unixSnob has quit IRC | 01:39 | |
*** Ikkakujyu has joined #maemo | 01:40 | |
lardman | derf: have summarised the position in a post soon to arrive here (I hope) https://garage.maemo.org/pipermail/dsp-tremor-devel/ | 01:44 |
*** bilboed has quit IRC | 01:45 | |
*** fab_away has quit IRC | 01:45 | |
*** Tama^2 has quit IRC | 01:45 | |
*** murrayc has joined #maemo | 01:45 | |
lardman | night all | 01:48 |
*** lardman has quit IRC | 01:49 | |
*** Vytas has quit IRC | 01:50 | |
*** efleury has quit IRC | 01:50 | |
*** Ryback_ has quit IRC | 01:51 | |
*** smackpotat1 has left #maemo | 01:53 | |
*** behdad has quit IRC | 01:54 | |
*** murrayc has quit IRC | 01:55 | |
*** vcgomes has quit IRC | 01:55 | |
*** etrunko has quit IRC | 01:56 | |
*** denny has quit IRC | 01:59 | |
*** Cptnodegard has quit IRC | 02:07 | |
*** gnuSnob has quit IRC | 02:08 | |
*** buddylee has quit IRC | 02:10 | |
*** ralann has joined #maemo | 02:11 | |
*** alextreme has quit IRC | 02:13 | |
*** BabelO has quit IRC | 02:17 | |
rafl | i wonder if there's an upnp media server that can reencode videos on the fly. | 02:21 |
*** efleury has joined #maemo | 02:21 | |
*** WorkingOnWise has joined #maemo | 02:22 | |
*** MangoFusion has quit IRC | 02:23 | |
*** ccooke has quit IRC | 02:25 | |
*** efleury has quit IRC | 02:26 | |
*** dougt__ has quit IRC | 02:26 | |
WorkingOnWise | where can I get python-pygtksourceview I goggled it and nothing for the IT, bit I need it for pygtkeditor | 02:29 |
*** rsalveti has quit IRC | 02:30 | |
jott | WorkingOnWise: it's the first hit when you google for: python-pygtksourceview pygtkeditor -> http://khertan.net/downloads.php | 02:32 |
* jott sprays the some searchlores.org in the channel | 02:33 | |
WorkingOnWise | I didnt include pygtkeditor...dooh! | 02:33 |
WorkingOnWise | thanks jott | 02:34 |
jott | well "python-pygtksourceview maemo" gave khertans site as the second hit for me ... | 02:34 |
*** jegp has joined #maemo | 02:35 | |
*** Andy80 has quit IRC | 02:52 | |
*** RedPenguin has joined #maemo | 02:56 | |
*** pupnik_ has joined #maemo | 02:56 | |
RedPenguin | Hey all, I'm going to get a new N810 and was wondering is it true how a website I just looked at says it has a swappable battery? | 02:57 |
KotCzarny | huh? | 02:57 |
KotCzarny | yes, batery is removable | 02:58 |
KotCzarny | and is in fact normal nokia's battery | 02:58 |
KotCzarny | compatible with some cellular models | 02:58 |
*** pupnik has quit IRC | 02:58 | |
KotCzarny | and is swappable in ~5s | 02:58 |
KotCzarny | ;) | 02:58 |
KotCzarny | less if you are really fast | 02:58 |
KotCzarny | look for: bp-4l | 02:59 |
* lcuk laffs | 03:00 | |
elb | and be prepared to pay far more than it's worth | 03:00 |
elb | because those things are way overpriced | 03:00 |
KotCzarny | elb: i find nokia's originals far better in quality than 'replacements' | 03:01 |
*** skibur has quit IRC | 03:01 | |
lcuk | one of these days im gonna drill down into my cradle and add 12 AA rechargables in the handles | 03:01 |
KotCzarny | but i agree, they charge extra | 03:01 |
elb | the official batteries are generally better than replacements | 03:01 |
elb | it's best when you can find mAh equivalencies for both the original and the various replacements | 03:02 |
KotCzarny | heh.. | 03:02 |
elb | I've bought replacements which were equivalent in the past, for Motorola phones | 03:02 |
KotCzarny | they die sooner | 03:02 |
lcuk | i could happily live with an entire flatpack on the back of my 810. same depth as current battery but extended onto case shape | 03:02 |
* lcuk ponders | 03:03 | |
elb | but i couldn't find any equivalents at all for the BP-4L, much less equivalents which were similar in energy capacity | 03:03 |
KotCzarny | generally replacements are more sensitive to charging quality | 03:03 |
elb | oh, now I haven't had that problem | 03:03 |
elb | I've also bought replacements with lesser capacity ... because 80% of the capacity of a $30 battery for $6 is OK for most phones ;-) | 03:03 |
KotCzarny | yup | 03:03 |
elb | who talks for five hours between charges, anyway | 03:04 |
KotCzarny | 6$ is ok for a quick spare | 03:04 |
*** pdz- has joined #maemo | 03:04 | |
elb | I'd kill myself | 03:04 |
KotCzarny | elb: skype will drain it in 3h | 03:04 |
KotCzarny | :) | 03:04 |
lcuk | i could happily use my 810 for 5 hours though | 03:04 |
elb | I don't skype with my phones, though | 03:04 |
KotCzarny | i'm talking about n800 now | 03:04 |
elb | like I said ... I don't know of any replacement equivalents for the bp-4l | 03:04 |
elb | there probably are some,but when I looked I saw only official or "official" batteries | 03:05 |
lcuk | i use a nokia battery for my laser | 03:05 |
elb | I don't buy "official" batteries under any circumstances -- they need to either be up front that batteries is batteries, or they need to sell me the real deal | 03:05 |
lcuk | i've only had to charge it once and its still not flat :) | 03:05 |
RedPenguin | I noticed it says 4 hours for Video/Wifi battery life, but I wonder if it would be a little bit longer for just listening to a Shoutcast for a long time, or if a continuous shoutcast would actually make it less than 4 hours | 03:06 |
KotCzarny | elb: n800 uses another battery model i think, bp-5l | 03:06 |
elb | RedPenguin: many activities give you longer than the stated life, and many activities give you less | 03:06 |
elb | if you can turn the display off, you're likely to be on the long side | 03:06 |
elb | (a shoutcast probably qualifies) | 03:07 |
lcuk | RedPenguin, network traffic | 03:07 |
*** trbs has quit IRC | 03:07 | |
KotCzarny | sticking cpu to lowest speed could help too | 03:07 |
elb | it'll stick to the lowest speed just playing mp3s | 03:07 |
elb | there's no reason for that to tax it | 03:07 |
elb | I'm kind of wishing my n810 played nice with my mythtv upnp music library right now, actually | 03:07 |
RedPenguin | I would be happy with just choosing the Shoutcast than just locking the whole thing if you can kinda do that | 03:08 |
KotCzarny | i think using esd on mine (mad + pcmtask) bumps cpu to full | 03:08 |
elb | as there's no musics out here on the porch ;-) | 03:08 |
elb | RedPenguin: you can | 03:08 |
RedPenguin | Similar to how my Creative Zen Vision:M does for music to save way more battery | 03:08 |
Mikho | hello. This is probably the wrong channel, but would somebody know how to prevent the hyphenation of a certain word in MS Word 2007? | 03:08 |
KotCzarny | wrong channel | 03:09 |
KotCzarny | :) | 03:09 |
Mikho | but there are awful lot of computer geeks here | 03:09 |
RedPenguin | nice, I swear I wish I knew about the Nokia Internet Tablet's a while back, I haven't even got a chance to hold my new N810 yet and I'm so amazed with what it's to do and the reviews | 03:09 |
KotCzarny | mostly linux related geeks | 03:09 |
lcuk | why isnt everyone jumping in with the advert for openoffice.org? | 03:10 |
lcuk | that should hyphenate the word differently ;) | 03:10 |
KotCzarny | because there's no port of OOo for n8x0 | 03:10 |
KotCzarny | :) | 03:10 |
derf | And no one knows how to force hyphenation in OOo, either. | 03:10 |
derf | Now, if you'd like to know how to do it in LaTeX... | 03:11 |
KotCzarny | ;) | 03:11 |
lcuk | but it might do different words ;) | 03:11 |
*** behdad has joined #maemo | 03:11 | |
KotCzarny | 'do it in the latex' | 03:11 |
*** foka_ has quit IRC | 03:12 | |
*** jegp has left #maemo | 03:12 | |
Mikho | somebody who pays my salary needs to force me to use it before I even consider using it again | 03:12 |
KotCzarny | :> | 03:12 |
* elb passes out the free \- | 03:14 | |
elb | oh, to prevent hyphenation | 03:15 |
* KotCzarny inhales \- deeply | 03:15 | |
*** Ziegler has joined #maemo | 03:15 | |
lcuk | http://gizmodo.com/380467/internal-microsoft-vista-video-is-as-painful-as-videos-get | 03:15 |
KotCzarny | yah | 03:16 |
*** pdz has quit IRC | 03:16 | |
KotCzarny | i saw that | 03:16 |
*** TimRiker has quit IRC | 03:16 | |
lcuk | scary... | 03:17 |
Mikho | very | 03:17 |
*** MoRpHeUz has quit IRC | 03:18 | |
Ziegler | Gtalk on the nits... Is the password broadcast in the clear? | 03:18 |
KotCzarny | scary if your boss is like that | 03:18 |
KotCzarny | otherwisu it's just retarded | 03:18 |
KotCzarny | :) | 03:18 |
*** lopz has quit IRC | 03:18 | |
elb | Ziegler: you should verify this for yourself, but generally speaking, Google Talk doesn ot allow plaintext logins at all | 03:19 |
elb | (in fact, I don't believe it allows non-TLS connections) | 03:19 |
*** ha1f has quit IRC | 03:20 | |
*** ha1f has joined #maemo | 03:20 | |
Ziegler | Good to know... But you are right... I will check it all out myslef | 03:20 |
*** flo_lap has quit IRC | 03:22 | |
*** aloisiojr has quit IRC | 03:23 | |
*** alex-weej_ has joined #maemo | 03:24 | |
*** rlaager has quit IRC | 03:25 | |
Tester_ | where can I get tcpdump for os2008? | 03:25 |
*** monteslu has quit IRC | 03:25 | |
Ziegler | Kismet able to do that? | 03:26 |
*** astro76 has joined #maemo | 03:26 | |
Tester_ | no | 03:27 |
*** greentux__ has joined #maemo | 03:29 | |
Tester_ | found it | 03:33 |
elb | KotCzarny: playing 320kbps mp3 bumps my CPU to 330MHz | 03:35 |
*** Crfrodf has joined #maemo | 03:37 | |
*** behdad has quit IRC | 03:38 | |
*** behdad has joined #maemo | 03:38 | |
*** vivijim has quit IRC | 03:40 | |
*** jeff1f has quit IRC | 03:40 | |
*** RedPenguin has quit IRC | 03:42 | |
*** celesteh has joined #maemo | 03:43 | |
KotCzarny | elb: which decoder? | 03:43 |
*** lopz has joined #maemo | 03:44 | |
*** eton has joined #maemo | 03:44 | |
*** jnettlet has quit IRC | 03:44 | |
*** greentux_ has quit IRC | 03:45 | |
*** eton_ has quit IRC | 03:46 | |
elb | KotCzarny: media player | 03:48 |
*** Mousey has quit IRC | 03:48 | |
*** vbatts_ has joined #maemo | 03:48 | |
KotCzarny | i assume it uses mp3task then | 03:49 |
*** celesteh has left #maemo | 03:49 | |
KotCzarny | and i think in that case it will bump cpu to full speed even on 32kbit mp3 | 03:49 |
KotCzarny | :) | 03:49 |
elb | 330MHz isn't full speed | 03:50 |
*** vbatts_ has quit IRC | 03:50 | |
KotCzarny | for dsp it is | 03:50 |
KotCzarny | unless you use patched kernel | 03:50 |
*** ralann has quit IRC | 03:50 | |
KotCzarny | that will use 400/133 instead of 330/220 when dsp is in use | 03:50 |
elb | ahh I knew 400MHz was reduced DSP speed, I didn't know 330 was its max speed | 03:50 |
KotCzarny | elb: i have sent a link with the patch | 03:51 |
KotCzarny | to the fanoush | 03:51 |
*** Zword has quit IRC | 03:51 | |
KotCzarny | and he agreed to include it on his page and kernel binary | 03:51 |
KotCzarny | if enough people start using it maybe nokia will include some of the patches in main too :) | 03:52 |
*** ralann has joined #maemo | 03:55 | |
*** Crfrod has quit IRC | 03:55 | |
*** alex-weej_ has quit IRC | 03:56 | |
*** matt_c has joined #maemo | 03:56 | |
*** rsalveti has joined #maemo | 03:57 | |
*** harry has joined #maemo | 04:01 | |
elb | is 400/133 preferable to 330/220? | 04:05 |
elb | I guess I'm confused about what you sent to who and why ;-) | 04:05 |
*** Tuco has quit IRC | 04:05 | |
*** Tuco has joined #maemo | 04:05 | |
KotCzarny | elb: if 133 will be enough for a dsp task (ie. mp3/aac decoding) then you will have 67 mhz more for cpu :) | 04:06 |
elb | oh, I'd rather it was slower ;-) | 04:06 |
KotCzarny | huh? | 04:07 |
elb | battery is more important to me than speed | 04:07 |
KotCzarny | heh | 04:07 |
KotCzarny | but dsp will bump cpu up anyway | 04:07 |
KotCzarny | :) | 04:07 |
KotCzarny | and if cpu can sleep longer, then it's more beneficial for battery, no? | 04:08 |
KotCzarny | this patch is not about setting cpu to 400/133 all the time | 04:08 |
elb | well, I'm assuming the CPU doesn't sleep while the DSP is running | 04:08 |
elb | that might be a poor assumption | 04:08 |
KotCzarny | only at the time dsp would use 330/220 | 04:08 |
KotCzarny | elb: not true | 04:09 |
KotCzarny | cpu and dsp are not the same part of hw | 04:09 |
KotCzarny | so one can work while other is sleeping | 04:09 |
elb | I don't know how autonomous the DSP is | 04:10 |
KotCzarny | much | 04:10 |
elb | so like I said ... maybe a bad assumption :-) | 04:10 |
KotCzarny | i may be wrong, i'm not an expert | 04:11 |
KotCzarny | but from what i have read it is like i have said | 04:11 |
KotCzarny | :) | 04:11 |
WormFood | is omweather (or whatever it is called) broken for anyone else? it will not update for me anymore | 04:13 |
KotCzarny | http://www.slideshare.net/igor_stoppa_nokia/power-management-for-the-nokia-internet-tablets | 04:16 |
KotCzarny | not much information, but still nice reading | 04:16 |
KotCzarny | :) | 04:16 |
*** playya has quit IRC | 04:23 | |
*** SDuensin has joined #Maemo | 04:24 | |
WormFood | does nobody else use omweather? | 04:29 |
*** Ziegle1 has joined #maemo | 04:30 | |
* WormFood sighs | 04:31 | |
*** mk500 has quit IRC | 04:32 | |
*** halleck has quit IRC | 04:32 | |
*** halleck has joined #maemo | 04:33 | |
*** fireun has joined #maemo | 04:38 | |
*** bradd_ has quit IRC | 04:39 | |
WormFood | I'm off to work, I'll ask about this problem later....maybe the problem is with my internet connection | 04:39 |
*** WormFood has quit IRC | 04:40 | |
*** playya has joined #maemo | 04:41 | |
*** Ziegler has quit IRC | 04:42 | |
*** seraph1 has joined #maemo | 04:44 | |
*** matt_c has quit IRC | 04:45 | |
*** Ziegle1 has left #maemo | 04:46 | |
*** Ziegle1 has joined #maemo | 04:46 | |
*** halleck has quit IRC | 04:50 | |
*** halleck has joined #maemo | 04:51 | |
*** _freelikegnu is now known as freelikegnu | 04:53 | |
*** Ziegle1 has quit IRC | 04:53 | |
*** behdad has quit IRC | 04:55 | |
*** bradd has joined #maemo | 04:58 | |
*** monteslu has joined #maemo | 04:58 | |
*** rghosh has joined #maemo | 05:02 | |
*** herz1 has joined #maemo | 05:03 | |
*** silince has joined #maemo | 05:04 | |
KotCzarny | silince, i kill you! | 05:07 |
KotCzarny | (or was it 'silence') | 05:07 |
KotCzarny | :) | 05:07 |
silince | ha nice | 05:08 |
*** silince is now known as my_silince | 05:08 | |
*** my_silince has left #maemo | 05:09 | |
*** unixSnob has joined #maemo | 05:12 | |
*** vcgomes has joined #maemo | 05:16 | |
unixSnob | what is a DDI number? | 05:17 |
*** Sho_ has quit IRC | 05:19 | |
*** herzi has quit IRC | 05:22 | |
*** Tama^2 has joined #maemo | 05:23 | |
*** roue has joined #maemo | 05:25 | |
*** gnuSnob has joined #maemo | 05:26 | |
*** unixSnob has quit IRC | 05:28 | |
*** gnuSnob is now known as unixSnob | 05:28 | |
*** b0unc3_ has joined #maemo | 05:36 | |
*** andrunko has quit IRC | 05:37 | |
*** dougt has joined #maemo | 05:40 | |
*** liquid217 has joined #maemo | 05:47 | |
*** b0unc3 has quit IRC | 05:51 | |
*** gnuSnob has joined #maemo | 05:52 | |
*** skibur has joined #maemo | 05:57 | |
*** SDuensin has quit IRC | 05:58 | |
*** rghosh has left #maemo | 05:58 | |
*** Sargun has joined #maemo | 05:59 | |
*** Crfrod has joined #maemo | 06:01 | |
*** SDuensin has joined #Maemo | 06:02 | |
*** behdad has joined #maemo | 06:03 | |
*** freelikegnu is now known as _freelikegnu | 06:03 | |
*** skibur has quit IRC | 06:05 | |
*** dougt has quit IRC | 06:11 | |
*** unixSnob has quit IRC | 06:13 | |
*** WormFood has joined #maemo | 06:15 | |
Proteous | hagalahgalahagla | 06:16 |
*** Crfrodf has quit IRC | 06:21 | |
*** matt_c has joined #maemo | 06:21 | |
*** slomo_ has joined #maemo | 06:23 | |
*** unixSnob has joined #maemo | 06:24 | |
*** jgombos has joined #maemo | 06:24 | |
*** jgombos has left #maemo | 06:26 | |
grape | aaah kde is downloading | 06:30 |
grape | its about time | 06:31 |
*** pupnik_ is now known as pupnik | 06:36 | |
*** slomo has quit IRC | 06:37 | |
*** kenne has quit IRC | 06:38 | |
*** roue has quit IRC | 06:40 | |
*** TPC has quit IRC | 06:42 | |
*** TPC has joined #maemo | 06:42 | |
*** dougt has joined #maemo | 06:42 | |
*** gnuSnob has quit IRC | 06:44 | |
*** smackpotat1 has joined #maemo | 06:44 | |
*** gnuSnob has joined #maemo | 06:44 | |
*** t_s_o has quit IRC | 06:47 | |
*** smackpotat1 has left #maemo | 06:50 | |
gnuSnob | looks like file manager doesn't have a way to access samba shares.. is that correct? | 06:55 |
*** unixSnob has quit IRC | 06:56 | |
*** kimitake has joined #maemo | 07:01 | |
*** Sargun has quit IRC | 07:02 | |
*** straind26 is now known as straind | 07:03 | |
*** vcgomes has quit IRC | 07:08 | |
*** skibur has joined #maemo | 07:08 | |
*** parolkar has joined #maemo | 07:20 | |
*** opendeep has joined #maemo | 07:23 | |
*** kimitake has left #maemo | 07:30 | |
*** gnuSnob has quit IRC | 07:33 | |
*** ol_schoola has joined #maemo | 07:35 | |
*** kimitake has joined #maemo | 07:37 | |
*** kimitake has left #maemo | 07:38 | |
*** TPC has quit IRC | 07:41 | |
*** TPC has joined #maemo | 07:42 | |
*** unixSnob has joined #maemo | 07:45 | |
*** playya has quit IRC | 07:45 | |
*** |thunder has joined #maemo | 07:46 | |
|thunder | Yay, im on pidgin+n800 | 07:47 |
shapr | yay! | 07:47 |
|thunder | This is a well populated chan it seems | 07:47 |
|thunder | This is splendid | 07:47 |
* shapr enjoys splendidness | 07:47 | |
|thunder | I want a woorking neogeo emu | 07:48 |
|thunder | I have it installed, but ca t find any roms that work. | 07:48 |
*** mbuf has joined #maemo | 07:49 | |
* |thunder adores numpty physics | 07:51 | |
shapr | Yeah, numpty rocks. | 07:52 |
*** dougt has quit IRC | 07:52 | |
|thunder | You get all the levels beat ?? | 07:53 |
shapr | Nah, my job distracts me from that sort of thing. | 07:53 |
|thunder | Lol, there are only 5 or so | 07:54 |
|thunder | I like making trebuchets | 07:54 |
|thunder | So, what would it take to get the n800's camera working with flash ?? | 07:57 |
shapr | With flash? | 07:58 |
|thunder | I think it may use V4L | 07:58 |
shapr | Oh, you mean flash applets able to read the camera? | 07:58 |
|thunder | Yes | 07:58 |
|thunder | And , mic | 07:58 |
shapr | I have no idea. | 07:58 |
KotCzarny | v4l2 to be exact | 07:58 |
KotCzarny | v4l1 isn't enabled in kernel | 07:58 |
|thunder | For optomization i imagine. | 07:59 |
KotCzarny | don't know why | 07:59 |
* |thunder wishes fennec was more stable,.. | 08:00 | |
|thunder | And on screen KB worked | 08:01 |
*** skibur has quit IRC | 08:03 | |
*** kimitake has joined #maemo | 08:06 | |
|thunder | Possible to change which bin is executed when i open the camera ?? | 08:08 |
*** kimitake has quit IRC | 08:12 | |
*** kimitake has joined #maemo | 08:13 | |
*** sp3000 has joined #maemo | 08:13 | |
*** sp3001 has joined #maemo | 08:14 | |
*** unixSnob has quit IRC | 08:16 | |
*** shapr has quit IRC | 08:16 | |
*** shackan has quit IRC | 08:17 | |
*** g0ldfinGa has joined #maemo | 08:17 | |
*** KevinVerma has quit IRC | 08:29 | |
jga23 | is there any way to change python to point to python2.5 in sandbox? | 08:31 |
*** soman has joined #maemo | 08:31 | |
*** jeddy3 has joined #maemo | 08:36 | |
*** etherclear has joined #maemo | 08:37 | |
*** Grackle has quit IRC | 08:39 | |
*** Veggen has quit IRC | 08:49 | |
*** NetBlade has joined #maemo | 08:53 | |
*** l7_ has quit IRC | 08:54 | |
*** Dar has joined #maemo | 08:55 | |
*** Grackle has joined #maemo | 08:57 | |
*** kimitake has quit IRC | 09:00 | |
*** lardman has joined #maemo | 09:02 | |
lardman | morning | 09:02 |
*** kimitake has joined #maemo | 09:05 | |
mbuf | lardman, morning | 09:10 |
*** Minti has joined #maemo | 09:10 | |
lardman | hi mbuf | 09:10 |
*** mazzen has joined #maemo | 09:11 | |
*** simon____ has quit IRC | 09:12 | |
*** |thunder has left #maemo | 09:15 | |
*** f_mohr has joined #maemo | 09:21 | |
soman | Hi, I want to play internet radio using gstreamer on N810.. whats the command to initiate that | 09:21 |
soman | any pointers | 09:22 |
jga23 | mplayer is probably easier | 09:23 |
jga23 | it's just mplayer (url) | 09:23 |
*** KaaLi has left #maemo | 09:23 | |
soman | i want to play it from command line using gstreamer | 09:26 |
lardman | use a standard sort of chain, and see if there's something like an urlsource perhaps? | 09:28 |
*** WorkingOnWise has left #maemo | 09:29 | |
*** Cptnodegard has joined #maemo | 09:29 | |
*** Veggen has joined #maemo | 09:30 | |
kulve | soman: I'm sure how to parse the m3u playlist with gst plugins. Using http:// url instead file:// url should work just fine | 09:31 |
kulve | soman: +not | 09:31 |
*** playya has joined #maemo | 09:36 | |
*** playya_ has joined #maemo | 09:36 | |
*** playya has quit IRC | 09:36 | |
*** VimSi has joined #maemo | 09:36 | |
*** vims0r has quit IRC | 09:38 | |
*** trickie_ has joined #maemo | 09:39 | |
*** msanchez has joined #maemo | 09:39 | |
*** timeless has quit IRC | 09:42 | |
*** geaaru has joined #maemo | 09:48 | |
*** borism has quit IRC | 09:50 | |
*** BabelO has joined #maemo | 09:51 | |
jga23 | mplayer works from command line as well :) | 09:55 |
*** simon____ has joined #maemo | 09:56 | |
lardman | bbl | 09:57 |
*** lardman has quit IRC | 09:57 | |
*** simon____ is now known as simon_ | 09:58 | |
*** blassey has quit IRC | 10:03 | |
*** Andy80 has joined #maemo | 10:06 | |
*** sKaBoy has joined #maemo | 10:09 | |
RST38h | in fact, it works better from command line | 10:09 |
RST38h | the UI is...mhm...underbaked | 10:10 |
Khertan | YEAH ! | 10:13 |
Khertan | My packages was accepted ! | 10:13 |
Khertan | PyPackager 0.7.0 is now able to upload packages to maemo repository | 10:14 |
*** kimitake has quit IRC | 10:14 | |
*** Zetx| has joined #maemo | 10:15 | |
Tama^2 | that is pretty cool Khertan | 10:15 |
*** kimitake has joined #maemo | 10:18 | |
Khertan | thx tama^2 | 10:18 |
Khertan | i just need to make now a documentation ... | 10:18 |
Khertan | as it s not a simple process as you need to have a gnugp with a key, ask permission to maemo repository maintainer site | 10:19 |
*** calvaris has joined #maemo | 10:20 | |
*** calvaris has quit IRC | 10:24 | |
*** calvaris has joined #maemo | 10:24 | |
*** Synchronicity has joined #maemo | 10:25 | |
*** borism has joined #maemo | 10:27 | |
*** blassey has joined #maemo | 10:29 | |
*** sergio_ has joined #maemo | 10:31 | |
*** Zetx has quit IRC | 10:31 | |
Jaffa | Morning, all | 10:31 |
*** mk8 has joined #maemo | 10:33 | |
*** murrayc_ has joined #maemo | 10:35 | |
soman | kulve, thanks for ur longstanding support. | 10:37 |
soman | kulve, one small clarification.. can i use "playbin" element for playing all types of media.. | 10:38 |
soman | instead forming a different pipeline for each and every format.... | 10:38 |
soman | kulve: what are the Pro's and Con's in using playbin | 10:39 |
pupnik | ty Khertan i'll definitely look at that | 10:41 |
*** TPC has quit IRC | 10:41 | |
*** f_mohr has quit IRC | 10:42 | |
*** TPC has joined #maemo | 10:42 | |
kulve | soman: in theory the playbin works just fine. But afaik, there are bugs and it might not work in all cases | 10:45 |
kulve | but often you should be just fine with it | 10:46 |
*** andre_ has joined #maemo | 10:48 | |
*** andre__ has quit IRC | 10:48 | |
*** Crfrodf has joined #maemo | 10:50 | |
*** ab_ has joined #maemo | 10:53 | |
*** ab_ is now known as ab | 10:54 | |
*** ab has left #maemo | 10:54 | |
*** ab has joined #maemo | 10:55 | |
*** playya_ has quit IRC | 10:56 | |
*** AStorm has quit IRC | 10:56 | |
*** greentux__ has quit IRC | 10:57 | |
*** Crfrod has quit IRC | 10:58 | |
*** arif_endro has joined #maemo | 10:59 | |
*** kimitake has quit IRC | 10:59 | |
*** kimitake has joined #maemo | 10:59 | |
Khertan | pupnik > look at what ? PyPackager ? | 11:01 |
pupnik | yes | 11:01 |
Khertan | i ve made it mainly to do packages onboard :) | 11:02 |
Khertan | very usefull :) | 11:02 |
Khertan | (for me at least) | 11:02 |
X-Fade_ | Khertan: So you finally did it? It works? :) | 11:16 |
Khertan | yes it s works ! | 11:17 |
Khertan | and again thanks a lot ! | 11:17 |
X-Fade_ | Nice! | 11:17 |
Khertan | i ve uploaded homeip, homememfree, homememstats,homewifilevel,homediskfree,homecpu,pypackager and pygtkeditor ... | 11:18 |
Khertan | and all seem's to work. | 11:18 |
Khertan | now i need to make a documentation about how to upload packages with pypackager | 11:19 |
X-Fade_ | Ok, well it seems that all your work seems to pay off. | 11:20 |
*** kaie has joined #maemo | 11:20 | |
X-Fade_ | Perhaps you can add a list of categories where the developer needs to pick one from? | 11:20 |
Khertan | yes it will be a great idea | 11:21 |
Khertan | X-Fade_ > work always pay ... just a question of time | 11:21 |
X-Fade_ | You have put some of your packages under 'other', which is basically the worst category :) | 11:21 |
X-Fade_ | I'm thinking about establishing a list with valid categories defined by the community. And rejecting everything that is outside of those categories. | 11:22 |
GeneralAntilles | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | 11:23 |
Khertan | X-Fade_ > great idea too | 11:23 |
X-Fade_ | Khertan: Your packages need 'desktop' which doesn't seem to be there :) | 11:23 |
GeneralAntilles | Can you please tell the Boingo guys to go die in a fire? :P | 11:23 |
X-Fade_ | And Canola did it too. | 11:23 |
Khertan | hildondesktop ... it s in extras-devel | 11:24 |
X-Fade_ | Khertan: Well, that is not a general category.. | 11:24 |
*** AD-N770 has joined #maemo | 11:24 | |
Khertan | ah ... your are talking about that ... yes ... | 11:24 |
X-Fade_ | I would think things like games, communication, desktop etc. would be good.. | 11:25 |
Khertan | next packages will something better than 'other' | 11:25 |
GeneralAntilles | Hopefully all categories will rely on as little abbreviation as possible and be capitalized. | 11:25 |
X-Fade_ | GeneralAntilles: I think we can base those off the Debian list.. | 11:25 |
Khertan | X-Fade_ > sorry for the category, i was so happy that i ven't recheck my pkb files ... | 11:25 |
GeneralAntilles | utilities, Utilities, utils . . . <_< | 11:25 |
Khertan | before uploading | 11:25 |
GeneralAntilles | That sounds reasonable, X-Fade_. :D | 11:26 |
X-Fade_ | admin, base, comm, contrib, devel, doc, editors, electronics, embedded, games, gnome, graphics, hamradio, interpreters, kde, libs, libdevel, mail, math, misc, net, news, non-free, oldlibs, otherosfs, perl, python, science, shells, sound, tex, text, utils, web, x11 | 11:28 |
X-Fade_ | That is the debian list.. | 11:28 |
GeneralAntilles | Now that I'm thinking about actually being able to use packages categories in Application manager, it seems to have a horrifyingly wasteful amount of whitespace. :\ | 11:28 |
X-Fade_ | Where we can remove some.. | 11:28 |
Khertan | can we have a catogery 'ThingsThatWillSlowDownYourNIT' with canola in it ... :) | 11:28 |
GeneralAntilles | ? | 11:28 |
X-Fade_ | :) | 11:28 |
GeneralAntilles | Only if it's open. | 11:28 |
AD-N770 | bon dia / good morning | 11:28 |
Khertan | GeneralAntilles > it s only if it s open in the version 2 ? | 11:28 |
Khertan | in the first one the daemon was terrible ... | 11:29 |
GeneralAntilles | Version 2 only scans on startup. | 11:29 |
GeneralAntilles | X-Fade_, those categories aren't the most . . . user friendly. So if you move the packages to that (which I'm for, as it doesn't break with Debian), application manager's category list is going to become both more and less usable. | 11:30 |
GeneralAntilles | Especially for the uninitiated types. | 11:30 |
*** Zic has joined #maemo | 11:31 | |
X-Fade_ | GeneralAntilles: Yeah, so we could do the switch for Diablo.. (If we have time enough) | 11:31 |
GeneralAntilles | Should that be something that might be considered being rectified application-side? | 11:31 |
Khertan | i always use the button 'All' | 11:31 |
X-Fade_ | I don't think we can do it for current repositories.. | 11:31 |
GeneralAntilles | comm -> Communications | 11:32 |
GeneralAntilles | Actually package category and display name. | 11:32 |
GeneralAntilles | s/Actually/Actual/ | 11:32 |
infobot | GeneralAntilles meant: Actual package category and display name. | 11:32 |
X-Fade_ | GeneralAntilles: Yeah, we could make that a bit more userfriendly.. | 11:32 |
GeneralAntilles | Do I want to file an enhancement request for a grid-listing of the categories in Application manager? | 11:33 |
X-Fade_ | But I don't think we would be able to get that into Application Manager before diablo.. | 11:33 |
X-Fade_ | This all needs to be translated too, so that will take time.. | 11:34 |
X-Fade_ | And needs to be accepted as an idea first :) | 11:34 |
GeneralAntilles | Hehe | 11:34 |
GeneralAntilles | It's something that needs to happen any way you look at it. | 11:34 |
GeneralAntilles | As it stands, the categories are 100% useless from a user's perspective. | 11:34 |
X-Fade_ | Yep. I will talk to Marius about this. | 11:34 |
X-Fade_ | Let's see if he has thought about that already. | 11:35 |
*** borism has quit IRC | 11:35 | |
*** etherclear has quit IRC | 11:36 | |
GeneralAntilles | Establishing a guideline should eventually kick some of the third party repositories into better shape, too. | 11:36 |
*** pvanhoof has joined #maemo | 11:36 | |
X-Fade_ | GeneralAntilles: Yep, we need more defined guidelines. And I could even create a package checker or something like that.. | 11:37 |
GeneralAntilles | Ooh | 11:37 |
GeneralAntilles | I like that one. | 11:37 |
GeneralAntilles | A maemo-badger package verifier would be a fantastic idea. | 11:37 |
GeneralAntilles | s/badger/badged/ | 11:38 |
infobot | GeneralAntilles meant: A maemo-badged package verifier would be a fantastic idea. | 11:38 |
X-Fade_ | I have already something in place to check some packages on upload. That is what gave Khertan a hard time ;) | 11:38 |
X-Fade_ | He has been testing the assistant.. | 11:38 |
GeneralAntilles | Something that takes some of the guesswork out of it before it hits the other side would be good, too, though. | 11:38 |
GeneralAntilles | Saves the back and forth. | 11:38 |
X-Fade_ | Yeah, I have been working on that. But repositories and packages are hard ;) So it takes time.. | 11:39 |
*** andre_ has quit IRC | 11:39 | |
GeneralAntilles | No complaints here, I'm overjoyed we have you over there. :D | 11:39 |
X-Fade_ | You can make soo many mistakes and there need to be checks for that.. | 11:39 |
*** MangoFusion has joined #maemo | 11:41 | |
*** hugolp has joined #maemo | 11:41 | |
*** hugolp has left #maemo | 11:42 | |
Khertan | i confirm that many mistakes can be done ... :) | 11:43 |
*** becksbier has joined #maemo | 11:44 | |
*** ccooke has joined #maemo | 11:45 | |
*** becksbier has quit IRC | 11:45 | |
*** slomo_ has quit IRC | 11:46 | |
*** hugolp has joined #maemo | 11:46 | |
soman | kulve: how to play .pls file with gst-launch | 11:47 |
*** nabaHome has quit IRC | 11:48 | |
kulve | soman: like I said, I don't know if there's a gst plugin for parsing it.. | 11:48 |
*** Tama^2 has quit IRC | 11:48 | |
*** nabaHome has joined #maemo | 11:49 | |
kulve | maybe you should parse it first, then run gst-launch for each line | 11:49 |
*** fireun has quit IRC | 11:49 | |
soman | kulve, ok.. i will try | 11:50 |
*** lardman|gone is now known as lardman | 11:51 | |
*** nabaHome has quit IRC | 11:52 | |
*** qwerty12 has joined #maemo | 11:52 | |
*** nabaHome has joined #maemo | 11:52 | |
*** borism has joined #maemo | 11:53 | |
*** f_mohr has joined #maemo | 11:56 | |
*** Tama^2 has joined #maemo | 11:57 | |
*** Tama^2 has quit IRC | 11:59 | |
GeneralAntilles | Here's a convenience increaser: http://www.internettablettalk.com/forums/showthread.php?p=170958#post170958 | 11:59 |
qwerty12 | Thanks :) | 12:00 |
GeneralAntilles | Somebody should put together a page with all the hacked open-source Nokia software. | 12:00 |
GeneralAntilles | Application manager, xterm, etc. | 12:00 |
GeneralAntilles | Does the post-inst nuke the package list? | 12:01 |
X-Fade_ | Hehe, please file a feature request for 'Don't show this warning for future installations' | 12:01 |
GeneralAntilles | Hasn't it already been filed? | 12:01 |
GeneralAntilles | I know there's no way they'll change that. | 12:01 |
GeneralAntilles | The legal department would have a hissy. | 12:01 |
qwerty12 | GeneralAntilles, No idea, I'll take a look. I just commented out the lines that call the legal message and did a make deb. | 12:01 |
X-Fade_ | Well, I don't think it would be a problem. As the user does an action do disable it. | 12:02 |
X-Fade_ | It is on by default. | 12:02 |
GeneralAntilles | I remember it coming up a couple times before. | 12:02 |
GeneralAntilles | Don't recall exactly who shot it down | 12:03 |
X-Fade_ | You can also do a red-pill switch. Which will breack your device.. | 12:03 |
X-Fade_ | And that got it nicely.. | 12:03 |
GeneralAntilles | Oh well, a request couldn't hurt. | 12:03 |
*** X-Fade has joined #maemo | 12:04 | |
*** becksbier has joined #maemo | 12:04 | |
*** megabyte405 has joined #maemo | 12:09 | |
*** Zenton has quit IRC | 12:09 | |
*** Zenton has joined #maemo | 12:10 | |
*** ricko73_ has joined #maemo | 12:18 | |
*** megabyte405_ has joined #maemo | 12:18 | |
*** X-Fade_ has quit IRC | 12:19 | |
Khertan | http://maemo.org/profile/list/ | 12:21 |
*** megabyte405_ has quit IRC | 12:21 | |
Khertan | ouch i'm in the top of the list | 12:21 |
*** hrw|gone is now known as hrw | 12:21 | |
qwerty12 | Nice, 464 Karma :) | 12:21 |
qwerty12 | I'm somewhere at the end, I'm looking... | 12:22 |
Khertan | buries 4 | 12:22 |
Khertan | favourites 1.5 | 12:22 |
Khertan | huhu :) | 12:22 |
*** megabyte405_ has joined #maemo | 12:22 | |
*** mardi__ has quit IRC | 12:23 | |
GeneralAntilles | Ouch, only 60 karma. | 12:23 |
*** ricko73 has quit IRC | 12:25 | |
pupnik | can anyone http view or ping piratpartiet.se? (87.96.134.22 here) | 12:26 |
pupnik | and give me the IP that it resolves? | 12:26 |
mbuf | qt doesn't work on Maemo platform; or are there separate images that can be used with the N800? | 12:26 |
pupnik | appears to be blocked by my isp | 12:26 |
KotCzarny | piratpartiet.se has address 87.96.134.22 | 12:26 |
KotCzarny | (i'm using opendns) | 12:26 |
pupnik | ty! | 12:27 |
qwerty12 | pupnik, Fighting for TPB? :P | 12:27 |
pupnik | that's funny | 12:27 |
*** megabyte405_ has quit IRC | 12:27 | |
pupnik | it's a political party in sweden. blocked now by germany? or by my isp? hillarious | 12:28 |
pupnik | i'll have to mirror and host their site now. | 12:28 |
qwerty12 | Hehe, the only Swedish words I know are Hej and Kock | 12:30 |
*** calvaris has quit IRC | 12:31 | |
pupnik | ok this works for me http://www.piratpartiet.se/international/english | 12:33 |
pupnik | but google apparently removed the video of the lecture Rickard Falkvinge gave *at google*! haaahahaha | 12:33 |
*** megabyte405 has quit IRC | 12:34 | |
pupnik | ahh no i just searched wrong sorry | 12:34 |
pupnik | http://video.google.com/videoplay?docid=-2541736281918823479 | 12:35 |
pupnik | ignore me :) too much tea today | 12:35 |
GeneralAntilles | How do you link to an attachment in a comment in bugzilla? | 12:37 |
*** shackan has joined #maemo | 12:39 | |
*** becksbier has quit IRC | 12:40 | |
*** arif_endro has quit IRC | 12:40 | |
*** florian has joined #maemo | 12:44 | |
*** red-zack has joined #maemo | 12:46 | |
sp3000 | attachment nnnnn | 12:47 |
GeneralAntilles | Excellent, thanks! | 12:48 |
*** Andy80 has quit IRC | 12:49 | |
florian | good morning | 12:53 |
Jaffa | X-Fade: good suggestions, will reply problem when I sort out a) migraine, b) mess at work | 12:56 |
*** j0tt has joined #maemo | 12:59 | |
*** jott has quit IRC | 12:59 | |
*** j0tt is now known as jott | 12:59 | |
liri | guys | 12:59 |
liri | could someone with an N810 check an online mapping site? I'd like to know if it's compatible with the GPS software to decide whether to get the N810 or N800 | 13:00 |
GeneralAntilles | I don't understand the question, liri. | 13:01 |
GeneralAntilles | Websites don't access the GPS. | 13:01 |
liri | I'm talking about the maemo-mapper, the software that can work with online map sites like GoogleMaps | 13:02 |
GeneralAntilles | Maemo Mapper works with Open Street, Google, Virtual Earth, Yahoo, and custom maps (i.e. USGS topo) | 13:02 |
liri | ok then | 13:02 |
*** Sho_ has joined #maemo | 13:02 | |
liri | there's a website like Open Street for my country at the address: freemap.co.il | 13:02 |
liri | I have no way to test if it's compatible before buying the N810 | 13:03 |
liri | I'd appreciate if someone could give it a try and let me know if it's working or not | 13:03 |
MangoFusion | you could run it in that qemu mod ;) | 13:03 |
GeneralAntilles | It all depends on the URL format. | 13:03 |
GeneralAntilles | Maemo Mapper just inserts coordinates for lat/long at certain variables in the URL to get the maps from the server. | 13:03 |
qwerty12 | Just out of question, which version of qemu does that patch apply against? | 13:03 |
*** playya has joined #maemo | 13:04 | |
*** playya_ has joined #maemo | 13:04 | |
liri | hmmm | 13:04 |
*** playya_ has quit IRC | 13:04 | |
liri | I see | 13:04 |
liri | so maemo mapper works with the lat/lan of the google style? | 13:04 |
liri | I'm wondering how does it know to send the lan/lan format for the different websites like GoogleMaps, Yahoo or others because I assume they are different | 13:05 |
GeneralAntilles | You tell it the format. | 13:05 |
liri | ahh ok | 13:05 |
liri | so it's all really a matter of url formatting then? | 13:05 |
GeneralAntilles | Yes | 13:06 |
GeneralAntilles | For instance: http://mt.google.com/mt?x=%d&y=%d&zoom=%d | 13:06 |
GeneralAntilles | or for Virtual Earth Sat: http://a0.orthor.tiles.virtualearth.net/tiles/a%0s.jpeg?g=50 | 13:08 |
GeneralAntilles | It's open source, so adding support wouldn't be particularly difficult if it came down to it. | 13:08 |
liri | ok so I went to freemap.co.il and entered a city/street name and looked at wireshark for the traffic and I see that it sends a post with the city/street variables | 13:11 |
liri | how would I be able to check support for lat/lon? | 13:11 |
*** Khertan has quit IRC | 13:11 | |
*** Crfrod has joined #maemo | 13:14 | |
*** Zenton has quit IRC | 13:22 | |
*** soman has quit IRC | 13:22 | |
*** mbuf has quit IRC | 13:22 | |
*** Minti has quit IRC | 13:22 | |
*** opendeep has quit IRC | 13:22 | |
*** mbuf has joined #maemo | 13:23 | |
*** megabyte405 has joined #maemo | 13:23 | |
*** Minti has joined #maemo | 13:23 | |
*** opendeep has joined #maemo | 13:23 | |
*** soman has joined #maemo | 13:23 | |
*** Zenton has joined #maemo | 13:24 | |
*** kaukoli has joined #maemo | 13:24 | |
*** NetBlade has quit IRC | 13:25 | |
cy3o3 | sup peeps | 13:26 |
*** NetBlade has joined #maemo | 13:30 | |
*** Crfrodf has quit IRC | 13:32 | |
Cptnodegard | got my smartcable :D | 13:34 |
*** kaukoli has quit IRC | 13:36 | |
*** pcfe has joined #maemo | 13:36 | |
*** andre has joined #maemo | 13:36 | |
*** Sho_ has quit IRC | 13:39 | |
*** Sho_ has joined #maemo | 13:39 | |
*** Sho_ has quit IRC | 13:41 | |
qwerty12 | You know like in Chinook, the input method is called hildon-input-method. What was the name of the input method in Bora? | 13:42 |
*** TPC has quit IRC | 13:42 | |
*** TPC has joined #maemo | 13:42 | |
*** b0unc3 has joined #maemo | 13:43 | |
*** Sho_ has joined #maemo | 13:44 | |
*** Cwiiis has joined #maemo | 13:47 | |
Cptnodegard | http://i136.photobucket.com/albums/q187/Cptnodegard/smartcable1.jpg | 13:49 |
Cptnodegard | http://i136.photobucket.com/albums/q187/Cptnodegard/smartcable2.jpg | 13:49 |
*** Minti has quit IRC | 13:50 | |
lardman | X-Fade: regarding your post of a few minutes ago, does the debian system support multilevel package categories (obviously it does to some extent with the user prefix)? | 13:52 |
*** jku has joined #maemo | 13:55 | |
lardman | e.g. rather than user/Ringtones use something like user/multimedia/Ringtones | 13:55 |
*** b0unc3_ has quit IRC | 13:57 | |
hrw | guys: does someone know how to dump XKB keymap from running system? | 13:58 |
hrw | lardman: Debian use one section and many tags | 13:58 |
lardman | hrw: is there a reason for that do you know? | 13:59 |
lardman | easier to see the sections at first glance, but then using a deeper tree structure should be more manageable (I think anyway) | 13:59 |
X-Fade | lardman: I don't know, I think it is already an extension.. | 14:01 |
hrw | lardman: section allow to create easy lists | 14:01 |
X-Fade | And I don't think we have that many applications to have such a big tree.. | 14:01 |
hrw | lardman: tags allow to create complex trees | 14:01 |
lardman | I dislike the presentation in the application manager, I'd prefer to have a tree-like structure, rather than lots of random categories (e.g. ringtones, Instant_messaging_protocols, etc. ;) ). Too much information imo | 14:02 |
hrw | X-Fade: if I will provide packages NOT built with scratchbox will they be available in extras? | 14:03 |
lardman | hrw: hear hear | 14:03 |
X-Fade | hrw: Sure, if the package is somewhat valid :) | 14:03 |
hrw | X-Fade: what it if will be without debian style sources? | 14:03 |
X-Fade | hrw: pypackager doesn't use scratchbox either.. | 14:03 |
GeneralAntilles | https://bugs.maemo.org/show_bug.cgi?id=3103 Please shoot down any of my ideas if they're stupid. :D | 14:04 |
X-Fade | hrw: That will be a nice community discussion topic? | 14:04 |
X-Fade | hrw: Do we want sources or not.. | 14:04 |
lardman | fundamentally yes I would say | 14:04 |
hrw | X-Fade: you should want sources | 14:05 |
lardman | though for that we need to specify a build system too | 14:05 |
jott | we should encourage source packages | 14:05 |
hrw | X-Fade: I can provide sources but they will be standard upstream one | 14:05 |
hrw | I do not remember how good are OE generated Debian source packages | 14:05 |
X-Fade | hrw: That is what debian does, but they also have a diff. | 14:05 |
jott | and is it really necessary to change the debian categories and tag system? | 14:06 |
hrw | X-Fade: I use Debian for ~6 years | 14:06 |
hrw | X-Fade: and planned to be DD | 14:06 |
X-Fade | jott: Hamradio? | 14:07 |
jott | i see no real point in user/* - there might be a set of user visible categories (or rather hidden ones) | 14:07 |
X-Fade | jott: I think we just need proper categories, I don't mind much how we do it.. | 14:07 |
jott | to be used in the application manager | 14:07 |
X-Fade | A 'Canola' category is bad, imho.. | 14:07 |
jott | well using debian ones would allow sane backporting of debian packages without big effort | 14:08 |
lardman | jott: as it says in the posts to the list, to hide the underlying OS packages, which shouldn't be removed | 14:08 |
X-Fade | jott: There is something to say for that. | 14:08 |
*** grape has quit IRC | 14:08 | |
*** KevinVerma has joined #maemo | 14:08 | |
*** grape has joined #maemo | 14:08 | |
lardman | Does changing one line in debian/control (iirc) information really produce a lot of work? | 14:09 |
jott | lardman: that's why the application manager could have whitelist or better blacklist of categories | 14:09 |
lardman | yes, but if you want a user installable daemon, you need to expose that category. Then you'd need a package black/whitelist rather than category one | 14:09 |
X-Fade | jott: Or we could translate debian->maemo categories. | 14:09 |
*** dneary has quit IRC | 14:10 | |
X-Fade | Just shooting ideas here. No real plans.. | 14:10 |
X-Fade | I just want to get the discussion started, so we can finally fix the mess. (One bit at a time) | 14:10 |
jott | lardman: well its basically the question if daemons should be end-user installable i suppose | 14:10 |
X-Fade | Shouldn't they be dependencies? | 14:11 |
lardman | and there will always be the case that you need to install something of that nature | 14:11 |
X-Fade | But what about sshd for example? | 14:11 |
jott | lardman: well in those border cases you could also provide a meta package in a user installable category | 14:11 |
X-Fade | For a crawler that is part of canola it is easy, but for separate daemons.. | 14:12 |
lardman | jott: yes, agreed | 14:12 |
lardman | X-Fade: jott has a point there; users don't need to install daemons unless they are to be used for something | 14:12 |
lardman | and that something will hopefully install the daemon, etc. | 14:12 |
X-Fade | lardman: What if I want to ssh into my device? | 14:13 |
X-Fade | I would need to install sshd. | 14:13 |
lardman | I consider that to be essential, should come pre-installed ;) | 14:13 |
X-Fade | heh. | 14:13 |
jott | X-Fade: see above. very few packages need to have a metapackage then. | 14:13 |
lardman | where would an sshd metapackage live though? | 14:13 |
lardman | which category? | 14:13 |
*** SDuensin has quit IRC | 14:14 | |
jott | and i suppose there have to be some special categories for maemo that are not in debian | 14:14 |
X-Fade | jott: Yeah, we need to keep the amount of deamons down. As they can kill your battery. | 14:14 |
*** qwerty12 has quit IRC | 14:15 | |
jott | actually openssh is in "net" in debian - so it's might be in a category that is visible anyway .. | 14:17 |
*** ricko73_ is now known as ricko73 | 14:18 | |
jott | but i agree that openssh should be preinstalled anyway (might be deactivated per default) | 14:18 |
X-Fade | GeneralAntilles: I really like your mockups! | 14:18 |
GeneralAntilles | Thanks! :) | 14:19 |
X-Fade | They make a lot more sense than what we have now :) | 14:19 |
GeneralAntilles | The grid-view seems like it'd at least be a trivial change. | 14:19 |
*** WormFood has quit IRC | 14:19 | |
X-Fade | Yeah, that one should not be that hard. | 14:19 |
jott | ok bbiab... | 14:20 |
X-Fade | GeneralAntilles: Can you please post that to -developers as a separate thread? | 14:21 |
X-Fade | Nokia suits are reading that list, you know :) | 14:21 |
hrw | question about FIASCO images I have | 14:26 |
Jaffa | There was talk of the AM having a tag cloud (years ago, never seemed to go anywhere) | 14:27 |
* lardman still wonders who named that format | 14:27 | |
hrw | does someone know how MTD "config" partition is generated? | 14:27 |
*** andre has quit IRC | 14:27 | |
X-Fade | bbiab | 14:27 |
GeneralAntilles | What does FIASCO stand for, anyway? | 14:28 |
lcdd | are you sure it's an acronym | 14:29 |
GeneralAntilles | Do you have a better answer? :P | 14:29 |
hrw | maybe it summary their attempt to create OS upgradable with packages? | 14:30 |
*** MangoFusion has quit IRC | 14:31 | |
lardman | Almost as unfortunate as the nearly named Rolls Royce Silver Mist (not so good in German) | 14:31 |
*** gpd has joined #maemo | 14:32 | |
*** megabyte405_ has joined #maemo | 14:32 | |
gpd | Trying to install canola2 but stuck with beta1 version in application manager despite following 'instructions' for setup - why not showing beta8? | 14:33 |
*** corq-FL has quit IRC | 14:34 | |
*** corq-FL has joined #maemo | 14:34 | |
jeddy3 | gpd, for me it's application manager is showing beta8 | 14:35 |
*** playya has quit IRC | 14:36 | |
*** mardi__ has joined #maemo | 14:36 | |
*** astro76 has quit IRC | 14:37 | |
gpd | jeddy3: can you tell me what repositories you have? i think i must have a conflict in there somewhere. | 14:39 |
jeddy3 | nokia, nokia (third party), uppdates, maemo extras, maemo hackers | 14:40 |
Cptnodegard | because you did update the lst right? :3 | 14:40 |
*** mazzen has quit IRC | 14:43 | |
gpd | ok - when i remove all catalogues canola2 goes away. if i add back maemo extras free non-free and update then i see canola2-beta1 | 14:43 |
gpd | exceptthe extras doesn't mention chinook - just repository.maemo.org/extras ... maybe that is it. | 14:44 |
GeneralAntilles | It defaults to your current version of the distribution field is blank (i.e. Chinook) | 14:45 |
GeneralAntilles | Have you refreshed the list? | 14:45 |
gpd | yes - very much refreshed | 14:45 |
*** megabyte405 has quit IRC | 14:46 | |
gpd | lists download, refresh and show beta1 again... | 14:46 |
*** greentux has joined #maemo | 14:47 | |
*** megabyte405_ has quit IRC | 14:47 | |
*** msanchez has quit IRC | 14:47 | |
gpd | apt-cache show canola2: pool/chinook/free/c/canola2/canola_2.0.0~beta1 | 14:48 |
*** f_mohr has quit IRC | 14:48 | |
hrw | 2.0.0~beta8-maemo1 0 | 14:49 |
hrw | 500 http://repository.maemo.org chinook/free Packages | 14:49 |
gpd | so it isn't in extras then? | 14:49 |
*** MiskaX__ has quit IRC | 14:49 | |
lardman | Is extras enabled? | 14:49 |
lardman | As it comes disabled by default iirc | 14:49 |
gpd | no - i sweitch extras to disabled and canola2 goes away from the installable screen | 14:50 |
gpd | turn it on and it comes back with the beta1 | 14:50 |
hrw | btw - does someone will clean maemo repositories to keep only latest versions? | 14:51 |
*** msanchez has joined #maemo | 14:51 | |
Jaffa | Hmm. Not read ITT for a couple of days, catching up now and struggling to find an actual useful or interesting thread not full of people being dumb. | 14:51 |
GeneralAntilles | Jaffa, sad, isn't it? | 14:51 |
Jaffa | GeneralAntilles: you have more patience than me (and, admittedly I'm in a bad mood today since not feeling well) | 14:52 |
GeneralAntilles | Nah, I just let off a little steam now and then by being an ass. :D | 14:52 |
Jaffa | :) | 14:52 |
GeneralAntilles | Which always seems to devolve into 30-page long threads full of stupid bickering. :< | 14:53 |
*** Crfrodf has joined #maemo | 14:53 | |
*** buddylee has joined #maemo | 14:53 | |
lardman | I'm waiting for a response to this thread: http://www.internettablettalk.com/forums/showthread.php?t=19178 | 14:54 |
GeneralAntilles | I'm gonna hazard that the people that can answer that question either don't read ITT or aren't permitted to answer. | 14:54 |
gpd | ok- purged any sign of canola1-beta | 14:55 |
lardman | ah, my point was that if people want to do something about it then we can get cracking, but I don't want to go it alone | 14:55 |
gpd | canola2-beta1 even -- now it has just downloaded beta1 again and is installing it! | 14:55 |
gpd | Get:1 HTTP://repository.marmo.org chinook/free canola2 2.0.0~beta1-maemo.1 [3303kB] | 14:56 |
gpd | WTF!? | 14:56 |
lardman | slightly different format to the names in there http://repository.maemo.org/extras/pool/chinook/free/c/canola2/ | 14:57 |
lardman | though I don't know how the choice is made | 14:58 |
gpd | well the only one that appears is beta1 for me... must be a bug. :( | 14:58 |
*** msanchez has quit IRC | 14:59 | |
gpd | been like this since beta2--- clearly nobody cares or I am doing something a weird way | 14:59 |
lardman | does the app mgr only show the latest version? If so perhaps the extra . is screwing up the ordering? | 14:59 |
*** lardman is now known as lardman|lunch | 14:59 | |
wnd | erm, does canola2-cleanup help? (quite honestly I don't even know what it does) | 15:00 |
gpd | not just app manager because apt-cache show does the same - shows beta1 only | 15:00 |
wnd | actually, nevermind, canola cannot possibly do anything like that to mess up with dpkg | 15:00 |
gpd | HOLD THE PHONE>... | 15:01 |
gpd | i still have the repository redirection .deb from when they were all messed up i think? | 15:01 |
gpd | or some other weirdness | 15:02 |
gpd | because when i go to repository.maemo.org/extras/pool/chinook/free/c/canola2 in my tablet browswer i only se beta1 | 15:02 |
gpd | but when i go on my laptop via the same network i see all the others too... | 15:02 |
*** geaaru_ has joined #maemo | 15:02 | |
gpd | hmm /etc/hosts shows repository.maemo.org pointing to 66.33.212.254 | 15:03 |
gpd | this may explain a lot... | 15:04 |
*** DaniloCesar has joined #maemo | 15:04 | |
*** dneary has joined #maemo | 15:04 | |
*** sergio_ has quit IRC | 15:05 | |
*** richieeee72 has joined #maemo | 15:06 | |
*** richieeee72 has left #maemo | 15:07 | |
*** Crfrod has quit IRC | 15:07 | |
GeneralAntilles | You're doing something a weird way, gpd. ;) | 15:08 |
*** WormFood has joined #maemo | 15:08 | |
gpd | can anyone remember what the package was called that did that repository fix? | 15:08 |
*** romaxa_ has quit IRC | 15:09 | |
jku | "fix" | 15:09 |
RST38h | how long does it usually take for a package to appear in extras? | 15:10 |
*** eichi has quit IRC | 15:11 | |
Jaffa | gpd: there were a number of packages at the time. do a dpkg -S /etc/hosts | 15:11 |
Jaffa | Although it was added using postinst, so that won't help | 15:12 |
WormFood | jesus fuckin' christ! what the fuck is wrong with this god damn piece of shit n800! Every fuckin' time I turn around something else does not work....now I get an IP address, but DNS does not resolve! is this more fuckin' problems with the suck ass piece of shit dhcp client? I never had these problems before. | 15:12 |
GeneralAntilles | Dude, return it and STFU. | 15:13 |
aquatix | someone is annoyed :) | 15:13 |
WormFood | where do I take it to, to return it? | 15:13 |
aquatix | WormFood: tried starting from scratch? | 15:13 |
WormFood | yes, I rebooted | 15:14 |
aquatix | well, was more talking about reflashing it or something | 15:14 |
WormFood | etc/resolv.conf is pointing to 192.168.1.1 | 15:14 |
aquatix | kinda radical, but still, if you have so many troubles | 15:14 |
kulve | WormFood: maybe the issue is with your AP and not with the device..? | 15:14 |
WormFood | I just reflashed it recently | 15:14 |
*** playya has joined #maemo | 15:14 | |
WormFood | the AP works fine | 15:14 |
kulve | but of course it does | 15:14 |
WormFood | kulve, I just rebooted the AP, never had problems with it before | 15:15 |
*** geaaru has quit IRC | 15:15 | |
RST38h | Maybe the DNS is down? | 15:15 |
WormFood | I mean, I get the normal dhcp problems, but not this time....connected and dhcp'ed an ip address just fine | 15:15 |
*** playya has quit IRC | 15:15 | |
WormFood | no, god damn resolv.conf is pointing to nowhere (192.168.1.1, which is not on my network) | 15:15 |
*** playya has joined #maemo | 15:16 | |
*** Synchronicity has quit IRC | 15:16 | |
RST38h | Set it to 127.0.0.1 | 15:16 |
WormFood | if I could return it and get my money back, I would, but that is not an option at this time | 15:17 |
RST38h | This is what it points to on my machine | 15:17 |
Cptnodegard | sell it and get an iphone | 15:17 |
WormFood | what the fuck would I do with an iphone? I'm not gay! | 15:17 |
Cptnodegard | then you can whine on ilounge instead | 15:17 |
WormFood | I'm not whining, I'm bitching! :P | 15:18 |
WormFood | I'm sure I'm not the only one with this particular problem | 15:18 |
*** jeez_ has joined #maemo | 15:18 | |
RST38h | bitching is gay. | 15:19 |
WormFood | you're gay RST38h! | 15:19 |
* aquatix waits for the nazi's | 15:19 | |
* RST38h cackles evilly | 15:19 | |
aquatix | WormFood: tried setting resolv.conf to use 127.0.0.1 yet? | 15:19 |
GeneralAntilles | <faux-german accent>Your papers are not in order, aquatix.</faux-german accent> | 15:20 |
* aquatix grabs his Doctor Who psychic paper and waves it in front of GeneralAntilles | 15:20 | |
*** eichi has joined #maemo | 15:21 | |
Jaffa | WormFood: are you, like, 12 or something? | 15:21 |
trickie_ | WormFood: how did resolv.conf get set to 192.168.1.1 in the first place then? | 15:21 |
trickie_ | are you using a vpn client? | 15:21 |
WormFood | no, I'm not using a vpn client | 15:22 |
WormFood | I have no fuckin' clue how it got set to that | 15:22 |
WormFood | I NEVER had dns problems with this in the past | 15:22 |
jku | Wormfood, I have no ide how resolv.conf could get like that unless you edited it -- the OS uses dnsmasq usually so 127.0.0.1 is correct | 15:22 |
WormFood | I've had dhcp problems, but never has it gotten an IP, and not gotten dns | 15:23 |
WormFood | I did not edit resolv.conf | 15:23 |
RST38h | 192.168.1.1 is a gay address. | 15:24 |
aquatix | please stop calling everything gay, that's gay | 15:24 |
WormFood | I know how it got set to 192.168.1.1 | 15:25 |
WormFood | the fuckin' software is broken | 15:25 |
aquatix | WormFood: but did you try to set it to localhost yet? | 15:25 |
GeneralAntilles | ur ghey!!!!!!!!!!! | 15:25 |
RST38h | It's *jolly* gay. | 15:25 |
WormFood | this is how.... | 15:25 |
Cptnodegard | you got a demon in your IT. try an exorcist | 15:25 |
GeneralAntilles | Douse it in holy water. | 15:25 |
WormFood | for some stupid reason, dhcp is broken with one particular AP I use | 15:25 |
pierlux | it is also level DH0 in http://www.paulgraham.com/disagree.html | 15:25 |
WormFood | so I manually set dns and IP | 15:25 |
WormFood | I manually set it through the GUI, not the command line | 15:25 |
*** krau has quit IRC | 15:26 | |
Cptnodegard | get holywater.deb from the sacred rep | 15:26 |
WormFood | the other AP I use is configured to set dns to 192.168.1.1 | 15:26 |
WormFood | why the fuck does not not set it properly now? | 15:26 |
RST38h | So, that OTHER AP is gay. | 15:26 |
WormFood | no | 15:26 |
WormFood | the dhcp client on the n800 is a heaping pile of steaming shit! | 15:26 |
WormFood | I had to work around it | 15:27 |
WormFood | because it would never get an IP for me | 15:27 |
KotCzarny | yeah, buy an iphone | 15:27 |
RST38h | Probably a misconfiguration problem. | 15:27 |
WormFood | BUT, what I don't understand, is why did it work before? | 15:27 |
KotCzarny | and never go back to this channel | 15:27 |
KotCzarny | :) | 15:27 |
tank-man | yea iphone rocks | 15:27 |
WormFood | I have not used that weird AP in a while, at least 2 weeks | 15:27 |
tank-man | no no, get a iphone clone | 15:27 |
RST38h | WormFood: Can I point your attention to something? | 15:27 |
tank-man | that rocks more | 15:27 |
WormFood | and I did use my AP now before, and it did work....so why in the fuck did it suddenly decide to cram its head up its ass? | 15:28 |
*** setanta has joined #maemo | 15:28 | |
aquatix | tank-man: what rocks even more is to buy an iphone and grind it to dust in a blender before the eyes of some apple fanatics | 15:28 |
KotCzarny | because it's not for you | 15:28 |
WormFood | take it to #iphone | 15:28 |
tank-man | i think ive seen those on youtube | 15:28 |
GeneralAntilles | aquatix, that's just a waste of money. :P | 15:28 |
KotCzarny | you're not allowed to use n800 | 15:28 |
RST38h | aquatix: Grinding apple fanatics into dust in front of other apple fanatics is waaay more fun | 15:28 |
KotCzarny | that's why it doesn't work | 15:29 |
aquatix | RST38h: good point ;) | 15:29 |
aquatix | GeneralAntilles: damn fun though ;) | 15:29 |
GeneralAntilles | Sounds messy, RST38h. | 15:29 |
aquatix | GeneralAntilles: but... Will it blend? | 15:29 |
RST38h | GA: That is what vacuum cleaners are for | 15:29 |
Cptnodegard | it. have your tried turning it off and on again? | 15:29 |
aquatix | RST38h: it might be found homicide by some people though | 15:29 |
RST38h | aquatix: The keyword is "some". | 15:29 |
aquatix | :) | 15:30 |
aquatix | ``apple fanatics aren't people' | 15:30 |
Cptnodegard | theyre sheep | 15:30 |
*** romaxa has joined #maemo | 15:30 | |
aquatix | sheepicide | 15:30 |
RST38h | Is feeding apple fanatics to Cthulhu a homicide, legally? | 15:30 |
aquatix | can live with that :) | 15:30 |
Cptnodegard | anti apple ftw | 15:31 |
aquatix | RST38h: no, that's buying yourself an extra day to live | 15:31 |
*** NetBlade has quit IRC | 15:32 | |
*** romaxa has quit IRC | 15:33 | |
*** romaxa has joined #maemo | 15:33 | |
*** NetBlade has joined #maemo | 15:33 | |
*** parolkar has quit IRC | 15:35 | |
aquatix | ``Oh God... please don't let me die today! Tomorrow would be so much better!'' | 15:36 |
*** romaxa has quit IRC | 15:38 | |
*** romaxa has joined #maemo | 15:38 | |
WormFood | fuckin' amazing! I manually edit resolv.conf and change it to 127.0.0.1 and it works...reboot and it still works....absolutely amazing! | 15:40 |
WormFood | thanks for your help | 15:41 |
KotCzarny | (till the next dhcp request) | 15:41 |
WormFood | i rebooted | 15:41 |
*** DaniloCesar has quit IRC | 15:42 | |
*** hrw is now known as hrw|afk | 15:42 | |
*** KevinVerma has quit IRC | 15:45 | |
*** calvaris has joined #maemo | 15:45 | |
Cptnodegard | IRC has a thank you feature like ITT. it's /part | 15:45 |
*** hugolp has quit IRC | 15:45 | |
KotCzarny | wasn't it /disco ? | 15:45 |
GeneralAntilles | Hahaha | 15:45 |
KotCzarny | (to dance happily after all) | 15:45 |
WormFood | 哈哈哈....very funny | 15:46 |
*** wms has joined #maemo | 15:47 | |
aquatix | KotCzarny: nah, /disco gives you some nice colours | 15:49 |
KotCzarny | hum | 15:49 |
KotCzarny | i'm a techno cat | 15:49 |
KotCzarny | that's why i don't know much about disco | 15:49 |
KotCzarny | :) | 15:49 |
aquatix | /disco is nice once in a while though | 15:49 |
tank-man | let me try | 15:52 |
tank-man | disco :Unknown command | 15:52 |
aquatix | hm | 15:53 |
*** skibur has joined #maemo | 15:54 | |
*** aLone has joined #maemo | 15:59 | |
*** mwaldron has joined #maemo | 15:59 | |
*** NetBlade has quit IRC | 16:00 | |
*** rsalveti has quit IRC | 16:01 | |
*** etrunko has joined #maemo | 16:01 | |
Cptnodegard | freenode is anal when it comes to irc commands | 16:03 |
Cptnodegard | doesnt support shit | 16:03 |
gpd | for the record - canola-beta8 installed :) was all about the 'fix' for the repositories: clearly | 16:03 |
*** hrw|afk is now known as hrw | 16:05 | |
*** DaniloCesar has joined #maemo | 16:06 | |
*** vcgomes has joined #maemo | 16:06 | |
*** DaniloCesar has quit IRC | 16:07 | |
*** luck^ has joined #maemo | 16:07 | |
*** krau has joined #maemo | 16:10 | |
*** MangoFusion has joined #maemo | 16:11 | |
*** Disconnect has joined #maemo | 16:12 | |
*** NetBlade has joined #maemo | 16:14 | |
*** Andy80 has joined #maemo | 16:14 | |
Andy80 | hi all | 16:14 |
Andy80 | something happened to my Scratchbox installation: I'm using ubuntu 7.10 and Maemo SDK 4.0, starting /scratchbox/login I get this error: Inconsistency detected by ld.so: rtld.c: 1192: dl_main: Assertion `(void *) ph->p_vaddr == _rtld_local._dl_sysinfo_dso' failed! | 16:15 |
Andy80 | how can I fix it? | 16:15 |
KotCzarny | disable vdso | 16:15 |
*** Disconnect_ has joined #maemo | 16:16 | |
Andy80 | how? | 16:16 |
*** Disconnect has quit IRC | 16:16 | |
*** Disconnect_ is now known as Disconnect | 16:16 | |
KotCzarny | please, google, or read readme.txt | 16:17 |
KotCzarny | (or was it install.txt) | 16:17 |
Andy80 | ok, I give a look at it... | 16:18 |
KotCzarny | but feeding google with: disable vdso, should be enough | 16:18 |
*** Zword has joined #maemo | 16:18 | |
Andy80 | yes, it's: echo 0 | sudo tee /proc/sys/vm/vdso_enabled | 16:20 |
Andy80 | found :) | 16:20 |
KotCzarny | see, you did it | 16:20 |
KotCzarny | :) | 16:20 |
Andy80 | anyway it's very strange! I didn't enable it... and Scratchbox worked fine until 2-3 days ago.. | 16:20 |
KotCzarny | installator could have disabled it for you | 16:20 |
*** SDuensin has joined #Maemo | 16:21 | |
KotCzarny | then after reboot it went into default state | 16:21 |
KotCzarny | but i don't know | 16:21 |
*** Cymor-Work has joined #maemo | 16:22 | |
*** kenne has joined #maemo | 16:22 | |
*** efleury has joined #maemo | 16:23 | |
*** vivijim has joined #maemo | 16:24 | |
*** DaniloCesar has joined #maemo | 16:25 | |
*** simon_ has quit IRC | 16:26 | |
*** alextreme has joined #maemo | 16:26 | |
Andy80 | uhm... yes, something must have broke my Scratchbox installation! Even xephyr has some problems... I start it from a terminal with this command: Xephyr :2 -host-cursor -screen 800x480x16 -dpi 96 -ac -extension Composite, then into scratchbox I do: export DISPLAY=:2 and then I do af-sb-init.sh start, and I get this error: matchbox-wm: can't open display! check your DISPLAY variable. | 16:26 |
Andy80 | Could not open display. Is the DISPLAY environment variable set? | 16:26 |
Andy80 | even if the DISPLAY variable is set... I've checked it wuth echo $DISPLAY | 16:26 |
*** rsalveti has joined #maemo | 16:26 | |
KotCzarny | hmm | 16:27 |
*** trbs has joined #maemo | 16:29 | |
*** timo_ has joined #maemo | 16:32 | |
*** timo_ is now known as tsavola | 16:32 | |
*** andrunko has joined #maemo | 16:32 | |
Andy80 | uff :( | 16:33 |
*** hfwilke has joined #maemo | 16:36 | |
RST38h | Just switch to SDK+ and SB2 | 16:36 |
RST38h | Much smaller and easier to work with | 16:36 |
wnd | you mean sb2 is finally usable? | 16:37 |
Andy80 | all my installation is very very broken, damn it! It cannot resolve hosts anymore! | 16:38 |
wnd | the last I checked it was possible to compile stuff, but for example pkg-config simply didn't work, nor did installing packages with dpkg | 16:38 |
Andy80 | and I know it's a common issue I already fixed the first day I used it | 16:38 |
RST38h | wnd: I am using it, it is just fine | 16:40 |
RST38h | Always running stuff on the device rather than the dev machine though | 16:41 |
*** shackan has quit IRC | 16:41 | |
*** TPC has quit IRC | 16:42 | |
wnd | that's what I'm doing too. I'll have to give it another try one of these days. in addition to having better design, sb2 is actually supposed to work in 64-bit environment. | 16:42 |
*** TPC has joined #maemo | 16:42 | |
*** soman has quit IRC | 16:43 | |
tsavola | don't forget the x86-64 port of sb1 :) | 16:43 |
*** hugolp has joined #maemo | 16:43 | |
Jaffa | `setarch i386 ./maemo-installer.sh' works for me without sb2 | 16:44 |
Andy80 | ok, fuck that damn scratchbox! I re-install it from scratch!!! | 16:44 |
Andy80 | ufff!!! | 16:45 |
aquatix | erm, what's SB2? | 16:46 |
GeneralAntilles | Jaffa, "Which, surprisingly, is possible! :-)" <- IT'S A TRAP!! | 16:46 |
tsavola | aquatix: scratchbox 2 | 16:46 |
wnd | tsavola, you mean /that/ old port? I remember having a reason not to use it, but I can't seem to remember what it was. | 16:46 |
aquatix | tsavola: ah :) | 16:46 |
tsavola | wnd: i think there might be plenty of reasons not to use it | 16:46 |
*** arif_endro has joined #maemo | 16:48 | |
RST38h | aquatix: google for MaemoSDK+ | 16:49 |
aquatix | RST38h: ah, right | 16:51 |
*** playya_ has joined #maemo | 16:52 | |
*** liquid217 has quit IRC | 16:52 | |
RST38h | With SB1, the whole appsrc directory has to sit inside that "virtual fs" which is a royal pain | 16:52 |
RST38h | With SB2, I can keep the Maemo source at the same place where all the other stuff is (i.e. Windows NTFS partition) | 16:53 |
KotCzarny | ntfs? /me shrugs | 16:53 |
RST38h | Well, WinXP can't read extfs, so this is the only option | 16:53 |
KotCzarny | can't it? | 16:54 |
KotCzarny | google for ext2 ifs | 16:54 |
aquatix | yeah, it can nowadays :) | 16:54 |
tsavola | RST38h: that's least of the sb1 problems | 16:54 |
KotCzarny | nowadays is quite a long time ago | 16:55 |
MangoFusion | sb2? does it work on mac os? | 16:55 |
tsavola | RST38h: you can even avoid that with a bind-mount | 16:55 |
*** hugolp has quit IRC | 16:55 | |
*** hugolp has joined #maemo | 16:55 | |
tsavola | MangoFusion: i think lle (the author) was trying to port it, but afair the mac dynamic linker is too weird for sb2 to work properly/easily | 16:55 |
*** t_s_o has joined #maemo | 16:56 | |
RST38h | No, folks, I am *not* screwing up with the Linux install. | 16:56 |
KotCzarny | you're clueless | 16:56 |
KotCzarny | :) | 16:56 |
RST38h | And prefer to stay this way | 16:57 |
Jaffa | GeneralAntilles: Indeed. Like I'd fall for that! | 16:57 |
Jaffa | Hmm. My N810's just randomly rebooted sat on my desk. Not seen that for a while. | 16:58 |
GeneralAntilles | I like random desktop crashes. | 16:58 |
aquatix | Jaffa: sorry | 16:58 |
GeneralAntilles | Those are fun. | 16:58 |
*** matt_c has quit IRC | 16:58 | |
KotCzarny | attention wh*re | 16:58 |
KotCzarny | ;) | 16:58 |
aquatix | Jaffa: won't do it again | 16:58 |
aquatix | O:) | 16:58 |
KotCzarny | 'he didn't touched me for so long.. reboot!' | 16:58 |
KotCzarny | ;) | 16:58 |
*** mbuf has quit IRC | 17:00 | |
*** arif_endro has left #maemo | 17:01 | |
*** kabtoffe has quit IRC | 17:05 | |
*** jegp has joined #maemo | 17:05 | |
*** shackan has joined #maemo | 17:06 | |
*** corq-FL has quit IRC | 17:06 | |
*** playya has quit IRC | 17:06 | |
*** g0ldfinGa has quit IRC | 17:09 | |
*** playya_ has quit IRC | 17:09 | |
*** seraph1 has quit IRC | 17:10 | |
*** shackan has quit IRC | 17:11 | |
*** shackan has joined #maemo | 17:11 | |
lopz | hola | 17:13 |
*** fab has quit IRC | 17:15 | |
*** ijon_ has quit IRC | 17:16 | |
*** ijon_ has joined #maemo | 17:16 | |
*** liquid217 has joined #maemo | 17:18 | |
pupnik | hey KotCzarny ever hear about any pageflip/vsync code that's working and not confusing or giant | 17:20 |
pupnik | mplayer svn is too big | 17:20 |
pupnik | if we could pixel double whole screen, and shift offset of framebuffer | 17:21 |
pupnik | then we could have hardware double-buffering | 17:21 |
pupnik | it's not rocket science, but i don't know if it's possible | 17:21 |
*** megabyte405 has joined #maemo | 17:21 | |
KotCzarny | i think you should ask lcuk | 17:21 |
KotCzarny | he did the vsynced algo | 17:22 |
* pupnik ponders a suitable bribe | 17:22 | |
KotCzarny | well, tearfree | 17:22 |
KotCzarny | but it can be considered equal to vsynced | 17:22 |
KotCzarny | :) | 17:22 |
pupnik | I WANT | 17:22 |
KotCzarny | :) | 17:23 |
*** zwnj has joined #maemo | 17:24 | |
*** Dar has quit IRC | 17:24 | |
*** calvaris_ has joined #maemo | 17:29 | |
*** DaniloCesar has quit IRC | 17:29 | |
*** ccooke has quit IRC | 17:30 | |
pupnik | for python fans: pyglet and cocos game library | 17:30 |
pupnik | http://groups.google.com/group/pyglet-users/web | 17:30 |
*** calvaris has quit IRC | 17:31 | |
*** Sho_ has quit IRC | 17:32 | |
*** kcome has joined #maemo | 17:33 | |
*** fireun has joined #maemo | 17:33 | |
*** NetBlade has quit IRC | 17:34 | |
*** simon____ has joined #maemo | 17:34 | |
*** behdad has quit IRC | 17:34 | |
*** simon____ is now known as simon_ | 17:36 | |
*** Sho_ has joined #maemo | 17:36 | |
*** opendeep has quit IRC | 17:37 | |
*** mgedmin has joined #maemo | 17:40 | |
*** tjafk2 has joined #maemo | 17:43 | |
*** kabtoffe has joined #maemo | 17:44 | |
*** calvaris_ has quit IRC | 17:46 | |
*** lardman|lunch is now known as lardman | 17:48 | |
*** harry has quit IRC | 17:48 | |
*** jeddy3 has quit IRC | 17:48 | |
*** TimRiker has joined #maemo | 17:48 | |
*** DaniloCesar has joined #maemo | 17:49 | |
*** calvaris has joined #maemo | 17:51 | |
*** playya has joined #maemo | 17:59 | |
*** playya_ has joined #maemo | 17:59 | |
*** qwerty12 has joined #maemo | 18:00 | |
*** tjafk1 has quit IRC | 18:00 | |
*** matt_c has joined #maemo | 18:01 | |
*** _berto_ has joined #maemo | 18:01 | |
Navi | w //bu 9 | 18:03 |
Navi | oops | 18:03 |
aquatix | that's an odd password | 18:04 |
qwerty12 | lol | 18:04 |
*** Crfrod has joined #maemo | 18:04 | |
*** kaukoli has joined #maemo | 18:05 | |
*** playya has quit IRC | 18:06 | |
Navi | /bu 6 | 18:07 |
Navi | ffs | 18:07 |
lardman | derf: ping | 18:08 |
lardman | derf: no nasty questions, was just going to say thanks for your help yesterday and say that I've tracked the error back to the lengthlist being read in in vorbis_book_unpack() | 18:09 |
derf | lardman: Hooray. | 18:10 |
lardman | derf: so it's either the bitreading code, or it's a corrupt buffer from which the data are being read | 18:10 |
lardman | :) | 18:10 |
lardman | my bet is the corrupt buffer, so I'll have to hack a way of outputting large chunks of memory (rather than using dbg() for single values and running out of space in dmesg) | 18:11 |
KotCzarny | write to file then and run diff on it? | 18:11 |
KotCzarny | :) | 18:11 |
lardman | yeah that's all well and good except that the semaphores are all setup to output decoded pcm data | 18:12 |
qwerty12 | derf, I believe you are the author of acmonitor? The link for the acmonitor-0.1.tar.gz file doesn't work, so I wonder if you have a copy. Thanks. | 18:12 |
derf | "The" link? | 18:14 |
derf | http://www.guardiani.us/acmonitor_0.1_armel.deb | 18:14 |
derf | Oh, source code. | 18:14 |
qwerty12 | No, the source :). I haven't tried it but I don't believe it works in Chinook. | 18:14 |
qwerty12 | :) | 18:14 |
qwerty12 | No worries, if you can't find it but I'm just interested if it is very easily available to you :) | 18:14 |
KotCzarny | lardman: syslog to network? | 18:14 |
*** aLone has quit IRC | 18:15 | |
lardman | KotCzarny: the buffers are on the DSP, so need to be transferred back to the ARM | 18:15 |
derf | http://people.xiph.org/~tterribe/acmonitor-0.1.tar.gz | 18:15 |
qwerty12 | Thanks! | 18:15 |
lardman | KotCzarny: I might be able to do some shared memory trickery to avoid fiddling with the feed and receive code for the audio data...hmm | 18:15 |
KotCzarny | hmm | 18:15 |
KotCzarny | but dsp can access memory, right? | 18:16 |
KotCzarny | :) | 18:16 |
lardman | yep | 18:16 |
*** calvaris has quit IRC | 18:16 | |
KotCzarny | then just make a big buffer for dsp log | 18:16 |
KotCzarny | ;) | 18:16 |
*** djcb has joined #maemo | 18:17 | |
lardman | the amount of debugging data will pretty quickly fill a buffer, so I'll have to block and make sure the ARM has had a chance to read it | 18:17 |
*** WormFood has quit IRC | 18:17 | |
KotCzarny | but it's doable | 18:18 |
lardman | oh certainly, I was just hoping to not have to implement it! | 18:18 |
lardman | but I'm sure it will come in handy for other projects too | 18:18 |
KotCzarny | and you have compiler to help you :) | 18:19 |
lardman | not much code will run without one :) | 18:20 |
*** qwerty12 has quit IRC | 18:20 | |
*** qwerty12 has joined #maemo | 18:20 | |
*** geaaru_ has quit IRC | 18:21 | |
*** Crfrodf has quit IRC | 18:22 | |
*** jga23_ has joined #maemo | 18:23 | |
KotCzarny | well, you could writebinary code directly :) | 18:24 |
lardman | true | 18:24 |
*** trickie_ has quit IRC | 18:24 | |
KotCzarny | ok.. nap time | 18:24 |
*** K-Fox has joined #maemo | 18:28 | |
K-Fox | hi | 18:28 |
K-Fox | where is a installing file of xchat on (os 2007)? | 18:29 |
qwerty12 | Hmm, I know it exists for OS2008 but I'm not sure about 07 | 18:30 |
*** unixSnob has joined #maemo | 18:30 | |
GeneralAntilles | K-Fox, it's in Extras on Bora. | 18:30 |
*** behdad has joined #maemo | 18:31 | |
K-Fox | i dont know web address correctly | 18:31 |
GeneralAntilles | Application manager. | 18:31 |
GeneralAntilles | Add the Bora Extras repository. | 18:31 |
K-Fox | ok | 18:31 |
*** ol_schoola has quit IRC | 18:32 | |
qwerty12 | Maemo Hackers have a OS2006 build too. | 18:33 |
*** unixSnob has quit IRC | 18:35 | |
*** jga23 has quit IRC | 18:35 | |
*** dougt has joined #maemo | 18:36 | |
*** n810sven has joined #maemo | 18:43 | |
*** Ikkakujyu has quit IRC | 18:45 | |
n810sven | Hi! I am trying to attach a bluetooth a2dp adapter to my n810. http://www.lintech.de/en/produkte/bluetooth_audio_adapter/bluelino_home.htm | 18:45 |
n810sven | I can pair it, but i can not find any menu or option to set up a link to it. | 18:45 |
qwerty12 | A2DP isn't officially supported. | 18:46 |
lardman | setup alsa, then try running mplayer with the appropriate command line, or use ukmp for example | 18:46 |
qwerty12 | Via a hack, it can be done but CPU usage is very high. | 18:46 |
n810sven | But HFP fallback should work i think | 18:46 |
lardman | qwerty12: it's not a hack, just that the CPU is used to both decode and re-encode the audio | 18:46 |
qwerty12 | lardman, Fair enough. I just count it as one as it isn't official | 18:47 |
n810sven | i saw https://bugs.maemo.org/show_bug.cgi?id=667#c11 - but i stuck at "first, ensure you have your headset working with IT2008 ie bluetooth pairing | 18:47 |
n810sven | done and if you enable enabled, you get sound (crappy but you get it ;)" | 18:47 |
lardman | yeah, well that's certainly true | 18:47 |
lardman | n810sven: crappy sound? Due to cpufreq? | 18:48 |
n810sven | i dont know how to "enable enable" it | 18:48 |
n810sven | NO sound | 18:48 |
n810sven | No connection | 18:48 |
n810sven | just pairing | 18:48 |
lardman | http://www.internettablettalk.com/forums/archive/index.php?t-12112.html | 18:49 |
lardman | scroll to the 4th from last post | 18:49 |
*** ijon_ has quit IRC | 18:49 | |
qwerty12 | Wow, that's old. Johnx also has a nice deb too which does that. | 18:49 |
lardman | yeah, I was just going from the Google results | 18:50 |
qwerty12 | http://www.internettablettalk.com/forums/showthread.php?t=13468 | 18:50 |
qwerty12 | Ahh :) | 18:50 |
lardman | thanks for the link, I should really get my headset working again | 18:50 |
*** ijon_ has joined #maemo | 18:50 | |
qwerty12 | Np, I like using my Headset with xmms. | 18:51 |
lardman | do you disable cpufreq? I found some funny sounds using it on the n800 with os2007? | 18:51 |
qwerty12 | I do | 18:52 |
qwerty12 | But I use a modified version of linuxrebel's script to do it easily. | 18:52 |
qwerty12 | I find the sound is ok but it can cut out for a few seconds. | 18:53 |
*** eathprod has joined #maemo | 18:53 | |
*** zwnj has quit IRC | 18:53 | |
pupnik | Cool! Ebay Nokia 770 demo device (used) on sale in Germany, only $270!!! | 18:54 |
GeneralAntilles | Ha | 18:55 |
qwerty12 | £135? I paid £180 for my N800 :P | 18:55 |
qwerty12 | Although the 770 is demo. | 18:55 |
qwerty12 | But still :P | 18:55 |
lardman | ebay is actually stupidly expensive for anything anyone might want | 18:55 |
derf | But it's so cheap for things nobody wants! | 18:56 |
lardman | I can't understand the whole £20 less than rrp, but it's 2nd hand! | 18:56 |
lardman | derf: so it pays to have unusual interests :) | 18:56 |
pupnik | well said | 18:57 |
hrw | is there good "car log" application for maemo? | 18:57 |
qwerty12 | carman? Not sure though. | 18:57 |
*** juergbi has joined #maemo | 18:58 | |
hrw | qwerty12: by 'car log' I mean one which track repairs/costs/fuel, reminds about repairs etc | 18:58 |
qwerty12 | hrw, Ah, now I feel stupid >.< | 18:58 |
*** mazzen has joined #maemo | 18:58 | |
lardman | hrw: not that I've heard of | 18:59 |
tank-man | theres many for palmos you can use | 18:59 |
tank-man | if you don't mind using the palm VM | 18:59 |
n810sven | i'll try getting it done tomorrow. thanks for the links | 18:59 |
*** n810sven has quit IRC | 18:59 | |
lardman | tank-man: leaves a bad feeling (over poor power management) using an emulator | 19:00 |
*** blassey has quit IRC | 19:00 | |
lardman | tank-man: but if it's the only thing going then fair enough | 19:00 |
MangoFusion | i'd appreciate the palm os / garnet emulators more if they actually doubled the display size | 19:00 |
hrw | tank-man: using palmos app under garnet vm emu is not what I would like to | 19:00 |
hrw | tank-man: I have palmos devices at home | 19:00 |
*** lardman is now known as lardman|gone | 19:00 | |
qwerty12 | hrw, https://garage.maemo.org/projects/fuelpad/ ? | 19:03 |
hrw | tx | 19:05 |
hrw | will look | 19:05 |
*** kcome has quit IRC | 19:05 | |
hrw | too bad that it is yet-another-app-which-is-not-in-any-feed | 19:06 |
*** kaukoli has quit IRC | 19:06 | |
*** Anthon1 has joined #maemo | 19:08 | |
K-Fox | the Bora Extras repository. what is webaddress? | 19:10 |
*** jeez_ has quit IRC | 19:10 | |
*** vivijim has quit IRC | 19:10 | |
GeneralAntilles | Why are you on OS2007, anyway? | 19:10 |
*** ha1f has quit IRC | 19:11 | |
K-Fox | ok | 19:11 |
K-Fox | because of evince | 19:11 |
*** ha1f has joined #maemo | 19:11 | |
qwerty12 | You can get that on OS2008 | 19:11 |
Anthon1 | Hello, looking for advice on my application architecture. I'm currently working on yet another todo / task manager that does A/B/C priorities and automatic promotion of priorities based on the due date. I had initially plan to have a server module on that handled all database access that listened on the DBus. An applet module that sits on the home screen, and a full UI where you can edit and create items. Is using the DBus | 19:12 |
K-Fox | evince have more good function than os2008 | 19:13 |
GeneralAntilles | Evince is available for OS2008. | 19:13 |
*** nabaHome has quit IRC | 19:13 | |
GeneralAntilles | and has been for months and months. | 19:13 |
*** nabaHome has joined #maemo | 19:14 | |
*** sKaBoy has quit IRC | 19:15 | |
*** Sargun has joined #maemo | 19:16 | |
*** Mousey has joined #maemo | 19:17 | |
Anthon1 | Wrong place to ask this type of question? Or not enough information to determine a good suggestion? | 19:18 |
pupnik | question got cut-off Anthon1 | 19:19 |
Anthon1 | Ah. | 19:19 |
pupnik | " create items. Is using the Dbus" ... | 19:19 |
hrw | bye | 19:19 |
pupnik | cu | 19:19 |
qwerty12 | bye | 19:19 |
*** hrw is now known as hrw|gone | 19:19 | |
Anthon1 | Is using the DBus the right approach, or should I put all of the server functionality into the applet and then have both UIs directly access the database of tasks? | 19:19 |
Anthon1 | I'm having a hard time finding documentation on creating dbus servers. | 19:20 |
Anthon1 | There is lots of information on creating clients. | 19:20 |
Anthon1 | I believe what I need to do is to create a generic interface, which then provides an array of task object paths. | 19:20 |
Anthon1 | Then provide a task interface as well. | 19:21 |
pupnik | only guy i know who used dbus here who may be present is derf | 19:21 |
pupnik | you might get better answers on the maemo-developers list | 19:21 |
*** eichi_ has joined #maemo | 19:22 | |
Anthon1 | Thanks. I'll give that a try. | 19:22 |
*** Khertan_on_n810 has joined #maemo | 19:22 | |
Khertan_on_n810 | Hi | 19:22 |
qwerty12 | hi | 19:23 |
*** pH5 has joined #maemo | 19:23 | |
*** jpuderer has joined #maemo | 19:23 | |
Khertan_on_n810 | zzz | 19:26 |
*** Anthon1 has quit IRC | 19:28 | |
*** texel has joined #maemo | 19:28 | |
Khertan_on_n810 | ouch microb has just crash ... the first time ! | 19:28 |
cy3o3 | microb crashes on me all the time | 19:29 |
GeneralAntilles | Khertan_on_n810, I installed some of your desktop applets, but they wont load. :< | 19:29 |
GeneralAntilles | cy3o3, it depends a lot on your use-case. | 19:29 |
Khertan_on_n810 | gnié ? | 19:29 |
GeneralAntilles | Check them in the applet selector, click OK and nothing happens. | 19:29 |
GeneralAntilles | Open the selector up and they're not checked. | 19:30 |
qwerty12 | GeneralAntilles, Grab the hildondesktop bindings | 19:30 |
qwerty12 | Something like that. | 19:30 |
GeneralAntilles | It's not a dependency? <_< | 19:30 |
Khertan_on_n810 | it should be | 19:30 |
qwerty12 | It is afaik, unless you have it already installed? | 19:30 |
*** smcv is now known as SMcV | 19:31 | |
Khertan_on_n810 | i m verifying dependancy | 19:31 |
*** K-Fox has quit IRC | 19:32 | |
Khertan_on_n810 | it s my fault | 19:32 |
Khertan_on_n810 | i ve forgotten python *things* launcher dependancy | 19:33 |
Khertan_on_n810 | but it was a dependancy of hildondesktop in the beta hildondesktop package | 19:34 |
*** avs has joined #maemo | 19:34 | |
Khertan_on_n810 | apt-get install hildon-desktop-python-loader | 19:37 |
Khertan_on_n810 | :) | 19:37 |
*** eichi has quit IRC | 19:37 | |
keesj | what does Outbound mean? | 19:38 |
*** WormFood has joined #maemo | 19:39 | |
*** nabaHome has quit IRC | 19:41 | |
*** TPC has quit IRC | 19:42 | |
*** nabaHome has joined #maemo | 19:42 | |
*** TPC has joined #maemo | 19:43 | |
*** b0unc3_ has joined #maemo | 19:44 | |
*** mk8 has quit IRC | 19:45 | |
* koyote debates keyboards | 19:46 | |
koyote | I wish there was somewhere local to get one. | 19:46 |
Khertan_on_n810 | GeneralAntilles > i m uploading new packages | 19:46 |
Khertan_on_n810 | outbound != inbound | 19:46 |
Khertan_on_n810 | and | 19:46 |
Khertan_on_n810 | True = (outbound == not(inbound)) | 19:46 |
GeneralAntilles | Installed the loader | 19:47 |
GeneralAntilles | Works great | 19:47 |
GeneralAntilles | Thanks! | 19:47 |
*** fab has joined #maemo | 19:47 | |
GeneralAntilles | Out of interest, how often do the applets refresh? | 19:47 |
qwerty12 | I find they only refresh when you switch to the desktop from another program :) | 19:47 |
*** dougt_ has joined #maemo | 19:48 | |
*** ab has quit IRC | 19:51 | |
Khertan_on_n810 | the applet refresh time is different from one applet to an other | 19:51 |
Khertan_on_n810 | 'refreshing isn't display at a timer raised refresh' | 19:52 |
Khertan_on_n810 | and applet don t refresh in background | 19:52 |
Khertan_on_n810 | :) | 19:52 |
*** avs has left #maemo | 19:52 | |
Khertan_on_n810 | only when there are foreground | 19:52 |
Khertan_on_n810 | for homeip it 2000ms | 19:53 |
*** geaaru has joined #maemo | 19:55 | |
*** djcb has quit IRC | 19:55 | |
*** pleemans has joined #maemo | 19:57 | |
*** Tobotras has joined #maemo | 19:58 | |
*** DaniloCesar has quit IRC | 19:59 | |
*** Khertan_on_n810 has quit IRC | 19:59 | |
*** b0unc3 has quit IRC | 20:00 | |
*** Khertan_on_n810 has joined #maemo | 20:02 | |
Khertan_on_n810 | the applet refresh time is different from one applet to an other | 20:02 |
Khertan_on_n810 | 'refreshing isn't display at a timer raised refresh' | 20:02 |
Khertan_on_n810 | only when there are foreground | 20:02 |
Khertan_on_n810 | and applet don t refresh in background | 20:02 |
Khertan_on_n810 | for homeip it 2000ms | 20:02 |
Khertan_on_n810 | /s/it/it s | 20:02 |
*** dougt has quit IRC | 20:03 | |
*** giskard has joined #maemo | 20:03 | |
*** b0unc3_ is now known as b0unc3 | 20:04 | |
*** vcgomes has quit IRC | 20:08 | |
Khertan_on_n810 | it s funny to see how author of the post about a canola like gui has been irrited by comments on his idea | 20:08 |
GeneralAntilles | Dan or Krisse? | 20:10 |
*** k-s has joined #maemo | 20:11 | |
*** greentux has quit IRC | 20:11 | |
*** qwerty12 has quit IRC | 20:11 | |
Khertan_on_n810 | the one which have made the second post | 20:12 |
Khertan_on_n810 | i ve uploaded new home* packages with correct dependancies | 20:12 |
Khertan_on_n810 | :) thx GA for the report | 20:13 |
GeneralAntilles | Sure thing. | 20:13 |
*** vcgomes has joined #maemo | 20:13 | |
*** shackan has quit IRC | 20:15 | |
*** vcgomes has quit IRC | 20:16 | |
*** slomo has joined #maemo | 20:17 | |
*** T0b0tras has quit IRC | 20:17 | |
*** celesteh has joined #maemo | 20:18 | |
Khertan_on_n810 | GeneralAntilles > so what do u think about the applet ? | 20:18 |
lcuk | pupnik, you knockin around | 20:18 |
pupnik | hi lcuk | 20:18 |
GeneralAntilles | Look great, work fine. | 20:18 |
GeneralAntilles | No complaints. :) | 20:18 |
lcuk | hi there, saw you wanting synced blits earlier | 20:18 |
Khertan_on_n810 | need other one ? | 20:18 |
lcuk | i will quite happily share, but its not sdl - hence its not rgb | 20:19 |
pupnik | yeah i'd actually be motivated if i cou | 20:19 |
pupnik | do you have any comments in there? :/ | 20:19 |
lcuk | in there? | 20:19 |
*** celesteh has left #maemo | 20:19 | |
*** vcgomes has joined #maemo | 20:19 | |
pupnik | i don't really need the sdl part to draw | 20:19 |
lcuk | i just got home and saw falshing | 20:19 |
pupnik | :) | 20:19 |
pupnik | it would kind of help remotorvate me i think | 20:20 |
lcuk | whatcha thinkin then | 20:20 |
GeneralAntilles | What about a lat/long if the GPS is on? | 20:20 |
GeneralAntilles | Or a light-meter reading. | 20:20 |
GeneralAntilles | Internal temperature? | 20:20 |
Khertan_on_n810 | hum ... why not ... just need to find how to get this in python | 20:21 |
lcuk | pupnik, when you have the book reader, do you play using the -turbo thing, or did you just use it on default sluggish | 20:21 |
pupnik | i didn't try -turbo | 20:21 |
lcuk | fair enough, then the hack i just put in might surprise you ;) | 20:22 |
pupnik | i'm not sure i'd even notice tearing with vertical scrolling | 20:22 |
Khertan_on_n810 | do u know how can i access internal temp | 20:22 |
Khertan_on_n810 | ? | 20:22 |
GeneralAntilles | nitapps.com | 20:22 |
lcuk | there was in the old way, i was missing out on an event and drawing over | 20:22 |
GeneralAntilles | Has both internal temp and ambient light. | 20:22 |
GeneralAntilles | Should be able to divine the method from his sources. | 20:22 |
pupnik | y..you page filp? | 20:22 |
*** AD-N770 has quit IRC | 20:22 | |
Khertan_on_n810 | yeah from source this will be easy | 20:23 |
pupnik | or is there some other way | 20:23 |
lcuk | no i was overwriting memory before it had all gone - but as you say with moving page just a few pixels it wasnt noticable | 20:23 |
pupnik | ah | 20:23 |
lcuk | but i have it now where i tell the lcd to update and it raises an event when finished | 20:23 |
Khertan_on_n810 | i really need to redesign my web site | 20:24 |
lcuk | max speed has gone from 27fps to 25... ;) | 20:24 |
jott | lcuk: when will we see the source code of your work? *poke*poke* | 20:24 |
GeneralAntilles | Hehe | 20:24 |
pupnik | wow so i can draw and only update when finished | 20:25 |
lcuk | hmmmmm.. when i split it out into library/module i have too much stuff on the user side which i am keeping for a rainy day | 20:25 |
Khertan_on_n810 | GeneralAntntilles it s command line tool so no need to analyse source ... just use it | 20:25 |
Khertan_on_n810 | :) | 20:25 |
GeneralAntilles | Or that. :P | 20:25 |
*** roue has joined #maemo | 20:25 | |
*** simon_ has quit IRC | 20:26 | |
pupnik | could you just pull out and share some relevant code blocks with some comments? | 20:27 |
lcuk | pupnik, as far as i know yes, but i might be wrong because i just do things quickly - i did see horrid tearing before listening for the event but that was me really overwhelming the rendering | 20:27 |
pupnik | well whatever you feel comfy with | 20:27 |
pupnik | there's tons of things i need to do anyway | 20:27 |
lcuk | yer sure but while you wait ill just up a quick test and tell me if you notice where i gained the speed from with my "hack" ;) | 20:27 |
pupnik | sure | 20:27 |
*** dholbert has joined #maemo | 20:30 | |
*** simon_ has joined #maemo | 20:30 | |
*** Ryback_ has joined #maemo | 20:30 | |
lcuk | try this as an initial test (just extract all to somewhere executable and run from within same folder | 20:34 |
lcuk | http://liquid.googlepages.com/liqbase_test20080417.zip | 20:34 |
*** RedPenguin has joined #maemo | 20:35 | |
*** lmoura has joined #maemo | 20:36 | |
RedPenguin | I know this may sound like a silly question but, I have just received my new N810, and the tape piece to remove the plastic off the screen came off before I had a chance to remove the protective plastic | 20:36 |
RedPenguin | Now the plastic is stuck on the screen along with a silver sticker, anyone know a way I could get the plastic off? | 20:37 |
GeneralAntilles | Fingernail | 20:37 |
mgedmin | hammer? | 20:37 |
GeneralAntilles | or credit card, maybe. | 20:37 |
*** buddylee has quit IRC | 20:37 | |
MangoFusion | fingernails here ;) | 20:37 |
RedPenguin | I was thinking that but wasn't sure if that could somehow destroy the screen | 20:37 |
MangoFusion | have you suffered from a bout of bad luck recently? | 20:38 |
tank-man | or try another piece of tape | 20:38 |
lcuk | ill be back later, pupnik, you will notice stars are running slowly - scratch the screen to make it go faster ;) it helps me to see how fast cpu is going currently | 20:38 |
RedPenguin | nope | 20:38 |
MangoFusion | good :) | 20:38 |
RedPenguin | I could just leave the plastic on like I do on other devices but my N810 came with a silver sticker on the plastic so it's blocking part of the screen | 20:39 |
GeneralAntilles | Pull the sticker off, then. :P | 20:39 |
GeneralAntilles | Use some ronsonol or something to get the stick off. | 20:39 |
RedPenguin | I did but it leaves a bunch of residue | 20:39 |
*** frade has joined #maemo | 20:40 | |
RedPenguin | I will have to try that | 20:41 |
ralann | im waiting for mine from amazon | 20:43 |
*** rlaager has joined #maemo | 20:43 | |
lcuk | the Amazon has a nokia factory now? cool | 20:43 |
lcuk | jungle mobiles | 20:43 |
Khertan_on_n810 | ouch crah of maemo desktop | 20:43 |
*** greentux has joined #maemo | 20:43 | |
*** z72ka_ntb has joined #maemo | 20:43 | |
ralann | mmmm, no | 20:44 |
MangoFusion | n810 jungle edition | 20:44 |
RedPenguin | Just to make sure I'm getting the right results, a search of ronsonol brings up lighter fluid results | 20:46 |
*** roue has quit IRC | 20:46 | |
ralann | lighter fluid... eeek | 20:47 |
Khertan_on_n810 | GeneralAntilles > homeinternaltemp should be now be validated in a short time in extras devel | 20:47 |
ralann | i use it to clean wax and stickers,, but not on new expensive devices | 20:47 |
lcdd | i just used the sticker itself to pick up the residue | 20:48 |
*** buddylee has joined #maemo | 20:48 | |
RedPenguin | that's why I wasn't sure if I got the wrong results or something | 20:48 |
lcdd | works quite often | 20:48 |
tank-man | vinigar works too | 20:49 |
tank-man | with plastic card | 20:50 |
RedPenguin | I think I will just try another piece of tape once I get my hands on some | 20:50 |
GeneralAntilles | Ronsonol is right | 20:51 |
GeneralAntilles | Don't use anything else, though. | 20:51 |
GeneralAntilles | It's naptha | 20:51 |
GeneralAntilles | Which is incredible at getting stick off just about everything. | 20:52 |
_V_ | re | 20:52 |
GeneralAntilles | Just a touch on a cotton ball will clean the stick right off. | 20:52 |
_V_ | is possible to 'update' os2008 with the command apt-get upgrade ? | 20:52 |
GeneralAntilles | Not until Diablo. | 20:52 |
mgedmin | _V_: define update | 20:52 |
_V_ | or is mandatory to use the application installer ? | 20:52 |
mgedmin | you can't upgrade the OS, but you can upgrade 3rd party packages | 20:53 |
*** florian has quit IRC | 20:53 | |
GeneralAntilles | ^ | 20:53 |
mgedmin | just be careful | 20:53 |
*** calvaris has joined #maemo | 20:53 | |
_V_ | i need to upgrade only new available apps | 20:53 |
GeneralAntilles | You can also put yourself into a reboot loop if you pull stuff from certain repositories, though. | 20:53 |
mgedmin | app installer has safety checks that apt doesn't | 20:53 |
_V_ | (new version) | 20:53 |
*** calvaris has quit IRC | 20:53 | |
mgedmin | upgrading certain system packages (such as busybox) is a recipe for disaster | 20:53 |
_V_ | a, ok | 20:53 |
mgedmin | upgrading the same apps you could upgrade from the app-manager is safe | 20:54 |
_V_ | so is not safe to use apt-get update | 20:54 |
mgedmin | apt-get update is always safe | 20:54 |
GeneralAntilles | upgrade | 20:54 |
mgedmin | right, apt-get update = safe, apt-get upgrade = you're an expert and know what you do | 20:54 |
_V_ | ok, thanks | 20:54 |
_V_ | i have some trouble upgrading some apps | 20:55 |
mgedmin | (= mostly safe, but if something does go wrong that 1% of the time, you've been warned) | 20:55 |
*** AStorm has joined #maemo | 20:55 | |
_V_ | (homecpuspeed,homediskfree ecc...) | 20:56 |
Khertan_on_n810 | GeneralAntilles > homelightmeter should be available soon too. | 20:57 |
Khertan_on_n810 | the two new applet have been uploaded to maemo extras-devel | 20:57 |
lcuk | wkhertan, what does it do | 20:58 |
_V_ | dpkg: error processing /var/cache/apt/archives/python2.5-hildondesktop_0.0.2-1_armel.deb (--unpack): | 20:58 |
_V_ | trying to overwrite `/usr/lib/python2.5/site-packages/hildondesktop.la', which is also in package python-hildondesktop | 20:58 |
keesj | maemo-torch-home-applet | 20:59 |
GeneralAntilles | <_< powerlaunch can't be installed and can't be uninstalled | 20:59 |
GeneralAntilles | How do I nuke it? | 20:59 |
lcuk | with a hammer | 20:59 |
GeneralAntilles | Khertan_on_n810, prefs dialog for celsius/fahrenheit selection? | 21:01 |
Khertan_on_n810 | _V_ > apt-get remove python-hildondesktop_0.0.2-1_armel.deb | 21:01 |
Khertan_on_n810 | i don t how to do prefs dialog for python applet as there is now documentations on python binding | 21:02 |
*** mgedmin has quit IRC | 21:02 | |
Khertan_on_n810 | lcuk > the first display internal temperature of your nit, and the second one the luminosity in lux | 21:03 |
Khertan_on_n810 | (on n810 only for the second) | 21:03 |
lcuk | twhat if the ambient sensor has been errrrrm sabotaged? | 21:03 |
lcuk | (like with a sticky badge) | 21:03 |
Khertan_on_n810 | the result will be sabotaged too :) | 21:04 |
lcuk | it annoyed me how the display would go light and dark too often - my hand hovers over that corner most of the time | 21:05 |
_V_ | Khertan_on_n810: dpkg -r --force-depends python-hildondesktop | 21:05 |
*** jegp has quit IRC | 21:05 | |
_V_ | mmm | 21:06 |
*** MoRpHeUz has joined #maemo | 21:06 | |
_V_ | only homecpuspeed depends on python2.5-hildondesktop | 21:06 |
*** MoRpHeUz has quit IRC | 21:06 | |
_V_ | other home* depends on python-hildondesktop | 21:06 |
_V_ | is this correct ? | 21:06 |
*** Cptnodegard has quit IRC | 21:07 | |
lcuk | homecpuspeed... hmmm does this by chance effect the performance settings | 21:07 |
*** Khertan_on_n810 has quit IRC | 21:07 | |
_V_ | solved | 21:09 |
*** Khertan_on_n810 has joined #maemo | 21:09 | |
_V_ | dpkg -r --force-depends python-hildondesktop | 21:09 |
Khertan_on_n810 | _V_ > hum u will have problems at each update :) | 21:10 |
Khertan_on_n810 | remove it .. | 21:10 |
GeneralAntilles | powerlaunch just needs to die. ;_; | 21:10 |
Khertan_on_n810 | apt-cache search hikdondesktop | 21:10 |
GeneralAntilles | I want it to go away. | 21:10 |
Khertan_on_n810 | remove it .. | 21:10 |
Khertan_on_n810 | and then it ll use the official package available in extras-devel | 21:10 |
_V_ | and then an apt-get -f install | 21:10 |
*** denny has joined #maemo | 21:11 | |
Khertan_on_n810 | what is powerlaunch ? | 21:11 |
*** Cptnodegard has joined #maemo | 21:11 | |
*** efleury has quit IRC | 21:12 | |
GeneralAntilles | http://powerlaunch.garage.maemo.org/ | 21:12 |
GeneralAntilles | The install is broken and I can neither install it nor remove it. | 21:12 |
Navi | yey | 21:12 |
*** jeff1f has joined #maemo | 21:13 | |
Khertan_on_n810 | what is the error given by apt ? | 21:14 |
Khertan_on_n810 | maybe fixing the pre remove install script will help | 21:14 |
Khertan_on_n810 | or preinstall script | 21:14 |
GeneralAntilles | E: Sub-processs /usr/bin/dpkg returned an error code (1) | 21:15 |
Khertan_on_n810 | does dpkg give you more details ? | 21:15 |
GeneralAntilles | Nope | 21:16 |
Khertan_on_n810 | also with a dpkg -i command line ? | 21:17 |
GeneralAntilles | "Errors were encountered" | 21:17 |
Khertan_on_n810 | ouch difficult to fix with this | 21:18 |
lcuk | dmesg? | 21:18 |
*** zwnj has joined #maemo | 21:19 | |
GeneralAntilles | My install is mostly trashed at this point | 21:19 |
GeneralAntilles | sshd doesn't work anymore, either. | 21:19 |
GeneralAntilles | I'm just coasting along until Diablo. :< | 21:19 |
Khertan_on_n810 | i need to go on ... sorry than i can t help you ... | 21:19 |
GeneralAntilles | Thanks for trying. | 21:19 |
Khertan_on_n810 | bye | 21:19 |
MangoFusion | i'm still figuring out what is so big about diablo ;) | 21:20 |
Khertan_on_n810 | nope u r welcome | 21:20 |
GeneralAntilles | It's an OS update, MangoFusion? | 21:20 |
*** Khertan_on_n810 has quit IRC | 21:20 | |
GeneralAntilles | Bug fixes, major improvements in the browser | 21:20 |
GeneralAntilles | etc, etc | 21:20 |
MangoFusion | yes but we'll just be here next year moaning about how unicorn (or whatever crazy codename the next release is) will be great and fix all the latest problems ;) | 21:21 |
GeneralAntilles | Eh, that's how OS updates work. | 21:21 |
* GeneralAntilles shrugs. | 21:21 | |
X-Fade | MangoFusion: Close... Elephanta :) | 21:21 |
MangoFusion | true but i just wondered if there was anything more substantially cool | 21:21 |
MangoFusion | like PIM | 21:21 |
MangoFusion | or 3d | 21:22 |
MangoFusion | or kitchen sinks | 21:22 |
GeneralAntilles | Bug fixes are cool enough. | 21:22 |
GeneralAntilles | Especially the MicroB bug fixes. | 21:22 |
GeneralAntilles | Diablo MicroB will be orders of magnitude faster than Chinook MicroB | 21:22 |
X-Fade | GeneralAntilles: My guess is that its mostly javascript performance.. | 21:23 |
X-Fade | fennec isn't faster in rendering.. | 21:23 |
GeneralAntilles | Fennec wastes shittons of CPU with its broken scrolling. ;) | 21:23 |
GeneralAntilles | The betas have a much better memory footprint than the early alphas. | 21:24 |
X-Fade | Yeah, the kinetic scrolling isn't that optimized yet ;) | 21:24 |
*** f_mohr has joined #maemo | 21:24 | |
GeneralAntilles | There have been a LOT of improvements since last fall. | 21:24 |
lcuk | x - does the cpu run at full speed when scrolling? | 21:24 |
X-Fade | Yep, but I hope they will provide any noticeable changes. | 21:24 |
lcuk | i notice i can only get "near" full speed when at 166 - at 400 its crystal smooth | 21:25 |
X-Fade | lcuk: Probably. | 21:25 |
GeneralAntilles | Besides, MicroB has a lot of niggly little UI bugs that I'm sure will be fixed. | 21:25 |
GeneralAntilles | lcuk, a browser has a lot more stuff to kick in the cpu freq. | 21:25 |
lcuk | yer i know | 21:25 |
lcuk | anyway, must dash for now | 21:25 |
lcuk | nom nom nom tea at mums | 21:26 |
*** vivijim has joined #maemo | 21:26 | |
X-Fade | I hope that microb will be better. Webkit is perhaps also an option.. | 21:26 |
GeneralAntilles | Eventually | 21:26 |
*** chelli has joined #maemo | 21:26 | |
*** halleck has quit IRC | 21:27 | |
X-Fade | It feels more lightweight at the moment, but who knows ;) | 21:27 |
*** halleck has joined #maemo | 21:27 | |
GeneralAntilles | WebKit has more potential than Gecko | 21:28 |
GeneralAntilles | Lighter weight, more agile engine. | 21:28 |
GeneralAntilles | But it needs more work to get it up to speed on maemo. | 21:28 |
*** playya has joined #maemo | 21:29 | |
*** Zic has quit IRC | 21:30 | |
*** gribouille has joined #maemo | 21:32 | |
gribouille | hi | 21:32 |
gribouille | I need to install some packages, but I don't know in which repo I can find them | 21:32 |
gribouille | someone here ? | 21:35 |
GeneralAntilles | gronmayer.com/it | 21:35 |
*** playya has quit IRC | 21:38 | |
*** TPC has quit IRC | 21:42 | |
*** TPC has joined #maemo | 21:43 | |
RedPenguin | Any way to get the N810 louder? I tried turning the volume up all the way (using both headphones + speakers) and it's fairly quiet, or is that just how it is? | 21:46 |
*** playya has joined #maemo | 21:47 | |
*** playya_ has joined #maemo | 21:47 | |
lcdd | RedPenguin: there's an additional control in media player if that's what you're using | 21:47 |
GeneralAntilles | The speakers can actually go a lot louder. | 21:47 |
GeneralAntilles | Something's a little weak software side. | 21:48 |
*** celesteh has joined #maemo | 21:48 | |
*** _berto_ has quit IRC | 21:48 | |
*** jott has quit IRC | 21:49 | |
*** playya has quit IRC | 21:49 | |
RedPenguin | I can hear stuff but if I walked into a noisy enviornment, I'm not sure if I would be able to really hear it that well | 21:50 |
*** celesteh has left #maemo | 21:50 | |
RedPenguin | I tried out a Shoutcast and it's like people talking in a library almost | 21:50 |
X-Fade | RedPenguin: Did you turn the application volume _and_ the system volume up? | 21:51 |
RedPenguin | I know I definatly turned the system volume up, I will have to double check the application to see if that is up or not | 21:51 |
*** aloisiojr has joined #maemo | 21:52 | |
*** eathprod has quit IRC | 21:54 | |
*** Ikkakujyu has joined #maemo | 21:59 | |
*** RedPenguin has quit IRC | 22:02 | |
*** GeneralAntilles has quit IRC | 22:03 | |
*** GeneralAntilles has joined #maemo | 22:03 | |
*** unixSnob has joined #maemo | 22:04 | |
*** p| has joined #maemo | 22:11 | |
*** ustunozgur has joined #maemo | 22:11 | |
Jaffa | re | 22:14 |
*** megabyte405 has quit IRC | 22:19 | |
*** killfill_ has joined #maemo | 22:21 | |
liquid217 | redpenguin, there is an option you can add to mplayers config to increase the volume. Think it's called softvol-max | 22:22 |
*** krau has quit IRC | 22:22 | |
liquid217 | but that only applies to mplayer obviously | 22:22 |
*** krau has joined #maemo | 22:25 | |
*** krau has joined #maemo | 22:25 | |
*** megabyte405 has joined #maemo | 22:28 | |
*** denny has quit IRC | 22:28 | |
*** lirakis has joined #maemo | 22:30 | |
lirakis | Is there a way to get a pipe character from my n810 keyboard? | 22:31 |
lirakis | I cant belive its not available by deefault | 22:32 |
pH5 | lirakis: http://www.thisismobility.com/blog/2007/12/31/adding-pipe-and-tab-to-the-n810-keyboard/#comment-226251 | 22:32 |
*** efleury has joined #maemo | 22:33 | |
pupnik | check the comments lower down lirakis | 22:33 |
lirakis | Ok will do | 22:33 |
lirakis | Thanks | 22:34 |
*** geaaru has quit IRC | 22:34 | |
*** killfill has quit IRC | 22:34 | |
lirakis | Oh uh | 22:35 |
lirakis | What is the default pass for sudo? | 22:36 |
GeneralAntilles | The user doesn't have a default password. | 22:36 |
GeneralAntilles | Install easyroot. | 22:36 |
GeneralAntilles | and/or OpenSSH server | 22:37 |
*** dneary has quit IRC | 22:37 | |
*** flo_lap has joined #maemo | 22:38 | |
flo_lap | re | 22:39 |
MangoFusion | i just use becomeroot :) | 22:39 |
GeneralAntilles | easyroot = "root" rather than "sudo gainroot" | 22:39 |
GeneralAntilles | Easier to type. | 22:40 |
*** aloisiojr has quit IRC | 22:40 | |
*** keesj is now known as k-way | 22:41 | |
*** TPC has quit IRC | 22:42 | |
*** TPC has joined #maemo | 22:43 | |
*** Masca has quit IRC | 22:43 | |
*** cyberholic has joined #maemo | 22:43 | |
*** aloisiojr has joined #maemo | 22:43 | |
cyberholic | Hi everyone. | 22:43 |
*** lirakis has left #maemo | 22:44 | |
cyberholic | Does anyone of you have or know a script showing a simple "Hello World" of the Google Contacts api? I want to fetch the contacts with php | 22:44 |
||cw | cyberholic: if there is an api, an example will be on code.google.com | 22:45 |
*** Masca has joined #maemo | 22:45 | |
cyberholic | cw: well the problem is that the examples they offer are awfuel. problem II is tha it needs a ZEND google framework that my host does not allow me to install :( ... i just thought that someone in here already would have tried that out. | 22:46 |
||cw | so implement the zend parts in another way | 22:47 |
*** lirakis_work has joined #maemo | 22:47 | |
cyberholic | tried it through a manual php.ini but that did not worked out too :( | 22:47 |
cyberholic | i have been sitting on this the whole day long, my eyes are rectangles and my brain is.... ey! where's my brain!? | 22:48 |
||cw | i said implement, not install | 22:48 |
cyberholic | can you tell me more? | 22:48 |
*** pleemans has quit IRC | 22:51 | |
||cw | I think I see now. the api itself is just http and xml, the zend part is a lib rolled up for you all nice like. the xml doens't look hard to parse, use thephp's http functions and xml functions yourself | 22:51 |
||cw | s/thephp/php | 22:51 |
*** playya_ has quit IRC | 22:52 | |
*** z72ka_ntb has quit IRC | 22:55 | |
*** megabyte405_ has joined #maemo | 22:55 | |
cyberholic | i understood taht one, but that is exactly where i go stuck. I can authentificate, what means that that works, but what then? I will give it a try and install the whole Zend on my server :( | 22:56 |
*** playya has joined #maemo | 22:56 | |
*** playya_ has joined #maemo | 22:56 | |
*** megabyte405__ has joined #maemo | 22:59 | |
*** murrayc_ has quit IRC | 23:01 | |
*** NOCmadman has joined #maemo | 23:01 | |
*** Pinguozzz has joined #maemo | 23:05 | |
*** herz1 has left #maemo | 23:07 | |
*** jott has joined #maemo | 23:08 | |
*** megabyte405 has quit IRC | 23:08 | |
*** f_mohr has quit IRC | 23:11 | |
*** koyote has quit IRC | 23:12 | |
*** megabyte405_ has quit IRC | 23:15 | |
*** cyberholic has quit IRC | 23:19 | |
*** frade has quit IRC | 23:20 | |
*** Skyp has joined #maemo | 23:21 | |
Skyp | hi ;) Is there a simple way to hide/remove an application from the task-bar (temporarily or permanently)? | 23:22 |
*** t_s_o has quit IRC | 23:22 | |
Skyp | I have a task, that is almost always running and I want to keep it from appearing in the taskbar | 23:22 |
*** andre has joined #maemo | 23:23 | |
Skyp | Maybe a setting in /usr/share/application/hildon/*.desktop ? | 23:24 |
AStorm | nope | 23:24 |
*** l7_ has joined #maemo | 23:24 | |
AStorm | you have to set a special GTK style | 23:24 |
AStorm | on the window to make it not appear theree | 23:24 |
Skyp | So to recompile is my only option? | 23:25 |
AStorm | nah, you could set the style with some external app | 23:25 |
AStorm | it's an X property | 23:25 |
Skyp | Hm, ok... is there an App on-board which can accomplish that? | 23:26 |
*** mk8 has joined #maemo | 23:27 | |
*** jott has quit IRC | 23:28 | |
*** smackpotato has joined #maemo | 23:28 | |
AStorm | hm, after prolonged use, hildon-desktop eats a lot of memory | 23:28 |
AStorm | any way to stop that? | 23:28 |
*** jott has joined #maemo | 23:29 | |
smackpotato | its cache | 23:30 |
smackpotato | its good | 23:30 |
AStorm | yeah sure? | 23:30 |
AStorm | a cache of what? | 23:30 |
smackpotato | program you used or may use | 23:31 |
AStorm | .... | 23:31 |
*** jeff1f has quit IRC | 23:31 | |
smackpotato | you can set these things | 23:32 |
dragorn | that doesn't sound right | 23:32 |
AStorm | smackpotato: where? | 23:32 |
smackpotato | ill,look | 23:32 |
AStorm | ah nopes | 23:32 |
AStorm | it's the dbus-daemon that's gobbling up 25% of memory | 23:33 |
AStorm | why? | 23:33 |
dragorn | programs should let the kernel handle the IO cache for recently run stuff instead of taking it away from other apps, since they have no idea if a large program needs ram | 23:33 |
MangoFusion | i'd love to see what memory usage is like on, say, the iphone | 23:33 |
AStorm | then check its /proc | 23:34 |
smackpotato | /proc/sys/vm | 23:36 |
AStorm | hmmhmm | 23:36 |
smackpotato | whatever | 23:36 |
AStorm | how do I restart that daemon? | 23:36 |
*** Tama^2 has joined #maemo | 23:37 | |
*** corq-FL has joined #maemo | 23:37 | |
dragorn | AStorm: probably /etc/init.d/dbus | 23:37 |
dragorn | AStorm: but I'd expect it to get unhappy | 23:37 |
smackpotato | swapiness is one value i like to change just echo a diferent value | 23:39 |
*** wms has quit IRC | 23:39 | |
*** AStorm has quit IRC | 23:40 | |
*** AStorm has joined #maemo | 23:41 | |
AStorm | blah, rebooted the machine by accident | 23:41 |
smackpotato | what machine do you have astorm | 23:42 |
AStorm | N810, doh | 23:43 |
smackpotato | cool | 23:43 |
*** jpuderer has quit IRC | 23:44 | |
dragorn | AStorm: i was going to say, the worst you can do is cause a reboot | 23:45 |
*** SDuensin has quit IRC | 23:46 | |
*** eichi_ has quit IRC | 23:47 | |
*** red-zack has quit IRC | 23:48 | |
*** Disconnect has quit IRC | 23:48 | |
*** lirakis_work has quit IRC | 23:52 | |
*** shackan has joined #maemo | 23:55 | |
*** chelli has quit IRC | 23:57 | |
*** killfill_ has quit IRC | 23:58 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!