*** me|kor has quit IRC | 00:00 | |
GAN900 | smoku, not really a steampunk person. | 00:03 |
---|---|---|
*** SmilyOrg has joined #maemo | 00:05 | |
[DrkGUNMAN-N900] | you see plenty of them in whitby | 00:05 |
*** reenignEesreveR has joined #maemo | 00:05 | |
[DrkGUNMAN-N900] | smoku - link added to post | 00:06 |
smoku | thx | 00:06 |
*** swc|666 is now known as swc|afk | 00:07 | |
[DrkGUNMAN-N900] | it's still a work in progress, any improvementswill be taken on board | 00:07 |
*** cehteh[tm] has quit IRC | 00:07 | |
*** Smily has quit IRC | 00:08 | |
*** pcacjr has quit IRC | 00:11 | |
*** bigbrovar has joined #maemo | 00:11 | |
*** bain_gec has quit IRC | 00:11 | |
trx | can i somehow tell maemo-status-volume daemon to release the volume keys (so others can grab) via d-bus? | 00:12 |
*** kthomas_vh has joined #maemo | 00:12 | |
*** jrocha has quit IRC | 00:12 | |
*** sharjeel_ has joined #maemo | 00:13 | |
*** vi__ has joined #maemo | 00:13 | |
vi__ | ok somone please help me. my volume keys are not working! | 00:13 |
vi__ | they still zoom the browser | 00:14 |
*** Ryback_ has quit IRC | 00:14 | |
trx | how did you do that, i want to do exactly that | 00:14 |
*** reenignEesreveR has quit IRC | 00:14 | |
vi__ | meaning the keymap is fine however | 00:14 |
trx | tell the damn daemon to release them.. | 00:14 |
*** briglia has quit IRC | 00:14 | |
piggz | vi__: think yourself lucky! my n900 is in for repair an i have to use a sony ericsson!!!! | 00:14 |
vi__ | on the home screen they do not change the volume or even display the volume bar | 00:15 |
vi__ | wtf is going on | 00:15 |
vi__ | do the volume keys trigger a dbus event? | 00:15 |
*** kthomas_vh has quit IRC | 00:16 | |
vi__ | wtf would they stop working? | 00:16 |
vi__ | how can i debug this? | 00:16 |
vi__ | anyone? | 00:16 |
alterego | vi__: no, they don't send dbus | 00:16 |
vi__ | what do they send? | 00:16 |
alterego | Have you tried turning the device off and on. | 00:16 |
*** kthomas_vh has joined #maemo | 00:17 | |
vi__ | yes, about 1000000 times | 00:17 |
smoku | [DrkGUNMAN-N900], nice theme indeed :) | 00:17 |
*** sharjeel_ has quit IRC | 00:17 | |
alterego | vi__: interesting | 00:17 |
alterego | Well they send F4 and F5 | 00:17 |
alterego | They're just normal keys really, have you tried to see if the work as zoom in the web browser? | 00:18 |
vi__ | well xterm still zooms in/out so i assume they are still snding f4f5 | 00:18 |
trx | alterego any idea if maemo-status-volume daemon can be told to release the control of the volume keys via dbus? | 00:18 |
alterego | trx: the volume keys are hijacked by hildon desktop | 00:19 |
[DrkGUNMAN-N900] | smoku - glad you like it. if you have the time see if there's any parts of the UI i missed and I'll see about fixing it. png files are optimised to save space and memory. | 00:19 |
trx | alterego : http://wiki.maemo.org/Documentation/Maemo_5_Developer_Guide/Porting_Software/Porting_Existing_GTK%2B_Application_to_Maemo_5#Enabling_volume.2Fzoom_keys | 00:19 |
alterego | You tell hildon desktop to release volume keys for use in your app by setting a x1q window property on your main window | 00:19 |
alterego | Yes, exactly. | 00:19 |
*** cehteh has joined #maemo | 00:20 | |
trx | alterego i want to do that via dbus | 00:20 |
trx | is it possible? | 00:20 |
alterego | No | 00:20 |
trx | :( | 00:20 |
alterego | Why do you want to do it? | 00:20 |
vi__ | so where are hildon key configurations then? | 00:20 |
alterego | vi__: two different things here, your problem is probably with something being broken. | 00:21 |
alterego | trx: wants something unrelated to you issue | 00:21 |
trx | alterego beacause i am not using hildon (cant use it) and gdk and X11 suck (dont know how to use them via fpc (pascal)):/ | 00:21 |
alterego | Use a better programming language? | 00:22 |
vi__ | lol | 00:22 |
trx | the language is fine | 00:22 |
trx | the lack of knowledge is my problem.. | 00:22 |
trx | :) | 00:22 |
alterego | You don't have to "use" x11 really, it's just one function call. | 00:23 |
*** cehteh[tm] has joined #maemo | 00:23 | |
trx | i cant get my Window using gdk | 00:23 |
*** The_Fellow1 has joined #maemo | 00:23 | |
trx | thats the problem... | 00:23 |
alterego | Why are you using gdk? | 00:24 |
alterego | What exactly are you doing? | 00:24 |
trx | everything else i can do except that, so im missing that param | 00:24 |
trx | "GDK_WINDOW_XID (appdata.main_window->window)" | 00:24 |
trx | this is from that code from the link i gave you | 00:24 |
trx | i dont know how to replicate that.. | 00:25 |
alterego | vi__: can't really help you anymore, reflash rootfs is the only thing I know you can do that'll fix it, obviously that's a bit like chopping a leg off for a cut, but .. | 00:25 |
alterego | What are you using to create your window? | 00:25 |
*** cehteh has quit IRC | 00:25 | |
trx | http://en.wikipedia.org/wiki/Lazarus_(software)#LCL | 00:26 |
trx | its a library that uses whatever you choose (gtk, qt, etc..) | 00:26 |
*** Khuong has joined #maemo | 00:27 | |
Khuong | hi | 00:27 |
trx | but i dont have access to "gtk variables" via that library | 00:27 |
alterego | Hrm, well, you really need the X winid :P | 00:27 |
trx | yeah, dont know that one too :) | 00:28 |
trx | meh, im doomed.. | 00:28 |
*** NIN101 has quit IRC | 00:28 | |
*** b-man has joined #maemo | 00:30 | |
*** Ex-Opesa has quit IRC | 00:31 | |
*** benh has quit IRC | 00:36 | |
*** merlin_1991 has joined #maemo | 00:40 | |
*** piggz has quit IRC | 00:42 | |
*** merlin1991 has quit IRC | 00:44 | |
ZogG_work | http://talk.maemo.org/showthread.php?p=919084#post919084 bump | 00:45 |
*** dominikb_ has joined #maemo | 00:45 | |
ZogG_work | i can't find people who responsible of maemo.org website =( | 00:46 |
ZogG_work | DocScrutinizer: do you know some of them? | 00:46 |
DocScrutinizer | ZogG_work: eh? sorry, what? | 00:47 |
DocScrutinizer | tmo has moderators | 00:47 |
*** benh has joined #maemo | 00:47 | |
ZogG_work | DocScrutinizer: read the topic i just linked | 00:47 |
ZogG_work | DocScrutinizer: not TMO but MO especially downloads section for example | 00:47 |
DocScrutinizer | meh, I don't click arbitrary URLs | 00:47 |
ZogG_work | so don't, but it would be more logical to have the QR code instead that picture and link on side | 00:48 |
DocScrutinizer | uhuh, what for? | 00:49 |
*** Khuong has quit IRC | 00:49 | |
ZogG_work | and u are not example u don't need to click u make this links and internetz at all, you are huge skyline robot, we are talking about people | 00:49 |
*** dominikb has quit IRC | 00:49 | |
*** SmilybOrg has joined #maemo | 00:49 | |
DocScrutinizer | *plonk* | 00:49 |
ZogG_work | DocScrutinizer: the reason there are hotest and latest package on websitee front page, so i click on it and to download i need to open manager and search for it and so on, it would be clicker jsut to launch mbarcode | 00:50 |
*** MadViking has quit IRC | 00:50 | |
*** MadViking has joined #maemo | 00:51 | |
*** Khuong has joined #maemo | 00:51 | |
DocScrutinizer | o.O .oO(???) | 00:51 |
vi__ | alterego you still there? | 00:52 |
DocScrutinizer | It strikes me I didn't get how the web works, since 20 years now | 00:52 |
*** Khuong has quit IRC | 00:52 | |
DocScrutinizer | obviously is a thing about barcodes, rather than HTML | 00:53 |
*** SmilyOrg has quit IRC | 00:53 | |
*** Tsarpf has quit IRC | 00:54 | |
*** benh_ has joined #maemo | 00:55 | |
vi__ | ALTEREGOL | 00:56 |
vi__ | ! | 00:56 |
DocScrutinizer | ALETERALGOL | 00:57 |
*** crs_ has joined #maemo | 00:57 | |
DocScrutinizer | ? | 00:57 |
vi__ | i meant alterego | 00:58 |
*** benh has quit IRC | 00:58 | |
DocScrutinizer | ~netiquette | 00:59 |
infobot | somebody said netiquette was a set of guidelines that makes the people on the Internet live together in peace and harmony, well, at least in theory, or at http://www.fau.edu/netiquette/netiquette.html, or found at ftp://ftp.ripe.net/rfc/rfc1855.txt | 00:59 |
DocScrutinizer | ~ask | 01:00 |
*** johnsq has quit IRC | 01:00 | |
infobot | Questions in the channel should be specific, informative, complete, concise, and on-topic. Don't ask if you can ask a question first. Don't ask if a person is there; just ask what you intended to ask them. Better questions more frequently yield better answers. We are all here voluntarily or against our will. | 01:00 |
ZogG_work | DocScrutinizer: what is so complicated? | 01:00 |
*** [DrkGUNMAN-N900] has quit IRC | 01:00 | |
*** crs_ has quit IRC | 01:00 | |
*** crs has joined #maemo | 01:01 | |
*** SpeedEvil1 has joined #maemo | 01:01 | |
*** OkropNick has quit IRC | 01:01 | |
b-man | hmm | 01:02 |
*** SpeedEvil has quit IRC | 01:02 | |
*** NGNUton-B has quit IRC | 01:03 | |
*** vi__ has quit IRC | 01:04 | |
b-man | "Chain letters are forbidden on the Internet. Your network privileges will be revoked." of only that could happen nowadays xD | 01:04 |
*** nox- has joined #maemo | 01:04 | |
*** SpeedEvil1 has quit IRC | 01:06 | |
*** vi__ has joined #maemo | 01:06 | |
*** muelli has joined #maemo | 01:06 | |
*** GNUton-BNC has joined #maemo | 01:06 | |
*** LjL has quit IRC | 01:07 | |
*** diegohcg has quit IRC | 01:07 | |
vi__ | what is the name of the status bar volume applet? | 01:08 |
*** uen has quit IRC | 01:09 | |
*** SpeedEvil has joined #maemo | 01:11 | |
vi__ | anyone? | 01:11 |
vi__ | ? | 01:11 |
vi__ | ? | 01:11 |
*** DocScrutinizer has quit IRC | 01:15 | |
*** DocScrutinizer has joined #maemo | 01:15 | |
*** millenomi has quit IRC | 01:17 | |
*** vi__ has quit IRC | 01:18 | |
*** mitsutaka has quit IRC | 01:19 | |
*** dominikb_ has quit IRC | 01:21 | |
*** jpe has quit IRC | 01:25 | |
*** chx has joined #maemo | 01:25 | |
*** valeriusN has quit IRC | 01:25 | |
*** sar3th|away is now known as sar3th | 01:26 | |
*** xim_ has quit IRC | 01:26 | |
*** valerius has quit IRC | 01:27 | |
*** jonwil has joined #maemo | 01:27 | |
jonwil | Whats the difference between the armel and x86 SDKs? I assume one is for if you are building a binary to run on the phone and the other is for when you are wanting to run something in an emulator? | 01:27 |
SpeedEvil | x86 builds it to run natively on your own CPU | 01:28 |
*** GNUton-BNC has quit IRC | 01:31 | |
*** beford has joined #maemo | 01:32 | |
*** sid_on has quit IRC | 01:32 | |
*** sid__ has quit IRC | 01:32 | |
*** sid__ has joined #maemo | 01:33 | |
*** sid_on has joined #maemo | 01:33 | |
*** javispedro has joined #maemo | 01:33 | |
DocScrutinizer | hola javispedro | 01:34 |
*** Natunen has quit IRC | 01:34 | |
javispedro | hi #maemo | 01:34 |
DocScrutinizer | we've been missing you | 01:34 |
RST38h | hi @javispedro | 01:34 |
javispedro | good to know =) | 01:35 |
*** ThreeM has joined #maemo | 01:35 | |
ThreeM | hi there | 01:35 |
DocScrutinizer | [2011-01-12 06:51:09] <pipnuk> javispedro seems to never be around irc now | 01:35 |
*** kawe has quit IRC | 01:35 | |
RST38h | who is pipnuk? =) | 01:36 |
javispedro | hey pipnuk | 01:36 |
ThreeM | Nokia Support tells me today that an update for N900 comes in a few weeks. it that right? (sometimes i dont beleve in callcenters) | 01:36 |
DocScrutinizer | hehehehehe | 01:36 |
javispedro | you shouldn't believe in callcenters indeed. | 01:37 |
* RST38h read "callcenters" as "cancers" | 01:37 | |
ThreeM | so, thats not true? | 01:37 |
RST38h | Nobody knows. | 01:38 |
javispedro | the sad truth is that it _could_ be. but I would doubt it. | 01:38 |
ThreeM | ok. | 01:38 |
DocScrutinizer | future is so... | 01:38 |
RST38h | But rather no than yes | 01:38 |
DocScrutinizer | futuristic | 01:38 |
ThreeM | ok | 01:38 |
*** jacktheripper has quit IRC | 01:38 | |
javispedro | btw (linked by a tmoer): http://www.fcl.fujitsu.com/en/release/2010/20101109-3.html | 01:39 |
SpeedEvil | http://onastick.net/sitz/images/ - the future | 01:39 |
ThreeM | as N900 users, would you buy the N900 today? | 01:39 |
*** larsivi has quit IRC | 01:39 | |
DocScrutinizer | and I bet even if that obscure update ever happens, we won't see e.g cellbroadcast fixed | 01:39 |
nox- | cellbroadcast? | 01:40 |
DocScrutinizer | GSM CBSMS | 01:40 |
SpeedEvil | ThreeM: yes - if I needed a phone today | 01:40 |
trx | ThreeM yes | 01:40 |
alterego | ThreeM: I would my another right now if I had the cash | 01:40 |
trx | too bad i dont have cash for another one | 01:40 |
javispedro | clearly, we should start stockpiling n900s | 01:41 |
javispedro | or, hm.. | 01:41 |
DocScrutinizer | I'd feel better with a second spare. 2 devices are too risky :-D | 01:41 |
alterego | And until something just as flexible comes out it's the only device I can really take owning :) | 01:41 |
javispedro | _I_ should start stockpiling n900s, then sell them for a profit. | 01:41 |
trx | 2nd spare :/ | 01:41 |
trx | give one to me :) | 01:41 |
sid_on | is it possible to add dns server by gui without root privileges? | 01:41 |
ThreeM | so the device is such a nice thing, that you would buy it, regardless futureproof is not sure, updates are not presend and so on? | 01:41 |
trx | what updates do you need? | 01:42 |
alterego | ThreeM: depends, I think the N900 still has a bright future. | 01:42 |
jonwil | As long as there are people in the community wanting to improve the product, people will keep working on it | 01:42 |
DocScrutinizer | sid_on: yes | 01:42 |
pahartik | ThreeM: I do not know anything else to replace it with... | 01:42 |
alterego | Power wise it's still way above average and has a lot more usability than the previous tablet devices. | 01:43 |
*** FireFly has quit IRC | 01:43 | |
jonwil | I bought the N900 because its the most hackable handset available today | 01:43 |
DocScrutinizer | sid_on: go connections -> advanced | 01:43 |
alterego | Mainly because it doesn't really lack anything power wise. | 01:43 |
ZogG_work | javispedro: dual resistants touch screen omg omg omg | 01:43 |
javispedro | ZogG_work: I consider it of interest not because it's yet another resistive-like multitouch screen, but because they say their stuff works on stock 4-wire panels | 01:44 |
ZogG_work | i would say if you not sure if to buy n900 - don't buy it =) | 01:44 |
*** chx has quit IRC | 01:44 | |
ThreeM | ahh last question. can N900 do offline navigation mit ovi maps?! | 01:44 |
ZogG_work | cause if you buy it you know why u do it | 01:44 |
nox- | DocScrutinizer, whats CBSMS used for? | 01:44 |
javispedro | of course, details are so scarce on their PR that it could very well be pure BS. | 01:45 |
*** electriic_mob has joined #maemo | 01:45 | |
pahartik | ThreeM: Bluetooth PAN with IPv6 subnet routing over mobile network is reason why I got "Nokia N900" | 01:45 |
*** Tsarpf has joined #maemo | 01:45 | |
jonwil | On my old Motorola I had something called "info services" that told me the name of what tower it thought I was talking to. Can I get that on N900? | 01:45 |
DocScrutinizer | homezone, O2 sending gauss-wegener coords of BTS, emergency management e.g in Japan, Philipines, USA | 01:45 |
*** sid__ has quit IRC | 01:46 | |
*** ftrvxmtrx has joined #maemo | 01:46 | |
*** ZogG_work has quit IRC | 01:46 | |
nox- | DocScrutinizer, hm interesting, didnt know :) | 01:46 |
*** ZogG_work has joined #maemo | 01:47 | |
DocScrutinizer | jonwil: thre's no such thing like "tower" BTS names. You can get the CellID, via netmon | 01:47 |
jonwil | These "info services" messages were listed somehow under SMS or something | 01:47 |
DocScrutinizer | yes, that's cell broadcast SMS | 01:48 |
DocScrutinizer | some carriers may send "name" of a BTS aka tower | 01:48 |
sid_on | DocScrutinizer: whats the main menu? do not find it in panel and settings | 01:48 |
ThreeM | i have read so bad things about N900 that im a litte bit afraid about it. on the other hand i want a device witch i really own. no ios, no android. symbian is more and more outdated and not open source enoght so i tought the N900 is the right device for me | 01:48 |
DocScrutinizer | settings -> internet connections -> connections -> <paricular connection> -> edit ---> advanced | 01:49 |
alterego | ThreeM: are you a Linux user? | 01:50 |
DocScrutinizer | sid_on: ^^^ | 01:50 |
*** whatlecteic has joined #maemo | 01:50 | |
ThreeM | alterego yes | 01:51 |
ThreeM | ubuntu in my notebook, debian on my homeserver, busybox an my router and gosamy on my tv :) | 01:52 |
DocScrutinizer | jonwil: now that I think about it, T-Mo here in Germany sent area code of the town you were in | 01:52 |
*** diegohcg has joined #maemo | 01:52 | |
DocScrutinizer | jonwil: anyway it's all CBSMS | 01:52 |
ThreeM | at work i administrate suse, hp-ux and a lot of rhel serves | 01:52 |
jonwil | is CBSMS something that Nokia would need to add in the baseband radio firmware or is it something someone could add by adding some sort of 3rd party code running on the linux side? | 01:53 |
DocScrutinizer | ThreeM: then there's nothing to get scared about for you, in N900 | 01:53 |
DocScrutinizer | you'll love it | 01:53 |
alterego | ThreeM: then the N900 is definitely what you need in your life ;) | 01:53 |
DocScrutinizer | jonwil: needs support from baseband | 01:53 |
jonwil | ok damn :( | 01:53 |
DocScrutinizer | yep | 01:53 |
*** NishanthMenon has quit IRC | 01:54 | |
sid_on | DocScrutinizer: thanks; wrt does not dhcp dns for unknown reason... | 01:54 |
DocScrutinizer | that's why [2011-01-13 00:39:41] <DocScrutinizer> and I bet even if that obscure update ever happens, we won't see e.g cellbroadcast fixed | 01:54 |
nox- | ThreeM, whats gosamy? | 01:54 |
jonwil | That was a usefull feature to have on my Z6 | 01:54 |
jonwil | and I remember even e.g. crappy no-feature Nokias that did it | 01:54 |
ThreeM | gosamy is a firmware for samsung tvs to anable features like faster channel switching | 01:54 |
*** electriic_mob has quit IRC | 01:54 | |
nox- | ah | 01:54 |
*** panaggio has quit IRC | 01:55 | |
ThreeM | http://www.samygo.tv/ | 01:55 |
DocScrutinizer | jonwil: virtually every brick does it, only Nokia N900 Rapuyama BB5 modem firmware seems to be intentionally crippled | 01:55 |
*** electriic_mob has joined #maemo | 01:56 | |
ThreeM | only for samsung tvs | 01:56 |
nox- | yeah ok i dont have a samsung | 01:56 |
*** electriic_mob has quit IRC | 01:56 | |
*** florian has quit IRC | 01:56 | |
jonwil | It seems like N900 is missing a number of features found on e.g. N95 and other higher end Nokias for some reason | 01:56 |
*** whatlecteic has quit IRC | 02:00 | |
jonwil | but I have no regrets buying one | 02:00 |
ThreeM | i like the awsome windowmanager. noting i have seen, eg. ios, android, symbian, is so intuitive and nice. | 02:01 |
nox- | yeah i like mine too, also the fact that you dont need to `jailbreak' it like some other phones... | 02:01 |
jonwil | I am glad I didnt make the stupid decision and buy the HTC Desire Z (which would have cost me twice as much and required dodgy hacks just to run my own kernel) | 02:01 |
ThreeM | but th keyboard on the htc is nice | 02:01 |
*** sid__ has joined #maemo | 02:01 | |
sid_on | ok; thats strange; fresh installed system; from shell dns recuests are possible; package manager fails; after i ping downloads.maemo.nokia.com from shell it works (dns cache) | 02:02 |
ThreeM | but a have used android for about 4 days and i realize that is not the right one for me. im not an facebook social network guy | 02:02 |
*** githogori has quit IRC | 02:05 | |
ThreeM | any chance that nokia will open maemo and the driovers completly?! | 02:06 |
ThreeM | i guess, nobody knows :) | 02:07 |
*** benh_ has quit IRC | 02:08 | |
jonwil | I can tell you right now that the answer is essentially no | 02:08 |
*** blue_led has quit IRC | 02:08 | |
alterego | ThreeM: all that work has moved to MeeGo, somethings will never be open but at least they're being kept up-to-date in MeeGo | 02:08 |
ThreeM | so ok, i think i found my device :) | 02:09 |
ThreeM | N900 with 2 akkupacks :) | 02:09 |
jonwil | akkupack is? | 02:10 |
nox- | batteries | 02:10 |
jonwil | ok | 02:10 |
ThreeM | ahh sorry, im from germany. batteries i mean | 02:10 |
DocScrutinizer | ThreeM: don't forget a decent external charger for the batteries | 02:12 |
*** cehteh has joined #maemo | 02:12 | |
ThreeM | hehe, i get it | 02:13 |
DocScrutinizer | ThreeM: btw most (95%) of kernel drivers are foss. Some of the "middleware" though is not, like mce which does all the LED management and much more | 02:13 |
jonwil | AFAIK the only N900 kernel driver that isnt open source is the GPU driver | 02:14 |
jonwil | or am I wrong on that? | 02:14 |
DocScrutinizer | I guess even 100% of kernel are foss | 02:14 |
*** Svavel has quit IRC | 02:14 | |
ThreeM | ah thats sounds good | 02:14 |
DocScrutinizer | jonwil: yep, and even there I'm not sure it's a kernel driver | 02:14 |
jonwil | If there is nothing tied to a specific kernel version, that's GREAT for the future | 02:14 |
ZogG_work | what kernel does maemo use? | 02:14 |
jonwil | Android is plagued with binary blobs and ties to specific kernel versions | 02:14 |
ZogG_work | .28 ? | 02:15 |
*** SmilybOrg has quit IRC | 02:15 | |
DocScrutinizer | Linux t900 2.6.28.10power46 #1 PREEMPT Sun Dec 12 03:11:24 EET 2010 armv7l unknown | 02:15 |
*** Smily has joined #maemo | 02:16 | |
*** sid_ has joined #maemo | 02:16 | |
DocScrutinizer | jonwil: there are more binary blobs on maemo than you'd like to have, that's for sure. Just none of them in kernel | 02:16 |
jonwil | thats what I mean | 02:17 |
alterego | Actually the kernel part of the sgx driver is foss, in meego the kernel space is 100 pc foss | 02:17 |
*** mitsutaka has joined #maemo | 02:17 | |
*** Wamanuz5 has quit IRC | 02:17 | |
*** sid_on has quit IRC | 02:17 | |
*** manaru has joined #maemo | 02:17 | |
DocScrutinizer | alterego: duh, and in maemo? | 02:17 |
*** sid__ has quit IRC | 02:17 | |
wmarone | the kernel part of all the video drivers is foss, but no one cares :/ | 02:17 |
wmarone | cause all the good stuff, isn't | 02:17 |
DocScrutinizer | exactly | 02:18 |
jonwil | That means that the N900 could be the first linux cellphone with an untainted kernel :) | 02:18 |
DocScrutinizer | nope, Neo 1973 was | 02:18 |
wmarone | I think the openmoko won that award | 02:18 |
wmarone | * | 02:18 |
DocScrutinizer | yep | 02:18 |
*** mardi has joined #maemo | 02:18 | |
ZogG_work | why openmoko died btw? | 02:19 |
DocScrutinizer | meh | 02:19 |
alterego | if you want open osmoconbb :D | 02:19 |
DocScrutinizer | venture capital things | 02:19 |
jonwil | openmoko was open, sure, but the hardware was obsolete before it even left the factory. | 02:20 |
ThreeM | and it looks terrible | 02:20 |
*** benh_ has joined #maemo | 02:20 | |
DocScrutinizer | that's the price you pay for using open components | 02:20 |
DocScrutinizer | every idiot can buy newest samsung CPU PC5 or whatever, and build a state of the art phone. But how do you deliver the CPU manual to your customers? | 02:21 |
ZogG_work | so openmoko also did the hardrive parts? | 02:22 |
DocScrutinizer | same goes for every single chip that has some registers you want your customers to have control over them | 02:22 |
*** FIQ|n900 has joined #maemo | 02:22 | |
*** FIQ|n900 has joined #maemo | 02:22 | |
ZogG_work | pitty we don't have fully open phone | 02:23 |
DocScrutinizer | ZogG_work: I dunno what harddrive you're talking about, but at the time of design, the datasheets for almost all chips of FR were public | 02:23 |
BCMM_ | heh, t-mob UK is knida backing down | 02:23 |
ZogG_work | DocScrutinizer: i mean chips | 02:23 |
DocScrutinizer | it's been especially nasty of samsung to revoke the s3c2442 manual later on | 02:24 |
BCMM_ | they claim they never meant to say they were applying FUP changes to existing customers | 02:24 |
DocScrutinizer | and glamo GFX chip was a special case, a really special case | 02:24 |
alterego | I think I'm gonna have to start storing my wip projects on the N900, with a full toolchain. | 02:25 |
jonwil | even in the non-phone space, its almost impossible to find an ARM SOC that is in any way open (ask the OLPC XO guys how hard it is) | 02:25 |
alterego | Then I can use Qt creator on the desktop and continue using vi on the N900 for little fixes. | 02:25 |
alterego | anyhow, bedtime for me. | 02:26 |
*** Khuong has joined #maemo | 02:26 | |
DocScrutinizer | ZogG_work: and we managed even to convince u-blox guys so I was allowed to publish their schematics included in FR schem | 02:27 |
ZogG_work | nice | 02:27 |
ZogG_work | wierd it died | 02:27 |
jonwil | what is u-blox? | 02:28 |
jonwil | I think the solution for the next "open" | 02:28 |
jonwil | phone | 02:28 |
DocScrutinizer | uBlox is the GPS chip (manuf) of FR | 02:28 |
jonwil | would be to have a little seperate thing for the radio similar to whats in those 3G dongles | 02:29 |
DocScrutinizer | Swiss guys, rather openminded | 02:29 |
sid_ | there is also a new project - gta04 | 02:29 |
DocScrutinizer | yeahyeah | 02:29 |
ZogG_work | gta04? | 02:29 |
DocScrutinizer | Nikolaus over in Munich is doing that | 02:29 |
DocScrutinizer | goldelico | 02:29 |
*** user__ has joined #maemo | 02:30 | |
*** Khuong has quit IRC | 02:30 | |
*** user__ has quit IRC | 02:30 | |
DocScrutinizer | funny they called it gta04 XP | 02:30 |
sid_ | they only change the mainboard; case, gps, screen is the same | 02:30 |
jonwil | My understanding is that the next project was going to be something that was basically a FreeRunner minus the cellular radio and the Glamo graphics chip | 02:30 |
jonwil | and with a few other small changes | 02:30 |
*** Khuong has joined #maemo | 02:31 | |
DocScrutinizer | that's GTA03, it's dead since ~2 years | 02:31 |
jonwil | oh ok | 02:31 |
jonwil | whats GTA04 then? | 02:31 |
*** Khuong has quit IRC | 02:32 | |
DocScrutinizer | what sid_ says: a gta02 case (YES!) with same screen, but completely new electronics inside | 02:32 |
ThreeM | ok im going asleep. you relly help me to decide. from now im a N900 user and stay here :) | 02:32 |
DocScrutinizer | at least *this* incarnation of GTA04, the first non-OM related one. There've been at least 3 GTA04 inside OM prior to that | 02:33 |
*** bigbrovar has quit IRC | 02:33 | |
jonwil | is the plan for this new GTA04 going to include cellular radio? | 02:33 |
javispedro | GTA02 -- http://wiki.openmoko.org/wiki/Image:Freerunner02.gif ? | 02:33 |
DocScrutinizer | sure | 02:33 |
*** madalu has joined #maemo | 02:33 | |
DocScrutinizer | freerunner is codemane GTA02, yes | 02:34 |
javispedro | and you like that case? :) | 02:34 |
DocScrutinizer | ME??? nah | 02:34 |
DocScrutinizer | it's outright awfull, but rigid like a rubber ball | 02:35 |
DocScrutinizer | those phones survived drops from 3rd floor to pavement, and slides from car roof driving @ 30mph | 02:36 |
BCMM_ | a rubber ball isn't rigid | 02:36 |
*** SmilyOrg has joined #maemo | 02:37 | |
DocScrutinizer | unbrrakable then, if you like that better :-) | 02:37 |
*** Gyjf has quit IRC | 02:37 | |
BCMM_ | i still have my nokia 3410 because it's so bulletproof | 02:37 |
BCMM_ | i take it places i daren't take the n900 | 02:37 |
*** SmilyOrg has quit IRC | 02:38 | |
DocScrutinizer | meh, I forgot to send those spare cases to Nikolaus | 02:38 |
DocScrutinizer | :-S | 02:38 |
DocScrutinizer | or maybe I should use them for icehockey instead :-P | 02:39 |
*** SmilyOrg has joined #maemo | 02:39 | |
*** Smily has quit IRC | 02:39 | |
javispedro | heh | 02:40 |
*** kthomas_vh has quit IRC | 02:41 | |
ZogG_work | DocScrutinizer: did u leave openmoko or u still part of it? | 02:42 |
DocScrutinizer | openmoko is basically dead. I left 2 years ago | 02:42 |
ZogG_work | is it corporation or it's just some project people doing for fun and their believes in openness | 02:44 |
*** zap has quit IRC | 02:49 | |
*** ptl has quit IRC | 02:50 | |
SpeedEvil | At the moment, openmoko corporate is out of the phone buisness. | 02:53 |
SpeedEvil | There is a remenant community around the old hardware, and some rumors of new hardware. Also running software developed by the community on other platforms like the n900. | 02:54 |
javispedro | so, how much for a new gta02? =) | 02:55 |
*** Bash has quit IRC | 02:55 | |
*** setanta has quit IRC | 02:57 | |
SpeedEvil | javispedro: DocScrutinizer has some you could buy I think. | 02:58 |
DocScrutinizer | eh? | 02:58 |
*** mece has left #maemo | 02:59 | |
* GeneralAntilles yawns. | 02:59 | |
DocScrutinizer | aah, yes. Just writing a mail to Nikolaus to get rid of them :-D | 02:59 |
javispedro | ah, garbage! | 03:00 |
javispedro | I have some ethernet cardbus cards, if anyone wants them =) | 03:00 |
*** diegohcg has quit IRC | 03:00 | |
DocScrutinizer | Neo Freerunner GTA02A7 at just 279 EUR, GTA02A7+ just 299 EUR incl. Debug Board! http://www.handheld-linux.com/wiki.php?page=Neo Freerunner | 03:01 |
DocScrutinizer | javispedro: if you're interested, mine are cheaper and new | 03:02 |
DocScrutinizer | (but A6) | 03:02 |
*** cehteh[tm] has quit IRC | 03:03 | |
javispedro | well, open IS expensive, seems. | 03:03 |
DocScrutinizer | there's not that much of a difference between the chip cost and assembling cost of a FR and a e.g N900 | 03:05 |
*** sar3th is now known as sar3th|away | 03:05 | |
ThreeM | i dont understand why the companys make such a big secret about there hardware and so on | 03:06 |
DocScrutinizer | who? | 03:07 |
*** trbs has quit IRC | 03:07 | |
DocScrutinizer | aah plural | 03:07 |
jonwil | Patents and IP is one reason (i.e. fear that if they open their specs/code, their competitors will pour over them looking for IP violations) | 03:07 |
DocScrutinizer | it's all about patent trolling and lawyers ging mad on you | 03:07 |
DocScrutinizer | going* | 03:08 |
jonwil | also trade secrets (e.g. not wanting to tell other companies what makes their hardware better than their competitors) | 03:08 |
DocScrutinizer | yes, exactly | 03:08 |
jonwil | it can also be for regulatory/legal reasons (e.g. WiFi or cellular communications) | 03:08 |
DocScrutinizer | rarely | 03:09 |
ThreeM | they cannot really beleve that the competetors cannot reverse the things.... and if the do that (reverse engeneering) they know how to find ways to copy it without touch any patents or make it better by there own by avoid the mistakes of the others | 03:09 |
DocScrutinizer | nobody thinks | 03:09 |
DocScrutinizer | that | 03:09 |
*** beford has quit IRC | 03:10 | |
jonwil | in some cases its for DRM reasons (e.g. certain features in ATI video cards not being made open because of DRM) | 03:10 |
ThreeM | so the hole thing is useless in my eyes | 03:10 |
DocScrutinizer | ask lawyer | 03:10 |
nox- | jonwil, but the hdmi keys are known anyway... | 03:11 |
DocScrutinizer | ask why Samsung even revoked their publicly available manual for S3C2442 | 03:11 |
nox- | err hdcp | 03:11 |
ThreeM | how succsessfuly drm is, we all know. damn 50 years of hightech, and allmost every protection is breakable. no matter if the specs are known or not | 03:11 |
nox- | thats what i meant :) | 03:11 |
jonwil | and I heard some vendors that dont want to open their specs/code because their drivers contain all kinds of workarounds and hacks (e.g. to fix bugs in the hardware) and they dont want to admit how crap their drivers/hardware is | 03:11 |
*** Rokstead1 has quit IRC | 03:12 | |
nox- | heh yeah | 03:12 |
ThreeM | the unbreakable ps3 seems to be a general fail. and when it was discover? after sony removes features | 03:12 |
DocScrutinizer | it's usually not about keeping stuff secret, but about not geting involved into a legal act of making it available | 03:12 |
ZogG_work | and also religion views | 03:12 |
nox- | ThreeM, yep exactly, after they made the `hackers' mad at them | 03:12 |
ZogG_work | they don't open their drivers cause of it | 03:12 |
ThreeM | senseless | 03:13 |
*** Roksteady has joined #maemo | 03:13 | |
*** Roksteady has joined #maemo | 03:13 | |
ThreeM | like mark twain said: Only one thing is impossible for God: To find any sense in any copyright law | 03:14 |
DocScrutinizer | a simple example: if you publish specs of your chip, then n China someone can offer a '100% compatible drop in replacement'. They can't do this when you don't disclose the specs as it sounds odd when there are no specs about the original, so what's it this copycat is claiming then? | 03:16 |
DocScrutinizer | then quite usually those datasheets are not free of errors. If published you will find somebody sueing you | 03:18 |
ThreeM | when i was the original company, and such a thing happen, i will went to the chinaman and buy my parts there cause its ceaper then my own | 03:19 |
DocScrutinizer | competitors try to find paragraphs that *sound* like violating any of their (C) pool | 03:19 |
ThreeM | if the quality is acceptable?! | 03:19 |
ZogG_work | i'm sueing u all for using #maemo as i have copywrite | 03:19 |
*** ArGGu^^ has quit IRC | 03:19 | |
BCMM_ | ThreeM: how would you then sell the product when somebody else is selling it without your markup? | 03:20 |
*** waite has quit IRC | 03:20 | |
BCMM_ | ZogG: is that something to do with copy-on-write? | 03:20 |
ThreeM | if i buy the parts from the same chinaman how will sell copys of my products i can compete with the price and sell it at the same price | 03:21 |
ThreeM | example? | 03:21 |
DocScrutinizer | heh, when I buy a N900 then I don't want to read "SoC: TI OMAP3430 ARM Cortex-A8 *compatible* (says copycat Wang)" | 03:21 |
ThreeM | same thing that amd does with x86 clones | 03:21 |
ThreeM | ;) | 03:21 |
*** beford has joined #maemo | 03:22 | |
DocScrutinizer | ps: Wang also said "will OC to 1.6GHz easily, I swear" | 03:23 |
*** SmilyOrg has quit IRC | 03:23 | |
*** SmilyOrg has joined #maemo | 03:23 | |
DocScrutinizer | :-P | 03:23 |
ThreeM | or other example: im a mountainbiker, love nightrides. so i decide to to buy a really bright bikelight. i found out that a firm called Lupine build relly good devices, but the costs are 350 bucks | 03:23 |
*** philipl has quit IRC | 03:24 | |
ThreeM | uff a lot of money for a bikelight. so im looking at an alternative. and i found one. magicshine. an 1: neraly 1 clone of that Lupine 350 bucks light. but costs only 50 bucks | 03:24 |
*** cehteh[tm] has joined #maemo | 03:25 | |
ThreeM | i get to the point right now, be patient :) | 03:25 |
*** cehteh[tm] has quit IRC | 03:25 | |
DocScrutinizer | :-P | 03:25 |
ZogG_work | i wouldn't buy the clone | 03:26 |
ZogG_work | btw what amd x86 clones? | 03:26 |
ThreeM | so, after a while the Clone is not an secret anymore, and what happen? Some Companys go to chiniese man and say: make your lamp with different design for a good price. LEGAL no Copyright isue between lupine and the others. the build quality is the same, no much issues on that device | 03:27 |
DocScrutinizer | you'll not win the speedtyping contest, darling | 03:27 |
ThreeM | im not english native speaker ;) | 03:27 |
javispedro | DocScrutinizer: Wang also offers "dual-sim" :) | 03:28 |
ShadowJK | what's this wang you speak of | 03:28 |
ThreeM | so lupine is sure pissed off, that there work was cloned. no question. BUT there Still selling there lamps cause about service! | 03:28 |
DocScrutinizer | javispedro: with OMAP3430 clone? great :-D | 03:29 |
ThreeM | you can upgrade the lamp for free id new led emmiters are on market and so on. | 03:29 |
DocScrutinizer | ShadowJK: copycat wang, lives in Shenzen | 03:29 |
DocScrutinizer | or was it Wong | 03:29 |
ShadowJK | and isn't dual sim standard for the phone-on-a-chip the lowcost mass cloners use? :) | 03:29 |
javispedro | omap3430 clone!!! ---> cat /proc/cpuinfo --> arm11 :) | 03:29 |
ThreeM | so why could it be with IC's the same? why have an iphone so expensive or any other device from the big players? | 03:30 |
DocScrutinizer | javispedro: now you're speaking | 03:30 |
BCMM_ | ThreeM: the iphone is primarily a fashion accesory, and they jelously legally defend the visual design against ripoffs | 03:31 |
ThreeM | atm manufactures are invent a product, throw it to the consumer ans say "eat it and die" | 03:31 |
DocScrutinizer | ThreeM: because they had lots of R&D cost, and because *they _can_ ask for that price* | 03:31 |
*** darkschneider has quit IRC | 03:31 | |
ThreeM | you get poor service, very shot maintanance time, maybe big design flaws, and no willing to clean that up | 03:32 |
SpeedEvil | ThreeM: Designing a phone is expensive. | 03:32 |
DocScrutinizer | oooh yes | 03:32 |
SpeedEvil | ThreeM: To get to having 5000 phones for sale, you need several million dollars. | 03:32 |
SpeedEvil | ThreeM: this is not counting software cost. | 03:33 |
DocScrutinizer | esp when going thru 14 protoboards and 6 PVs | 03:33 |
ZogG_work | so cloned who? intel or amd. i mean the thing u talked about? | 03:33 |
SpeedEvil | And assuming you can source parts, when vendors are utterly uninterested in dealing with 'tiny' orders of 5000. | 03:33 |
ThreeM | ok rhe amd/intel was not the best example, maybe the lights too | 03:34 |
ZogG_work | oh it was example? | 03:34 |
ZogG_work | i thought it really happened | 03:34 |
ThreeM | but is there a really big difference between ipod 1gen, 2.gen 3gs? | 03:34 |
SpeedEvil | A light can be designed in perhaps a month by an individual. | 03:34 |
SpeedEvil | ThreeM: yes, internally. | 03:34 |
ThreeM | ZogG the bikelight thing really happen | 03:34 |
SpeedEvil | A phone of n900 class will take dozens of man-years | 03:34 |
DocScrutinizer | hundereds | 03:35 |
SpeedEvil | possibly hundreds | 03:35 |
ThreeM | maybe im to idealistic | 03:35 |
BCMM_ | ThreeM: yeah, newer ipods use encrypted DBs to make it harder to sync with linux | 03:35 |
SpeedEvil | For the hw design alone, assuming all the chips are there - maybe a hundred might be fair. | 03:35 |
ThreeM | BCMM_ ;) | 03:35 |
DocScrutinizer | yes | 03:35 |
SpeedEvil | sw design, and designing the chips too is a huge, huge slice more | 03:35 |
DocScrutinizer | haha, designing BB5 | 03:36 |
DocScrutinizer | yeah | 03:36 |
ZogG_work | but how do the companies share with each other | 03:36 |
SpeedEvil | It's similar to the argument about wireless spectrum being charged. | 03:36 |
DocScrutinizer | Wolfgang came to me with his idea to do that on Qi-hw | 03:36 |
ZogG_work | for example nvidia can use cpu for video | 03:36 |
ZogG_work | so they need specs of cpu | 03:36 |
*** toniher_ has quit IRC | 03:36 | |
SpeedEvil | 'It shouldn't be' - at the same time the same people are arguing against more towers. | 03:36 |
*** swc|afk has quit IRC | 03:37 | |
ThreeM | ZogG vor video accelleration/encoding over gpu nvidia provide apis like cuda | 03:37 |
ThreeM | vor =for | 03:37 |
ZogG_work | but before it? | 03:38 |
ZogG_work | they do share something | 03:38 |
ThreeM | so you dont have to know how the gpu will do it, you just use the api instead | 03:38 |
ZogG_work | now i heard nvidia would pay intel btw | 03:38 |
SpeedEvil | ZogG: Only when it is strictly in their interests. | 03:38 |
ZogG_work | cause of patents problems | 03:38 |
SpeedEvil | Otherwise - pretty much no sharing happens. | 03:38 |
ThreeM | nvidia will inform adobe about the api cause flash is widly spread | 03:39 |
*** SmilybOrg has joined #maemo | 03:39 | |
ThreeM | so they can write on the GPU "works like a charm with adobe flash" | 03:39 |
*** jonwil has quit IRC | 03:39 | |
DocScrutinizer | SpeedEvil: I found it amusing he thought designing a GSM chip is any simpler than designing a phone | 03:39 |
*** muelli has quit IRC | 03:39 | |
ThreeM | so the will poperly sell more gpus than ati | 03:39 |
SpeedEvil | :) | 03:39 |
*** ArGGu^^ has joined #maemo | 03:40 | |
ThreeM | ok explain. GSM is an internation standard. How many different gsm chip design the world need? | 03:40 |
*** kthomas_vh has joined #maemo | 03:41 | |
ZogG_work | we should do hardwireleaks site | 03:42 |
*** SmilyOrg has quit IRC | 03:42 | |
nox- | :) | 03:42 |
DocScrutinizer | ThreeM: just one perfect one, alas that's not existing yet X-P | 03:42 |
SpeedEvil | ThreeM: As a guess, it would not suprise me if there are over 50 GSM chipsets. | 03:43 |
*** valeriusN has joined #maemo | 03:43 | |
SpeedEvil | ThreeM: and probably another hundred combinations of 3g/gsm at least | 03:43 |
DocScrutinizer | yep | 03:43 |
ThreeM | so why? what makes the one gsm chip better than the other? | 03:43 |
ThreeM | hmm | 03:43 |
DocScrutinizer | power consumption? | 03:43 |
DocScrutinizer | price | 03:43 |
DocScrutinizer | interfaces and ease of using them? | 03:44 |
SpeedEvil | Price, availability, power consumption, regulatory issues and risk, ... | 03:44 |
DocScrutinizer | added values (buzzword GPS) | 03:44 |
SpeedEvil | Do you think that the chipmaker is at risk of being accused of dumping, for example. | 03:44 |
DocScrutinizer | RISK, yeah | 03:44 |
DocScrutinizer | in hw all is about risk management | 03:44 |
SpeedEvil | Which may mean you suddenly can only get the chips at a 500% markup over what cost you agreed. | 03:44 |
DocScrutinizer | or not at all, or with a nasty bug that kills your design | 03:45 |
SpeedEvil | Or you can't get them in teh desired package, and have to redesign. | 03:45 |
DocScrutinizer | ask Nokia about usb-host and TWL4030 GAIA chip. They will teach you | 03:46 |
jacekowski | ? | 03:46 |
SpeedEvil | yeah | 03:46 |
SpeedEvil | the original n900 wasn't supposed to have an extra USB interface chip. | 03:46 |
nox- | ah it was only added bc of that eu regulation? | 03:47 |
SpeedEvil | then someone realised late in the design that the twl4030 couldn't do some aspects of charger detection, so another chip got put on the board - boosting costs by maybe a dollar. | 03:47 |
DocScrutinizer | then it turned out TWL4030 has a few silicon erata, and also missed a function | 03:47 |
nox- | :( | 03:47 |
jacekowski | BCMM_: not encrypted, just signed with cryptographic signature | 03:47 |
BCMM_ | yeah, i knew it was some kinda secure hashing - same effect | 03:48 |
ThreeM | i thought the gaia was designed to be usb host?! or not? | 03:48 |
DocScrutinizer | that's why USB got delayed to a point where Nokia couldn't afford to wait any longer to get cert for USB host done | 03:48 |
ThreeM | hmm | 03:48 |
jacekowski | ThreeM: yes, but there were other problems | 03:48 |
DocScrutinizer | ...and swapped USB AB receptacle for a B one | 03:48 |
*** bleeter has quit IRC | 03:48 | |
ThreeM | and who host mode work now? im read that there is a solution for usb host | 03:50 |
DocScrutinizer | ThreeM: GAIA includes a PHY block. But alas it's been flawed for USB2.0 in several ways, until recent versions of chip | 03:50 |
DocScrutinizer | ~hostmode | 03:50 |
infobot | hostmode is probably http://talk.maemo.org/showthread.php?p=869527#post869527 | 03:50 |
jacekowski | good night people | 03:50 |
SpeedEvil | night jacekowski | 03:51 |
DocScrutinizer | ThreeM: yes, we fixed it (well, actually mostly me and Paul) | 03:51 |
DocScrutinizer | by exploiting nasty test features of OMAP SoC musb core that were never meant for hostmode user grade operation | 03:52 |
ThreeM | ok slow. understand it right that the chip CAN do USB Hsot but Nokia has problems with it so they dont implement it in the offical kernel? | 03:53 |
DocScrutinizer | and also digging out some other details of how to operate parts of N900 in a way Nokia never meant to disclose | 03:53 |
ThreeM | and the acctual solution is a workaround to get the chip work probertly in a way nokia wasnt able to do that? | 03:54 |
*** SpeedEvil has quit IRC | 03:54 | |
DocScrutinizer | ThreeM: GAIA got discarded (the USB part of it). The new chip is missing a function needed for hostmode as we know it. | 03:54 |
DocScrutinizer | ThreeM: yes, exactly | 03:54 |
ShadowJK | ThreeM, everyone, noy just nokia, has problems running it in host mode | 03:54 |
*** SpeedEvil has joined #maemo | 03:54 | |
ShadowJK | and it still wouldn't pass usb certification :) | 03:54 |
DocScrutinizer | yes | 03:54 |
ThreeM | uff ok, now im reallize that im thinking to easy :) | 03:55 |
*** mw22 has quit IRC | 03:55 | |
DocScrutinizer | Nokia actively discarded hostmode as they had not enough time to pass USB cert | 03:55 |
DocScrutinizer | also I wonder how they would have planned to enable hostmode via sw, as 1707 PHY doesn't support that | 03:56 |
BCMM_ | i prefer to believe that the awesome power of the community allows it to add hardware features in software packages | 03:56 |
DocScrutinizer | GAIA TWL4030 PHY would, I guess | 03:56 |
BCMM_ | now where's my laser? | 03:56 |
DocScrutinizer | BCMM_: coming next year, on OVI | 03:57 |
ThreeM | hehe | 03:57 |
nox- | haha | 03:57 |
BCMM_ | i'm sure it'll be just like that tethering app and we'll have it for free with kernel-power after a couple of months | 03:58 |
* DocScrutinizer thinks he should finaly finish and roll out new booston.sh / jrbme.0.0.0.1 for h-e-n | 03:58 | |
DocScrutinizer | before starting lazers project | 03:58 |
ThreeM | damn the hole moneymaking will destroy my dreams of an foss world :) | 03:59 |
*** kov has quit IRC | 04:00 | |
DocScrutinizer | your dreams are distorted, foss and moneymaking are *not* mutually exclusive | 04:00 |
*** kov has joined #maemo | 04:00 | |
*** leandrosansilva has joined #maemo | 04:01 | |
ThreeM | i see this on enterprice linuxes | 04:01 |
ThreeM | but | 04:01 |
ThreeM | why this work with software but not with hardware? | 04:02 |
ThreeM | ok linux has a huge community | 04:02 |
*** beford has quit IRC | 04:03 | |
DocScrutinizer | simple answer: copying hardware cost money. Copying bytes not | 04:03 |
ThreeM | Copying bytes not <-- you have to buy harddiscs or dvds or other media | 04:04 |
DocScrutinizer | actually copying hw cost a hellufalot of money, when it comes to cloning chips etc | 04:04 |
BCMM_ | yeah, any amateur can make a modified linux kernel. all the docs in the world won't make constructing a modified phone cheap | 04:04 |
ThreeM | hm ok | 04:05 |
Psi | so how come current_now says my n900 is using 800 microamps yet the lcd is running? | 04:05 |
* BCMM_ searches youtube for "how to set up a silicon fab in your shed" | 04:05 | |
DocScrutinizer | whut? | 04:05 |
DocScrutinizer | Psi: by any chance you hooked it up to USB? :-D | 04:06 |
ThreeM | then i will thanks to anybody who will reverase hardware, and make thinks possible that was not planing to do with it | 04:06 |
*** cehteh[tm] has joined #maemo | 04:06 | |
Psi | nope, its running 100% on bat | 04:06 |
DocScrutinizer | meh, current_now is probably a guestimate of bme | 04:06 |
Psi | must be | 04:06 |
DocScrutinizer | depending on what current_now you are talking about | 04:07 |
Psi | i was just following the wiki after installing power user kernel | 04:07 |
Psi | modprobe bq27x00_battery | 04:07 |
Psi | then cat current_now | 04:07 |
DocScrutinizer | ooh | 04:07 |
DocScrutinizer | that one should be correct | 04:07 |
DocScrutinizer | though I heard it doesn't work concurrently to bme | 04:08 |
*** bleeter has joined #maemo | 04:08 | |
*** cehteh has quit IRC | 04:08 | |
DocScrutinizer | at very least bme breaks on modprobe bq27x00_battery, on next start bme | 04:09 |
DocScrutinizer | also I'm not sure about the units in /sys/*/*/current_now | 04:09 |
DocScrutinizer | might as well be mA | 04:09 |
SpeedEvil | it's raw chip output | 04:09 |
DocScrutinizer | or the whole driver might be flawed | 04:09 |
SpeedEvil | It's not mA | 04:09 |
DocScrutinizer | then it shall be uA, yes | 04:10 |
DocScrutinizer | maybe bme just tried to read bq27200 and messed up the readout | 04:10 |
Psi | i was getting between 500 and 800 with the lcd on. Now ive let the lcd black itself and ssh'ed in. It changes between 55, 250 and 800 now | 04:11 |
SpeedEvil | n * 3.57/22 mA | 04:11 |
SpeedEvil | IIRC | 04:11 |
SpeedEvil | See http://wiki.maemo.org/N900_Software_Power_management | 04:11 |
DocScrutinizer | OUCH | 04:11 |
DocScrutinizer | *raw* chip output, yeah - LOL | 04:12 |
DocScrutinizer | how utterly useful | 04:12 |
Psi | hehe | 04:12 |
Psi | that makes more sense, 800 would be 129mA | 04:13 |
ThreeM | ok, now im really go to sleep. 3hous lest befor back to work. thx for the nice talk, maybe tomorrow im back with my new device | 04:13 |
DocScrutinizer | SpeedEvil: we got that 22mR documented anywhere? | 04:14 |
SpeedEvil | dunno | 04:14 |
DocScrutinizer | ThreeM: got or will get new device? | 04:14 |
ThreeM | will get :) | 04:14 |
DocScrutinizer | :-D | 04:15 |
DocScrutinizer | ThreeM: good night | 04:15 |
Psi | must say that multimedia version of space quest 4 running inside dosbox is much better with overclocked kernel :) | 04:16 |
ThreeM | im prevously own an N900 but get jeaulous about the htc desire hd from my wife. so i switched to htc desire after 2 days. now after 4 days with android im missing the N900. on the next N900 try i will ignore my wife ;) | 04:16 |
*** Malin- has quit IRC | 04:16 | |
* DocScrutinizer growls | 04:16 | |
ThreeM | and there phone | 04:16 |
javispedro | Psi: do you happen to know if it is a protected mode game? | 04:16 |
Psi | sorry, i dont know, it displays no DOS4GW when it starts tho | 04:17 |
javispedro | yeah, then prolly not | 04:17 |
*** zlimvos has quit IRC | 04:17 | |
javispedro | Psi: have you edited your dosbox.conf file? | 04:18 |
Psi | yes | 04:18 |
*** cehteh has joined #maemo | 04:18 | |
Psi | would you like it? | 04:19 |
javispedro | nope, I want to ask you to change core=auto to core=dynamic and tell me if you feel it is any faster | 04:19 |
*** cehteh[tm] has quit IRC | 04:19 | |
Psi | its not laggy anymore so i dont think i would notice even if it was faster | 04:20 |
Psi | but ill try | 04:20 |
*** Vanadis has quit IRC | 04:21 | |
*** cehteh[tm] has joined #maemo | 04:22 | |
javispedro | if you have the time test it under stock frequency :) | 04:22 |
javispedro | explanation: core=dynamic enables recompiler for real mode | 04:22 |
*** ChanServ sets mode: +v infobot | 04:23 | |
*** Tsarpf has quit IRC | 04:23 | |
*** FIQ has quit IRC | 04:24 | |
Psi | just had a look, i already have set core=dynamic | 04:25 |
ShadowJK | iirc someone on #meego-arm tested with a jig and found RS=21 gave results closest to that of a Fluke | 04:25 |
*** leandrosansilva has quit IRC | 04:25 | |
DocScrutinizer | ShadowJK: yes, that's why I asked if we got that documented for the general public | 04:26 |
*** cehteh[tm] has quit IRC | 04:26 | |
Psi | pretty sure i found core=dynamic was fastest when i played around with the settings a while ago | 04:26 |
javispedro | Psi: forget about your x86 assumptions | 04:26 |
javispedro | ah, you mean playing on a n900? | 04:27 |
Psi | this was on the n900 | 04:27 |
Psi | yeah, i tried a lot of different dosbox on n900 settings with spacequest 4 a while back and found the fastest ones | 04:27 |
ShadowJK | DocScrutinizer, he just mentioned it on irc. Maybe throw it onto a wikipage? | 04:28 |
DocScrutinizer | that's what I meant | 04:28 |
*** chx has joined #maemo | 04:28 | |
DocScrutinizer | SpeedEvil is the god of wiki hw docs, so I asked him if he got it included already | 04:29 |
javispedro | Psi: well, good to know that the recompiler works better for at least one game :) | 04:29 |
Psi | heh, yep :) | 04:29 |
*** kthomas_vh has quit IRC | 04:33 | |
*** peb has quit IRC | 04:40 | |
*** SouBE has quit IRC | 04:45 | |
*** pyther has joined #maemo | 04:46 | |
pyther | Hello | 04:46 |
*** mr_cecil has quit IRC | 04:46 | |
*** pipnuk has quit IRC | 04:46 | |
pyther | Does anyone have a good method of syncing their phone up with google calendar? | 04:46 |
*** kov has quit IRC | 04:47 | |
*** kov has joined #maemo | 04:47 | |
*** MadViking has quit IRC | 04:48 | |
*** waite has joined #maemo | 04:48 | |
*** bernard_ has quit IRC | 04:50 | |
*** kthomas_vh has joined #maemo | 04:50 | |
*** rm_work has quit IRC | 04:50 | |
*** popn1k has joined #maemo | 04:54 | |
popn1k | econtalk.org is better entertaining education than ted.com | 04:55 |
*** BCMM_ has quit IRC | 04:56 | |
*** nox- has quit IRC | 04:56 | |
*** mr_cecil has joined #maemo | 05:01 | |
*** Ian-- has quit IRC | 05:05 | |
*** javispedro has quit IRC | 05:05 | |
*** rosseaux has quit IRC | 05:07 | |
Psi | so have we had any probable cases of n900's dying from overclocking yet? | 05:08 |
*** Ian-- has joined #maemo | 05:08 | |
wmarone | again, they won't -die- | 05:09 |
wmarone | they'll just become unstable and unreliable | 05:09 |
Psi | ok, well that then | 05:09 |
wmarone | ask someone who has overclocked theirs ;) | 05:09 |
*** Ex-Opesa has joined #maemo | 05:09 | |
Psi | i just overclocked mine now | 05:10 |
Psi | for the first time | 05:10 |
*** rosseaux has joined #maemo | 05:13 | |
*** rcg2 has joined #maemo | 05:15 | |
*** rcg1 has quit IRC | 05:17 | |
*** githogori has joined #maemo | 05:19 | |
*** maher has joined #maemo | 05:23 | |
*** pcfe has quit IRC | 05:23 | |
*** pcfe has joined #maemo | 05:24 | |
*** pcfe has quit IRC | 05:24 | |
*** pcfe has joined #maemo | 05:24 | |
maher | sometimes when i change sim card, the media player refuses to play music anymore, saying "Unable to play media. Media format not supported" - any advice? | 05:24 |
*** swc|666 has joined #maemo | 05:25 | |
*** b-man has quit IRC | 05:27 | |
popn1k | maher: i actually use mplayer | 05:27 |
popn1k | and disable the media scanner | 05:28 |
*** kthomas_vh_ has joined #maemo | 05:28 | |
maher | popn1k: i will try mplayer - but the alarm usually doesn't make any noise in this situation either | 05:29 |
*** pcacjr has joined #maemo | 05:29 | |
*** merlin_1991 has quit IRC | 05:30 | |
*** kthomas_vh_ has quit IRC | 05:30 | |
*** maybeArgh has joined #maemo | 05:30 | |
popn1k | maher: does a reboot solve it? | 05:30 |
maher | popn1k: no | 05:31 |
*** maybeWTF has quit IRC | 05:31 | |
maher | popn1k: sometimes tracker-process --hard-reset works - ut it didn't this time | 05:32 |
*** KMFDM has quit IRC | 05:34 | |
*** Pavel has joined #maemo | 05:34 | |
popn1k | unfortunately device users now expect something like a media tracker. however the one in maemo5 has been problematic for me as well | 05:35 |
popn1k | i have no idea why changing a sim would mess it up | 05:35 |
popn1k | sure you didn't mean 'changing microsd'? | 05:35 |
maher | popn1k: no - the phone sim not the microsd card | 05:36 |
popn1k | sometimes people mistype | 05:37 |
*** sid__ has joined #maemo | 05:37 | |
SpeedEvil | popn1k: why constantly with the nickchange? | 05:37 |
ZogG_work | ~ping | 05:38 |
infobot | ~pong | 05:38 |
ZogG_work | iris from asus concept is cool | 05:39 |
*** manaru has quit IRC | 05:39 | |
*** sid_ has quit IRC | 05:40 | |
*** manaru has joined #maemo | 05:40 | |
popn1k | avoiding spam SpeedEvil | 05:40 |
ZogG_work | popn1k is next generatrion pupnik? | 05:42 |
maher | popn1k: is mplayer a command line player or does it come with a ui? | 05:42 |
popn1k | there was/is a gnome mplayer 'gmplayer' frontend but i don't know of a hildon mplayer frontend | 05:42 |
ZogG_work | mplayer is command line | 05:42 |
ZogG_work | but it is used with gui mostly in all OS's | 05:43 |
*** Ex-Opesa has quit IRC | 05:43 | |
ZogG_work | ksmplayer gmplayer smplayer even maemo has it's own gui for it | 05:46 |
popn1k | what's the maemo gui for it? | 05:47 |
maher | ok - smplayer is producing no sound | 05:49 |
maher | the slider which is meant to control volume doesn't produce the change volume bar | 05:50 |
maher | [AO OSS] audio_setup: Can't open audio device /dev/dsp: No such file or directory <-- perhaps this is the problem? | 05:53 |
*** aloisiojr has quit IRC | 05:53 | |
*** pcacjr has quit IRC | 05:54 | |
*** ||jess| has quit IRC | 05:54 | |
*** Natunen has joined #maemo | 05:55 | |
*** Suiseiseki has quit IRC | 05:55 | |
maher | i also get things like: ALSA lib pulse.c:272:(pulse_connect) PulseAudio: Unable to connect: Connection refused | 05:57 |
*** pyther has left #maemo | 05:59 | |
maher | should pulseaudio be running? | 06:01 |
*** Ex-Opesa has joined #maemo | 06:01 | |
*** dockane has quit IRC | 06:04 | |
ZogG_work | maher: try to play with settings | 06:05 |
*** dockane has joined #maemo | 06:05 | |
ZogG_work | maher: pulseaudio is by default in maemo i think | 06:05 |
ZogG_work | popn1k: sib | 06:06 |
ZogG_work | and are pupnik or not? | 06:07 |
maher | how do i (re)start pulseaudio or dbus? | 06:12 |
ZogG_work | i dunno | 06:14 |
ZogG_work | /etc/init.d/pulseaudion restart maybe | 06:14 |
maher | does anyone want to paste their output from aplay -l? | 06:17 |
ieatlint | pulseaudio is maemo's audio system | 06:20 |
ieatlint | check "pactl -h" for some better info on checking it | 06:22 |
ieatlint | eg, "pactl stat" | 06:22 |
ieatlint | and the missing /dev/dsp isn't a problem.. mplayer attempts to use the deprecated /dev/dsp interface there, and falls back to connecting to an audio server | 06:23 |
maher | ieatlint: i rebooted one more time, and now things seem to be working - at least the volume control is back | 06:24 |
ieatlint | yeah, the audio system is janky.. :P | 06:24 |
ieatlint | meego will be using pulseaudio too :( | 06:24 |
*** OutpostME has joined #maemo | 06:24 | |
maher | pulseaudio is now running, as opposed to before... | 06:26 |
*** Gh0sty has quit IRC | 06:26 | |
maher | ieatlint: do you know how to restart pulseaudio? | 06:26 |
*** Gh0sty has joined #maemo | 06:27 | |
ieatlint | off hand, nope, i don't | 06:27 |
maher | ok - its all working now - now i dea what went wrong or how do fix it.... :( | 06:27 |
ieatlint | probably a script in /etc/init.d | 06:27 |
ieatlint | but generally, reboot the phone | 06:27 |
maher | ieatlint: thanks for telling me about pactl | 06:27 |
ieatlint | np | 06:29 |
*** maher has quit IRC | 06:29 | |
*** RobbieThe1st has joined #maemo | 06:29 | |
ieatlint | a quick search says the generic way to start it would be "pulseaudio -D" (as root) | 06:32 |
ieatlint | not sure if there is a better init script to be running though | 06:33 |
*** peb has joined #maemo | 06:35 | |
*** radic_ has quit IRC | 06:38 | |
*** ferdna has quit IRC | 06:38 | |
*** OutpostME has quit IRC | 06:40 | |
*** BugBlue has quit IRC | 06:41 | |
*** BugBlue has joined #maemo | 06:41 | |
ZogG_work | +++++++++++++++++++++++++++++++++++++++++++++++ | 06:42 |
ZogG_work | + | 06:42 |
ZogG_work | + | 06:42 |
ZogG_work | ooops | 06:42 |
ZogG_work | sorry tried to cleean buttons | 06:42 |
ieatlint | looks like just one button | 06:43 |
*** Suiseiseki has joined #maemo | 06:45 | |
*** swc|666 is now known as Kenny|Powers | 06:46 | |
*** n900evil has joined #maemo | 06:48 | |
*** n900evil has joined #maemo | 06:48 | |
*** ZogG_work has quit IRC | 06:51 | |
*** radic has joined #maemo | 06:52 | |
*** madalu has quit IRC | 06:58 | |
*** srivastava has joined #maemo | 06:58 | |
*** GNUton-BNC has joined #maemo | 06:59 | |
*** bernard_ has joined #maemo | 07:00 | |
*** spiritd has quit IRC | 07:05 | |
*** ArGGu^^ has quit IRC | 07:11 | |
*** ArGGu^^ has joined #maemo | 07:14 | |
*** ebzzry_ has joined #maemo | 07:14 | |
*** srivastava has left #maemo | 07:14 | |
*** ebzzry has quit IRC | 07:15 | |
*** trupheenix has joined #maemo | 07:21 | |
*** abbera_ has joined #maemo | 07:21 | |
*** abbera_ has quit IRC | 07:23 | |
*** DocScrutinizer has quit IRC | 07:34 | |
*** DocScrutinizer has joined #maemo | 07:34 | |
popn1k | http://www.econtalk.org/archives/2009/06/epstein_on_the.html Richard Epstein on the Rule of Law | 07:37 |
*** Necc has joined #maemo | 07:39 | |
*** doc|home has quit IRC | 07:41 | |
*** crashanddie has quit IRC | 07:44 | |
popn1k | Google: "showing results for WHAT YOU DID NOT TYPE" | 07:44 |
*** doc|home has joined #maemo | 07:45 | |
*** kuuntelija has joined #maemo | 08:02 | |
*** npm_ has joined #maemo | 08:14 | |
*** npm__ has joined #maemo | 08:17 | |
*** kuuntelija has quit IRC | 08:17 | |
*** npm has quit IRC | 08:18 | |
*** Necc has quit IRC | 08:20 | |
*** Cy8aer has joined #maemo | 08:20 | |
*** npm_ has quit IRC | 08:21 | |
*** kuuntelija has joined #maemo | 08:29 | |
*** Ian-- has quit IRC | 08:38 | |
*** hardaker has quit IRC | 08:43 | |
*** rosseaux has quit IRC | 08:45 | |
*** rosseaux has joined #maemo | 08:48 | |
*** mk8 has quit IRC | 08:49 | |
*** Vanadis has joined #maemo | 08:50 | |
*** MacDrunk has joined #maemo | 08:50 | |
*** dotblank has quit IRC | 08:51 | |
*** FireFly|n900 has quit IRC | 08:54 | |
*** Kenny|Powers has quit IRC | 08:55 | |
*** Ex-Opesa has quit IRC | 09:01 | |
*** z4chh has quit IRC | 09:03 | |
*** drj_cro has joined #maemo | 09:04 | |
*** Mece has joined #maemo | 09:05 | |
*** millenomi has joined #maemo | 09:06 | |
Mece | mornin' maemites | 09:06 |
*** jhb has joined #maemo | 09:07 | |
*** Sicelo has joined #maemo | 09:10 | |
ZogG | morning | 09:12 |
*** Termana has joined #maemo | 09:14 | |
ZogG | khertan, ping | 09:14 |
*** mece1 has joined #maemo | 09:15 | |
ZogG | i like told my n900 when it's cold. gives me feeling of something new' like i bought it right now | 09:15 |
mece1 | ZogG: :D | 09:16 |
*** FireFly|n900 has joined #maemo | 09:16 | |
*** Mece has quit IRC | 09:16 | |
*** mece1 is now known as mece | 09:16 | |
ZogG | khweer is pretty awesome | 09:16 |
ZogG | khweeter* | 09:16 |
ZogG | khweeteur* | 09:16 |
mece | :D | 09:17 |
mece | has it changed much lately? | 09:17 |
mece | I haven't tried it in a while. Been using my own twitter app | 09:17 |
mece | it was super fast last I tried it. | 09:18 |
ZogG | it is | 09:18 |
*** delphi has joined #maemo | 09:18 | |
ZogG | and new features + nice gui | 09:18 |
ZogG | mece, what is your app? | 09:19 |
mece | ZogG, tweed suit | 09:19 |
*** z4chh has joined #maemo | 09:19 | |
ZogG | why didn'u share? | 09:19 |
mece | ZogG, what do you mean? | 09:19 |
ZogG | apped in repos | 09:20 |
*** ppenz has joined #maemo | 09:20 | |
mece | ZogG, well it's not done yet. | 09:20 |
mece | ZogG, it's open source though. | 09:20 |
*** benh_ has quit IRC | 09:21 | |
ZogG | show screenies | 09:21 |
mece | ZogG, hmm. lemme look some up | 09:21 |
delphi | morning | 09:22 |
ZogG | mece found git repo and you on twitter | 09:22 |
mece | ZogG, http://twitpic.com/3ip9ft http://twitpic.com/3p66sd | 09:22 |
mece | :) | 09:22 |
ZogG | are you swedish? | 09:22 |
mece | ZogG, finn | 09:22 |
mece | the swedish speaking kind. | 09:23 |
ZogG | finn? nice do me a favor | 09:23 |
mece | ok.. | 09:23 |
ZogG | throw an egg at nokia office =) | 09:24 |
ZogG | i just dated swedish girl and language in tweets remind me swedish | 09:25 |
*** eMHa has quit IRC | 09:25 | |
mece | ZogG, well swedish is my first language. | 09:25 |
mece | ZogG, like this: http://en.wikipedia.org/wiki/Swedish-speaking_Finns | 09:25 |
ZogG | lemne mej ifhiit | 09:26 |
mece | lol | 09:28 |
ZogG | you are outcast than ? *sarcasm* | 09:29 |
mece | ZogG, a little bit. But I speak fluent finnish, so I get by :) | 09:29 |
*** millenomi has joined #maemo | 09:29 | |
ZogG | =) | 09:30 |
ZogG | it's wierd to be person from small losed group | 09:30 |
ZogG | like mammons | 09:30 |
mece | ZogG, are you a member of an obscure minority? | 09:30 |
ZogG | or something | 09:30 |
ZogG | you even don't choose it | 09:30 |
frals | im a member of an obscure minority in this god forsaken country ;p | 09:31 |
ZogG | i'm kinda minority but not like that | 09:31 |
ZogG | and we are not closed | 09:31 |
mece | frals, haha yeah | 09:31 |
ZogG | frals, you too? | 09:31 |
mece | frals, is a swede in finland | 09:31 |
mece | erm | 09:32 |
frals | all finns hate me here :D | 09:32 |
mece | frals, :D | 09:32 |
mece | thanks to people like frals, the finnish speaking finns hate me less :) | 09:32 |
* ShadowJK is hurri too | 09:33 | |
ZogG | lol | 09:33 |
* mece highfives ShadowJK | 09:33 | |
frals | funny thou, all finns hates swedes because they claim we think we are the kings of scandinavia | 09:33 |
frals | and like, no swede i know ever had this belief | 09:33 |
mece | frals, they don't have to believe, they know! | 09:34 |
ZogG | mece and frals, as you have same language you can put the end to this stupid war, and just marry and make children and next generation, where sedish and finns can live in peace =_ | 09:34 |
ZogG | =) | 09:34 |
ShadowJK | Amusingly that person that suggested a nordic/acandinavian federal state recently said it's less impossible now because the swedes are starting to forget their imperial past behaviour !) | 09:34 |
mece | LOL | 09:37 |
ZogG | i'm russian in israel, and you know whole world hates russians, even russians themselves | 09:37 |
mece | yeah frals, wtf? Why aren't we seeing more imperialism from you? | 09:37 |
frals | ye only thing finns hates more than swedes are russians | 09:37 |
mece | ZogG, russians are badass | 09:37 |
ZogG | lol =) | 09:37 |
mece | frals, i like swedes. | 09:37 |
mece | frals, they're cuddly | 09:37 |
ZogG | cause you traitor of your country | 09:37 |
*** avs has joined #maemo | 09:37 | |
ZogG | you switched sides | 09:37 |
ZogG | not a team player | 09:37 |
*** croppa has quit IRC | 09:37 | |
mece | well, i like swedes as long as they aren't doing sports | 09:37 |
frals | haha | 09:37 |
mece | sports = war | 09:37 |
ZogG | what do you mean sports? | 09:37 |
ShadowJK | icehockey | 09:37 |
mece | well hockey, floorball | 09:37 |
*** zeenix has quit IRC | 09:37 | |
ZogG | cause they win fin? | 09:37 |
mece | mostly | 09:37 |
ZogG | hahaha | 09:37 |
mece | it's a rivalry | 09:37 |
ZogG | losers | 09:37 |
ZogG | vavi frals | 09:37 |
ZogG | frals > mece | 09:37 |
mece | haha | 09:37 |
ZogG | *popcorn* | 09:37 |
mece | so true | 09:38 |
mece | as I see it, the relationship with swedes is not hate as much as a big brother complex | 09:38 |
*** xnt14 has joined #maemo | 09:38 | |
*** xnt14 has joined #maemo | 09:38 | |
*** dazo_afk is now known as dazo | 09:38 | |
mece | well anyway | 09:39 |
*** zeenix has joined #maemo | 09:40 | |
mece | I have a thing here in my code that doesn't work in windows, how would I #ifdef so that it would only appear in 'nix versions? | 09:40 |
mece | I have no idea where to find that stuff. seems that people simply just know stuff like Q_WS_MAEMO_5 | 09:41 |
*** _berto_ has joined #maemo | 09:41 | |
toggles | mece: #if !defined(__WIN32__) | 09:42 |
*** vanadis_ has joined #maemo | 09:42 | |
mece | toggles, with the underscores? | 09:42 |
*** E0x has quit IRC | 09:42 | |
toggles | yes | 09:42 |
mece | toggles, is there a list of these constants somewherE? | 09:42 |
toggles | if you want Q_WS_MAEMO_5 hold up, i'll grep my code | 09:42 |
mece | toggles, also, thanks | 09:42 |
*** dRbiG has quit IRC | 09:42 | |
mece | toggles, I have the maemo bits already | 09:42 |
mece | but I use libnotify for linux desktop and don't want that for windows. | 09:43 |
*** MacDrunk has quit IRC | 09:43 | |
toggles | mece: yes, i solved it somehow with liblocation, give me a minute or two | 09:43 |
mece | toggles, :) thanks | 09:43 |
*** GAN900_ has joined #maemo | 09:44 | |
toggles | ohh... mine is ugly.. | 09:44 |
mece | toggles, lol mine too. | 09:45 |
ShadowJK | remove the exclamation mark? | 09:45 |
mece | toggles, ifdefs are ugly | 09:45 |
mece | ShadowJK, no I don't want it for windows | 09:45 |
*** petrux has joined #maemo | 09:45 | |
mece | what about the names in the pro file? I've seen maemo5 and unix. What are others called? | 09:46 |
mece | is it win32? | 09:46 |
*** dRbiG has joined #maemo | 09:46 | |
*** kthomas_vh has quit IRC | 09:47 | |
toggles | mece: ok, it's ugly but if you want it i'll give it to you | 09:47 |
*** villev has joined #maemo | 09:47 | |
*** hannesw__ has joined #maemo | 09:47 | |
mece | toggles, sure sure. I'll show you mine if you show me yours :) | 09:48 |
toggles | sweet | 09:48 |
*** MacDrunk has joined #maemo | 09:48 | |
toggles | http://tommywatson.com/maemo.cpp | 09:48 |
toggles | makes a lot of assumptions about platform | 09:48 |
*** GAN900 has quit IRC | 09:49 | |
RobbieThe1st | Well, yea... | 09:49 |
toggles | so basically i have an class defined in a .h file and the .cpp implementation is included in the .cpp based on arm + Q_WS_MAEMO_5 defined | 09:49 |
*** E0x has joined #maemo | 09:50 | |
mece | toggles, whoa | 09:51 |
mece | toggles, that's actually pretty strict :) so where did you find all those constants? | 09:51 |
toggles | like i said, not pretty but it solved the testing on linux/port to maemo | 09:52 |
toggles | well.. googleing and reading the qt headers | 09:52 |
mece | toggles, well it's a lot prettier than mine :D | 09:52 |
toggles | standard defins per platform are available like so | 09:52 |
mece | at least that bit. | 09:52 |
toggles | touch /tmp/x.c ; gcc -E -dM /tmp/x.c | less | 09:52 |
mece | toggles, you'd think that stuff would be in qt docs somewhere... | 09:53 |
mece | toggles, I'll go dig | 09:53 |
toggles | i don't think thats the qt way, but it worked for me | 09:53 |
toggles | it also assumes you only compile for qt on arm, if you don't have qt installed the build will fail | 09:55 |
*** jpe has joined #maemo | 09:55 | |
mece | ooooo | 09:56 |
mece | I finds it! | 09:56 |
mece | toggles, here's something: http://doc.trolltech.com/latest/winsystem.html | 09:56 |
*** kwek has joined #maemo | 09:58 | |
*** croppa has joined #maemo | 10:00 | |
*** svillar has joined #maemo | 10:02 | |
*** larsivi has joined #maemo | 10:02 | |
toggles | mece: rock on, thanks | 10:02 |
toggles | again, though, it fails like my stuff fails, assumes you always had qt installed which may or may not work for you, doesn't work for me in most cases | 10:03 |
*** geaaru has joined #maemo | 10:08 | |
*** Wikier has joined #maemo | 10:10 | |
*** psycho_oreos has joined #maemo | 10:12 | |
*** scoobert1on has joined #maemo | 10:12 | |
*** tackat has joined #maemo | 10:12 | |
*** jd has joined #maemo | 10:15 | |
*** jd has quit IRC | 10:15 | |
*** Shurik___ has quit IRC | 10:17 | |
*** jrocha has joined #maemo | 10:19 | |
*** bergie has joined #maemo | 10:20 | |
*** mr_cecil has quit IRC | 10:22 | |
*** crashanddie has joined #maemo | 10:23 | |
*** ptlo has joined #maemo | 10:25 | |
*** bigbrovar has joined #maemo | 10:25 | |
*** tekojo has joined #maemo | 10:26 | |
*** jd has joined #maemo | 10:27 | |
*** jd has quit IRC | 10:27 | |
*** jd has joined #maemo | 10:27 | |
*** crashanddie has quit IRC | 10:29 | |
*** jef91 has joined #maemo | 10:32 | |
*** andrenarchy has joined #maemo | 10:32 | |
*** Ex-Opesa has joined #maemo | 10:32 | |
*** calvaris has joined #maemo | 10:33 | |
jef91 | So I have a cleanly flashed n900, did the emmc and then pr1.3 and for some reason no pages are loading the in the default webrowser. Screen shows white even after the page claims to be done loading. Any ideas why? | 10:33 |
*** lbt_away is now known as lbt | 10:34 | |
*** asj_ has joined #maemo | 10:34 | |
*** andrenarchy has left #maemo | 10:37 | |
*** MadViking has joined #maemo | 10:38 | |
*** MadViking has quit IRC | 10:38 | |
psycho_oreos | jef91, I never flashed my emmc followed by pr1.3, if you entered in about:config would it show some warning page? | 10:40 |
*** eMHa has joined #maemo | 10:41 | |
jef91 | Actually just installed browser switch board and it seems to be working now | 10:41 |
* jef91 would like to thank the hardworking FOSS people that fix all of Nokia's fuck ups | 10:42 | |
*** _berto_ has quit IRC | 10:42 | |
jacekowski | that's mozilla fuckup | 10:42 |
jacekowski | microB sucks a lot | 10:42 |
*** MadViking has joined #maemo | 10:43 | |
*** _berto_ has joined #maemo | 10:43 | |
jacekowski | fennec sucks even more | 10:43 |
psycho_oreos | have you tried their nightly builds? | 10:43 |
jacekowski | yes | 10:43 |
jacekowski | still slow and useless | 10:43 |
*** villev has quit IRC | 10:43 | |
jacekowski | opera ftw | 10:43 |
psycho_oreos | heh opera is ok | 10:44 |
khertan | jacekowski: lol | 10:44 |
khertan | so compile a new webkit browser | 10:44 |
khertan | chromium ? | 10:44 |
*** vanadis_ has quit IRC | 10:45 | |
psycho_oreos | buttons are puny on chromium | 10:45 |
jacekowski | khertan: i have opera | 10:45 |
khertan | (the last release available for maemo is 5 last time i ve tryed ... but ... (security pb)) | 10:45 |
jacekowski | so i'm not worried about chromium | 10:45 |
psycho_oreos | and the way the UI wraps around hildon makes it look pretty crap | 10:45 |
khertan | i use KhtBrowser ... no problem also :) | 10:45 |
*** murrayc has joined #maemo | 10:45 | |
psycho_oreos | fennec seems nice but yeah really slow even with nightly builds, it just seems to be bloated | 10:46 |
psycho_oreos | then there's macuco | 10:46 |
khertan | yep ... not for n900 too slow | 10:46 |
khertan | fennec is designed for device with more ram | 10:46 |
jacekowski | well, it's based on bloated firefox | 10:46 |
khertan | this is the main reason of the slow down ... swap | 10:46 |
khertan | jacekowski: lol bloated firefox ... | 10:47 |
khertan | do better :) | 10:47 |
jef91 | There is un-bloated firefox? | 10:47 |
jef91 | Yea, it's actually my girlfriends n900 | 10:47 |
jef91 | I install switch board so I could change the default to opera | 10:47 |
psycho_oreos | there's always lynx :P | 10:47 |
jef91 | LOL | 10:47 |
johnx | w3m ftw | 10:48 |
jacekowski | well, it takes less than 2s to start opera on my laptop | 10:48 |
johnx | though I find microb + sites designed for the iPhone to be a nice compromise | 10:48 |
jacekowski | and that's with huge e-mail database | 10:48 |
psycho_oreos | wget && strings ;) | 10:48 |
jacekowski | loads of bookmarks and stuff | 10:48 |
jacekowski | and 12s to start firefox | 10:48 |
jef91 | ehh opera on the desktop is a turd | 10:49 |
jef91 | it loads pages about as well as a mobile browser does | 10:49 |
jacekowski | ekhm | 10:49 |
psycho_oreos | the unfortunate irony is that there's plenty of sites these days have css designed for iphones and other browsers just have to find their own ways around it or to fake themselves as iphone (especially macuco) | 10:49 |
jacekowski | opera has better result in acid3 than firefox | 10:49 |
jacekowski | jef91: so it's more standard compatible than firefox, faster than firefox, and uses less memory than firefox | 10:51 |
jef91 | ehh | 10:51 |
jef91 | chromium... :) | 10:52 |
psycho_oreos | and wasn't opera is proprietary? :) | 10:52 |
johnx | on the desktop, most of my browser use these days seems to be based on interface comfortableness | 10:52 |
*** retro|cz has joined #maemo | 10:52 | |
johnx | which is totally subjective :) | 10:52 |
psycho_oreos | s/opera is proprietary/opera proprietary/ | 10:52 |
infobot | psycho_oreos meant: and wasn't opera proprietary? :) | 10:52 |
johnx | at leat on my nice fast desktop. on my old iMac, speed does matter a bit | 10:52 |
* ArkanoiD- wonders why opera is not instantly dead after webkit was released | 10:53 | |
jef91 | You and me both Arkanoid | 10:53 |
johnx | ArkanoiD-, I'm quite impressed that they've stuck around on the desktop | 10:54 |
inz | jacekowski, all benchmarks I've seen say that opera uses more memory than firefox when some pages open. | 10:54 |
inz | Idle memory usage doesn't really mean anything. | 10:54 |
johnx | I guess they have lots of business deals for mobile, but I'm not sure what they get out of making a desktop browser | 10:54 |
Trewas | acid3 is useless, it was intentionally designed to include shit that is not yet in any standard, was/is broken in some/all browsers and consequently nobody uses in real webpages | 10:55 |
xkr47 | ArkanoiD-.. what a nice nick :) | 10:55 |
xkr47 | I've made an arkanoid clone :) | 10:55 |
jacekowski | inz: not according to my measurments | 10:56 |
xkr47 | I made it 12 years ago and last year I ported it to maemo | 10:56 |
jacekowski | inz: esspecialy with 100+ tabs open | 10:56 |
ArkanoiD- | :-) | 10:56 |
xkr47 | it compiled right out of the box without ANY makefile or sourcecode changes at all | 10:56 |
inz | jacekowski, ok; haven't tried myself, so can't argue. | 10:56 |
xkr47 | I gotta say maemo build environment rocks | 10:56 |
jacekowski | inz: but at 100+ tabs open firefox goes over 1G of ram | 10:56 |
ArkanoiD- | actually it is client misconfiguration, arkanoid was busy on freenode so actually i registered as.. | 10:57 |
jacekowski | inz: opera stays little below | 10:57 |
*** ArkanoiD- is now known as arkenoi | 10:57 | |
inz | jacekowski, ok, most benchmarks I've seen use around 10 | 10:57 |
*** tekonivel has quit IRC | 10:57 | |
*** OkropNick has joined #maemo | 10:57 | |
*** nicu has joined #maemo | 10:57 | |
arkenoi | "Arkenoi" is some strange misspell invented by a journalist who wrote an article about me but failed to memorize my nick properly | 10:58 |
*** hannesw__ is now known as hannesw | 10:58 | |
arkenoi | and i adopted it since then to use on services where "arkanoid" is already occupied | 10:58 |
johnx | I should register a UUID as a nick | 11:00 |
popn1k | www is a disgusting pile of multicultural poo | 11:07 |
*** moshee has quit IRC | 11:10 | |
*** moshee has joined #maemo | 11:10 | |
*** moshee has joined #maemo | 11:10 | |
*** msanchez has joined #maemo | 11:15 | |
*** ayanes has joined #maemo | 11:15 | |
*** ayanes has quit IRC | 11:15 | |
*** ayanes has joined #maemo | 11:15 | |
*** FireFly|n900 has quit IRC | 11:17 | |
*** tackat has quit IRC | 11:21 | |
*** tekonivel has joined #maemo | 11:24 | |
*** KMFDM has joined #maemo | 11:27 | |
*** booiiing has quit IRC | 11:28 | |
*** user has joined #maemo | 11:28 | |
user | hello | 11:28 |
*** booiiing has joined #maemo | 11:29 | |
johnx | hallo user. new to IRC? | 11:31 |
*** suresh_ has joined #maemo | 11:35 | |
*** trupheenix has quit IRC | 11:37 | |
*** dotblank has joined #maemo | 11:39 | |
*** user has quit IRC | 11:39 | |
*** flo_lap has joined #maemo | 11:43 | |
*** flo_lap has joined #maemo | 11:43 | |
*** larsivi has quit IRC | 11:44 | |
*** larsivi has joined #maemo | 11:44 | |
*** RobbieThe1st has quit IRC | 11:47 | |
*** RobbieThe1st has joined #maemo | 11:51 | |
*** rcg2 has quit IRC | 11:51 | |
*** evilNiko is now known as niko | 11:51 | |
*** Warmage has joined #maemo | 11:51 | |
Warmage | hello | 11:51 |
*** robink has quit IRC | 11:52 | |
*** robink has joined #maemo | 11:52 | |
*** larsivi has quit IRC | 11:53 | |
*** kuuntelija has quit IRC | 11:54 | |
*** MadViking has quit IRC | 11:54 | |
Warmage | all bots ! | 11:54 |
johnx | yup | 11:54 |
johnx | and people named 'user' :> | 11:55 |
*** larsivi has joined #maemo | 11:55 | |
*** Warmage has quit IRC | 11:55 | |
*** RobbieThe1st has quit IRC | 11:55 | |
johnx | it's the middle of the night in the Americas and middle of the work day in Europe. Might not be many people on | 11:55 |
MohammadAG | lies, we're just lurking, waiting for something to happen | 11:56 |
*** MadViking has joined #maemo | 11:56 | |
Corsac | (more like beginning of work day) | 11:57 |
*** RobbieThe1st has joined #maemo | 11:57 | |
*** FireFly|n900 has joined #maemo | 11:57 | |
*** MadViking has quit IRC | 11:58 | |
*** RobbieThe1st has quit IRC | 11:59 | |
johnx | Corsac, it's already 11 in Denmark. Time to grab an early lunch :D | 11:59 |
johnx | MohammadAG, nothing interesting from me tonight. maybe later | 11:59 |
*** kawe has joined #maemo | 11:59 | |
Corsac | johnx: 11 here too, beginning of day work :) | 11:59 |
MohammadAG | pictureflow's awesome | 12:00 |
MohammadAG | need to get it into the mediaplayer :D | 12:00 |
*** khertan_ has joined #maemo | 12:00 | |
*** RobbieThe1st has joined #maemo | 12:00 | |
*** ftrvxmtrx has quit IRC | 12:01 | |
MohammadAG | Jaffa, ping | 12:01 |
*** MadViking has joined #maemo | 12:01 | |
johnx | anyways, I'm off of to bed. 'night all | 12:02 |
*** zap has joined #maemo | 12:02 | |
*** khertan has quit IRC | 12:04 | |
*** trupheenix has joined #maemo | 12:04 | |
*** calvaris_ has joined #maemo | 12:04 | |
*** kawe has quit IRC | 12:05 | |
*** calvaris has quit IRC | 12:05 | |
*** kawe has joined #maemo | 12:06 | |
*** FireFly|n900 has quit IRC | 12:07 | |
*** larsivi has quit IRC | 12:10 | |
*** larsivi has joined #maemo | 12:10 | |
*** MadViking has quit IRC | 12:12 | |
*** MadViking has joined #maemo | 12:13 | |
*** scoobert1on has quit IRC | 12:14 | |
*** FireFly|n900 has joined #maemo | 12:15 | |
*** larsivi has quit IRC | 12:20 | |
*** AD-N770 has joined #maemo | 12:22 | |
*** FIQ|n900 has quit IRC | 12:24 | |
*** larsivi has joined #maemo | 12:25 | |
*** trupheenix has quit IRC | 12:25 | |
*** larsivi has quit IRC | 12:27 | |
*** Zucca has quit IRC | 12:30 | |
*** Zucca has joined #maemo | 12:30 | |
*** tackat has joined #maemo | 12:35 | |
*** lizardo has joined #maemo | 12:36 | |
*** Malin- has joined #maemo | 12:37 | |
* Sicelo wishes everyone a good time | 12:38 | |
*** Sicelo has quit IRC | 12:38 | |
*** achipa has joined #maemo | 12:39 | |
*** achipa has joined #maemo | 12:39 | |
*** leandrosansilva has joined #maemo | 12:40 | |
*** millenomi has quit IRC | 12:42 | |
*** kawe has quit IRC | 12:44 | |
*** Natunen has quit IRC | 12:44 | |
*** Thierry has quit IRC | 12:48 | |
*** ftrvxmtrx has joined #maemo | 12:49 | |
*** larsivi has joined #maemo | 12:49 | |
*** Flanbix has quit IRC | 12:50 | |
*** FIQ has joined #maemo | 12:51 | |
*** delphi has left #maemo | 12:54 | |
*** Thierry has joined #maemo | 12:55 | |
*** Natunen has joined #maemo | 12:56 | |
*** marciom has joined #maemo | 12:58 | |
*** setanta has joined #maemo | 12:59 | |
*** larsivi has quit IRC | 12:59 | |
*** benh has joined #maemo | 12:59 | |
*** dany has joined #maemo | 12:59 | |
dany | hi there | 12:59 |
*** dany has quit IRC | 13:00 | |
*** Zucca has quit IRC | 13:02 | |
*** Zuccace has joined #maemo | 13:02 | |
*** ||jess| has joined #maemo | 13:03 | |
*** dneary has joined #maemo | 13:04 | |
*** Thierry has quit IRC | 13:04 | |
*** dany has joined #maemo | 13:05 | |
dany | hi there | 13:05 |
dany | I have uninstalled the network-manager of my debian and put wicd but now the network (inside scratchbox) doesn't work anymore. Any idea? | 13:06 |
*** Thierry_ has joined #maemo | 13:07 | |
achipa | X-Fade: ping | 13:09 |
*** flo_lap has quit IRC | 13:09 | |
*** Flanbix has joined #maemo | 13:09 | |
*** Thierry_ is now known as Thierry | 13:09 | |
X-Fade | achipa: pong | 13:11 |
*** benh has quit IRC | 13:13 | |
*** calvaris_ has quit IRC | 13:15 | |
*** benh has joined #maemo | 13:15 | |
achipa | X-Fade: heya, remember that service-pack thingy ? it seems that the time is coming fo rit | 13:16 |
*** juk has joined #maemo | 13:16 | |
X-Fade | achipa: Ok, how would you suggest we do that? | 13:16 |
achipa | the thing is - for this to work, NO ONE can depend on the constituents | 13:17 |
achipa | as that blocks HAM components | 13:17 |
achipa | upgrades, I mean | 13:17 |
dany | no one? | 13:18 |
*** The_Fellow1 has left #maemo | 13:18 | |
achipa | dany: except the service pack | 13:18 |
dany | achipa, what do you mean? | 13:18 |
*** calvaris has joined #maemo | 13:19 | |
achipa | HAM is a bit conservative (synonim for brain dead) with regard to upgrades | 13:19 |
achipa | so iit's easy to get into a situation when your upgrade path is blocked | 13:19 |
X-Fade | You guys are talking about 2 different things. | 13:19 |
achipa | ok :) | 13:19 |
X-Fade | So that is quite amusing to see, but confusing to you both :) | 13:19 |
achipa | but anyway: | 13:19 |
*** Natunen has quit IRC | 13:20 | |
achipa | the course of action might be: | 13:20 |
*** LjL has joined #maemo | 13:20 | |
achipa | 1. block auto-promotion of dependencies (currently qtquickcompat and libqt4-bearer-hotfix) | 13:20 |
MohammadAG | achipa, or we could launch the SSU | 13:21 |
achipa | 2. push mcsp (and with it qtquickcompat and libqt4-bearer-hotfix) to Extras when we make sure it works | 13:21 |
achipa | MohammadAG: umm, the SSU is a third thing in this story | 13:22 |
MohammadAG | how come? | 13:22 |
achipa | the primary target of the mcsp is support for default firmwares and upcoming SDK releases | 13:23 |
achipa | so yes, this stuff can be also part of the SSU, but it makes quite a bit of sense to provide it to people not having/wanting to go the SSU way | 13:23 |
X-Fade | achipa: But how are we going to solve overwriting of installed packages? | 13:24 |
X-Fade | achipa: Or do you want to do a parallel install? | 13:24 |
*** eMHa has quit IRC | 13:24 | |
achipa | we don't - the mcsp doesn't overwrite anything, it only applies fixes that are non-destructive/backwards compatible | 13:25 |
*** Natunen has joined #maemo | 13:25 | |
achipa | so it's not for things like, new Qt versions, etc | 13:26 |
*** ZZzzZzzz_ has joined #maemo | 13:26 | |
*** eMHa has joined #maemo | 13:26 | |
achipa | but for small tidbits that CAN be applied without changing the PR content | 13:26 |
achipa | (see the two current packages) | 13:26 |
achipa | for stuff that DOES need replacing (as said, new Qt or other lib version) -> SSU | 13:27 |
X-Fade | So you overwrite things in post-inst? | 13:27 |
*** mardi has left #maemo | 13:27 | |
achipa | to reiterate - we don't overwrite :) at the moment these are only addons, not replacements | 13:28 |
achipa | to be more clear - we don't sport anything that already exists | 13:28 |
comawhite | is the 3g battery issue due to maemo or the phone itself? | 13:29 |
achipa | that's why I say this is not at all like the SSU | 13:30 |
X-Fade | achipa: And where would you want to host that? | 13:30 |
*** florian has joined #maemo | 13:30 | |
*** florian has quit IRC | 13:30 | |
*** florian has joined #maemo | 13:30 | |
*** ZZzzZzzz1 has quit IRC | 13:30 | |
achipa | X-Fade: urrm, extras ? | 13:30 |
achipa | (considering it's just extras software that would depend on it) | 13:30 |
X-Fade | Yeah, ok. So we need to push it through all queues. | 13:31 |
achipa | right | 13:31 |
*** murrayc has quit IRC | 13:31 | |
ShadowJK | comawhite, it's due to 3g | 13:33 |
X-Fade | achipa: So, what is the plan? Create a package and test it in -devel? | 13:34 |
achipa | yes | 13:34 |
comawhite | ShadowJK: do other phones have the same problem? | 13:35 |
ShadowJK | Yes | 13:35 |
*** darkschneider has joined #maemo | 13:35 | |
achipa | there will also be a new mad developer release tying in, but the details of that are still being discussed | 13:35 |
ShadowJK | 3g is not good for frequent low rate data | 13:35 |
*** diegohcg has joined #maemo | 13:36 | |
comawhite | lame | 13:37 |
comawhite | wtf i can't overclock due to uboot installed | 13:37 |
comawhite | lame | 13:37 |
*** crs has quit IRC | 13:37 | |
*** marciom has quit IRC | 13:38 | |
*** millenomi has joined #maemo | 13:38 | |
*** arkenoi has quit IRC | 13:39 | |
*** croppa has quit IRC | 13:40 | |
*** larsivi has joined #maemo | 13:40 | |
*** baraujo has joined #maemo | 13:45 | |
*** BCMM has joined #maemo | 13:46 | |
*** renato has quit IRC | 13:48 | |
*** diegohcg has quit IRC | 13:51 | |
BCMM | anyone know if the N900's AV port is compatible with the ports on old Sony camcorders? do they have the contacts in the same order? | 13:52 |
Ex-Opesa | Guys..All of my credit was gone. GPS is off. data-packages are off. Network positioning, gps is off. No calls were made. Then what could be the reason? :S | 13:52 |
BCMM | Ex-Opesa: can't you ask your network? | 13:53 |
Ex-Opesa | BCMM: I don't believe its there fault. I used ones 0.facebook.com but that is free (data package of course) do you think 'apt-get update' was done while I connected to internet to surf free 0.facebook.com? | 13:54 |
*** Wikier has quit IRC | 13:55 | |
Ex-Opesa | I am also sure only micrb used the inet while I was surfing free web... O_o | 13:57 |
*** Termana has quit IRC | 13:58 | |
frals | update manager is done automatically when you go online afaik | 14:01 |
frals | update check* | 14:02 |
*** renato has joined #maemo | 14:03 | |
nidO | yep, if you're past the interval since last check, connecting to the net will perform an update check immediately | 14:04 |
*** larsivi has quit IRC | 14:04 | |
*** woodong50_______ has joined #maemo | 14:05 | |
Ex-Opesa | I should have disabled it. Thanks frals, nidO. | 14:05 |
ThreeM | good morning | 14:05 |
Ex-Opesa | G'Morning, ThreeM! | 14:06 |
ThreeM | only a few hours left, then i have my N900 | 14:06 |
ThreeM | and my htc desire is history :) | 14:06 |
nidO | just in time to probably get buyer's remorse in a month? | 14:07 |
*** NIN101 has joined #maemo | 14:07 | |
*** Wikier has joined #maemo | 14:08 | |
ThreeM | no way :) | 14:08 |
ThreeM | in the last 10 days i have testet 5 different phone models, and the N900 is the right one for me... | 14:09 |
nidO | point is, mwc is in a month and the expectation is an n9 announcement from nokia | 14:09 |
ThreeM | hmmm | 14:10 |
MohammadAG | nidO, knowing nokia, that means a september release | 14:10 |
nidO | quite possibly, but we'll see | 14:10 |
MohammadAG | they really need to stick to one OS | 14:10 |
MohammadAG | or distribute new phones with old OSs and make them upgradeable | 14:11 |
ThreeM | but is N9 (meego) ready to marked? all i see on meego says: no the need more time | 14:11 |
MohammadAG | release the N9 with Maemo 5, upgrade to meego later | 14:11 |
ThreeM | that is an option :( | 14:11 |
Noma | I saw N9 proto a month ago, the Meegon on it was readier than what we can get for N900 | 14:12 |
nidO | that's bad for publicity though, because "we'll upgrade it, we promise" is a promise that people know gets broken daily, so the device would only get fairly low adoption until it actually happens | 14:12 |
Noma | -n | 14:12 |
kirma | noma: and that was really meego-harmattan | 14:12 |
frals | hmm | 14:12 |
*** larsivi has joined #maemo | 14:12 | |
nidO | which is horrible in terms of publicity, as the initial sales figures for it will be crap | 14:12 |
frals | http://maemo.org/downloads/product/Maemo5/fmms/# | 14:12 |
frals | why does that show 956k | 14:12 |
Noma | kirma: probably | 14:13 |
frals | when it should be 1mil+? :p | 14:13 |
MohammadAG | frals, because. | 14:13 |
frals | last update: 2011-01-11 1064136 | | 14:13 |
frals | :[ | 14:13 |
mece | frals, well boo-frackin-hoo :P | 14:14 |
comawhite | how can i get fdisk on maemo? | 14:14 |
*** FireFly|n900 has quit IRC | 14:14 | |
kirma | unless something strange has happened since those couple months most people have seen N9, transition from meego-harmattan to meego-whatever will be the interesting point that might be keeping things back (?) | 14:14 |
kirma | haven't played with "N9" myself, but everybody has couple friends and relatives... | 14:15 |
ThreeM | arr no matteers. i expect that the N9 will not awailable within the next 5 months and i need a phone. if the N9 will be released at wmc, so ok then i get a litte pissed of, but not to much. | 14:15 |
kirma | eh, so you're predestined yourself to be pissed off for nothing | 14:16 |
*** larsivi has quit IRC | 14:17 | |
ThreeM | i have money, so the disappointment will be not so big, maybe i can use the N900 after that as a devel platform and the N9 as my usable phone ;) | 14:17 |
yacc | Anyone got an idea why with the power kernel, the /etc/network/interfaces definition of usb0 gets ignored? | 14:17 |
alterego | The N9 is a way off yet | 14:17 |
kirma | I'll certainly wait for MWC, and probably order one if they show sufficient hardware with sufficient promises on software. | 14:17 |
*** djszapi has joined #maemo | 14:17 | |
alterego | ThreeM: a great idea ;) | 14:17 |
*** andre__ has joined #maemo | 14:17 | |
*** andre__ has quit IRC | 14:17 | |
*** andre__ has joined #maemo | 14:17 | |
djszapi | is there a way to ask with flasher what boot line parameters were passed ? | 14:17 |
MohammadAG | default unless stated otherwise | 14:18 |
Noma | that was kind of pity that I saw the N9, I can't wait to have it myself now :D | 14:18 |
MohammadAG | and default CMDLINE is in kernel sources | 14:18 |
ThreeM | alterego making the best of the situation if the N9 will be released sooner as i expectetd :) | 14:18 |
MohammadAG | Noma, where exactly did you see it? | 14:18 |
yacc | Any idea why the network/interfaces configuration is ignored with the power kernel? | 14:18 |
kirma | problem with "N9" hardware is that they have to switch it to newer hardware soon if they want to keep it competetive on later launch | 14:18 |
djszapi | MohammadAG: I do not care about default, my purpose is to ask them ANYTIME. | 14:18 |
MohammadAG | I would assume that anyone who has it is under an NDA | 14:19 |
alterego | ThreeM: sooner, not likely ;) | 14:19 |
Noma | MohammadAG: Tampere University of Technology | 14:19 |
alterego | ThreeM: expect the announcement 5 months before it's available :P | 14:19 |
ThreeM | so im get it right :) | 14:19 |
djszapi | MohammadAG: under NDA, yes. | 14:19 |
djszapi | it is still prototype. | 14:19 |
MohammadAG | Noma, so was it out in the public for everyone to see, or is someone breaking... | 14:19 |
MohammadAG | NDA means you shouldn't know about it | 14:20 |
ThreeM | anoncemed for september, nokia delay, so dezember the device is ready to ship | 14:20 |
Noma | MohammadAG: no it wasn't | 14:20 |
kirma | upgrading SoC and RAM is *relatively* easy as far as one stays on same SoC generation series, but if it's old stuff, it requires redesing :I | 14:20 |
Noma | but I'm not going to tell whose it was :D | 14:20 |
MohammadAG | well, at least it exists | 14:20 |
djszapi | anybody for boot parameter, flasher ? :) | 14:20 |
MohammadAG | you can't | 14:21 |
djszapi | well, it is not true, I did it earlier. I do not just remember :P | 14:21 |
Noma | but the display was amazing, horizontal resolution over 1000 pixels :) | 14:21 |
MohammadAG | --help then | 14:21 |
djszapi | Noma: please stop talking about a prototype if it is not public information. | 14:22 |
chx | by the time N9 releases, if ever , it will be irrelevant again | 14:22 |
Noma | djszapi: well ok :) | 14:22 |
djszapi | mmh, that is the only query flag I see in the helper output: --query-rd-mode | 14:23 |
djszapi | it sucks then :) | 14:23 |
*** mhmh has left #maemo | 14:24 | |
djszapi | default CMDLINE in the kernel sources...where exactly ? | 14:24 |
*** janemba has quit IRC | 14:24 | |
*** janemba has joined #maemo | 14:24 | |
*** janemba has joined #maemo | 14:24 | |
*** mairas_ has joined #maemo | 14:25 | |
*** juk has quit IRC | 14:25 | |
*** briglia has joined #maemo | 14:26 | |
MohammadAG | djszapi, kernel sources | 14:26 |
MohammadAG | check h-e-n's garage page git | 14:26 |
*** larsivi has joined #maemo | 14:26 | |
*** panaggio has joined #maemo | 14:27 | |
MohammadAG | you'll find it in arch/arm/configs/rx51_defconfig | 14:27 |
achipa | noma: I'm not sure you are familiar with what you saw, but anyway, there might be a high concentration of Nokians here, y'know :) | 14:27 |
Noma | yep | 14:27 |
MohammadAG | achipa, s/might/is/ :P | 14:27 |
djszapi | MohammadAG: grab for what ? | 14:28 |
djszapi | still vague. | 14:28 |
djszapi | CONFIG_CMDLINE="init=/sbin/preinit ubi.mtd=rootfs root=ubi0:rootfs rootfstype=ubifs rootflags=bulk_read,no_chk_data_crc rw console=ttyMTD,log console=tty0 console=ttyS2,115200n8" ? | 14:28 |
achipa | kirma: without inferring anythin about the the current case, it's not that easy - your thermal envelope changes, power specs, you might have contractual obligations, etc, etc - so not something you change in a blink of an eye | 14:28 |
MohammadAG | i thought it had some dac lines there | 14:28 |
djszapi | dac lines ? | 14:29 |
kirma | true, but at least there's a *chance* you can do it meaningfully without whole PCB redesign and so on | 14:29 |
MohammadAG | yes, basically speaker limits | 14:29 |
kirma | and that can be taken into account in advance without building two entirely separate prototypes | 14:30 |
*** FireFly|n900 has joined #maemo | 14:30 | |
kirma | but I admit I'm not EE | 14:30 |
MohammadAG | +CONFIG_CMDLINE="init=/sbin/preinit ubi.mtd=rootfs root=ubi0:rootfs rootfstype=ubifs rootflags=bulk_read,no_chk_data_crc rw console=ttyMTD,log console=tty0 snd-soc-rx51.hp_lim=42 snd-soc-tlv320aic3x.hp_dac_lim=6" | 14:31 |
MohammadAG | djszapi, that | 14:31 |
*** larsivi has quit IRC | 14:33 | |
*** KevinB has joined #maemo | 14:33 | |
*** asj_ has quit IRC | 14:33 | |
djszapi | does maemo5 already use the upstart way ? | 14:34 |
djszapi | I would guess so. | 14:34 |
MohammadAG | why not? it's fast | 14:34 |
djszapi | yeah, but I do not see any upstart messages during the boot-up, dunno why. | 14:35 |
MohammadAG | recompile kernel with framebuffer enabled | 14:35 |
*** popn1k has quit IRC | 14:36 | |
djszapi | well, I am supposed to see it by default. | 14:36 |
MohammadAG | nope | 14:36 |
*** dany has quit IRC | 14:36 | |
djszapi | nope ? | 14:37 |
djszapi | CONFIG_FB=y | 14:37 |
djszapi | so it should work... | 14:37 |
MohammadAG | CONFIG_FRAMEBUFFER_CONSOLE | 14:37 |
djszapi | mmh. | 14:37 |
MohammadAG | or whatever, it has FRAMEBUFFER in it | 14:38 |
*** FireFly has joined #maemo | 14:38 | |
*** WonTu has joined #maemo | 14:39 | |
*** WonTu has left #maemo | 14:40 | |
*** larsivi has joined #maemo | 14:40 | |
*** svillar has quit IRC | 14:43 | |
*** Diod has joined #maemo | 14:43 | |
*** Diod has quit IRC | 14:43 | |
*** Diod has joined #maemo | 14:43 | |
*** trbs has joined #maemo | 14:44 | |
*** woodong50_______ has quit IRC | 14:44 | |
*** Tsuyo has joined #maemo | 14:47 | |
*** jhb has quit IRC | 14:49 | |
djszapi | well MohammadAG, I always thought upstart messages comes by default in any distribution | 14:49 |
*** jhb has joined #maemo | 14:49 | |
*** jonwil has joined #maemo | 14:50 | |
jonwil | Can anyone tell me what libcal is for? | 14:50 |
SpeedEvil | reading and writing the 'cal' area in the flash IIRC. | 14:51 |
Appiah | "libcal provides an api to read and modify the calibration data area on Nokia internet tablets" | 14:51 |
*** RobbieThe1st has quit IRC | 14:52 | |
jonwil | ok, that answers the question of why it needs to remain closed then :) | 14:52 |
Appiah | yupp thats why it's in "nokia-binaries" | 14:53 |
*** WikierOFF has joined #maemo | 14:54 | |
*** n900evil has quit IRC | 14:54 | |
*** jhb has quit IRC | 14:55 | |
*** OkropNick^ has joined #maemo | 14:55 | |
*** dmotd has joined #maemo | 14:55 | |
*** OkropNick has quit IRC | 14:55 | |
yacc | http://pastebin.com/fui7BjiY <= what's wrong with this, I'm always getting on ifup: ifdown: don't seem to have all the variables for usb0/inet | 14:55 |
*** dmotd has quit IRC | 14:56 | |
*** jhb has joined #maemo | 14:56 | |
alterego | Eh? | 14:57 |
*** Wikier has quit IRC | 14:57 | |
*** pcacjr has joined #maemo | 14:58 | |
*** KevinB has quit IRC | 14:58 | |
alterego | yacc: http://pastie.org/1456057 | 14:58 |
Jaffa | Morning, all | 14:59 |
Jaffa | MohammadAG: pong | 14:59 |
alterego | yacc: that'll ensure your N900 keeps the same MAC address so you can use ubuntu network-manager or whatever to auto-configure your usb network on the host pc end. | 14:59 |
alterego | Obviously change the host_addr= to something else for your N900 to use :) | 15:00 |
*** OkropNick^ is now known as OkropNick | 15:00 | |
*** ag0ny1 has joined #maemo | 15:00 | |
yacc | alterego, but I want the n900 to do a DHCP query? | 15:00 |
alterego | yacc: then: http://pastie.org/1456057 | 15:01 |
*** jukey has joined #maemo | 15:02 | |
*** felipec has joined #maemo | 15:02 | |
*** wijiji has quit IRC | 15:02 | |
*** jukey has left #maemo | 15:02 | |
*** lardman|gone is now known as lardman | 15:02 | |
yacc | alterego, I've pasted your interfaces file with dhcp, and I get: | 15:03 |
yacc | Nokia-N900:~# ifup usb0 | 15:03 |
yacc | ifup: don't seem to have all the variables for usb0/inet | 15:03 |
*** mairas has quit IRC | 15:04 | |
alterego | Hrm, ang on then | 15:04 |
lardman | hello chaps | 15:05 |
alterego | yacc: not sure then, probably something lame with busybox .. | 15:05 |
*** NishanthMenon has joined #maemo | 15:05 | |
*** KevinB has joined #maemo | 15:06 | |
*** Bash has joined #maemo | 15:06 | |
*** jef91 has quit IRC | 15:08 | |
*** arno0ob has joined #maemo | 15:09 | |
*** murrayc has joined #maemo | 15:11 | |
*** woodong50_______ has joined #maemo | 15:12 | |
*** larsivi has quit IRC | 15:16 | |
*** user has joined #maemo | 15:20 | |
*** woodong50_______ has quit IRC | 15:22 | |
*** djszapi has left #maemo | 15:23 | |
*** dneary has quit IRC | 15:23 | |
*** toadpole has joined #maemo | 15:27 | |
toadpole | can someone help me with removing a half-installed app? i installed mobile maps 10 from ovi, and the install failed.. it doesn't show in app manager, but there is an icon in the menu which doesn't do anything... tried manual install over it, doesn't work | 15:28 |
BCMM | toadpole: does apt-get remove work? | 15:28 |
toadpole | what do i ask it to remove? | 15:29 |
BCMM | toadpole: the name of the package | 15:29 |
toadpole | where would one see that? the .deb file name? | 15:30 |
toadpole | because the package doesn't show in app man | 15:31 |
toadpole | so i dunno what its called | 15:31 |
*** inz has quit IRC | 15:31 | |
BCMM | toadpole: apt-cache search searchterm | 15:31 |
BCMM | where searchterm could be the "pretty" name of the app | 15:31 |
*** pablo2 has joined #maemo | 15:31 | |
yacc | alterego, yeah, makes one wonder, but in this specific case, as I'm master of all involved parts, I think the dhcp-server will survive being ignored ;) | 15:32 |
toadpole | not installed, so not removed | 15:33 |
toadpole | is what it says | 15:33 |
alterego | yacc: you could try manual instead of static or dhcp | 15:33 |
alterego | And get it to run udhcp .. | 15:34 |
BCMM | toadpole: well, try one of apt-get remove or apt-get install on it | 15:34 |
ThreeM | toadpole try apt-get install -f | 15:34 |
yacc | So what, I've been collecting mac addresses and making the assignments permanent on the DHCP server for some days now, so I don't see much point in it. | 15:34 |
toadpole | remove gave that error, what does -f do? | 15:34 |
yacc | Now I wonder if there is some startup script that gets run on boot or if I need to play with upstart. | 15:35 |
yacc | toadpole, it tells apt-get to try to fix the problem. | 15:35 |
yacc | toadpole, it calculates a solution to the problem and shows it to you for approval. | 15:35 |
lardman | when you start installing the package it makes a note of which it was so it can recover if it fails part way | 15:36 |
lardman | i.e. that package is then selected (iirc) | 15:36 |
toadpole | ( eMHa ): Handler silently failed | 15:36 |
lardman | out of space? Corrupted .deb? | 15:36 |
comawhite | is it safe to uninstall uboot and it return back to normal? | 15:36 |
*** chenca has joined #maemo | 15:37 | |
lardman | I think you need to flash the kernel over the top of it don;'t you? | 15:37 |
toadpole | i have no idea how it happened, i'd tried installing from ovi store, it got stuck halfway and stayed that way for 3 hours... i rebooted then | 15:37 |
*** NIN101 has quit IRC | 15:37 | |
*** tg has quit IRC | 15:37 | |
toadpole | with apt-get purge help? | 15:38 |
*** tg has joined #maemo | 15:38 | |
toadpole | *will | 15:38 |
*** jacktheripper has joined #maemo | 15:39 | |
toadpole | looks like not.. same thing, not installed so not removed | 15:39 |
*** SpeedEvil has quit IRC | 15:40 | |
*** Natunen has quit IRC | 15:41 | |
toadpole | how about force install a .deb? | 15:42 |
*** [DrkGUNMAN-N900] has joined #maemo | 15:44 | |
*** TeringTuby has joined #maemo | 15:45 | |
*** user has quit IRC | 15:46 | |
toadpole | well, thanks BCMM, yacc, lardman | 15:47 |
lardman | yeah there's a keyword to force install | 15:47 |
*** toadpole has quit IRC | 15:47 | |
lardman | ah well, too late | 15:47 |
*** tekojo has quit IRC | 15:47 | |
*** inz has joined #maemo | 15:48 | |
*** cruster has joined #maemo | 15:51 | |
[DrkGUNMAN-N900] | afternoon. bloody slow day! | 15:51 |
cruster | Hi there! Could someone tell me the contents of /home in maemo os(specifically on a n900). Thanks | 15:52 |
*** Ryback_ has joined #maemo | 15:53 | |
*** Ryback_ has joined #maemo | 15:53 | |
*** FireFly has quit IRC | 15:53 | |
*** NIN101 has joined #maemo | 15:54 | |
*** FireFly has joined #maemo | 15:54 | |
*** SpeedEvil has joined #maemo | 15:54 | |
*** javispedro has joined #maemo | 15:54 | |
khertan_ | cruster: folders and files | 15:55 |
*** tackat has quit IRC | 15:55 | |
cruster | @khertan_: you know exactly which ones? Surely there is the user folder. Any other folder? | 15:57 |
nidO | user and opt, are the important ones | 15:58 |
*** cruster has quit IRC | 15:58 | |
*** cruster has joined #maemo | 15:58 | |
*** florian has quit IRC | 16:02 | |
*** SmilyOrg has joined #maemo | 16:03 | |
*** cruster has quit IRC | 16:04 | |
*** cruster has joined #maemo | 16:04 | |
*** SmilybOrg has quit IRC | 16:07 | |
*** Natunen has joined #maemo | 16:07 | |
*** Juozapas has quit IRC | 16:07 | |
cruster | @khertan_: I had some disconnects,did you send any other message? | 16:07 |
*** kawe has joined #maemo | 16:07 | |
*** mece has quit IRC | 16:09 | |
*** cruster has quit IRC | 16:10 | |
*** cruster has joined #maemo | 16:10 | |
*** sar3th|away is now known as sar3th | 16:12 | |
*** hardaker has joined #maemo | 16:13 | |
*** Juozapas has joined #maemo | 16:15 | |
*** dmotd has joined #maemo | 16:18 | |
*** cruster has quit IRC | 16:18 | |
*** lardman is now known as lardman|gone | 16:18 | |
dmotd | xchat maemo version is awesome!! thanks!! | 16:19 |
*** djszapi has joined #maemo | 16:20 | |
djszapi | MohammadAG: well it works like a charm by my colleague with no framebuffer config option, enabled. | 16:20 |
*** FaceFox has joined #maemo | 16:22 | |
*** KevinB has quit IRC | 16:23 | |
*** diegohcg has joined #maemo | 16:23 | |
*** aloisiojr has joined #maemo | 16:24 | |
*** ag0ny1 has quit IRC | 16:24 | |
*** Wamanuz5 has joined #maemo | 16:24 | |
E0x | any trick for get less noise picture ( n900 ) | 16:25 |
chx | yes, use a real camera or light the subject (helpful is my middle name) | 16:25 |
E0x | chx: i can give you my address so you can send me a "real camera" because i don't have one | 16:26 |
E0x | :D | 16:26 |
nidO | have you tried taking an hdr photo of what you're after? | 16:27 |
*** otep has quit IRC | 16:27 | |
mairas_ | X-Fade, are the maemo.org ml archives belly-up? | 16:28 |
mairas_ | no updates in extras-cauldron-builds since Sunday | 16:28 |
E0x | nidO: normal photo in low light condition | 16:28 |
E0x | but something with enough light get a lot noise too | 16:28 |
nidO | laws of physics say youll get noise, hence my suggestion to take an hdr photo instead. | 16:29 |
E0x | the only good photo is with sunny days | 16:29 |
*** avs has quit IRC | 16:29 | |
*** felipec has quit IRC | 16:30 | |
*** otep has joined #maemo | 16:31 | |
*** tekonivel has quit IRC | 16:31 | |
*** tekonivel has joined #maemo | 16:31 | |
X-Fade | mairas_: Nice an quiet, right? :) | 16:33 |
brik | E0x: have you tried blessn900? | 16:33 |
X-Fade | mairas_: It seems mailman on garage crapped out. It seems to work now. | 16:33 |
mairas_ | X-Fade, thanks :-) | 16:33 |
mairas_ | X-Fade, yep, noisier again | 16:34 |
*** dany has joined #maemo | 16:34 | |
dany | hi there | 16:34 |
X-Fade | mairas_: good, i guess... | 16:34 |
E0x | brik: no , is good ? | 16:34 |
mairas_ | X-Fade, I'll also be bugging you about the web server statistics - tomorrow | 16:34 |
mairas_ | (if you're around) | 16:34 |
dany | do you know what graphic libraries can I use on the n900? openGL isn't available | 16:34 |
*** panaggio has quit IRC | 16:35 | |
brik | E0x: it will improve photos taken in low light a lot | 16:35 |
brik | somewhat less noisy at least | 16:35 |
javispedro | dany: http://wiki.maemo.org/OpenGL-ES | 16:35 |
E0x | thx brik i will try it | 16:35 |
dany | javispedro, I know but it is uncomplete | 16:36 |
javispedro | dany: In what sense? | 16:36 |
dany | it is not the full opengl | 16:36 |
*** nicu has quit IRC | 16:36 | |
dany | it is limitated | 16:36 |
*** KevinB has joined #maemo | 16:36 | |
javispedro | you will need to workaround whatever functionaly from the full GL you need. | 16:37 |
dany | javispedro, so you're saying that it's possible to port every openGL application using the openGL-ES? | 16:37 |
javispedro | yes, with more or less effort. | 16:37 |
javispedro | oh, gtg. sorry | 16:37 |
*** javispedro has quit IRC | 16:37 | |
*** leandrosansilva has quit IRC | 16:38 | |
*** aloisiojr1 has joined #maemo | 16:39 | |
dany | javispredo, but using other libraries? | 16:39 |
yacc | What do I need to do to reload the event.d scripts? | 16:39 |
*** djszapi has left #maemo | 16:40 | |
alterego | It's possible to write good GLES2 code that runs perfectly in GLES2 and in desktop GL environment. | 16:41 |
*** sar3th has quit IRC | 16:41 | |
dany | cool | 16:43 |
*** ferdna has joined #maemo | 16:44 | |
*** drj_cro has quit IRC | 16:45 | |
*** Cy8aer has quit IRC | 16:45 | |
*** Kevin_B has joined #maemo | 16:46 | |
*** aloisiojr has quit IRC | 16:46 | |
*** nicu has joined #maemo | 16:47 | |
*** KevinB has quit IRC | 16:49 | |
*** Mece has joined #maemo | 16:51 | |
*** suresh_ has quit IRC | 16:53 | |
*** Svavel has joined #maemo | 16:55 | |
*** dmotd has left #maemo | 16:56 | |
*** murrayc has quit IRC | 16:57 | |
*** lardman has joined #maemo | 16:59 | |
*** chx is now known as chx_sleep | 17:02 | |
*** Arkenoi has joined #maemo | 17:02 | |
*** ToJa92 has joined #maemo | 17:04 | |
*** florian has joined #maemo | 17:05 | |
*** AD-N770 has quit IRC | 17:06 | |
*** sar3th has joined #maemo | 17:07 | |
*** sge has quit IRC | 17:08 | |
*** sge has joined #maemo | 17:12 | |
*** tackat has joined #maemo | 17:14 | |
*** Mece has quit IRC | 17:15 | |
*** mitsutaka has quit IRC | 17:15 | |
*** jhb has joined #maemo | 17:16 | |
auenf | hmm, transformers shockwave is a missing package on the ovi repo? | 17:20 |
*** scoobert1on has joined #maemo | 17:22 | |
*** ppenz has quit IRC | 17:23 | |
*** blackthorne has joined #maemo | 17:24 | |
blackthorne | hi | 17:24 |
blackthorne | i want to program a GUI app for maemo | 17:24 |
blackthorne | is there any visual tool to design graphical user interfaces for maemo using libs like qt or gtk? | 17:24 |
blackthorne | I really care about designing these tools in a visual environment | 17:25 |
lcuk | qt | 17:25 |
alterego | blackthorne: download the latest Nokia Qt SDK, | 17:25 |
NIN101 | qt-designer | 17:25 |
blackthorne | qt creator? | 17:25 |
*** GAN900_ is now known as GAN900 | 17:25 | |
*** GAN900 has quit IRC | 17:25 | |
*** GAN900 has joined #maemo | 17:25 | |
blackthorne | I know it, but does it work on maemo? | 17:26 |
alterego | Qt Creator has Qt Designer integrated with it which provides wysiwyg ui editor. | 17:26 |
blackthorne | qt designer seems to be desktop oriented | 17:26 |
alterego | You want to design the UIs _on_ the N900? Rather than design them on the deszktop and run them on the N900? | 17:26 |
blackthorne | no | 17:26 |
MohammadAG | Qt Designer's awesome | 17:27 |
MohammadAG | QtGtkStyle handles styling so apps look like gtk ones | 17:27 |
NIN101 | but what I don't like that the size of buttons I see isn't really what I get on the n900 then with hildon. | 17:27 |
MohammadAG | you should use layouts anyway | 17:28 |
NIN101 | yes, thats probably true. | 17:28 |
blackthorne | but considering the differences on the screen size, ... | 17:28 |
MohammadAG | 800x480 should be the same | 17:29 |
MohammadAG | but hildon's buttons are kinda big | 17:29 |
lcuk | "visible from orbit" is a button size I like | 17:30 |
*** fellu has quit IRC | 17:30 | |
*** Necc has joined #maemo | 17:30 | |
* lardman would like buttons with kb shortcuts :p | 17:30 | |
blackthorne | is the Qt code | 17:30 |
* lcuk would like bacon release mechanism | 17:31 | |
blackthorne | the same that runs on a PC ? | 17:31 |
lardman | mmm | 17:31 |
lcuk | blackthorne, as long as you stick within the qt api, yes | 17:31 |
MohammadAG | that's the whole point of Qt isn't it | 17:31 |
blackthorne | don't they use other libs? | 17:31 |
blackthorne | for mobile devices, I mean | 17:31 |
lcuk | once you start to add OS specific function calls you break the cross compatability | 17:31 |
blackthorne | that's awesome! | 17:31 |
MohammadAG | unless you use #ifdefs! | 17:31 |
lcuk | just like you can make Qt apps, but call into Windows API | 17:31 |
* lcuk nukes MohammadAG from orbit | 17:32 | |
lcuk | ifdefs make eyes bleed | 17:32 |
alterego | I swear we get some right weirdos on tmo .. | 17:32 |
MohammadAG | alterego, took you long to notice | 17:32 |
*** BCMM_ has joined #maemo | 17:32 | |
MohammadAG | lcuk, sometimes, an API is stupid and you have to turn to your own implementation :p | 17:32 |
*** inz has quit IRC | 17:33 | |
* MohammadAG looks at sensors API | 17:33 | |
lcuk | MohammadAG, no - you file a bug | 17:33 |
lcuk | or discuss with the designers of sensors api and offer a patch | 17:33 |
lcuk | that way, you get what you want and everyone else does too | 17:33 |
lcuk | and you retain cross compatible use | 17:33 |
lcuk | so download sensorapi, make the changes there, offer a MR to the guys | 17:34 |
lcuk | along with a description of why you needed to do it | 17:34 |
blackthorne | is there dropbox for n900? | 17:34 |
lcuk | theres n900fly | 17:34 |
blackthorne | what about git? | 17:34 |
lcuk | but in general for all "is there X package for n900", see here http://maemo.org/packages/ | 17:35 |
lcuk | it has a handy search which also shows which repo things are in ;) | 17:35 |
MohammadAG | <lcuk> theres n900fly LOL | 17:35 |
*** Dassu has quit IRC | 17:35 | |
*** Noma_ has quit IRC | 17:35 | |
*** jhb has quit IRC | 17:35 | |
*** BCMM has quit IRC | 17:38 | |
*** sge has quit IRC | 17:44 | |
ZogG | MohammadAG, | 17:44 |
*** z4chh has quit IRC | 17:45 | |
*** [DrkGUNMAN-N900] has quit IRC | 17:45 | |
*** brendans has joined #maemo | 17:45 | |
*** brendans has left #maemo | 17:46 | |
ZogG | your media bar is turning on everytime i call/answer the phone | 17:46 |
ZogG | what is the difference beteen designer and qt designer | 17:47 |
ZogG | i have both in menu and they look wierdly different | 17:47 |
ZogG | first is 4.7.1 and other is 2.0.0 =) | 17:47 |
*** etrunko has quit IRC | 17:48 | |
*** hannesw_ has joined #maemo | 17:48 | |
*** sge has joined #maemo | 17:48 | |
*** paroneayea has quit IRC | 17:48 | |
ZogG | oops my mistake | 17:49 |
ZogG | one was creaor | 17:49 |
*** fcrochik has joined #maemo | 17:49 | |
ZogG | but still somehow i have 2 creators and designers in my system | 17:49 |
*** Mece has joined #maemo | 17:51 | |
*** rm_work has joined #maemo | 17:51 | |
Mece | frals, hey you know things about pidgins, right? | 17:51 |
*** hannesw has quit IRC | 17:51 | |
Mece | and by pidgins I mean dbus calls actually. | 17:51 |
*** SpeedEvil1 has joined #maemo | 17:54 | |
*** Zuccace has quit IRC | 17:54 | |
*** Zucca has joined #maemo | 17:54 | |
Mece | hm oh well. | 17:55 |
ZogG | damn | 17:56 |
*** blue_led has joined #maemo | 17:56 | |
Mece | ZogG, ? | 17:57 |
*** inz has joined #maemo | 17:57 | |
ZogG | i have installed qt-creator twice | 17:58 |
ZogG | manually | 17:58 |
*** SpeedEvil has quit IRC | 17:58 | |
*** SpeedEvil1 is now known as SpeedEvil | 17:58 | |
ZogG | and even don't know where source files and how to get rid of one of them at least | 17:58 |
DocScrutinizer | ([2011-01-13 16:30:34] * lardman would like buttons with kb shortcuts :p) FULL ACK | 17:58 |
ZogG | meanwhile i don't feel installing it from portage as it wants so many dependies | 17:58 |
*** bigbrovar_ has joined #maemo | 17:59 | |
ZogG | DocScrutinizer hey robot, sup? | 17:59 |
*** bigbrovar has quit IRC | 17:59 | |
*** z4chh has joined #maemo | 18:00 | |
*** svillar has joined #maemo | 18:00 | |
*** ftrvxmtrx has quit IRC | 18:01 | |
DocScrutinizer | lardman: but... has anybody ever tried to include acce&lerator marks to buttons - on maemo qt? maybe they work and simply nobody is using them :-P | 18:03 |
*** Necc has quit IRC | 18:03 | |
DocScrutinizer | wait, for buttons the code was slightly different iirc | 18:04 |
Mece | hey, how would I go about checking if the screen is dark from a Qt app? | 18:04 |
*** PhonicUK has quit IRC | 18:04 | |
DocScrutinizer | Mece: read out all pixels and compare to a threshold color value? | 18:04 |
DocScrutinizer | Mece: seriously what do you want to do? | 18:04 |
lardman | DocScrutinizer: good idea | 18:05 |
lardman | Mece: backlight you mean? | 18:05 |
Mece | well, I want do do a thing if app is not in focus or screen is locked. yes lardman. if screen is locked or just blacked | 18:06 |
DocScrutinizer | lardman: I guess he means screen lock | 18:06 |
Mece | if I leave the phone w/ keyboard open, it is not locked but black. | 18:06 |
DocScrutinizer | yep | 18:06 |
*** ghostcube_maemo has joined #maemo | 18:06 | |
Mece | because if I tap it it wakes up. | 18:06 |
*** pH5 has joined #maemo | 18:07 | |
Mece | so that's why i said black, but yeah, locked. | 18:07 |
*** calvaris has quit IRC | 18:07 | |
lardman | there are events you can receive | 18:07 |
ghostcube_maemo | hi folks. is there any news for flash 10? | 18:07 |
DocScrutinizer | either you find a signal on dbus which is sent by mce to notify screen dimming and undimming, or you read out /sys for backlight brightness | 18:08 |
Mece | i don't need events, I want to do a check. | 18:08 |
Mece | like if (screenLocked) go ape. | 18:08 |
DocScrutinizer | maybe it's safe enough for your usecase to assume screen is locked when backlight is at level 0 | 18:09 |
DocScrutinizer | it's not a proper idicator though for mce having locked it | 18:09 |
MohammadAG | Mece, there's a class in qt-mediaplayer | 18:09 |
lardman | Mece: isActiveWindow() ? | 18:09 |
lardman | QApplication method | 18:09 |
MohammadAG | isScreenLocked() | 18:09 |
lardman | s/method/property | 18:10 |
DocScrutinizer | or that :-D | 18:10 |
MohammadAG | http://gitorious.org/qt-mediaplayer | 18:10 |
alterego | I'm thinking of writing a small Qt ui that allows you to select .iso images or .bin files to use when using usb in file storage mode. | 18:10 |
lardman | though that can indicate the app is bg'ed | 18:10 |
lardman | to use for what? | 18:10 |
Mece | MohammadAG, oh? that easy? | 18:11 |
Mece | wow. | 18:11 |
alterego | Well, for me, it means I can have 32bit and 64bit ubuntu install cds | 18:11 |
DocScrutinizer | alterego: ?? exporting lopmounted .iso? | 18:11 |
MohammadAG | Mece, yes, i'm awesome like that | 18:11 |
alterego | DocScrutinizer: no | 18:11 |
MohammadAG | :P | 18:11 |
alterego | Not loopmounted .. | 18:11 |
lardman | ah I see | 18:12 |
DocScrutinizer | alterego: why not loopmounted? what else? | 18:12 |
alterego | DocScrutinizer: What has loop mounting got to do with g_file_storage? | 18:12 |
alterego | That's just plain stupid. | 18:13 |
lardman | so what are you trying to achieve? | 18:13 |
* lardman has been up for too many hours today | 18:13 | |
alterego | Basically, turning the N900 into install medium | 18:13 |
blue_led | anyone know for what prupose is used /sys/devices/platform/omapdss/overlay1 ? | 18:13 |
DocScrutinizer | alterego: what do you think is g_file_storage exporting? | 18:14 |
*** nicu has quit IRC | 18:14 | |
alterego | DocScrutinizer: a file | 18:14 |
* ShadowJK wonders if one is for video on lcd and other for video on tvout | 18:14 | |
alterego | DocScrutinizer: the mounting is done on the host machine .. | 18:14 |
lardman | blue_led: from a quick google, that's the fb overlay | 18:14 |
DocScrutinizer | uhuh | 18:14 |
lardman | which includes TV out functionality | 18:14 |
alterego | So, wtf are you talking about? | 18:14 |
DocScrutinizer | MyDocs is a file? | 18:15 |
*** mece1 has joined #maemo | 18:15 | |
lardman | alterego: but what are you doing then? copying the right file to the partition which will be mounted? | 18:15 |
*** mece1 is now known as mece_ | 18:15 | |
alterego | 1. plugin in n900 via usb. 2. select 32-bit ubuntu installation .iso image. 3. Start machine. | 18:15 |
DocScrutinizer | /dev/mmcblk1p1 is a file? | 18:15 |
alterego | Then the machine will start an installation of 32bit linux | 18:15 |
alterego | DocScrutinizer: mmcblk1 actually .. | 18:16 |
lardman | so what do you need the ui for? | 18:16 |
alterego | mmcblk0 and mmblk1 | 18:16 |
*** Mece has quit IRC | 18:16 | |
*** mece_ is now known as mece | 18:16 | |
alterego | lardman: To make it easy to switch between .iso images and the default N900s behaviour? | 18:16 |
DocScrutinizer | actually everything's a file on unix X-P | 18:16 |
blue_led | i have overlay2 and i can adjust tv image size by modifing values on overlay2 but question about overlay1 still here. | 18:16 |
alterego | I don't want to have to modprobe manually each time. | 18:17 |
lardman | alterego: so your ui will copy one or other of the files to e.g. MyDocs, then modprobe g_storage or words to that effect | 18:17 |
lardman | ? | 18:17 |
alterego | At my previous job this would have been really useful, as we use usb devices to flash firmware and configuration onto some embedded devices. | 18:17 |
alterego | lardman: no | 18:17 |
ShadowJK | blue_led, is one for yuv and other the standard rgb? | 18:17 |
lardman | blue_led: dunno off the top of my head, check out the kernel driver code comments | 18:17 |
alterego | lardman: my program will insmod g_file_storage telling it to use some .iso instead of /dev/mmcblk0 and /dev/mmcblk1 | 18:18 |
*** bigbrovar_ has quit IRC | 18:18 | |
*** eMHa has quit IRC | 18:18 | |
lardman | ah, I see | 18:18 |
alterego | The UI is to just make it user friendly when selecting a target image. | 18:18 |
ShadowJK | alterego, you might have to use loop device | 18:18 |
alterego | ShadowJK: no, I don't. | 18:18 |
alterego | I know it'll work, what I don't know is why you're all questoning it? :P | 18:19 |
lardman | assuming the PC knows the format of the fs it should work ok | 18:19 |
ShadowJK | oh, tried it manually that it works with regular files? | 18:19 |
*** dany has quit IRC | 18:19 | |
mece | MohammadAG, hmm I don't see a isScreenActive method anywhere... | 18:19 |
alterego | It would allow you to have a load of .iso images stored on your N900 and at any given moment make the N900 act like that image. | 18:19 |
alterego | ShadowJK: that's how it works. | 18:19 |
ShadowJK | ? | 18:19 |
alterego | ShadowJK: there's no try. g_file_storage exports a usb mass storage device where the blocks are a file on the device. | 18:20 |
*** zap has quit IRC | 18:20 | |
alterego | for instance: modprobe g_file_storage file=/home/user/some.iso | 18:20 |
DocScrutinizer | alterego: I wasn't sure if g_file_storage is exporting the phy dev or the mounted fs. So I thought you loopmount your ISO to export the mountpoint | 18:20 |
alterego | Or: modprobe g_file_storage file=/dev/mmcblk0 | 18:20 |
alterego | No | 18:20 |
MohammadAG | mece, class Maemo5DeviceEvents | 18:20 |
alterego | g_file_storage doesn't work like that. | 18:20 |
ShadowJK | Well I don't think you'd mount it, but you'd use loop device without mounting to create a block device out of the regular file | 18:21 |
mece | MohammadAG, where is this? | 18:21 |
DocScrutinizer | obviously, otherwise you wouldn't have to umount MyDocs prior to exporting it :-D | 18:21 |
lardman | mece: http://doc.qt.nokia.com/4.7-snapshot/qwidget.html#isActiveWindow-prop | 18:21 |
MohammadAG | mece, check mediabar's source, i use it there too | 18:21 |
alterego | ShadowJK: you obviously don't get what I'm talking about :P | 18:21 |
*** achipa has quit IRC | 18:22 | |
*** mitsutaka has joined #maemo | 18:22 | |
lardman | mece: but go for MohammadAG's suggestion for the isLocked() prop | 18:22 |
DocScrutinizer | no, I actually think ShadowJK got a point there | 18:22 |
lardman | I presume | 18:22 |
alterego | ShadowJK: not necessary | 18:23 |
ShadowJK | alterego, I'm questioning whether g_file_storage knows to use bmap and friends to get the blocks of a regular file so it can export it | 18:23 |
alterego | ShadowJK: g_file_storage is designed to work with files .. | 18:23 |
lardman | as g_storage can take a file | 18:23 |
mece | ok.. I'm currently using QApplication::focusWidget() != NULL | 18:23 |
alterego | I've just told you it does. | 18:23 |
alterego | I KNOW IT WORKS! ffs | 18:23 |
alterego | I'm too ill and cranky O_O | 18:23 |
MohammadAG | lol | 18:23 |
* MohammadAG hides | 18:23 | |
* lardman hands alterego some beer to cure his illness | 18:24 | |
DocScrutinizer | I don't need to be ill for that :-P | 18:24 |
mece | and that doesn't work. well it works if the app is minimized or you're looking at something else, but not if the app is active and the screen is locked. | 18:24 |
alterego | Heh | 18:24 |
alterego | I did say, several times, it works, I know it works ... | 18:24 |
ShadowJK | You know, you could just have pasted one line from the module | 18:24 |
*** MacDrunk has quit IRC | 18:24 | |
DocScrutinizer | alterego: a nice idea anyway | 18:24 |
alterego | Heh | 18:25 |
alterego | Yeah, I'm just thinking how to do it. | 18:25 |
DocScrutinizer | I guess you would want to tweak ke_rcv or sth like that | 18:25 |
alterego | Well, how to do it "properly" as to maintain stability and usability etc. | 18:25 |
alterego | Yeah, exactly. | 18:25 |
* DocScrutinizer wonders idly what a fsckdup acronym ke_rcv might be | 18:26 | |
alterego | ke_recv I thought :P | 18:26 |
DocScrutinizer | whatever | 18:26 |
alterego | Hrm, | 18:27 |
DocScrutinizer | unless I figure what it means, I'll never manage to recall correctly | 18:27 |
* alterego thinks of a name for this app. | 18:27 | |
alterego | kernel event receiver? | 18:27 |
alterego | Or something? | 18:27 |
DocScrutinizer | oooh, thanks alterego | 18:28 |
alterego | :) | 18:28 |
*** ptlo has quit IRC | 18:28 | |
alterego | I'm thinking "USB Storage Selector" | 18:28 |
alterego | Or "USB Storage Configurator" | 18:28 |
DocScrutinizer | or "virtual CD" | 18:29 |
alterego | Pfft, I could make it a control panel applet and call it "USB Storage" | 18:29 |
alterego | Yeah, I've got a plan slightly larger than CDs and it's not limited to CDs anyway. | 18:29 |
*** etrunko has joined #maemo | 18:30 | |
*** merlin1991 has joined #maemo | 18:30 | |
*** Mece_ has joined #maemo | 18:31 | |
*** kwek has quit IRC | 18:32 | |
*** petrux has quit IRC | 18:32 | |
*** inz has quit IRC | 18:33 | |
*** BCMM_ has quit IRC | 18:33 | |
*** inz has joined #maemo | 18:33 | |
*** bergie has quit IRC | 18:33 | |
mece | MohammadAG, so I guess it's easiest to just include that class directly. | 18:34 |
*** BCMM has joined #maemo | 18:34 | |
mece | MohammadAG, if that's ok with you? | 18:34 |
ZogG | i hate qt | 18:36 |
ZogG | seriously | 18:36 |
ZogG | it's pain in the a** | 18:36 |
ZogG | i hate it so much | 18:36 |
lardman | ZogG: it gets better | 18:36 |
ZogG | no it's not | 18:36 |
BCMM | ZogG: use pure xlib | 18:36 |
lardman | I'm almost a C++ convert now | 18:36 |
BCMM | it won't help, but you'll stop hating Qt | 18:36 |
ZogG | BCMM, do you use gtk+ DE or KDE? | 18:37 |
*** epp has joined #maemo | 18:37 | |
ZogG | i'm trying to emerge qt-creator | 18:37 |
ZogG | so it asked me to change flags | 18:37 |
epp | is there a way to change the RDS text output by the fm transmitter? | 18:37 |
epp | I see the app to show calls and texts but i want it to stay static | 18:38 |
BCMM | ZogG: i use kde, why? | 18:38 |
*** _berto_ has quit IRC | 18:38 | |
BCMM | ZogG: change which flags? the flags Qt is built with? | 18:39 |
ZogG | BCMM, it asked me so set use flags for qt-* packages | 18:39 |
ZogG | i set | 18:39 |
ZogG | now it asked to unset some of them | 18:39 |
ZogG | i did that too | 18:39 |
ZogG | it asked to set them back | 18:39 |
BCMM | ZogG: which flags did it want? | 18:39 |
ZogG | and it's like forever in loop | 18:39 |
BCMM | ZogG: if it helps, i had no trouble building creator on gentoo, and i have (exceptions glib iconv pch qt3support ssl -aqua -debug -doc -optimized-qmake) for qt-core | 18:40 |
ZogG | BCMM you use qt anyway | 18:40 |
ZogG | i have only qt core qt gui and maybe qt opengl | 18:41 |
BCMM | ZogG: yeah, you're gonna need Qt to do Qt development... | 18:41 |
*** AD-N770 has joined #maemo | 18:42 | |
DocScrutinizer | epp: so tweak the call&mp3-text app | 18:42 |
ZogG | BCMM so trying to instal it | 18:42 |
ZogG | lemme show | 18:42 |
*** panaggio has joined #maemo | 18:42 | |
ZogG | http://i.imgur.com/HoOVe.png | 18:42 |
ZogG | here we go | 18:42 |
*** jrocha has quit IRC | 18:43 | |
BCMM | that's one way to show me the output of a command... | 18:43 |
*** vanadismobile has joined #maemo | 18:43 | |
*** spiritd has joined #maemo | 18:43 | |
BCMM | ZogG: it looks like it requires that assistant and the rest of Qt match, in terms of the debug flag | 18:44 |
lolcat | You have gento on your phone? | 18:44 |
BCMM | (and qt3support) | 18:44 |
BCMM | lolcat: i think he's trying to do qt development on a gentoo desktop] | 18:44 |
alterego | woof | 18:45 |
blue_led | @epp :fmtx_client | 18:45 |
*** chenca has quit IRC | 18:45 | |
lolcat | BCMM: On his phone? Oo | 18:46 |
BCMM | lolcat: no, i think he's developing *for* the phone | 18:47 |
*** ab has quit IRC | 18:47 | |
lolcat | BCMM: IIRC it is a UMPC with phone capabilities, not a phone. | 18:47 |
BCMM | ZogG: did that work? | 18:48 |
*** [DrkGUNMAN-N900] has joined #maemo | 18:48 | |
ZogG | BCMM, man i hate qt, why does gtk doesn't have those problems | 18:49 |
alterego | What problems? | 18:49 |
BCMM | ZogG: GTK is just a GUI lib. | 18:49 |
*** etrunko_ has joined #maemo | 18:49 | |
lolcat | I think qt is brilliant, if you say it it sounds like cutie! | 18:49 |
*** dneary has joined #maemo | 18:49 | |
BCMM | ZogG: Qt is much more than that, so gentoo splits it up into seperate ebuilds | 18:49 |
*** mairas_ has quit IRC | 18:50 | |
alterego | lolcat: it's meant to be just "cute" actually :P | 18:50 |
BCMM | ZogG: the only problem here is that you're trying to mix-and-match debugging support for them | 18:50 |
BCMM | ZogG: set the debug and qt3support flags for all qt components or for none of them | 18:50 |
alterego | Qt is more like, gtk + glib + glib-gobject + pango + cairo + a load of other stuff | 18:50 |
BCMM | (and even if there is a real problem, it's with gentoo, not Qt) | 18:50 |
*** vanadismobile has quit IRC | 18:51 | |
*** etrunko has quit IRC | 18:51 | |
lolcat | alterego: I pronounce it as CUTIE! | 18:51 |
ZogG | x11-libs/qt-sql-4.7.1-r1 (Change USE: +debug +qt3support) | 18:52 |
ZogG | - x11-libs/qt-assistant-4.7.1 (Change USE: -debug -qt3support) | 18:52 |
ZogG | BCMM, | 18:52 |
alterego | lolcat: well, you'd be laughed at if you said that at a conference :P | 18:53 |
alterego | ZogG:you're issue is gentoo is a shit | 18:53 |
ZogG | lolcat is not like longcat anyway | 18:53 |
lolcat | I don't go to confrences, I don't go outside, period. | 18:53 |
ZogG | alterego, no it's not, it's all dependies in Qt | 18:53 |
alterego | Install a real distro and continue using gentoo as the toy it is | 18:53 |
ZogG | always happened to me for qt releated stuff | 18:54 |
alterego | m'hmm ... | 18:54 |
BCMM | ZogG: "one of" | 18:54 |
*** tg has quit IRC | 18:54 | |
BCMM | alterego: gentoo's ok, he's just using it oddly | 18:54 |
BCMM | lets not have a distro flamewar | 18:54 |
ZogG | alterego, are you serious? if in "real" distro it just installs everythingm and i men everything in qt it doesn't mean it's good if you even don't need half of it. stick to ubuntu pal =) | 18:54 |
BCMM | lolcat: if you don't go outside, why do you need a smartphone? | 18:55 |
*** tg has joined #maemo | 18:55 | |
alterego | People use it, they complain at other projects when they know it's the fact that Gentoo package management is retarded. | 18:55 |
alterego | But that is all I have to say on the matter :P | 18:55 |
BCMM | ZogG: have you tried just setting the debug and qt3support flags consistently? | 18:55 |
*** eMHa has joined #maemo | 18:55 | |
ZogG | alterego, lol, if they just use so complicated structure that everything depends on everything i wish like for Qt and KDE to make their own KDEdistro | 18:56 |
ZogG | BCMM everytime i change flag they ask to change it bakc and than back and so on on loop | 18:56 |
ZogG | i give up | 18:56 |
BCMM | ZogG: have you tried setting them *consistently* yet? | 18:56 |
*** jonwil has quit IRC | 18:57 | |
alterego | ZogG: debian, ubuntu, fedora, suse don't have this problem. Ask yourself, what are you actually gaining using gentoo? | 18:57 |
*** npm has joined #maemo | 18:57 | |
BCMM | ZogG: this would be most easilly achieved by removing all reference to qt in package.use and setting qt3support globally | 18:58 |
BCMM | please, please try that | 18:58 |
*** GNUton-BNC has quit IRC | 18:58 | |
ZogG | do not want | 18:58 |
*** GNUton-BNC has joined #maemo | 18:58 | |
ZogG | i have things i don't qwant qt or qt3support | 18:58 |
ZogG | i don't use qt | 18:58 |
ZogG | and don't like it | 18:58 |
ZogG | so i wated to set the minimum | 18:58 |
BCMM | ZogG: qt3support only applies to qt ebuilds, and i didn't ask you to touch the qt flag | 18:59 |
BCMM | ZogG: qt3support is Qt4's stuff for making ports of qt3 stuff easier | 18:59 |
ZogG | alterego, the problem is here if you like your distro to set things for you instead of you and if you install package to install it with everything even if you don't need it - use windows =) | 18:59 |
ZogG | BCMM i know | 18:59 |
*** andre__ has quit IRC | 19:00 | |
BCMM | ZogG: so setting qt3support globally won't effect anything but Qt packages! | 19:00 |
*** msanchez has quit IRC | 19:00 | |
*** npm__ has quit IRC | 19:01 | |
BCMM | ZogG: so what's the problem with just setting qt3support globally? | 19:02 |
*** WikierOFF has quit IRC | 19:02 | |
epp | soooo i installed multiboot kernel, it lagged up my phone so I tried to go back to kernel power, it wouldnt so i installed normal kernel, tried upgrading after than but i still cant overclock | 19:02 |
BCMM | ZogG: oh, and once you've got the flags set consistently, it may choke on which order to do stuff in, so just uninstall the current Qt mess and start again | 19:03 |
*** andrenarchy has joined #maemo | 19:03 | |
ZogG | same thing | 19:04 |
*** fcrochik has quit IRC | 19:04 | |
ZogG | x11-libs/qt-declarative-4.7.1-r2 (Change USE: -qt3support) | 19:04 |
ZogG | - x11-libs/qt-assistant-4.7.1 (Change USE: +qt3support) | 19:04 |
*** murrayc has joined #maemo | 19:04 | |
*** andrenarchy has quit IRC | 19:04 | |
alterego | Do you have KDE installed? | 19:05 |
ZogG | hiow it can ask me x11-libs/qt-sql-4.7.1-r1 (Change USE: +qt3support) | 19:05 |
alterego | Just install Nokia Qt SDK ... | 19:05 |
ZogG | if i have qt3support globally | 19:05 |
alterego | It has all the libs in there. | 19:05 |
ZogG | alterego just deleted it =) | 19:05 |
BCMM | ZogG: that cannot be right, because it's asking you turn qt3support on for assistant | 19:05 |
ZogG | alterego, would i have a problem if i had KDE? | 19:05 |
BCMM | ZogG: remove reference to Qt in package.use | 19:05 |
alterego | KDE probably requires qt3support | 19:06 |
BCMM | i believe it does | 19:06 |
ZogG | BCMM i did it | 19:06 |
BCMM | ZogG: have you uninstalled the current mess yet? | 19:06 |
ZogG | but it asks for x11-libs/qt-gui,core,script,declaration private-headers | 19:06 |
*** chenca has joined #maemo | 19:07 | |
*** javispedro has joined #maemo | 19:07 | |
BCMM | ZogG: what's "private-headers"? | 19:07 |
BCMM | ZogG: also, would you mind pastebinning output of eix qt- and contents of make.conf and package.use? | 19:08 |
*** retro|cz has quit IRC | 19:08 | |
*** Arkenoi has quit IRC | 19:09 | |
ZogG | <BCMM> ZogG: what's "private-headers"? // use flag | 19:10 |
*** ArGGu^^ has quit IRC | 19:12 | |
alterego | private headers are internal Qt headers that allow closely related classes to reference data between themselves but maintain outside opacity by being dropped in a normal -dev package. | 19:12 |
alterego | They usually end in _p.h | 19:12 |
BCMM | ZogG: that's odd, i don't need that flag, and i have qt-creator | 19:13 |
BCMM | ZogG: but you could just turn it on like it asks | 19:13 |
*** dneary has quit IRC | 19:13 | |
*** chmac has joined #maemo | 19:14 | |
ZogG | BCMM i do turn on like it asks | 19:14 |
BCMM | globally? | 19:14 |
*** crs has joined #maemo | 19:14 | |
ZogG | BCMM but if it asksk to turn on qt3support for qt-something1 | 19:14 |
ZogG | and than it asks to turn off it | 19:14 |
ZogG | and than off at other qt-somethin2 and on on something1 | 19:15 |
ZogG | what is the point? | 19:15 |
ZogG | in life... | 19:15 |
BCMM | ZogG: and this is with no qt packages installed and no reference to qt in packages.use? | 19:15 |
ZogG | with references exactly as it askes me | 19:15 |
ZogG | and i have qt-core and gui and opengl i think | 19:15 |
ZogG | that's it | 19:15 |
epp | do i have to uninstall normal kernel after i install power kernel? | 19:16 |
BCMM | ZogG: would you mind pastebinning "eix qt-" output? | 19:16 |
BCMM | (if you use eix) | 19:16 |
ZogG | sure i do | 19:16 |
*** ghostcube_maemo has quit IRC | 19:16 | |
*** ArGGu^^ has joined #maemo | 19:16 | |
ZogG | http://paste.pocoo.org/show/320090/ | 19:16 |
BCMM | epp: doesn't power kernel come with great big warnings to not uninstall it in the normal way through HAM or apt-get? | 19:16 |
*** X-Fade_ has joined #maemo | 19:16 | |
epp | BCMM i didnt see | 19:17 |
epp | BCMM, i installed it through apt | 19:17 |
ZogG | BCMM he was talking about normal kernel | 19:17 |
BCMM | ZogG: do you want debug support in qt or not, btw? | 19:17 |
ZogG | i don't care | 19:17 |
*** paroneayea has joined #maemo | 19:18 | |
BCMM | ZogG: how is hte debug flag set for the rest of the system? | 19:18 |
ZogG | at least it emerges =) | 19:18 |
ZogG | dev-libs/libusb debug doc | 19:19 |
ZogG | dev-util/gtk-doc debug doc | 19:19 |
ZogG | that's all | 19:19 |
BCMM | ZogG: ok, so can you pastebin the output of emerge -pv qt-creator? | 19:20 |
ZogG | BCMM but seriously Qt is much more complicated with flags and dependies | 19:20 |
*** X-Fade has quit IRC | 19:20 | |
*** achipa has joined #maemo | 19:21 | |
BCMM | ZogG: it's not a problem with Qt. it's because gentoo has split Qt up into modular ebuilds | 19:21 |
BCMM | this is actually a good thing for people that might have one or two Qt apps and not need opengl support in qt | 19:22 |
ZogG | BCMM, found the problem =) | 19:23 |
*** Arkenoi has joined #maemo | 19:23 | |
BCMM | ZogG: ? | 19:23 |
ZogG | BCMM you would laught at me | 19:23 |
BCMM | what was wrong? | 19:24 |
ZogG | i had -qt3support in make.conf =) | 19:24 |
*** Mece_ has quit IRC | 19:24 | |
ZogG | BCMM so even when i turned it on, i just made to flags =) | 19:25 |
BCMM | ZogG: thats why i wanted you to pastebin that... | 19:25 |
ZogG | i don't like qt anyway | 19:25 |
BCMM | were you worreid i'd laugh at your cflags? | 19:25 |
ZogG | and i turned it off probably year ago | 19:25 |
ZogG | just don't use anything qt so i didn't need it | 19:25 |
ZogG | $ cat /etc/make.conf |wgetpaste | 19:26 |
ZogG | Your paste can be seen here: http://paste.pocoo.org/show/320101/ | 19:26 |
ZogG | nothing to laught about i think | 19:26 |
*** TeringTuby has left #maemo | 19:26 | |
BCMM | "i don't like qt anyway" 1) Why? 2) There is no reason for the above incident to effect your opinions of Qt. | 19:28 |
*** blackthorne has quit IRC | 19:28 | |
*** jacktheripper has quit IRC | 19:29 | |
ZogG | BCMM i hated it before that's all | 19:29 |
ZogG | i'm using xfce4 for a long time now | 19:29 |
BCMM | why, other than a tribal dedication to GTK+? | 19:29 |
ZogG | and as i was new to linux i liked amarok | 19:29 |
ZogG | so i used it | 19:29 |
ZogG | but everytime with global updates in qt something was broken | 19:30 |
*** unixSnob has joined #maemo | 19:31 | |
*** rcg1 has joined #maemo | 19:32 | |
*** geaaru has quit IRC | 19:32 | |
*** ftrvxmtrx has joined #maemo | 19:33 | |
*** andre__ has joined #maemo | 19:34 | |
*** FireFly has quit IRC | 19:35 | |
*** millenomi has quit IRC | 19:35 | |
*** plan_rich has joined #maemo | 19:35 | |
*** chx_sleep is now known as chx | 19:36 | |
*** FireFly has joined #maemo | 19:37 | |
plan_rich | hey can somebody help me resetting my n900? i downloaded the COMBINED global image and flashed it successfully, but there is also the EMMC image containing updates! the weired thing is though that the nokia download page said ALWAYS flash EMMC first and then FIASCO! what does that mean? | 19:38 |
trumee | crap, i am playing a local mp3 stream from my mediaserver (Liquidsoap) and Mediaplayer suddenly drops the audio and rebuffers | 19:38 |
plan_rich | is the FIASCO img the COMBINED? | 19:38 |
* trumee hope that MohammadAGs player doesnt do that | 19:39 | |
*** dazo is now known as dazo_afk | 19:39 | |
ShadowJK | yes, fiasco is combined | 19:40 |
plan_rich | and if i install the latest maemo 5 combined global release! do i have to flash emmc also? or what is emmc for? | 19:40 |
*** ZogG has quit IRC | 19:41 | |
ShadowJK | I'm not sure any significant changes have been made to emmc | 19:43 |
ShadowJK | flashing emmc is more of a "clear the device" thing | 19:43 |
plan_rich | ok, ill stick to combined then :) thx for help | 19:43 |
ShadowJK | The warning is there because if you only flash emmc, you end up with unusable system | 19:44 |
*** ZogG has joined #maemo | 19:44 | |
*** jhb has joined #maemo | 19:46 | |
*** arno0ob has quit IRC | 19:47 | |
*** piggz has joined #maemo | 19:47 | |
*** lardman is now known as lardman|away | 19:47 | |
ShadowJK | so, fiasco,reboot,emmc = broken system. emmc,reboot,fiasco = first broken then working system hopefully. emmc,fiasco and fiasco,emmc without booting the device in between is also fine. and flashing just the fiasco is also fine provided the filesystems already existing on device emmc are otherwise healthy | 19:48 |
*** GuySoft has quit IRC | 19:51 | |
javispedro | it requires quite a lot of practice to be able to get the full flashing "timings" right | 19:51 |
*** guysoft42 has quit IRC | 19:51 | |
Corsac | MohammadAG: hmhm, on your new shiny mediaplayer, is there a random album playback mode? | 19:51 |
*** SmilybOrg has joined #maemo | 19:52 | |
*** jpe has quit IRC | 19:54 | |
ZogG | BCMM, so did you laugh at my make.conf? =) | 19:55 |
*** SmilyOrg has quit IRC | 19:55 | |
BCMM | ZogG: nah, not really | 19:55 |
BCMM | the USE flag abuse made me slightly disappointed that you didn't have hilarious cflags :) | 19:56 |
*** perolsen has joined #maemo | 19:56 | |
*** nicu has joined #maemo | 19:57 | |
ZogG | BCMM like? | 19:59 |
ZogG | -march=native i think is pretty enuf, but i might be wrong | 20:00 |
mikki-kun | BCMM: is -march=hilarious a hilarious useflag? :) | 20:01 |
BCMM | ZogG: marg=native is a good idea | 20:01 |
BCMM | ZogG: i said you didn't have any funny cflags | 20:01 |
BCMM | -funroll-loops would count as funny | 20:02 |
BCMM | s/marg/march/ | 20:02 |
BCMM | setting both -mtune and -mcpu is surprisingly popular, but meaningless | 20:03 |
javispedro | -Omgfast | 20:03 |
*** dazo_afk is now known as dazo | 20:07 | |
*** choppa has joined #maemo | 20:08 | |
*** blue_led has left #maemo | 20:11 | |
mikki-kun | BCMM: -march=native == bad when distcc :) | 20:12 |
*** AD-N770 has quit IRC | 20:14 | |
ieatlint | -O99999 | 20:15 |
*** andrei1089 has joined #maemo | 20:15 | |
ieatlint | btw, that's not USE flag abuse.. your USE flag var should be insanely long like that in most circumstances | 20:16 |
*** psycho_oreos has quit IRC | 20:17 | |
mikki-kun | hm, how can i allow my user to read /dev/fuse? | 20:17 |
mikki-kun | i have installed sshfs but when i want to mount a volume it says "fuse: failed to open /dev/fuse: Permission denied | 20:18 |
mikki-kun | an ls -las of /dev/fuse gives me "0 crw-rw---- 1 root root 10, 229 Jan 13 16:38 /dev/fuse" | 20:18 |
*** plan_rich has quit IRC | 20:19 | |
mikki-kun | i guess "chown root:user" won't be a permanent fix, will it? | 20:19 |
javispedro | nope | 20:19 |
*** zap has joined #maemo | 20:19 | |
javispedro | but it will be until you reboot | 20:19 |
*** ZogG has quit IRC | 20:20 | |
mikki-kun | hm, how can i make there a permanent fix (besides putting user to the root group?) | 20:20 |
javispedro | a udev rules file | 20:20 |
*** ZogG has joined #maemo | 20:20 | |
mikki-kun | some security on the n900 is totally wrong (like user seeing /root) but stuff like ping is blocked?! | 20:21 |
javispedro | ping requires root on any system. the issue on the n900 is that the ping binary is not setuid because doing that means busybox would be setuid. | 20:21 |
mikki-kun | javispedro: can you maybe help me out with that rule a bit? :) so far i've not used udev extensively :) | 20:21 |
mikki-kun | javispedro: not on mine | 20:21 |
*** etrunko_ has quit IRC | 20:21 | |
mikki-kun | arch it wasn't and neither it is in gentoo | 20:21 |
javispedro | on your system the ping binary is setuid | 20:21 |
*** etrunko has joined #maemo | 20:22 | |
*** mschlens has quit IRC | 20:22 | |
*** jhb has quit IRC | 20:23 | |
mikki-kun | hm... so again busybox hellishly annoying and useful as a potatoe? wow, i really am impressed... | 20:23 |
javispedro | mikki-kun: create a text file named fuse.rules with something like | 20:23 |
*** mschlens has joined #maemo | 20:23 | |
javispedro | KERNEL=="fuse",MODE="0666" | 20:23 |
javispedro | and save it under /etc/udev/rules.d | 20:24 |
mikki-kun | hm, 0666 ? | 20:24 |
mikki-kun | not 666? | 20:24 |
javispedro | don't remember if it matters or not, but since I don't want to look it up, 0666. | 20:25 |
javispedro | http://reactivated.net/writing_udev_rules.html also uses leading zero | 20:25 |
mikki-kun | hm, just curious where leading 0 comes into play :) | 20:26 |
ieatlint | it's convention, if not required, to specify the full 4 digit permissions | 20:26 |
javispedro | on C a leading 0 means octal literal ahead | 20:26 |
ieatlint | also indicates no special bit :P | 20:26 |
mikki-kun | ieatlint: what does this special bit do? indicate it being a sym-link? | 20:27 |
ZogG | http://i.imgur.com/DQIbA.png - Angry Birds under wine =) | 20:27 |
ieatlint | heh, here's an annoying question i was once asked during an interview.. what size (int bits) are unix permissions? | 20:27 |
ieatlint | mikki-kun: it supports setuid and the sticky bit | 20:28 |
ieatlint | think there's a third... hrm | 20:28 |
javispedro | setgid | 20:28 |
ieatlint | yes, right | 20:28 |
mikki-kun | hm, isn't that then 10 bits? | 20:29 |
*** plan_rich has joined #maemo | 20:29 | |
BCMM | mikki-kun: the ping thing isn't an intentional restriction because of ping being insecure or something | 20:29 |
mikki-kun | uhhh, 9 i mean | 20:29 |
ieatlint | it's 16 bits | 20:30 |
BCMM | mikki-kun: ping requires root access. on a typical linux box, it's installed SUID, but that's not an option for BB because of it all being in one binary, and them not wanting to make sh SUID :) | 20:30 |
ieatlint | four bits for each: special mode, root mode, group mode, user mode | 20:30 |
mikki-kun | BCMM: totally kills then "-f Flood ping. [...] Only the super-user may use this option with zero interval." | 20:30 |
ieatlint | err, was it 3... man i suck at this .. :P | 20:30 |
ieatlint | might be 12, i got the question wrong :P | 20:30 |
perolsen | ieatlint: r/w/x for each u/g/o? | 20:31 |
BCMM | mikki-kun: an SUID program can detect who ran it, see sudo | 20:31 |
mikki-kun | i am free od sudo on my boxes | 20:31 |
*** ArGGu^^ has quit IRC | 20:31 | |
*** ArGGu^^_ has joined #maemo | 20:31 | |
mikki-kun | if something needs root i "su -c" | 20:31 |
*** scoobert1on has quit IRC | 20:31 | |
mikki-kun | or have a root somewhere running if i do some more commands | 20:31 |
perolsen | rwx would then fit in 2 bits, no? | 20:31 |
javispedro | 3 =) | 20:32 |
BCMM | mikki-kun: well, su then | 20:32 |
ieatlint | mikki-kun: su is setuid | 20:32 |
BCMM | mikki-kun: (i don't have sudo either) | 20:32 |
ieatlint | yeah, it's 3... because permissions are flags, not added value | 20:32 |
perolsen | javispedro: yes, it can also be unset of course :-) | 20:32 |
mikki-kun | ieatlint: su - change user ID or become superuser | 20:32 |
ieatlint | mikki-kun: see "man setuid" | 20:33 |
*** merlin1991 has quit IRC | 20:33 | |
javispedro | may I suggest http://en.wikipedia.org/wiki/Setuid | 20:33 |
mikki-kun | ieatlint: man su =p | 20:33 |
ieatlint | yes, setuid() is what programs like su call | 20:33 |
*** merlin1991 has joined #maemo | 20:33 | |
ieatlint | it runs the program as root, and only root can call setuid() | 20:33 |
ieatlint | so it allows the program to set any uid on the system | 20:33 |
ieatlint | how things like sudo, su work | 20:34 |
*** merlin1991 has quit IRC | 20:34 | |
ieatlint | and yeah, ok, unix permissions are 12... i think it was 16 i answered in the interview, hehe | 20:34 |
mikki-kun | why now 12? | 20:35 |
perolsen | is there any information out there about what enables you to "cold flash" (recovering from dead nolo bootloader) the n900? | 20:35 |
MohammadAG | yes | 20:36 |
MohammadAG | ~coldflash | 20:36 |
infobot | from memory, coldflash is http://mg.pov.lt/maemo-irclog/%23maemo.2010-10-31.log.html#t2010-10-31T23:09:54 and next ~200 posts, or http://wiki.maemo.org/Updating_the_firmware/Cold_Flashing | 20:36 |
MohammadAG | see the wiki | 20:36 |
perolsen | yes, but what enables you to cold flash the n900? | 20:36 |
MohammadAG | usb | 20:36 |
BCMM | ieatlint: perms are four octal digits, right? | 20:36 |
perolsen | MohammadAG: which component? Nokia feature or something the usb chips provide? | 20:37 |
ieatlint | mikki-kun: so the regular permissions are rwx (3 bits) for each root, group and user... then 3 more bits for the special mode, which are setuid, setgid and sticky bit | 20:37 |
*** ArGGu^^_ has quit IRC | 20:37 | |
*** Zucca has quit IRC | 20:37 | |
MohammadAG | perolsen, SoC OMAP3 afaik | 20:37 |
ieatlint | BCMM: yes, but often abbreviated to 3 digits to represent just rwx for root/group/user | 20:37 |
*** ArGGu^^ has joined #maemo | 20:38 | |
*** ftrvxmtrx has quit IRC | 20:38 | |
perolsen | MohammadAG: ok, thanks | 20:38 |
ieatlint | and they're treated as flags... so the bits are 000/rwx. thus, any permission you set that is odd has execute permissions | 20:38 |
BCMM | ieatlint: so that makes 3*4=12 bits, right? | 20:39 |
ieatlint | yeah | 20:39 |
*** dvaske_ has joined #maemo | 20:40 | |
*** Zucca has joined #maemo | 20:41 | |
*** cyborg-one has quit IRC | 20:43 | |
*** cyborg-one has joined #maemo | 20:43 | |
*** jrocha has joined #maemo | 20:45 | |
*** GuySoft has joined #maemo | 20:46 | |
*** whatwhat has joined #maemo | 20:48 | |
whatwhat | Hey anyone here use sygic maps? | 20:48 |
whatwhat | I can't get it to find any maps... | 20:48 |
*** [DrkGUNMAN-N900] has quit IRC | 20:48 | |
*** FaceFox has quit IRC | 20:49 | |
*** scoobert1on has joined #maemo | 20:50 | |
trip0 | whatwhat, did you put the maps in the right place | 20:51 |
trip0 | ? | 20:51 |
MohammadAG | and did you actually buy it? | 20:51 |
MohammadAG | the installer should handle it | 20:52 |
MohammadAG | and piracy isn't tolerated here :) | 20:52 |
*** plan_rich has quit IRC | 20:52 | |
trip0 | i still need to figure out how to re-register my maps with my newly replaced phone... :| | 20:52 |
mikki-kun | trip0: don't they use serials? | 20:53 |
mikki-kun | ohhh, wait | 20:53 |
mikki-kun | were they on an per imei basis? | 20:53 |
trip0 | i have a license key or whatever, but they map it to a device | 20:53 |
mikki-kun | maybe call them and tell them you broke your device and got a new one? | 20:53 |
MohammadAG | or fake the IMEI | 20:54 |
MohammadAG | :p | 20:54 |
*** jd has quit IRC | 20:54 | |
trip0 | yeah, that's probably what i need to do | 20:54 |
trip0 | whuts the IMEI? | 20:54 |
mikki-kun | tells you in the about section found in settings :) | 20:54 |
MohammadAG | serial number, illegal to fake | 20:55 |
trip0 | ahh | 20:55 |
mikki-kun | MohammadAG: how do you do that? Ö.ö | 20:55 |
*** epp has quit IRC | 20:55 | |
whatwhat | what's the map file extention? | 20:55 |
whatwhat | .map? | 20:56 |
trip0 | nokia service center has the old phone, so it'd be difficult to fake it with the old one :| | 20:56 |
MohammadAG | mikki-kun, easiest way would be to fake the dbus signal, a la fmtx-faker | 20:56 |
trip0 | whatwhat, you basically need to follow the instructions that came with it to install the maps | 20:56 |
*** swc|666 has joined #maemo | 20:56 | |
mikki-kun | i love init 0'ing my n900 (instead of exectung halt; dunno why) | 20:59 |
mikki-kun | wow, the n900 even keeps after a reboot stuff which wasn't opened and shows them in the manager | 21:01 |
mikki-kun | at least for a second | 21:01 |
mikki-kun | like you getting a message | 21:01 |
*** jrocha has quit IRC | 21:02 | |
* alterego contemplates writing a "Windows 7 vs. Windows 95" thread on tmo | 21:02 | |
mikki-kun | hm, why, if i sshfs's some other dir root cannot see it or even access it? | 21:02 |
alterego | I think in some ways I actually prefered windows 95 | 21:02 |
MohammadAG | alterego, you are feeling sick aren't you? | 21:03 |
mikki-kun | alterego: being more DOS-like than win7? | 21:03 |
alterego | I just did a load of washing up | 21:03 |
alterego | I now have a, quite painful, headache | 21:03 |
mikki-kun | MohammadAG: thanks for the guide to the bootloader :o | 21:04 |
MohammadAG | yw, thank jacekowski | 21:05 |
mikki-kun | now i can go and do whatever i want with it without the fear of it locking me out :) | 21:05 |
mikki-kun | i was kinda anxious in killing the bootloader somehow | 21:06 |
alterego | mikki-kun: that's why we leave it up to people that aren't afraid to brick their devices. | 21:07 |
*** javispedro has quit IRC | 21:07 | |
alterego | Or have the means to flash via a jig | 21:07 |
* alterego would like a jig | 21:07 | |
mikki-kun | jig? | 21:07 |
ArGGu^^ | I just noticed that my n900 can't ping other devices on my network | 21:07 |
*** achipa has quit IRC | 21:08 | |
ArGGu^^ | it will ping the gateway | 21:08 |
ArGGu^^ | but not my desktop or mediacenter :S | 21:08 |
alterego | Basically a peripheral that allows more lower level debugging of a N900 | 21:08 |
ArGGu^^ | anyone know why it can't ping? | 21:08 |
alterego | One of which is a low level flash | 21:08 |
alterego | Where as flasher relies on the first few stages of the bootloader to be operating. | 21:09 |
wmarone | alterego: does the pinout under the battery include JTAG? | 21:09 |
MohammadAG | no, afaik | 21:09 |
alterego | wmarone: not as far as I know | 21:09 |
alterego | It has usb and rs232 | 21:09 |
alterego | Well, ttl | 21:09 |
wmarone | oh, so just special pins to access the OneNAND? | 21:09 |
alterego | Not actually RS232 | 21:09 |
mikki-kun | rs232 is what? | 21:09 |
wmarone | serial | 21:09 |
*** rm_work has quit IRC | 21:10 | |
alterego | kernel debug output gets sent there | 21:10 |
MohammadAG | and nolo console | 21:10 |
alterego | Good for watching for kernel panics and issues during boot. | 21:10 |
mikki-kun | hm... so the battery connection is the real connection to the n900? | 21:10 |
alterego | Define "real" :P | 21:10 |
*** rm_work has joined #maemo | 21:11 | |
mikki-kun | if yo want total access over it | 21:11 |
mikki-kun | *you | 21:11 |
*** Ian-- has joined #maemo | 21:11 | |
alterego | Well, it's not total access. | 21:12 |
alterego | It just allows you to flash the nand when you don't have a working bootloader. | 21:12 |
alterego | Which is useful when you're messing with that kind of thing. | 21:12 |
MohammadAG | or talk to NOLO | 21:13 |
MohammadAG | when it feels lonely | 21:13 |
alterego | More like replace it when it's being a b*tch ;) | 21:13 |
wmarone | iirc, nolo is signed by the TPM module in the OMAP, no? | 21:13 |
alterego | But we can already do that, it's just if you want to modify it, then have a jig is a good way to counter the fear of bricking and having to send it to someone that does (Nokia Care) | 21:14 |
alterego | wmarone: Not sure, I thought that kind of protection is implemented in Symbian, but probably not in Maemo tb | 21:14 |
wmarone | the bootloader can be signed, but not actually do any signature checks of its own | 21:15 |
MohammadAG | the N8 has a custom bootloader afaik | 21:15 |
wmarone | cause if it was possible I'm sure someone would have attempted to replace nolo with u-boot already | 21:15 |
alterego | No | 21:16 |
alterego | No no no | 21:16 |
alterego | We haven't replaced nolo, because we want to continue to be able to flash our devices. | 21:16 |
*** jd has joined #maemo | 21:16 | |
*** jd has quit IRC | 21:16 | |
*** jd has joined #maemo | 21:16 | |
alterego | Having nolo boot uboot is a nicer solution and less invasive. | 21:16 |
MohammadAG | replacing NOLO isn't the best of ideas :P | 21:16 |
*** jrocha has joined #maemo | 21:17 | |
alterego | Actually, you're apparently right | 21:17 |
mikki-kun | hm... what does NOLO gibe us what other bootloaders don't give? | 21:17 |
alterego | nolo is signed, but nolo doesn't check zimage for signing | 21:17 |
alterego | mikki-kun: it allows us to flash our devices even if it can't fully boot. | 21:17 |
MohammadAG | it also shows NOKIA in blue | 21:17 |
alterego | Yes, that too :) | 21:18 |
mikki-kun | wow... i alwayd wanted that NOKIA killed.... | 21:18 |
MohammadAG | jacekowski, killed it | 21:18 |
alterego | You can modify nolo to not display that ;) | 21:18 |
MohammadAG | oh and it vibrates the device at boot up | 21:18 |
MohammadAG | r&d mode killed that, thankfully | 21:18 |
alterego | lights up that nice blue led too .. | 21:19 |
MohammadAG | i've been in R&D mode for 7+ months lol | 21:19 |
Kaadlajk | rd mode displays other crap :P | 21:19 |
MohammadAG | not in R&D mode | 21:19 |
MohammadAG | Kaadlajk, it displays my name and email | 21:19 |
MohammadAG | editing it to do that isn't hard :P | 21:19 |
MohammadAG | (hint: /sbin/preinit) | 21:20 |
MohammadAG | (hint #2, make a backup) | 21:20 |
*** suresh_ has joined #maemo | 21:20 | |
*** BabelO has joined #maemo | 21:21 | |
MohammadAG | alterego, can two UIs exist in one binary? | 21:21 |
MohammadAG | I want something like mediabar --settings | 21:21 |
*** tackat has quit IRC | 21:21 | |
*** achipa has joined #maemo | 21:22 | |
alterego | MohammadAG: of course, just do window1.show() when args contain --settings or window2.show() for the other. | 21:22 |
alterego | Also, probably best not to even create window1 when you're showing window2 and visa versa | 21:23 |
MohammadAG | through main.cpp right? | 21:23 |
*** millenomi has joined #maemo | 21:24 | |
MohammadAG | so if(argv[1] == "--settings") SettingsDialog *dialog; dialog->show(); else Widget *w; | 21:25 |
*** johnsq has joined #maemo | 21:25 | |
johnsq | Hi | 21:25 |
*** chmac has quit IRC | 21:26 | |
*** croppa has joined #maemo | 21:28 | |
BCMM | talking of Qt, how do you do that maemo-specific thing where the close button turns into a "previous screen" button? | 21:28 |
MohammadAG | stacked window attribute | 21:29 |
MohammadAG | setWindowFlags(Qt::WA_Maemo5StackedWindow) i think | 21:29 |
MohammadAG | it has to be set on the main and sub windows | 21:29 |
Jartza | and the window/widget must be a child of the window you want the back button to return to | 21:30 |
MohammadAG | yes | 21:30 |
BCMM | MohammadAG: thanks | 21:30 |
Jartza | after setting the flag to both parent and child, just show() the child window | 21:31 |
Jartza | back works "automatically" | 21:31 |
perolsen | What can the Nokia tool FLS-5 do? | 21:31 |
MohammadAG | automagically* | 21:31 |
MohammadAG | isn't that the supposed service thing | 21:31 |
mikki-kun | sorry, was a lil afk... MohammadAG is there somewhere maybe a guide in showing a selfmade logo? :) | 21:32 |
MohammadAG | mikki-kun, you can break it, not change it :P | 21:33 |
perolsen | MohammadAG: yes, it seems like a Nokia service tool. I'm quite curious of which functions it has | 21:33 |
MohammadAG | ask jacekowski when he's on | 21:33 |
MohammadAG | perolsen, probably something like NSU | 21:33 |
*** asj_ has joined #maemo | 21:33 | |
DocScrutinizer | ieatlint: unix perms are 16, 3 x 4 for ugo * rwxs, plus 4 for dir, pipe, whatnot | 21:34 |
perolsen | some fail safe flashing procedure, that is? | 21:34 |
DocScrutinizer | ieatlint: though iirc you can have 32 optionally | 21:35 |
mikki-kun | MohammadAG: why can't i replacve it? | 21:35 |
DocScrutinizer | and of yourse you can have ACLs | 21:35 |
MohammadAG | NOLO's closed source | 21:35 |
DocScrutinizer | plus NOLO is signed | 21:35 |
mikki-kun | :( *wants grub* | 21:36 |
DocScrutinizer | so even when it were open, you can't modify it | 21:36 |
MohammadAG | you can change the image though | 21:36 |
perolsen | signed? and probably verified then... | 21:36 |
mikki-kun | ahhh :) | 21:36 |
mikki-kun | that's what i intended ;) | 21:36 |
*** fellu has joined #maemo | 21:36 | |
mikki-kun | i would just kill the nokia there and show my own image | 21:37 |
perolsen | the playstation 3 also had signed loaders, but in this case is the verification done by a module in the omap processor? | 21:37 |
MohammadAG | the playstation 3 is the worst example to use | 21:38 |
perolsen | hehe | 21:38 |
MohammadAG | the root keys are out, you can sign what you want | 21:38 |
*** larsivi has joined #maemo | 21:39 | |
perolsen | that was the point, but I suppose Nokia knows how to use random numbers :-) | 21:39 |
DocScrutinizer | perolsen: rom-bootloader verifies 1st stage xldr(?), xldr(?) does or doesn't verify NOLO 2nd stage BL | 21:39 |
DocScrutinizer | perolsen: rom-bl's key is hidden somewhere inside rom, and possibly is even TI's. Anyway you won't be able to get the pricate key matching this pubkey, even if you could get hold of the pubkey. For details ask jacekowski | 21:41 |
DocScrutinizer | jacekowski: I'm not sure what jacekowski said, whether or not 1st stage verifies 2nd stage BL | 21:42 |
perolsen | I see. So the ROM is programmed in factory by Nokia | 21:42 |
DocScrutinizer | I never traced or disassembled it and there's no docs around to read about things related to booting process early stages | 21:43 |
DocScrutinizer | perolsen: probably by TI in factory, when building the chips | 21:43 |
DocScrutinizer | it's a "tiny" thing that just tries to load 64kB of code from flash or USB (=coldflash), then verify and execute it. AIUI these 64kB are called xldr | 21:44 |
DocScrutinizer | xldr in turn loads real NOLO 2nd stage | 21:45 |
DocScrutinizer | (actually I think those rom-bl usually try to load from *any* serial UART, and if that times out they look for flash based xldr code | 21:47 |
DocScrutinizer | ) | 21:47 |
perolsen | interesting. With my curiosity satisfied I see that the tpm wins | 21:49 |
DocScrutinizer | yeah :-S | 21:49 |
DocScrutinizer | that's why I'm a furious foe of security framework | 21:50 |
perolsen | isn't the initialization of radio modules, gsm and other stuff done in an "encoded" format? So why this lockdown? | 21:51 |
DocScrutinizer | perolsen: the room-bl is TI OMAP standard it seems | 21:53 |
DocScrutinizer | incl the signing function | 21:54 |
*** lardman|away is now known as lardman | 21:54 | |
*** panaggio has quit IRC | 21:55 | |
DocScrutinizer | it's up to the OEM to decide if they want to continue this "chain of trust" through all the bootloader stages until kernel, like moto milestone did, or simply don't care about any verification for 2nd level bootloader | 21:55 |
*** xkr47 has quit IRC | 21:56 | |
*** xkr47 has joined #maemo | 21:56 | |
perolsen | ah | 21:56 |
DocScrutinizer | perolsen: and as mentioned above I'm not sure what jacekowski said how Nokia xldr does it, whether it verifies NOLO or not | 21:56 |
DocScrutinizer | (always assuming my picture about rom-bl -> xldr -> NOLO -> kernel is correct) | 21:58 |
perolsen | found something here: http://www.omappedia.org/wiki/Bootloader_Project | 21:58 |
perolsen | reading time. bbl | 21:59 |
mikki-kun | sooo uhhh, if i have any questions regarding the bootloader jace is the correct person to ask? | 22:00 |
*** BCMM has quit IRC | 22:00 | |
*** Flipi|BNC is now known as Flipi | 22:02 | |
*** piggz has quit IRC | 22:04 | |
alterego | mikki-kun: depends on the question really. | 22:05 |
mikki-kun | hm, changing the image displayed there and then reflashing the bootloader :) | 22:06 |
DocScrutinizer | kermit connection \o/ | 22:06 |
*** avs has joined #maemo | 22:08 | |
DocScrutinizer | mikki-kun: the image displayed in early boot process rather certainly is from NOLO. You could unpack a FIASCO img, scrutinze the NOLO binary, and spot what you think might be graphical data. Then you edit some bytes/pixel there (e.g. from 0x00 to 0xff), and coldflash the tweaked NOLO. Then see if device boots at all, or refuses to boot a NOLO that has wrong signature | 22:09 |
mikki-kun | change the pic by viy hexedit?! Ö.ö | 22:10 |
mikki-kun | *via | 22:10 |
mikki-kun | isn't it contained in a file? :( | 22:10 |
DocScrutinizer | sure, there's probably not much choice ;-) | 22:11 |
lardman | hmm, the instructions about flashing Android devices on xda are rather unilluminating | 22:11 |
mikki-kun | i mean in something like a .jpg (i know, the worst format to use, but just as an example) | 22:11 |
DocScrutinizer | nah, the whole NOLO is an image | 22:11 |
* lardman would prefer an explanation of what the steps do and why they are needed, rather than a recipe | 22:12 | |
DocScrutinizer | I'd be rather surprised to find something in this NOLO image that resembles the concept of a file | 22:12 |
DocScrutinizer | lardman: which steps? | 22:12 |
mikki-kun | hm... that means i can't e.g. take a .jpg and use the hex-values from there?= | 22:13 |
DocScrutinizer | that depends | 22:13 |
mikki-kun | ok, maybe i could, but i must strip the header properly | 22:13 |
*** suresh_ has quit IRC | 22:14 | |
DocScrutinizer | if NOLO has a large byte array const that holds the gfx data in a format similar to .jpg, then you might be able to copy the content of another jpg picture to this adress range | 22:14 |
DocScrutinizer | mikki-kun: yep, exactly | 22:14 |
mikki-kun | hm, what is the proper command to extract the fiasco image? :) | 22:15 |
DocScrutinizer | mikki-kun: anyway, given the code overhead for decoding jpg pictures, I expect to find something simpler than that in NOLO | 22:15 |
DocScrutinizer | like bmp format for example | 22:16 |
DocScrutinizer | or a mere image of the video framebuffer RAM | 22:16 |
DocScrutinizer | --unpack | 22:16 |
DocScrutinizer | iirc | 22:16 |
lardman | docscrutinizer: like how to flash a Galaxy Tab | 22:16 |
lardman | and therefore how to work out how to flash a Galaxy Tab with a Meego kernel + rootfs | 22:17 |
*** chx has quit IRC | 22:17 | |
DocScrutinizer | lardman: ummmm | 22:17 |
mikki-kun | DocScrutinizer: thanks for your help there :) | 22:18 |
DocScrutinizer | yw | 22:18 |
*** lardman is now known as lardman|afk | 22:20 | |
*** chx has joined #maemo | 22:20 | |
*** nomadalien has left #maemo | 22:20 | |
mikki-kun | DocScrutinizer: what is the ARG? "--unpack[=ARG]" | 22:21 |
DocScrutinizer | errr, see the README file shipping with flasher. I can't recall atm | 22:21 |
*** xkr47 has quit IRC | 22:21 | |
*** xkr47 has joined #maemo | 22:21 | |
DocScrutinizer | probably something like NOLO | rootfs | cmt... | 22:22 |
mikki-kun | ahhh, sorry, i missed the -F infront of the fiasco :/ | 22:22 |
mikki-kun | the manual even tells how to extract and do a cold-boot :) | 22:23 |
*** Kevin_B has quit IRC | 22:23 | |
mikki-kun | ewwww, why didn't it make a dir and put all the stuff there >.< | 22:24 |
*** Windrose has joined #maemo | 22:25 | |
*** kawe has quit IRC | 22:26 | |
mikki-kun | DocScrutinizer: you maybe recall which one of the files is there the bootloader? http://pastebin.com/eyrvZ75K | 22:27 |
DocScrutinizer | well, either 2nd.* or secondary.* | 22:28 |
*** Tsuyo has quit IRC | 22:29 | |
mikki-kun | the ones coming dozens... wow >.< | 22:29 |
DocScrutinizer | yeah, AIUI flasher checks your hw-version and selects the matching NOLO | 22:30 |
*** vanadismobile has joined #maemo | 22:31 | |
mikki-kun | well *searching them for some clues via od* | 22:32 |
mikki-kun | uhhhh so i must do it for my hw-version? | 22:32 |
*** blue_led has joined #maemo | 22:32 | |
mikki-kun | hm, seems my cooking just has to be finished though first | 22:33 |
DocScrutinizer | yep, and btw it's secondary, as 2nd is for coldflashing | 22:33 |
*** chenca has quit IRC | 22:33 | |
DocScrutinizer | so while the both are probably identical, the one gets just transfered to RAM and executed, when you do a coldflash, while secondary is the image that gets actually flashed to NAND -- AIUI :-) | 22:34 |
*** ftrvxmtrx has joined #maemo | 22:34 | |
*** valeriusN has quit IRC | 22:35 | |
DocScrutinizer | you see why it's called "FIASCO" ? :-P | 22:36 |
Spookje | h | 22:36 |
mikki-kun | i see it now | 22:37 |
mikki-kun | how can i find out the hw-version? | 22:37 |
mikki-kun | so editing just 2nd is not the correct way go and neither is 'secondary'? but both? | 22:38 |
*** SpeedEvil has quit IRC | 22:39 | |
*** geaaru has joined #maemo | 22:40 | |
*** unixSnob has quit IRC | 22:44 | |
*** ftrvxmtrx has quit IRC | 22:44 | |
*** unixSnob has joined #maemo | 22:45 | |
perolsen | mikki-kun: http://www.nopcode.org/0xFFFF/?p=down might have some info in the source doc directory. Possibly outdated (2008) | 22:47 |
mikki-kun | thanks mate :) | 22:49 |
*** unixSnob has quit IRC | 22:50 | |
*** Ryback_ has quit IRC | 22:50 | |
*** BCMM has joined #maemo | 22:51 | |
*** unixSnob has joined #maemo | 22:51 | |
*** cardinalMOS has quit IRC | 22:52 | |
*** SpeedEvil has joined #maemo | 22:53 | |
*** ponyofdeath has joined #maemo | 22:55 | |
*** swc|666 has quit IRC | 22:57 | |
*** avs has quit IRC | 22:57 | |
*** javispedro has joined #maemo | 22:57 | |
*** vanadismobile has quit IRC | 22:59 | |
*** cardinal has joined #maemo | 23:00 | |
*** unixSnob has quit IRC | 23:03 | |
*** rblank has joined #maemo | 23:04 | |
*** diegohcg has quit IRC | 23:04 | |
*** Rhoruns has joined #maemo | 23:05 | |
*** setanta has quit IRC | 23:05 | |
*** booiiing has quit IRC | 23:06 | |
*** baraujo has quit IRC | 23:06 | |
*** booiiing has joined #maemo | 23:06 | |
*** jrocha has quit IRC | 23:07 | |
*** sp3000 has quit IRC | 23:08 | |
*** lizardo has quit IRC | 23:09 | |
*** NIN101 has quit IRC | 23:09 | |
*** pupnik has joined #maemo | 23:12 | |
pupnik | hey ZogG you hear about the latest aipac scandal? | 23:14 |
pupnik | pretty funny shit | 23:14 |
*** sp3000 has joined #maemo | 23:14 | |
*** woodong50_______ has joined #maemo | 23:16 | |
pupnik | http://original.antiwar.com/smith-grant/2010/11/14/aipac-bares-all-to-quash-lawsuit/ Obama admin killed the criminal investigation of a spy ring | 23:16 |
pupnik | i can't imagine a greater comedy | 23:16 |
wmarone | indeed, however that is highly offtopic for this channel | 23:16 |
pupnik | offtopic is allowed | 23:17 |
DocScrutinizer | mikki-kun: the permanently flashed image is the secondary.*, with your hw revision in the name - AIUI | 23:17 |
*** Flipi is now known as Flipi|BNC | 23:17 | |
*** pcacjr has quit IRC | 23:18 | |
*** woodong50_______ has quit IRC | 23:18 | |
*** woodong50_______ has joined #maemo | 23:18 | |
pupnik | but far worse is politics in general killing the economy - USA, europe, etc | 23:18 |
*** dvaske has quit IRC | 23:18 | |
pupnik | killing *our* jobs | 23:18 |
*** avs has joined #maemo | 23:19 | |
*** dvaske_ has quit IRC | 23:19 | |
*** pupnik has quit IRC | 23:19 | |
*** woodong50_______ has quit IRC | 23:22 | |
*** woodong50_______ has joined #maemo | 23:22 | |
*** MasseR has joined #maemo | 23:23 | |
*** woglinde has joined #maemo | 23:23 | |
woglinde | jo | 23:23 |
woglinde | hm how can I use debhelper 7 with the debian-squeeze devkit | 23:24 |
MasseR | I'm trying to install maemo sdk to ubuntu box. The installation script failed when apt-get updating, and after logging in to the environment and trying it manually, I see that it gets error 302. The addresses in /etc/apt/sources.list are the same as http://repository.maemo.org/#sdk_repositories here | 23:24 |
*** avs has quit IRC | 23:25 | |
*** muelli has joined #maemo | 23:27 | |
*** hurbu has joined #maemo | 23:28 | |
mikki-kun | DocScrutinizer: may i ask what you refer to as AIUI? :) | 23:28 |
*** hurbu_ has joined #maemo | 23:29 | |
DocScrutinizer | all my above statements :-) | 23:29 |
*** renato has quit IRC | 23:29 | |
DocScrutinizer | ~aiui | 23:29 |
infobot | methinks aiui is As I Understand It | 23:29 |
*** onen|openBmap has joined #maemo | 23:29 | |
DocScrutinizer | I don't like to state things I'm not sure about - at least without tagging them as speculative | 23:30 |
*** pH5 has quit IRC | 23:30 | |
javispedro | writing gtk cell renderers is boring.. | 23:32 |
*** hurbu has quit IRC | 23:32 | |
woglinde | ah | 23:33 |
woglinde | javis | 23:33 |
mikki-kun | ahhh, thanks, i knew only iirc or afaik/r :) | 23:33 |
javispedro | hi woglinde | 23:33 |
woglinde | javis do you know how I import the debhelper7 support from debian-sqeeuze-devkit inside the target? | 23:33 |
javispedro | I do not think you can. wait a bit. | 23:34 |
woglinde | why not? | 23:34 |
woglinde | why the hell its there | 23:34 |
javispedro | since it was all makefiles and/or scripts so scratchbox found no reason to make it a devkit iirc | 23:35 |
woglinde | o.O | 23:36 |
javispedro | s/scratchbox/scratchbox packagers | 23:36 |
woglinde | no SBOX_REDIRECT trick? | 23:37 |
woglinde | but the autobuilder can use it? | 23:37 |
javispedro | ok, found it. | 23:38 |
javispedro | so, debhelper _is_ on the devkit | 23:38 |
woglinde | yes it is | 23:38 |
woglinde | otherwise I wouldnt ask | 23:38 |
javispedro | thus you do not need to do anything to use it | 23:38 |
woglinde | hm | 23:39 |
woglinde | I dont see any dh inside the scratchbox | 23:39 |
javispedro | hum.. have you enabled the devkit? | 23:39 |
*** svillar has quit IRC | 23:39 | |
woglinde | Compiler: cs2007q3-glibc2.5-arm7 | 23:39 |
woglinde | Devkits: perl cputransp doctools git qemu svn debian-squeeze | 23:39 |
woglinde | CPU-transparency: /scratchbox/devkits/qemu/bin/qemu-arm-sb | 23:39 |
javispedro | can you check if dh_* stuff is there on /scratchbox/devkits/debian-squeeze/bin/ ? | 23:40 |
*** hurbu__ has joined #maemo | 23:40 | |
woglinde | hm it is | 23:40 |
woglinde | hm | 23:40 |
woglinde | hm hm | 23:40 |
woglinde | maybee I had to renter it | 23:41 |
woglinde | okay | 23:41 |
woglinde | nice | 23:41 |
*** NishanthMenon has quit IRC | 23:41 | |
javispedro | dunno, there was a problem recently about sbox having incomplete $path | 23:41 |
*** jacktheripper has joined #maemo | 23:41 | |
woglinde | dh7 and dh-autoreconf makes packaging a lot easier | 23:41 |
javispedro | yeah.. | 23:41 |
*** hurbu_ has quit IRC | 23:42 | |
javispedro | so, happy to hear it works :) | 23:44 |
*** vanadismobile has joined #maemo | 23:44 | |
* javispedro goes back to writing random bullshit about gobjects and cell rendenrers.. | 23:45 | |
*** hurbu__ has quit IRC | 23:45 | |
woglinde | hms | 23:48 |
woglinde | now it dont has quilt support | 23:48 |
javispedro | ah, quilt is definitely not builtin | 23:48 |
javispedro | but there's a package around | 23:49 |
woglinde | the debhelper7 package has it in | 23:49 |
*** woodong50_______ has quit IRC | 23:49 | |
woglinde | *sigh* | 23:49 |
javispedro | autobuilder does preseed quilt, so you don't need to specify it in build-depends | 23:49 |
*** woodong50_______ has joined #maemo | 23:49 | |
woglinde | javis the quilt stuff is not called from within debhelper | 23:50 |
woglinde | thats the problem | 23:50 |
javispedro | hum? | 23:50 |
woglinde | dh --with quilt worked with debhelper7 package | 23:50 |
woglinde | but not with the sqeeze one | 23:50 |
woglinde | hm hm | 23:50 |
*** BCMM has quit IRC | 23:52 | |
*** pablo2 has quit IRC | 23:52 | |
javispedro | weird, is the devkit debhelper missing something? I do not have a full debian around to test | 23:52 |
woglinde | hm on debian/ubuntu its in the quilt package self | 23:52 |
woglinde | and maemos is too old | 23:52 |
javispedro | oh :( | 23:53 |
*** dneary has joined #maemo | 23:55 | |
woglinde | hm but /usr/share/quilt/quilt.make is there | 23:56 |
lcuk | javispedro, does *anyone* have full debian around? | 23:56 |
javispedro | hehe, good point. | 23:56 |
lcuk | can a system actually boot if you do apt-get install * | 23:56 |
lcuk | at least within a reasonable time | 23:57 |
woglinde | lcuk what? | 23:57 |
javispedro | well, not every package starts at boot | 23:57 |
mikki-kun | wow, i have an 2101 board :o seems like the first ones produced according to numbers (2101 being smallest when looking at nolo-infos) | 23:57 |
lcuk | javispedro, even non auto start apps take time - menus get slow with too many entries etc | 23:58 |
lcuk | woglinde, can you actually install and have a usable debian system if you install every package | 23:58 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!