Previous day | Jump to hour: 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | Next day

Seconds: Show Hide | Joins: Show Hide | View raw
Font: Serif Sans-Serif Monospace | Size: Small Medium Large

Click in the nick column to highlight everything a person has said.
The icon identifies that the person is a core developer (has commit access).

#rockbox log for 2008-02-13

00:00:27Nico_Plostlogic: the only potential problem I see with this is that it interrupts buffer_handle each time a handle is added
00:00:27JdGordon|wis it possible that the disk access on the e200 can happen completly before the statusbar can be updated so the icon isnt shown? iirc the status bar is updated HZ/10 in the menus...
00:00:40 Quit crope` ("Leaving")
00:00:48 Join crope` [0] (n=crope@dyn3-82-128-184-118.psoas.suomi.net)
00:00:53gevaertsbertrik: that's actually not too bad I think. The Interface Descriptor test is my fault. I assumed we didn't need that. Halt Endpoint is not implemented but shouldn't be too hard, and other speed is easy.
00:02:04gevaertsbertrik: for the MSC tests : the latest patch supports serial numbers, and it says you aborted all others.
00:02:14lostlogicNico_P: it's a quick bounce, calculate the code path, should only be about 20 instructions
00:02:30bertrikgevaerts: those are old tests from november...
00:02:39Nico_Plostlogic: yeah, shouldn't be much of a problem
00:03:37gevaertsbertrik: ok. I'm blind...
00:05:32 Quit dannymill000 ("Procrastinators Unite...tomorrow")
00:07:45 Quit desowin ()
00:10:12bertrikNo idea why all tests fail, the USBCV does find the sansa on the bus so at least the device descriptor can be fetched, I'll try some more tomorrow
00:10:16asdrubalhoe long does a db update usually take on a 2gb sansa?
00:10:17 Quit bertrik ("off to sleep")
00:10:23asdrubalhoe=how
00:11:50gevaertsbertrik: Don't spend too much time on it. Do they say anything at all ?
00:13:30linuxstbgevaerts: He left...
00:14:10*gevaerts thinks bertrik has the right idea
00:14:22gevaertslinuxstb: I noticed.
00:15:13gevaertslinuxstb: I plan to run the tests for myself tomorrow anyway.
00:16:09 Join stripwax [0] (n=Miranda@87-194-34-169.bethere.co.uk)
00:18:09 Quit karashata (" HydraIRC -> http://www.hydrairc.com <- Po-ta-to, boil em, mash em, stick em in a stew.")
00:18:52kugelNico_P: Have you ever looked at the albumart-smooth_resize* patches?
00:19:00*gevaerts goes to sleep as well, before any new issue comes up to keep him awake for three more hours
00:19:06Nico_Pkugel: I have a few days ago
00:19:08 Quit gevaerts ("good night")
00:19:23Nico_Phaven't looked at the latest version though
00:19:50kugelit might be my limited C knowledge, but the later versions doesn't look good to me
00:20:24 Join female [0] (n=dandbcoo@c-68-41-156-13.hsd1.mi.comcast.net)
00:20:29Nico_Pkugel: why?
00:20:51IngenAningI am trying to compile the rockboxutility, but when i run qmake in the rbutilqt directory, i just get a general qmake help
00:21:31 Quit perrikwp ("http://www.mibbit.com ajax IRC Client")
00:21:36IngenAningThe guide says "Then you run the command qmake and then make in the rbutilqt folder"
00:21:36kugelif I understand it correctly, he introduces a function get_bmp_size to get the size of the bmp. Doesn't read_bmp_fd do that allready?
00:22:14kugelI haven't looked very much in the bmp.[ch] code though
00:23:15Nico_Pkugel: yes, read_bmp_fd gets you the size, but also does much more. It's not suited for when you only want to know the size
00:23:53kugelah, that makes sense
00:25:03kugelShouldn't the size of the albumart be allready stored somewhere?
00:27:14Nico_Pdepends what albumart you're talking about
00:27:25kugelthe non-resized of coursed
00:27:28kugel-d
00:28:05Nico_Pwhere would the size of that be stored?
00:28:09kugelit's loaded with or without albumart_resize
00:28:34kugelNico_P: I don't know, but the size is needed, since it's loaded into the buffer, isn't it?
00:30:21 Quit mirak ("Ex-Chat")
00:30:24preglowIngenAning: you can run qmake in the rbutil directory, i think
00:30:32preglowi just did it, works fine
00:31:01preglowas long as there's a .pro file there, it means you can run qmake
00:31:24kugelIngenAning: just run qmake once (it should return 1 line, not interesting). Now run make and it should compile
00:31:54IngenAningCan someone help with the rockbox utility? I clicked "complete installation", then for some reason it thinks i already have the bootloader, but this is my first time running it.. then it fails if i say to install it anyway, and if i skip the step, the download fails (it reports "received HTPP error n" where n is an arbitrary number, because it changes each time i try)
00:31:54 Quit toffe82 (Read error: 104 (Connection reset by peer))
00:32:40Nico_Pkugel: the bitmap that ends up in the buffer is the resized one
00:33:03pixelmaIngenAning: which rbutil version are you running?
00:33:28 Quit dreeft ("( www.nnscript.com :: NoNameScript 4.2 :: www.regroup-esports.com )")
00:33:38IngenAningFrom http://download.rockbox.org/rbutil/linux/rbutilqt-v1.0.2.tar.bz2
00:33:47kugelNico_P: I've looked into the patch, and it looked to me like both were loaded into the bufffer
00:33:52kugelcorrect me if I'm wrong
00:34:08IngenAningversion m1.0.2 / r15191
00:34:24 Join toffe82 [0] (n=chatzill@h-74-0-180-178.snvacaid.covad.net)
00:35:17Nico_Pkugel: when a resize is needed, the original bmp is loaded to the WPS image buffer, then the resize is called with a destination bitmap that is in the audio buffer (i.e. MoB)
00:35:25kugelNico_P: Should buffering.c change at all? I imagine that the buffering stays the same, just the bmp sent to the buffer is another
00:35:48kugelhm
00:35:51pixelmaIngenAning: the "complete installation" in that version has a bug, try installing bootloader and build seperately (I think someone said yesterday that it is on a different tab, never tried myself)
00:36:04kugelI think I begin to get it
00:36:07Nico_Pthe function he changes in buffering.c is the one that handles loading a bitmap. I agree it should be moved elsewhere but it's not very easy
00:36:29*n1s would like to commit FS #8567 tomorrow and want to hear any complaints before, it basically means that gcc is required to build manuals and "make manual" must be used to make the regular pdf manuals.
00:37:00Nico_Pthe resize patch is really starting to look good to me... I should consider commiting it soon
00:37:39kugelNico_P: but w/o the smooth scaling, right?
00:37:54Nico_Pno, with smooth scaling. It's not much use without it
00:38:07IngenAningFor "select your device in the file system" -- is this the mount point, or something in /dev ?
00:38:15Nico_PI already have a patch that cleanly adds smooth scaling to the core
00:38:21kugelI heard it increases the bin size by 4KiB
00:38:52kugelI believe you told that. Could you clean it up? Cool
00:38:52Nico_Pit does, but last I heard it still was a wanted feature (and the binsize hit apparently can be reduced a bit)
00:38:56*preglow wonders how much core jpeg decoding will add
00:39:05 Quit ch4os_ (Read error: 113 (No route to host))
00:39:18 Join jac0b [0] (n=jac0b@user-1120k9e.dsl.mindspring.com)
00:39:24 Join spiorf [0] (n=spiorf@host118-214-dynamic.20-79-r.retail.telecomitalia.it)
00:40:16 Join gtkspert_ [0] (n=gtkspert@203-206-99-87.dyn.iinet.net.au)
00:42:31 Quit jhMikeS (Read error: 104 (Connection reset by peer))
00:43:38 Join csc` [0] (n=csc@archlinux/user/csc)
00:44:01pixelman1s: is it normal that when compiling the manual with the patch it complaints about missing config.h and button.h somewhere in the beginning? I get a pdf though in the end
00:44:37 Join crzyboyster [0] (n=4b596e6d@gateway/web/cgi-irc/labb.contactor.se/x-d825f4e591a4f9e4)
00:44:42 Join jhMikeS [50] (n=jethead7@rockbox/developer/jhMikeS)
00:45:16pixelmabut a nice side effect, you don't get the mkinfo.pl complaint with "make manual"
00:45:25n1spixelma: no it shouldn't do that, did you rerun configure?
00:45:42pixelmahumm... no, just a "make clean"
00:45:50n1sah, try that then
00:46:01 Quit ender` (" Our chances of being caught by the RIAA or IFPI are somewhat less than being hit by lightning - or choking on a wasabi-flav")
00:46:36n1sThe include paths were to the manual dir to make a regular "make" build a manual in a slightly hacky way...
00:46:54n1sI had to change them back to get those header files
00:48:16n1s<builddir>/manual/feature.tex should tell you if everything works.
00:48:35n1ss/feature/features
00:49:43jac0bon SVN I am getting this error "svn: Decompression of svndiff data failed"
00:50:16pixelman1s: ok, that fixed it and features.tex looks good :)
00:50:27n1sgreat
00:50:43jac0bshould I just retry?
00:51:54kugelNico_P: Correct me if I'm wrong! The latest albumart-smooth_resize calculates the size of the source bmp in bmp.c, it calculates the size of the resized bmp in albumart.c, and the final resizing is done in buffering.c
00:52:20Nico_Pkugel: and?
00:52:38kugelthat doesn't make much sense to me :/
00:52:59 Quit gtkspert (Read error: 101 (Network is unreachable))
00:53:16kugelFor me it would make more sense, if the size of resized bmp would calculated after resizing with the same function the source bmp size was calculated
00:53:26Nico_Pputting the func that calculates the size of a bitmap in bmp.c makes perfect sense. Where you then use it doesn't matter in the least
00:53:27kugeland buffering would stay the same
00:54:31 Quit obo ("bye")
00:54:33kugelNico_P: the extra function for calculating the resized bmp is not needed imo
00:54:35Nico_Pkugel: why would we need to calculate the size of the resized bmp? we know it, since we decide which size we want it to be
00:54:49Nico_Pand we need to know which size to resize to
00:55:21kugelNico_P: size in terms of bytes
00:55:54 Quit ol_schoola ()
00:56:18kugelwe have to know the size (bytes) of the resized bmp before resizing?
00:56:56Nico_Pyes. to know whether we have enough space to store it.
00:58:01kugelenough space?
00:58:30kugelhmm
00:58:37Nico_Pin memory, yes
00:59:15Nico_Pwe can't just write the resized bitmap and hope for the best. plus get_albumart_size also tells us which size to resize to
01:00
01:01:05kugelwell
01:01:18kugelI think I got something wrong then
01:02:08kugelI allways thought the space for the album art is fixed, i.e. the size of a bmp with max supported dimensions
01:02:35kugelBut, I haven't looked too deep in the code yet, so I might have missed it
01:02:59Nico_Pno. that's an old approach. now it's stored in the audio buffer, since it was committed MoB
01:03:17Nico_P*with* MoB
01:03:23 Quit petur ("Zzzzz")
01:03:31 Part billytwowilly ("Konversation terminated!")
01:03:39 Quit jac0b ("Ex-Chat")
01:04:25kugelyea, I'm aware of that
01:05:02kugelbut I wasn't aware of that that the size must be known before buffering
01:05:03Nico_Pso I don't understand what you were thinking, with the fixed dims
01:05:19Nico_Pyou should look at the SVN albumart handling code
01:05:24kugelmust be known exactly
01:05:58Nico_Pit would be a huge waste to just allocate the max possible size
01:06:38kugelI looked into albumart.c and I couldn't find where the size is calculated
01:07:16kugelanyway, thanks for clarification
01:07:16Nico_Pload_bitmap (in buffering.c) just writes the bitmap to the audio buffer and then says "I just wrote X bytes to the buffer"
01:09:14***Saving seen data "./dancer.seen"
01:09:19Nico_Pso it doesn't really need to know the size beforehand. but in the patch we do in order to know if we need to resize
01:09:40kugelah
01:09:46kugelsee, that was my point
01:10:31kugelBut I understand, that the size should be known before with resizing, in order to not waste cpu time on resizing
01:10:42IngenAningIs there a way, if i am playing an entire album, that i can go from "track view" to album view? like.. to see my progression through the album, so i see a list of tracks, with the current track hilighted
01:11:27Nico_PIngenAning: are you playing the album from the database of from the filetree?
01:11:49kugelno wait. You need to know the size before resizing in "order know if we need to resize"?
01:12:05 Join cool_walking_ [0] (n=Miranda@203-59-129-195.perm.iinet.net.au)
01:12:56Nico_Pkugel: yes. you need to know the size of the bitmap file you have (with get_bmp_size), and the size it needs to be displayed as (with get_albumart_size)
01:13:14kugelI thought the dimensions of the album art file and the dimensions in the wps tell us if we need to resize, and not the size of the resized bmp
01:13:21IngenAningNico_P: database
01:14:06kugelsize in terms of bytes
01:14:36Nico_Psize in bytes and in pixels are very much the same
01:15:08Nico_PIngenAning: AFAIK it's not possible in the DB
01:15:19Nico_Pfrom the tree it would be "follow playlist"
01:15:33kugelSo you compare the size in bytes to determine if resize is needed?
01:15:35IngenAningso what is the different between the tree and database?
01:15:48IngenAningalso for some reason, all of the files that i thought i deleted are still in the database..
01:15:57IngenAningsongs rather
01:16:23kugelIngenAning: database uses id3-tags, tree uses filenames
01:16:33Nico_Pkugel: no. you look at the size in pixels. but you also need to know the size in bytes to see if there is enough memory to store it
01:16:54kugelyou said you need to know the size in bytes to know if resize is neede
01:17:43Nico_PI wasn't talking about the size in bytes, although we do need to know about that one too
01:17:55Nico_Pget_albumart_size tells us both
01:19:13Nico_Pkugel: I think you need to look at the patch more closely. I'm not saying there are no mistakes, but the principle looks sound to mle
01:20:28 Quit n1s ()
01:21:36kugelit's quite confusing for me at the moment
01:21:44kugelI mean our talk
01:23:13kugelyou said, as of now we don't need to know the size (in bytes) of the album art ("it doesn't really need to know the size beforehand"). But know it does? and even before resizing?
01:23:30kugelbut know it does means with resizng
01:24:24 Part toffe82
01:25:06kugeluh, "But know it does?" should read "But with resizing it does?" actually
01:25:08Nico_Pin current SVN, read_bmp_fd is told how much free space there is, and will take care of not writing more than that. It will only succed if it has enough to write the whole bitmap
01:25:49Nico_Pwith the resizing version, we need to do the check ourselves before calling the resizing func
01:26:08Nico_Pbecause that function will just blindly write what it has to
01:26:57kugelah, so the check is preferred anyway, it's just not implemented in SVN?
01:27:15Nico_Pit is. but it's in read_bmp_fd
01:27:28Nico_Ponly we don't use that when we reisze
01:27:38 Quit TMM ("Ex-Chat")
01:28:08 Quit spiorf (Remote closed the connection)
01:28:19kugelI don't see where the current svn checks before writing
01:29:06asdrubalany sansa users here?
01:29:13 Quit crzyboyster ("CGI:IRC")
01:29:18Nico_Pin buffering.c:844 we calculate how much free space the audio buffer has. in 845 we call read_bmp_fd with that value. read_bmp_fd will fail if the bitmap is too big
01:29:34asdrubalWhen I put music into a folder other than <sansa_disk>/music/ it will become corrupted
01:29:53Nico_Pkugel: the "free" veriable
01:29:58 Part pixelma
01:30:00kugeloh it will fail
01:30:05Nico_Pyes!
01:31:03asdrubalIs there a way to add a chess opening book to the chessbox app ?
01:31:15kugelI read this lines just now, and I thought it's just in order to have the return value stating the correct value of bytes that have been written. I didn't know that read_bmp_fd will actually fail, and thus load_bmp too
01:31:39Nico_Pthat's what I've been trying to say
01:31:41kugelNico_P: thank you, I think I got it
01:32:04efexpeehow do i transfer songs to ipod without having to delete everything in ipod
01:32:24Nico_Pefexpee: just add them where you want
01:32:28kugelNico_P: if you told me earlier that read_bmp_fd will fail
01:32:43Nico_P[01:25] <Nico_P> in current SVN, read_bmp_fd is told how much free space there is, and will take care of not writing more than that. It will only succed if it has enough to write the whole bitmap
01:33:26kugelI got this sentence wrong
01:33:55kugelI read read_bmp_fd will tell us how much space the bmp will need
01:34:01 Quit stripwax ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org")
01:34:25kugelAnyway, great that you helped me out.
01:34:33Nico_Pyou're welcome ;)
01:34:38*Nico_P should get to bed now
01:34:58kugelNico_P: Same here, but I couldn't sleep without this issue cleared ;)
01:35:10Nico_Phehe I know the feeling
01:35:44 Quit roolku ()
01:36:04kugelI'm a coder at all. I just need more C experience and get to know rockbox source better.
01:36:37kugelbut actually, I had no idea of C at all 4 month ago. rockbox is teaching me
01:36:47Nico_PI started the same way a few years ago
01:37:13Nico_Pfor learning the source code I recommend using an IDE that can take you to the definition of a symbol or show you call graphs
01:37:21 Quit JdGordon|w ("http://www.mibbit.com ajax IRC Client")
01:37:28kugelcool, looks like you're the jedi and i am the padawan
01:37:42Nico_PI use kscope (basically kate with cscope)
01:37:48 Join JdGordon|w [0] (i=836b004b@gateway/web/ajax/mibbit.com/x-9035c70c87a48c3c)
01:38:00kugelnever used a IDE actually
01:38:09kugelsounds like a good idea though.
01:38:21kugelHowever, kate's bugging me quite a lot.
01:39:05Nico_Pyou can use cscope in vim and probably emacs, but I don't know how well it is integrated. also maybe there is a similar gnome app
01:39:18Nico_Pthe advantage of kscope is that it was built around cscope
01:39:40kugeljust installed it
01:40:32*Nico_P goes to bed
01:40:39kugelgood night
01:40:43Nico_Pthanks :)
01:40:45 Quit Nico_P (Remote closed the connection)
01:42:01 Part efexpee
01:42:03 Join linuxstb_ [0] (n=linuxstb@rockbox/developer/linuxstb)
01:46:32 Quit JdGordon|w ("http://www.mibbit.com ajax IRC Client")
01:46:40 Quit herrwaldo (Read error: 104 (Connection reset by peer))
01:47:01 Join JdGordon|w [0] (i=836b004b@gateway/web/ajax/mibbit.com/x-66221b2591edb8be)
01:48:22 Join Kizle [0] (n=Kizzle@adsl-153-82-12.mia.bellsouth.net)
01:51:52IngenAningSo where do i put my music on my new rockbox device, and how do i put it there?
01:53:56krazykitwherever you want and however you want.
01:54:00 Quit linuxstb (Read error: 113 (No route to host))
01:56:44 Quit conando (Read error: 110 (Connection timed out))
01:58:41 Join perrikwp [0] (i=98216aac@gateway/web/ajax/mibbit.com/x-02a9a1467bf2a81d)
02:00
02:00:25kaimukils
02:01:26 Join karashata [0] (n=Kimi@bas3-kitchener06-1096622343.dsl.bell.ca)
02:02:32 Quit Ave (Read error: 110 (Connection timed out))
02:11:21 Quit JdGordon|w ("http://www.mibbit.com ajax IRC Client")
02:23:58 Nick fxb is now known as fxb__ (n=felixbru@h1252615.stratoserver.net)
02:24:18IngenAningif i enabled last.fm support, how does it sync up?
02:26:01 Join austriancoder__ [0] (n=austrian@80.120.117.30)
02:26:45soaphttp://www.rockbox.org/twiki/bin/view/Main/LastFMLog
02:26:56soapmight I recommend QTScrobbler?
02:31:19 Quit z35_1 (Read error: 113 (No route to host))
02:31:26 Part TradeJack
02:31:40 Join z35 [0] (n=z@149.123.33.65.cfl.res.rr.com)
02:40:34 Quit austriancoder_ (Read error: 110 (Connection timed out))
02:40:37 Join jhulst [0] (n=jhulst@unaffiliated/jhulst)
02:42:28 Quit kugel ("ChatZilla 0.9.80 [Firefox 2.0.0.12/2008020710]")
03:00
03:04:16 Quit karashata (" Try HydraIRC -> http://www.hydrairc.com <-")
03:05:03 Join Ave [0] (i=ave@a91-152-238-56.elisa-laajakaista.fi)
03:05:21 Quit Thundercloud (Remote closed the connection)
03:06:47 Quit thegeek (Read error: 104 (Connection reset by peer))
03:08:31 Quit shbla99 ("Leaving")
03:09:15***Saving seen data "./dancer.seen"
03:10:52 Quit major_works ("ChatZilla 0.9.80 [Firefox 2.0.0.12/2008020121]")
03:15:15 Quit hannesd (Read error: 113 (No route to host))
03:15:49 Join EsotericWisp [0] (n=42f95557@gateway/web/cgi-irc/labb.contactor.se/x-78904b1a86a9d35a)
03:16:26EsotericWispAAARRRRGGGGHHHHH!!!!!!!
03:16:44 Join OlivierBorowski [0] (n=OlivierB@ANancy-157-1-74-29.w86-218.abo.wanadoo.fr)
03:17:16EsotericWispROCKBOX KILLED MY IPOD TOUCH
03:17:35EsotericWispI AM SUING YOU ALL
03:18:22EsotericWispUNLESS YOU CAN HELP
03:18:33scorcherockbox doesnt even work ont he ipod touch..and please stop using caps
03:20:03EsotericWispno dip it dosent work. it killed my ipod touch
03:20:14scorcheand how would it do that?
03:21:11EsotericWispI transferred the files but when it started it said that rockbox had a memory error on sector 0000000000001
03:21:12 Quit EsotericWisp ("CGI:IRC (EOF)")
03:21:50JdGordonoh noes! they gfigured out im lieing.. i better dc!
03:22:18 Join Davide-NYC [0] (n=chatzill@user-0cev9og.cable.mindspring.com)
03:23:12 Join EsotericWisp [0] (n=4a8e5616@gateway/web/cgi-irc/labb.contactor.se/x-99497ed1f29e306f)
03:23:29 Join austriancoder_ [0] (n=austrian@80.120.117.30)
03:23:37scorcheEsotericWisp: what you are saying is impossible...the bootloader simply cant be installed on the touch
03:23:54EsotericWispI am still suing
03:23:57EsotericWispbnbnn
03:23:58EsotericWispn
03:23:58EsotericWispn
03:23:58DBUGEnqueued KICK EsotericWisp
03:23:58EsotericWispn
03:23:58JdGordongo for it
03:23:58***Alert Mode level 1
03:23:58***Alert Mode level 2
03:23:58EsotericWispn
03:23:59***Alert Mode level 3
03:23:59***Alert Mode level 4
03:23:59EsotericWispn
03:24:00***Alert Mode level 5
03:24:00EsotericWispnn
03:24:21EsotericWispare you sure.
03:24:40JdGordonwe'll glady refund your money
03:24:58JdGordonand considering your lieing youll lose the case anyway
03:25:03EsotericWispgood
03:25:30EsotericWispNo. i am serious. it half booted and then failed
03:25:46scorcheno, you arent....now are you done yet?
03:25:49JdGordonno your lieing... its im[possible to run any rockbox code on a touch
03:26:07 Join countrymonkey [0] (n=4b05639a@gateway/web/cgi-irc/labb.contactor.se/x-b34d08b6072fee4a)
03:26:09scorcheunless you figured out how...we would love to know
03:26:26 Quit IngenAning ("Lost terminal")
03:26:26EsotericWispNO YOU UGLY BUTT I AM NOT LIENG
03:26:39EsotericWispYOU ALL SUCK
03:26:44JdGordonok, so take a photo of your touch with this mystieries error
03:26:52EsotericWispfine
03:27:23EsotericWisplet me go get my camera...
03:28:04Davide-NYCGentlemen, I have here an iHP-120 with a Compact Flash card in it.
03:28:15countrymonkeyWhat is it about the language he is using?
03:28:34JdGordonDavide-NYC: nice :)
03:28:37countrymonkeyI didn't know that ihp-120s had cf card slots.
03:28:47Davide-NYCIt mounts as a USB drive on my windos machine, but gives me an ATA -80 error
03:28:59Davide-NYCwhen booting to Rockbox
03:29:01JdGordonthe ata init is probably different?
03:29:23Davide-NYCI know nothing of these things and was hoping for a quick assist.
03:29:24JdGordonisnt there a patch to get CF working with ipods? you may have to use that or similar
03:29:59CtcpIgnored 1 channel CTCP requests in 0 seconds at the last flood
03:29:59*Davide-NYC looking
03:30:09countrymonkeyI hate to ask, but I feel 8496 is niglected. It fixes a spelling mistake.
03:30:26countrymonkeyIt is on the wiki's MiniCF topic.
03:32:00countrymonkeyAnd 8359 should be closed; it was superceded by another patch commit.
03:32:22JdGordonDavide-NYC: looks like a simple enough patch... although im guessing there is more to it that that
03:32:29JdGordonwhere did you get the adaptor?
03:32:40Davide-NYCJdGordon: fleabay
03:32:52JdGordonk
03:33:11Davide-NYCther is also this little nugget which has my attention. http://forums.rockbox.org/index.php?topic=15355.0
03:34:01***Alert Mode OFF
03:34:24 Join ctaylorr [0] (n=ctaylorr@CPE001839ae25b4-CM0011aea4a276.cpe.net.cable.rogers.com)
03:35:06 Quit DerDome (Nick collision from services.)
03:35:07 Join DerDom1 [0] (n=DerDome@dslb-082-083-247-090.pools.arcor-ip.net)
03:35:17 Nick DerDom1 is now known as DerDome (n=DerDome@dslb-082-083-247-090.pools.arcor-ip.net)
03:38:00 Quit austriancoder__ (Read error: 110 (Connection timed out))
03:38:33 Quit OlivierBorowski (Remote closed the connection)
03:40:14Davide-NYCConfused (as always)... shouldn't I remove the entire sleep portion of the ata.c file?
03:40:27EsotericWispOk i got it. how do I submit it
03:40:33EsotericWispthe picture
03:41:38advlaptop2019EsotericWisp, you use your own host and paste the link here
03:41:41XavierGrEsotericWisp: use an image host service and tell us the link
03:41:45Davide-NYCJdGordon: the patch modifies ata.c with the following: #if !defined(IPOD_NANO) && !defined(IPOD_MINI) && !defined(IPOD_MINI2G)
03:42:15JdGordonDavide-NYC: dunno... try it and see what happens
03:42:38JdGordonfinding out what ATA -80 is would probably be a good start
03:42:47Davide-NYCwell, to me that IF ends up being TRUE for my iRiver H120 and the rest of that code execute...
03:43:06Davide-NYCwhere would I look for a definition of ATA -80?
03:43:31JdGordongoogle, its probably a generic value, not rockbox specific
03:43:52Davide-NYCnope
03:43:54Davide-NYChttp://forums.rockbox.org/index.php?topic=12330.msg114960#msg114960
03:44:06Davide-NYCthat's what google give (LOL)
03:44:31*Davide-NYC waiting for make
03:44:32EsotericWisphttp://www.easysite.com/cepron under pictures
03:44:34 Part SSnake
03:44:43countrymonkeyEsotericWisp: sendspace.com is a good host
03:45:10JdGordonEsotericWisp: seriously.. how stupid do you think we are?
03:45:12scorchehahaha....a build from 2005?
03:45:27Davide-NYCLOL
03:45:34XavierGrroflmao
03:45:41EsotericWispVERY stupid
03:45:48JdGordonapparently
03:45:56countrymonkeywhat's all the fun? I'm blind so cannot see the pic
03:46:00JdGordonyour not the same guy who brought us HFS+ support are you?
03:46:02Davide-NYCIt doesn't even line up. No attempt to perspective correct.
03:46:26scorcheEsotericWisp: so now that we have had our laughs, are you done here, or must i shoo you away?
03:46:30EsotericWispMy cammera is a little buggy...
03:46:44EsotericWispand make me lleave
03:46:52EsotericWispi dare you
03:46:54*JdGordon has no idea what target that is a photo of..
03:46:56Mode"#rockbox +o scorche " by ChanServ (ChanServ@services.)
03:46:57scorcheok
03:46:58Davide-NYCTotally amateur fake cut'n'paste photochop job.
03:46:59JdGordonbye
03:47:01Kick(#rockbox EsotericWisp :Kick!) by scorche!i=Blah@rockbox/administrator/scorche
03:47:10Davide-NYCthanks scorche
03:47:16XavierGrthat was brilliant though it made my night :)
03:47:23JdGordonthats going to GoldenQuotes
03:47:27XavierGrindeed
03:47:45 Join andrew_ [0] (n=andrew@stjhnf0124w-142162074449.pppoe-dynamic.nl.aliant.net)
03:47:58 Join EsotericWisp [0] (n=4a8e5616@gateway/web/cgi-irc/labb.contactor.se/x-a6be12da18ee6970)
03:48:10Davide-NYCpost the pic to the page too!
03:48:34countrymonkeyHere he comes again...
03:48:52soapwhat target is that photo from?
03:48:53scorchewell, of course...it was only a kick..
03:49:06countrymonkeyipod touch
03:49:06soapOr was it stretched before horribly edited?
03:49:09EsotericWispit was gimp btw
03:49:22scorcheEsotericWisp: are you going to behave now?
03:49:28EsotericWispand the photo was frim an ipod nano
03:49:50 Quit csc` (Read error: 110 (Connection timed out))
03:49:52EsotericWispand I think it is a pretty good job
03:49:56JdGordoncant be a nano
03:50:08EsotericWispVideo?
03:50:09countrymonkeyI've met my match as far as weird people.
03:50:13*scorche awaits an answer
03:50:14JdGordonh300
03:50:28JdGordonthats the only colour target from 05
03:50:47countrymonkeyEsotericWisp what is the disk size?
03:50:59EsotericWisp8 gb---
03:51:34EsotericWispAnd i wont leave untill 7 people comp