**** BEGIN LOGGING AT Tue Jul 26 02:59:56 2011 Jul 26 03:00:12 yes cehteh, just like 2.5 inch flash SSDs, performance usually degrades., controller dependant. Jul 26 03:00:22 good SSD's to idle time maintenance to regain performance .. but i doubt SD card firmware does that Jul 26 03:00:41 Kingston cards are so braindead they always run in slow mode :-) Jul 26 03:01:02 my laptops SSD is very consistent in speed even without TRIM because dmcrypt Jul 26 03:01:04 yes they are more primitive controllers in the SD, but do they also use some overprovisioning? Jul 26 03:02:58 Yeah, because they don't actually test the flash before or after they put it in a *SD card. Jul 26 03:04:15 Ah, so , for ability to reject bad sectors yet still work, thus increasing yield from production. I was thinking more for moving stuff around to minimise erases. Jul 26 03:04:27 It never moves stuff around Jul 26 03:04:31 Not quite. Jul 26 03:04:43 There's basically no wear leveling of static data Jul 26 03:04:43 There are always bad sectors in most NANDs Jul 26 03:04:49 there are expectedd to be Jul 26 03:05:04 they have ecc for that Jul 26 03:05:20 same for spinning platters .. errors are expected Jul 26 03:05:27 But when the capacity is full, I think it should be doing intelligent writing and erasing Jul 26 03:05:40 Primes, it doesn't know about capacity Jul 26 03:05:41 Indeed - the ECC isn't quite for that - it's picking up the errored sectors before they become problematic. Jul 26 03:05:46 So they can reallocate. Jul 26 03:05:52 they dont do write verification but they have enough error correction information to cover almost all expected errors Jul 26 03:06:38 nowadays the read signals (both, ssd and hdd) are quite weak Jul 26 03:06:55 All cards I've had that I've worn out have had nasty failure behaviours. One silently corrupted data. One just hangs indefinitely when touching the bad sector. One does the same, except the bad sector randomly moves around (wear leveling the dead sector) :-) Jul 26 03:07:17 for hdds its the magnetic impulse which must be over the noise floor for ssds and MLC its the resistance encoding the data Jul 26 03:07:48 And yet writing to other areas of it works full speed without problems, so it's not doing bad sector reallocation or wear leveling over the entire area Jul 26 03:08:00 They do it over regions Jul 26 03:08:01 technology is maxed out there is no marigin for error on the hardware level, that all needs to be compensated by clever software and error correction bits Jul 26 03:08:07 Of a thousand blocks or so Jul 26 03:08:57 cehteh, error correction is more overhead, detection can be done by some CRC on a large size area, if it mismatches, just invalidate the whole block I guess. Jul 26 03:09:04 At least according to stuff I've read. Jul 26 03:09:12 Not quite. Jul 26 03:09:19 Every block written has ECC along with it. Jul 26 03:09:38 If, on read, the ECC nearly fails to correct the block, then that block is marked bad Jul 26 03:09:38 Primes: when you expect errors to be seen at read time and dont do write verify then you rely on ECC Jul 26 03:09:47 otherwise the storage would be leaky .. Jul 26 03:10:11 and this is usually implemented in some hardwired circruits at least partially Jul 26 03:10:22 In any case, cards don't do any fancy wear leveling or bad block replacements. They're quite primitive, which only makes SpeedEvil's want for raw mode the more relevant, you could use the powerful host processor for doing something more clever, which would not only boost longevity, but also boost speed by a few magnitudes :/ Jul 26 03:10:24 It's expected there is some error rate - the key is that the ECC can 'always' catch it before it goes bad irrecovera bly Jul 26 03:10:43 cehteh, but ECC can only correct some limited errors, not many bit errors, so it's possible you still could lose data Jul 26 03:11:05 Primes: The ECC is designed so it has enough depth for worst-case degradation of the memory Jul 26 03:11:10 ShadowJK: well yes .. i sometimes wonder about all this wear leveling .. why dont you use blocks sequentially until they are worn and then replace them Jul 26 03:11:15 In principle Jul 26 03:11:35 cehteh: The hard part is remembering which block is which without doing a media-wide scan. Jul 26 03:11:40 cehteh, you would if you had the CPU and RAM :-) Jul 26 03:11:47 in some implementation, single bit error detection AND correction, it multibit only detect errors can't correct. like hamming coding used for teletext bit recovery Jul 26 03:11:51 Hence they 'zone' the disk into thousand block or so. Jul 26 03:12:17 Primes: The ECC can correct and detect multibit errors. Jul 26 03:12:28 Primes: advanced ECC is quite smart and people building this devices know what errors they expect and tie the algorithms to that Jul 26 03:12:53 cehteh, because the overwriting to those sectors will not be the same throughout. Hence a good controller may choose to move stuff around Jul 26 03:12:55 for example when you know that a worn out cell sticks to some bit or so Jul 26 03:13:05 cehteh, iirc I once calculated that for a sequential log structured filesystem like that, the intel M25 128 or 256 (I forget which) would use all or most of it's declared 64MByte ram "cache" for the datastructures required to keep track of it all :-) Jul 26 03:13:32 maybe :) Jul 26 03:13:49 I guess it can speedevil, but when we say multibit, is it 2 or is it 20 bit error run? Jul 26 03:13:57 Lots Jul 26 03:14:23 I vaguely recall it's around 1% ECC bits Jul 26 03:15:18 caching reads is fine, caching writes is dangerous unless you have a good UPS, battery backed raid controller, ideally battery backed cache ram by power or supercapacitors Jul 26 03:15:19 good morning Jul 26 03:15:47 Yeah that's what I'm saying, they're not using that massive ram for caching Jul 26 03:15:56 Caching writes being dangerous only makes sense if you have applications that do the right thing. Jul 26 03:16:32 i wonder if at least for SSD some big capacitor would work to buffer power glitches and purge some emergency stuff to the flash Jul 26 03:16:55 Otherwise, you can't assume that you can simply stop the CPU, and the drive will contain a sane filesystem or files. Jul 26 03:17:01 cehteh: sure Jul 26 03:17:10 well at the beginning of this year i made a SSD odyssey .. trying serveral ones each one broken in different ways Jul 26 03:17:21 until i finally found a reliable (and extra expensive) one Jul 26 03:17:31 cehteh, yes commercial products do this using capacitor, supercapacitor. You're holding up the ram long enough to dump the content to some flash Jul 26 03:17:39 cehteh: a 100uF at 350V on a SPSU input that works down to 100V Jul 26 03:18:03 i was more thinking about a goldcap directly inside the ssd Jul 26 03:18:18 (to dump its own buffers) Jul 26 03:18:41 but prolly that isnt feasible Jul 26 03:18:50 cehteh: won't work as those circuits are designed to work with a certain VDD Jul 26 03:19:02 cehteh I have some of those gigabyte i-ram drives, they are DDR ram, with battery backup. But batteries need replacing, whereas supercapacitors don't ;-) Jul 26 03:19:28 yeah Jul 26 03:20:07 cehteh: you could charge a goldcap with a step-up converter, and on power glitch enable the LDR to provide 5V Jul 26 03:20:43 something like that .. dunno at what voltage flash runs internally maybe as low as 3.3V nowadays? Jul 26 03:21:17 1.8 or lower Jul 26 03:21:27 you can shift the voltage pretty easily Jul 26 03:21:48 on whatever voltage it runs, it will get exactly that voltage via the power supply, as you don't have regulators on those components Jul 26 03:22:20 acard make a nice ANS-9010, it's DDR2 based SSD which is backed by battery. If power fails the battery keeps the content while it copies content onto a compact flash card. Jul 26 03:22:36 so no matter how large your capacitor, it will drop below the regular voltage in no time Jul 26 03:22:58 * SpeedEvil holds up a 330F cap. Jul 26 03:23:14 LOL Jul 26 03:23:40 use charge pumping to reach and maintain the target voltage ;-) Jul 26 03:24:25 also consider parallel/series configurations. Some people didn't want single point of failure Jul 26 03:25:12 ok, allow 2% (assuming the PSU has a precision of +-3% while component tolerates +-5%), then you can calculate how long it takes to make that capacitor drop by those 2% at a given current drawn Jul 26 03:25:23 DocScrutinizer, battery voltage varies over time too Jul 26 03:25:47 Battery voltage is decoupled from component voltages by internal PSUs Jul 26 03:26:02 so, why not just take the capacitor output and regulate it to the target? Jul 26 03:27:11 that's exactly what I suggested Jul 26 03:27:46 It's funny how a 3.3 or 5v powered device, can derive +12 and -12v to drive RS232. Maybe you could take a similar approach lol Jul 26 03:28:39 max232 Jul 26 03:28:43 :-P Jul 26 03:28:56 lol and it's variants ;-) Jul 26 03:29:33 and the N900 can produce 5V on USB from its 3.7V battery :P Jul 26 03:29:59 IF you hack it for usb host mode ;-) Jul 26 03:29:59 what?! Jul 26 03:30:00 yes, with a step-up converter Jul 26 03:30:17 jiero: what what? Jul 26 03:30:34 DocScrutinizer N900 can produce 5V on USB from its 3.7V battery Jul 26 03:30:40 yes Jul 26 03:30:47 yes it can ;-) Jul 26 03:31:16 jiero: how else should h-e-n work Jul 26 03:31:41 but they wanted to fasttrack the approvals to get the device to market so it is officially usb slave mode Jul 26 03:31:56 I have no knowledge about those... Jul 26 03:32:00 errr somewhat, yes Jul 26 03:32:01 Better just watch Jul 26 03:32:08 ~hostmode Jul 26 03:32:09 rumour has it, hostmode is http://talk.maemo.org/showthread.php?t=65232 Jul 26 03:33:18 * DocScrutinizer burps Jul 26 03:33:23 ~xyawn Jul 26 03:33:24 from memory, xyawn is sleep Jul 26 03:33:28 hmm Jul 26 03:33:32 gnite Jul 26 03:33:47 ~botsnack Jul 26 03:33:48 thanks, DocScrutinizer Jul 26 03:43:05 I have a couple more questions about my maemo5. First , on the status item just right of the green battery, I have a bluetooth icon, and TWO level meters that might be for wifi, was it some wifi measuring app I installed? Jul 26 03:43:42 probably Jul 26 03:43:50 Secondly, is it possible to get cell tower ID and strength measurements from the phone subsystem, without r and d mode? Jul 26 03:43:51 Or cpu-mem applet Jul 26 03:44:08 Primes: you can't get them for unconnected towers Jul 26 03:44:15 with or without rd Jul 26 03:44:20 Otherwise - install 'netmon' for connected Jul 26 03:45:09 I mean when I turn on GPRS or 3G data, then I'm connected to a cell tower, can't I get some info on it, maybe using a command or app? My 3G wifi mifi dongle gives this in the web interface Jul 26 03:45:20 see netmon Jul 26 03:46:38 Netmon is an app? Jul 26 03:46:44 yes Jul 26 03:47:04 http://maemo.org/packages/view/netmon/ Jul 26 03:47:59 "Displays Signal Strength in dBm, Cell ID, LAC, RNC, Network Code, etc." yup, that's the stuff Jul 26 03:48:39 I worked for several telecomms companies, I thought a hacker phone should have such capability Jul 26 03:50:49 the cpu-mem applet I loaded is like a widget showing 3% and 136MB. That seems different to these bars to the right of the battery status. Are those there on yours or is it unusual because I installed something Jul 26 03:51:20 no Jul 26 03:51:22 disk space? Jul 26 03:51:37 Go to app-installer then uninstall Jul 26 03:51:39 to see what's there Jul 26 03:52:00 there are two of these things. Each one is a grey dot, with two white dots to the right of it. Sometimes it might draw some red also? Jul 26 03:52:35 Don't know - look to see what you've installed. Jul 26 03:52:39 AFK - sleep Jul 26 03:53:00 I looked hard, still working on it Jul 26 03:53:38 Load applet is the name Jul 26 03:54:34 comes with screenshot in system status menu Jul 26 03:57:12 I always thought load applet should come per default, as it's as important to understand your phone as is the motor temperature and RPM display in your car Jul 26 03:57:13 cpumem-applet uninstalled. one of those bar things is gone now, one remains Jul 26 03:57:34 that's what htop is for lol Jul 26 03:57:34 load applet - keep it! Jul 26 03:58:15 I like the one showing the little microchip, it's those little mini bars I don't like Jul 26 03:58:22 BS, whe your device becomes unresponsive, the you won't start htop to find out why - you can't Jul 26 03:58:32 Lots of cars lack rpm display :) Jul 26 03:58:57 if I already had it running, I don't need to start it Jul 26 03:59:33 I drove the nissan leaf electric car recently, it can be remote startup heater and diagnostics from a smartphone Jul 26 04:00:27 My biggest issue with load applet was that it didn't distinguish between CPU use and iowait. People stare at it and said "ZOMG i need to overclock!!" Jul 26 04:06:15 maybe it was fixed Jul 26 04:08:38 ok I got rid of the second tickbar thing. It was the load applet that can do screenshots. I like the screenshot capability but don't want those bars things. Jul 26 04:18:29 ctrl-shift-p takes screenshot Jul 26 04:19:07 and unlike harmattan, it works any time Jul 26 04:20:37 I mean how terribly must they have messed up things to get a formerly global shortcut neutered to only work in MTF apps Jul 26 04:22:11 how do you ctrl-shift-p on a virtual keyboard? .. hey how does one work with emacs on a virtual keyboard? :) Jul 26 04:22:23 well keyboard shortcuts aren't that relevant on harmattan ;p Jul 26 04:22:36 BS Jul 26 04:23:22 One could even argue that any function or feature that is only sanely accessible from hwkb is a bug in harmattan Jul 26 04:23:24 ok thanks for the tip, I wrote down CTRL shift p Jul 26 04:23:38 bullshit!!! Jul 26 04:23:58 Maybe call it a "feature" rather than a bug Jul 26 04:25:10 As there wont be a keyboard, requiring a keyboard is a bug ;p Jul 26 04:25:12 next you'll declare HID profile of BT a bug Jul 26 04:26:30 seriously, sometimes it pisses me off Jul 26 04:26:35 gnite Jul 26 04:27:15 The lack of keyboard pisses me off more, and then I'll really get pissed off if there's lots of shit that needs the nonexistant keyboard Jul 26 04:28:10 oh yeah, so better keep the shit but disable the kbd shortcut - get a brain!! Jul 26 04:28:28 And dragging a table, phonestand and bt keyboard with you isn't only very slow way of accessing hwkb, it's also not very practical :) Jul 26 04:28:44 "to access advanced screen capture features using obscure keyboard combinations, please attach your usb or bluetooth keyboard" Simples Jul 26 04:29:39 those laser projection bluetooth keyboards do look rather cool though Jul 26 04:29:56 * ShadowJK would make a bet that bt hid wont be supported and Aegis will make sure it'll never be supported ;p Jul 26 04:31:03 who can tell me where in the app manager is located nano text editor I don't seem to find it now Jul 26 04:31:20 I think you need to apt-get it Jul 26 04:31:44 bin app manager I'd just view the everything category and start typing nano Jul 26 04:32:27 well shadow, it appeared before, but would not install said it was missing some file, which I guess I need apt get to obtain that file, but I can't say what file because now I can't locate the app install?? Jul 26 04:32:44 uh Jul 26 04:33:21 Ah it is under GNU nano Jul 26 04:34:36 Problems: Application packages missing: libncursesw5 (>=5.7+20081213-1.maemo1+0m5) Jul 26 04:35:02 I like nano, it's easy to use, unlike vim Jul 26 04:35:26 and whereas leafpad looks a little too simple for me Jul 26 04:35:57 there is a emacs for the n900 :P Jul 26 04:36:09 but you have to remap some keys to make it useable Jul 26 04:36:16 I remember the days of IBM Xedit under VM/CMS Jul 26 04:36:53 I remember the days of programming using diode arrays. Jul 26 04:37:04 (it was 1988, I had lots of diodes) Jul 26 04:37:29 I had a machine with 1Kbyte ram, in 1981 Jul 26 04:37:38 zx81 here too Jul 26 04:38:08 Two zx81s, and a 16k rampack. And a schoolfriend who built a zx80 from kit form Jul 26 04:38:20 I think the closest I have come to development for anything funky would be the time I did some 65816 ASM Jul 26 04:38:49 * jonwil waits for people to ask what a 65816 is :P Jul 26 04:38:51 I did z80A, 6502, 6809, 8086, PIC assembler Jul 26 04:39:11 The 65816 was the 16-bit sequal to the 6502 Jul 26 04:39:11 What is this number of which you speak? Jul 26 04:39:44 It was used in, among other things, the Apple IIGS Jul 26 04:39:47 I can haz Arduino? Jul 26 04:39:51 and the Super Nintendo Jul 26 04:39:59 which is where my interest came in Jul 26 04:40:27 right , I have an old super nintendo, NTSC version Jul 26 04:40:54 the 65816 is the CPU in the SNES Jul 26 04:41:12 I bought a PS3, as a "cheap" cell development system (cheaper than the 20K Mercury). Unfortunately Sony removed the other linux OS option. Jul 26 04:41:58 There are hacks out there that let you bring OtherOS back Jul 26 04:42:41 not authorized by Sony obviously Jul 26 04:42:42 but usable Jul 26 04:43:35 yes, but I miss out on other features maybe like gaming , 3d blueray playback. The better FP version of cell is now used in some IBM bladecenter blade Jul 26 04:43:50 No you dont miss out on the other features Jul 26 04:43:58 You can install the hack and keep your games and bluray Jul 26 04:44:05 but now, with the help of FPGAs and opencores, we can just make our own cpus Jul 26 04:44:37 I think recent games try to update/validate the firmware, or gaming on the PSN may also Jul 26 04:44:41 I think the 65000 is the nicest architecture I have experienced with Jul 26 04:44:47 and ARM is the worst Jul 26 04:45:22 transputer: ahead of its time Jul 26 04:46:00 clearspeed accelerators, nice Jul 26 04:46:30 * jonwil wishes IBM had picked the 65000 instead of the 8086 for the PC Jul 26 04:46:41 hey even Xilinx making an FPGA combined with a cortex A9. Jul 26 04:47:36 just thinking of the savings of documentation textbooks. If IBM chose the Z80A, I could have just kept with my Rodney Zacks bible Jul 26 04:49:01 I'm in the local linux user group, my preferred distro is opensuse where we have YAST. But can I install libncursesw5 from apt get? Jul 26 04:51:18 I blame Geohot as well as Sony for the removal of OtherOS. He is not innocent, he should have kept to hacking iphones if he could not keep his mouth shut and think of the consequences Jul 26 04:54:09 it'd be installed automatically if available Jul 26 04:55:17 This should be PR1.3 like most. Installing GNU nano says "Unable to install GNU nano. Some application packages required for the installation are missing. Jul 26 04:55:47 So does anyone have nano installed and working? If the ncurses is missing, can I get it? Jul 26 04:56:11 I'm not Debian person (yet) Jul 26 04:57:09 Try enabling sdk tools repo Jul 26 04:58:08 And this is done in app manager: application catalogs: NEW ..... Jul 26 04:58:30 Primes: n900? Jul 26 04:58:43 yes n900 Jul 26 04:58:53 i have nano installed and no problems Jul 26 04:59:17 since some days i also have a chroot on the device with the sdk .. nice feel :P Jul 26 05:00:03 nano is secondary editor after emacs :P Jul 26 05:00:17 http://repository.maemo.org/ fremantle/sdk free non-free Jul 26 05:00:23 for now I only have nokia apps, nokia system software updates, ovi, maemo.org catalogs Jul 26 05:01:14 you do it in a chroot right? Jul 26 05:01:44 sdk on the main installation likely will break because the sdk isnt optified Jul 26 05:02:19 you're "loosing" me Jul 26 05:02:40 uh oh :P Jul 26 05:02:43 cehteh, he just wants to have nano Jul 26 05:02:48 ah ok Jul 26 05:02:49 afaik Jul 26 05:03:00 Later I will try all the sdk wizardry Jul 26 05:03:00 wherent there 2 nano packages (or more) Jul 26 05:03:55 they all seem to depend on libncurses in sdk tools? Jul 26 05:03:56 I only see "GNU nano" in the app manager, with a missing dependency. Yes I want to fix this to get nano. It's a learning exercise. Something else had something missing too, so if I can learn how to find and get, then I can overcome that too Jul 26 05:04:08 nano-opt - GNU nano - an enhanced clone of the Pico text editor. Jul 26 05:04:27 yes I like pico and nano on desktop linux Jul 26 05:04:30 Primes: you need extras enabled Jul 26 05:04:52 http://wiki.maemo.org/Extras Jul 26 05:05:15 (i think?... dunno i always have :P) Jul 26 05:05:27 there where/is an older broken nano package Jul 26 05:06:55 and, when adding the catalogue (repository) what should I enter for the distribution name? Jul 26 05:06:58 he wouldn't see nano at all in ham if he didn't have extras enabled Jul 26 05:07:23 ShadowJK: there are about 3 or more nano packages Jul 26 05:07:39 i dont know from which repo they all comme Jul 26 05:07:47 extras testing tools .. wtf :P Jul 26 05:07:57 all the ones i see have same dependencies Jul 26 05:07:59 i just can assert that i have a working nano here Jul 26 05:08:08 no, that's not it, EXTRAS is already as one of my 4 catalogs Jul 26 05:08:44 thankyou for your assertion cehteh, it gives me hope Jul 26 05:08:59 (working since 1 year or longer ...) Jul 26 05:09:16 in the beginning there was a nano which segfaulted when you used the search function Jul 26 05:09:38 Primes: maybe enable testing and tools too Jul 26 05:09:39 lol but the option to show line numbers is nice and useful Jul 26 05:10:10 cehteh, so you have more than 4 catalogs configured? Jul 26 05:10:17 deb http://repository.maemo.org/community-testing/ fremantle free non-free Jul 26 05:10:24 i am just checking .. only 4 Jul 26 05:10:37 i once had more (wtf, where did they go) Jul 26 05:10:51 community-testing? wtf is that? Jul 26 05:11:13 http://wiki.maemo.org/Repository Jul 26 05:11:32 ShadowJK: somehow i ask myself how that made it into that Jul 26 05:11:39 I think it goes into devel the raw stuff then approved into testing, then migrates into the production version Jul 26 05:11:44 also i dont know if fapman using those Jul 26 05:11:55 lemme check fapman Jul 26 05:12:36 yeah in fapman i have extras-testing Jul 26 05:12:45 and devel Jul 26 05:12:51 extras-devel Jul 26 05:13:22 it's not listed on the wikipage Jul 26 05:14:10 strange .. i dont know where that comes from .. i rarely use HAM Jul 26 05:14:53 but it exists :P Jul 26 05:15:24 isnt that the cssu repo? Jul 26 05:15:31 this seems relevant http://wiki.maemo.org/Documentation/devtools/maemo5 Jul 26 05:15:32 could be Jul 26 05:15:39 the installer installs it in ham Jul 26 05:15:46 ah yes Jul 26 05:16:08 fap has seperate repo list, it dont use apt's Jul 26 05:16:17 ham uses apt's Jul 26 05:16:36 where does fapman keep its configs? Jul 26 05:16:53 in /root/.fapman Jul 26 05:16:56 do you have devtools repository loaded? Looks like nice things like traceroute there for me Jul 26 05:17:04 ah Jul 26 05:17:09 thanks Jul 26 05:17:21 traceroute is in sdk repo Jul 26 05:17:45 i have added sdk repo in fapman for stuff like it and gawk Jul 26 05:18:04 looks like this devtools repo is a sanitized version of sdk tools? Jul 26 05:18:10 if it isnt the same Jul 26 05:18:25 its a subset i think Jul 26 05:18:35 not sure Jul 26 05:18:52 i aded sdk and sdk tools in fap Jul 26 05:19:57 be careful with sdk .. there are huge not optified packages Jul 26 05:20:02 on 2nd thot i think devtools is sdk tools Jul 26 05:20:35 ceteh yeah i know Jul 26 05:20:58 i only use it for small things like gawk, tracert etc Jul 26 05:20:59 thats why i saied, put it in a chroot .. Jul 26 05:21:12 i have 44mb free rootfs Jul 26 05:21:22 well i just installed ful blown stuff Jul 26 05:21:42 git self-build, ccache, linux .git checkout ... Jul 26 05:21:42 i manually optified and MyDocsified tons of stuff Jul 26 05:22:37 i had gcc and tcc running without chroot and 34mb free rootfs before last flash Jul 26 05:22:57 havent reinstalled it yet tho Jul 26 05:23:04 how is tcc on the n900 Jul 26 05:23:09 I will be planning on gcc sooner or later, just taking baby steps now Jul 26 05:23:17 i tried once on the main but devel libs where missing :P Jul 26 05:23:18 tcc linker sux Jul 26 05:23:32 ok Jul 26 05:23:33 There is only one sane solution to cross-compiling the kernel. Jul 26 05:23:36 http://bellard.org/tcc/tccboot.html Jul 26 05:23:43 haha Jul 26 05:23:54 if u write stuff with math functions or so u need to link with gnu linker Jul 26 05:23:59 ok Jul 26 05:24:05 well i have gcc anways now Jul 26 05:24:12 tcc linker doesnt handle the arm fpu stuff Jul 26 05:24:22 also i tried to compile luajit which worked with little efforts Jul 26 05:24:35 next time i make that ready to push it upstream Jul 26 05:25:20 "it can compile and run a typical Linux kernel in less than 15 seconds on a 2.4 GHz Pentium 4", was the kernel less verbose back in 2004? Jul 26 05:25:21 luajit would be awesome .. its so much faster than python Jul 26 05:25:46 huh Jul 26 05:25:54 if i dont get my linux box back soon and with it scratchbox ill reinstall gcc too Jul 26 05:26:02 i can remember kernel compiles in 90 seconds on my dual p2 back in time Jul 26 05:26:52 i can remember kernel 2.0.29 taking 10min on a P66 Jul 26 05:27:19 err P60 Jul 26 05:27:32 heh my first pentium was a 133 or so Jul 26 05:27:41 before i had an amiga Jul 26 05:27:45 that was my second Jul 26 05:28:23 i had a 486/33 later upgraded to dx4-100 before the p60 Jul 26 05:28:31 before that amiga Jul 26 05:28:46 before that c64 and c128 Jul 26 05:28:48 what a shock .. amiga with a 8mhz cpu worked more responsive than windows nt 3.51 on a pentium1 with 133Mhz Jul 26 05:29:32 cant even remember how much ram my first pentium had .. 32MB? .. no idea Jul 26 05:29:56 i had nt4 for a while on a p2 300 @ 450 Jul 26 05:30:28 i had one of those 450 relabled as 300 due to 300 shortages, lucky :) Jul 26 05:31:04 i think my p60 had 32 gb Jul 26 05:31:26 my 486 had 16 and much later 64 Jul 26 05:32:53 i used that 486 til 2006 Jul 26 05:33:10 ran linux ipcop from 2000-06 Jul 26 05:33:25 but then my line got too fast for it Jul 26 05:42:15 well I think I got the devtools repo setup in app manager. Now to have the traceroute app, I need to xterm, sudo gainroot, apt-get install traceroute ? ? Jul 26 05:48:43 yep Jul 26 05:49:06 or simply download it and dpkg -i it Jul 26 05:49:13 when I apt-get install traceroute, I get warning: the following packages cannot be authenticated! traceroute. Install these packages without verification Y/N ....... would this be a good idea? Jul 26 05:49:45 its no prob Jul 26 05:49:59 so it is normal to say yes? Jul 26 05:50:05 yea Jul 26 05:50:24 is it result of some key or codesigning? Jul 26 05:50:32 yea Jul 26 05:50:49 and this is not result of some version mismatch? Jul 26 05:50:55 if u check fapman logs u see it all the time in extras-dev Jul 26 05:51:21 its some broken ssl certificate Jul 26 05:51:21 I never ever heard of fapman I have no clue what it does. I used yast in suse, occasionally stuff from rpm Jul 26 05:51:35 faster application manager Jul 26 05:51:55 apt-get seems closer to my experience Jul 26 05:52:00 btw i dont recommend leaving devtools enabled in ham Jul 26 05:52:15 just enable it when u need it Jul 26 05:52:37 I know to temporarily enable, load uboot then disable when heading towards meego dualboot Jul 26 05:52:59 just uncheck the enabled thing in ham Jul 26 05:53:09 after u installed tracert Jul 26 05:53:16 need to go bbl Jul 26 05:53:54 I now have a working traceroute command. This rocks Jul 26 05:55:06 cssu camera app always says there's no free space when trying to make a shot. any workarounds/fixes? Jul 26 05:56:07 but there is? Jul 26 05:56:11 sure Jul 26 06:04:22 Thanks for your help casketizer, I disabled the new repo for now. Jul 26 06:04:42 nano is working, that was my objective Jul 26 07:57:53 Ooh, cool! http://www.dealextreme.com/p/i-smartsim-2008-sim-card-unlock-attachment-for-nokia-and-most-other-cell-phones-12167 Jul 26 08:07:08 N95 was listed as unsupported (no signal/cellular connectivity), I'm guessing N900 would probably do the same Jul 26 08:08:00 huh Jul 26 08:08:05 are there any simlocked n900's in existence? Okay, there will probably be plenty of N9's simlocked Jul 26 08:10:43 the size of this sim thing is 'mini' so it won't work with 'micro' e.g. N9 Jul 26 08:10:48 have a look at some of the user's/reviewers comments on the same page :) Jul 26 08:11:47 ah yeah Jul 26 08:11:56 so seems rather useless for anything maemo :) Jul 26 08:12:56 what? Jul 26 08:16:56 http://cordiatab.com ! Jul 26 08:23:34 seems like there's a fair few areas of that wiki (belonging to cordiatab) site needs to be fleshed out :p there's SIM slot but no specifications on bands it could operate, and 802.11b/g ? wtf... Jul 26 08:28:02 RST38h: yeah, smoku's baby :) Jul 26 08:28:29 smoku is good, very good =) Jul 26 09:17:48 Hi Jul 26 09:18:30 Does anyone know how to create a custom image for easy debian? Jul 26 09:24:10 nicofs, qole does Jul 26 09:24:34 lcuk, how can i talk to him...? Jul 26 09:27:30 nicofs, he is asleep most likely now Jul 26 09:27:35 (based in Canada) Jul 26 09:27:43 email I guess would work Jul 26 09:27:44 :) Jul 26 09:27:59 or start a thread Jul 26 09:28:02 and mail him the link Jul 26 09:29:18 lcuk, that thread thing would be best in case others want to do the same... Jul 26 09:29:24 hmm, anyone used ramz on power48? Jul 26 10:01:49 i've just been reading my logs here... Load Applet displays cpu and mem usage on the left of the camera things. if i click that icon, i get some kind of menu in the background, with Item 1 to Item 4. this doesn't seem to work. anything i'm doing wrong, or it works this way for everyone else? Jul 26 10:02:27 hmhm, was there any news about n9 during the last two weeks (was in vac) Jul 26 10:27:24 Corsac: no Jul 26 10:27:36 Sicelo: screenshot? Jul 26 10:30:13 just a sec Jul 26 10:33:48 http://www.reghardware.com/2011/07/26/mozilla_plans_open_source_mobile_os/ <-- and finally it's revealed... Jul 26 10:38:48 SpeedEvil: http://ssh.bombshellz.net/~qhubekela/load_applet.jpg Jul 26 10:58:09 ohai Pali Jul 26 10:58:21 hello Jul 26 10:58:35 Pali , how do I get compcache working in power48? Jul 26 10:58:56 I do not know - I did not tested it yet Jul 26 10:59:19 ah Jul 26 10:59:23 I only integrated kernel patch Jul 26 10:59:24 i'll ask tigerite then Jul 26 11:03:42 hmm, what's broken about multiboot is not wearing out rw cycles, it's about NOT WRITING THE KERNEL to the MTD partition PROPERLY Jul 26 11:04:17 onenand has so many rw cycles per EB, more kernels than you would ever normally flash Jul 26 11:19:17 hello Jul 26 11:19:24 olleh Jul 26 11:19:30 is there ANY PDF reader that allows for FULLscreen reading on the n900? Jul 26 11:19:39 evince Jul 26 11:19:52 evince: cannot get rid of scrollbar Jul 26 11:20:54 (..and remembers the file position) Jul 26 11:26:20 Sicelo: Look at the apps you have installed Jul 26 11:26:42 Sicelo: Read the about pages of all of them Jul 26 11:33:26 so there is literally NO PDF reader that can go fullscreen? Jul 26 11:33:32 fucking hell. Jul 26 11:34:20 and no decent reflow either Jul 26 11:34:31 and no position saving Jul 26 11:37:47 i think i see my mistake. maemo5-load-applet vs. load-applet Jul 26 13:17:31 moo, or not: http://talk.maemo.org/showpost.php?p=1058571&postcount=72 Jul 26 13:17:43 un_abill OMG Jul 26 13:20:11 owch Jul 26 13:21:27 nail varnish cleaner - SUUUURE, as this crap has 30% oil and 70% acetone, the oil is to keep your nails alive Jul 26 13:22:37 docscrutinizer , wrong channel? Jul 26 13:23:08 and telling somebody wo *completely messed up* due to incompetence (no accuse, just a fact) to clean up and start all over in a better way... DANG what a sound rationale Jul 26 13:23:21 Hurrian: why? Jul 26 13:23:47 is tmo bashing not allowed here anymore? Jul 26 13:24:11 i meant about the nail varnish cleaner Jul 26 13:24:16 didnt see that in the thread Jul 26 13:24:44 read the today's last 3 pages of that thread I linked above and you'll get the context Jul 26 13:25:34 maximuscool suggested to use nail varnish remover to clean the PCB Jul 26 13:25:37 :-O Jul 26 13:26:04 LOL WUT Jul 26 13:26:27 how are you supposed to apply that, a cotton tip (BAD IDEA) Jul 26 13:26:28 two fools talking a third err noob (maybe too harsh to call him a fool as well) into completely destroying his N900 Jul 26 13:27:14 abill_uk: I will not share my mods for a few reasons because they are not easy and would never want people to destroy the pcb alltogether. Jul 26 13:27:19 uhhhhhhhhhhhhhh Jul 26 13:27:44 UHUH Jul 26 13:27:50 instructions on how to destroy your {INTERNET_TABLET_DEVICE} have been out on maemo.org for a very very long time Jul 26 13:27:54 ROTFL Jul 26 13:28:08 in fact, let's call it forum.internettablettalk.com Jul 26 13:28:09 hi Jul 26 13:28:41 constant exposure to F.ITT can also cause damage to your brain Jul 26 13:29:36 abill_uk: you MUST have as long as possible a pointed round tip Jul 26 13:29:38 wut Jul 26 13:32:16 this guy is so completely off any rail: >>abil_uk: Well done luketanti for showing how the N900 can be kept standard without the need for wireing mods that involve software limitations.<< Jul 26 13:33:16 software limitations? Jul 26 13:33:21 oh what the Jul 26 13:33:30 chem|st: PLEASE ban this abil_uk!!! He's again in same thread as me - mayor offense!! Jul 26 13:34:21 abill_uk's gone deeper down the crapper after the community rant thread Jul 26 13:34:30 * DocScrutinizer fetching popcorn and waiting for ""SOB! it fell off *AGAIN*"" Jul 26 13:35:42 also "HLP PLZ! flasher *always* quits with -101 transmission error" Jul 26 13:36:14 a lot of people really don't know how to read, don't they? Jul 26 13:36:30 first, windows is shit for flashing (lol libusb) Jul 26 13:37:05 second, emmc and rootfs -- the order doesn't matter, as long as you -R after the second image Jul 26 13:37:31 third, unless you damaged MTD EB or wiped mtd1, it never bricks Jul 26 13:37:41 heck, even if you wipe mtd1 you can still bring it back Jul 26 13:37:42 in this particular case though I'm *not* going to answer "get a _good_ USB cable! What? Oh too bad then, get a better _internal_ USB wiring" Jul 26 13:38:34 docscrutinizer, even better -- make everyone use the flashing-jig-battery-thing for flashing Jul 26 13:39:20 Hurrian: (wipe mtd1/CAL) you verified that? you ever recovered from that? Jul 26 13:39:48 docscrutinizer, nope, just assuming, as someone said the omap3 SOC ROM always pulls code from USB Jul 26 13:40:17 then again, no one knows how to make a mtd1/CAL area from scratch Jul 26 13:40:28 it does, yes. But it seems impossible for flasher to restore CAL as CAL is unique per device Jul 26 13:41:25 there's probably a reason why newest flasher-3.5.11(?) has --cal-restore option Jul 26 13:41:36 yup, found it interesting Jul 26 13:41:50 harmattan flasher can backup all the certs Jul 26 13:41:50 someone needs to finish up that open flasher Jul 26 13:42:05 Hurrian: you seen my comments about mtd_debug command? Jul 26 13:43:05 Kaadlajk: indeed, keeping/getting 0xFFFF up to date was a nice plan, alas it seems nobody is picking up on it Jul 26 13:43:35 err Jul 26 13:43:39 Hurrian: ^^^ Jul 26 13:43:55 uhh, not yet Jul 26 13:49:03 The question is, can you actually read CAL area via bootloader/flasher interface on N900? Jul 26 13:50:22 yes, 0xFFFF even decodes it Jul 26 13:50:28 but not totally Jul 26 13:50:29 hey folks, whats the dealio with long double on arm (alias l-functions from math.h on fremantle for the n900)? im trying to port some software which heavily uses fabsl and so on Jul 26 13:50:40 it only shows the different sections Jul 26 13:51:01 is there a way to get long double support into the toolchain or do i have to alter the sourcecode? Jul 26 13:58:59 x29a: just out of interest - what's that app that needs long double datatypes to do those extremely nifty high precision calculations? Jul 26 14:00:03 navigation on board of next voyager deep space probe? Jul 26 14:00:35 first 3 words are correct Jul 26 14:00:40 its a navigation software Jul 26 14:00:45 or maybe just orbiter simulation Jul 26 14:00:53 I'd be somewhat shocked if nasa used floating point Jul 26 14:01:38 iirc long double has resolution on the metres scale in solar system scale Jul 26 14:01:42 NASA use orbital point. Jul 26 14:01:48 docscrutinizer: from your reaction i read, its not possible? i assume the arm processor just cant handle more? is there a wrapper or pseudefunction or something i could introtruce so i dont have to alter all the source? Jul 26 14:01:52 ShadowJK: way better I guess Jul 26 14:03:11 x29a: I just know you're supposed to convert your real/float based audio processing to 32bit integer, for handheld, for performance reasons Jul 26 14:03:35 i fear the consequence: rewriting the code Jul 26 14:04:42 DocScrutinizer, not only that, but floating point gives you different results everywhere Jul 26 14:04:53 So if you want bit-exact you need integer Jul 26 14:05:22 A few months ago, I explained another dev at the company that comparing floats was a bad idea. You can't know for sure that (1.5 * 10) == 15. Jul 26 14:05:31 I just had to explain to him again. He forgot. Jul 26 14:05:52 well, if the original author was lazy or incompetent enough to not consider how much precision he actually needs on each single arithmetic operation, and also wasn't familiar with fixed-point arithmetic, then yes you probably need to clean up the lazy approach he took that only works due to recent processors implementing floating point coprocessors for the lazy coders Jul 26 14:05:55 "long double is only guaranteed to be as long as double, but may be Jul 26 14:05:55 longer. Even on i386 it is really only 80 bits, even though you'd Jul 26 14:05:56 think it should be 128 bits. On ARM we use soft floating point, so Jul 26 14:05:56 long double is folded into double. There may be away to have 128-bit Jul 26 14:05:56 floating point support, but nobody has climbed that hill for ARM or Jul 26 14:05:58 for MIPS. Jul 26 14:06:00 " Jul 26 14:06:05 oops Jul 26 14:06:46 ShadowJK: can you name the source for that quotation? Jul 26 14:07:03 oh it was in some freebsd mailing list Jul 26 14:07:13 http://lists.freebsd.org/pipermail/freebsd-arm/2010-March/002323.html Jul 26 14:07:29 thanks Jul 26 14:07:49 http://www.theregister.co.uk/2011/07/26/allot_annual_data/ <-- hahahaha so basically they don't want people using mobile data in the end... Jul 26 14:09:07 we (my IT possee) always claimed "if you can't do it in fixed point integer arithmetic, it's most probably not worth getting done at all" Jul 26 14:10:12 which on a meta level means: if you don't know how to do it in integer, you have a lack of knowledge, as every task can get solved with fixed point (simplified rule of thumb) Jul 26 14:11:55 Well I always thought that if I wanted to do something where I need a precision of X, like millimetres on a global scale, I'd look at how many millimeters there are on a global scale, and use an integer big enough... Jul 26 14:12:51 http://www.wolframalpha.com/input/?i=convert+2^64+millimeter+to+lightyears Jul 26 14:13:58 result: 1.95ly Jul 26 14:14:07 http://www.christian-seiler.de/projekte/fpmath/ Jul 26 14:14:55 http://blog.cihar.com/archives/2011/07/26/first-meego-application/ Jul 26 14:14:59 nice Jul 26 14:15:46 DocScrutinizer: your N900 died? Jul 26 14:15:53 no, why? Jul 26 14:16:10 saw a post about it, so was wondering Jul 26 14:17:13 luketanti was about to kill his N900, to practice SMT soldering Jul 26 14:18:08 and to find out a mix of 30% castor oil 1% pantenol and 69% acetone is not suited to clean PCBA prior to soldering Jul 26 14:19:24 un_abill_uk and maximuscool helping him with suggesting such weird stuff like nail varnish remover Jul 26 14:19:56 DocScrutinizer, more fun: http://www.wolframalpha.com/input/?i=convert+%28%28%282^10%29^10%29^10%29^10+femtometer+to+astronomical+unit Jul 26 14:20:14 DocScrutinizer, look at the "diameter of the observable universe" figure. Jul 26 14:20:21 I wonder how many libraries of congress that is. Jul 26 14:22:06 crashanddie_: what's the rationale behind that calculation? a binary integer datatype with 10^10^10^10 aka 10,000 bit? Jul 26 14:22:48 None whatsoever. Jul 26 14:23:12 is there a different way to port a qt based application to the n900 then using the QtSDK? is the sandbox approach still up2date? Jul 26 14:23:29 still what, sorry? Jul 26 14:24:08 well, with a 32bit unsigned integer you get cm precision on earth surface coords Jul 26 14:24:40 Yet it can't count over a century worth of seconds. Jul 26 14:24:41 DocScrutinizer: link please Jul 26 14:24:43 x29a: yes Jul 26 14:25:08 crashanddie_: DocScrutinizer hello btw! Jul 26 14:25:20 http://www.wolframalpha.com/input/?i=convert+2^32+centimeter+to+kilometer&asynchronous=false&equal=Submit Jul 26 14:25:29 oh and ShadowJK and ruskie ar around aswell^^ Jul 26 14:25:41 chem|st: ooh, about abill_uk :-D just kidding Jul 26 14:25:50 chem|st: and hi! :-) Jul 26 14:26:11 crashanddie_: up to date Jul 26 14:26:16 DocScrutinizer: I was already pissed as he was the first report I read after a while.. Jul 26 14:26:22 chem|st: anyway: http://talk.maemo.org/showthread.php?t=71414&page=8 Jul 26 14:26:40 DocScrutinizer: http://www.google.com/search?q=speed+of+light+in+angstrom+per+fortnight is nice too Jul 26 14:26:53 two fools talking a third fool into foolish things Jul 26 14:28:13 chem|st: and abill_uk starting to spread nonsense about USB hostmode once again. But now the whole thread went completely mad, nobody getting a bit of what other persons really said Jul 26 14:28:50 abill_uk is really champion on this discipline Jul 26 14:29:19 I can't even bother to answer and correct him Jul 26 14:30:07 CBA is the correct term I guess Jul 26 14:32:49 basically this i**ot teaches me about things I said in similar more detailed word myself a few posts before, and he claims I dod the opposite and that I've been wrong on it - *sigh* what a nut Jul 26 14:33:08 did* Jul 26 14:33:18 DocScrutinizer: http://talk.maemo.org/showthread.php?p=1058637#post1058637 Jul 26 14:33:21 my answer Jul 26 14:34:04 :-D Jul 26 14:34:10 DocScrutinizer, actually, you could probably store to pretty good odds something's cm location on the planet with a single 32bit unsigned, indeed. Something like absolute_distance + ((2^32 | 4007504000) + 2^quadrant) Jul 26 14:40:03 hah, seems this post of yours took down tmo, chem|st :-P Jul 26 14:40:09 stalls on F5 Jul 26 14:40:20 ooh, it finished Jul 26 14:42:03 >>Please remember this is not the kind of device you can handle when wiring mods such as the ones your potraying people do as it is meant to be a mobile phone and tacking wires to those pads is far more difficult than soldering the port itself under any circumstances.<< (un_abill) really, what a nut Jul 26 14:43:10 nobody else succeeds in packing that many lies/incorrect_assumptions into one sentence Jul 26 14:44:20 DocScrutinizer: they do, they are called 'Microsoft' :P Jul 26 14:44:35 lol - you made my day - thanks Jul 26 14:45:25 DocScrutinizer: lol Jul 26 14:45:33 They shouldn't be wiring up the psyche wards just to provide 'communication' and online entertainment to the patients.. Jul 26 14:49:29 chem|st: is there a way to access history of edited tmo posts, or even deleted posts? I seem to recall seeing such a thing once, and also it seems to me a lot of abill_uk's more trolling or offensive posts simply vanished Jul 26 14:50:20 maybe my tmo theme just doesn't show the "edit history" buttons? Jul 26 14:56:29 joerg: like versions/revisions? I don't think the list of deleted posts are publicly accessible Jul 26 14:57:26 I've once seen edit history / old versions of a post. Maybe my own post though Jul 26 14:57:58 You can edit or delete your own post, but I don't remember ever seeing an option to see old version of your posts.... short of on wikis. Jul 26 14:57:59 was sth along the line "click on edit reason" Jul 26 14:58:45 that sounds like the 'delete this post' option, you can see that if you 'go advanced' after clicking edit Jul 26 14:58:51 http://talk.maemo.org/posthistory.php?p=1058571 Jul 26 14:59:34 ah, i can't see that page. no permission to do so. Jul 26 15:00:11 good Jul 26 15:00:24 so is there a similar thing for deleted posts? Jul 26 15:00:53 probably just for mods Jul 26 15:01:02 :nod: Jul 26 15:01:09 lol abill's goodbye post may be his most thanked post ever Jul 26 15:01:11 http://talk.maemo.org/showthread.php?p=1058652#post1058653 Jul 26 15:01:22 I should thank too :-P Jul 26 15:01:52 it's the least we can do :D Jul 26 15:04:23 is this the news of the day? abill_uk says "Goodbye" http://talk.maemo.org/showthread.php?p=1058653#post1058653 - nah, maybe just another nifty trick, he knows lots of such tricks Jul 26 15:05:21 but according to his reaction to chem|st I guess he will mean it this time - without or with help form mods Jul 26 15:05:22 DocScrutinizer: yeah I can see anything, I also see deleted posts and their hist Jul 26 15:06:09 The average blood pressure of TMO users will certainly go down if this is really happening Jul 26 15:07:00 chem|st: I just recall I tried to search one of the lengthy original USB hostmode threads for abill_uk's post where he started rant about hostmode never working without hw mod, and I wasn't able to get any hits on the author name abill_uk, and also didn't find the post I searched for Jul 26 15:08:46 DocScrutinizer: myself and other mods have tried to clean the rubbish... so you might not find all rants and discussions with abill... I deleted about 30pages of a 60 pages thread once... or moved it in offtopic Jul 26 15:08:57 so I wondered if he or a mod had deleted all abill_uk posts or sth, and if those posts wouldn't be there nevertheless hidden behind a link Jul 26 15:10:12 it's kinda hard to proove tmo users behaved nasty in the past when their posts where they did get erradicated Jul 26 15:10:51 (pondering forim theory ;-D ) Jul 26 15:10:56 mods still see them... Jul 26 15:10:56 forum* Jul 26 15:11:57 whatever, a day starting with abill_uk always is a wasted day. So I'll try to rescue what's left over and get a walk o/ Jul 26 15:20:18 DocScrutinizer, have you tried looking at archive.org? Jul 26 15:20:49 mgedmin: actually not, thanks for reminding me Jul 26 15:27:00 hmm, is it just me or is there a typo in the Qt 4.7 docs: http://doc.qt.nokia.com/latest/qdbus.html Jul 26 15:27:13 I don't seem to be able to include and need to include Jul 26 15:27:45 or perhaps it's changed and I'm not on the latest of course Jul 26 15:31:22 the desktop fbreader helpfully tries to build a maemo flavour too, and depends on things like libhildon1-dev and libosso-dev... Jul 26 15:47:08 hi Jul 26 15:51:15 hi Jul 26 16:01:08 hello Jul 26 16:01:22 LOL, following un_abill's posts *of course* inevitably guides you to find other similar trolls on tmo ;-P A quite funny one: http://talk.maemo.org/showthread.php?p=1058671#post1058671 Jul 26 16:01:27 Cor-Ai: hi Jul 26 16:02:08 chem|st: if you feel like making this a banning day: see Cod3rror :-P Jul 26 16:02:25 DocScrutinizer: hi :) Jul 26 16:04:35 what is h-e-n anyway? Jul 26 16:04:57 DocScrutinizer: not now gotta run^^ but nice idea! Jul 26 16:06:50 usb hostmode enabler Jul 26 16:07:09 ah, suspected omething like that. Thanks Jul 26 16:07:09 but you may need a uk engineer to certify your n900 for it first (jk) Jul 26 16:16:15 http://arstechnica.com/open-source/news/2011/07/mozilla-eyes-mobile-os-landscape-with-new-boot-to-gecko-project.ars Jul 26 16:22:03 edheldil: Jul 26 16:22:06 ~hostmode Jul 26 16:22:07 somebody said hostmode was http://talk.maemo.org/showthread.php?t=65232 Jul 26 16:22:17 ysss, great, now we only have to wait for quad core 2GHz cellphone CPUs and 8Gbyte low-power DDR! :) Jul 26 16:24:54 ~h-e-n Jul 26 16:24:55 extra, extra, read all about it, hostmode is http://talk.maemo.org/showthread.php?t=65232, or see ~hostmode-charging Jul 26 16:25:20 heh... that may very well be their target platform Jul 26 16:26:03 err wut? "my OS is FF" ? Jul 26 16:26:49 DocScrutinizer: thanks Jul 26 16:32:26 ysss: now mozilla goes google? dang! http://en.wikipedia.org/wiki/Google_Chrome_OS Jul 26 16:33:28 took then 2 years to catch up, while google obviously had a better idea called android meanwhile Jul 26 16:33:45 I thought it was android first... chrome os second Jul 26 16:35:04 it's like a committee trying to mash "All mobile platform has to be cross compatible"... "These good web standards gotta be better used"... and "Let's app-ify the web" Jul 26 16:35:15 what a utterly ill-minded concept Jul 26 16:35:24 * ruskie starts kicking all these "smart" ideas Jul 26 16:36:31 even apple noticed their online contacts database sucks as you *are not* always online Jul 26 16:38:07 i read through apple's latest os' features.. .and i think they stole chrome OS' idea as their emergency boot disc :) it creates a 400mb partition on the hdd and if your main boot drive fail, that partition boots up with a web browser... supposedly so you can google for help or whatever. oh, the os can be installed over the net too. Jul 26 16:38:55 so basically stole linux ideas from the last decade? Jul 26 16:39:50 heh Jul 26 16:39:52 aiui iPhone's very first concept been "all is just a web app" until they noticed this sucks donkey balls Jul 26 16:41:42 if apple's original 'web app store' took off, then they would have a library of apps compatible with any other phones w/ browsers Jul 26 16:41:49 except the games would suck balls Jul 26 16:42:14 I have just noticed you can't set someone's birthday in contacts app before 1900. It does not hurt me in this case, but I wonder where else it's not possible to enter date before 1900 Jul 26 16:42:30 brains of Nokia engineers? Jul 26 16:46:33 the datepicker is completely broken Jul 26 16:47:02 slotmachine datepicker - mule shit Jul 26 16:48:36 for harmattan MTF they fixed that, while for these Qt* widgets it's back again once more. Incredible Jul 26 16:51:27 nevertheless harmattan birthdays also start at January 1900 :-P - regardless of the better datepicker concept Jul 26 16:52:50 (this concept also isn't perfect, as it's a PITA to scroll thru even as little 100 years a` 12 months - gives me lame fingers from scrolling) Jul 26 17:25:13 i would like to know how the n900 can be used as a 'usb client' (like an usb stick) regarding the technical low level suff Jul 26 17:25:28 is that part open source or accessable? Jul 26 17:25:55 i don't find any specification only 'usb host mode' discussion which is exactly what i NOT want Jul 26 17:26:25 qknight_: the g_file_storage.ko kernel module might be interesting for you, for mass-stroage stuff at least. Jul 26 17:29:26 NIN101: thanks Jul 26 17:31:08 yw. Jul 26 17:34:36 The Humble Bundle donation spreads always crack me up. Jul 26 17:40:30 GeneralAntilles: eh? Jul 26 17:44:08 DocScrutinizer, Windows users average about $2-3 dollars, Mac users manage about $5-6 and the Linux crowd usually runs around $12-$15. Jul 26 17:44:37 for what? Jul 26 17:45:02 $random donating? Jul 26 17:47:02 if that's the topic, then it's quite obvious: windows users are used to getting everything "for free" as the redmond crap comes with their hardware. Apple users know they usually have to pay for software. And Linux crowd knows the developers never get paid for software Jul 26 17:49:11 That's the perspective from a single participant... but as a whole, they seem to add to to approximately similar nominal amount for each slice of the cake Jul 26 17:51:14 you could as well say windows=cheap,paid-all-when-buying-hw, apple=don't-care-as-hw-and-sw-was-expensive, linux=buy-the-devel-so-he-continues Jul 26 17:52:27 hello Jul 26 17:53:27 is there a way to do direct pc-to-pc sip calls? (i.e. connecting via ip address without a service provider) Jul 26 17:53:36 on the n900, that is Jul 26 17:54:36 mtnman: alas not, seems telepathy/nokia didn't think about it Jul 26 17:55:09 hmm... perhaps with a different sip client? Jul 26 17:55:10 at least afaik Jul 26 17:55:37 I'd not know of any different sip client Jul 26 17:55:57 a couple came up on a search i did Jul 26 17:56:11 and the one on N900 seems to refuse to work completely as long as it couldn't register to SIP registrar Jul 26 17:57:03 how did you do that search? Jul 26 17:57:06 that is very unfortunate. Jul 26 17:57:15 uh the usual search engine Jul 26 17:57:24 which is? Jul 26 17:57:49 googling for "sip nokia n900"? Jul 26 17:58:13 or HAM? Jul 26 17:58:16 or what? Jul 26 17:58:31 i saw one called "fring" Jul 26 17:58:40 haven't looked into it very carfully though Jul 26 17:59:37 just looked up their site... looks to be a commercial venture Jul 26 17:59:37 http://www.google.de/search?q=fremantle+fring gets me to the fringe Jul 26 18:01:01 try fring.com Jul 26 18:03:12 try http://talk.maemo.org/showthread.php?p=908939 Jul 26 18:04:39 also just found this with apt-cache search: Jul 26 18:04:44 sflphone-client-gnome - GNOME client for SFLphone Jul 26 18:04:55 anyone use vmware or xen on a vt-d system Jul 26 18:05:35 mtnman: probably for this particular usecase installing asterisk on N900 and configuring it to serve as local registrar is the sanest thing to do Jul 26 18:06:25 doc: i had thought of that, but it seems like it would be like trying to kill a fly with an elephant gun, when a flyswatter would be the ideal solution Jul 26 18:06:54 (asterisk being the elephant gun) Jul 26 18:07:22 though asterisk isn't really meant to get used this way and is quite an overkill, it might be the most straight forward fix for telepathy borkedness regarding direct-IP2IP voip Jul 26 18:08:02 but it seems like it would be kind of nice to have asterisk running on the n900, but i would imagine it would tax the system pretty heavily and run rather slowly Jul 26 18:08:41 i would think that one of the other linux sip clients would be ideal, since telepathy does not handle this use. Jul 26 18:08:44 mtnman: also note that SIP VoIP always is direct peer to peer, it's only the signalling that runs over a registrar Jul 26 18:09:05 like linphone or something like that Jul 26 18:09:15 (well, modulo special cases like relaying) Jul 26 18:10:02 doc yes true about peer to peer. and correct, it is the registrar we are trying to avoid here. Jul 26 18:10:28 get your own registrar on some box in the visible net Jul 26 18:11:15 with linphone i was able to connect between 2 linux boxes by just specifying user@ip.address. i realize i could set up a registrar, but that is a more complicated situation. Jul 26 18:11:16 it will satisfy telepathy/dialer registration needs and also happily forward your invite to a direct IP Jul 26 18:12:26 i realize that it would work, but it still requires the recipient to register to whatever registrar i would set up. Jul 26 18:13:03 i'm not trying to argue here, just looking for something that *is* supported by the sip protocol, however, seemingly not by telepathy. Jul 26 18:14:09 i will look for one of the linux sip clients that may have been packaged for maemo, or else maybe i will try to install one of them manually. Jul 26 18:14:10 mtnman: (requires the recipient to register) definitely not Jul 26 18:14:49 mtnman: hell, I can call $random-IP even via my sipgate.de account Jul 26 18:15:21 doc: yes but you can't call a random ip which is an n900 endpoint Jul 26 18:16:25 why not? because of NAT etc? that's inevitably true no matter what you do. You need a path to the endpoint and to establish that you need either a public IP or a proxy read registrar Jul 26 18:17:34 doc: what i have been saying is that with two linux boxes, i can call from one to the other by entering "user@ip.address" Jul 26 18:17:53 if the recipient is an n900, it doesn't connect. Jul 26 18:18:21 if it is, say, a debian box running linphone or similar, it connects just fine. Jul 26 18:18:47 you have told me that telpathy doesn't suppor this. i accept that. Jul 26 18:19:31 now i am looking to an alternative linux sip client that i can install on my n900 to gain this functionality. Jul 26 18:19:38 mtnman: N900 SIP client *should* accept inbound INVITEs Jul 26 18:20:06 doc: you say "should" and i say "does not" Jul 26 18:20:45 this is on a my lan so there is no nat issue. i can ssh between the two boxes no problem Jul 26 18:20:53 the question is how to get sip client into a state where it accepts the INVITE (read: registered, green dot showing up), and how to find the public IP of N900 to know where to send the INVITE to Jul 26 18:21:19 read above, i am testing this on a lan. Jul 26 18:21:32 yes, so what? Jul 26 18:22:12 in a situation where i know full well the ip address of each box. the concept of "registered" is what i'm trying to avoid. the green dot is not relevant. Jul 26 18:23:01 like i said, i'm not trying to argue. seems that telepathy does not support this, although other linux sip clients do. so i will look to another client. that is all. Jul 26 18:23:18 sorry I really got no clue how borked telepathy is. Usually SIP RFC says you should send the INVITE to th URL/IP directly when you got no proxy (read sip provider) configured Jul 26 18:23:30 same for inbound INVITEs Jul 26 18:23:54 should always succeed when addressed to correct USER@ADDR Jul 26 18:23:58 ysss, that's the average per-platform. Jul 26 18:24:38 doc: yes i am able to make that type of connection on other linux boxes, but not with the n900 as recipient. seems there could be some way to configure that, but it may be simpler to just install an alternative sip client on the n900. Jul 26 18:24:40 mtnman: sorry I can't help then Jul 26 18:26:21 thanks anyhow. sometimes just having a conversation in-channel sparks a conversation where someone else will chime in... Jul 26 18:27:56 if you're able to read German, you may want to install twinkle on your PC, start it with German locale, and read the evry verbous explanations (almost a tutorial) I turned the F1 helptexts of each config item into Jul 26 18:28:15 * mtnman does not understand german Jul 26 18:29:50 then reading the manual on twinkle.com still may help to shed some light on a few details in a very concise way Jul 26 18:30:36 doc: i think i have a fairly good handle on the situation. seems the issue is with telepathy or some component thereof. Jul 26 18:30:47 twinkle has user name, registrar, outbound proxy. Usual clients mix up and simplify this Jul 26 18:31:16 doc: as i said, on a normal linux box i can get the functionality i have described. not so with telepathy. Jul 26 18:31:34 and I'm reading it the err 7th time Jul 26 18:31:47 so it starts getting boring Jul 26 18:32:41 sometimes one has to repeat onesself to get a point across. it seems i have done so. thank you for your time. good day. Jul 26 18:32:50 I explained to you that N900 default SIP is built to work only when registered to a service provider Jul 26 18:33:50 * mtnman wanders off to seek an alternative sip client Jul 26 18:33:59 and I dunno if it's part of telepathy or in dialer Jul 26 18:34:28 i wouldn't imagine its part of the dialer, since that would be for outgoing, and we are discussing incoming Jul 26 18:34:50 but i am not an expert on the n900, just a neophyte Jul 26 18:35:44 perhaps the issue lies with telepathy-sofiasip (the connection manager) Jul 26 18:37:42 GA: yes, i understand. my comment was directed to joerg. judging by the delay in response, i'm guessing we were desynched (or something... i haven't been on irc for quite sometime heh) Jul 26 18:38:27 ysss: I missed that Jul 26 18:39:18 aah no, seen it Jul 26 18:39:25 nvm, just a social commentary of win vs osx vs linux ;) Jul 26 18:40:13 which is a non-rewarding topic anyway Jul 26 18:41:06 * DocScrutinizer just recalls he missed reporting about last 5 months h-e-n donations to co-devels. Which were exactly zero for each month Jul 26 18:41:08 aye Jul 26 18:41:29 where is that Jul 26 18:42:05 we need to have a consolidated thread that lists all ongoing project with a clickable donation button Jul 26 18:43:07 why would anybody wan to donate to a project he doen't know the "frontpage" of? Jul 26 18:43:12 i'm one of those who donated $0.00 Jul 26 18:43:35 no credit card, paypal, etc.. but willing to donate Jul 26 18:43:41 :( Jul 26 18:45:02 a little bit of extra exposure doesn't hurt Jul 26 18:46:46 sure, Mohammad once had the idea to integrate a donation button to the "about" page of h-e-n GUI. This could probably have doubled the flood of money coming in, so we all could have gotten 2 times eating pizza instead of one time ;-) Jul 26 18:47:33 (all = the core "devel" team of h-e-n) Jul 26 18:48:38 i'd be interested to hear about the logistics of buying a pizza and splitting them up to the distributed team members ;) Jul 26 18:49:07 or let me put it this way: it costs more than the available amount of donated money to manage the donations Jul 26 18:49:36 i'd imagine so Jul 26 19:03:25 but h-e-n is the greatest thing to have happened to my 3-week old N900. \0/ to the team Jul 26 19:05:40 what is h-e-n? Jul 26 19:07:01 hostmode, allowing connection of usb devices on your N900 Jul 26 19:07:42 thanks for explanation Jul 26 19:11:06 yw.. Jul 26 19:12:19 ~h-e-n Jul 26 19:12:20 [hostmode] http://talk.maemo.org/showthread.php?t=65232, or see ~hostmode-charging Jul 26 19:13:07 Sicelo: thanks for the positive feedback :-) Jul 26 19:21:09 :) Jul 26 19:21:33 ysss: :-))))) Jul 26 19:21:50 yo Jul 26 19:21:53 pizza arrived? :D Jul 26 19:22:00 not yet Jul 26 19:22:10 on my way to get one, literally Jul 26 19:22:25 haha Jul 26 19:22:25 w Jul 26 19:22:31 ell you've earned it Jul 26 19:22:32 aww /me wanted to deploy a wormhole to redirect the delivery guy Jul 26 19:57:28 you know... Jul 26 19:57:34 i take back what i said bout my hsf Jul 26 19:57:37 sort of Jul 26 19:57:50 took a straw and a bit of lung power to it Jul 26 19:57:58 and im idling back down at ~45c Jul 26 19:57:59 hehe Jul 26 19:58:08 it was *slightly* gunked ^^ Jul 26 20:00:58 i really need to get a better one Jul 26 20:02:24 hsf? Jul 26 20:13:19 heatsinkfan Jul 26 20:33:20 aah Jul 26 21:00:58 howdy guys Jul 26 21:02:16 hey smegheadz Jul 26 21:02:47 whats up Jul 26 21:03:05 i'm not much of an IRC user lil rusty Jul 26 21:03:25 just bought 2 of those scud batteries :) Jul 26 21:03:46 what are they? Jul 26 21:03:49 http://talk.maemo.org/showthread.php?p=1022505 did this actually work for somebody recently? With the summer edition kernel of meego and the modules from it it does not work for me (from debian, but shouldn't be a difference actually). While mounting & reading works, I'm getting "error -74 while writing...". I don't have any bad PEB and also maemo works very fine. Could it be related to CONFIG_MTD_ONENAND_VERIFY_WRITE=y? Jul 26 21:03:53 http://www.aliexpress.com/fm-store/601765/209996492-436082429/Lithium-ion-Battery-for-Nokia-BL-5J-5230-5800XM-5233-N900-1420mAh-Free-Shipping.html Jul 26 21:05:39 just had a look fusi. there's a thread on tmo where someone is testing alt batteries for the n900 and posting what they really give. Jul 26 21:05:56 yer, i got that link to that batt from there (: Jul 26 21:06:13 http://talk.maemo.org/showthread.php?t=65568&highlight=battery Jul 26 21:06:22 thats the one. Jul 26 21:06:30 gonna bookmark it this time. Jul 26 21:06:33 dunno why its highlighting the word battery tho :p Jul 26 21:06:35 heheh Jul 26 21:07:10 :P Jul 26 21:07:50 u have any of the older symbian fones fusi? Jul 26 21:07:56 like the 7610? Jul 26 21:08:04 nope soz, was a winmo fool before i migrated Jul 26 21:08:27 think ive got a 3210 kicking arounhd somewhere.. does that count ^^ Jul 26 21:08:29 * Sicelo_ has 2 Nokia N-Gages :P One has WSOD Jul 26 21:08:41 X-Fade: ping Jul 26 21:08:47 anyone here familiar w/ ALS? Jul 26 21:09:05 not with that acronym nope :p Jul 26 21:09:41 fusi: http://www.rohm.com/us/ALS.html Jul 26 21:09:43 just i've been thinking the last few days about my old 7610 i have here Jul 26 21:09:57 ooh i wasnt expecting a link how kind! :) Jul 26 21:10:04 i got a little program on it from nokia that i think would be fun now. Jul 26 21:10:21 :) Jul 26 21:10:37 i think the problem with the app was it was at the wrong time. Jul 26 21:10:43 mm ambient light sensors! sorry i know nothing ^^ Jul 26 21:10:46 n-gage & 7610 are basically one phone Jul 26 21:10:56 i know a tiny bit about them timeless Jul 26 21:10:58 smegheadz: whats the app? Jul 26 21:11:05 what app is that? Jul 26 21:11:12 smegheadz: so,... the n810 and n900 have transflexive displays Jul 26 21:11:30 yar Jul 26 21:11:40 i just want to know if the behavior one experiences when taking one out into the sun is solely due to the transflexive display Jul 26 21:11:48 i can't remember the name. but the point of it was you could make a 3 page mini profile with a pic and anyone who had the app could look at your profile and send a txt over bluetooth. it worked over bluetooth Jul 26 21:12:03 but it also allowed you to message anybody over bluetooth Jul 26 21:12:09 timeless: the als does dim the screen afaik Jul 26 21:12:21 the fun i had on busses or public places sending random people bluetooth txt's Jul 26 21:12:23 or whether the ALS needs to be operating in order for the screen to work outside Jul 26 21:12:28 fusi: it does or rather can Jul 26 21:12:28 but if in direct sunlight most of what u see will be reflected sunlight Jul 26 21:12:41 fusi: right.. Jul 26 21:12:42 ie - play with the brightness and see if u notie any diff Jul 26 21:12:53 in direct sunlight u wont see much if any diff Jul 26 21:12:58 but that works without ALS, right? Jul 26 21:13:09 yea its just the screen reflecting sunlight back through itself Jul 26 21:13:11 i'm dealing with a rather stupid "user requirement" Jul 26 21:13:14 nothing to do with als Jul 26 21:13:18 (I feel like I'm at Nokia again) Jul 26 21:13:19 althought he als is used to dim the creen Jul 26 21:13:21 fusi: right, thanks Jul 26 21:13:26 based on ambient light levels Jul 26 21:13:28 hth Jul 26 21:13:29 sure Jul 26 21:13:38 ^ lol Jul 26 21:13:40 sufficient for my response to silly querent Jul 26 21:13:45 (: Jul 26 21:14:02 querent makes silly request, i need very limited confirmation for silly parameter Jul 26 21:14:03 timeless, i'm not sure on the product but with some products i work on we have issues with sunlight and to fix this we loop the als so it has the screen at full brightness Jul 26 21:14:06 result: Jul 26 21:14:12 mmk :) Jul 26 21:14:45 smegheadz: would it be fair to say that such a thing is a bug in your product and / or that integrating ALS is an implementation detail Jul 26 21:15:04 ... and that there should be no need for anything beyond your product to read the ALS in order for this to *just-work* [tm] Jul 26 21:15:04 ? Jul 26 21:15:21 basically there's a "customer" "requiring" "direct access to ALS" Jul 26 21:15:35 claiming this scenario (being outside in sun) as a "use case" Jul 26 21:15:51 and is there a use case Jul 26 21:15:52 my claim is that "the system should do the right thing, you don't need to read the ALS for this case" Jul 26 21:16:01 that's more or less the use case... Jul 26 21:16:03 what, like reading lux values? Jul 26 21:16:05 i.e. "no" Jul 26 21:16:10 fusi: yeah Jul 26 21:16:31 only if they arent on a transfletive display Jul 26 21:16:37 c* Jul 26 21:16:42 yer Jul 26 21:16:42 whats the product Jul 26 21:17:01 basically... i'm ok with saying "a camera should consider embedding the lux value into its Exif data so that something can consider doing something with it" Jul 26 21:17:08 http://en.wikipedia.org/wiki/Transflective_liquid_crystal_display Jul 26 21:17:10 smegheadz: arbitrary web browsers or related software Jul 26 21:17:27 fusi: that link is already purple Jul 26 21:17:31 (it's footnote [1] in my email) Jul 26 21:17:32 heh Jul 26 21:17:55 jolly good Jul 26 21:17:59 im off for a smoke Jul 26 21:18:01 bbl o/ Jul 26 21:18:55 well timeless, if you have software that adjusts the brightness levels already and it's configurable. there is no need for aditional software to access it Jul 26 21:19:26 if the products are being used in the street eg ATM's kiosks etc Jul 26 21:21:32 ALS is to adjust the screen when it's dark and when it's bright. Jul 26 21:22:00 most complaints i've had about screens are when it's dark and they can't see it because the ALS is faulty. Jul 26 21:24:40 i'm not sure its a bug in software that directing sunlight on the screen makes it unreadable. is that what your asking? Jul 26 22:29:41 does anybody know of a repo providing a newer (>1.4.x) version of subversion for scratchbox? Jul 26 22:39:35 timeless: go out in the sun, cover ALS with finger, profit. To answer the result of that execise: screen's properties are not changed by ALS Jul 26 22:41:53 timeless: transflexive screens like the N900's are "just working" (more or less) in sunlight. No switch of mode or anything Jul 26 22:42:06 timeless: so no reading of ALS needed Jul 26 22:49:37 in really bright sunlight, the screen light are turned off ... really nokia did something right :) Jul 26 22:54:57 I don't think it's switched off Jul 26 22:55:11 But in bright sunlight you dont notice the difference Jul 26 22:55:24 not until you shade part of the screen Jul 26 22:55:45 cehteh: I'm not sure about that. I know they switch off kbd bl Jul 26 22:56:12 and that's not at all implemented right Jul 26 22:56:42 hm? Jul 26 23:24:17 DocScrutinizer: thanks Jul 26 23:53:32 Hi everyone :) Jul 26 23:56:35 Hi, I just installed 2 python game Jul 26 23:56:39 and they works! Jul 26 23:57:54 on the other hand, I do want to ask somebody can compile another game for me to test, vodovod http://home.gna.org/vodovod/ Jul 27 02:31:09 good morning Jul 27 02:31:15 shit Jul 27 02:31:45 good morning :p Jul 27 02:43:26 hai Jul 27 02:43:29 fuckers Jul 27 02:43:32 work Jul 27 02:43:51 !!!!!!!!!!!!11111111111111111111unooneen Jul 27 02:44:00 move it **** ENDING LOGGING AT Wed Jul 27 02:59:57 2011