**** BEGIN LOGGING AT Thu Feb 17 02:59:58 2011 Feb 17 03:06:00 sevard: tried gronmayer? Feb 17 03:08:01 bah, I wish I could find out what dbus interfaces telepathy-ring was exporting Feb 17 03:10:30 hmmm, doesn't matter, I found out what I wanted to know Feb 17 03:10:39 groanmayer? Feb 17 03:10:42 found them here Feb 17 03:10:43 http://nakkiboso.com/maemofuse/ Feb 17 03:10:47 what's groanmayer? Feb 17 03:11:21 Its clear that Maemo will NEVER be able to use ofono in place of the closed telephony stack Feb 17 03:11:33 so ofono is not the answer for cell broadcast Feb 17 03:19:26 jonwil: why not? Feb 17 03:22:06 there are too many closed components that talk to the current telephony stack (even for just calls and SMS which are the bits we would want to replace with ofono) Feb 17 03:24:13 that's exactly the problem. you can't replace one closed blob, they seem to be all connected to all, in several undocumented ways Feb 17 03:28:21 other than telepathy-ring (which would need to be replaced), the things using the call interface are bluetoothd, intellisyncd, libcodelockui.so, libconnui_cell.so, libicd_network_gprs.so, librtcom-call-ui.so, librtcom-notification-ui.so, sscd, module-nokia-voice.so, libsystemuiplugin_devlock.so and libsystemuiplugin_emergency.so. SMS is being used by sms-manager, libcpcherry.so and cherry. Feb 17 03:29:55 hello, do you know any good lockscreen widgets? Feb 17 03:33:19 nuke the cherry bullshit! Feb 17 03:34:09 We cant nuke nodule-nokia-voice.so or libtrcom-call-ui.so Feb 17 03:37:04 oh wow Feb 17 03:37:05 cherry, justcherry Feb 17 03:37:32 i didn't know that pressing the power button twice will create a slide mode screen unlock Feb 17 03:38:55 what would need to be done is: 1.Identify any interfaces exposed by maemo telepathy-ring that are not exported by meego telepathy-ring. Feb 17 03:38:57 2.Identify which blobs use those interfaces. Feb 17 03:38:58 3.If those blobs cant be removed or replaced, modify telepathy-ring to expose those interfaces. (with required changes to ofono to support that) Feb 17 03:39:00 4.identify the call and SMS interfaces used by the other binary blobs Feb 17 03:39:08 depends, once again on /etc/mce/mce.ini Feb 17 03:39:27 (slidelock) Feb 17 03:40:22 5.If those blobs cant be removed or replaced, implement the needed call and SMS interfaces somehow Feb 17 03:40:23 6.Once thats covered, you would be able to replace csd-sms and csd-call with a build of ofono built to just do SMS and calls Feb 17 03:41:07 but yeah its a fair whack of work to pull that off Feb 17 03:43:17 on my n810 how can I run a command as root on boot? Feb 17 03:44:10 And more importantly, until it's 'done' - it doesn't work at all Feb 17 03:52:44 It would be easier to just reverse engineer and 1:1 clone libsms, libcsd-sms, libcscall and libcsd-call Feb 17 03:52:47 and then modify those Feb 17 03:53:30 so there's /etc/inittab which sets a default run level of 2 Feb 17 03:53:39 then there's /etc/rc2.d/ Feb 17 03:53:55 which holds a bunch of the same scripts, but they're named S[num][name] Feb 17 03:54:15 is this where i can put some commands to run at boot? Feb 17 03:54:28 how can i ensure that the wireless comes up before my command runs? Feb 17 04:13:26 woot. Feb 17 04:13:27 found it Feb 17 04:13:51 /etc/network/if-up.d Feb 17 04:57:14 sevard you should use event.d Feb 17 05:22:04 mooooorning Feb 17 05:22:32 Sc0rpius: so, what about perl 5.8.4 in scratchbox? :) Feb 17 05:29:54 well I actually had to modify some things Feb 17 05:30:37 SBOX_REDIRECT_IGNORE=/usr/bin/perl:/usr/bin/dh_clean Feb 17 05:30:52 debhelper tools are also wrapped Feb 17 05:31:14 and scratchbox, at least mine, uses 5, and libperl-dbi needs 7 Feb 17 05:31:25 meh Feb 17 05:31:29 it compiles, but some tests fails, because threads in 5.8.3 are weird Feb 17 05:31:38 so it doesn't build the package, since some tests fails Feb 17 05:31:39 is it possible to ignore /usr/bin/* ? Feb 17 05:32:04 not needed, with those two is more than enough Feb 17 05:32:30 the problem is multithreaded perl 5.8.3 Feb 17 05:32:35 at least for me Feb 17 05:32:44 no wait. Feb 17 05:33:03 i built it on builder. Feb 17 05:33:10 I know there's a way to disable multithreaded functionality Feb 17 05:33:26 it builds in 5.8.4, but it will never work in a N900 Feb 17 05:33:31 only in scratchbox x86 Feb 17 05:33:54 i see Feb 17 05:34:10 so, how did you prevent 5.8.4? Feb 17 05:34:23 well I guess you can update your perl in your N900 to 5.8.4 Feb 17 05:34:58 my /usr/bin/perl is 5.8.3, with the SBOX_REDIRECT_IGNORE takes that one Feb 17 05:36:24 well, without ignore, i was getting x86 perl Feb 17 05:37:00 without ignore you take the host perl Feb 17 05:37:05 yep Feb 17 05:37:26 one from /scratchbox Feb 17 05:37:38 and what version is /usr/bin/perl? Feb 17 05:37:42 anyway you'll always get an x86 perl since you can't run ARM executables in builder, but it creates ARM things when it's supposed to Feb 17 05:37:56 i can't? oh really? Feb 17 05:38:11 builder doesn't run QEMU to build Feb 17 05:38:19 my /usr/bin/perl is 5.8.3 Feb 17 05:38:30 that's not a problem though (running perl in x86) Feb 17 05:38:48 *** You are using a perl configured with threading enabled. Feb 17 05:38:51 that's my current problem Feb 17 05:39:36 t/35thrclone..............FAILED tests 12-44 Feb 17 05:40:25 a dirty way is to modify those tests and skip them Feb 17 05:40:35 but the professional way should be disabling multithreading in perl Feb 17 05:42:57 actually the source says: Feb 17 05:43:12 # skip seems broken with threads (5.8.3) Feb 17 05:44:09 let's see if skipping that one works Feb 17 05:53:18 all tests are ok when building on n900. i still thing builder environment is screwed up. is it possible to build deb locally and upload it to builder? Feb 17 05:53:32 no Feb 17 05:53:37 that's not possible Feb 17 05:53:42 builder has to build it Feb 17 05:54:17 I don't really think /usr/bin/perl on builder is 5.8.4. No way Feb 17 05:54:25 but I did something different, because bad experience using bash: Feb 17 05:55:03 http://pastie.org/1573448 Feb 17 05:55:29 export VARIABLE=thing inside a script never works for me Feb 17 05:55:41 VARIABLE=thing; export VARIABLE inside a script is what always worked for me Feb 17 05:55:45 in the CLI, doesn't matter. Feb 17 05:56:12 so... that changes anything? Feb 17 05:57:13 anyway it died with a NullP and created a core file heh Feb 17 05:57:21 -rw-r--r-- 1 naikel naikel 5795840 Feb 16 21:46 qemu_perl_20110216-214631_7407.core Feb 17 05:57:35 let's see without the ignore Feb 17 06:06:43 you know what? Feb 17 06:06:55 i think that i built it correctly Feb 17 06:07:17 except one minor thing, deb dependency Feb 17 06:07:21 well I can't compile it because that debhelper >= 7 is giving me SERIOUS problems Feb 17 06:07:40 it is done with dh_perl and what it does is parses output of dpkg -s perl Feb 17 06:07:47 if it depends in some perl module 5.8.4 then it's not building correctly Feb 17 06:08:03 i don't think it does Feb 17 06:08:27 Sc0rpius: what version do you get for "dpkg -s perl | grep Version" Feb 17 06:09:31 Version: 5.8.3-3osso11+0m5 Feb 17 06:09:41 and I should have osso13+0m5 but I'm lazy to upgrade Feb 17 06:10:42 i also have osso11 on n900, so let's pretend that osso13 doesn't exist :) Feb 17 06:12:35 meeeh... where it gets 5.8.4 then? Feb 17 06:14:22 I know it sounds dumb but you should try the assign and export in different lines Feb 17 06:15:37 Sc0rpius: according to https://garage.maemo.org/builder/fremantle/libdbi-perl_1.605-1maemo1/armel.build.log.OK.txt it really used /usr/bin/perl Feb 17 06:16:26 Sc0rpius: https://garage.maemo.org/builder/fremantle/libdbi-perl_1.605-1/armel.build.log.FAILED.txt that's how it behaved with no ignore/path Feb 17 06:16:34 oh it doesn't matter, if you don't set the SBOX ignore /usr/bin/perl is still mapped Feb 17 06:17:14 well, that build was much slower Feb 17 06:17:31 i mean, the one with ignore Feb 17 06:18:48 Sc0rpius: what "which dh_perl" gives you in scratchbox? Feb 17 06:20:20 /scratchbox/devkits/debian-etch/bin/dh_perl Feb 17 06:21:13 and that's a problem for me since the debhelper is 5 Feb 17 06:22:03 and do you have /usr/bin/dh_perl ? Feb 17 06:22:47 yeah Feb 17 06:22:51 Sc0rpius: could you please pastebin contents of /scratchbox/devkits/debian-etch/bin/dh_perl ? Feb 17 06:22:52 I can use it if I ignore it too Feb 17 06:23:08 * slonopotamus tried ignoring /usr/bin/dh_perl Feb 17 06:23:15 *tries Feb 17 06:23:27 http://pastie.org/1573509 Feb 17 06:25:31 and that thingie somehow results in 5.8.4... Feb 17 06:25:58 dh_perl: Sorry, but 5 is the highest compatibility level supported by this debhelper. Feb 17 06:26:00 I'm still getting that Feb 17 06:26:05 and I have debhelper 7 Feb 17 06:26:41 weird :) Feb 17 06:27:22 export SBOX_REDIRECT_IGNORE=/usr/bin/perl:/usr/bin/dh_perl:/usr/bin/dh Feb 17 06:27:24 let's see Feb 17 06:27:37 ok now that tries to build the package Feb 17 06:28:49 * slonopotamus really wants export SBOX_REDIRECT_IGNORE=damnit_everything Feb 17 06:29:29 well everything will fail on me until I ignore every /usr/bin/dh_* Feb 17 06:29:34 there's a way to do that Feb 17 06:30:04 unset SBOX_REDIRECT_FROM_DIRS Feb 17 06:30:07 done Feb 17 06:30:08 now let's see Feb 17 06:30:56 heh Feb 17 06:31:00 now it's a mess :) Feb 17 06:31:10 well I give up and it's 2 am actually Feb 17 06:31:36 hehe :) Feb 17 06:31:36 g'night Feb 17 06:32:00 http://mat.exon.name/logs/maemo nice reading :) Feb 17 06:32:01 nite Feb 17 06:53:19 is it possible to disabe "scratchbox-provided dependencies"? Feb 17 06:56:00 Sc0rpius: craaaap. i found where 5.8.4 comes from. that dh_perl that you pasted. look at first line. Feb 17 06:58:42 Sc0rpius: and dh_perl substitutes perl version that it runs with **** BEGIN LOGGING AT Thu Feb 17 07:32:21 2011 Feb 17 07:39:44 unfortunatly libsms is a complicated library and I dont have the skills to clone it (or csd-sms) Feb 17 07:45:02 jonwil, iirc someone got ofono running on the N900 Feb 17 07:45:23 Its possible if you throw away the dialer, messaging app and a bunch more Feb 17 07:45:25 so maybe work on getting that integrated with the current set instead of trying to decypher the stuff Feb 17 07:45:39 well you can replace the dialer Feb 17 07:45:44 yeah true Feb 17 07:45:58 the messaging app you just need a new frontend(the backend is telepathy and iirc open)... Feb 17 07:46:13 it would require a rethink and rework(or borrowing from MeeGo)... Feb 17 07:46:27 but it's probably easier than reverse engineering all the closed stuff... Feb 17 07:47:07 In any case I doubt every feature worked properly given all the dependancies on the telephony stack from things like intellisyncd, module-nokia-voice.so, libicd_network_gprs.so, libconnui_cell.so and others Feb 17 07:48:33 it may " Feb 17 07:48:52 may "work" in the sense that you can make calls Feb 17 07:49:09 but so many of the little things will break that its not a viable option Feb 17 07:49:55 frankly I'd be happy with MeeGo if the handset UX would be like maemo5 or even the older m4 UX... Feb 17 07:50:46 meego isn't an option for most people simply because there are many many features maemo has the meego does not Feb 17 07:51:52 jonwil, hmmm like? Feb 17 07:52:10 well there is no support for SIM PIN in meego yet. Feb 17 07:52:12 No GPS. Feb 17 07:52:30 ok... I'd be happy with a completly disable no-power use GPS anyway Feb 17 07:52:36 the SIM PIN stuff... ugh... Feb 17 07:52:37 annoying Feb 17 07:52:46 how are rest of the apps, like email, browser etc Feb 17 07:52:51 there are just too many holes to make meego-on-n900 any good Feb 17 07:52:55 at least from what I have read Feb 17 07:53:03 hell I'd like proper user support i.e. login+pw... Feb 17 07:53:14 I haven't tested meego since 1.1 as it was unusable as sdhc install Feb 17 07:53:22 you would need to talk to the gurus in meego-arm for the minute details of whats missing Feb 17 07:53:40 but its just not an option for most N900 users Feb 17 07:53:45 hmm meego worked on the sdhc fine for me... Feb 17 07:53:47 after a reboot Feb 17 07:54:01 and neither is replacing the telephony stack with ofono Feb 17 07:54:21 ruskie, yeah it took like 30-60 seconds to start an app when run from class 4 SD Feb 17 07:54:24 our only hope is that nokia can release some code and headers or that someone can reverse engineer things Feb 17 07:54:31 hmm I think I had a class 6 Feb 17 07:54:43 and solve the issues in the telephony stack Feb 17 07:54:49 so was actually running... Feb 17 07:54:52 but still way to broken Feb 17 07:55:01 jonwil, well it would be nice... Feb 17 07:55:06 but I doubt it will ever happen Feb 17 07:55:44 would be helpful if they release the code to the council with an NDA and the council then extends that NDA to devs that want to fix it... Feb 17 07:55:58 or any such way... Feb 17 07:57:14 well one suggestion was to have someone who works with nokia, has access to code to review in preparation for a release and can also fix bugs in code that Nokia is unwilling to release (e.g. 3rd party IP, legal reasons, not wanting to share sensitive algorithms) Feb 17 07:57:26 I cant remember details but I think someone put their hand up Feb 17 08:01:30 I doubt it gets done, it seems anyone who could make decision like that at Nokia and had active interest in open source is gone or leaving soon Feb 17 08:09:13 Hi! Can someone please point me to the correct thread regarding the issue wherein SMS conversations are not saved to el-v1.db. Feb 17 08:10:21 erm... use the search thingy? Feb 17 08:10:26 on tmo... Feb 17 08:31:57 ruskie: I have already done that before, and the results I'm getting so far do not propose a reproducible solution. Feb 17 08:46:44 observed n900 used price range on ebay.de last week: 150-290 euro - median 220-250 Feb 17 08:47:09 closer to 250 Feb 17 08:47:23 damn Feb 17 08:47:27 I paid 500 for it Feb 17 08:47:29 lol Feb 17 08:47:41 that's a pretty good resale price Feb 17 08:48:01 i bought mine for $500usd in november 2009... selling it for 250eur now is very decent Feb 17 08:49:08 i bought mine in november for 200eur from my operator Feb 17 08:49:18 normal price arround here was 600eur :/ Feb 17 08:52:45 damn nokia Feb 17 08:52:53 so what is the real price of this thing? Feb 17 08:53:03 cannot fluctuate between 200EUR and 600EUR Feb 17 08:53:18 I got mine for $325 about 6 months ago. Feb 17 08:53:20 Used Feb 17 08:53:30 the price is the higher one Feb 17 08:53:34 200eur but with contract Feb 17 08:53:42 without a contract it was 600 Feb 17 08:54:28 yeah $300, refurbished, in October Feb 17 08:54:49 Amazon has it new for $349 Feb 17 08:54:56 so that's the priceof it. Feb 17 08:56:24 oh with contract Feb 17 08:56:31 I see I bought it without it Feb 17 09:03:47 iirc someone said there was a 0GBP w/ contract deal too Feb 17 09:04:00 of course, if you're paying in GBP, then your contract costs suck :) Feb 17 09:05:24 i had a contract before my n900 so nothing changed and i got myself a cool mobile computer :) Feb 17 09:10:36 * jonwil wonders what the license on the certificates in http://gitorious.org/maemo-5-certificate-manager/maemo-security-certman/trees/master/etc/certs is Feb 17 09:10:47 * jonwil wonders if its the same LGPL license as the rest of the code in that repo Feb 17 09:11:31 * jonwil still cant find a license quote for libosso-graphics-game-chess either :( Feb 17 09:11:51 I would assume that anything on gitorious has some sort of valid open source license Feb 17 09:12:54 I think in the absence of any other license statement, it would be difficult for Nokia to argue that those files are not LGPL Feb 17 09:13:05 osso-graphics-game-chess on the other hand Feb 17 09:13:19 in the absence of any notation otherwise, the project is listed as GPL and LGPL Feb 17 09:13:43 so it's valid to assume any code in a project labeled as GPL/LGPL as being such unless otherwise noted Feb 17 09:14:07 That means that FreeSmartPhone can use those certificates in their N900 port :) Feb 17 09:14:50 ow those Feb 17 09:15:04 you can get those from variosu certificate bundles in distros Feb 17 09:15:11 or you can assemble them on your own Feb 17 09:16:26 All I know is that there is talk about needing specific certificates to talk to the Nokia SUPL server for AGPS. And since the only place the AGPS SUPL server could could be getting certificates from is the ones in maemosec-certman, its good to know that any secret key or certificate is in fact free for FSO to use Feb 17 09:17:07 for their AGPS implementation Feb 17 09:18:06 i think google runs an AGPS server too... not sure what the restrictions are Feb 17 09:27:59 what's freesmartphone? Feb 17 09:34:42 FreeSmartPhone.org Feb 17 09:34:56 ask in #opemoko-cdevel for more details about FSO on N900 Feb 17 09:41:15 hi I didn't my n900 os until now the current version is 3.2010.02-8.003 and I want to know how can I update my phone and what is new version ? also is it possible to install megoo ? Feb 17 09:41:40 ~flashing Feb 17 09:41:41 rumour has it, flashing is http://wiki.maemo.org/Updating_the_tablet_firmware Feb 17 09:42:18 meego is not for production use Feb 17 09:42:24 meego is in alpha stage Feb 17 09:42:32 aha Feb 17 09:42:34 latest official version is PR1.3 20.2010.36-2 Feb 17 09:42:45 megoo is better than meamo ? Feb 17 09:42:49 **maemo Feb 17 09:42:52 nope Feb 17 09:42:59 maybe in the future Feb 17 09:43:02 but now is worst Feb 17 09:43:26 ok . and what should I backup and what things removed from my phone ? Feb 17 09:43:46 everything Feb 17 09:43:51 not even battery loading works Feb 17 09:43:55 just don't install the thing Feb 17 09:44:30 jatt: for example my home ? and etc ? Feb 17 09:44:44 jatt: how can I get the list of software installed? Feb 17 09:44:50 I wouldn't suggest replacing maemo with meego directly. You can run it via microSD and such just to tinker around with it if you are desperate Feb 17 09:45:39 don't install meego just don't do it Feb 17 09:45:57 no i want to install maemo Feb 17 09:46:21 oh then everything is fine Feb 17 09:46:38 there is a backup utility in the n900 use it Feb 17 09:46:39 but I want to know what thing should I backup (for example home is very large ) and how can I get list of software installed ? Feb 17 09:46:51 in a terminal type dpkg -l Feb 17 09:46:57 that will give you a list of installed software Feb 17 09:47:22 there's two ways baackup, one is to use osso-backup which comes as standard with the device. It only downloads debs from the repositories that you originally have not any other 3rd party repositories, etc. Then there's backupmenu v2 which can backup your entire device albeit that requires multiboot Feb 17 09:48:08 psycho_oreos: I should install it ? Feb 17 09:48:22 backupmenu v2 Feb 17 09:49:34 mintux, its entirely up to you. If you have legacy apps that you want to retain working and if the latest PR1.3 doesn't suit your taste you can restore it. Plus backupmenu v2 does more backups from other places if need be, such as /home/user and /home/user/MyDocs.. places that osso-backup wouldn't touch (definitely not /home/user/MyDocs) Feb 17 09:50:03 and there's two ways of updating, one is OTA and the other is flashing Feb 17 09:50:15 but then, touching mydocs isnt needed for a reflash Feb 17 09:50:31 not unless you also flash emmc image Feb 17 09:50:55 ok Feb 17 09:51:11 i want to download firmware but I got this list Feb 17 09:51:21 http://up.iranblog.com/images/bozf3xc8sdnk5akz3ww.png Feb 17 09:51:34 which one of them should I download ? Feb 17 09:51:38 the flashing wiki page notes its a two stage process. One is to flash the emmc then you flash the fiasco Feb 17 09:51:47 pr1.3 global Feb 17 09:54:04 nid0: PR 1.3 version 20.2010.36-2 ? Feb 17 09:54:28 yes Feb 17 09:55:00 ok and this version when released ? Feb 17 09:56:10 WUT backmenu requires multiboot? NONSENSE Feb 17 09:57:28 *nothing* reqires multiboot, multiboot is deprecated, and just nitdroid folks are still using it because they don't get it Feb 17 10:04:38 can they run android from within a running maemo? Feb 17 10:05:55 they can use uBoot for sure Feb 17 10:08:40 s/can/could and should be able to/ Feb 17 10:08:40 DocScrutinizer meant: they could and should be able to use uBoot for sure Feb 17 10:12:13 http://www.theregister.co.uk/2011/02/16/nokia_had_choices_but_couldnt_take_them/ Feb 17 10:17:25 hindsight is a wonderful thing... Feb 17 10:18:07 SpeedEvil: looks like a fair summary to me Feb 17 10:18:24 one of the few reviews that even mentions maemo/770 Feb 17 10:18:29 or retrospectives Feb 17 10:22:46 is it possible to reach the peak points in charging the battery on usb port? Feb 17 10:25:15 'peak points'? Feb 17 10:25:50 the maximum battery charge Feb 17 10:26:01 yes Feb 17 10:26:11 It just takes a little longer. Feb 17 10:26:19 "changing the microSD card causes WP7 to restore factory defaults" <-- WTF??? Feb 17 10:26:58 SpeedEvil, do you need a software? nokia wtvr? Feb 17 10:28:03 interesting... so not much has changed since windows mobile... "Opinion in my company where we have several win7 phone users is that it is rubbish. Missing major functions, drops calls, crashes all the time. They all want different phones" Feb 17 10:28:33 :/ Feb 17 10:28:43 compengi: ? Feb 17 10:28:53 compengi: No software is needed to charge the battery Feb 17 10:32:47 s/no/no special additional/ Feb 17 10:32:52 SpeedEvil, weird, i've plugged in the phone on the usb, at the end the phone showed that it was charged on 95% from hal-device output, i plugged it on the adapter and it continues charging :/ Feb 17 10:33:00 continued* Feb 17 10:33:27 compengi: on replugging it always restarts charging Feb 17 10:33:52 95% from hal is as good as it gets afaik Feb 17 10:34:29 aha Feb 17 10:35:13 and there is no more accurate way to check it? Feb 17 10:35:34 Not with the standard software. Feb 17 10:46:03 SpeedEvil: great article, too bad they misspelled 'n900' Feb 17 10:47:48 most likely just a typo for the missed n, they got it right on the media player image caption Feb 17 10:54:10 http://forums.theregister.co.uk/post/987515 Feb 17 10:56:29 hehe Feb 17 10:57:52 true Feb 17 10:58:27 that corporate attention deficit hyperactivity disorder was the reason I left Nokia Feb 17 10:58:57 n900 wasn't missing much... :( Feb 17 10:59:35 you talk like it's not there anymore Feb 17 11:00:14 from nokia's perspective, it isnt Feb 17 11:00:43 I love the next post. Feb 17 11:02:58 hi there Feb 17 11:04:09 is it normal that the kernel-power_2.6.28-maemo46_armel.deb occupies just 1.9 MB? Feb 17 11:04:16 it seems very light.. Feb 17 11:04:58 http://forums.theregister.co.uk/post/987634 :) Feb 17 11:06:19 http://forums.theregister.co.uk/post/987539 isn't bad either Feb 17 11:07:06 I must say I do often like the fact that I work for a small company Feb 17 11:07:26 "hey, what about doing this?" "sure, give it a shot" is about as hard as it gets Feb 17 11:10:15 with the introduction of WP7. you think Nokia will drop support for n900 / maemo completely? Feb 17 11:11:16 Kowalczyk: how could they drop it even more? they would have to invent new kind of concept for dropping :) Feb 17 11:11:26 haha :D Feb 17 11:11:44 they could visit every n900 owner and smash the phones Feb 17 11:12:01 wow that'd be a honour Feb 17 11:12:41 N900 is still the only fun phone for me :/ Feb 17 11:13:10 if we could just get a commitment to *one* successor device Feb 17 11:13:25 pupnik: same here.. Feb 17 11:13:55 pupnik, what about android phones? Feb 17 11:14:04 the big shame is with the seeming lack of any n900 successor anytime soon I had been seriously thinking of picking up an e7, as i've really liked all my past e-series and communicator devices Feb 17 11:14:07 i have an android tablet... so far, not fun. Feb 17 11:14:08 Nokia can have my N900 when they pry it from my cold dead hands (or when they give me a free replacement of a superior phone) Feb 17 11:14:13 :( Feb 17 11:14:25 what I mean then... what will happen to n900 I mean? Feb 17 11:14:28 but following last week, buying a symbian device seems like a dumb idea Feb 17 11:14:33 a probable meego device, I wonder what will they stuff inside it, probably fill it with inferior parts compared to their upcoming WP7 phone.. make meego act like winME for the springboard financial boost Feb 17 11:15:12 s/the financial/their financial/ Feb 17 11:15:12 i'd be real happy with omap3640 and 512MB Feb 17 11:15:38 I thought nokia did commit to one MeeGo device this year... Feb 17 11:15:55 i hope that device has a cellphone radio Feb 17 11:15:57 yeah they did say that but there's no indication what it'll be Feb 17 11:16:08 they've axed the great n9 Feb 17 11:16:18 no Feb 17 11:16:29 Kowalczyk: nothing will happen to n900 as far as nokia is concerned, I don't think they produce them anymore and it would be a surprise to get any updates Feb 17 11:16:38 its probably a good indication they probably won't create something equivalent or better than the specs of the n9 Feb 17 11:16:39 no? Feb 17 11:16:56 theyve axed *a hardware variant* of what might have become the n9 Feb 17 11:17:05 Trewas: ok.... but aas long as maemo lives on it will be okay.. regarding packages and so on Feb 17 11:17:20 I hope:d hehe Feb 17 11:17:53 nid0, you could do that at nokia too, I've heard about lots of interesting expirements. it's just that things would never get past engineer level because someone above thought it would mess with their bonuses or something and cancel the project Feb 17 11:18:17 Trewas, community SSU ;) Feb 17 11:18:19 and to fill the new n9 with the supposedly inferior stuff? Feb 17 11:18:23 jarkkom_: yeah thats the difference though, i get the "sure, give it a shot", try it, and if it works, deploy it Feb 17 11:19:04 there are serious fixed costs to releasing any phone though - case moulding, production facility, certification, channel distribution Feb 17 11:19:10 iPhone next then:d hehe :D Feb 17 11:21:13 I wouldn't consider about buying iphone unless there's no android devices that could satisfy me. But then again I'd choose iphone anyday over WP7 if I were forced to choose either of those Feb 17 11:21:20 hi Feb 17 11:21:34 yeah but with either you're basically caged in the role of a consumer Feb 17 11:21:38 does the maemo built-in skype caller have video? Feb 17 11:21:40 a monkey pushing at the screen Feb 17 11:21:40 cause i just tried Feb 17 11:21:52 tbh theres nothing wrong with wp7, the amount of bashing it gets just because it has a "microsoft" tag on it from people who've never even touched it is kinda tiresome Feb 17 11:21:52 and though i could see myself, my companions at the other end of the line couldn't Feb 17 11:22:04 psycho_oreos: same her.. rather iPhone than WP7 Feb 17 11:22:06 El_Angelo: it does Feb 17 11:22:11 or you could look at blackberries and say there's nothing wrong with them either Feb 17 11:22:11 and I dont want an HTC. I had one.. so no Feb 17 11:22:20 imagine that E7 with 800x480, omap3 @ 1ghz and 512MB ram Feb 17 11:22:25 nid0: i need anything special? Feb 17 11:22:37 sad pupnik Feb 17 11:22:47 El_Angelo: no, if you've got the camera button available, pressed it, and can see yourself they should be able to see you too Feb 17 11:22:59 weird Feb 17 11:23:06 Kowalczyk, glad that you agree :) then again, android would be a hell lot better if they took a different approach to their linux environment Feb 17 11:23:13 pupnik: e7 is a heluva sexy phone Feb 17 11:23:24 pupnik: on a hardware side Feb 17 11:23:25 i know wazd ... beautiful Feb 17 11:23:47 for me, the most beautiful phone ever Feb 17 11:24:05 e7 would be fine software wise too if nokia hadnt just killed all possibility of further third-party development last week Feb 17 11:24:06 but arm 1136 cpu Feb 17 11:24:13 pupnik: yeah, looks like it for me too Feb 17 11:24:16 >_< Feb 17 11:24:27 I don't like WP7 phone to have a `windows' key. That just reminds me of how they made literally the entire PC market keyboards to have that `windows' key. What if you don't use windows on the phone? tough luck, suck shit and die? Feb 17 11:24:57 how is this any different to the buttons android phones have to have? Feb 17 11:25:04 psycho_oreos: remember that nokia can do with wp7 whatever it wants Feb 17 11:25:15 and then there was that news of them giving credits to chevronWP7 and not providing a native alternative OS installer Feb 17 11:25:22 psycho_oreos: no restrictions at all Feb 17 11:25:30 android doesn't have a dedicated android button Feb 17 11:25:40 how about they release a wp7 phone and we get an unofficial maemo for it Feb 17 11:25:52 wazd, correct and we as consumers will see what devices suits us Feb 17 11:25:55 unofficial meego .. Feb 17 11:26:08 psycho_oreos: what difference does the logo on the button make? Feb 17 11:26:25 android dictates required buttons, wp7 does the same, but only wp7 is lame because of it? Feb 17 11:26:40 nid0, why must they place a logo of windows on it? Feb 17 11:26:49 nid0: dunno, but I'm talking about possibilities to remove it if they'd like it Feb 17 11:27:06 android doesn't dictate that it must require an android button with a symbol of android Feb 17 11:27:26 guys is it normal that the kernel-power_2.6.28-maemo46_armel.deb occupies just 1.9 MB? Feb 17 11:27:30 psycho_oreos: it's basically just a home button Feb 17 11:27:32 apple doesn't do it with their iphone/ipad why must microsoft do it? proud-ness? Feb 17 11:27:41 wazd, that's not my point Feb 17 11:27:51 deno: that sounds about right Feb 17 11:27:55 so all i should have to do is push the 'touchscreen camera button' ? Feb 17 11:28:07 psycho_oreos: I see your point and I tell you that nokia is able to change it :) Feb 17 11:28:14 SpeedEvil, the source code is about 70MB however Feb 17 11:28:22 tja Feb 17 11:28:33 http://communities-dominate.blogs.com/ is pretty good as a read Feb 17 11:28:35 deno: You are not however including any MCA bus support. Feb 17 11:28:47 deno: Or support for fibrechannel. Feb 17 11:29:39 SpeedEvil, do you know where is the file responsible for these inclusions? Feb 17 11:29:47 the makefile Feb 17 11:29:56 and .config in the root of the source directory Feb 17 11:29:57 wazd, yeah and again I'm implying that nobody is forced to buy the upcoming WP7 phone by nokia. Everyone is entitled to their rights, and hopefully nokia will wake up to their loss of the once beloved linux community, too bad Elop doesn't see it that way. As one person on that the register's news, Elop is no better than a microsoft's beancounter Feb 17 11:30:57 SpeedEvil, ah ok Feb 17 11:31:09 SpeedEvil, thx Feb 17 11:31:46 psycho_oreos: just remember that symbian was not nokia's OS right from the day-1 Feb 17 11:32:08 psycho_oreos: they bought it from Psion as I remember Feb 17 11:32:19 epoc and stuff Feb 17 11:32:41 wazd, I didn't make any mentioning of symbian, nor do I really have any concern for symbian either Feb 17 11:42:37 MohammadAG: ping Feb 17 11:43:32 MohammadAG: you got your bits together to implement a *compatible* rtcom-dialer-ui? with all the shit like "select service" etc? Feb 17 11:43:56 O.o Feb 17 11:45:48 http://www.theregister.co.uk/2011/02/17/bar_room_chat/ <-- hmm Feb 17 11:46:10 jonwil and I are chatting about how to implement some things regarding outbound call management, which bits are involved, how to tweak them, etc. We need all the help we can get, to understand how all this is working, from very top (UI) down to the bare metal (cellmo, SIP, Skype) Feb 17 11:46:47 If someone can tell me how the "call type" button on the dial pad (which presumably lets you select skype, sip, GSM etc) works then I can find out which bits are the important bits Feb 17 11:47:56 aah, sorry. I called this button "select service" Feb 17 11:54:03 but yeah I am convinced that we need telepathy-ring and osso-mission-control Feb 17 11:55:36 on the topic of "rtcom" or "haze" or whatever should i call it... :P anybody knows what i am supposed to get for OS2008? there are a few repositories with various flavors of those packages around that i can see. i'd mainly like to use as many protocols as possible in Chat Feb 17 11:56:37 why not just get a jabber account and use jabber transports to whatever protocols you want then... Feb 17 11:57:03 ruskie: yeah that's an alternative i guess. i did wonder what the advantages/disadvantages of it compared to using rtcom might be... Feb 17 11:57:21 also, i'm not sure how to do that in the first place. is it something i do from the web on my server (jabber.org or whatever?) Feb 17 11:57:49 hey does anyone know of a network shared clipboard (like spike) that runs over xmpp that could run on n900 and other desktops ? Feb 17 11:57:53 through a jabber client Feb 17 11:58:30 you do service discovery and you get that... Feb 17 11:58:44 anyone know what ohm is? Feb 17 11:58:59 zutesmog, never heard of spike... but if I needed to do somethig like that I'd just use socat probably Feb 17 11:59:06 jonwil, ? ohm? as in the unit of resistance? Feb 17 11:59:20 its a set of packages on the n900 Feb 17 11:59:32 and apt-cache info doesn't explain them? Feb 17 11:59:42 ruskie: that's not something Chat has though, does it? or am i very blind :P Feb 17 12:00:05 LjL, no clue Feb 17 12:00:16 ruskie, looking for something more integrated with the clipboard on both ends. Feb 17 12:00:20 fair enough, i'll set it up with some other client Feb 17 12:00:23 but you can use any jabber client that supports it to add it... and it should show up in all other clients as well Feb 17 12:01:10 3D phone, dual-core omap4, IPS stereoscopic display, 2-4x performance of N900, http://www.anandtech.com/show/4179/ti-omap4-and-lg-optimus-3d-tested Feb 17 12:01:10 yep, though direct clipboard support isn't really there, Also a lot of jabber clients (say gtalk) don't like xml formatted messages. Feb 17 12:01:58 It's a utility I find I want all the time. Copy a link / paste it to my desktop (read it later) and vica versa, or some other text. Feb 17 12:02:00 zutesmog, assuming X is on both ends... xclip+socat could do it... but I guess you would need to run a specific command after copying to transfer the stuff... Feb 17 12:02:05 Looks like I might have to write something Feb 17 12:02:18 or monitor the clipboard to do it Feb 17 12:02:38 My other end may not be online to recieve, so it needs to be able to store and forward (like offline chat in gtalk). Feb 17 12:02:49 that's not a gtalk feature ;) Feb 17 12:02:54 it's a xmpp feature ;) Feb 17 12:02:56 looks like an appengine app backend, oauth login. Feb 17 12:03:14 most jabber/xmpp servers support it Feb 17 12:03:41 I was using that as example why socat wouldn't do the job, and why I was looking for an xmpp based solution Feb 17 12:04:05 I'd probably make it some sort of a web page more likely Feb 17 12:04:28 copy... paste into a web page... have link on devices to link them together... Feb 17 12:04:54 I spend all my time building appengine stuff. i was thinking more like an private intelligent pastebin, with and alternate client implementation that has an integrated clipboard. Feb 17 12:05:38 jonwil: ohm = open hardware manager afaik Feb 17 12:06:11 for me if I send something to the N900 for instance I would like a notification, and one click, into the clipboard. Feb 17 12:06:11 zutesmog, you mean like this: command(be it xclip or cat or whatever stdout) |curl -F 'sprunge=<-' http://sprunge.us Feb 17 12:06:43 along those lines, just quicker and easier to use ;-) Feb 17 12:07:00 that can be dead easy to use you know... Feb 17 12:07:06 a single script can do it... Feb 17 12:07:11 then just link a shortcut to it Feb 17 12:08:11 and then send the returned url via xmpp message Feb 17 12:08:39 though I think you would need a plugin for telepathy to get anything more single click Feb 17 12:08:44 It's a bit more than that I think, I would want to manage multiple pastes etc..... Notifications, clipboard history and so on. Feb 17 12:10:05 I can cobble something immediately with a couple of python scripts, but would like a more integrated experience. And I have been looking for something worthwhile (for me at least) to knock together for the N900 Feb 17 12:10:41 http://www.reghardware.com/2011/02/17/sonim_xp3300_force/ <-- now that's a phone to have handy... Feb 17 12:14:56 http://www.theonion.com/articles/interim-apple-chief-under-fire-after-unveiling-gro,19111/?utm_source=recentnews Feb 17 12:15:21 achipa: ping Feb 17 12:19:42 motorola droid2 with omap3640 @ 1ghz could make a fine meego-phone (if opensource drivers are avail) http://www.ifixit.com/Teardown/Motorola-Droid-2-Teardown/3502/1 Feb 17 12:20:27 Elpida K4332C1PD-50-F - 512MB Mobile DDR3 RAM for the OMAP3630 Feb 17 12:20:48 TI WL1271B WLAN Bluetooth/FM chip Feb 17 12:21:46 camera doesn't compare to n900 apparently Feb 17 12:22:22 could Meego run on the Galaxy Tab? Feb 17 12:23:04 Meego could run onmost high-end smartphones out there. Feb 17 12:23:20 or crawl, as the case may be Feb 17 12:23:21 If the makers eiither chose to let it, or it's rooted, and someone puts in the work porting it. Feb 17 12:23:44 need 3d drivers Feb 17 12:27:06 ah, yes, great thing this so-called google: it's been done Feb 17 12:27:06 http://forum.meego.com/showthread.php?t=2520 Feb 17 13:18:33 jacekowski, ping Feb 17 13:23:03 to me the N900 is more 'powerful' than any 1ghz phone Feb 17 13:24:20 to someone who can't do anything but slide their finger to the left and right Feb 17 13:24:42 it might seem like a device that updates the scroll at higher fps is 'more powerful' Feb 17 13:24:45 but those are monkeys Feb 17 13:25:43 ++ Feb 17 13:27:39 Ooo, someones done dome nice tweaks for IO .. Feb 17 13:28:01 in a new kernel alterego ? Feb 17 13:28:10 No, just setting kernel variables. Feb 17 13:28:28 that sounds like a welcome improvement Feb 17 13:29:23 that sounds like swappolube Feb 17 13:29:25 http://talk.maemo.org/showthread.php?t=69973 Feb 17 13:29:31 DocScrutinizer: that has been menitoned. Feb 17 13:29:42 I didn't realise what swappalube did. Feb 17 13:38:29 alterego: swappolube lets you set some kernel config to improve responsiveness Feb 17 13:39:22 Yeah Feb 17 13:39:32 Never used it, seems like this does the same kind of thing Feb 17 13:51:47 http://www.daccreative.co.uk/goodcopybadcopy/2009/09/25/scenes-from-corporate-life-7/ Feb 17 14:16:29 hey guys Feb 17 14:53:26 anyone pinged? Feb 17 14:55:55 no, you're not _that_ popular.:P Feb 17 14:56:59 MohammadAG: gonna look at your video overlay this evening :) Feb 17 14:57:11 So I'll need you around to help me set my scht up. Feb 17 14:59:35 alterego, "#maemo" was blue :p Feb 17 15:00:08 MohammadAG: use /lastlog MohammadAG then Feb 17 15:00:15 oh btw Feb 17 15:00:22 the N900 is not class 2 BT Feb 17 15:00:35 Class 2 is 10m iirc Feb 17 15:00:41 well I was trying to talk to you earlier regarding dialer stuff, trying to figure out if advanced call control (e.g. detecting call and routing to cheaper SIP number) was possible Feb 17 15:01:01 with the BT messenger test I did today, the other N900 could receive messages from 20m away Feb 17 15:01:09 possibly more, at least 20 Feb 17 15:01:19 unfortunatly what I found is that if you try and change things in the lower layers (telepathy, mission-control etc), the dialer will get confused Feb 17 15:01:49 heh Feb 17 15:01:55 thats based on my reverse engineering of the dialer code anyway Feb 17 15:02:25 I expect it to be hardcoded Feb 17 15:02:32 as most of the stuff on the N900 is Feb 17 15:02:36 so our initial idea to file a license change request for telepathy-ring to help implement the call control is moot and we dont need to file the request Feb 17 15:03:11 unless we kill the stock dialer Feb 17 15:03:37 and replace it with a custom one (which will never handle all the wierd corner cases) Feb 17 15:03:49 indeed Feb 17 15:04:15 Basically when you activate the contact or when you press the "call type" button, thats when the account system is invoked and identifies e.g. the skype or SIP account details to use Feb 17 15:04:49 then when you press the call button, it passes this pre-determined account information on to the lower layers Feb 17 15:05:17 i.e. telepathy Feb 17 15:19:03 can anybody tell me what makes dbus-daemon eat 50B (session) rsp 40MB (system) of RAM? o.O - admittedly on my x86, not checked on fremantle yet Feb 17 15:19:16 50MB* Feb 17 15:19:54 stinks like memleak Feb 17 15:21:33 RSS of dbus-daemon is 7.2 and 2.2 MB here Feb 17 15:24:54 http://jan.wildeboer.net/2011/02/microsoft-absolutely-no-free-software-for-windows-phone-and-xbox-apps/ Feb 17 15:27:12 "“Excluded License” means any license requiring, as a condition of use, modification and/or distribution of the software subject to the license, that the software or other software combined and/or distributed with it be (i) disclosed or distributed in source code form; (ii) licensed for the purpose of making derivative works; or (iii) redistributable at no charge. Excluded Licenses include, but are not limited to Feb 17 15:27:13 the GPLv3 Licenses. For the purpose of this definition, “GPLv3 Licenses” means the GNU General Public License version 3, the GNU Affero General Public License version 3, the GNU Lesser General Public License version 3, and any equivalents to the foregoing." Feb 17 15:27:13 my values RSS as well Feb 17 15:37:25 crashanddie: say thanks to RMS: http://www.fsf.org/blogs/licensing/more-about-the-app-store-gpl-enforcement Feb 17 15:43:59 do you know if our nokia support DMA transfers? Feb 17 15:45:26 deno: ?? N900 OMAP3430? sure it has several DMA channels Feb 17 15:46:26 mgedmin: uptime? Feb 17 15:46:52 DocScrutinizer, ok Feb 17 15:46:53 aah man, is it true about meego's impending death? Feb 17 15:46:55 :( Feb 17 15:47:06 I've been off the scene for a while since I scrapped my N900 Feb 17 15:47:16 DocScrutinizer, thx Feb 17 15:47:50 DocScrutinizer, up 10 days, 2:13, Feb 17 15:47:58 mgedmin: 16:47 148 Tage 1:10 here. I think it's more like your values after boot Feb 17 15:48:30 nice uptime there -- your kernel must be full of bugs, though Feb 17 15:48:41 meh Feb 17 15:49:54 that's not exactly an exposed server, so I can live with a few bugs :-D Feb 17 15:51:44 I'm kinda pissed about that supposed bug in dbus-daemon though Feb 17 15:54:14 is there a way to send sms via the terminal on n900? :p Feb 17 15:54:54 Cor-Ai, google Feb 17 15:55:18 have tried that for some while now :/ Feb 17 15:57:40 Hello, does maemo planet (http://maemo.org/news/planet-maemo/) support RSS? Feb 17 16:17:43 wtf android has no syncml support?! Feb 17 16:18:53 'salright, WP7 has no BT OBEX Feb 17 16:20:00 WTF?! Feb 17 16:20:06 Business class phones?! Feb 17 16:20:19 uhhh incredible how smart there are Feb 17 16:23:01 There's a lot they both don't have .. Feb 17 16:23:20 Hell Symbian is still the most featureful mobile OS there is. Feb 17 16:24:34 Ubuntu is freaking annoying lately Feb 17 16:24:59 don't hibernate my laptop if you can't do it properly Feb 17 16:25:46 MohammadAG, hibernate never worked for me :D Feb 17 16:26:05 it works for me, 3/4 the times Feb 17 16:26:24 the 1/4 is the time when I really need everything back Feb 17 16:26:33 there's no way to disable it Feb 17 16:28:25 for me mesa dies, and when it comes back I have weird lines on the screen :D Feb 17 16:36:51 do you know if is possible to use ehci instead of musb? Feb 17 16:36:56 (n900) Feb 17 16:37:56 the controller is an musb controller, which is not compatible with the normal cotroller. Feb 17 16:38:01 AIUI Feb 17 16:38:20 sjgadsby's unerring rationality makes for boring flamewars. Feb 17 16:39:37 well ehci isn't even connected to anything Feb 17 16:40:17 sooo Feb 17 16:40:22 uhm Feb 17 16:40:23 Sc0rpius: morning Feb 17 16:40:29 oh you mean using ehci driver? no Feb 17 16:40:37 SpeedEvil, the normal controller? Feb 17 16:40:51 ShadowJK, yep I want to use the ehci driver Feb 17 16:41:02 it is better, isn't it? Feb 17 16:41:14 There's both ehci and musb controller in n900's omap3 chip, but ehci isn't connected to anything Feb 17 16:41:28 oops Feb 17 16:41:39 ShadowJK, ok Feb 17 16:41:58 but you said that it was not compatible with the normal controller. What do you mean with this? Feb 17 16:42:03 and using ehci driver for musb controller isn't going to work at all :) Feb 17 16:42:33 SpeedEvil meant the ehci driver is incompatible with the musb controller Feb 17 16:42:39 ah ok Feb 17 16:42:47 yep are 2 different things Feb 17 16:43:12 uhm is this musb controller slower than the ehci one? Feb 17 16:44:34 dunno, on beagleboard before they got ehci working people used musb with hubs to connect ethernet dongles, keyboards, mice and harddrives at the same time.. Feb 17 16:45:24 https://garage.maemo.org/builder/fremantle/curl_7.18.2-8lenny4/ is it alive at all? Feb 17 16:45:33 uhm because I can use some device with the n900 but not all Feb 17 16:45:46 Such as? Feb 17 16:46:05 devices that uses isochronous transfers Feb 17 16:46:16 like the kinect Feb 17 16:47:35 SpeedEvil, I think it doesn't find endpoints or something like that Feb 17 17:37:07 Cor-Ai: http://wiki.maemo.org/Phone_control#Send_SMS Feb 17 17:45:33 * DocScrutinizer hates it to search for 10min to come up with sth like http://mxr.maemo.org/fremantle/source/kernel/drivers/usb/musb/musb_core.c#62, just to learn the user who asked about musb-core, isochronous, ehci, endpoints and whatnot has left the chan Feb 17 17:57:38 reMOO Feb 17 17:58:23 Anything new and exciting today? Apocalypse? Nokia switching to desktop version of Win7? Feb 17 18:00:21 RST38h, they announced the N9 with Windows 8 Feb 17 18:00:34 Ah cool Feb 17 18:14:04 guys, i am trying to package upstream sofia-sip in my scratchbox, but end up with an error "cp: cannot stat `debian/tmp//usr/lib/libsofia-tools.a': No such file or directory" Feb 17 18:15:18 i copied debian/ from fremantle sofia-sip_1.12.10-0maemo5+0m5.tar.gz to the upstream sofia-sip folder, but compilation fails with the above error Feb 17 18:25:11 so whos gonnae steal the maemo source code for us? Feb 17 18:36:37 gamegripper is a nice addon xD Feb 17 18:39:55 lcuk2: When're you going to finish liq so it can do: http://www.carrypad.com/2011/02/17/mobile-multi-display-on-ios/ ? Feb 17 18:41:42 hi Feb 17 18:42:07 Jaffa, offs Feb 17 18:42:14 hi lcuk Feb 17 18:42:23 i think i need to give up Feb 17 18:42:31 :D asimulator Feb 17 18:42:38 lcuk2: It looks very cool Feb 17 18:42:38 the one shining light today :$ Feb 17 18:42:40 hello Feb 17 18:42:50 really? i went in here cause i was deprese Feb 17 18:42:51 sed Feb 17 18:42:52 Jaffa, that is exactly what I want to do and stuff Feb 17 18:42:54 Bad day? :-( Feb 17 18:43:07 I asked lardman for ages about multibarcode stuff Feb 17 18:43:34 http://www.youtube.com/watch?v=sjSrwpbxyAM Feb 17 18:43:42 that works without the camera and lets all the devices do it Feb 17 18:43:52 but without extra fingers near me I will never fucking do anything Feb 17 18:44:35 http://liqbase.net/liqbase.info.txt Feb 17 18:44:44 asimulator, sorry for my rant, you are mentione dhere Feb 17 18:45:32 hey i'm pretty depressed Feb 17 18:46:29 what is it? Feb 17 18:49:20 what everyone is depressed about Feb 17 18:49:28 except, i'm not a coder Feb 17 18:49:34 wtf am i goign to do with my life Feb 17 18:50:08 asimulator, :) if I start a business I will happily have you on my team :) Feb 17 18:50:16 You will continue to do great UX design, what else! Feb 17 18:50:22 * lcuk went and did some breathing Feb 17 18:50:44 Just as I will continue coding. Maybe less coding in Qt, who knows ;-) Feb 17 18:50:52 What tweaks should I make, or apps are necessary for a good experience on a fresh N900? Feb 17 18:51:18 asimulator, guess what Feb 17 18:51:59 I sussed out how to make UI pretty with a simple change :) Feb 17 18:52:01 http://liqbase.net/liq.20110214_135930.liqpostcard.scr.png Feb 17 18:52:18 http://liqbase.net/liq.20110208_002.liqbook.on.meego.ideapad.jpg Feb 17 18:52:19 :) Feb 17 18:52:40 Those who pushed MeeGo into the open have foreseen this. Though I would have expected Intel to blink away, not Nokia. Feb 17 18:53:06 Actually, it's great that we still have a project. Feb 17 18:53:35 i guess that's true Feb 17 18:53:48 lcuk thanks, that means a lot to me heh Feb 17 18:54:00 Could have been much worse. Imagine this had happened 13 months ago. before MeeGo was born. Feb 17 18:58:51 I was just thinking, is the N900 the only Nokia phone without buttons on the front face Feb 17 18:58:59 Jaffa, for the 2009 Maemo summit, we discussed possibility of an app which expected all users to hold up their phones and each would be a pixel on a whole display Feb 17 18:59:17 I wonder who decided to ditch the task-switched and home buttons. Feb 17 18:59:48 I guess, if the N900 was a phone first, it'd have the green and red buttons like most other phones of theirs. Feb 17 19:03:15 * lcuk writes an email to Rich Green. Feb 17 19:05:29 how come LG is releasing dual-core Omap4 and Tegra phones while Nokia is releasing ARM1136 phones? Feb 17 19:06:24 for their high-end mind you... Feb 17 19:07:40 on n810, the whole screen will sometimes (once every 20 days maybe) "decay" in vertical lines until blank. playing back .mytube .flv with mplayer causes it most often. Feb 17 19:08:00 * VladNistor says hello Feb 17 19:08:04 interfaces/sshd are still up, but sluggish Feb 17 19:08:35 i have a memory card which i've formated to ext3. when i plug it in Maemo says format not supported Feb 17 19:08:43 is that normal? Feb 17 19:09:08 only thing in dmesg is a omapfb mesg about some 'line' not being ready, & kmesg suppressing 8-9 repeats of same. what is more interesting is after issuing and init 6 Feb 17 19:09:28 the 810 appeared to reboot, played the nokia startup sound Feb 17 19:09:36 but the screen was still black Feb 17 19:09:57 backlight on, but black & fully blank. no logo, boot progress, nada Feb 17 19:10:04 does this sound familiar? Feb 17 19:10:16 this is not the first time this has happened to me Feb 17 19:10:33 but it is the first time i checked dmesg w/ sshd Feb 17 19:10:51 and first time i tried to init 6 Feb 17 19:11:08 instead of just removing the battery pack Feb 17 19:11:27 seems like there is a bug in omapfb, yeah? Feb 17 19:11:41 no luck googling for similar cases Feb 17 19:12:03 what's more weird is that a soft reboot does not fix the issue Feb 17 19:12:15 it's like the bad driver puts the hardware Feb 17 19:12:25 in some unrecoverable state, Feb 17 19:13:28 bjv does it boot normally after you pop battery? Feb 17 19:13:46 yes Feb 17 19:15:31 extremely odd/worrying, and makes me nervous *every time* i play a video, Feb 17 19:15:44 like at the gym for a workout, or etc. Feb 17 19:19:41 omapfb omapfb: s1d1374x: line buffer not ready Feb 17 19:20:02 printk: 5 messages suppressed Feb 17 19:20:19 on and on like that. Feb 17 19:24:06 nokia E7 should have had omap3640 @ 1-1.2ghz with 384-512MB RAM, and symbian with a hacker version of meego available Feb 17 19:24:10 there are so many fixed costs of making a phone, putting in the extra $50 for quality cpu and display is a no-brainer for your high-end device Feb 17 19:25:41 pupnik_, even better would be doing full complete design and specifications based on the slower one Feb 17 19:25:50 lol Feb 17 19:25:51 then switching it out to a faster model just prior to release Feb 17 19:26:12 thereby gaining uber optimisations and huge smiles from everyone using it Feb 17 19:26:26 because your code has a huge amount of headroom Feb 17 19:26:36 and extra processing power to do all the things it wanted Feb 17 19:37:43 * Arkenoi wonders why not just open e7 specs, i bet it would take just a few months to get meego running by community effort alone Feb 17 19:46:36 Arkenoi: because it is too weak to run meego Feb 17 19:46:56 lmao htc cameras SUCK Feb 17 19:47:52 http://www.infosyncworld.net/resources/products/htc/htc_inspire_4g_s018.jpg Feb 17 20:04:51 hello world Feb 17 20:16:10 and in our second example, we learn how to /ns register, and to start a real conversation on IRC Feb 17 20:17:15 hello human Feb 17 20:22:15 real conversations don't happen on irc Feb 17 20:22:39 it's mostly awkward nerdy exchanges, trolling, and teenagers looking for porn Feb 17 20:27:39 ieatlint, its also an excellent collaborative communication system Feb 17 20:27:53 s/its/it's/ Feb 17 20:27:53 lcuk meant: ieatlint, it's also an excellent collaborative communication system Feb 17 20:29:05 yes, and most tech companies have internal irc servers running for just that purpose Feb 17 20:34:48 BT messenger working :D Feb 17 20:35:33 tis a shame there's no school tomorrow, it's the only place where there's a shitload of N900s Feb 17 20:41:40 a dhitload?? o.O Feb 17 20:41:44 err Feb 17 20:42:11 still wondering what a BT messenger is doing Feb 17 20:43:28 well, I've actually seen somebody with a N900 recently - - - he bought it after I told him about mine, when he gave me his Freerunner to fix the GPS :-D Feb 17 20:44:50 "entrance" as a verb is apparently very different than as a noun Feb 17 20:44:54 MohammadAG, shitload of n900s at school? I was the only one in the whole school :D Feb 17 20:45:06 I should ask Nokia for my comission Feb 17 20:46:04 merlin1991: lol Feb 17 20:46:15 DocScrutinizer, chat without paying for SMS, without the availability of Wi-Fi, and... without making a sound Feb 17 20:46:16 ideal for schools and unis :P Feb 17 20:46:28 aah Feb 17 20:46:32 merlin1991, 3 (including me) in my class Feb 17 20:47:05 well I must admit I was in the final class when the n900 came out :D Feb 17 20:47:11 and my class is only 18 peeps Feb 17 20:47:15 so not far from what I thought about, for failsafe alternative networks, e.g. on huge demonstrations Feb 17 20:48:32 * DocScrutinizer suspects MohammadAG has a flourishing little business with selling gray import cell phones Feb 17 20:49:17 merlin1991, last class here too :p Feb 17 20:49:35 DocScrutinizer, yeah, that's why I still can't test the app without another N900 :p Feb 17 20:50:01 sure, you're out of stock, due to huge demand Feb 17 20:50:07 heh Feb 17 20:50:20 hi _nicolai_ Feb 17 20:51:06 <_nicolai_> Hi Feb 17 20:52:10 _nicolai_, I was thinking of adding some gconf commands to postinst that set max to 5 and step to 1, since some people are having problems for some reason Feb 17 20:52:38 and the N900s really won't vary on the hardware/brightness level :) Feb 17 20:53:46 <_nicolai_> MohammadAG, do you know *why* they have different gconf settings? Feb 17 20:54:48 there's just a void beyond the n900 Feb 17 20:56:38 nope, I'm guessing cause the postinst reregisters the gconf schemas Feb 17 20:56:42 it worked fine for me though Feb 17 21:02:07 WUT? Feb 17 21:03:22 some users are seeing only 1 button in the CSSU display panel rewrite Feb 17 21:03:26 no biggy really, minor change in gcnof should fix it Feb 17 21:03:34 MohammadAG why you need to chat without making a sound? Feb 17 21:03:43 what's your target? /sys/screen/foo/brightness? Feb 17 21:03:43 cause I'm in class? Feb 17 21:03:53 no no no, that's fine Feb 17 21:04:05 <_nicolai_> btw, I searched for the gconf setting "tweaks" they could have applied and found another interesting thing: http://www.gossamer-threads.com/lists/maemo/developers/61234 Feb 17 21:04:36 gconftool-2 -g /system/osso/dsm/display/max_display_brightness_levels Feb 17 21:04:39 that should return 5 Feb 17 21:04:49 <_nicolai_> does someone knows why these inihibit blank modes are undocumented? Feb 17 21:04:50 FYI: seems maemo kernel screen backlight brightness driver is fubar Feb 17 21:05:06 <_nicolai_> this seems an easy way to enable a "display always one" mode Feb 17 21:05:50 _nicolai_: because Nokia doesn't want somebody to disable autu-dim? Feb 17 21:05:50 hmm Feb 17 21:06:00 could you possibly change the checkbox to a hildon value button? Feb 17 21:06:15 some users might actually like this feature Feb 17 21:06:25 What feature? Feb 17 21:06:35 * SpeedEvil comes in late after going out to post stuff. Feb 17 21:06:44 read http://www.gossamer-threads.com/lists/maemo/developers/61234 Feb 17 21:06:52 second post, 0-4 Feb 17 21:07:28 only problem is, strings would be confusing for the user Feb 17 21:07:37 some basics: human physiology isn't sensing brightness differences less than factor 2. with a /sys/foo/brighness range of 0..255 = 2^8 this are exactly 8 levels, incl off Feb 17 21:07:38 ~seen timeless Feb 17 21:07:51 timeless <58730824@firefox/developer/timeless> was last seen on IRC in channel #maemo, 9h 39m 15s ago, saying: 'http://communities-dominate.blogs.com/ is pretty good as a read'. Feb 17 21:08:02 of 2-255 Feb 17 21:08:28 DocScrutinizer, when do us humans get a firmware upgrade? Feb 17 21:08:37 we obviously need one, I want 3D first Feb 17 21:08:42 2 is usually dim enough, but I could actually like it to go another order of magnitude dimmer or so at times. Feb 17 21:08:49 MohammadAG you cannot have conversation in class? Feb 17 21:09:18 ArGGu^^, not if it's not related to what's being talked about in class Feb 17 21:09:23 anyway, that just an example :P Feb 17 21:09:27 Is you class more lecture type? Feb 17 21:09:50 no, it's a school class Feb 17 21:09:50 some hw facts: there are at very least 2 independent ways to change backlight brightness: direct programming of LCM via I2C (that'S what probably is done now via /sys), plus a BL inhibit GPIO line from SoC that probably can get pulsed via hw PWM (I suspect that one currently unused) Feb 17 21:10:32 no no I mean is it more that you are listening not doing something? Feb 17 21:11:38 because of course that kind course need to be silent Feb 17 21:12:16 well, yeah Feb 17 21:14:06 ok, I just usually have courses that are more independent. So there no need to be silent. Feb 17 21:18:14 (GPIO line) GAIA N4200:M4 GPIO6/PWM0 - the EE @ Nokia is really decent, most of the time Feb 17 21:18:33 alas the SW department seems not on par with that Feb 17 21:18:44 MohammadAG btw how is the mediaplayer? Feb 17 21:18:49 ready? Feb 17 21:20:51 btw, probably via GPIO7/PWM1 IHF_EN you might be able to output audio beep without any higher level DA data streaming interface or codec set up Feb 17 21:20:52 i'm having issues with xmpp video - the video display often breaks and becomes green and only shows the real video partially Feb 17 21:20:58 is that a known problem? Feb 17 21:22:27 nice job, Nokia EE, respect! Feb 17 21:22:38 is extas and cssu repos down? don't work for me a couple days already Feb 17 21:24:04 =( Feb 17 21:24:18 they're gone Feb 17 21:24:18 are* extra-dev* Feb 17 21:24:19 foreeeeeeeeeeeeeeeeever Feb 17 21:24:26 oh nooooooo Feb 17 21:24:57 now we have ms-community and extra-mono? Feb 17 21:25:32 m$su and visualbasic-dev Feb 17 21:25:53 yay \o/ Feb 17 21:26:00 MohammadAG, ? Feb 17 21:26:47 btw, what phone people are getting next? Feb 17 21:27:00 * ZogG_N900 hugs kerio Feb 17 21:27:11 we are alone probably here Feb 17 21:27:44 IPhone, of course Feb 17 21:27:53 I was thinking to get just small tablet and use voip :D Feb 17 21:28:01 ArGGu^^, i'll stick with this till i see what meego phones are out Feb 17 21:28:20 tried it over 3g worked just fine at my home Feb 17 21:28:22 ArGGu^^, go for it Feb 17 21:28:40 i think webos looks sexy Feb 17 21:28:43 i might the atrix and dd its rootfs Feb 17 21:28:50 but there is areas that are not yet covered by 3g :S Feb 17 21:29:12 MohammadAG, say what? Feb 17 21:29:33 port meego on it Feb 17 21:29:42 android sucks Feb 17 21:29:54 atrix what da that? Feb 17 21:30:17 Motorola Atrix Feb 17 21:30:21 22/2 Feb 17 21:30:25 well I'm going use the n900 still over a year. maybe there is 3g network in the whole finland by then. Feb 17 21:30:35 MohammadAG, maemo > android > * Feb 17 21:30:48 1GB RAM, dual core 1GHz Tegra Feb 17 21:30:55 MohammadAG, good luck, they block bootloader Feb 17 21:31:08 look at Samsung Galaxy S ll Feb 17 21:31:15 similar HW specs Feb 17 21:31:15 meh Feb 17 21:31:23 the atrix beats it Feb 17 21:31:25 samsung are shitty Feb 17 21:31:34 in HW? Feb 17 21:31:34 htc are sweet imho Feb 17 21:31:36 DocScrutinizer: ohh, thanks! Feb 17 21:31:44 would be cool if someone else would bring meego phones :S Feb 17 21:31:50 i'll go with doc's openmoko Feb 17 21:32:02 samsung does great HW, cool displays, about ROM, I would use Cyanogen all the time anyway, so... Feb 17 21:32:09 MohammadAG, so is it me or repos down? Feb 17 21:32:18 low batt Feb 17 21:32:20 =( Feb 17 21:32:22 it's you Feb 17 21:32:25 oh my lord the atrix Feb 17 21:32:30 MohammadAG, no way =( Feb 17 21:32:32 you tried downforeveryoneorjustme ? Feb 17 21:32:44 i *knew* this will come for so very long Feb 17 21:32:47 DocScrutinizer, nope =) Feb 17 21:32:48 finally Feb 17 21:32:53 one brain, many docking stations Feb 17 21:33:10 the only one missing is the gaming docking station but that's a few years still Feb 17 21:33:10 motorola is nogo Feb 17 21:33:19 actually MeeGo is still the best OS project in mobile world so far Feb 17 21:33:33 no matter what Nokia did Feb 17 21:33:36 chx, ps tablet on the way Feb 17 21:33:43 * DocScrutinizer won't plug his brain to any docking station Feb 17 21:33:45 that's not the same Feb 17 21:34:06 chx, the worl is not the same Feb 17 21:34:12 you already did Feb 17 21:34:15 gonna go. Feb 17 21:34:18 batt is low Feb 17 21:34:23 it's called your spine Feb 17 21:34:39 DocScrutinizer, is all internets Feb 17 21:34:49 he uploaded hmself in here Feb 17 21:34:55 bye Feb 17 21:34:56 * DocScrutinizer is skynet Feb 17 21:35:37 what do you think why I never sleep? :-P Feb 17 21:36:29 see, my older device is called t900. You could have known Feb 17 21:36:47 NeoPwn2 going to be released on N900 soon Feb 17 21:37:22 why do we care? Feb 17 21:37:29 lxp already released the drivers Feb 17 21:37:36 the rest is a PyQt UI Feb 17 21:39:01 http://www.youtube.com/watch?v=Q0OMdJDjUA4 Feb 17 21:39:05 is that fake? Feb 17 21:40:35 looks legit to me Feb 17 21:42:47 how is a n900 'locked to vodafone'? seller on uk thinks his n900 is locked Feb 17 21:42:56 i thought it was possible Feb 17 21:43:31 indeed, locking is possible Feb 17 21:47:09 oh you guys thought all N900 were unlocked' Feb 17 21:47:10 ? Feb 17 21:47:16 not all of them are unlocked Feb 17 21:54:29 pupnik_ go to setting and push lock for simcard =) Feb 17 21:59:48 i knew it was possible just not aware of carriers that provided it Feb 17 22:00:01 i don't suppose anyone is selling a n900 here Feb 17 22:00:33 I think you can still buy N900s in Amazon Feb 17 22:00:57 yup, you can. Feb 17 22:05:20 none of the uk sellers ship to germany Feb 17 22:05:53 probably some insane law in uk Feb 17 22:06:13 Item location: stockport, Cheshire, United Kingdom Feb 17 22:06:14 Post to: United Kingdom Feb 17 22:08:22 javispedro: moin Feb 17 22:08:39 moo Feb 17 22:09:42 javispedro: I'm investigating on a new yet unused way to dim the display even further down - and maybe as well a way to make beeps from speaker really early in bootup Feb 17 22:10:30 echo 1 > /sys/class/backlight/acxwhatever/brightness Feb 17 22:10:44 too bright, ask SpeedEvil Feb 17 22:11:19 that is too bright? =) Feb 17 22:11:49 then I obviously have eye problems Feb 17 22:12:01 me too, I would have a hard time telling if the backlight is even on. Feb 17 22:13:55 nah, 1 is actually off, 2 is to bright Feb 17 22:14:11 ok, makes sense Feb 17 22:15:23 either way, curiosity is picking up. why both things (backlight + beeps) on the same sentence, are they related somehow? Feb 17 22:15:46 yes Feb 17 22:15:55 both are unused GPIO of GAIA Feb 17 22:16:05 oh Feb 17 22:16:30 Nokia EE wired them up in a really nifty way, but SW didn't use them Feb 17 22:16:50 factory testing maybe? Feb 17 22:17:30 (though dunno why :P) Feb 17 22:17:45 not really Feb 17 22:17:49 maybe Feb 17 22:18:02 maybe just considered useless Feb 17 22:18:24 "meh, echo 2 >brightness, who could want less?" Feb 17 22:18:59 javispedro: It's too bright for using in complete darkness, with dark adapted eyes. Feb 17 22:19:42 yeah, thought 1 was minimum, didn't try 2 Feb 17 22:20:39 maybe n900s will be cheaper in spring Feb 17 22:21:08 DocScrutinizer: so, is that on schematic? Feb 17 22:21:27 yep Feb 17 22:22:01 search N4200, then search M4 Feb 17 22:22:19 or simply search for GPIO6/PWM0 Feb 17 22:22:25 * javispedro was looking at IHF_EN in amplifier Feb 17 22:22:52 that's the other one Feb 17 22:23:41 gotta find me N4052 amp datasheet Feb 17 22:23:49 err N4051 Feb 17 22:24:15 (no, the chip isn't named N4051!) Feb 17 22:25:22 IHF_EN is to _SDL/_SDR Feb 17 22:25:59 nobody gave me a clue yet what's IHF Feb 17 22:26:22 (except some troll who claimed it's "I Had Fun" Feb 17 22:26:25 ) Feb 17 22:26:28 :-D Feb 17 22:26:45 I have no idea either, but _SDL/_SDR pair does give some google hits Feb 17 22:26:58 pandora uses gaia pwm for leds, so there's plenty of kernel code avail Feb 17 22:27:10 \o/ Feb 17 22:28:26 http://www.mail-archive.com/linux-omap@vger.kernel.org/msg03579.html Feb 17 22:28:35 I want spotify Feb 17 22:28:46 Can I virtulize android? Feb 17 22:29:26 ShutDownLeft Feb 17 22:29:41 heh Feb 17 22:29:41 that's in line with IHF_EN Feb 17 22:30:20 so it's questionable if we can make it beep by pulsing this line Feb 17 22:31:20 Can the maemo BEEP? Feb 17 22:32:48 javispedro: that patch doesn't look like it's dealing with twl4030 GAIA PWM Feb 17 22:33:19 wrong google hit Feb 17 22:33:20 or I missed sth Feb 17 22:33:31 leds-twl4030-pwm.c was looking for that Feb 17 22:33:37 =) Feb 17 22:33:44 might be really useful for the CIR LED though Feb 17 22:34:40 can't find that complete file on google, only references, but should be on pandora kernel tarball Feb 17 22:42:29 is arm little endian? Feb 17 22:43:04 big sky is an indian Feb 17 22:43:06 arm is a cpu arcitechutre Feb 17 22:43:12 little arm, I'm not sure Feb 17 22:43:18 not necessarily, but you're most like to find little endian implementations Feb 17 22:43:24 *likely Feb 17 22:43:33 Proteous: ARMEL is little-endian, ARMEB is big-endian. Feb 17 22:43:46 tab fail Feb 17 22:43:48 ieatlint: ARMEL is little-endian, ARMEB is big-endian. Feb 17 22:43:59 ieatlint: ARMEL is what's in the NITs for example Feb 17 22:44:02 Howling wolf is Plains Indian Feb 17 22:44:18 heh, ok Feb 17 22:44:42 i just spent 30min debugging something to find out that it's an endian issue. this is like the 3rd time this has happened to me :( Feb 17 22:46:55 ieatlint: yeah, it happens sometimes Feb 17 22:47:03 yeah.. Feb 17 22:47:12 ieatlint: it's best to write code that doesn't depend on the endianness of the underlying platform Feb 17 22:51:35 ieatlint: you're debugging code written by fools. Decent code isn't endiness-dependent Feb 17 22:52:05 i knew this already :( Feb 17 22:52:13 well, seems I should've read Venemo's line above Feb 17 22:53:17 DocScrutinizer: :P Feb 17 22:53:42 i'm dealing with pcm data is part of why i'm needing to handle it Feb 17 22:53:47 s16le pcm files Feb 17 22:57:15 meh, read in bytes, and you're done. You know what you got from the file, take upper-byte *2^8 + lower-byte Feb 17 22:57:30 neber fails Feb 17 22:57:37 never even Feb 17 22:58:16 forget about endianess Feb 17 22:59:57 already doing that now Feb 17 23:00:09 don't forget about sign ;-) Feb 17 23:01:15 yep, already have it reading valid data Feb 17 23:03:10 really? what's about 0xFFFF0000 ? Feb 17 23:04:08 duh, that's actually where it wont fail, what's about 0xFFFF7FFFF Feb 17 23:07:21 err 0xFF7F Feb 17 23:07:35 you said s16, not s32 Feb 17 23:09:53 javispedro: ping Feb 17 23:10:03 bang Feb 17 23:10:27 Venemo^^ Feb 17 23:11:23 javispedro, what was the reason for which sound didn't work in OpenTTD? Feb 17 23:11:33 music -- not sound. mixing. Feb 17 23:11:46 javispedro: right, music. what about mixing? Feb 17 23:11:47 hm.. Feb 17 23:12:26 javispedro: just out of curiosity Feb 17 23:12:35 trying to remember =) Feb 17 23:13:01 they do not use sdl_mixer, and assume a external player for midi Feb 17 23:13:27 ieatlint: you need to do that math in a int32, then cast to a int16 Feb 17 23:13:39 Venemo: so a quick way to try music would be to ship the timidity binary and point openttd config to it Feb 17 23:13:42 (iirc) Feb 17 23:14:02 I *think* that should work for values<0 and regardless of endianess Feb 17 23:14:02 javispedro: where's timidity's source? Feb 17 23:14:19 as for producing the sound inside the application itself, the previous maintainer of openttd had a patch that made it use sdl_mixer, but of course forward porting it is pain Feb 17 23:14:39 Venemo: afaik it's on extras even. Feb 17 23:15:13 oh, oh. Feb 17 23:15:28 openttd-openmsx isn't on extras, I remember packaging it though... let me look up. Feb 17 23:16:03 ah no, not there =). Well, commercial music only then. Feb 17 23:16:18 javispedro: openmsx is downloadable from inside the app Feb 17 23:16:31 good Feb 17 23:17:32 javispedro: I was just asking because I have encountered the same error in Fedora Feb 17 23:17:44 it probably is Feb 17 23:18:03 as I was saying it assumes a external player, either alsa or a binary to spawn Feb 17 23:18:19 I have a creative card here, so never had problems with it. Feb 17 23:18:50 you should be able to setup timidity in some way to make it work Feb 17 23:18:51 DocScrutinizer: my code is like this: int a,b; a = fgetc( file ) & 0xff; b = fgetc( file ); short c = (a << 8) | b; Feb 17 23:18:56 and c is valid Feb 17 23:19:20 ieatlint: participating in the obfuscated C code contest? Feb 17 23:19:33 haha Feb 17 23:19:41 ieatlint: I guess that works as well, thanks ansi-c or whatever Feb 17 23:19:43 nah, big endian -> little endian Feb 17 23:19:50 big indian Feb 17 23:20:08 (a << 8) = a * 2^8 Feb 17 23:20:10 DocScrutinizer: i'm open to suggestions for better methods Feb 17 23:20:18 if that's true then it shall work Feb 17 23:20:36 hah, that's a novel way to check Feb 17 23:20:58 I didn't talk about checks :-D Feb 17 23:21:26 it's been about definitions Feb 17 23:22:04 anyway, it's temp code.. pulling in s16le files, will be reading from audio interface for production Feb 17 23:22:21 and the audio system should be giving me shorts in the right endianness Feb 17 23:22:30 I guess there's no lang dialect where a << 1 is not identical to a * 2 Feb 17 23:22:48 ieatlint: that code snippet is semantically identical whatever the endianness Feb 17 23:22:51 for int a Feb 17 23:23:21 and value a < maxint/2 Feb 17 23:23:46 javispedro: uh, no... reading s16le into a s16be Feb 17 23:24:27 most probably you're doing it wrong later Feb 17 23:25:13 ie c is part of an array and you memcpy or read that Feb 17 23:26:25 javispedro: how is openttd trying to call the binary? Feb 17 23:26:47 Venemo: http://wiki.openttd.org/FAQ_troubleshooting#There_is_no_sound_or_no_music_on_Linux Feb 17 23:27:28 javispedro: yum install timidity -> no such package Feb 17 23:27:35 javispedro: I read the wiki first Feb 17 23:27:45 I doubt Fedora doesn't package it Feb 17 23:28:03 so search a bit, maybe timidity-alsa and timidity-pulse versions or sth Feb 17 23:28:16 javispedro: I installed timidity++ or whatever it is called. but I still don't have music Feb 17 23:28:29 you ran it as per the instructions there? Feb 17 23:28:46 (and left it running) Feb 17 23:29:54 yes, just tried Feb 17 23:30:38 no result Feb 17 23:30:38 c isn't part of an array Feb 17 23:30:46 it's added to an array after the conversion Feb 17 23:31:13 wow, you can get white and gold n900 housings.. http://www.ecaseshop.com/nokia-n900-housing-faceplate-cover-gold-p-3673.html Feb 17 23:31:16 Venemo: dunno, your distros support will be able to help you better on this... Feb 17 23:31:30 javispedro: no response from them yet :P Feb 17 23:32:02 pupnik_: that would look definitely oddly Feb 17 23:33:35 * javispedro really suggests a creative emu10k1 card for linux audio... $20 and you suddenly forget about pulseaudio, midi problems, etc. (but also about rates < or > than 48kHz :( ) Feb 17 23:34:06 javispedro: so where do I put that card in my laptop? Feb 17 23:34:12 or my N900? Feb 17 23:34:57 well, do a hack =) Feb 17 23:36:36 hehe Feb 17 23:39:52 how much the n900 community kicks ass: Camera application that shoots RAW images, with full manual control over everything - http://maemo.org/downloads/product/Maemo5/fcamera/ Feb 17 23:40:15 I wish it was a bit less rough edged. Feb 17 23:40:18 pupnik_: it's quite old news :) Feb 17 23:40:22 yeah still Feb 17 23:40:24 I mean - sure - it's got wizzy features. Feb 17 23:40:37 But how do I get it to take a picture with flash. Feb 17 23:40:57 In many ways the exiting camera app is quite good. Feb 17 23:41:08 javispedro: an alternative solution would be to get the music in mp3 and play with the default player :P Feb 17 23:41:26 Venemo: that's what I do on n8x0, where default player uses dsp for that. Feb 17 23:41:57 javispedro: why, N900 player doesn't use dsp? Feb 17 23:42:21 not for audio, but n900 has power to spare with openttd running Feb 17 23:42:39 yeah, it does. but still, I hate wasting. Feb 17 23:43:17 i would love an open source demo program to generate sounds with dsp Feb 17 23:43:26 and play them through speaker without bothering the cpu Feb 17 23:43:43 but i don't think the architecture is set up for that Feb 17 23:44:03 it has to go back through cpu, then pulse, then alsa Feb 17 23:44:26 which is silly Feb 17 23:44:42 Venemo: well they had to deliver something on-time Feb 17 23:45:33 pupnik_: right. so they did it buggily Feb 17 23:45:46 but they did! unlike the n9! Feb 17 23:45:56 ok, ok =) Feb 17 23:46:10 N9=myth Feb 17 23:46:31 let's not compare real things to imaginary hopes Feb 17 23:46:37 agreed Feb 18 00:13:17 Venemo: it appears omap3 lets the dsp do this Feb 18 00:16:30 pupnik: yea Feb 18 00:46:54 * jonwil still has no N900 projects to work on :( Feb 18 00:51:03 Were any n900s actually sold locked to a provider? Feb 18 00:51:11 That is - can't use any SIM Feb 18 00:51:40 I have never heard of any Feb 18 00:54:32 Seems all the good ideas hit bottlenecks because the code needed is closed and all the GREAT ideas hit bottlenecks because the code needed is closed and will never be opened (i.e. dialer source) Feb 18 00:59:44 :/ Feb 18 01:00:01 There are still useful apps to be written. Feb 18 01:00:31 For example, a little script to turn the flash on as flashlight when the camera shutter is opened pointing downwards. Feb 18 01:16:59 Venemo: pupnik: please suggest how to change hardware to enable dsp audio without cpu involvement Feb 18 01:18:39 SpeedEvil: yes, there are several ebay offers of SIM-locked N900 Feb 18 01:19:11 SpeedEvil: I mean, nobody would say "it's SIM-locked" when it actually isn't? Feb 18 01:19:44 DocScrutinizer: no hw change. just sw Feb 18 01:21:03 I doubt that is compatible with internal SoC architecture Feb 18 01:22:23 that is Feb 18 01:22:33 we just talked about it about an hour or so ago =) Feb 18 01:22:52 it is more of keeping ALSA happy then anything else Feb 18 01:29:19 well, that's a silly way to put it. Even if it's possible to directly DMA audio data from DSP to MCBSP2 interface and correctly transfer and handshake it to codec, you still have the problem that then you have a MCBSP2 interface exclusively used by this DMA, and no other process can output any audio. That's absolutely unrelated to ALSA, except of course for ALSA offering a sw mixer so you could send concurrent audio streams to the codec - Feb 18 01:29:21 this *has* to be done in CPU land, but that's not ALSA's fault Feb 18 01:31:56 all I am saying is ALSA does not know about having to relinquishing control to the DSP Feb 18 01:32:19 the DSP can indeed DSP to the McBSP Feb 18 01:34:47 bah, /etc/init.d/alsa stop Feb 18 01:35:05 what else should ALSA know about DSP? Feb 18 01:35:43 ALSA probally needs to stay around to keep the codec happy (i.e. volume controls) Feb 18 01:35:47 i would be perfectly happy to let a program block all other audio Feb 18 01:35:58 if i were using the device as an mp3 player Feb 18 01:36:02 ALSA needs an audiocard. The only one available is MCBSP2. If ALSA can't access it, then ALSA can not run Feb 18 01:36:07 ALSA just needs to get its grubby little hands off the DOUT/FS data Feb 18 01:36:15 No Feb 18 01:36:20 let system boot up with ALSA Feb 18 01:36:23 i think ds3 is correct here Feb 18 01:36:39 then inform the driver to not talk to the McBSP for data purposes Feb 18 01:36:41 tell DSP to use it Feb 18 01:36:53 when DSP is done, tell driver to reassert control over the McBSP data Feb 18 01:37:06 there is a McBSP library; the alsa SoC code calls into that Feb 18 01:37:16 I have mucked in this area before Feb 18 01:37:29 yeah, you can do whatever you want. I'm just wondering what's the purpose of all this Feb 18 01:39:33 DocScrutinizer: to unload cpu Feb 18 01:39:59 why? Feb 18 01:40:20 to see if power can be saved, or to let another process use all cpu Feb 18 01:40:28 or to avoid broken audio Feb 18 01:40:54 save power? do you really think DSP is more economic with power than CPU? Feb 18 01:41:06 that's why i said 'to see if' Feb 18 01:41:14 rather then having to process compressed audio + uncompressed audio; the CPU just takes uncompress audio and tosses it over to the DSP and never to see it again Feb 18 01:41:28 yes, the DSP is more economic with power then the CPU Feb 18 01:41:45 oh, yeah. Now we ask Nokia to implement support for DSP into ALSA, to prove it's nonsense :-P Feb 18 01:41:58 ds3: duh, never ever Feb 18 01:42:38 I've wondered in the past about getting the CPU to shut down, and to spit out a pre-decoded buffer to the soundcard Feb 18 01:42:40 it can retired more data per clock then NEON for one Feb 18 01:43:01 so what? Feb 18 01:43:27 That doesn't say much about its 'idle' power Feb 18 01:43:55 DSP isn't economic, DSP is *fast* Feb 18 01:44:13 It's economic if it's needing to do a lot of work. Feb 18 01:44:13 and fast is utterly useless for audio Feb 18 01:45:22 I say let's try it and settle it once and for all :D Feb 18 01:46:07 Please do! Feb 18 01:46:19 I will sponsor you one cream cracker, if you get it working. Feb 18 01:46:27 Two, if you get it working tonight. Feb 18 01:47:25 :D Feb 18 01:47:43 :D Feb 18 02:10:43 Does anyone know how to classify a Maemo Garage project in the "Trove Software Map" ? Feb 18 02:22:49 NFC what this Trove map is Feb 18 02:23:26 seen it as well on frontpage of projects Feb 18 02:23:48 Ken-Young: doesn't matter, noone will care Feb 18 02:24:41 Venemo, Now what kind of attitude is THAT? (I know, realistic). Feb 18 02:25:23 Ken-Young: well, the only place where Trove is visible is the garage page, which is rarely visited by anyone. Feb 18 02:25:37 I managed to find the weird pathway through the admon options once, and classified one project, but never could find it again. Feb 18 02:25:54 s/admon/admin/ Feb 18 02:25:55 Ken-Young meant: I managed to find the weird pathway through the admin options once, and classified one project, but never could find it again. Feb 18 02:42:33 MohammadAG: you here? Feb 18 02:55:02 I've just found the weirdest bug ever. Feb 18 02:55:58 Anybody for some N900 pixels? http://www.flickr.com/photos/43738815@N04/5454555285/in/contacts/ Feb 18 02:57:14 nice :) Feb 18 02:59:06 morning nox Feb 18 02:59:13 moin pupnik **** ENDING LOGGING AT Fri Feb 18 02:59:57 2011