_|Nix|_ | inz: I'm about to do that :o) | 00:00 |
---|---|---|
m-vo | I.e., upstream should be portable and cope with optional packages not being present, but when building for debian, you want a well controlled configuration. | 00:00 |
tko | m-vo: I almost hope you get to maintain many debian packages that come with build dependencies to mysql and the kitchen sink :) | 00:01 |
m-vo | Now, having more than one well controlled configuration in one debian source package (one for Debian itself, one for Ubuntu, one for Emdebian, one for maemo), that's where it gets interesting. | 00:01 |
_|Nix|_ | *sigh* ... I'm thinking about committing a horrible attrocity: "Build-Depends: ... @AVAHI_DEV_PACKAGE@ ..." + wrapper script for dpkg-buildpackage - at least until etrunko comes through. | 00:01 |
* _|Nix|_ dons spacesuit | 00:02 | |
tko | that's where the madness lies | 00:02 |
tko | it's evil enough for SONAME | 00:02 |
m-vo | Hmm, what about just leaving it out. You have to rerelease once avahi becomes available anyway. | 00:02 |
_|Nix|_ | m-vo: I'm not releasing. I'm waiting for upstream's 2.2.2. This is just for me. | 00:03 |
m-vo | Ahh, then just build avahi for yourself. | 00:03 |
_|Nix|_ | I just wanna have one command to run that'll build on both Bora and Chinook. | 00:03 |
tko | jhbuild install :) | 00:04 |
m-vo | _|Nix|_, right, I get it. Hmm.... | 00:04 |
_|Nix|_ | m-vo: ... but then I can't test it on the tablet ... well, I suppose I could install avahi on the tablet. However, this may become an "endless shopping list" (as my QM professor called the dependency tree). | 00:04 |
alterego | I wrote a script to do that for ruby-maemo :) | 00:04 |
_|Nix|_ | Attrocity it is ... *wipe hands* | 00:05 |
tko | of course you could just tell dpkg to ignore missing build-depends (after verifying that you're missing only the ones blocking on someone else) | 00:07 |
m-vo | Hmm, bora is 'obsolete' once chinook comes out, and what you are doing is maintaining a backport of a chinook package for bora. And you want to make it as easy as possible... maintaining a separate backporting branch is too much work? | 00:08 |
_|Nix|_ | m-vo: Not bora, actually ... gregale. | 00:08 |
_|Nix|_ | gregale and bora are binary-compatible. | 00:08 |
alterego | Version numbers are easier to work out for me. | 00:09 |
_|Nix|_ | So, I could ship one binary for N770 and N800. This will no longer be true once Chinook ships. | 00:09 |
alterego | What version is gregale? | 00:09 |
_|Nix|_ | alterego: 2.2 | 00:09 |
alterego | Right | 00:09 |
alterego | Well, 2.2 is binary compatible but there are API changes. | 00:09 |
tko | g < b < c .. the version/naming scheme almost makes sense | 00:09 |
alterego | m < g< b < c ? | 00:10 |
_|Nix|_ | Yep. | 00:10 |
alterego | I think I'll definitely use numbers instead of those tags. | 00:10 |
m-vo | _|Nix|_, gregale is the 770 hacker edition? | 00:10 |
alterego | It's confusing to me, I'd hate to think what users would do .. | 00:10 |
alterego | No, gregale is 2.2 | 00:11 |
alterego | HE is 3.2 | 00:11 |
_|Nix|_ | m-vo: Whatever it is, building against it makes things run on the last N770 firmware | 00:11 |
tko | 2.0 mistral, 2.1 something, 2.2 gregale | 00:11 |
_|Nix|_ | m-vo: ... as well as on all things pre-chinook. | 00:12 |
_|Nix|_ | m-vo: ... one binary. | 00:12 |
m-vo | 2.1, scirocco. | 00:12 |
m-vo | _|Nix|_, wow, is that by accident or did we plan it? | 00:12 |
tko | I got the s correct | 00:13 |
tko | m-vo: yes, I think so :-P | 00:13 |
_|Nix|_ | m-vo: Dunno, don't care ... WORKSFORME :o) | 00:13 |
*** philipl has quit IRC | 00:13 | |
m-vo | Didn't we break compatibility with each major release? I am confused now. | 00:14 |
tko | partially | 00:14 |
tko | it's a great confusion | 00:14 |
m-vo | Anyway, I know that compatibility is not black and white if you look at a complete OS. | 00:14 |
_|Nix|_ | m-vo: That may be the case on the system as a whole, but, I guess, not on those parts needed for Pidgin. | 00:14 |
_|Nix|_ | m-vo: So, if you had a "Christmas tree" project, you'd need separate binaries. | 00:14 |
* _|Nix|_ switches to the Chinook target and tries to build Pidgin. If you hear a loud bang, call me an ambulance :o) | 00:15 | |
alterego | Heh | 00:16 |
*** b0unc3 has quit IRC | 00:16 | |
*** zaheer__ has joined #maemo | 00:18 | |
*** philipl has joined #maemo | 00:18 | |
Jiten | I got a rather fresh idea of how slow n800 actually is. I decided to finally see if my program works on the device too. | 00:21 |
Jiten | apparently not so good idea to implement simple html parser in python. it's _slow_ even for just a couple of lines. | 00:21 |
alterego | Doesn't sounds so simple .. | 00:22 |
alterego | REXML works pretty well. | 00:22 |
Jiten | well, it parses html and sets up gtk.TextView so it shows it as well as it can. | 00:23 |
* m-vo pities the little ARM CPU. | 00:23 | |
Jiten | I was initially thinking about using gtkhtml instead but couldn't find python bindings | 00:24 |
m-vo | Jiten, be happy that it is just slow, and not impossible. :) | 00:24 |
Jiten | it takes ~200ms to show the text I guess. | 00:25 |
Jiten | I guess I get to learn how to make a python wrapper for gtkhtml. | 00:28 |
tko | gtkhtml wrapper was in python-gnome IIRC | 00:29 |
*** snowmoon has quit IRC | 00:29 | |
*** guerby has quit IRC | 00:30 | |
*** Andy80 has quit IRC | 00:31 | |
Jiten | maemo has a version of gtkhtml from which gnome dependencies have been removed... | 00:31 |
*** eichi__ has quit IRC | 00:32 | |
*** zaheer_ has quit IRC | 00:35 | |
*** niluth_ has quit IRC | 00:40 | |
*** mazzen has quit IRC | 00:42 | |
*** trunneml_ has quit IRC | 00:42 | |
*** Dregz has joined #maemo | 00:45 | |
m-vo | Is there any magic in relational data base theory? Seems all pretty straightforward to me. | 00:47 |
*** fab has quit IRC | 00:54 | |
*** Protocol- has quit IRC | 00:56 | |
*** fsmw has quit IRC | 00:56 | |
Jiten | alterego: you're right, the parser I'm using isn't so simple ... that's what you get when you use other people's code. | 00:57 |
*** zpol has joined #maemo | 01:00 | |
*** guardian_ has joined #maemo | 01:01 | |
*** unique311 has joined #maemo | 01:01 | |
*** TPC- has joined #maemo | 01:01 | |
*** JussiP has quit IRC | 01:05 | |
*** Dregz|Aloof has quit IRC | 01:06 | |
*** alterego has quit IRC | 01:06 | |
*** Thanatermesis has quit IRC | 01:15 | |
*** lopz has quit IRC | 01:17 | |
*** jacques has quit IRC | 01:17 | |
*** TPC has quit IRC | 01:17 | |
*** guardian has quit IRC | 01:18 | |
*** t_s_o has quit IRC | 01:18 | |
*** sp3000 has quit IRC | 01:23 | |
*** zpol is now known as lopz | 01:27 | |
*** Thanatermesis has joined #maemo | 01:29 | |
*** blkno1 has joined #maemo | 01:30 | |
*** ebel has quit IRC | 01:32 | |
*** Zword has quit IRC | 01:35 | |
*** kuzew has quit IRC | 01:37 | |
*** kuzew has joined #maemo | 01:46 | |
*** snowmoon has joined #maemo | 01:48 | |
*** Pio has quit IRC | 01:51 | |
*** erstazi has joined #maemo | 01:51 | |
*** cesman has quit IRC | 01:56 | |
*** jonty has quit IRC | 02:06 | |
*** erstazi has quit IRC | 02:11 | |
*** philipl has quit IRC | 02:12 | |
*** philipl has joined #maemo | 02:13 | |
*** egsavage has joined #maemo | 02:14 | |
*** Pio has joined #maemo | 02:15 | |
*** rene4jazz has quit IRC | 02:28 | |
*** philipl has quit IRC | 02:28 | |
*** GeneralAntilles has quit IRC | 02:30 | |
*** GeneralAntilles has joined #maemo | 02:32 | |
*** philipl has joined #maemo | 02:33 | |
snowmoon | anyone have experience with IT2007HE? Will it work with a BT headset? Is there a way to tweak the finger use to be more like IT2006 | 02:34 |
*** fsmw has joined #maemo | 02:35 | |
*** rene4jazz has joined #maemo | 02:39 | |
drseashell | on the n800, how do i save url of a picture ... to the C+P buffer | 02:41 |
*** |tbb| has quit IRC | 02:42 | |
*** Sulis has quit IRC | 02:47 | |
*** [31d1] has quit IRC | 02:48 | |
*** florian has quit IRC | 02:51 | |
*** [31d1] has joined #maemo | 02:54 | |
*** ryanfaerman has quit IRC | 03:03 | |
*** henno has quit IRC | 03:10 | |
*** henno has joined #maemo | 03:11 | |
*** fsmw has quit IRC | 03:12 | |
*** Esworp has joined #maemo | 03:17 | |
*** svu has quit IRC | 03:19 | |
*** greentux_ has joined #maemo | 03:19 | |
*** snowmoon has quit IRC | 03:23 | |
*** sciboy has joined #maemo | 03:30 | |
sciboy | Yay! My N800 should arrive either today or tomorrow. | 03:30 |
sciboy | Finally. =| | 03:30 |
deejoe | fun! | 03:33 |
*** greentux__ has quit IRC | 03:37 | |
unique311 | sciboy, from conceptart? | 03:40 |
sciboy | unique311, Yep. | 03:41 |
unique311 | you're not on the irc channel | 03:42 |
sciboy | I'm here much more often than I am over there. | 03:43 |
unique311 | so you getting an N800. been trying to find a descent art program for it forever..compiled a couple of descent ones.. | 03:43 |
unique311 | waiting on faint to make its hildon grand entrance.. | 03:43 |
deejoe | which other channel? | 03:43 |
sciboy | deejoe, He's just kidding, there is no such thing as other channels. | 03:44 |
sciboy | =P | 03:44 |
deejoe | hmm | 03:44 |
unique311 | ? | 03:44 |
unique311 | deejoe, ur first time on irc? | 03:45 |
deejoe | no | 03:45 |
deejoe | I've got . . . 15 channels open, maybe? | 03:45 |
sciboy | irc://irc.thundercity.net/conceptart | 03:45 |
sciboy | http://www.conceptart.org | 03:45 |
deejoe | ah | 03:45 |
deejoe | thanks | 03:45 |
unique311 | sciboy, i saw your nick on conceptart somewhere..and just wanted to know if it was the same individual.. | 03:46 |
unique311 | you didn't have to join CA | 03:46 |
*** pvanhoof has quit IRC | 03:46 | |
pupnik_ | unique311: i've gotten a few developers interested in tablets so far - no purchases yet | 03:51 |
*** tchan has quit IRC | 03:52 | |
sciboy | unique311, "faint" what's that? | 03:53 |
*** tchan has joined #maemo | 03:53 | |
*** matt_c has joined #maemo | 03:55 | |
unique311 | sciboy, faint is the port of mypaint to maemo | 03:56 |
unique311 | pupnik_, devs | 03:56 |
unique311 | the developer for faint doesn't answer his freaking forum messages. | 03:57 |
unique311 | want to know the status of his port.. | 03:57 |
pupnik_ | heh | 03:58 |
unique311 | think my tablet is dying.... | 03:58 |
*** Pio has quit IRC | 03:58 | |
unique311 | screen went black on me twice, forcing me to take out the battery for a restart.. | 03:58 |
pupnik_ | :/ | 03:58 |
sciboy | unique311, Well I'll be doing some small game dev. or maemo. | 03:59 |
unique311 | not sure but i think it was becuase of gizmo... | 03:59 |
unique311 | was messing with gizmo, the times it went black on me. | 04:00 |
unique311 | game dev.. | 04:00 |
*** rene4jazz has left #maemo | 04:00 | |
sciboy | for* | 04:01 |
*** rev` has quit IRC | 04:01 | |
unique311 | got a game in mind? | 04:01 |
sciboy | In mind? I got full design documents laid out. | 04:02 |
sciboy | Action adventure, 2d side-scrolling for the most part, non-platformer though. | 04:02 |
sciboy | and non-shooter. | 04:02 |
unique311 | pupnik_, what happen to the dev that was working on angstron? | 04:03 |
*** svu has joined #maemo | 04:03 | |
*** blkno1 has quit IRC | 04:09 | |
*** blkno1 has joined #maemo | 04:10 | |
unique311 | sciboy, mtpaint http://mtpaint.sourceforge.net/ = Faint https://garage.maemo.org/projects/faint/ | 04:10 |
sciboy | Already found it all with google. =P | 04:10 |
unique311 | k | 04:10 |
pupnik_ | unique311: neo- | 04:11 |
pupnik_ | haven't seen him around - got a bit frustrated with feedback he was getting | 04:11 |
unique311 | ok | 04:11 |
unique311 | feedback for the game | 04:11 |
pupnik_ | yea | 04:12 |
pupnik_ | neostrider | 04:12 |
unique311 | the game was descent...just needed minor graphic work. | 04:12 |
_Monkey | somebody said neostrider was probably building you a checkers game as we speak :) | 04:12 |
unique311 | lol | 04:12 |
unique311 | checkers.. | 04:12 |
*** MoRpHeUz has quit IRC | 04:14 | |
*** matt_c has quit IRC | 04:14 | |
*** snowmoon has joined #maemo | 04:15 | |
*** ryanfaerman has joined #maemo | 04:20 | |
*** matt_c has joined #maemo | 04:23 | |
*** matt_c has quit IRC | 04:24 | |
Esworp | so, what can us n800 owners expect for the next internet tablet os upgrade? | 04:28 |
sciboy | The kitchen sink was finally implemented. | 04:29 |
GeneralAntilles | 70MHz CPU boost | 04:29 |
unique311 | still no java... | 04:29 |
sciboy | unique311, You think that's bad, still no 64-bit plugin. | 04:30 |
sciboy | Under any platform. =| | 04:30 |
*** ryanfaerman has quit IRC | 04:32 | |
unique311 | 64 bit java | 04:32 |
*** k-s[WORK] has quit IRC | 04:32 | |
unique311 | i have an amd desktop..and tried 64 bit xp on it once..yeah, very sad stuff...it was very fast...but the lack of support really sucks. | 04:33 |
*** greentux_ has quit IRC | 04:33 | |
*** svu has quit IRC | 04:33 | |
*** svu has joined #maemo | 04:34 | |
*** brontide-770 has joined #maemo | 04:45 | |
*** cesman has joined #maemo | 04:58 | |
*** philipl has quit IRC | 04:58 | |
*** philipl has joined #maemo | 04:58 | |
*** snowmoon has quit IRC | 04:58 | |
drseashell | so no mtpaint / faint for the n800 yet | 04:59 |
drseashell | ? | 04:59 |
unique311 | its just a compiled version of it on garage.. | 04:59 |
*** Esworp has quit IRC | 04:59 | |
unique311 | question on the garage forum are not being answered..so i guess the dev is hard at work on it.. | 04:59 |
drseashell | ah | 05:03 |
*** lmoura has quit IRC | 05:16 | |
*** ekim\770 has joined #maemo | 05:25 | |
ekim\770 | hi | 05:26 |
ekim\770 | for some reason my mmc keeps being mounted as read-only | 05:27 |
ekim\770 | is this a know issue? | 05:27 |
zerojay | Are you on the latest firmware? | 05:28 |
zerojay | With the recent mmc fixes? | 05:28 |
ekim\770 | huh | 05:28 |
ekim\770 | lbut it was working before | 05:28 |
zerojay | When was the last time you updated your firmware? | 05:28 |
ekim\770 | 2 montths | 05:28 |
zerojay | When a card is set to read-only, it's because the card's been damaged. | 05:29 |
ekim\770 | i am booting from mmc | 05:29 |
ekim\770 | uhoh | 05:29 |
zerojay | Usually, it's not permanent. | 05:29 |
zerojay | Just requires reformatting the card. | 05:29 |
ekim\770 | does this mean i have to reinstall everything | 05:29 |
ekim\770 | and reinstall to the mmc | 05:30 |
zerojay | The problem usually stems from people removing a card while it is still being written to (give it some time even after your OS says it's complete). | 05:30 |
ekim\770 | but it was working fine before | 05:30 |
zerojay | There's also the recent fix for some card problems that killed larger cards repeatedly where letting the screen dim while the card was being written to would kill it. The latest firmware fixes that. | 05:31 |
ekim\770 | the other thing is , i have 2 partitins on my mmc | 05:31 |
ekim\770 | the boot one is fine | 05:31 |
ekim\770 | but the fat32 one is read only | 05:32 |
sciboy | Copy the files off it, format/repartition and copy it back on. | 05:32 |
zerojay | You probably damaged the partition because it was being read/written to when you removed a card or turned off power to the tablet. | 05:32 |
ekim\770 | ahh | 05:32 |
ekim\770 | so i only need to format that 1 partition | 05:33 |
zerojay | Well, most likely, yes.. but I can't be sure of it. | 05:33 |
zerojay | Do yourself a favor and do what I do. | 05:33 |
* jeremyb sees lots of repitition in the last 20 lines | 05:33 | |
ekim\770 | ok thanks guys | 05:33 |
zerojay | Always wait about 2 or 3 minutes after your OS says a transfer is complete to the card before doing anything like removing/turning off the tablet. | 05:33 |
zerojay | If it's a very large transfer, give it 5 minutes. | 05:34 |
jeremyb | that's a lot of latency | 05:34 |
ekim\770 | i always do | 05:34 |
zerojay | jeremyb: Yeah, but you just want to be sure. | 05:34 |
jeremyb | is there some kind of standby mode? | 05:34 |
ekim\770 | thats a a 'feature' | 05:34 |
jeremyb | zerojay: but what if you want to transfer to or from a desktop and you don't have time to dilly dally? | 05:35 |
sciboy | jeremyb, My computer has a buffer, it copies a file to the buffer not the card itself so you have to wait for it to finish before unmounting | 05:35 |
zerojay | That's also how the card readers work. The writes are flushed to the card reader fast (at which point your OS says it's complete) while the card reader is still writing the rest of it. | 05:35 |
zerojay | jeremyb: Start your transfer earlier or deal with the reality that you'll have corrupted partitions all the time. | 05:35 |
ekim\770 | also , how come my 770 tuns on when I plug it in | 05:35 |
jeremyb | sciboy: and you can unmount in a matter of seconds after the fd is closed, right? | 05:35 |
ekim\770 | is that another 'feature' | 05:36 |
zerojay | ekim\770: It's not the tablet's fault if this is the kind of thing you're having. | 05:36 |
jeremyb | well the OS should be aware of when it's still being written and display that | 05:36 |
sciboy | jeremyb, Not sure what you mean by fd, but afterwards it's instant. | 05:36 |
zerojay | jeremyb: It can't. | 05:36 |
ekim\770 | one more thing | 05:37 |
jeremyb | sciboy: file descriptor | 05:37 |
ekim\770 | how does the 770 microphone work ? | 05:37 |
sciboy | By magic. | 05:37 |
jeremyb | sciboy: you can also force an early flush on your desktop | 05:37 |
jeremyb | can you on a nokia tablet? | 05:38 |
ekim\770 | how does the 770 microphone work ?... | 05:38 |
zerojay | The tablet isn't the problem. It's just the way card readers work. | 05:38 |
zerojay | Happens on every OS. | 05:38 |
ekim\770 | seriouly...please tell me so I can leave | 05:39 |
zerojay | Some will, however, complain that the card can't be unmounted yet if attempted while the card reader is writing. | 05:39 |
zerojay | ekim\770: I don't have the 770, so I don't know. | 05:39 |
ekim\770 | k thx bye | 05:40 |
*** ekim\770 has quit IRC | 05:40 | |
kuzew | haha | 05:40 |
kuzew | oh boy... | 05:40 |
*** matt_c has joined #maemo | 05:40 | |
jeremyb | zerojay: well i was thinking more about internal hard drives but i still see no reason the OS couldn't be made aware | 05:43 |
jeremyb | or usb flash for that matter | 05:43 |
zerojay | jeremyb: The only real reason is that they just weren't made that way. It's stupid. | 05:44 |
jeremyb | zerojay: ok, so why not change it now? | 05:44 |
zerojay | Same reason we didn't suddenly move to DVDs that were 12GB in size. | 05:44 |
zerojay | Backwards compatibility with older drives... standards, etc... | 05:45 |
* disq remembers the times when the 770 microphone didn't have the driver | 05:45 | |
zerojay | Well, those are my best guesses. I'm not a card reader engineer or anything. | 05:45 |
GeneralAntilles | So do I, disq, so do I. | 05:45 |
GeneralAntilles | Other option is to just not use card readers. | 05:46 |
disq | unique311: around? seen my solution to the synergy auto cursor show/hide thingy? i posted it as a comment in quicksynergy news | 05:46 |
*** jacques has joined #maemo | 05:46 | |
*** celesteh has quit IRC | 05:46 | |
jeremyb | zerojay: i'm not saying everyone should adopt it but i don't see why they should continue being made the way you describe. is it so much cheaper as is? and yes i'm keeping compat in mind... is there no room within existing specs to add such a notification for the OS without breaking existing devices/drivers/OSs which are already compliant? | 05:48 |
disq | anyway i gotta get some sleep, night. | 05:48 |
GeneralAntilles | jeremyb: I suspect it's mostly necessary to have cache involved in the data transfer for things to run smoothly. | 05:50 |
GeneralAntilles | and there's no easy way to tell the host machine that the card isn't done writing yet | 05:50 |
jeremyb | GeneralAntilles: i have no objection to using a cache... | 05:50 |
jeremyb | why not? | 05:50 |
zerojay | Because as far as the card reader is concerned, the OS doesn't need to know. | 05:51 |
zerojay | It's lame... but what can you do? | 05:52 |
zerojay | Just wait until the next standards are being discussed and raise your voice, I suppose. | 05:52 |
straind | Anyone using xkbd-bthid? | 05:55 |
straind | or any other means to make your Nokia into a bluetooth keyboard for another device? | 05:58 |
GeneralAntilles | That's the only one available | 05:58 |
GeneralAntilles | Only have a Mac here, so I haven't been able to use it | 05:58 |
GeneralAntilles | looks cool, though. | 05:58 |
straind | I can't figure out how to get it paired with the other device. | 06:00 |
jeremyb | zerojay: huh? the OS *does* have a vested interest in knowing | 06:00 |
zerojay | No, it doesn't. | 06:00 |
GeneralAntilles | As far as it's concerned the filesystem write is over. | 06:00 |
zerojay | Once the write is flushed to the card (what the progress bar shows), it's done. | 06:00 |
jeremyb | GeneralAntilles: why can't you use it with a mac? | 06:01 |
*** TPC has joined #maemo | 06:01 | |
zerojay | flushed to the card reader, I mean. | 06:01 |
GeneralAntilles | "Only supports BOOT" | 06:01 |
GeneralAntilles | Not familiar with bluetooth keyboard profiles | 06:01 |
jeremyb | ugh... | 06:01 |
GeneralAntilles | but, evidently, that's only supported on Windows. | 06:01 |
jeremyb | do i have to run in circles? | 06:01 |
zerojay | jeremyb: Apparently. | 06:02 |
GeneralAntilles | Not if you drop it and move on. ;) | 06:02 |
zerojay | What is the OS supposed to do when the card reader signals "write complete" but it's really lying? | 06:02 |
*** Pio has joined #maemo | 06:03 | |
*** keesj has quit IRC | 06:03 | |
jeremyb | ...... isn't that the case now? | 06:04 |
zerojay | That's what I'm trying to tell you. | 06:04 |
jeremyb | i've understood that for tens of minutes already | 06:05 |
jeremyb | i'm talking about the future | 06:05 |
zerojay | In the future, there will be robots. | 06:05 |
GeneralAntilles | Or lots and lots of glass. | 06:05 |
jeremyb | there will always be legacy and backward compat to consider and but that's not a reason for refusing improvements that comply with existing standards (and therefore are backwards compat) | 06:07 |
zerojay | Yes. | 06:07 |
zerojay | But it's apparently not. | 06:07 |
zerojay | Which I assume is why some cards come with their own special card readers. | 06:08 |
jeremyb | ok, wait a sec... this cache is in the reader/writer not the card itself, right? | 06:08 |
truls | the cache is in the driver, right? | 06:12 |
* truls meddles | 06:12 | |
*** unique311 has quit IRC | 06:15 | |
*** vbattsLit1 has joined #maemo | 06:16 | |
*** TPC- has quit IRC | 06:17 | |
vbattsLit1 | Is there a download for the adobe flash player for the 2007OS | 06:17 |
zerojay | Uh. | 06:22 |
zerojay | It's built-in. | 06:22 |
*** alex-weej has quit IRC | 06:24 | |
vbattsLit1 | Not the hacker edition, i have an n770 | 06:25 |
zerojay | Hacker edition doesn't include proprietary stuff. | 06:25 |
zerojay | As far as i know. | 06:26 |
zerojay | Anyone else? | 06:26 |
vbattsLit1 | i realize that, i'm hunting for if someone could just publish the *.so that i can drop into /usr/lib/beowser/plugins/ | 06:27 |
_Monkey | Hmm. No matches for that, vbattsLit1. | 06:27 |
vbattsLit1 | s/beowser/browser/ | 06:28 |
infobot | vbattsLit1 meant: i realize that, i'm hunting for if someone could just publish the *.so that i can drop into /usr/lib/browser/plugins/ | 06:28 |
_Monkey | Hmm. No matches for that, infobot. | 06:28 |
vbattsLit1 | 'dpkg-query -l ' shows a flaah player package, but doesn't contain the needed binaries | 06:29 |
*** sciboy has quit IRC | 06:33 | |
*** aloisiojr has quit IRC | 06:37 | |
*** dockane has joined #maemo | 06:39 | |
jeremyb | truls: no, it *must* be on some physical device (assuming no emulation). or at least i can think of no other way to do it | 06:41 |
*** egsavage has left #maemo | 06:45 | |
*** egsavag1 has joined #maemo | 06:45 | |
*** vbattsLit1 has left #maemo | 06:47 | |
*** guerby has joined #maemo | 06:48 | |
*** Pio has quit IRC | 06:54 | |
*** dockane_ has quit IRC | 06:55 | |
*** tank1770 has quit IRC | 07:07 | |
*** blkno1 has quit IRC | 07:08 | |
*** matt_c has quit IRC | 07:16 | |
*** dougb has joined #maemo | 07:17 | |
dougb | is the maemo SDK release the full fledged OS? or is it intended only for development? | 07:18 |
*** sciboy has joined #maemo | 07:18 | |
sciboy | Gosh I can't wait to get my N800 as start developing stuff. XD | 07:19 |
sciboy | and* | 07:19 |
*** philipl has quit IRC | 07:19 | |
*** rkaway has quit IRC | 07:26 | |
*** rkaway has joined #maemo | 07:29 | |
dougb | has anyone gotten their hands on maemo 4.0? | 07:30 |
*** tank1770 has joined #maemo | 07:38 | |
*** Astro has quit IRC | 07:43 | |
*** konttori has joined #maemo | 07:48 | |
*** nelson has quit IRC | 07:53 | |
*** booiiing has quit IRC | 07:53 | |
*** Gray9Mar has quit IRC | 07:53 | |
*** nelson has joined #maemo | 07:55 | |
*** Gray9Mar has joined #maemo | 07:56 | |
*** mbuf has joined #maemo | 07:56 | |
*** NickDe has joined #maemo | 08:01 | |
*** Astro has joined #maemo | 08:02 | |
dougb | OGG files aren't supported on maemo? | 08:03 |
*** cambba has quit IRC | 08:06 | |
*** jacques has quit IRC | 08:08 | |
sciboy | dougb, There's packages you can install. | 08:16 |
*** matt_c has joined #maemo | 08:16 | |
sciboy | dougb, I don't know the names though, don't have an N800 yet. | 08:16 |
*** cesman has quit IRC | 08:19 | |
dougb | hmm | 08:19 |
mbuf | are there any sample screenshots for the arsenik project? | 08:42 |
*** greentux has joined #maemo | 08:42 | |
*** NickDe has quit IRC | 08:45 | |
*** NickDe has joined #maemo | 08:46 | |
*** philipl has joined #maemo | 08:47 | |
*** lardman has joined #maemo | 08:48 | |
*** Sho_ has quit IRC | 08:49 | |
*** netx has joined #maemo | 08:51 | |
*** pleemans has joined #maemo | 08:52 | |
*** lopz has quit IRC | 08:52 | |
*** konttori has quit IRC | 09:00 | |
*** greentux has quit IRC | 09:03 | |
*** lardman|gone has quit IRC | 09:04 | |
*** |tbb| has joined #maemo | 09:04 | |
*** TheNickDe has joined #maemo | 09:07 | |
dougb | does maemo 4.0 and hildon 2.0 coencide? | 09:19 |
dougb | *coincide | 09:19 |
*** NickDe has quit IRC | 09:20 | |
*** tkharju has joined #maemo | 09:31 | |
*** rene4jazz has joined #maemo | 09:31 | |
*** infobot has quit IRC | 09:32 | |
*** thebanana has joined #maemo | 09:33 | |
thebanana | hey all - i'm having trouble transcoding avis for playing on my 770 (w/mplayer) | 09:35 |
thebanana | using 770-encode.pl and mediaconverter, i get the video just fine, but all i get is noise for audio | 09:35 |
*** infobot has joined #maemo | 09:39 | |
*** NetBlade has joined #maemo | 09:44 | |
*** NickDe has joined #maemo | 09:49 | |
*** ryanfaerman has joined #maemo | 09:51 | |
*** TheNickDe has quit IRC | 09:53 | |
*** ryanfaerman has quit IRC | 09:57 | |
*** thebanana has quit IRC | 10:03 | |
sciboy | Yay my N800 has arrived, I'll pick it up tomorrow morning. =3 | 10:05 |
*** koen has joined #maemo | 10:05 | |
timely_changelog | interesting definition of arrived | 10:05 |
sciboy | It's 5 minutes away. | 10:07 |
sciboy | As far as I'm concerned, it has arrived. | 10:07 |
x2 | lol | 10:07 |
*** NickDe has quit IRC | 10:08 | |
timely_changelog | if 5mins, 8hrs 5mins, same difference, if it isn't in hand, it hasn't arrived | 10:09 |
dougb | dont rain on his parade ;-) | 10:12 |
dougb | does anyone know the folder structure to get to where files are saved is OS2007? | 10:16 |
dougb | i'm in /home/user/MyDocs/ but I don't see anything | 10:16 |
x2 | hmm | 10:21 |
x2 | im having an issue | 10:21 |
x2 | i put my filesystem on the mmc card | 10:21 |
x2 | and when i boot | 10:21 |
x2 | it doesnt show the other partition of my mmc | 10:22 |
*** unique311 has joined #maemo | 10:26 | |
*** _Logic_ has joined #maemo | 10:28 | |
_Logic_ | howdy. I grabbed the latest VMWarePlayer for the dev distro and so far everything is great! | 10:28 |
_Logic_ | Is there some way I can make that image look/behave/feel more like my native n800? | 10:29 |
*** bergie has joined #maemo | 10:29 | |
*** harobed has joined #maemo | 10:29 | |
*** bergie has joined #maemo | 10:29 | |
_Logic_ | My Menu entries all look like | 10:30 |
_Logic_ | "tana_fi_internet" etc... | 10:30 |
*** NetBlade_ has joined #maemo | 10:32 | |
*** NetBlade has quit IRC | 10:32 | |
DRoBeR | _Logic_, you have uninstalled some basic packages. | 10:33 |
DRoBeR | I suppose that there are better solutions but I directly used the flash tool when I had that problem. | 10:38 |
*** slomo has joined #maemo | 10:41 | |
*** sKaBoy has joined #maemo | 10:42 | |
*** dneary has joined #maemo | 10:42 | |
*** unique311_ has joined #maemo | 10:47 | |
mik_ | could it be that bluetooth support is a little bit wacky? | 10:47 |
*** x2 has quit IRC | 10:47 | |
mik_ | whenever i sdptool browse a windows mobile device i do not get any answers | 10:48 |
*** NetBlade_ has quit IRC | 10:50 | |
*** NetBlade has joined #maemo | 10:52 | |
*** bilboed has joined #maemo | 10:53 | |
sciboy | Okay I picked it up! | 10:53 |
timely_changelog | better, enjoy :) | 10:56 |
dougb | i have a smb file shared through ubuntu to the n800, but i can't access the files or folders | 11:00 |
dougb | is there something i'm missing? | 11:00 |
*** pleemans has quit IRC | 11:00 | |
timely_changelog | an error message? | 11:00 |
dougb | in the file manager, it says "unable to open" | 11:01 |
dougb | so i tried through ssh and tried to copy the files, and it says "omitting directory" when i try to copy the shared folder to the nokia | 11:01 |
dougb | it finds it fine, and can list the folders | 11:01 |
timely_changelog | i'd suggest trying strace (presumably there's a package somewhere) | 11:01 |
dougb | what does that do? | 11:02 |
timely_changelog | but it sounds like you have permission problems | 11:02 |
*** sp3000 has joined #maemo | 11:02 | |
_Logic_ | I started with the vmware player supplied by Nokia this month. I didn't uninstall anything. | 11:03 |
* sciboy lets it charge. | 11:04 | |
sciboy | Um, when I start how do I check the version of the firmware? | 11:04 |
sciboy | I want to do an update before I start installing apps. | 11:04 |
timely_changelog | about in control panel | 11:06 |
timely_changelog | or load /etc/osso_software_version in your web browser | 11:06 |
Jaffa | Morning, all | 11:06 |
timely_changelog | morning | 11:06 |
_Monkey | aloha | 11:06 |
timely_changelog | shut up | 11:06 |
* Jaffa 'll assume your berating (perhaps even spanking) the _Monkey. | 11:07 | |
timely_changelog | yes | 11:07 |
timely_changelog | (you're..) | 11:07 |
Jaffa | Dear god. That's atrocious. Very many apologies. | 11:08 |
Jaffa | I blame the painkillers; the time of day; the erm... phase of the moon. | 11:08 |
sciboy | I'm very impressed with nokia's slick packaging. | 11:08 |
*** AD-N770 has joined #maemo | 11:08 | |
*** unique311 has quit IRC | 11:08 | |
timely_changelog | we have to make something shiny, and the packaging is the easiest bit :) | 11:08 |
timely_changelog | although iirc there are bugs either on the packaging or in the quick start guide, so don't look too closely :) | 11:09 |
Jaffa | The bit where it says: "Contents: Nokia N810 Nseries Internet Tablet; headphones; carry case; next week's winning lottery ticket; car mount; battery; user guide" ? | 11:10 |
*** ab has joined #maemo | 11:10 | |
sciboy | Mine didn't come with the car mount and lottery tickets though. =/ | 11:10 |
timely_changelog | i was talking about the n800 package | 11:10 |
timely_changelog | i haven't looked closely at the n810 box yet | 11:10 |
timely_changelog | i know that the video shipped w/ the n810 has at least one very obvious visual gaffe which is quite embarrassing, but... | 11:11 |
Jaffa | It's an iPhone not an N810 in the vid? ;-) | 11:11 |
* Jaffa should do some work, rather than procrastinating here. | 11:11 | |
timely_changelog | personally i think nokia should go back to shipping Movie trailers, at least those were professional | 11:12 |
timely_changelog | jaffa: the iPhone wouldn't have rendering bugs if pictured in the video ... | 11:12 |
Jaffa | timely_changelog: Ouch. | 11:12 |
Jaffa | Movie trailers were nice. Get some cross-product promotion going (i.e. trailers for F4 or Transformers) | 11:13 |
timely_changelog | it's a standard rule for presentations that you make sure not to demonstrate the rough edges | 11:13 |
timely_changelog | if necessary you customize screens to hide bugs | 11:13 |
timely_changelog | and at worst, you use a flash mockup | 11:14 |
timely_changelog | (or photoshop...) | 11:14 |
* timely_changelog wonders if someone has blogged about the glitch | 11:14 | |
AD-N770 | good morning | 11:15 |
*** x2 has joined #maemo | 11:15 | |
timely_changelog | ok, there's no way for me to find a blog entry for it | 11:16 |
x2 | i just flashed hacker | 11:16 |
x2 | time to bring that to my MMS now that I know what im doing | 11:16 |
*** _Logic_ has quit IRC | 11:18 | |
timely_changelog | um | 11:18 |
timely_changelog | hrm, | 11:18 |
* timely_changelog wonders what chevy chase village is | 11:18 | |
*** x2 has quit IRC | 11:21 | |
*** joolz has joined #maemo | 11:23 | |
*** Ivan_Chelubeev has joined #maemo | 11:26 | |
* timely_changelog cries | 11:29 | |
*** zaheer__ is now known as zaheer | 11:29 | |
*** zaheer is now known as zaheerm | 11:29 | |
timely_changelog | ok, the pr people aren't very bright | 11:29 |
timely_changelog | they chose a map of the dc area | 11:29 |
timely_changelog | but didn't verify that it looks like the dc area | 11:29 |
*** Veggen has quit IRC | 11:33 | |
*** Veggen has joined #maemo | 11:33 | |
*** Ivan_Chelubeev has left #maemo | 11:34 | |
*** Ivan_Chelubee1 has joined #maemo | 11:38 | |
* timely_changelog cries | 11:40 | |
timely_changelog | the docs people need to consider paying a native speaker to read their content | 11:40 |
timely_changelog | "make also sure" | 11:40 |
timely_changelog | http://farm3.static.flickr.com/2221/1682289716_94df862bdc.jpg | 11:40 |
timely_changelog | (from planet.maemo) | 11:41 |
c0ffee | hehe | 11:41 |
c0ffee | if you have a native speaker, only native speakers can read it easily | 11:41 |
c0ffee | if it's written by non-native speakers, all other non-native speakers can read it easily | 11:41 |
c0ffee | what is better? | 11:41 |
timely_changelog | well, you'd think by now they know we have a couple | 11:41 |
timely_changelog | c0ffee: given that the primary market is the USA | 11:42 |
timely_changelog | and that's native speakers, not recent immigrants | 11:42 |
c0ffee | hehe | 11:42 |
suihkulokki | you mean indians? ;) | 11:42 |
timely_changelog | non native speakers can read the docs mistranslated into heir own language | 11:42 |
*** dougb has left #maemo | 11:42 | |
c0ffee | anyway | 11:42 |
* timely_changelog wants a working t key | 11:42 | |
c0ffee | got to scoot for diner, it's getting late here | 11:42 |
*** pleemans has joined #maemo | 11:43 | |
*** pleemans has quit IRC | 11:45 | |
*** dneary_ has joined #maemo | 11:45 | |
*** pdz has joined #maemo | 11:52 | |
*** geaaru has joined #maemo | 11:54 | |
*** pleemans has joined #maemo | 11:55 | |
sciboy | Nope, can't get reception in my room. | 11:55 |
sciboy | Wall must be lined with lead or something. | 11:55 |
*** Ivan_Chelubee1 has left #maemo | 11:59 | |
*** booiiing has joined #maemo | 12:06 | |
*** massoud has quit IRC | 12:07 | |
*** massoud has joined #maemo | 12:07 | |
Jaffa | For anyone waiting for my on-demand transcoding/RSS toting open source video converter. Here's a screenshot of the web interface for choosing random videos: http://www.bleb.org/software/maemo/mediaserv.png and one of the same directory open in Video Center: http://www.bleb.org/software/maemo/mediaserv-vc.png | 12:07 |
*** doublec has joined #maemo | 12:10 | |
*** harobed has quit IRC | 12:14 | |
sciboy | Jaffa, Cool. =) | 12:15 |
sciboy | I have Season 3 of family guy. =P | 12:16 |
* Jaffa was planning on making a video to go with the release, unfortunately Mrs. Jaffa's taken the digital camera away with her. | 12:16 | |
*** tkharju has quit IRC | 12:20 | |
*** dneary_ has quit IRC | 12:21 | |
*** |R has quit IRC | 12:22 | |
*** |R has joined #maemo | 12:24 | |
*** Tili has joined #maemo | 12:31 | |
Tili | has anybody got experience with audio on maemo. i have n800 | 12:31 |
Tili | need some pointers | 12:31 |
Tili | portaudio doesnt like it | 12:32 |
*** cktakahasi has quit IRC | 12:38 | |
*** pleemans has quit IRC | 12:38 | |
onion | Tili: you should use gstreamer for any audio output/input | 12:41 |
lardman | morning | 12:43 |
_Monkey | aloha | 12:43 |
*** pvanhoof has joined #maemo | 12:43 | |
*** hell has joined #maemo | 12:43 | |
hell | E: Downloaded armel rootstrap file failed integrity test. | 12:43 |
*** doublec has quit IRC | 12:43 | |
hell | how can i delete part-downloaded file? | 12:43 |
hell | oh, i find it. | 12:44 |
*** booiiing has quit IRC | 12:44 | |
sciboy | Wow, that flashed pretty quickly. | 12:44 |
*** booiiing has joined #maemo | 12:45 | |
*** fab has joined #maemo | 12:46 | |
sciboy | Now I need to find myself the relevant respositories. | 12:47 |
*** fish__ has joined #maemo | 12:48 | |
*** fish_ has quit IRC | 12:48 | |
Tili | onion: thanks. i will look for it. may be port to portaudio | 12:51 |
*** t_s_o has joined #maemo | 12:57 | |
sciboy | Um, which repository has "libgdbm3"? | 13:02 |
robtaylor | Tili: why portaudio? | 13:02 |
Jiten | sciboy: I think it's the base repository the python2.5 installation process at http://pymaemo.garage.maemo.org/ asks you to install before python itself. | 13:07 |
*** florian has joined #maemo | 13:08 | |
*** booiiing has quit IRC | 13:08 | |
*** booiiing has joined #maemo | 13:09 | |
sciboy | Installing python now, cheers. =) | 13:14 |
*** t_s_o has quit IRC | 13:15 | |
Jiten | am I just imagining this or is python-gnome package abandoned one? debian only has a version that builds against gtk+ 1.2 and I can't seem to find any pages that have useful information on it. | 13:18 |
Fatal | Jiten: itym python-gnome2 | 13:19 |
Jiten | ah, gnome's ftp has more recent version. | 13:19 |
Fatal | and debian | 13:20 |
Jiten | so it seems, I wonder if I forgot that "2" from the apt-get source command | 13:20 |
Fatal | most likely :) | 13:21 |
Jiten | apparently, since I got 2.12 now | 13:21 |
Jiten | ok, I need python-gnome2-extras for gtkhtml support it seems | 13:22 |
*** greentux has joined #maemo | 13:22 | |
hell | does newly installed sdk looks like in pic- http://img528.imageshack.us/img528/6500/gkrellshoot102207142103gl9.png | 13:22 |
*** bueroman has joined #maemo | 13:22 | |
ptman | does maemo have python-bindings for gtkhtml? | 13:23 |
Jiten | I didn't find any | 13:23 |
ptman | but you are going to do something about it? | 13:23 |
Jiten | I guess I have to. | 13:24 |
ptman | is there anywhere where I can follow your progress? | 13:24 |
ptman | I'm sorry that I'm not offering help, but I'm in the middle of a move | 13:24 |
Jiten | not really, no. | 13:24 |
*** pipomolo42 has joined #maemo | 13:25 | |
*** t_s_o has joined #maemo | 13:25 | |
Jiten | I'm also moving this week so I won't be having much time to use on this. | 13:25 |
ptman | can we exchange contact info, I'd like to follow up on this later | 13:26 |
Jiten | sure | 13:28 |
*** egsavage has joined #maemo | 13:29 | |
*** zaheerm has quit IRC | 13:33 | |
sciboy | What do I need to install to play back XVID videos among other things. | 13:34 |
*** fr01 has left #maemo | 13:36 | |
flip^ | sciboy: mplayer? | 13:37 |
_Monkey | mplayer is down, that's what's up | 13:37 |
Jaffa | sciboy: the built-in player can handle them if they're low enough bitrate and have the right FOURCC | 13:38 |
sciboy | FOURCC? | 13:38 |
sciboy | They're pretty low bitrate already, originally encoded for the gp2x. | 13:39 |
Jaffa | http://maemo.org/community/wiki/videoencoding/ | 13:39 |
Jaffa | AVIs have a 4 character code which describes their format. | 13:40 |
Jaffa | mplayer's your best bet, TBH - but the built-in player might manage them too | 13:40 |
sciboy | MPlayer it is, will Canola use it? | 13:40 |
sciboy | Oh and on the same topic what should I install for OGG support? | 13:41 |
sciboy | Not that any of this is going to matter when 2008 is released. | 13:42 |
unique311_ | there's an ogg player.. | 13:42 |
unique311_ | check the garageeee | 13:42 |
sciboy | I see "Ogg Vorbis support for maemo" and "Ogg support" in the application catelog | 13:43 |
sciboy | catalogue | 13:43 |
unique311_ | https://garage.maemo.org/projects/oggplay/ a player | 13:44 |
sciboy | I'm not looking for a specialised ogg player. | 13:45 |
sciboy | Gosh it'd be nice if there was wifi in my room. =/ | 13:46 |
flip^ | anyone ever dabbled with tversity.com 's product for streaming to a 770/n800? | 13:47 |
*** matt_c has quit IRC | 13:48 | |
*** NetBlade has quit IRC | 13:50 | |
*** fr01 has joined #maemo | 13:51 | |
*** NetBlade has joined #maemo | 13:52 | |
sciboy | That reminds me, need to check if kagu or canola supports streaming. | 13:53 |
unique311_ | kagu doesn't stream | 13:55 |
sciboy | So best way to get the music to canola is through a samba share? | 13:56 |
*** elmarco|pizza is now known as elmarco | 13:57 | |
unique311_ | not sure..used canola once..and removed it. | 13:57 |
unique311_ | put in a request for (kagu) to support streaming.. | 13:59 |
unique311_ | i remember playing music from my desktop on my N800. forgot how i went about doing it. | 14:00 |
*** RushPL has quit IRC | 14:01 | |
*** RushPL has joined #maemo | 14:01 | |
*** cwiiis has joined #maemo | 14:01 | |
*** bilboed has quit IRC | 14:04 | |
sciboy | Be back later. | 14:05 |
*** sciboy has quit IRC | 14:05 | |
*** bilboed has joined #maemo | 14:07 | |
*** jnettlet_ has joined #maemo | 14:10 | |
*** jnettlet_ has quit IRC | 14:16 | |
*** jnettlet_ has joined #maemo | 14:16 | |
*** celesteh has joined #maemo | 14:16 | |
*** krau has joined #maemo | 14:18 | |
*** booiiing has quit IRC | 14:20 | |
*** booiiing has joined #maemo | 14:20 | |
*** Quinlan^ has joined #Maemo | 14:20 | |
*** Quinlan^ has quit IRC | 14:23 | |
*** mazzen has joined #maemo | 14:25 | |
*** bilboed has quit IRC | 14:26 | |
*** jnettlet__ has quit IRC | 14:27 | |
*** greentux has quit IRC | 14:29 | |
Tili | is there any other way to use audio on maemo except gstreamer. my libraryr/software already uses portaudio and it is too much work to move to gstreamer | 14:30 |
*** fsmw has joined #maemo | 14:30 | |
*** jnettlet__ has joined #maemo | 14:32 | |
*** greentux has joined #maemo | 14:32 | |
*** bilboed has joined #maemo | 14:32 | |
*** bergie has quit IRC | 14:37 | |
*** jnettlet has joined #maemo | 14:38 | |
*** simon_ has quit IRC | 14:39 | |
*** mallum has joined #maemo | 14:41 | |
*** MoRpHeUz has joined #maemo | 14:43 | |
*** mgedmin has joined #maemo | 14:43 | |
*** matt_c has joined #maemo | 14:44 | |
*** NickDe has joined #maemo | 14:46 | |
*** unique311_ has quit IRC | 14:46 | |
*** jnettlet_ has quit IRC | 14:49 | |
*** jnettlet_ has joined #maemo | 14:49 | |
*** egsavag1 has joined #maemo | 14:49 | |
pupnik_ | Tili: interesting | 14:49 |
*** ramo102 has joined #maemo | 14:49 | |
pupnik_ | Tili: i see libportaudio0 and libportaudio2 in repos so it should work | 14:50 |
*** greentux has quit IRC | 14:50 | |
pupnik_ | Tili: http://www.google.com/search?q=maemo+multimedia+architecture | 14:51 |
*** pleemans has joined #maemo | 14:54 | |
*** jnettlet__ has quit IRC | 14:54 | |
*** jnettlet__ has joined #maemo | 14:54 | |
*** vivijim has joined #maemo | 15:00 | |
*** philipl has quit IRC | 15:01 | |
*** jnettlet_ has quit IRC | 15:01 | |
*** jnettlet_ has joined #maemo | 15:02 | |
*** Sho_ has joined #maemo | 15:03 | |
*** pupnik_ is now known as pupnik | 15:04 | |
*** jnettlet has quit IRC | 15:05 | |
*** jnettlet has joined #maemo | 15:06 | |
*** egsavage has quit IRC | 15:06 | |
*** kenne has joined #maemo | 15:08 | |
*** brontide-770 has quit IRC | 15:09 | |
*** ijon_ has quit IRC | 15:10 | |
*** ijon_ has joined #maemo | 15:11 | |
*** jnettlet_ has quit IRC | 15:12 | |
*** jnettlet_ has joined #maemo | 15:13 | |
*** ijon_ has quit IRC | 15:13 | |
*** luck^ has joined #maemo | 15:13 | |
*** ijon_ has joined #maemo | 15:13 | |
*** etrunko has joined #maemo | 15:14 | |
*** NickDe has quit IRC | 15:14 | |
*** jnettlet__ has quit IRC | 15:17 | |
*** pupnik_ has joined #maemo | 15:18 | |
*** greentux has joined #maemo | 15:19 | |
*** jnettlet__ has joined #maemo | 15:20 | |
*** egsavag1 is now known as egsavage | 15:20 | |
*** cy- has quit IRC | 15:20 | |
*** cy- has joined #maemo | 15:20 | |
*** pipomolo42 has quit IRC | 15:21 | |
*** klausade has left #maemo | 15:21 | |
*** pipomolo42 has joined #maemo | 15:21 | |
*** pupnik__ has joined #maemo | 15:24 | |
*** pupnik has quit IRC | 15:25 | |
*** pupnik__ is now known as pupnik | 15:25 | |
*** OgMaciel is now known as GnuKemist | 15:26 | |
*** Andy80 has joined #maemo | 15:27 | |
*** hell has quit IRC | 15:29 | |
*** jnettlet has quit IRC | 15:29 | |
*** fsmw has quit IRC | 15:30 | |
*** fsmw has joined #maemo | 15:30 | |
*** simon_ has joined #maemo | 15:31 | |
*** birunko has joined #maemo | 15:32 | |
*** jnettlet__ has quit IRC | 15:32 | |
*** jnettlet__ has joined #maemo | 15:32 | |
*** jnettlet has joined #maemo | 15:33 | |
*** jnettlet_ has quit IRC | 15:36 | |
*** jnettlet_ has joined #maemo | 15:36 | |
*** pupnik_ has quit IRC | 15:36 | |
*** ajturner has joined #maemo | 15:37 | |
*** Zvjer has joined #maemo | 15:37 | |
Zvjer | hi! :) | 15:37 |
Zvjer | anyone live here I can say hello to? | 15:38 |
*** Thanatermesis has quit IRC | 15:38 | |
*** birunko has quit IRC | 15:39 | |
*** Thanatermesis has joined #maemo | 15:39 | |
Jiten | Zvjer: probably not | 15:39 |
Zvjer | nice :) | 15:39 |
*** greentux has quit IRC | 15:40 | |
Zvjer | it may be rude from me to come here and start asking questions, but I need to ask one :) | 15:40 |
celesteh | this channel is for asking questions | 15:40 |
Zvjer | I'm searching through maemo site, and I'm not sure is there a tomtom for os2008? | 15:41 |
GeneralAntilles | There isn't | 15:41 |
GeneralAntilles | You want either Navicore or Maemo Mapper | 15:41 |
celesteh | maemo mapper is free and excellent | 15:41 |
Zvjer | I was planning to buy N800 these days, and what a surprise - N810 appeared on internet | 15:42 |
GeneralAntilles | N810 is a waste of money. | 15:42 |
Zvjer | which maps does maemo mapper support? | 15:42 |
Zvjer | and why waste of money? | 15:42 |
GeneralAntilles | You can buy two N800s for the price of one N810 | 15:42 |
GeneralAntilles | same specs | 15:42 |
Zvjer | yes but I like integrated gps | 15:42 |
Zvjer | does 70Mhz and integrated gps worth this money? | 15:43 |
GeneralAntilles | Maemo Mapper uses Google Satellite/Maps and VirtualEarth | 15:43 |
GeneralAntilles | Like I said, they have the same specs. | 15:43 |
Jiten | that's one damn expensive integrated gps then :) | 15:43 |
GeneralAntilles | N800 has the exact same CPU | 15:43 |
Zvjer | virtual earth are the roads, right? | 15:43 |
celesteh | I have a nokie bluetooth gps dongle thingee i use with my n8100 | 15:43 |
GeneralAntilles | Roads and satellite. | 15:43 |
GeneralAntilles | Bluetooth GPS receivers are a lot faster and a lot more accurate than built-in ones. | 15:44 |
celesteh | n810 also has a keyboard, which is worth about €80 | 15:44 |
GeneralAntilles | Hardly | 15:44 |
celesteh | bluetooth folding pda keyboards cost about €80 | 15:44 |
celesteh | in holland | 15:44 |
GeneralAntilles | A _bluetooth_ keyboard might be worth that | 15:44 |
GeneralAntilles | With numbers and real keys | 15:44 |
celesteh | where they are also extremely hard to find :p | 15:44 |
GeneralAntilles | that I can touch-type on | 15:44 |
GeneralAntilles | But a built-in keyboard isn't worth that | 15:44 |
celesteh | i dunno. i just use the finger keyboard on the n800 | 15:44 |
*** jnettlet__ has quit IRC | 15:45 | |
GeneralAntilles | Yeah, the finger keyboard on the N800 works great. | 15:45 |
Zvjer | the builtin keyboard is nice but more important is gps to me, because I dont like external gps | 15:45 |
*** jnettlet__ has joined #maemo | 15:45 | |
celesteh | i still want a real keyboard, but no income = no keyboard. meh | 15:45 |
GeneralAntilles | $280 USD worth? | 15:45 |
Zvjer | I can handle external gps if N800 is so much cheaper but I dont like :) | 15:45 |
GeneralAntilles | External GPSes use much better chips. | 15:45 |
Zvjer | N810 is $500 .. how much is N800? | 15:45 |
GeneralAntilles | $220 USD from buy.com | 15:45 |
celesteh | damn, i paid too much | 15:46 |
GeneralAntilles | Plus, you get 3x the storage. | 15:46 |
*** cmarcelo has joined #maemo | 15:46 | |
Zvjer | :) .. buy.com? nice :) .. I live in Croatia | 15:46 |
GeneralAntilles | 2x 16GB SDHC verus 10GB | 15:46 |
GeneralAntilles | Ah, well, you're screwed then. | 15:46 |
Jiten | n810 does come with more storage integrated though. | 15:46 |
GeneralAntilles | Discounts haven't hit Europe. | 15:46 |
GeneralAntilles | Not really | 15:46 |
GeneralAntilles | that 2gb internal is occupied by 1.7GB of maps. | 15:47 |
Jiten | discounts have hit Finland already. That's in europe. | 15:47 |
Zvjer | isnt N800 330MHz? | 15:47 |
GeneralAntilles | It's clocked down currently | 15:47 |
celesteh | i find this trash talking the new model to be very seductive as it lessens my jealousy | 15:47 |
GeneralAntilles | It'll be 400MHz with OS 2008 | 15:47 |
Zvjer | a-ha | 15:47 |
GeneralAntilles | I was hoping for an OMAP 34xx core in the N810 | 15:47 |
GeneralAntilles | Hopefully we wont have to wait too long for those. | 15:47 |
Zvjer | i'm not into trash talking, I'm a new guy who wants to buy something currently unavailable in my country | 15:47 |
GeneralAntilles | 650MHz, same power usage. :D | 15:47 |
*** ryanfaerman has joined #maemo | 15:48 | |
Jiten | n810 is smaller and more light weight than n800 though. | 15:48 |
GeneralAntilles | It's heavier | 15:48 |
Zvjer | I like that | 15:48 |
GeneralAntilles | and not much smaller. | 15:48 |
GeneralAntilles | 20g heavier | 15:48 |
Jiten | heavier? I heard lighter | 15:48 |
Zvjer | the real question about the price is how much does the N800 and N810 cost in EU | 15:48 |
GeneralAntilles | You heard wrong. | 15:48 |
GeneralAntilles | Trust me, it's heavier. | 15:49 |
Jiten | n800 is available for 270 EUR in Finland. if you remove taxes, that's 210 EUR | 15:50 |
Zvjer | whatabout the opentom project? what device is that for? | 15:50 |
Zvjer | finland is too far for me to go and buy one device. | 15:50 |
Zvjer | austria and germany are ok | 15:50 |
GeneralAntilles | Never heard of it. | 15:50 |
Zvjer | http://www.opentom.org/Main_Page | 15:50 |
GeneralAntilles | Uh, the TomTom Go? | 15:51 |
Jiten | Zvjer: mail order might be possible. | 15:51 |
Zvjer | I like tomtom.. I use it on my 6680 nokia, but the problem is that there is no version 6 for my phone | 15:52 |
*** jnettlet has quit IRC | 15:52 | |
GeneralAntilles | Maemo Mapper's quite good, and I hear good things about Navicore | 15:52 |
Zvjer | so now I'm thinking about not buying a new phone but better to buy N800 or N810 as an addon to my phone | 15:52 |
Zvjer | what maps does navicore swallow? | 15:53 |
GeneralAntilles | It's basically what everybody uses. | 15:53 |
Zvjer | maps are important question for me because I live .. nowhere hehe | 15:53 |
GeneralAntilles | Garmin | 15:53 |
GeneralAntilles | etc. | 15:53 |
*** aloisiojr has joined #maemo | 15:53 | |
Zvjer | ok | 15:53 |
GeneralAntilles | http://www.navicoretech.com/en_GB/LangSelect/ | 15:53 |
*** t_s_o has quit IRC | 15:54 | |
*** user_ has joined #maemo | 15:54 | |
*** cambba has joined #maemo | 15:55 | |
Zvjer | navicore only major roads in my country - just had a look. not good for me | 15:55 |
GeneralAntilles | Well, there's always google satellite. | 15:55 |
roope | The N810 map application is actually quite ok. I've just been playing around with it. | 15:55 |
Jiten | yeah, maemo mapper can use google maps data. | 15:56 |
Zvjer | google maps croatia coverage is ok. not perfect but ok | 15:56 |
*** jnettlet has joined #maemo | 15:56 | |
GeneralAntilles | Maemo Mapper's free, so what's not to love. :) | 15:56 |
Zvjer | tomtom has better maps in my country, that's why I keep mentioning tomtom | 15:57 |
*** user_ has quit IRC | 15:57 | |
*** sciboy has joined #maemo | 15:57 | |
sciboy | Yay! | 15:58 |
GeneralAntilles | Get it? | 15:58 |
*** ajturner_ has joined #maemo | 15:58 | |
Zvjer | I'm currently browsing my city through googlemaps | 15:58 |
sciboy | Typing from my N800! | 15:58 |
GeneralAntilles | 'grats | 15:59 |
*** ajturner has quit IRC | 15:59 | |
GeneralAntilles | You upgrade the firmware to the latest, sciboy? | 15:59 |
Zvjer | if tomtom go is opensource, why then theres no maemo version? :) | 15:59 |
GeneralAntilles | Uh, because there's not much market there | 15:59 |
Juhaz | it's not | 15:59 |
GeneralAntilles | and porting it to radically different hardware would be quite expensive. | 15:59 |
sciboy | 2007, Yeah, using an SD card after all. | 16:00 |
Juhaz | the OS is partly open source, the mapping application is not | 16:00 |
*** bergie has joined #maemo | 16:00 | |
Juhaz | hardware is hardly "radically" different, though, it'd probably be trivial to port. | 16:01 |
*** jnettlet_ has quit IRC | 16:01 | |
sciboy | Trying to get a handle on typing on the screen... | 16:02 |
*** jnettlet_ has joined #maemo | 16:02 | |
GeneralAntilles | You using the thumbbard, sciboy? | 16:02 |
GeneralAntilles | *board | 16:02 |
Zvjer | this is very funny ... the web site maps.google.com has older maps then google earth | 16:03 |
sciboy | Stylus, what do you recommend? | 16:03 |
GeneralAntilles | thumbboard | 16:03 |
_Monkey | thumbboard is probably nice, but i find the delay frustrating | 16:03 |
GeneralAntilles | Hit the text entry field with a full finger | 16:03 |
GeneralAntilles | Or press the middle button on the d-pad to bring it up. | 16:03 |
Zvjer | I see beacuse the roads in google earth are new | 16:04 |
sciboy | Should I use both thumbs to type? | 16:04 |
GeneralAntilles | Yes. | 16:04 |
GeneralAntilles | Works great | 16:04 |
GeneralAntilles | Just don't hit them at the same time. | 16:05 |
GeneralAntilles | Not multi-touch | 16:05 |
*** sciboy has left #maemo | 16:05 | |
*** sciboy has joined #maemo | 16:05 | |
sciboy | Whoops. | 16:06 |
*** etrunko has quit IRC | 16:06 | |
*** jnettlet has quit IRC | 16:06 | |
sciboy | Is there a shift-key? (not caps) | 16:07 |
*** jnettlet has joined #maemo | 16:07 | |
*** zerojayN800 has joined #maemo | 16:07 | |
sciboy | Just feels a little odd having to hit CAPS twice. | 16:10 |
sciboy | =P | 16:10 |
GeneralAntilles | If press a key and move up into the next row and let go you get a shift-letter. | 16:11 |
*** snowmoon has joined #maemo | 16:12 | |
*** jnettlet__ has quit IRC | 16:12 | |
*** jnettlet__ has joined #maemo | 16:13 | |
*** RushPL has quit IRC | 16:14 | |
*** RushPL has joined #maemo | 16:14 | |
*** mazzen has quit IRC | 16:14 | |
Jaffa | Yay, it's released: http://www.maemopeople.org/index.php/jaffa/2007/10/22/on_demand_transcoding_server_initial_rel | 16:14 |
GeneralAntilles | Sweet | 16:15 |
Jaffa | Complete with instructions :) | 16:15 |
sciboy | =D | 16:16 |
sciboy | I'm still a bit bummed about not having WiFi reception in my room. =/ | 16:17 |
GeneralAntilles | Get yourself another router. | 16:18 |
cosmo | Jaffa: wow, looks great | 16:18 |
||cw | can that be used to download stuff too or just to play the stream? | 16:19 |
Jaffa | If you click "Save" rather than "Open" (or the "Download" button in Video Center) it'll also save it to your tablet. | 16:19 |
||cw | nice | 16:20 |
Jaffa | Annoyingly, the usage tracking isn't working properly in this version so it'll keep the videos around on the transcoding box too (like GeneralAntilles wanted ;-)) | 16:20 |
*** jnettlet_ has quit IRC | 16:20 | |
sciboy | Only problem is the price issue. =P | 16:20 |
*** kosola_ is now known as kosola | 16:20 | |
*** jnettlet_ has joined #maemo | 16:20 | |
||cw | sciboy: pick up a $10 usb wifi and make an ad-hoc from your PC and use the pc as a router | 16:21 |
snowmoon | Jaffa: that what a cron job if for find /dir -mtime 2 -name "conv.mp4" -exec rm {} \; | 16:21 |
Jaffa | snowmoon: yeah, that's a decent enough workaround. | 16:21 |
*** renatofilho has quit IRC | 16:22 | |
*** Vudentz has joined #maemo | 16:22 | |
*** renatofilho has joined #maemo | 16:22 | |
cosmo | did i understand correctly that it contains a web server that can be used to browse & stream the files? | 16:23 |
Jaffa | cosmo: correct | 16:23 |
*** jnettlet_ has quit IRC | 16:23 | |
*** jnettlet_ has joined #maemo | 16:24 | |
*** etrunko has joined #maemo | 16:24 | |
cosmo | VERY sweet. perl is powerful. | 16:24 |
sciboy | I was hoping to avoid having my desktop on. (noise) | 16:24 |
*** jnettlet has quit IRC | 16:26 | |
cosmo | Jaffa: if you want, i can do debian packaging for it | 16:26 |
*** etrunko has quit IRC | 16:26 | |
*** satd has joined #maemo | 16:26 | |
Jaffa | cosmo: That'd be very cool (might want to wait for it to get a bit nicer) | 16:27 |
cosmo | i'd also prefer running it as a daemon like any other server | 16:27 |
Jaffa | Yeah | 16:27 |
sciboy | Uh oh, it's getting late, chat with you guys later. Thanks for the help. | 16:27 |
*** sciboy has quit IRC | 16:27 | |
GeneralAntilles | Ick, gotta reinstall Xcode, evidently I need all the legacy SDKs to have cpan installs work right. | 16:28 |
cosmo | any guesses how powerful pc you need to stream normal definition video? | 16:28 |
cosmo | my home server is 800mHz, i'm not sure if it's enough.. | 16:29 |
*** keesj has joined #maemo | 16:29 | |
*** zwnj has quit IRC | 16:29 | |
Jaffa | cosmo: Converting standard def downloaded DivXes to the "smallest" preset (currently hardcoded) has CPU to spare on a 1GHz Via EPIA C3, equivalent to a ~800Mhz P3 IIRC | 16:29 |
||cw | 3000+ | 16:29 |
||cw | actualy, at 770's res, slower would work but 800 is probably too slow | 16:30 |
cosmo | ok, not bad | 16:30 |
GeneralAntilles | Any trouble if I change the preset to "mplayer", Jaffa? | 16:30 |
||cw | my 3800+ encodes at about 70fps | 16:30 |
Jaffa | GeneralAntilles: nope - needs doing in just one place (i.e. the 770-encode call), should work fine if your machine's fast enough | 16:30 |
GeneralAntilles | Yeah, ffmpeg does a 22 minute show to that quality in about 7 minutes for me. | 16:31 |
*** jnettlet has joined #maemo | 16:31 | |
*** matt_c has quit IRC | 16:31 | |
*** zwnj has joined #maemo | 16:32 | |
*** jnettlet has quit IRC | 16:33 | |
*** jnettlet has joined #maemo | 16:33 | |
snowmoon | Can the n800 accept MMC-RS cards ( the 770 form factor ) | 16:33 |
Jaffa | Yes, with an adapter. | 16:33 |
cosmo | i think they also fit without adapter in internal slot | 16:34 |
*** etrunko has joined #maemo | 16:34 | |
Jaffa | Oh, cool. | 16:34 |
*** jnettlet__ has quit IRC | 16:35 | |
snowmoon | buy.com is taunting me | 16:35 |
Jiten | Chinook has minimo I heard. Is it possible to embed that in applications? I didn't see any documentation on that. | 16:35 |
GeneralAntilles | MicroB | 16:36 |
_Monkey | it has been said that MicroB is the nokia sponsored gtk2-cairo hack of gecko for use by /usr/bin/browser via eal on n800 (4.2007) | 16:36 |
Jaffa | Jiten: microb, not minimo (but both Gecko based) | 16:36 |
Jaffa | Odd. I didn't know the iPod Touch featured a VPN client: http://www.macworld.com/news/2007/10/21/ipodtouch/index.php?lsrc=mwrss | 16:37 |
GeneralAntilles | Too bad Apple isn't giving us a bash prompt yet. | 16:38 |
GeneralAntilles | At least the SDK will be coming soon enough. | 16:39 |
Jaffa | I bet it'll take less than a day from the SDK being released in Feb to having Terminal.app. The refreshed eye candy of IT OS 2008 looks like it might sait me for a while, though. | 16:39 |
*** jnettlet__ has joined #maemo | 16:39 | |
snowmoon | Jaffa: http://blog.tomh.us/post/12863395 | 16:39 |
GeneralAntilles | Well, until the iPhone/iPod has 800x480 I'm not buying one. | 16:39 |
Zvjer | hehehe | 16:40 |
Jaffa | snowmoon: Ah, ta. Wondered why I hadn't heard about it. | 16:40 |
Jaffa | GeneralAntilles: Lack of Bluetooth is a killer for me, too. | 16:40 |
GeneralAntilles | Yeah, forgot about that. | 16:40 |
snowmoon | With a BT phone and some easily obtained hacks for Verizon I can get on at ISDN speeds anywhere I can get a bar of signal on my phone | 16:41 |
*** k-s[WORK] has joined #maemo | 16:41 | |
GeneralAntilles | Wish bluetooth tethering weren't limited to 50KB/sec on the N800 | 16:41 |
Jiten | ok, so there is a way to embed html widget in my application. Now I guess this one is missing python bindings too? | 16:42 |
GeneralAntilles | I can't imagine why it's running at half capacity. | 16:42 |
Jaffa | Jiten: There's a gtkhtml widget IIRC | 16:42 |
Jiten | no python bindings for that either. | 16:43 |
snowmoon | GeneralAntilles: 50KB/sec? Is that some sort of hardware limitation | 16:44 |
GeneralAntilles | Can't be | 16:44 |
GeneralAntilles | Since I get 120KB/sec doing file transfers to/from my computer. | 16:44 |
* Jaffa 's not seen that, but not tested the speed either. I find trying to use 3G on the train on the route I take each day in the UK to be too patchy to be usable. | 16:44 | |
GeneralAntilles | 3g worked really nicely on the trains when I was on vacation in San Francisco a few months ago. | 16:45 |
GeneralAntilles | Minus the tunnels, of course. | 16:45 |
snowmoon | 50kbps is still faster than most BT phone as internet can provide ( excpet for excellent EVDO coverage ) | 16:45 |
*** jnettlet_ has quit IRC | 16:46 | |
GeneralAntilles | My phone does about 350KB/sec | 16:46 |
*** jnettlet_ has joined #maemo | 16:46 | |
*** pleemans has quit IRC | 16:46 | |
suihkulokki | Jaffa: my god that macworld article... the writer is so full of apple kool-aid | 16:46 |
GeneralAntilles | Ha | 16:46 |
GeneralAntilles | It's Macworld, what do you expect? :P | 16:46 |
Jaffa | heh | 16:46 |
GeneralAntilles | MacAddict was always more interesting | 16:47 |
snowmoon | I guess a little objectivity would be too much to ask | 16:47 |
suihkulokki | "The world clock is extremely useful when traveling across time zones, crucial for the jet-setting international exec" | 16:47 |
suihkulokki | OOOOOOOH | 16:47 |
GeneralAntilles | Though they've gone into the crapper over the past few years. | 16:47 |
Jiten | Jaffa: ah, that's right, gtkhtml is severely lacking in documentation. Know any good examples? | 16:48 |
gla55 | "ooh never seen that in a phone before" | 16:48 |
snowmoon | anyone had trouble with getting a link-local IP on some WiFi spots that work with laptops | 16:48 |
*** Ryback_ has joined #maemo | 16:48 | |
Jaffa | Jiten: I'm afraid I don't have any to hand. | 16:48 |
GeneralAntilles | Occassionally, snowmoon | 16:49 |
snowmoon | Good to know it's not just me. Also flashed my 770 up to 2007HE and now navigation with my thumbs is much more difficult... I hear the screen "tap" but it never activated the button unless I hit it "just so" | 16:51 |
snowmoon | Is there a way to tweak it to be more like the it2006 response | 16:51 |
shapr | Funny, 2007HE was much easier for the thumb keyboard for me. | 16:51 |
Jaffa | The tap is played on any click, whether over a button or not; very irritating but not particularly easy to fix | 16:52 |
snowmoon | shapr: Oh, no not the big keyboard, like dialog buttons | 16:52 |
shapr | oh | 16:52 |
Jaffa | snowmoon: poked around for various sensitivity options in Control Panel? | 16:52 |
snowmoon | the big keyboard ia 100% better | 16:52 |
snowmoon | Jaffa: Yes, they don't seem to do much of anything | 16:52 |
*** vbattsAtWork has joined #maemo | 16:53 | |
snowmoon | It's like the 2007HE is rejecting my sausage presses and 2006 would say "close enough" | 16:53 |
snowmoon | Especially annoying since I hate taking the stylus out | 16:53 |
*** bilboed has quit IRC | 16:54 | |
GeneralAntilles | Time for some cosmetic surgery to slim down your fingers. :P | 16:54 |
snowmoon | things like the network connections in the status bar, I can't activate it under 2007HE, but worked like a charm under 2006 | 16:54 |
shapr | I have monster fingers too. | 16:54 |
*** birunko has joined #maemo | 16:54 | |
Zvjer | buy a fingertipstylus | 16:55 |
shapr | My hand is wider than the 770 screen. | 16:55 |
*** jnettlet has quit IRC | 16:55 | |
Zvjer | the finger cap sharp little typing thing :) | 16:55 |
shapr | Hm, yeah | 16:56 |
*** lsobral has joined #maemo | 16:56 | |
snowmoon | 2007HE seems much more responsive and short of the one app bug, more stable as well | 16:57 |
Jiten | when you use your thumbs, it seems to require quite firm presses to react. The requires pressure level is already high enough that I'm somewhat unwilling to press that much. | 16:58 |
shapr | For 2007HE, the clock crashed on me yesterday, but I only noticed this morning when the alarm didn't go off. | 16:58 |
shapr | When I tried to check the alarm, *then* the clock really crashed. | 16:58 |
* Jaffa has yet to trust IT OS' alarm clock. | 16:58 | |
snowmoon | Jiten: actually the oposite for me... I have to light press in order for dialog buttons to operate correctly | 16:58 |
*** greentux has joined #maemo | 16:58 | |
*** ryanfaerman has quit IRC | 17:00 | |
onion | Jiten: or then the touch screen part is slowly dying as mine did | 17:01 |
Jiten | this is practically brand new device still. you mean it might be broken already? | 17:01 |
Jiten | with the stylus, there are no problems | 17:02 |
*** jnettlet__ has quit IRC | 17:02 | |
onion | Jiten: It slowly got more and more unresponsive until I had to press like crazy for it to react | 17:02 |
onion | but that involved the stylus as well | 17:02 |
Jiten | anyway, when I want to scroll a web page for example, with my finger, I have to support the device with my other hand. Otherwise it'll simply move with my finger. | 17:03 |
Jiten | lighter touches are not enough to scroll | 17:03 |
*** harobed has joined #maemo | 17:04 | |
shapr | Jaffa: I wish the IT OS alarm clock were *extremely* reliable, my life would be much easier. | 17:05 |
*** koen has quit IRC | 17:06 | |
*** jnettlet_ has quit IRC | 17:06 | |
*** koen has joined #maemo | 17:07 | |
pupnik | i can't stand fingerprints | 17:07 |
snowmoon | corrective surgery can fix that | 17:08 |
*** saerdnaer has joined #maemo | 17:08 | |
*** zerojayN800 has quit IRC | 17:08 | |
*** fsmw has joined #maemo | 17:09 | |
pupnik | one impressive design aspect of apple's devices is how the screen is flush with the case bezel | 17:09 |
pupnik | that doesn't seem like an easy feat | 17:09 |
*** ab has quit IRC | 17:09 | |
snowmoon | pupnik: while slick I wonder if it increases risk of damaging the glass screen with pressure | 17:10 |
*** koen has quit IRC | 17:11 | |
*** birunko has quit IRC | 17:11 | |
pupnik | i would assume so - raised frame of the 800/810 helps a bit - but nothing beats the 770 for ruggedness | 17:11 |
snowmoon | I just wish the network didn't drop when you put the hardcase on | 17:11 |
*** birunko has joined #maemo | 17:12 | |
Tili | pupnik: thanks for msg about 3 hours ago. that link helped. now need to see why it can't find any device. | 17:15 |
Tili | on emulator | 17:16 |
pupnik | in scratchbox i don't have sound working Tili | 17:19 |
bstock | anyone have an actual release date for the 810? | 17:23 |
bstock | all i keep seeing is 'november' | 17:23 |
Jaffa | "Mid-November". That's slightly more specific ;-) | 17:24 |
bstock | heh yeah | 17:24 |
snowmoon | So that means sometime before thanksgiving | 17:24 |
shapr | snowmoon: Control panel lets you set "disconnect when hardcase is on" or not. | 17:24 |
Jaffa | snowmoon: bah, some of us don't have additional holidays between now and Christmas | 17:25 |
snowmoon | shapr: what control panel item | 17:25 |
shapr | snowmoon: Connectivity I think | 17:29 |
shapr | in any case, the network doesn't go off when the hardcase closes for 2007HE | 17:29 |
snowmoon | heh... hadn't noticed yet, just assumed it did | 17:29 |
snowmoon | did you find 2007he much faster all around, even web which uses the same software? | 17:30 |
shapr | A lot of things are faster, a few are slower. | 17:30 |
snowmoon | I still may pick up the n800 since buy is taunting me | 17:31 |
shapr | I'm thinking about that too. | 17:32 |
snowmoon | i think there is a 5% off as well as the google checkout that can be stacked | 17:32 |
snowmoon | do bloetooth headsets work with 2007he? | 17:33 |
*** Enok has quit IRC | 17:33 | |
*** Protocol- has joined #maemo | 17:36 | |
shapr | snowmoon: I can make an authenticated connection just fine, but I haven't been able to get SCO or A2DP working with my bt headset. | 17:37 |
Tili | i can't get hildon_file_chooser_dialog.h file. dont see it and OggPlay doesnt compile because of that | 17:38 |
Tili | pupnik: can we get sound in scratchbox | 17:38 |
*** matt_c has joined #maemo | 17:40 | |
pupnik | Tili: i test stuff on the device, not in scratchbox | 17:41 |
*** ch4os_ has joined #maemo | 17:41 | |
*** philipl has joined #maemo | 17:42 | |
*** mbuf has quit IRC | 17:42 | |
*** sciboy has joined #maemo | 17:44 | |
Tili | pupnik: thanks. i will do same. | 17:45 |
*** Tili has left #maemo | 17:45 | |
sciboy | SHIT, Forgot the password for my routers control panel | 17:45 |
sxpert-work | sciboy: use the reset switch luke | 17:45 |
sciboy | Can't switch the network to ad-hoc | 17:46 |
sciboy | If i reset it i'll lose all the isp settings i can't remember either. | 17:47 |
sciboy | There isn't a way to connect an AP in ad-hoc mode with a router in infrastructure mode, is there? | 17:49 |
*** simon_ has quit IRC | 17:50 | |
*** Thanatermesis has quit IRC | 17:50 | |
*** korpios has joined #maemo | 17:51 | |
*** geaaru has quit IRC | 17:53 | |
*** apple2 has joined #maemo | 17:59 | |
*** pna has joined #maemo | 18:01 | |
*** pna has quit IRC | 18:01 | |
*** roxfan has joined #maemo | 18:02 | |
*** Thanatermesis has joined #maemo | 18:03 | |
*** philipl has quit IRC | 18:04 | |
*** philipl has joined #maemo | 18:04 | |
*** Thanatermesis has quit IRC | 18:06 | |
*** pna has joined #maemo | 18:10 | |
*** Gray9Mar_ has joined #maemo | 18:13 | |
sciboy | I'll take that as a no... | 18:13 |
massoud | Ehlo there | 18:15 |
massoud | I am trying to flash my just-received n770 with the SU-18_2007HACKER_4.2007.36-2_PR_F5_MR0_ARM.bin FW | 18:16 |
GeneralAntilles | OK | 18:16 |
Solarion | sciboy: I've no idea what you're askign | 18:16 |
massoud | but it stopped during the flashing process and now the tablet seems not willing to boot | 18:16 |
*** roxfan[work] has quit IRC | 18:16 | |
massoud | I recharged it for an hour | 18:17 |
massoud | but still it boots for the Nokia logo and then nothing | 18:17 |
*** Gray9Mar has quit IRC | 18:17 | |
massoud | Sending and flashing rootfs image (74946 kB)... 12% (9216 of 74946 kB, 1994 kB/s) | 18:18 |
massoud | Write failed after 9437184 bytes | 18:18 |
massoud | while I was flashing it | 18:18 |
massoud | sorry to bother | 18:18 |
sciboy | I have a router in infrastructure mode and I would like to connect to it while in ad-hoc mode. Is that possible? | 18:20 |
Solarion | sciboy: only if you have 2 wifi cards, TMK | 18:20 |
Solarion | (one in infrastructure, one in ad-hoc) | 18:21 |
sciboy | Bugger. The device in question doesn't have that option. | 18:22 |
lardman | massoud: corrupt download? | 18:22 |
Solarion | I suppose you could always hack it and see, but it may be a hardware limitation | 18:22 |
Solarion | sciboy: of course, if you can reverse-engineer the firmware and/or daemons and the hardware is winmodem-like (i.e. just enough to drive the antenna) then the world may be your oyster. | 18:23 |
massoud | lardman : download from the maemo.org site with my WLAN ID | 18:23 |
GeneralAntilles | Try downloading again. | 18:23 |
lardman | or can someone provide an md5 for it | 18:23 |
lardman | my (working) download is at home so I can't help | 18:24 |
*** sciboy has quit IRC | 18:24 | |
pupnik | md5 what file | 18:24 |
lardman | a working flash image | 18:25 |
*** koen has joined #maemo | 18:26 | |
pupnik | 421eac7f6800b5ddee8e7ed9319c434e SU-18_2006SE_3.2006.49-2_PR_F5_MR0_ARM.bin | 18:26 |
lardman | cheers | 18:26 |
massoud | but I tried twice the flash process and stopped at 9% the 1st time and 12% the 2nd time | 18:26 |
lardman | check the md5sum | 18:27 |
massoud | ok | 18:27 |
zoran | any problem with host hardware? | 18:27 |
* lardman wonders if the flasher does this anyway | 18:27 | |
massoud | got it from http://irongeek.com/i.php?page=maemo/nokia-770-800-hacking-pen-testing | 18:28 |
*** lmoura has joined #maemo | 18:28 | |
pupnik | 2ab52f8a75e17bb7be673a67dca65399 SU-18_2007HACKER_2.2006.47-17_PR_F5_MR0_ARM.bin | 18:29 |
massoud | 30ab385dd9a64d9cf14fdbbb531f1315 SU-18_2007HACKER_4.2007.36-2_PR_F5_MR0_ARM.bin | 18:29 |
massoud | hmm | 18:30 |
[31d1] | HAPPY INTERNATIONAL CAPS LOCK DAY EVERYBODY | 18:30 |
lardman | different filenames | 18:30 |
pupnik | looks like i need a newer 2007 | 18:30 |
GeneralAntilles | Well, Jaffa, I'm thoroughly confused. 770-encode fails with: mplayer doesn't support FFmpeg lavc encode | 18:30 |
GeneralAntilles | Somehow, I don't think I have mencoder installed correctly. | 18:30 |
massoud | where did you get the SU-18_2007HACKER_2.2006.47-17_PR_F5_MR0_ARM.bin ? | 18:30 |
pupnik | GeneralAntilles: you are using a 'free' ffmpeg without much codec support | 18:31 |
Jaffa | GeneralAntilles: That sounds like exactly your problem. Where did you get your mencoder from? | 18:31 |
pupnik | run ffmpeg -formats | 18:31 |
massoud | Is there a key combination to have it boot up and remained up till I connect and flash ? | 18:31 |
massoud | cause right now I can only boot for 1-2 second (Nokia logo) | 18:32 |
Jaffa | pupnik: no, 770-encode's not using ffmpeg directly. But it does sound like a stripped down mencoder. | 18:32 |
GeneralAntilles | OK, a better clarification: is there a distinction between ffmpeg and mencoder (uber noob warning. ;)) | 18:32 |
lardman | massoud: you should switch off (no power), then start the flasher, then add power & it will boot | 18:32 |
pupnik | hmm | 18:32 |
GeneralAntilles | I pulled mencoder out of Mencoder OSX (a GUI app) and stuck it in /usr/bin | 18:32 |
GeneralAntilles | Ha | 18:32 |
pupnik | sorry if i had wrong info | 18:32 |
Jaffa | GeneralAntilles: ffmpeg is two things: 1) a library used by mplayer/mencoder; 2) a simple front end for that library. | 18:32 |
massoud | lardman : I try | 18:33 |
lardman | massoud: where power=external power plug | 18:33 |
pupnik | i just know standard debian ffmpeg is crippled over patent/licensing problems | 18:33 |
Jaffa | GeneralAntilles: Do `mencoder -ovc help' and paste the results somewhere. | 18:33 |
Jaffa | pupnik: indeed. Recent versions work well, though | 18:34 |
*** bedboi has joined #maemo | 18:34 | |
GeneralAntilles | http://pastebin.com/d586f47b7 | 18:34 |
massoud | lardman : doesnt react :( | 18:34 |
*** mbjohn has joined #maemo | 18:34 | |
GeneralAntilles | Looks like a bad method to install mencoder. >_> | 18:35 |
Jaffa | GeneralAntilles: nothing too wrong with that, but get a much newer version from http://www.mplayerhq.hu/design7/dload.html | 18:35 |
lardman | massoud: it should at least boot when you apply power | 18:35 |
GeneralAntilles | I don't see a package anywhere and I don't think Fink has it. | 18:35 |
massoud | usb plug + flash run + power pligged + switchON button press and nothing | 18:35 |
Jaffa | GeneralAntilles: e.g. http://www1.mplayerhq.hu/MPlayer/releases/MPlayerOSX_1.0rc1.dmg | 18:35 |
mbjohn | hello all! | 18:35 |
* GeneralAntilles is downloading. | 18:35 | |
zoran | home+power buttons | 18:35 |
massoud | lardman : no reaction when power plugged | 18:35 |
zoran | home+power buttons | 18:36 |
lardman | hmm, try pulling the battery, then put it back in , then plug usb, start flasher, then apply external power (should be no need to press buttons) | 18:36 |
mbjohn | I have a quick question, probably one that's been asked and answered (but I didn't find) -- is there anyway to use a BT-enabled cell phone as a regular modem with the 770, without have outrageous data plans? | 18:37 |
snowmoon | mbjohn: check out howardforums | 18:37 |
massoud | did work a little bit then : | 18:37 |
massoud | 100% (1239 of 1239 kB, avg. 992 kB/s) | 18:37 |
massoud | Flashing kernel... Sending request 0x50 failed: Protocol error | 18:37 |
snowmoon | the answer is yes, but in a non-trivial way ( depends on phone, provider, plan ... ) | 18:38 |
massoud | and switched off | 18:38 |
Jaffa | mbjohn: yes, it supports data calls, as well as packet data. However, that depends on whether or not your phone provider can still identify the GSM call as a data one) | 18:38 |
lardman | massoud: what command line are you using with the flasher? | 18:38 |
mbjohn | snowmoon: thanks! I'll look into it! BTW, is there still a lot of interest in the 770? I'm brushing mine off for the first time in a while | 18:38 |
snowmoon | I just bought one and I use mine with Verizon through an Moto e815 | 18:39 |
lardman | mbjohn: you probably want to search for DUN | 18:39 |
mbjohn | lardman: thanks! | 18:39 |
Jaffa | GeneralAntilles: also, `mencoder -oac help' too (newer version still worthwhile, though) | 18:39 |
mbjohn | I've got verizon with an LG enV (9900 or smething?) | 18:40 |
GeneralAntilles | Well, the .dmg contains an installer package which installs MPlayer OSX.app | 18:40 |
massoud | lardman : ./flasher-3.0 -F SU-18_2007HACKER_4.2007.36-2_PR_F5_MR0_ARM.bin -f -R | 18:40 |
massoud | as ROOT | 18:41 |
GeneralAntilles | No mencoder, though. | 18:41 |
zoran | massoud, it did not reboot? | 18:41 |
GeneralAntilles | http://pastebin.com/d1780d4f3 | 18:41 |
GeneralAntilles | Little light on the codecs. | 18:41 |
Jaffa | OK, hang on... | 18:42 |
_Monkey | hang on... is it free? | 18:42 |
massoud | zoran : it did reboot but stopped in the flashing initfs process | 18:42 |
lardman | massoud: I'd be tempted to try flasher-2.0 | 18:43 |
*** saerdnaer2 has joined #maemo | 18:43 | |
zoran | I flashed with 2.0 the last version 2006 | 18:43 |
*** Disconnect has joined #maemo | 18:43 | |
lardman | massoud: I seem to remember someone else having some problem that resulted in that Sending request 0x50 failed: Protocol error message | 18:43 |
*** xan has quit IRC | 18:45 | |
Jaffa | GeneralAntilles: new version of 770-encode at http://bleb.org/software/770/#encode - that should support your mencoder now | 18:45 |
*** xan has joined #maemo | 18:46 | |
massoud | zoran : "Unsupported board (id = 0x0000) | 18:46 |
massoud | with flasher-2.0 | 18:46 |
massoud | :( | 18:46 |
lardman | massoud: this is a 770? | 18:46 |
massoud | lardman : yes | 18:46 |
zoran | battery full? | 18:47 |
lardman | perhaps try flasher (1), was flasher 2 for the initial N800 releases? | 18:47 |
massoud | zoran : no, that might be the pb | 18:48 |
zoran | if battery full, try to remove mmc crd first | 18:48 |
zoran | *card | 18:48 |
massoud | my batt was not full and not too much charged | 18:48 |
massoud | should I have my batt full ? | 18:48 |
zoran | load it to be full | 18:48 |
zoran | try that | 18:48 |
lardman | massoud: you ought to have a reasonably fully charged battery in case the external power fails midway through the flashing process | 18:49 |
zoran | or remove battery first and put it back and then refill | 18:49 |
lardman | massoud: I'd be tempted to try flashing again, but leave off the last -R | 18:50 |
massoud | zoran, lardman : I try | 18:50 |
lardman | massoud: then try rebooting yourself manually | 18:50 |
*** jnettlet has joined #maemo | 18:50 | |
lardman | massoud: :) actually try rebooting the 700 manually ;) | 18:51 |
lardman | 770 | 18:51 |
massoud | without -R doesn t help | 18:52 |
lardman | same error? | 18:52 |
massoud | I recharge the batt then | 18:52 |
massoud | yes | 18:52 |
lardman | ok | 18:52 |
*** jnettlet_ has joined #maemo | 18:52 | |
massoud | Sending kernel image (1239 kB)... | 18:52 |
massoud | 100% (1239 of 1239 kB, avg. 993 kB/s) | 18:52 |
massoud | Flashing kernel... done. | 18:52 |
massoud | Sending initfs image (1851 kB)... | 18:52 |
massoud | 100% (1851 of 1851 kB, avg. 976 kB/s) | 18:52 |
massoud | Flashing initfs... Sending request 0x50 failed: Value too large for defined data type | 18:52 |
massoud | slighlty diff actually | 18:53 |
lardman | hmm | 18:53 |
lardman | very strange | 18:53 |
massoud | sorry | 18:54 |
lardman | I think an entry in the bugtracker might be the best bet, give this info - the Nokians will be able to decipher what's causing the problem, but I'd still try downloading again, on the off chance the flash image (and the flasher for that matter) are corrupted | 18:54 |
*** greentux has quit IRC | 18:55 | |
zoran | massoud, could you reflash any file? | 18:55 |
*** jnettlet__ has joined #maemo | 18:55 | |
zoran | like 3.2006.49-2 | 18:55 |
zoran | use flasher-2.0 | 18:55 |
*** yoran has joined #maemo | 18:55 | |
snowmoon | massoud: have you tried a different host to flash it from.. possible USB hardware problem on the other end | 18:55 |
snowmoon | direct connect ( no hubs ) | 18:56 |
GeneralAntilles | Well, with the next 770-encode version I get this with the old mencoder: http://pastebin.com/d73973c14 Went ahead and compiled a newer version of mencoder and now I get this: http://pastebin.com/d3d52f91e | 18:56 |
lardman | ah, what about trying 0xFFFF to do the flashing - should give you more info about what's wrong | 18:56 |
lardman | http://www.nopcode.org/0xFFFF/ | 18:57 |
*** saerdnaer has quit IRC | 18:57 | |
*** saerdnaer has joined #maemo | 18:57 | |
*** yoran has quit IRC | 18:58 | |
zoran | I would advise massoud to recharge the battery first, till he downloads the file again | 18:58 |
massoud | zoran : I am on it | 18:58 |
zoran | :) | 18:58 |
*** ramo102 has quit IRC | 18:59 | |
zoran | solving problems is 99% of fun | 18:59 |
massoud | to exclude the batt from the solvings | 18:59 |
Jaffa | GeneralAntilles: mv ~/.mplayer ~/dot-mplayer-old & try again? | 18:59 |
zoran | what box do you use to reflash? | 19:00 |
zoran | usb 2.0? | 19:00 |
*** matan has joined #maemo | 19:01 | |
*** fab has quit IRC | 19:01 | |
GeneralAntilles | Well, now I get a container | 19:01 |
GeneralAntilles | But it doesn't actually do any encoding | 19:01 |
Jaffa | Hmm, that's unusual. Can you play back the source video with the companion 'mplayer'? | 19:02 |
GeneralAntilles | Yes. | 19:03 |
lardman | http://www.nopcode.org/0xFFFF/?p=docu&q=nokia-tips | 19:03 |
lardman | no checksums | 19:03 |
zoran | I read a lot reviews about nokia's 6120 phone and it looks fine | 19:03 |
Jaffa | GeneralAntilles: Hmm. PowerPC mac? | 19:03 |
GeneralAntilles | Yeppers | 19:03 |
zoran | jsut cannot get a point of overheating issue some reviewers mention | 19:04 |
Jaffa | GeneralAntilles: how big's the resulting file - and the source? | 19:04 |
GeneralAntilles | Result: 0KB Source: 175.4MB | 19:04 |
*** |tbb| has quit IRC | 19:04 | |
*** jnettlet_ has quit IRC | 19:05 | |
*** jnettlet_ has joined #maemo | 19:05 | |
Jaffa | GeneralAntilles: paste of the output again, please? | 19:05 |
GeneralAntilles | http://pastebin.com/d5ecce1b3 | 19:06 |
GeneralAntilles | Any way to get more verbose output? | 19:08 |
*** saerdnaer2 has quit IRC | 19:08 | |
Jaffa | GeneralAntilles: maybe... try perl /Library/WebServer/CGI-Executables/mediaserv/770-encode -m-v ... | 19:08 |
*** jnettlet has quit IRC | 19:09 | |
GeneralAntilles | http://pastebin.com/d7b37ba90 | 19:09 |
Jaffa | GeneralAntilles: try with -m-vvv ? | 19:10 |
GeneralAntilles | http://pastebin.com/d91684c6 | 19:10 |
Jaffa | Yeah, that might have been a long shot. What about '-s -m-v -m-v -m-v' ? | 19:12 |
*** florian has quit IRC | 19:12 | |
GeneralAntilles | http://pastebin.com/d69393ce1 | 19:12 |
GeneralAntilles | No luck | 19:12 |
Jaffa | Oh... hang on: "Building audio filter chain for 48000Hz/2ch/s16be -> 44100Hz/0ch/s8..." - that doesn't look right | 19:13 |
*** sKaBoy has quit IRC | 19:13 | |
lardman | massoud: good luck with the flashing | 19:14 |
lardman | night all | 19:14 |
*** lardman is now known as lardman|gone | 19:14 | |
massoud | lardman : seems that it was a batt down issue ... it s flashed | 19:14 |
massoud | you have good dreams and good nap | 19:15 |
massoud | :) | 19:15 |
*** dougt has joined #maemo | 19:15 | |
dougt | does anyone know what version of pangocairo exists on the n800 or the n810? | 19:17 |
*** jnettlet__ has quit IRC | 19:18 | |
Jaffa | GeneralAntilles: try changing line 129 from "my $af = 'volnorm';" to "my $af = 'volnorm,format=s16ne';" and rerun with the '-s -m-v'. Thanks for your patience, btw. | 19:18 |
GeneralAntilles | Hehe, my patience? No, thank you for _your_ patience. :) | 19:18 |
Jaffa | It's my tool which isn't working for you ;-) | 19:19 |
*** saerdnaer has quit IRC | 19:20 | |
GeneralAntilles | http://pastebin.com/d685c3600 | 19:21 |
GeneralAntilles | Don't think it did anything. | 19:21 |
Jaffa | Indeed | 19:21 |
*** harobed has quit IRC | 19:22 | |
Jaffa | BTW, what if you use a different preset, e.g. "best" 770-encode -p best -s -m-v ... ... | 19:22 |
*** jnettlet__ has joined #maemo | 19:22 | |
GeneralAntilles | Looks like no difference. http://pastebin.com/d7cff0731 | 19:23 |
Jaffa | Damnit. | 19:25 |
*** vbattsAtWork has quit IRC | 19:26 | |
*** korpios has quit IRC | 19:28 | |
Jaffa | GeneralAntilles: Let's look for another mencoder then... does http://www.mplayerhq.hu/MPlayer/releases/MPlayerOSX_1.0pre8.dmg contain one? | 19:31 |
*** unique311 has joined #maemo | 19:31 | |
GeneralAntilles | Interestingly and unfortunately, no. | 19:32 |
Jaffa | OK, http://prdownloads.sourceforge.net/mplayerosx/ffmpegXbinaries20060307.zip seems to contain some - old, but hopefully not too old. | 19:32 |
GeneralAntilles | The one we're using now I built at 1200 EDT | 19:33 |
GeneralAntilles | Dunno if I configured it correctly, though. | 19:33 |
Jaffa | Try the one from inside https://garage.maemo.org/frs/download.php/1432/MediaConverterOSXUniversal.zip - I'm sure I heard about a bug in some recent version on OS X | 19:34 |
Jaffa | But I don't have an OS X box any more | 19:34 |
*** Dar has joined #maemo | 19:35 | |
unique311 | Jaffa, will your project be made avail for windows boxes? | 19:37 |
GeneralAntilles | No change. | 19:37 |
Jaffa | unique311: hopefully - possibly even as an .exe :) | 19:37 |
unique311 | still trying to reinstall ubuntu... | 19:38 |
Jiten | trying? | 19:38 |
unique311 | yeah. long story. | 19:38 |
*** jnettlet_ has quit IRC | 19:38 | |
unique311 | being lazy... | 19:39 |
unique311 | want to install it natively on a second partition via vmware. | 19:39 |
*** jnettlet_ has joined #maemo | 19:39 | |
Jaffa | GeneralAntilles: damn. One last thing: try running `mencoder /Users/ryan/Movies/Miro/1108.avi -o /Users/ryan/Desktop/test123.avi -oac lavc -lavcopts acodec=mp3:abitrate=128 -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=400 -vf-add crop=512:325 -vf-add scale=352:224 -ofps 23.976 -ffourcc DIVX -noidx -endpos 30 -v' directly. | 19:39 |
Jiten | unique311: should work. | 19:40 |
unique311 | i know... | 19:40 |
unique311 | but different story when actually doing it.. | 19:40 |
unique311 | it installs perfectly.. | 19:40 |
GeneralAntilles | Different, but still no go. http://pastebin.com/d7b0cc052 | 19:40 |
Jiten | at least in theory, gutsy (7.10) should install just fine and even work properly if you boot it natively | 19:40 |
Jiten | the only thing that might be tricky is installing bootloader | 19:41 |
unique311 | but after a shut down..it complains that the disk has been change..and its like linux was never installed. | 19:41 |
Jiten | what complains exactly? | 19:41 |
Jaffa | GeneralAntilles: OK, I'm stumped - looks like your mencoder doesn't support mp3 encoding (this the one you built yourself)? The one inside MediaConverterOSXUniversal.zip should work, but if that's not working, I'm out of ideas. Sorry. | 19:41 |
unique311 | the disk has been change since last boot up. | 19:41 |
GeneralAntilles | Hehe, thanks for your time, Jaffa. | 19:42 |
GeneralAntilles | I'll keep trying and see if I can get it working. | 19:42 |
GeneralAntilles | This is the one from MediaConverter now. | 19:42 |
*** jnettlet__ has quit IRC | 19:42 | |
Jiten | of course, if you want to avoid problems, you should set the vmware hard disk emulation to look like your real one. | 19:42 |
*** greentux has joined #maemo | 19:42 | |
unique311 | considering i didnt write it down..thats all i can remember from the 4 line error | 19:42 |
*** jnettlet has joined #maemo | 19:42 | |
Jiten | well, mostly just the linux partitions should be at the same positions in the partition table. | 19:43 |
sp3000 | oh, http://maemopeople.org/index.php/jaffa/2007/10/22/on_demand_transcoding_server_initial_rel | 19:44 |
sp3000 | I like it when people have my ideas and implement them :P | 19:44 |
Jaffa | sp3000: indeed | 19:44 |
Jaffa | suggestions welcome :) | 19:44 |
unique311 | Jiten, i notice i change the second partition doing the ubuntu install....but in windows...its still says its a fat16 partition. | 19:44 |
Jiten | unique311: when you boot the computer, does the text "ubuntu" show up anywhere before the error? | 19:44 |
unique311 | no. | 19:44 |
*** korpios has joined #maemo | 19:44 | |
Jiten | ok, it's the bootloader then. | 19:44 |
unique311 | the first restart after install it boots properly. | 19:45 |
unique311 | but when i shut it down.. | 19:45 |
Jiten | ok, now it's starting to sound weird. | 19:45 |
unique311 | and try to start it..thats when it complains..that the disk has been changed.. | 19:45 |
Jiten | as long as you don't mean a reboot inside vmware | 19:45 |
*** jnettlet__ has joined #maemo | 19:46 | |
Jiten | or does it stop working in vmware too? | 19:46 |
Jiten | there is also the matter of precise settings you use for the hard disk in vmware. | 19:46 |
unique311 | after the install.. | 19:46 |
unique311 | it ask for restart..ubuntu boots up fine. | 19:47 |
pupnik | Jaffa: i don't understand the no-name folders at the top of your screenshot | 19:47 |
Jiten | in or out of vmware? | 19:47 |
unique311 | in | 19:47 |
Jiten | then the second boot in vmware gives the error? | 19:49 |
Jaffa | pupnik: first is "." - current directory, second is ".." - parent directory. The first shouldn't appear, the second should have a better label. | 19:49 |
*** |tbb| has joined #maemo | 19:49 | |
*** dougt has quit IRC | 19:49 | |
unique311 | yes..after i shut down vmware and restart it. | 19:49 |
*** xan has quit IRC | 19:50 | |
*** xan has joined #maemo | 19:52 | |
unique311 | think i just need to stop being lazy, and copy the dvd iso to a disk, and install it... | 19:53 |
Jiten | isn't it simple to reproduce the message so you can give more accurate information? | 19:53 |
Jiten | I used usb-stick for my last install :) | 19:54 |
Jiten | it required a bit of tweaking to get it to boot the installer though | 19:54 |
Jiten | more than it would take to just burn the dvd | 19:54 |
unique311 | pastebin.ca/745714 | 19:55 |
Jiten | oh, vmware error | 19:57 |
unique311 | yes | 19:57 |
Jiten | it already tells there what you need to do to fix it | 19:57 |
unique311 | hmmm | 19:57 |
unique311 | and i did. | 19:58 |
*** fsmw is now known as fsmw_ | 19:58 | |
Jiten | it didn't fix it then? | 19:58 |
unique311 | no | 19:58 |
* timely_changelog tries to figure out which app listed . and .. | 19:58 | |
*** jnettlet_ has quit IRC | 19:58 | |
unique311 | just complain about the disk already existing... | 19:58 |
Jaffa | `ls -a' | 19:59 |
Jiten | sounds like bug in vmware then | 19:59 |
*** jnettlet_ has joined #maemo | 19:59 | |
Jaffa | Suffice to say, the mediaserv README lists the '..' as a bug ;) | 19:59 |
unique311 | no.. | 19:59 |
Jiten | you did remove the disk before trying to add? right? | 19:59 |
unique311 | yes | 19:59 |
Jiten | well, then I'm out of ideas. | 20:00 |
unique311 | i know i partition the disk in vmware...for the ubuntu install.. | 20:01 |
unique311 | but in windows..its still showing up as fat16.. | 20:01 |
unique311 | so i'm guessing the install i did was not actually to the physical partition. | 20:01 |
*** svu has quit IRC | 20:01 | |
Jiten | that also sounds a bit fishy. do you use the partition as a virtual disk or as a partition in a virtual disk? | 20:01 |
unique311 | but a virtual install. | 20:01 |
*** svu has joined #maemo | 20:02 | |
*** jnettlet has quit IRC | 20:02 | |
unique311 | see now thats confusing.. | 20:02 |
Jiten | it's an important distinction :) | 20:02 |
unique311 | i wanted to do a native install to a partition. | 20:03 |
Jiten | if you don't use the latter option, you can't do what you want. | 20:03 |
unique311 | i think the second option is what went down.. | 20:03 |
Jiten | I'm not actually even sure if vmware supports that option | 20:03 |
unique311 | but was not what i was trying to accomplish. | 20:03 |
*** greentux has quit IRC | 20:04 | |
unique311 | it does.. | 20:04 |
unique311 | i've done osx86 installs that way.. | 20:04 |
unique311 | where after shutting down the computer..osx was available as an operating system. | 20:04 |
Jiten | anyway, if you've done the install that way, if you can manage to get the boot process going, it should work with native boot | 20:04 |
Jiten | since vmware complains about partition table being changed, it's likely the install actually modified it. | 20:05 |
Jiten | which might mean bootloader got installed too | 20:06 |
Jiten | you tried booting since the attempt? | 20:06 |
unique311 | yes.. | 20:06 |
unique311 | boots into windows. | 20:06 |
unique311 | think i know where i went wrong.. | 20:07 |
Jiten | well, if it was my system, I'd just put an old linux live-cd on the drive, boot up, go install bootloader manually and be done with it. | 20:07 |
unique311 | going to give it one more go...before i take the regular route. | 20:07 |
Jiten | that vmware way is rather tricky since you need to be careful of so many things. | 20:08 |
unique311 | I know. | 20:08 |
unique311 | thanks for the help... | 20:09 |
*** bedboi has quit IRC | 20:09 | |
*** pleemans has joined #maemo | 20:09 | |
*** bueroman has quit IRC | 20:09 | |
*** jnettlet__ has quit IRC | 20:09 | |
*** jnettlet__ has joined #maemo | 20:10 | |
Andy80 | a little question... | 20:10 |
*** dneary has quit IRC | 20:11 | |
Andy80 | I'm trying to flash my N770 with Os2007 hacker edition. I run from root: ./flasher-2.0 -F SU-18_2007HACKER_4.2007.36-2_PR_F5_MR0_ARM.bin -f | 20:11 |
Andy80 | having the n770 usb cable attached... it says: Suitable USB device not found, waiting | 20:11 |
Andy80 | then, I power up the N770 | 20:11 |
Andy80 | but it boots normally, without flashing anything... | 20:12 |
Andy80 | any ideas? | 20:12 |
timely_changelog | try holding home | 20:12 |
*** Atarii has joined #maemo | 20:12 | |
Disconnect | Andy80: pull out the memory card | 20:13 |
Andy80 | Disconnect: ok | 20:13 |
*** fab has joined #maemo | 20:13 | |
Disconnect | (and hold home, but sometimes just pulling the card is enough) | 20:15 |
Andy80 | oh I didn't press the home button! | 20:15 |
Andy80 | sorry :( | 20:15 |
*** jnettlet has joined #maemo | 20:17 | |
Disconnect | not always necessary, if it sees the flasher it'll go USB-mode automatically | 20:17 |
Andy80 | keeped the Home button... I attached the power cable and the usb icon was showed in the display | 20:18 |
Andy80 | it's still on.... | 20:18 |
Andy80 | I see the Nokia logo and the USB icon... | 20:18 |
Andy80 | but in the linux shell nothing happens | 20:18 |
Andy80 | damn... it's locked :S | 20:19 |
Andy80 | nothing happens even if I keep the power button pressed | 20:19 |
Andy80 | I remove the battery... | 20:19 |
Tak | are you directly connected? (e.g. no usb hub?) | 20:20 |
Andy80 | directly | 20:20 |
Andy80 | like last time I upgraded the Os 2006 | 20:20 |
Andy80 | I've started the procedure from begin... I'm following these instructions: http://maemo.org/community/wiki/howto_flashlatestnokiaimagewithlinux/ | 20:21 |
*** playya_ has joined #maemo | 20:22 | |
Tak | hmm - is flasher-3.0 not required for 2007HE ? | 20:23 |
*** simon_ has joined #maemo | 20:24 | |
Andy80 | should I try with flasher-3 ? | 20:25 |
*** ian_brasil has joined #maemo | 20:25 | |
*** jnettlet_ has quit IRC | 20:26 | |
*** elmarco is now known as elmarco|standby | 20:26 | |
Andy80 | (it's flashing with 3.0 :) ) | 20:27 |
inz | Older flashers don't detect newer software versions | 20:28 |
Andy80 | finished flashing... it's rebooting I suppose.... | 20:28 |
*** jnettlet_ has joined #maemo | 20:31 | |
*** playya has quit IRC | 20:31 | |
*** pipomolo42 has quit IRC | 20:33 | |
*** jnettlet__ has quit IRC | 20:33 | |
Andy80 | I'm going to eat now, I'll try it later | 20:34 |
Andy80 | thanks again :) | 20:34 |
*** koen has quit IRC | 20:35 | |
Tak | Andy80: killer | 20:35 |
*** koen has joined #maemo | 20:35 | |
*** lopz has joined #maemo | 20:36 | |
lopz | hi | 20:36 |
*** jnettlet__ has joined #maemo | 20:37 | |
*** pipomolo42 has joined #maemo | 20:39 | |
*** mallum has quit IRC | 20:39 | |
*** Pio has joined #maemo | 20:40 | |
*** jnettlet has quit IRC | 20:40 | |
*** jnettlet__ has quit IRC | 20:40 | |
*** jnettlet__ has joined #maemo | 20:41 | |
*** cwiiis has quit IRC | 20:43 | |
*** kupesoft has joined #maemo | 20:43 | |
*** Solarion has quit IRC | 20:44 | |
*** slomo_ has joined #maemo | 20:47 | |
*** VimSi has joined #maemo | 20:48 | |
*** vims0r has quit IRC | 20:48 | |
*** jnettlet_ has quit IRC | 20:53 | |
*** r2d2rogers has joined #maemo | 20:56 | |
*** jnettlet_ has joined #maemo | 20:58 | |
*** slomo has quit IRC | 21:00 | |
*** slomo_ has quit IRC | 21:03 | |
*** jnettlet_ has quit IRC | 21:07 | |
*** jnettlet_ has joined #maemo | 21:07 | |
Andy80 | once installed the os2007 HE, do I have to refer to N800 repository to install additional software? | 21:10 |
Tak | a good deal of mistral software will still work on 2007HE, but I have good luck with the bora repos for the most part | 21:11 |
Tak | meh - what's the voodoo for building an architecture-independent package? | 21:13 |
*** jnettlet__ has quit IRC | 21:14 | |
*** jnettlet__ has joined #maemo | 21:14 | |
mgedmin | debian/control has architecture: all, iirc | 21:14 |
Tak | hmm, it keeps building an armel package | 21:15 |
Tak | oh, duh | 21:15 |
* Tak slaps forehead | 21:15 | |
Tak | I was trying to specify the arch on the source package | 21:15 |
*** AD-N770 has quit IRC | 21:18 | |
*** pdz- has joined #maemo | 21:19 | |
Andy80 | Tak: there is also SkypeUI in the repository :) what happens if I install it? does it work? | 21:19 |
*** Pio has joined #maemo | 21:21 | |
*** pdz has quit IRC | 21:22 | |
*** konttori has joined #maemo | 21:22 | |
*** Paavo has quit IRC | 21:23 | |
Tak | I suspect not | 21:24 |
||cw | is the software you are trying to build a package for a binary or just scripts? | 21:25 |
*** solmumaha has joined #maemo | 21:26 | |
Tak | scripts | 21:26 |
_Monkey | scripts is missing | 21:26 |
Tak | works now; I just added the architecture line to the wrong section like an idiot | 21:26 |
||cw | _Monkey: forget scripts | 21:26 |
_Monkey | ||cw: I forgot scripts | 21:26 |
*** ||cw has quit IRC | 21:29 | |
*** jnettlet_ has quit IRC | 21:31 | |
*** jnettlet_ has joined #maemo | 21:31 | |
*** Pio has quit IRC | 21:32 | |
*** jnettlet__ has quit IRC | 21:34 | |
*** jnettlet__ has joined #maemo | 21:34 | |
*** TechJunkie has joined #maemo | 21:35 | |
*** florian has joined #maemo | 21:35 | |
milhouse | scripts is <reply> | 21:35 |
*** Pio has joined #maemo | 21:36 | |
Andy80 | Tak: I'm able to install it, and I'm able to start it... but it crashes after 4-5 seconds :( | 21:37 |
*** Pinguozzz has joined #maemo | 21:38 | |
mgedmin | what is <reply>? | 21:39 |
mgedmin | a marker to tell the bot to ignore utterances of the form "foo is bar"? | 21:39 |
milhouse | yep | 21:39 |
milhouse | scripts? | 21:39 |
milhouse | see - no answer from the monkey :) | 21:39 |
milhouse | infobot guide? | 21:41 |
_Monkey | somebody said infobot guide was http://www.cs.cmu.edu/~infobot/infobot_guide.html | 21:41 |
infobot | guide is probably at http://www.cs.cmu.edu/~infobot/infobot_guide.html | 21:41 |
_Monkey | i already had it that way, infobot. | 21:41 |
*** jnettlet__ has quit IRC | 21:41 | |
milhouse | battle of the bots... | 21:41 |
*** jnettlet__ has joined #maemo | 21:41 | |
milhouse | read the guide to see how to teach the bot | 21:41 |
celesteh | _Monkey, smack the infobot! | 21:42 |
_Monkey | celesteh: sorry... | 21:42 |
celesteh | pacifist! | 21:42 |
Tak | _Monkey is much more annoying than infobot | 21:42 |
celesteh | also more amusing | 21:42 |
* Tak shrugs | 21:42 | |
* Tak /ignore | 21:42 | |
milhouse | _monkey good bot | 21:42 |
_Monkey | :) | 21:42 |
celesteh | haha | 21:42 |
milhouse | _monkey++ | 21:43 |
milhouse | aha can't self karma | 21:43 |
celesteh | I heard that _monkey was the smartest programmer on IRC | 21:43 |
milhouse | karma _monkey | 21:43 |
_Monkey | _monkey has karma of 2 | 21:43 |
milhouse | or maybe it can... | 21:43 |
milhouse | _monkey++ | 21:43 |
milhouse | karma _monkey | 21:43 |
_Monkey | _monkey has karma of 3 | 21:43 |
milhouse | indeed so | 21:43 |
celesteh | karma me | 21:43 |
_Monkey | celesteh has neutral karma | 21:43 |
celesteh | me++ | 21:44 |
milhouse | celeteh-- | 21:44 |
celesteh | alas | 21:44 |
milhouse | bugger | 21:44 |
milhouse | celesteh-- | 21:44 |
milhouse | :) | 21:44 |
celesteh | me++ | 21:44 |
*** skibur has joined #maemo | 21:44 | |
celesteh | karma me | 21:44 |
_Monkey | celesteh has karma of -1 | 21:44 |
celesteh | man | 21:44 |
milhouse | haha | 21:44 |
milhouse | karma me | 21:44 |
_Monkey | milhouse has karma of 4 | 21:44 |
milhouse | ooh nice | 21:44 |
celesteh | does this mean next time I log in, I'll have a worse nick? | 21:45 |
milhouse | celesteh++ | 21:45 |
milhouse | shouldn't do | 21:45 |
milhouse | nothing to do with irc | 21:45 |
* celesteh trying to make a karma pun | 21:45 | |
milhouse | or your login | 21:45 |
celesteh | i come back as housefly_celesteh | 21:45 |
milhouse | nickometer celesteh | 21:46 |
_Monkey | 'celesteh' is 0% lame, milhouse | 21:46 |
milhouse | nickometer l33tn1ck | 21:46 |
_Monkey | 'l33tn1ck' is 99.76% lame, milhouse | 21:46 |
* sp3000 can't beat that | 21:46 | |
milhouse | nickometer sp3000 | 21:46 |
_Monkey | 'sp3000' is 73% lame, milhouse | 21:46 |
milhouse | nice try thouygh! ;) | 21:47 |
sp3000 | ftw! | 21:47 |
milhouse | s/thouygh/though/ | 21:47 |
infobot | milhouse meant: nice try though! ;) | 21:47 |
sp3000 | and here I was expecting something in the low forties | 21:47 |
*** rev has joined #maemo | 21:48 | |
*** |tbb| has quit IRC | 21:49 | |
*** richieeee72 has joined #maemo | 21:49 | |
*** ||cw has joined #maemo | 21:50 | |
*** jnettlet_ has quit IRC | 21:51 | |
*** jnettlet_ has joined #maemo | 21:51 | |
*** ebel has joined #maemo | 21:51 | |
*** akai--- has joined #maemo | 21:53 | |
akai--- | hi | 21:53 |
_Monkey | salut, akai--- | 21:53 |
milhouse | karma akai--- | 21:53 |
_Monkey | akai--- has neutral karma | 21:53 |
milhouse | akai---++ | 21:54 |
milhouse | karma akai--- | 21:54 |
_Monkey | akai--- has neutral karma | 21:54 |
akai--- | do you know of any other themes for kagu than the default one | 21:54 |
akai--- | I mean the orange one? | 21:54 |
milhouse | nickometer akai--- | 21:54 |
_Monkey | 'akai---' is 97.05% lame, milhouse | 21:54 |
milhouse | hehe :) | 21:54 |
milhouse | i think i read something about the original theme returning at some stage | 21:55 |
Tak | I think they're planning to make the theme selectable | 21:55 |
*** jnettlet has joined #maemo | 21:59 | |
*** ryanfaerman has joined #maemo | 22:03 | |
*** lmoura has quit IRC | 22:03 | |
Andy80 | I tried to use the "seatbelt" for N770, but I cannot open the archive: https://garage.maemo.org/projects/seatbelt | 22:06 |
Andy80 | anyone that knows how to install it? | 22:06 |
Andy80 | it's a tar.gz but my system says that it's not a tar.gz :S | 22:07 |
*** alterego has joined #maemo | 22:07 | |
milhouse | corrupt download? | 22:07 |
*** jnettlet__ has quit IRC | 22:07 | |
*** jnettlet__ has joined #maemo | 22:08 | |
alterego | D00dz! | 22:08 |
* alterego clears his throat | 22:08 | |
alterego | I meant hi :) | 22:08 |
*** pdz has joined #maemo | 22:09 | |
* alterego wonders if he's had a bit too much to drink to code. | 22:09 | |
Andy80 | milhouse: can you try it? | 22:09 |
Andy80 | I tried to download it 3-4 times | 22:10 |
milhouse | yep give me two ticks | 22:10 |
Andy80 | thanks :) | 22:10 |
alterego | Anyone know if Nokia handset terminals still use the AT+ command set? | 22:11 |
shapr | Has anyone gotten A2DP working on a desktop machine? | 22:12 |
milhouse | grrrr.... why do garage downloads have to be in https? it means wget is useless | 22:12 |
shapr | It's makin me crazee! | 22:12 |
alterego | milhouse, have you tried without https? | 22:12 |
* Tak agree with milhouse | 22:12 | |
*** akai--- has left #maemo | 22:12 | |
alterego | I.E. changing the URL to http. | 22:12 |
milhouse | alterego: http doesn't work, it forwards to https | 22:13 |
*** kpel has joined #maemo | 22:13 | |
kpel | hi guys | 22:13 |
alterego | Ah, | 22:13 |
*** mgedmin has quit IRC | 22:13 | |
alterego | Yeah, the HTTPS is annoying in a few circumstances. Especially when the browsre throws certification errors. | 22:13 |
milhouse | just downloaded it to my pc, about to filezilla/ssh it over to the 770 and filezilla wants to update itself - a few moments longer... | 22:14 |
Andy80 | milhouse: I was able to doenload it, after 5-6 times! :S | 22:14 |
*** greentux has joined #maemo | 22:14 | |
*** jnettlet_ has quit IRC | 22:15 | |
*** jnettlet_ has joined #maemo | 22:15 | |
Jiten | does someone have some sort of numbers on how n800's processor's performance compares to, for example 2GHz athlon64? | 22:16 |
alterego | Jiten, that would be very silly. | 22:16 |
milhouse | hmmm... getting "invalid tar magic" here | 22:16 |
Jiten | I'm profiling my code | 22:16 |
alterego | Starters, X86 processors have a floating point accelerator | 22:16 |
alterego | The OMAP's used in the IT's don't. | 22:17 |
Jiten | right, so if I want meaningful profiling, I have to do it on n800 | 22:17 |
alterego | That would be the best way IMO/ | 22:17 |
milhouse | alterego: winrar doesn't like it either, says it's corrupt. will try downloading again... | 22:17 |
Andy80 | milhouse: I know... same error as me... I had to download it again for 5-6 times before getting a working one | 22:17 |
alterego | That's not good .. | 22:18 |
Jiten | at least on my desktop computer, it seems html rendering is not the biggest cpu power user. | 22:18 |
Jiten | it looks like my problems aren't badly performing html decoder. It really doesn't get called enough to make a dent in the numbers | 22:19 |
*** pdz- has quit IRC | 22:19 | |
milhouse | alterego: i keep getting the same 601 byte file | 22:19 |
Jiten | the core logic of this python application (code I haven't really even taken a look at) is responsible. | 22:20 |
alterego | milhouse, that kind of sounds like a divert. What are you downloading? Could you please link me to it,. | 22:20 |
milhouse | https://garage.maemo.org/frs/?group_id=369&release_id=932 | 22:20 |
milhouse | it says 571 bytes, i download 601... | 22:20 |
alterego | Yeah, HTML rendering, even if it's not particularly efficient shouldn't take much of the users' time. | 22:20 |
milhouse | (using firefox 2 on windas) | 22:20 |
Andy80 | what is the default password for root in Os2007 HE? I've enabled red pill mode, installed becomeroot, and I can become root with "sudo becomeroot" but how can I ssh into it? | 22:21 |
alterego | milhouse, it's a source code tarball. | 22:21 |
Tak | Andy80: rootme | 22:21 |
_Monkey | rootme is the default pw? | 22:21 |
*** jnettlet__ has quit IRC | 22:21 | |
alterego | Unless you've got something that will open .tar.gz files you might be having issues with that, | 22:21 |
*** jnettlet has quit IRC | 22:21 | |
*** jnettlet__ has joined #maemo | 22:21 | |
alterego | The size is about right. It's only ~600B | 22:21 |
milhouse | ssh should be available in extra, installable via the app manager (no need for xterm/red pill mode etc.) - install openssh-server | 22:22 |
milhouse | s/extra/extras | 22:22 |
bmidgley | 2007he won't unmount card... lsof shows "metalayer" has a bunch of maemo-mapper files open | 22:22 |
bmidgley | even after a reboot... | 22:22 |
milhouse | corrupt file making metalayer-crawler go nuts? | 22:23 |
Tak | is this a reboot while plugged in? | 22:23 |
*** jnettlet has joined #maemo | 22:23 | |
alterego | Bad idea .. :) | 22:23 |
Andy80 | _Monkey: yes | 22:23 |
_Monkey | Andy80: what? | 22:23 |
Andy80 | just tried and changed :) | 22:23 |
*** dolske has quit IRC | 22:23 | |
milhouse | alterego: looks like either garage is fcked, or the author of seatbelt didn't bother to test his uploaded package... :) | 22:23 |
*** jnettlet has quit IRC | 22:24 | |
alterego | Garage seems to be fine. | 22:24 |
alterego | milhouse, what are you opening the archive with? | 22:24 |
milhouse | alterego: i've tried tar tvzf - no joy, and winrar (which normally has no problems with compressed tar balls) chokes on it too | 22:24 |
alterego | Eek | 22:25 |
bmidgley | I rebooted it with no cables | 22:25 |
milhouse | that's tar on the 770 - actually that's busybox tar. let me try gnu tar. | 22:25 |
bmidgley | things were fine for a minute... i could open the latch | 22:25 |
bmidgley | but after closing it, metalayer seems to be wedged again | 22:25 |
milhouse | pastebin? | 22:26 |
_Monkey | somebody said pastebin was http://maemo.pastebin.org | 22:26 |
milhouse | _monkey thanks | 22:26 |
_Monkey | milhouse: sure thing | 22:26 |
alterego | milhouse, works fine for me :/ | 22:26 |
*** metrox has joined #maemo | 22:26 | |
bmidgley | maybe I'll just reformat the rsmmc card under ubuntu... hopefully it's not difficult to figure out the optimal vfat settings for 2gb | 22:27 |
milhouse | alterego: http://maemo.pastebin.org/5628 | 22:28 |
alterego | milhouse, busybox tar doesn't understand the z flag. | 22:29 |
alterego | gunzip it first. | 22:29 |
alterego | Then untar it | 22:29 |
milhouse | that was with gnu tar | 22:29 |
*** skibur has quit IRC | 22:29 | |
alterego | Wierd | 22:30 |
milhouse | and busybox does understand z - just becareful where you put it :) | 22:30 |
alterego | milhouse, try that. | 22:31 |
*** metrox has left #maemo | 22:31 | |
Jiten | ok, python cPickle is easy but surprisingly slow. the program only unpickles on initialise once and then pickles on shutdown. unpickle was 6100ms and pickle was 5300ms | 22:31 |
alterego | Heh | 22:31 |
Jiten | that explains the startup and shutdown times | 22:31 |
* alterego has no idea what that means :) | 22:31 | |
Jiten | pickle is the standard way in python to save data structures | 22:32 |
alterego | Ah, serialization? | 22:32 |
Jiten | yes | 22:32 |
alterego | :) | 22:32 |
alterego | How big is the data? | 22:32 |
milhouse | alterego - that proves dcc works :) | 22:32 |
Jiten | lets see | 22:32 |
alterego | milhouse, yeah, I wasn't sure it'd burst through my firewall ;) | 22:33 |
Jiten | the pickled file is 767kb | 22:33 |
alterego | That's pretty big. | 22:33 |
*** apple2 has quit IRC | 22:33 | |
Jiten | well exported to xml the data is still 702kb | 22:33 |
alterego | Depending on the nature of the program .. Could you not load incrementally? I.E. having several state files and loading them at different points in startup? | 22:34 |
alterego | Also maybe you could do some threading? | 22:34 |
*** jnettlet_ has quit IRC | 22:34 | |
Jiten | I haven't looked at how the internal logic works yet | 22:34 |
Jiten | I've only reimplemented the interface | 22:34 |
Jiten | there certainly is no need to keep all that data in memory | 22:35 |
alterego | Ah, well I'd imagine the serialization method doesn't compress. So it's no suprise that the XML representation is around the same size. | 22:35 |
*** pleemans has quit IRC | 22:36 | |
Jiten | bzip2 made the xml file 58kb and the pickled one 101kb | 22:36 |
alterego | Ah, that's indicative of what may be happening. | 22:36 |
bmidgley | are the mkfs.vfat defaults reasonable for a 2gb card? I see opts for logical-sector & fat sizes | 22:36 |
alterego | pickle might be serializing in a psuedo binary format. | 22:37 |
alterego | Obviously I don't know off hand :) | 22:37 |
Jiten | it's ascii armored at least, I think | 22:37 |
alterego | bmidgley, just use the defaults ;) | 22:37 |
bmidgley | ok here goes | 22:38 |
alterego | :) | 22:38 |
alterego | Hmm | 22:38 |
alterego | It's been 2 years since I used Python. | 22:38 |
Jiten | wow, both formats are incredibly wasteful. The most important stuff exports into 115kb textfile :) | 22:38 |
alterego | You can guess why I stopped ;) | 22:38 |
*** playya_ has quit IRC | 22:38 | |
*** jnettlet__ has quit IRC | 22:39 | |
alterego | Well, depending on the complexity of the data-structure/s and the amount of _real_ data. That's not suprising. | 22:39 |
Jiten | though, this version does waste some of the data. | 22:39 |
alterego | Generally with serialization the wasteful parts are the saving of the actual structure of data and not the acutal data itself :) | 22:39 |
Tak | alterego: have an opinion on the best place to host xchat-ruby? I don't think I want to open another garage project just for that... | 22:41 |
Jiten | ok, then return sum(1 for i in items if i.is_due_for_acquisition_rep()) | 22:41 |
alterego | Tak, well you're welcome to space on maemo.rubyx.co.uk | 22:41 |
alterego | SVN and all. | 22:41 |
alterego | Tell me what you need and I'll sort it out. | 22:42 |
Jiten | this sort of construct is worth for 4 seconds for it's own code and another 4 in the function it calls. | 22:42 |
Jiten | this looks prime candidate for some optimization | 22:42 |
*** playya has joined #maemo | 22:42 | |
Jiten | ~80k calls to that one :) | 22:42 |
Tak | alterego: what are you planning to do repowise? garage extras? | 22:43 |
*** pdz- has joined #maemo | 22:43 | |
alterego | Tak, I was thinking of doing a ruby debian repository. | 22:43 |
Tak | :-/ | 22:43 |
alterego | Well it's up to you how you distribute your packages :P | 22:43 |
alterego | To be honest, I don't have much experience with debian repositories or package management. Everything I know I've learned over the past few months since I started ruby-maemo | 22:44 |
alterego | I was hoping on serving everything up with one-click installers. | 22:45 |
alterego | (I don't know how those .install files work yet though) :) | 22:45 |
bmidgley | where do you draw the line between deb repositories and gem repositories? | 22:46 |
alterego | I don't | 22:46 |
Jaffa | Best option for that is garage extras, especially since a) they're autogenerated for you there, b) it's available in the standard OS 2008 build | 22:46 |
alterego | maemo can't do gems. | 22:46 |
Jaffa | Let's resist any more repo proliferation | 22:46 |
bmidgley | no rails devel on maemo then :) | 22:47 |
alterego | I've tried using rubygems on the IT's and it is so slow you might aswell walk to the nearest repository and write down copy the file manually .. With a paper and pencile. | 22:47 |
Tak | I'm with Jaffa | 22:47 |
alterego | bmidgley, well, yes,. | 22:47 |
alterego | If you want to. | 22:47 |
alterego | Just don't use gems on the device. | 22:47 |
alterego | It's slow on desktop, it's pretty much a standstill on an embedded device like the IT's :) | 22:48 |
Tak | alterego: any particular reason you don't want to use the garage extras repo? | 22:48 |
alterego | Tak, no, not at all :) | 22:48 |
alterego | I have to have a hosted project though? | 22:48 |
Tak | No. | 22:49 |
Jaffa | Not at all ;) | 22:49 |
alterego | Well, that's settled then :) I got denied when I applied for a ruby-maemo project space. So I just did everything on my own server. | 22:49 |
Tak | wtf, you got denied? why on earth? | 22:50 |
alterego | Because of a previous ruby "port". | 22:50 |
Tak | hm. | 22:50 |
alterego | Which was just a cross-compilation from 2006 or something. | 22:50 |
GeneralAntilles | Ha | 22:50 |
alterego | It's kind of sad really. | 22:51 |
* Tak agrees | 22:51 | |
GeneralAntilles | You should write a letter. ;) | 22:51 |
Jaffa | _Monkey: extras upload? | 22:51 |
_Monkey | jaffa: i haven't a clue | 22:51 |
*** dolske has joined #maemo | 22:51 | |
Jaffa | _Monkey: extras upload is http://maemo.org/community/application-catalog/extras_repository.html | 22:51 |
_Monkey | OK, Jaffa. | 22:51 |
alterego | Like the Google SoC project for some kind of ruby/maemo project that never happened. | 22:51 |
bmidgley | alterego take over the old project | 22:51 |
alterego | bmidgley, yeah. I'll look into that :) | 22:52 |
bmidgley | you could ask the old maintainer | 22:52 |
alterego | I'll e-mail the "maintainer" and see what he wants to do :) | 22:52 |
alterego | :) | 22:52 |
*** pdz has quit IRC | 22:53 | |
Tak | which is it, https://garage.maemo.org/projects/ruby185/ ? | 22:53 |
*** matan has quit IRC | 22:53 | |
alterego | I'd really like to start a ruby-maemo community. Making some kind of development platform with examples on good ways to create small/medium/large maemo apps in ruby. Tutorials on certain aspects of the platform. A wiki for people to comment on improvements and write howtos and stuff. | 22:53 |
alterego | I don't mind doing everything myself. I'd just like it to become bigger than me :) | 22:54 |
bmidgley | I go to a ruby usergroup and I'd like to show off maemo but python seems to be the preferred lang | 22:55 |
alterego | It's only prefered because my ruby bindings aren't really as mature. | 22:55 |
alterego | I will be releasing 1.1 on Friday. It will include libxml, libsdl, sqlite3, hildon and libosso. | 22:56 |
GeneralAntilles | Sounds like I should learn Ruby. | 22:56 |
Tak | I would contribute to a ruby-maemo community offering | 22:56 |
alterego | :) | 22:56 |
bmidgley | alterego: tutorials? | 22:57 |
alterego | So far I have almost completed the API documentation. | 22:57 |
alterego | I have examples but not tutorials or howto's. | 22:57 |
konttori | one reason why python is good option is that it will be included on the device by default in the future versions (after diablo) | 22:57 |
alterego | Those will be my next task :) | 22:57 |
*** pdz- has quit IRC | 22:57 | |
bmidgley | nice | 22:58 |
konttori | not dissing ruby in any way | 22:58 |
alterego | konttori, it's okay. Python is standard in debian anyhow ;) | 22:58 |
alterego | Seriously, I like Python. I just found Ruby to be nicer. | 22:58 |
bmidgley | I write ruby all the time for web stuff but I rarely touch python... | 22:59 |
*** kb7sqi has joined #maemo | 22:59 | |
alterego | Well, like I said earlier. I've not used Python in almost 2 years. (since I started Ruby actually ;) | 22:59 |
konttori | yeah. both are pretty good, but ruby shines for web development | 22:59 |
alterego | Rails shines for web development. There is still a distinction. | 22:59 |
konttori | I'll rephrase. Both are excellent. | 22:59 |
konttori | true | 23:00 |
alterego | Also, Rails is great because of the man that dedicated all that time to it. And the community of developers that followed. | 23:00 |
Jiten | alterego: what do you think are the most noticeable things that ruby does better than python? | 23:00 |
konttori | rails? ;) | 23:00 |
alterego | Jiten, iterators, closures, lambda expressions. | 23:00 |
*** kb7sqi has quit IRC | 23:01 | |
*** pdz has joined #maemo | 23:01 | |
alterego | Introspection/reflection and meta-programming | 23:01 |
Jiten | iterators? | 23:01 |
_Monkey | iterators are optimized to do iterations over sequences or any objects | 23:01 |
alterego | :) | 23:01 |
Jiten | yes, I knew that much. | 23:01 |
alterego | Take this: (0..100).to_a.each {|e| puts e} | 23:01 |
*** krau is now known as krau|away | 23:02 | |
Jiten | what does that do? | 23:02 |
alterego | That defines a range, that gets converted to an array. Then the result is iterated over outputing each element of the array (range 0..100) | 23:02 |
Tak | yes, much less clunky than in python | 23:03 |
alterego | You could actually do: (0..100).each {|i| puts i} | 23:03 |
alterego | Because a range is iteratable. | 23:03 |
alterego | If that's a real word :) | 23:03 |
Jiten | for i in range(100): print i | 23:03 |
Jiten | this does the same in python if I understood correctly | 23:04 |
alterego | Ruby has this nice thing. If you create a class and define an 'each' method. Then you can import a "mixin" which is like an interface which will allow you to use a load of functions like 'map' (lispish) 'select', 'reject' .... | 23:04 |
alterego | There are loads of enumerable methods. And all you need to do is define a single 'each' method :) | 23:05 |
Jiten | I've been toying with haskell so functional constructs are somewhat familiar | 23:05 |
alterego | Haskell is nice. | 23:05 |
alterego | I've yet to find a place for it in my projects though. | 23:06 |
alterego | I spend too much time thinking about design and not code with Haskell. | 23:06 |
alterego | Ruby really just gets out of your way and allows you to code in a very agile manner. | 23:06 |
Jiten | I do a lot of thinking about the design anyway so haskell didn't really slow me down. | 23:07 |
alterego | :) | 23:07 |
Jiten | I like clean code | 23:07 |
alterego | Oh, me too. | 23:07 |
alterego | I'm a perfectionist. | 23:07 |
alterego | But ruby allows me to be pragmatic without that dirty feeling you get when you normally prototype ;) | 23:07 |
alterego | Since I've been using Ruby, I don't follow my old rewrite 3 times rule :) | 23:08 |
Mikho | I have a vague recollection of having huge problems with ruby unicode support | 23:08 |
Jiten | haskell, in a way, is pure lambda expressions everywhere :) | 23:08 |
alterego | I just refactor, it's refreshing. | 23:08 |
alterego | Mikho, yeah. That used to be a problem. Not anymore. In fact Ruby in ruby-maemo is set to UTF-8 by default so you don't have to worry about it ;) | 23:09 |
Jiten | yes, I also refactor if I notice I could've done something differently | 23:09 |
Jiten | I just don't have to do it often | 23:09 |
Mikho | but UTF-8 causes me problems with scandinavian letters... | 23:10 |
alterego | Well, Haskell and also LISP promote very good coding standards. DRY it's very prominent in Ruby to. | 23:10 |
shapr | mmmm Haskell | 23:10 |
shapr | I get paid to write Haskell! It's my day job! | 23:10 |
alterego | If I was to familiarize Ruby with other languages. I'd say Ruby is a Perl/Python/Lisp/Smalltalk hybrid :) | 23:10 |
alterego | shapr, you're an exceptionally lucky guy :) | 23:11 |
alterego | Or girl ;) | 23:11 |
Jiten | shapr: got any work to share? | 23:11 |
shapr | I think Ruby's OO model is a bit better than Python's, but I prefer significant whitespace. | 23:11 |
alterego | Syntax isn't worth worrying about. | 23:11 |
shapr | It's important to me. | 23:11 |
alterego | But you're right. Ruby is purely OO, where as Python isn't. | 23:11 |
Mikho | personally I hate the python "pass" command | 23:11 |
shapr | Jiten: Done any open source Haskell work? | 23:11 |
alterego | Ruby is OO in the smalltalk sense :) | 23:12 |
Jiten | shapr: just a small try when I was trying to get my head around the thinking pattern | 23:12 |
shapr | From a Haskell perspective, Ruby does not do anonymous funtions well. | 23:12 |
alterego | shapr, in what manner? | 23:12 |
alterego | I think it does them well. | 23:12 |
shapr | Jiten: If you get a good track record in the Haskell community, you can probably get a job without too much trouble. | 23:12 |
alterego | Python barely does them at all :D | 23:12 |
*** tank1770 has quit IRC | 23:13 | |
shapr | Yeah, Python's lambda is for one line functions only. | 23:13 |
*** unique311 has quit IRC | 23:13 | |
Jiten | http://jkaartinen.dyndns.org/~blight/simulaatio.hs my first try at doing something with haskell | 23:13 |
shapr | Jiten: I've been interviewed by three Haskell companies, and had two others try to recruit me via email. | 23:13 |
alterego | shapr, so what's wrong with Ruby's "blocks" ? | 23:14 |
alterego | They're closures and everything ^_^ | 23:14 |
shapr | I had some serious problem with them last time I looked, but I don't remember what it was. Maybe I couldn't pass in parameters easily? | 23:15 |
shapr | I'll see if I can figure it out in a bit. | 23:15 |
alterego | shapr, I think maybe you were doing something that was beyond your knowledge of Ruby. | 23:15 |
shapr | Jiten: It does look like you have definite clue in Haskell. | 23:15 |
alterego | No offense, sorry :) | 23:15 |
shapr | alterego: I don't think so, I was just trying to make an anonymous function. | 23:16 |
shapr | alterego: No offense taken, I like to learn new stuff. | 23:16 |
alterego | shapr, in what way anonymous? | 23:16 |
Jiten | shapr: that did take me 2 days though. | 23:16 |
Jiten | well, few hours each day | 23:16 |
shapr | Jiten: If you contribute to some of the open source Haskell projects, I think you could get a job. | 23:17 |
Jiten | haskell is the first functional language I've even tried. | 23:17 |
alterego | Ickle example: p = lambda {|*args| args.each {|a| puts a}} | 23:17 |
alterego | You can then do p.call("what", "ever", "you", "like", 1, 2, 3, 4) | 23:18 |
alterego | Unfortunately I can't count higher than 4 | 23:18 |
Jiten | shapr: that's the only thing I have to show at the moment though. I need to finish the book too. I've only read half of it so far. | 23:19 |
shapr | Jiten: You could hang out on #haskell, you might like it :-) | 23:20 |
*** ryanfaerman has quit IRC | 23:21 | |
alterego | Are they friendlier than the #lisp folks ? :) | 23:21 |
shapr | alterego: I admit, that sure looks like the real deal, and I'm drawing a blank on what I was missing before. | 23:21 |
shapr | alterego: Very much so | 23:21 |
alterego | That's good. | 23:21 |
Jiten | shapr: that's damn big channel. | 23:21 |
alterego | I can't stand arrogant programmers. | 23:21 |
alterego | I'm crap, I'll admit it :) | 23:22 |
shapr | alterego: First of all, I started #haskell 6.25 years ago, so if they're not nice, I'll kick ass and take bans.... | 23:22 |
alterego | Nice :) | 23:22 |
*** snowmoon has quit IRC | 23:22 | |
alterego | I'd love to get into Haskell more. But I love Ruby. | 23:22 |
alterego | I'm not sure where I'd put Haskell on my shelf. So far I only really need C and Ruby. | 23:23 |
shapr | alterego: Drop by #haskell when you have time, both the channel and the language are fun. | 23:23 |
alterego | Well, besides Awk, Sed and Sh :) | 23:23 |
*** egsavage has quit IRC | 23:23 | |
kpel | haskell is fun. "everything is a list" :P | 23:24 |
alterego | Every now-and-again I find myself missing Scheme. I was thinking of doing a scheme port to maemo. | 23:24 |
shapr | kpel: I'd argue that everything is a function. | 23:24 |
alterego | Maybe over Christmas I'll do that ;) | 23:24 |
alterego | scheme-maemo ^_^ | 23:24 |
shapr | Yeah, a good scheme interpreter on maemo would be nifty. | 23:24 |
*** egsavage has joined #maemo | 23:24 | |
kpel | shapr: i agree, one of my lecturers at uni didn't :) | 23:25 |
alterego | I dunno, I have too much time on my hands. Maybe I should try and get a "real" job ^_^ | 23:25 |
derf | Why on earth would you want one of those? | 23:25 |
alterego | :) | 23:25 |
shapr | kpel: I think that misconception comes from the fact that strings are lists of characters. | 23:25 |
alterego | What is a "real job" anyway. | 23:25 |
shapr | kpel: But I've never had any CS courses, so I'm not sure. | 23:26 |
shapr | So after programming for twenty five years, I'm actually going to start a CS degree. | 23:26 |
alterego | Hah | 23:26 |
alterego | shapr, I'd imagine with 25 years of experience you should know what you're talking about by now ;) | 23:26 |
shapr | In some small areas, yeah... | 23:27 |
alterego | Well, a string is conceptually a list of characters. But what's a character? | 23:27 |
Tak | god damn it | 23:27 |
shapr | Hopefully I won't catch foot in mouth disease. | 23:27 |
kpel | shadov: the strings are lists as you said, the keyboard "could be seen as an infinite list" blah, blah, blah | 23:27 |
shapr | alterego: Good question. I think there's not an especially good answer. | 23:27 |
* Tak infinite-nokia-screen loop | 23:27 | |
derf | A list of charcter-bits! | 23:27 |
shapr | uh oh | 23:28 |
alterego | Well, it depend on the "character encoding" I'd imagine :) | 23:28 |
shapr | alterego: Even in UTF-8 that can be hard to answer. | 23:28 |
alterego | Well, kind of. | 23:28 |
kpel | a character is a digital represenation of a symbol, right? | 23:28 |
alterego | In C it's simple. There's no such thing as a character. | 23:28 |
shapr | kpel: I don't think that's specific enough. | 23:29 |
* kpel loves C | 23:29 | |
*** mk8 has joined #maemo | 23:29 | |
mk8 | Hi to all | 23:29 |
alterego | C is okay. | 23:29 |
alterego | Too much head banging for me. | 23:29 |
alterego | (and I like rock music) | 23:29 |
kpel | shapr: by definition characters are not specific enough. they rely on the definition of the symbol. | 23:29 |
*** Ar-ras has joined #maemo | 23:30 | |
Ar-ras | hi | 23:30 |
_Monkey | hello, Ar-ras | 23:30 |
Tak | yah, I get to reflash | 23:30 |
alterego | Tak, congrats :) | 23:30 |
Tak | meh | 23:30 |
alterego | I'm holding off until 2008 | 23:30 |
Tak | annoying that you can brick the device by doing a simple package upgrade | 23:30 |
alterego | I've not actually flashed the latest image with the SDHC fixes .. | 23:31 |
* Tak 2007HE | 23:31 | |
_Monkey | 2007HE is, like, really great | 23:31 |
Ar-ras | where can i download chinook :D | 23:32 |
alterego | Great .. I'm gonna have to fork out 300 GBP for a smart phone if I want to work on a project I've got planned. | 23:32 |
alterego | Maybe I could snap up my brothers N80 or whatever if he gets an N95 | 23:34 |
gla55 | some cheapo 3rd eds should be cheaper | 23:34 |
alterego | 3rd eds? | 23:34 |
gla55 | s60 3rd edition devices | 23:34 |
gla55 | like n80 and n95 | 23:34 |
alterego | Erm .. Like .. What models? | 23:34 |
alterego | N95 cheap? | 23:34 |
alterego | I thought that was the newest one? | 23:35 |
gla55 | n95-8gb is "top of the line" | 23:35 |
gla55 | but theres cheaper | 23:35 |
alterego | Ah | 23:35 |
gla55 | like e50 etc.. | 23:35 |
alterego | hmm .. Maybe I'll just forget about it until I've got more money. | 23:36 |
gla55 | e65 is like 240£ | 23:36 |
Ar-ras | lol | 23:36 |
*** Andy80 has quit IRC | 23:36 | |
Ar-ras | S60 3rd sucks | 23:36 |
alterego | I _really_ don't want to spend more than 100£ on a phone. | 23:36 |
alterego | They're so expensive ex-contract. | 23:36 |
gla55 | 6120 classic uner 200 | 23:36 |
Ar-ras | cant you unlock the prepaid ones? | 23:37 |
alterego | I really needa S60 | 23:37 |
gla55 | i'd check reaaally carefully if you can unlock | 23:37 |
alterego | Something I can hack a bit. | 23:37 |
Ar-ras | alterego forget it | 23:37 |
alterego | :/ | 23:37 |
gla55 | Ar-ras: the alternative being? | 23:37 |
Ar-ras | if you want to hack the BB5 Phones | 23:37 |
Ar-ras | cause | 23:38 |
kpel | speaking of s60 and N95, there is now a web server available for phones! http://www.forum.nokia.com/main/resources/technologies/mobile_web_server/ | 23:38 |
Ar-ras | the firmware is RSA protected / signed | 23:38 |
gla55 | kpel: it's been available for a while, had a different name tho | 23:38 |
Ar-ras | If you want to write software for it it is possible | 23:38 |
alterego | When I say hack, I mean write software for :P | 23:38 |
Ar-ras | ok D | 23:38 |
Ar-ras | :D | 23:38 |
Ar-ras | because i have friends who hack firmware ;) | 23:38 |
alterego | After doing that with Palms I really don't want to mess at that level again ;) | 23:39 |
kpel | gla55: i had no idea, discovered it today and sort of liked it. but it's really slow. perhaps when hsupa is deployed things will get better. | 23:39 |
Ar-ras | alterego with raskal bb5box cheap unlock is possible | 23:39 |
gla55 | kpel: i consider it mostly a toy, i'd rather have the things served from some server and just update the content from the phone | 23:40 |
alterego | It's fun and personally rewarding. It's just you get so annoyed when you can't get certain peripherals working :/ Even something as simple as BT .. When the drivers are OSS O_O | 23:40 |
Ar-ras | alterego | 23:40 |
kpel | gla55: agreed. | 23:40 |
Ar-ras | do you want S60v2 or v3? | 23:40 |
alterego | Ar-ras, it doesn't matter. Just something I can write some software for to play around with some ideas. | 23:41 |
gla55 | v2's can be picked up dirt cheap.. but if you want to hack something others would use too then they're getting old | 23:41 |
alterego | Yeah .. | 23:41 |
*** pdz- has joined #maemo | 23:41 | |
alterego | v2 is 3650 right? | 23:41 |
Ar-ras | v1 | 23:41 |
gla55 | 3650 is 1.2 | 23:41 |
Ar-ras | i think | 23:41 |
alterego | Ah | 23:41 |
Ar-ras | if you want | 23:41 |
gla55 | 7650 is 0.9, after that they went to the edition stupid naming | 23:41 |
shapr | Does anyone know how to pair a bluetooth headset to a debian desktop? | 23:41 |
Ar-ras | then 6280 (v3) or 6680 (v2) | 23:42 |
Ar-ras | but think | 23:42 |
alterego | What's the current version? | 23:42 |
Ar-ras | 9.2 | 23:42 |
* alterego spits out coffee. | 23:42 | |
alterego | Well, if I was drinking coffee. | 23:42 |
Ar-ras | 9.2 is N95 i think | 23:42 |
gla55 | 9.2 is the currently shipping symbian os version.. | 23:42 |
Jiten | I guess there is no haskell compiler for maemo? | 23:42 |
gla55 | not s60 version | 23:42 |
alterego | Oh. | 23:43 |
alterego | Yeah, that makes sense :) | 23:43 |
gla55 | fp1 is like 3.1 in nokia internal speech sometimes | 23:43 |
suihkulokki | Jiten: ghc6 needs a bit of porting for armel, should not be very hard | 23:43 |
gla55 | which is n95 | 23:43 |
alterego | It makes more sense not to lock to S60 really. | 23:43 |
alterego | So maybe I should aim at something that's Symbian "generic" .. | 23:43 |
gla55 | if you can do the stuff in j2me then it's good news for you.. | 23:43 |
alterego | Possibly. | 23:43 |
gla55 | hah, good luck | 23:43 |
Ar-ras | you must think about devcerts | 23:44 |
alterego | Is there a BT API for J2ME? | 23:44 |
Ar-ras | if you write software for S60 V3 | 23:44 |
gla55 | alterego: yeah | 23:44 |
Ar-ras | yes | 23:44 |
alterego | How standard is it across smartphones? | 23:44 |
Ar-ras | JSR-82 (Bluetooth) | 23:44 |
pupnik | what is it exactly that the Tablets are missing to run java apps? | 23:44 |
alterego | Nice | 23:44 |
gla55 | alterego: unless you need like cellid shit and mess with phone things or do background stuff reliably you can get around with j2me pretty far | 23:44 |
alterego | pupnik, Java | 23:44 |
*** tank1770 has joined #maemo | 23:45 | |
*** Disconnect has quit IRC | 23:45 | |
alterego | gla55, well. One of my ideas needs cell id ;) | 23:45 |
gla55 | alterego: ouchie. on some motos you can fetch it from a system property | 23:45 |
alterego | Well, to an extent. It doesn't out right rely on it .. | 23:45 |
Ar-ras | do you want to calculate gps position of O2 Germany ? | 23:45 |
gla55 | alterego: there's location apis though | 23:45 |
Jiten | suihkulokki: I've no experience at working with compilers at all. Is that a suitable first project? as in, not too difficult. | 23:45 |
alterego | Yeah, maybe what I want is do-able with J2ME. | 23:46 |
gla55 | that would save you a lot of hair | 23:46 |
alterego | What about FS access? How restricted is that at the moment? Or is it mostly user-auth? | 23:46 |
*** pdz-_ has joined #maemo | 23:46 | |
gla55 | alterego: there's an api for it | 23:46 |
Ar-ras | for the most things, there is an api | 23:47 |
gla55 | as restricted as from a regularly signed symbian app i suppose | 23:47 |
alterego | :) | 23:47 |
alterego | Well, you guys have been very informative. I'll look into the details when I think more seriously about this endeavour. | 23:47 |
alterego | Oh, what about AT+ command set? | 23:48 |
alterego | Is that accessible via BT serial ? | 23:48 |
gla55 | forget it. | 23:48 |
_Monkey | gla55: I forgot it | 23:48 |
gla55 | hah | 23:48 |
gla55 | alterego: maybe on some phone | 23:48 |
Ar-ras | AT Commands | 23:48 |
Ar-ras | Ug | 23:48 |
Ar-ras | uh | 23:48 |
alterego | It's the only way I remember of accessing SMS O_O | 23:48 |
gla55 | alterego: you could do a serial to the phone itself.. dunno. would be highly phone specific. i wouldn't recommend it | 23:48 |
gla55 | alterego: if you're making calls or sending sms's or mms there's apis | 23:49 |
pupnik | alterego: http://www.internettablettalk.com/forums/showthread.php?t=4618 | 23:49 |
Juhaz | full file access is insanely restricted, and won't be given for almost anything, some is user grantable. | 23:49 |
Jiten | interesting. this window.show_all() (necessary to get me toolbar buttons to show) takes ~4 seconds of real time. | 23:49 |
suihkulokki | Jiten: If you think it's too hard for you, then it probably is :) | 23:49 |
suihkulokki | challenge yourself ;P | 23:50 |
Jiten | suihkulokki: I'm not thinking I can't do it. I'm just going to run out of interest if it takes weeks. | 23:50 |
sp3000 | seen doublec | 23:51 |
_Monkey | doublec was last seen on #maemo 1 days, 23 hours, 24 minutes and 30 seconds ago, saying: hi timely_changelog [Sat Oct 20 22:26:33 2007] | 23:51 |
alterego | Jiten, that sounds insane. You're either miss timing it or the python Gtk bindings are f*cked. | 23:51 |
gla55 | alterego: you can get a general feel of whats possible if you look at pages like http://www.forum.nokia.com/devices/E50 , check the jsr's available for the device and skim through them | 23:51 |
alterego | gla55, thanks :) | 23:51 |
alterego | 4 seconds of real time .. I can't believe that that's possible .. | 23:52 |
* sp3000 wonders if he happened to write up a howtobuild microb, seeing as it's "here's a two line doc, have a dozen gotchas" | 23:52 | |
Jiten | alterego: I'm guessing it's c-code it executes since cumulative time equals time in function. | 23:52 |
*** pdz has quit IRC | 23:52 | |
alterego | Is that for a single show all? | 23:52 |
Jiten | yes, single call | 23:52 |
alterego | Not in a loop? :) | 23:52 |
alterego | Or in the main loop? ^_^ | 23:53 |
Jiten | 1 3.896 3.896 3.896 3.896 {method 'show_all' of 'gtk.Widget' objects} | 23:53 |
alterego | Oh, | 23:53 |
alterego | Hmm .. | 23:53 |
Jiten | I'm calling it once from my code. | 23:53 |
Jiten | code that should only get called once | 23:53 |
alterego | window#show_all ? | 23:53 |
Jiten | yes, hildon.window | 23:53 |
alterego | Interesting. | 23:54 |
alterego | Well .. I feel there's something wrong :/ | 23:54 |
gla55 | alterego: no probs... it's sort of my job to be enthuastic about this shit | 23:55 |
alterego | Is that output from a python profiler? | 23:55 |
alterego | gla55, I've been out-of-the-loop from phone tech for a while. | 23:55 |
alterego | The last time I was kind of interested in it was with the 7650 | 23:55 |
gla55 | that was around the time i got intrested at all | 23:56 |
alterego | Coding for that .. It was so limited I just gave up and started getting drunk instead. | 23:56 |
Jiten | alterego: I took the stats with python2.5 -m cProfile -o mnemosyne.prof mnemosyne.py | 23:56 |
gla55 | very little memory on that one.. hampered the device badly | 23:56 |
*** philipl has quit IRC | 23:56 | |
Jiten | and I'm looking at them with pstats module with interactive python | 23:56 |
alterego | gla55, yeah. I wouldn't have minded that so much if J2ME at the time had more stuff. | 23:57 |
alterego | I wrote a small game engine. It was so hacked. | 23:57 |
alterego | That's what stopped me coding for phones :) | 23:57 |
*** pdz- has quit IRC | 23:57 | |
alterego | There were technologies on the horizon, on the J2ME front. But I couldn't be bothered to wait or afford to get a new phone everytime I wanted to code something, (I was a student at the time) | 23:58 |
*** doublec has joined #maemo | 23:58 | |
alterego | Jiten, have you tried profiling a test case? Like a Hildon::Window with a single label in it? | 23:59 |
Jiten | no, I'm more interested in analysing the parts I can do something about right now. | 23:59 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!