--- Log for 05.11.110 Server: hubbard.freenode.net Channel: #rockbox --- Nick: logbot Version: Dancer V4.16 Started: 11 days and 5 hours ago 00.03.07 Part lixus001 00.11.07 Join JdGordon| [0] (~jonno@vl10.gw.ok-labs.com) 00.11.07 Quit JdGordon| (Changing host) 00.11.07 Join JdGordon| [0] (~jonno@rockbox/developer/JdGordon) 00.13.31 Join CaptainKewl [0] (~jason@207-38-215-126.c3-0.nyr-ubr1.nyr.ny.cable.rcn.com) 00.15.54 # New commit by 03kugel (r28484): Adapt icon loading to get_user_file_path() 00.17.38 # :( we really want to get rid of that, not add more calls 00.17.41 # r28484 build result: All green 00.19.32 # until it's done I'd like to be able to load icons 00.19.36 Quit csu (Ping timeout: 276 seconds) 00.19.47 Join csu [0] (~csu@dev.dist.us) 00.21.42 # JdGordon|: what is the #else .. maloc() #endif case for in skin_buffer.c? 00.21.53 # is anything actually doing it? 00.22.11 # thats when it is a stand alone lib 00.22.14 # i.e the theme editor 00.23.09 # does it free properly? 00.23.21 # yes 00.23.32 # I assume so. can APPLICATION and theme editor not use the same code? 00.24.13 # no, for the allocs in the parser it can but the rockbox code does a ton of other allocs which are easily to mess up if we dont keep careful track of them 00.24.39 # look at the skin_buffer_alloc() calls in apps/gui/skin_neinge/skin_parser.c 00.25.08 # I see 00.25.44 Join Horschti [0] (~Horscht@xbmc/user/horscht) 00.25.59 # so doing the list thing does suck a bit, but there isnt really a better alternative 00.26.12 # and yeah, rolling the 2 mallocs into one could help a tiny bit 00.26.18 Join b0hoon [0] (~quassel@178.56.27.25) 00.26.47 Quit Atlanx (Ping timeout: 265 seconds) 00.27.01 # but because so many of the allocs are under 200 bytes whatever we do is bad 00.27.12 Quit Horscht (Ping timeout: 240 seconds) 00.27.41 # we could allock 4KB chunks and then just pass a pointer into that so much less mallocs but more hassle to get working 00.28.00 Join xxcv [0] (~asdf@c211-30-174-99.carlnfd1.nsw.optusnet.com.au) 00.28.19 # bertrik: your new patch works (tuner detection) 00.28.48 # b0hoon, are the first four bytes in the debug menu always the same value? 00.29.24 # thanks for testing so far BTW :) 00.29.54 # bertrik: this is the problem, no but the fourth byte has always 4 bits !=0 and that is enough :) 00.30.13 Join sideral [0] (~sideral@91-64-234-193-dynip.superkabel.de) 00.30.32 # bertrik: 4 youngest bits 00.31.42 Nick soap_ is now known as soap (~soap@rockbox/staff/soap) 00.33.09 Join Atlanx [0] (~chatzilla@p5497C2E3.dip.t-dialin.net) 00.33.38 # JdGordon|: did you do anything with the themesite VM (maybe update it)? 00.34.00 # bertrik: it is necessary to have the tea detection for the HDD63X0 and the HDD1XX0, ifdefs are useless here, there is no way to distinguish between models 00.34.12 # JdGordon: 3 things. a) IMO r28475 reall should have been two separate commits, b) the second part of r28475 doesn't work properly (when you re-enter rockbox the hw buttons don't work), c) canceling in the keyboard dialog also doesn't work (anymore? I think it worked after the initial commit) 00.35.08 # can you please stop saying IMO? obviously it is your opinion... 00.35.27 # why should I? 00.35.57 # maybe it's obvious for you, it may not be for others 00.36.54 # bertrik: no problem. Thank you for the patch. night. 00.37.18 # anyway...I would appreciate if you could look into the 2 issues 00.37.33 *** Saving seen data "./dancer.seen" 00.38.18 # 1) because everything anyone says is their opinion, 2 we don't like abbreviations and imo shouldnt be different, 3 not untill i ahe a working android build again 00.38.34 Part b0hoon ("GTG, bye.") 00.39.13 # what in 28475 should have been 2 commits? 00.40.24 # a) repare dpad and b) make android handle back when in main menu 00.40.27 # repair* 00.40.44 # meh 00.41.03 Join ChrisTheOne [0] (~3e835f07@giant.haxx.se) 00.41.08 # hey 00.41.22 # anyone here? 00.42.11 # JdGordon|: I take that as a "no" ;) 00.42.53 # ChrisTheOne: if you have a Rockbox question just ask 00.43.28 # JdGordon: we like abbreviations that are on http://www.rockbox.org/wiki/IrcTalk 00.43.45 # i got the Rockbox Utility on my PC, but it won't connect to my Sansa Clip 00.44.13 Quit nls_web (Quit: CGI:IRC) 00.44.21 # it says 'its not writable' 00.44.23 Quit n1s (Quit: Lämnar) 00.45.10 # when does it say that? You start the Utility, your Sansa is connected and then... 00.47.14 # actually, i think it does connect to Rockbox Utility 00.47.16 # but then 00.48.52 # well, what are you doing exactly, was it found by "auto-detect" or is this the point where it breaks? 00.51.11 Quit ChrisTheOne (Quit: CGI:IRC (EOF)) 00.51.14 # kugel: I wouldn't say "we like them", they are somewhat acceptable but if still not nice for people using screenreaders 00.51.16 Join ChrisTheOne [0] (~3e835f07@giant.haxx.se) 00.52.28 Join Zarggg [0] (~zarggg@24.229.139.169.res-cmts.sm.ptd.net) 00.52.28 Quit bluebrother (Ping timeout: 250 seconds) 00.52.32 Part sideral 00.53.06 Join bluebrother [0] (~dom@rockbox/developer/bluebrother) 00.53.43 Quit kugel (Remote host closed the connection) 00.54.39 # hye 00.54.41 Join Horscht [0] (~Horscht@xbmc/user/horscht) 00.54.45 # hmmm 00.54.57 # seems to me not everything i say gets uploaded 00.55.08 # but as i was saying some earlier 00.55.12 Quit Horschti (Ping timeout: 240 seconds) 00.55.19 # Rockbox Utility crashes 00.55.31 # when i try to use the auto-detect 00.57.31 # hmm, sounds weird. What version of the Utility and which OS are you using? Also, is your Sansa Clip in MSC mode? 00.57.33 # and i cant connect using the browse function, its not in the list 00.57.48 Join martii [0] (martii@vpn.gadm.pl) 00.57.51 # hey :) 00.57.52 # Vista, and the latest version of Utility 00.58.02 # MSC mode = ? 00.58.20 # Guys I wanted to report that lates rockbox supports well my iTrip LCD with 4G iPod 20GB 00.58.30 # looks like I can't edit wiki 00.58.56 # What kind of device is that? 00.59.10 # ChrisTheOne: it's a setting in the original firmware, if it is set correctly you'll get a drive letter in Windows 00.59.37 # the installation instructions in our manual should explain this 00.59.54 # it is in MSC mode now 01.00.13 # great, it's now an 'F:' 01.00.20 # so who can edit wiki? 01.00.21 # it'll probably work now 01.00.23 # thanks! 01.00.41 Quit Judas_PhD (Quit: This is a quitting message) 01.01.50 # it is connected now! :D 01.03.11 Quit bertrik (Quit: :tiuQ) 01.03.39 # martii: everyone who's registered and given permission (you'd have to ask here but it's easily granted, it's just a measure against spam bots) 01.04.58 # ChrisTheOne: glad it's working. The utility shouldn't crash though if it only sees a player in the wrong USB mode (and ideally warn about it) 01.05.33 # yes, it did warned the first 2 times, but the 3rd time it crashed.. 01.05.54 Join Judas_PhD [0] (~kevin@misterfluffy.dsl.xmission.com) 01.07.39 Quit xxcv (Ping timeout: 260 seconds) 01.08.09 # pixelma: great I read about it 01.08.27 # pixelma: but I don't think I'll contribute much more 01.08.35 # pixelma: just one report that's all 01.09.06 Quit factor (Ping timeout: 264 seconds) 01.09.49 # hmm, someone volunteered to accept mails from people who just wanted to contribute one time, need to ask around who it was (and maybe he isn't arount at the moment) 01.10.46 # or around 01.10.53 # pixelma: OK I'll come back later 01.11.01 # pixelma: thanks 01.11.26 # Pixelma 01.11.43 # i got to the installing the boatloader part 01.11.55 # but what file is the Sansa firmware? 01.12.15 # i read .bin, but i don't see a .bin file on it 01.13.22 # mtable.sys could be it, it's the biggest file in it... 01.13.40 # you need to download it somewhere I think but I'm not too familiar with the newer Sansas' installation instructions. The manual should explain it 01.14.41 # martii, if you email me all the info asked for in the wiki, I'll edit it for you. martii@cleansoap.org is a fine email address for you to use. 01.14.53 # allready got it 01.15.05 # soap: ok 01.15.16 Join MethoS- [0] (~clemens@134.102.106.250) 01.15.28 # i accidentaly deleted it earlier :P 01.15.37 # soap: this is entry about Griffin iTrip LCD 01.16.02 # ok. email me all details and that would be great. I gotta run. 01.16.10 # soap: will do - thanks 01.17.40 Join factor [0] (~factor@r74-195-220-23.msk1cmtc02.mskgok.ok.dh.suddenlink.net) 01.17.42 Quit factor (Read error: Connection reset by peer) 01.20.58 Join factor [0] (~factor@r74-195-220-23.msk1cmtc02.mskgok.ok.dh.suddenlink.net) 01.21.48 Quit Horscht (Ping timeout: 272 seconds) 01.22.10 Join Horscht [0] (~Horscht@xbmc/user/horscht) 01.22.23 Quit JdGordon (Ping timeout: 240 seconds) 01.25.09 # @pixelma: is it possible to play all the files instead of just 1 album? 01.25.30 # if i look into 'music' then it says i dont have anything there 01.25.54 # cuz i got everything in albums 01.26.50 Quit dfkt (Quit: -= SysReset 2.53=- Sic gorgiamus allos subjectatos nunc.) 01.27.52 # pixelma? 01.29.06 Quit kazaik (Quit: Leaving) 01.30.24 Join Horschti [0] (~Horscht@xbmc/user/horscht) 01.31.48 # pixelma? 01.33.07 Quit Horscht (Ping timeout: 245 seconds) 01.39.32 Quit YPSY (Ping timeout: 272 seconds) 01.45.25 # Hello 01.45.52 # I want to upload an FM-Radio Preset to the Rockbox-Wiki. How can i do it? 01.46.58 # It looks like i have to register me in the Wiki and then put it there at an Attachement. Is this right way of doing it? 01.47.16 Quit MethoS- (Remote host closed the connection) 01.47.58 # Your personal Foswiki topic MarkusStadler has been created 01.48.08 # Please note that you cannot edit any pages yet. Not even your personal page. You need to ask (in IRC preferrably) 01.48.14 Join Ypsy [0] (~ypsy@geekpadawan.de) 01.48.31 Nick Ypsy is now known as YPSY (~ypsy@geekpadawan.de) 01.52.50 Join MethoS- [0] (~clemens@134.102.106.250) 01.53.27 Quit moos (Read error: Connection reset by peer) 01.53.49 Join moos [0] (moos@rockbox/staff/moos) 01.54.16 Quit ChrisTheOne (Quit: CGI:IRC (EOF)) 01.57.36 # Hello Atlanx, you indeed canot edit wiki page without asking for permission before. To edit a Wiki page you have to be listed in our Wiki Users Group 01.57.51 # let me few seconds and I'll add you 02.00.02 # thanks 02.01.38 # Done ! 02.01.59 # You can edit wiki pages now 02.05.11 # Ok, thanks. I will try uploading my Preset now. 02.05.51 # You are welcome. 02.20.23 # I had to exchange a broken sansa fuze, and all best buy had left was the fuze + :( 02.21.18 # so I figured I'd give it a try... predictably, it's utter crap 02.21.34 # apparently whoever designed it was so stoned they forgot to even put in a "hold" switch, so you can't even put the thing in your pocket 02.22.01 # and it has pointless touch-sensitive buttons for some reason, so it's a pain to use... 02.22.13 # and worst of all, even *crappier* OF than before and no rockbox! D: 02.25.28 # Ok, have added FM-Preset Germany: Landshut_Niederbayern to the wiki ( http://www.rockbox.org/wiki/FmPresetsEurope ) 02.25.31 # thx for help 02.28.40 Quit Staphylo (Read error: Connection reset by peer) 02.28.59 # No problem, and thanks to you too 02.29.58 Quit DerPapst (Quit: Leaving.) 02.37.36 *** Saving seen data "./dancer.seen" 03.02.46 Quit anewuser () 03.05.50 Quit Simon14 (Remote host closed the connection) 03.06.36 Join anewuser [0] (anewuser@unaffiliated/anewuser) 03.20.06 Quit hebz0rl (Ping timeout: 255 seconds) 03.25.32 Quit Judas_PhD (Quit: This is a quitting message) 03.25.55 # good night by by 03.26.19 Quit Atlanx (Quit: ChatZilla 0.9.86 [Firefox 3.6.12/20101026200743]) 03.33.40 Join hebz0rl [0] (~hebz0rl@dslb-088-065-218-064.pools.arcor-ip.net) 03.34.01 Join xxcv [0] (~asdf@c211-30-174-99.carlnfd1.nsw.optusnet.com.au) 03.45.09 Quit RoC_MasterMind (Quit: Leaving) 03.55.33 Quit bluebrother (Read error: Connection reset by peer) 03.55.40 Join bluebrother [0] (~dom@f053152075.adsl.alicedsl.de) 03.55.40 Quit bluebrother (Changing host) 03.55.40 Join bluebrother [0] (~dom@rockbox/developer/bluebrother) 04.03.51 Quit anewuser () 04.08.26 Quit TheSeven (Ping timeout: 264 seconds) 04.12.08 Join TheSeven [0] (~TheSeven@rockbox/developer/TheSeven) 04.14.14 Quit moos (Quit: ChatZilla 0.9.86 [Firefox 3.6.12/20101026210630]) 04.19.14 Join amiconn_ [0] (quassel@rockbox/developer/amiconn) 04.19.14 Quit amiconn (Disconnected by services) 04.19.27 Nick amiconn_ is now known as amiconn (quassel@rockbox/developer/amiconn) 04.20.09 Quit pixelma (Disconnected by services) 04.20.14 Join pixelma_ [0] (quassel@rockbox/staff/pixelma) 04.20.14 Nick pixelma_ is now known as pixelma (quassel@rockbox/staff/pixelma) 04.31.36 Quit dys (Ping timeout: 276 seconds) 04.31.36 Join dys [0] (~andreas@krlh-5f7264fd.pool.mediaWays.net) 04.32.37 Join Barahir_ [0] (~jonathan@frnk-590f7297.pool.mediaWays.net) 04.35.41 Quit Barahir (Ping timeout: 250 seconds) 04.37.37 *** Saving seen data "./dancer.seen" 04.38.13 Join Judas_PhD [0] (~kevin@misterfluffy.dsl.xmission.com) 04.55.56 Quit xxcv (Ping timeout: 265 seconds) 05.05.42 Join BHSPitMonkey [0] (~stephen@unaffiliated/bhspitmonkey) 05.30.25 Quit Dreamxtreme (Quit: Don't follow me) 05.33.37 Quit Judas_PhD (Quit: This is a quitting message) 05.33.50 Quit ps-auxw (Ping timeout: 255 seconds) 05.38.29 Quit Horschti (Quit: Verlassend) 05.45.00 Quit CaptainKewl (Ping timeout: 265 seconds) 05.45.07 Join ps-auxw [0] (~arneb@p4FF7F0DD.dip.t-dialin.net) 05.57.25 Quit MethoS- (Remote host closed the connection) 06.09.17 Join Dreamxtreme [0] (~Dre@92.30.19.75) 06.11.05 Quit hebz0rl (Quit: Leaving) 06.37.39 *** Saving seen data "./dancer.seen" 06.38.28 Quit fyrestorm (Read error: Connection reset by peer) 06.38.59 Join xxcv [0] (~asdf@c211-30-174-99.carlnfd1.nsw.optusnet.com.au) 06.55.44 Quit JdGordon| (Quit: leaving) 07.13.00 Join Sarcastic_Dude [0] (~Sir_Galla@westquad-146242.reshall.umich.edu) 07.15.46 Quit panni_ (Quit: ( www.nnscript.de :: NoNameScript 3.81 :: www.XLhost.de )) 07.18.34 Quit Sarcastic_Dude (Quit: Sarcastic_Dude) 07.20.32 Quit BHSPitMonkey (Remote host closed the connection) 07.26.06 Join Sarcastic_Dude [0] (~Sir_Galla@westquad-146242.reshall.umich.edu) 07.28.37 Join Buschel [0] (~chatzilla@p54B67F90.dip.t-dialin.net) 07.39.24 Part Sarcastic_Dude 07.41.37 Quit xxcv (Ping timeout: 240 seconds) 07.46.31 Join JdGordon [0] (~jonno@rockbox/developer/JdGordon) 07.47.29 Join esperegu [0] (~quassel@145.116.15.244) 07.52.54 Join drama [0] (~42fdb815@giant.haxx.se) 07.53.39 # Anyone know I can install Rockbox on my iPod 5G Using a Macbook Pro? 07.58.00 Quit user890104 () 08.00.44 Quit JdGordon (Ping timeout: 240 seconds) 08.01.18 Quit Buschel (Quit: ChatZilla 0.9.86 [Firefox 3.6.12/20101026210630]) 08.04.55 Join JdGordon [0] (~jonno@rockbox/developer/JdGordon) 08.06.28 Join Guest57232 [0] (~bjst@rockbox/developer/Zagor) 08.06.44 Nick Guest57232 is now known as Zagor (~bjst@rockbox/developer/Zagor) 08.09.12 Quit S00row (Read error: Connection reset by peer) 08.11.17 Join S00row [0] (~Administr@27-33-98-164.static.tpgi.com.au) 08.12.43 Join ender` [0] (krneki@foo.eternallybored.org) 08.12.47 Join shai [0] (~Shai@l192-117-110-233.cable.actcom.net.il) 08.22.52 Join bertrik [0] (~bertrik@ip117-49-211-87.adsl2.static.versatel.nl) 08.22.52 Quit bertrik (Changing host) 08.22.52 Join bertrik [0] (~bertrik@rockbox/developer/bertrik) 08.32.22 Quit drama (Quit: CGI:IRC (EOF)) 08.37.42 *** Saving seen data "./dancer.seen" 08.42.35 Join Staphylo [0] (~Bullet@AMontsouris-159-1-31-253.w90-46.abo.wanadoo.fr) 08.45.34 Quit JdGordon (Ping timeout: 245 seconds) 08.45.53 Quit S00row (Read error: Connection reset by peer) 08.48.37 Join S00row [0] (~Administr@27-33-98-164.static.tpgi.com.au) 09.01.09 Quit TheSeven (Ping timeout: 240 seconds) 09.06.52 # amiconn, do you think the extra binsize for the new tea5767 detection is too much? 09.11.14 Join sideral [0] (~sideral@217.9.48.20) 09.13.40 # could a developler kindly apply my rockboy-patch to svn, please? 09.15.58 # *developer 09.16.20 Join TheSeven|Mobile [0] (~theseven@rockbox/developer/TheSeven) 09.16.57 Quit powell14ski_ (Ping timeout: 265 seconds) 09.17.34 Quit TheSeven|Mobile (Read error: Connection reset by peer) 09.17.57 Join TheSeven|Mobile [0] (~theseven@rockbox/developer/TheSeven) 09.19.10 Join Rob2222 [0] (~Miranda@p4FFF21F8.dip.t-dialin.net) 09.20.27 Quit TheSeven|Mobile (Read error: Connection reset by peer) 09.20.38 Join Judas_PhD [0] (~kevin@misterfluffy.dsl.xmission.com) 09.20.57 Join TheSeven|Mobile [0] (~theseven@rockbox/developer/TheSeven) 09.21.31 Quit S00row (Read error: Connection reset by peer) 09.21.43 Join wodz [0] (~wodz@chello087206240131.chello.pl) 09.22.27 Join S00row [0] (~Administr@27-33-98-164.static.tpgi.com.au) 09.22.30 # pixelma, AlexP: The caption for the screenshot of the fractals plugin is wrong in manual. 09.22.45 Quit Rob2223 (Ping timeout: 265 seconds) 09.23.02 Quit TheSeven|Mobile (Read error: Connection reset by peer) 09.24.23 Join TheSeven|Mobile [0] (~theseven@rockbox/developer/TheSeven) 09.24.34 Quit TheSeven|Mobile (Read error: Connection reset by peer) 09.25.00 Join mrkiko [0] (~mrkiko@host53-255-dynamic.14-87-r.retail.telecomitalia.it) 09.26.56 Join TheSeven|Mobile [0] (~theseven@rockbox/developer/TheSeven) 09.27.39 Join LinusN [0] (~linus@rockbox/developer/LinusN) 09.32.07 # * TheSeven|Mobile wonders what to tackle next 09.32.18 Quit S00row (Read error: Connection reset by peer) 09.32.40 # audio dma / clock scaling improvements? 09.33.35 # does rockbox buffering provide the neccessary infrastructure for double-buffered dma? 09.33.37 # TheSeven|Mobile, i have an patch for rockboy which i want applied to svn :) 09.33.57 Join S00row [0] (~Administr@27-33-98-164.static.tpgi.com.au) 09.34.00 # just if you don't know what to do *g* 09.38.30 Join xxcv [0] (~asdf@c211-30-174-99.carlnfd1.nsw.optusnet.com.au) 09.40.05 # was that improved crossfeed patch ever applied? 09.40.38 # i just played around with crossfeed on my ride to work, and it doesn't seem to work quite right 09.42.59 # erm no. I mean this: http://www.rockbox.org/tracker/task/11632 09.44.14 # oh sry, misreaded this. You didn't meant me :) 09.49.24 # Stummi: maybe you will know - why there is condition in apps/plugins/SOURCES: #if PLUGIN_BUFFER_SIZE <= 0x20000 && defined(HAVE_LCD_BITMAP) for building rockboy, zxbox, chessbox goban and pictureflow 09.49.32 # it looks weird to me 09.50.02 # why we build this when buffer is small? 09.50.07 # those are plugins that need the overlay loader 09.50.33 # no, i don't know this 09.50.35 # TheSeven|Mobile, I worked on crossfeed but haven't applied anything yet 09.51.26 # The adjustable delay for crossfeed is nice and has a big subjective effect, but it requires changes to ASM for various targets that I'm not familiar with 09.51.35 Join powell14ski_ [0] (~powell14s@c-67-177-228-132.hsd1.co.comcast.net) 09.51.49 # pixelma: In this case I think there is a bug - iriver h100 has PLUGIN_BUFFER_SIZE 0x80000 which will mean this plugins will not be build 09.51.57 # wodz: and only this loader is handled in SOURCES, for the big mem targets inclusion of these plugins is handled in SUBDIRS (maybe the actual plugin in generel, don't know) 09.51.58 # The currently used delay of 300 microseconds turns out to be actually a good choice anyway 09.52.33 # pixelma: ok I'll look 09.52.37 # pixelma, i think wodz wanted to point to the thing, that this should be "=>" instance of "<=" 09.52.45 # no 09.52.54 # ok 09.53.14 # only the low mem targets need the special loader 09.53.33 # Ok, now I see but this deserves comment at least 09.54.09 # pixelma: have you seen my post about caption for fractals screenshot in manual? 09.55.05 # yes, haven't looked at the code yet 10.03.08 # it's not completely wrong ;) but outdated. While the plugin was extended and renamed to possibly support others it still only supports the Mandelbrot set if I haven't missed anything 10.03.12 Quit mrkiko (Quit: leaving) 10.03.51 # yes but the caption is confusing a bit 10.04.07 # other captions refer to plugin name 10.04.19 # should be an easy fix 10.04.38 # this manual preparation drive me crazy :/ 10.05.19 # I think you can commit it in smaller chunks 10.06.30 # like an initial commit with the platform files, then installation instructions, then screenshots, then buttontables (they don't need to happen all at once) 10.06.55 # yeh this is good idea probably 10.07.39 Join KiwiCam [0] (~Kiwicam@ip-118-90-75-25.xdsl.xnet.co.nz) 10.11.57 Join csu1 [0] (~csu@91.75.204.13) 10.14.27 Quit csu (Ping timeout: 276 seconds) 10.15.30 # wodz: there is a small comment in plugins/SOURCES right above, it's a bit simple and probably needs you to investigate further a bit if you aren't familiar with it yet: /* Overlays loaders */ 10.16.08 # small typo in there maybe 10.17.48 # pixelma: but SOURCE usually shows what will be compiled so this should state something like 'for targets with larger plugin buffer look at SUBDIRS' IMO 10.18.24 # it's not big deal but I found this confusing when looking why rockboy is not compiled for hd200 10.19.03 Quit CaptainKewllllll (Quit: CGI:IRC (EOF)) 10.19.42 # as far as I know SUBDIRS handles all plugins that are in well subdirs, SOURCES only the single file one so I think you are expected to look into both (or the "correct" one) 10.23.48 # hmm, maybe the confusion comes from the fact that the overlay loader source files are called exactly like the plugin's - so you have two "rockboy.c", one in the plugin directory (which is the loader) and one in a "rockboy" subdirectory 10.26.52 Quit Dreamxtreme (Quit: Hi, I'm a quit message virus. Please replace your old line with this line and help me take over the world of IRC.) 10.29.30 Join lixus00 [0] (~lixxus@78-86-253-21.zone2.bethere.co.uk) 10.29.55 Quit wodz (Quit: Leaving) 10.31.09 Join Jaykay [0] (~chatzilla@p5DC57138.dip.t-dialin.net) 10.34.36 Join DerPapst [0] (~Alexander@dslb-088-069-158-118.pools.arcor-ip.net) 10.37.45 *** Saving seen data "./dancer.seen" 10.40.37 Quit lixus00 (Ping timeout: 240 seconds) 10.51.21 # New commit by 03bertrik (r28485): Correct spelling of 'seperate' in the skin parsing code - FS#11724 by Alexander Levin 10.51.35 Join notlistening [0] (~tom@94-195-105-95.zone9.bethere.co.uk) 10.52.32 # Hi, all I know there is a pitch function in rockbox but is there a rate function to increase speed of the playback of a track? 10.52.59 # yes I think so 10.53.25 # r28485 build result: All green 10.54.39 Join Songs_0f_Failure [0] (amoral.ncu@93.123.165.187) 10.57.50 Join PurlingNayuki [0] (~716ec4a8@giant.haxx.se) 10.59.06 # where is it hidden? 10.59.30 # or was that not a reply to me bertrik 11.00.30 # I must Patch every files one by one... Is there any convenient way? 11.00.47 Join TheSeven [0] (~TheSeven@rockbox/developer/TheSeven) 11.01.28 # notlistening, it's in the pitch screen, this screen has several modes (pitch/rate/pitch+rate) that you can switch between 11.03.43 # ah right have to find those just getting used to the android version that and where to touch the screen :D 11.04.41 Join n1s [0] (~n1s@nl118-174-240.student.uu.se) 11.04.41 Quit n1s (Changing host) 11.04.41 Join n1s [0] (~n1s@rockbox/developer/n1s) 11.08.48 # Do we want a 20px artwiz-snap? - http://www.rockbox.org/tracker/task/9633?getfile=18089 11.09.41 Part LinusN 11.10.02 Join LinusN [0] (~linus@rockbox/developer/LinusN) 11.10.41 Part LinusN 11.12.53 Join LinusN [0] (~linus@rockbox/developer/LinusN) 11.19.31 # New commit by 03rasher (r28486): Add 20-Artwiz-Snap. ... 11.20.52 # The only difference that I can see on the pitch screen is the units that you adjust the pitch, is it possible the the touch screen screen does not allow you to adjust those settings between pitch/rate/pitch+rate 11.21.49 # notlistening: look for "timestretch" in your player's Rovkbox manual 11.22.12 Join lixus00 [0] (~lixxus@78-86-253-21.zone2.bethere.co.uk) 11.22.16 # *Rockbox 11.22.22 # ah ok I have seen that before i will go have a look 11.22.26 # sorry to be a pain 11.22.36 # what player is this? 11.23.59 # Dell Streak :P 11.24.01 # Android 11.25.52 # Zagor, Bagder, LinusN: The font pack seems to not be getting updated automatically 11.25.52 Quit S00row (Read error: Connection reset by peer) 11.25.58 # notlistening: then check another players manual ;) As long as you can switch the modes in the pitch screen it should work 11.26.12 Part lixus00 11.26.19 # but needs to be enabled before 11.26.42 # I have just enabled it which other target is touch screen? 11.27.06 # the D2 manual is probably closest 11.27.25 # Thank pixelma 11.27.41 Quit krazykit (Ping timeout: 260 seconds) 11.28.19 Join krazykit [0] (~kkit@99-126-205-52.lightspeed.cicril.sbcglobal.net) 11.28.42 Join S00row [0] (~Administr@27-33-98-164.static.tpgi.com.au) 11.29.07 Quit bertrik (Ping timeout: 272 seconds) 11.31.46 Join bertrik [0] (~bertrik@ip117-49-211-87.adsl2.static.versatel.nl) 11.31.46 Quit bertrik (Changing host) 11.31.46 Join bertrik [0] (~bertrik@rockbox/developer/bertrik) 11.32.04 # Hum right maybe a reboot in terms of Android as it runs as a service is not enough just to shutdown the app...? 11.36.10 # As i suspected it now gives me the options I wanted ;) 11.36.37 # When the manual is written might be worth mentioning that you have to restart the phone 11.50.24 Join teru [0] (~teru@KD059133111160.ppp.dion.ne.jp) 11.58.37 Join petur [0] (~petur@rockbox/developer/petur) 12.05.22 # I must Patch every files one by one... Is there any convenient way? 12.05.26 # I must Patch every files one by one... Is there any convenient way? 12.05.27 DBUG Enqueued KICK PurlingNayuki 12.05.27 # I must Patch every files one by one... Is there any convenient way? 12.06.27 # please don't do that 12.07.01 # if you mean it prompts you for each filename to tell yo uwhere it is, then you are using the wrong value for -p in patch 12.07.10 # try -p0 if you are using -p1 or vice versa 12.07.22 # I'm sorry. I don't want to either, but my network connection has some thing wrong. 12.07.35 # http://www.rockbox.org/wiki/WorkingWithPatches <- see here 12.07.50 # I'm using -p0. But how if the file are in different folders? 12.08.10 # patch uses the path name.. 12.08.26 # run it from the root directory of the source. 12.08.29 # which reminds me... 12.08.49 # if that doesn't work then you are using the wrong -p, most likelu 12.09.01 # Zagor: would it be hard to tell flyspray to use diffstat with -p0? 12.09.02 # patches generated by some tools generally need -p1, other tools -p0, unfortunately 12.09.19 Join kugel [0] (~kugel@141.45.205.199) 12.09.21 Quit kugel (Changing host) 12.09.21 Join kugel [0] (~kugel@rockbox/developer/kugel) 12.09.26 Join csu [0] (~csu@91.75.204.14) 12.10.12 # All of my patches are created by svn under Ubuntu. How about the patches on Rockbox site? 12.11.12 Quit csu1 (Ping timeout: 255 seconds) 12.11.15 Join dfkt [0] (dfkt@unaffiliated/dfkt) 12.11.32 # svn, or bzr, or git, or diff :) 12.11.39 # depending on the preference of the author 12.13.53 # PurlingNayuki, i create my patches by using "svn diff" from the svn-root 12.15.21 Join HaimN [0] (~HaimN@95.86.104.39) 12.15.29 Quit PurlingNayuki (Quit: CGI:IRC (Ping timeout)) 12.16.52 # some users creating patch with a normal diff and comparing the orginal-sorce-tree and theirs. The first you have to apply with "patch -p0", the secound type with -p1 12.17.01 # s/patch/patches/ 12.17.25 # Stummi: some version control systems other than svn specifically add a dummy directory to the front of the paths so that the paatch works iwth -p1 to be consistent with diff 12.17.30 # :) 12.17.39 # so.. yeah. you just have to be able to use both :) 12.18.46 # apropos patch. I still want my rockboy-patch applied to svn. If a developer could kindly... :) 12.19.29 Quit kugel (Read error: Connection reset by peer) 12.20.21 Join kugel [0] (~kugel@141.45.205.199) 12.20.23 Quit kugel (Changing host) 12.20.24 Join kugel [0] (~kugel@rockbox/developer/kugel) 12.20.26 Join Jaykay_ [0] (~chatzilla@p5DC57610.dip.t-dialin.net) 12.20.52 # New commit by 03nls (r28487): libmusepack: ARMv6 assembler for mpc_decoder_windowing_D, speeds up decoding of 128kbps sample file 2MHz, or 8%, on gigabeat S. The output difference ... 12.21.14 # Stummi: You've discovered the flaw in our plan - we always tell people to go and produce the patches, then when people call our bluff... :) 12.21.42 # bertrik, did you create a new page for the meier crossfeed on the tracker already? 12.22.15 # lol :D 12.22.24 Quit Jaykay (Ping timeout: 252 seconds) 12.22.33 # r28487 build result: All green 12.22.37 Nick Jaykay_ is now known as Jaykay (~chatzilla@p5DC57610.dip.t-dialin.net) 12.29.17 Part Zagor 12.30.39 Quit TheSeven (Ping timeout: 252 seconds) 12.37.46 *** Saving seen data "./dancer.seen" 12.39.11 # hmm, my fuze only mounts over usb if i connect while it's off 12.39.38 # Stummi: i'll test it at the weekend if i remember ;) 12.39.59 # otherwise it pretends the usb connection is a charger after initially displaying the usb plug screen for a second or two 12.46.10 # n1s: the automatic reboot to the OF has been disabled because it caused a serious freeze for some people where the only way out was to fully drain the battery 12.46.20 Quit Jaykay (Ping timeout: 252 seconds) 12.46.23 # on the AMS Sansas 12.46.54 # pixelma: on amsv1 we have well working usb in rockbox 12.46.56 # you could test pamaury's Rockbox USB patch for it though 12.47.03 # we do? 12.47.13 # that problem is only for amsv2 afaiu 12.49.32 # New commit by 03nls (r28488): libmusepack: tiny optimization of the ARMv4 mpc_decoder_windowing_D implementations, using register indexed addressing to store data, saving one ... 12.50.27 # yes, the rockbox usb works nicely but for me it doesn't connect when plugged in while rockbox is running for some reason 12.51.17 # r28488 build result: All green 12.53.57 Quit HaimN (Ping timeout: 240 seconds) 12.55.19 Join Kohli [0] (~kohlrabi@kohlio.de) 12.55.23 Join HaimN [0] (~HaimN@95.86.104.39) 12.55.30 Quit Kohlrabi (Ping timeout: 240 seconds) 12.56.09 # Torne, would be great. thanks 12.56.18 Quit Kitar|st () 12.57.03 Quit xxcv (Ping timeout: 252 seconds) 12.57.20 Join MethoS- [0] (~clemens@134.102.106.250) 12.59.33 # hi to all! 12.59.33 # i have some problems with Cue Support on my Sansa Clip+ 12.59.33 # i get "Codec Failure" message -_-' 13.00.47 Quit HaimN (Remote host closed the connection) 13.02.01 # and you don't get a Codec Failure message when not using cue sheets? 13.02.46 # yep) 13.02.53 # description - http://anythingbutipod.com/forum/showpost.php?p=511438&postcount=1095 13.03.38 # by the way 13.03.38 # Second problem with rockbox.org - 13.03.38 # Where i can get latest Fonts ? (Fonts Pack not updating ? Is it a "bug" ?) 13.03.38 DBUG Enqueued KICK Songs_0f_Failure 13.03.38 # http://www.rockbox.org/wiki/RockboxExtras 13.03.38 # If you open rockbox-fonts.zip then you'll see in Date Modified column '24.09.2009' -_- 13.03.39 *** Alert Mode level 1 13.03.39 # Sizes of fonts different too. I compared it with with latest rb-builds. 13.06.24 Quit TheSeven|Mobile (Ping timeout: 252 seconds) 13.06.52 # Songs_0f_Failure: the 3.7 release fonts pack is here: http://download.rockbox.org/release/3.7/rockbox-fonts-3.7.zip 13.13.40 *** Alert Mode OFF 13.15.09 Join lixus001 [0] (~lixxus@78-86-253-21.zone2.bethere.co.uk) 13.15.22 Join mcuelenaere [0] (~mcuelenae@rockbox/developer/mcuelenaere) 13.19.43 Quit kugel (Read error: Connection reset by peer) 13.21.30 # d'oh. big thanks, mc2739! 13.21.30 # Font-pack updating only with new Realese ? 13.21.30 # I thought it builds like Rockbox Builds after every changes. 13.23.32 Join kugel [0] (~kugel@141.45.205.199) 13.23.34 Quit kugel (Changing host) 13.23.34 Join kugel [0] (~kugel@rockbox/developer/kugel) 13.25.06 # it used to build with the daily builds, but that appears to be broken now 13.25.29 # teru, the commont for my patch is from you, i am right? 13.25.40 Join LambdaCalculus37 [0] (~3f74f70d@rockbox/staff/LambdaCalculus37) 13.25.51 # Stummi: yes. 13.27.27 # teru, i just tried with 100 savegames. It stucks for a few seconds, when i go to load/save-menu, but it does not crashes (sansa fuze v2).. would it suffice to limit the max slot count to 100? 13.28.54 Quit sideral (Ping timeout: 255 seconds) 13.31.30 # I hope Fonts-pack updating will be fixed 13.33.44 # what about Codec Failure & Flac & Cue Support ? 13.33.46 # Stummi: did you also try to load/save the data? from my experience, 2000 bytes is bit too many for stack. but i don't actually know where is border. 13.34.24 # teru, does this not depends on the device? 13.34.34 # teru: the main stack is usually 8k 13.34.50 # nano2g has a bigger stack i think 13.35.12 Join CaptainKewl [0] (~jason@207-38-215-126.c3-0.nyr-ubr1.nyr.ny.cable.rcn.com) 13.36.21 # teru, hm, you are right. It seems to freeze when i try to load something 13.38.20 Quit kugel (Ping timeout: 272 seconds) 13.40.35 Quit factor (Ping timeout: 245 seconds) 13.44.38 # silly question, which number most closely resembles the the value 1 when used with FRACMUL? 13.45.03 # is it 0xffff.ffff or 0x7fff.ffff ? 13.47.38 Join wodz [0] (~5f303f8a@giant.haxx.se) 13.48.04 Quit dionoea (Ping timeout: 264 seconds) 13.50.25 # I just found news about rockbox 3.7 on polish site devoted to Open Source - http://osnews.pl/rockbox-3-7-wydany/ . The comments below the news are *VERY* positive. 13.50.57 Quit simabeis (Ping timeout: 255 seconds) 13.51.14 # bertrik: not enough background, what is FRACMUL in this context? 13.51.33 # a multiplication macro in dsp.h 13.52.05 Join kugel [0] (~kugel@141.45.203.127) 13.52.07 Quit kugel (Changing host) 13.52.07 Join kugel [0] (~kugel@rockbox/developer/kugel) 13.53.31 # bertrik: they are signed so ffffffffff would be ~-1 13.53.36 Quit S00row (Read error: Connection reset by peer) 13.54.01 # uh. no 13.54.48 # it would be ~ -0 13.55.18 Join S00row [0] (~Administr@27-33-98-164.static.tpgi.com.au) 13.55.23 # 80000000 is about -1 13.55.34 # and 7fffffff is about 1 13.56.27 Quit sasquatch (Ping timeout: 252 seconds) 13.57.20 # thanks for confirming, I think my crossfeed filter is then off by a factor of two :( 13.57.50 # I'll do some white noise measurements again 13.58.27 # is there an easy way to make something like "make fullinstall" in a simdisk-directory, but not with copying the files but symlinking? 13.58.39 # especialy the .rock-files 13.58.56 # Stummi: no 13.59.25 # with a special reason or just because noobody needed this to yet? :) 13.59.49 # noone has made the install script do that 14.00.04 # ok 14.00.24 # i am not very fit with makefiles but maybe i can find out how to do that. 14.00.36 # It would be nice for continous developing 14.01.04 # just type "make && ./rockboxui" a new time after changing a file 14.01.43 # it calls buildzip that makes a zip of the files that is then extracted to the simdisk dir so maybe start making it do a straight copy which should be much faster 14.01.57 Join komputes [0] (~komputes@ubuntu/member/komputes) 14.01.58 Quit antil33t (Read error: Connection reset by peer) 14.02.09 Join antil33t [0] (~Mudkips@124-197-51-80.callplus.net.nz) 14.04.49 # when i test particular plugin on simulator, i often run sometihng like "var=/path/to/rock && make $ver && cp $ver simdisk/... && ./rockboxui" 14.04.53 # hmm, now only the sd card mounted, not the internal storage 14.06.16 Join simabeis [0] (~simabeis@lobmenschen.de) 14.06.50 Quit kugel (Ping timeout: 272 seconds) 14.09.02 # wodz: add it to the ArticlesAboutRockbox wiki page 14.09.28 Join sasquatch [0] (~username@92.117.51.149) 14.13.41 # pixelma: ping 14.15.12 Part LinusN 14.16.27 Join LinusN [0] (~linus@rockbox/developer/LinusN) 14.17.27 Part LinusN 14.17.35 Join LinusN [0] (~linus@rockbox/developer/LinusN) 14.18.57 # wodz: For the manual you're adding, I'd do it in bits - as long as it doesn't break existing ones it doesn't matter if it doesn't work straight away 14.19.08 # After all, it doesn't work now :) 14.20.47 Join sideral [0] (~sideral@217.9.48.20) 14.23.38 Join dionoea [0] (~dionoea@yop.chewa.net) 14.26.11 # AlexP: You mean workflow or svn commits? 14.26.47 # Either/both 14.27.15 Part sideral 14.28.30 # teru, i uploaded a new patch with a limit to max 50 slots now 14.33.32 # teru: pong 14.34.47 # pixelma: i think you said something about duplicating slash in the recording screen. maybe you can test FS#11725 to see if it fixes? 14.36.58 Quit dionoea (Ping timeout: 240 seconds) 14.37.00 # Stummi: i'll try it later. 14.37.48 *** Saving seen data "./dancer.seen" 14.37.53 Quit CaptainKewl (Remote host closed the connection) 14.41.40 # S 14.42.03 # tummi: rockboy uses greylib on grey targets right? 14.42.44 # kugel: Is the 480x800 build recent? I can't seem to play anything 14.43.34 # teru: JdGordon explained to me why it happens - did you see it? I haven't looked at your patch yet but will try later 14.46.44 Join evilnick_B [0] (0c140464@rockbox/staff/evilnick) 14.48.02 # Hm, it plays now 14.54.14 Join benedikt93 [0] (~benedikt9@unaffiliated/benedikt93) 14.55.58 Quit csu (Ping timeout: 240 seconds) 14.56.09 Join csu [0] (~csu@dev.dist.us) 14.56.32 Join dionoea [0] (~dionoea@yop.chewa.net) 15.02.36 Join qwd [0] (~x@unaffiliated/qwd) 15.03.56 # I see that this bug http://www.rockbox.org/tracker/task/5035 is fixed but when I tried to add multiple tags to an ogg file with Ex Falso I only saw the last one added. Should I add the tags in a particular way? 15.04.45 # Oh wait, it's not due in any version. "Fixed" doesn't really mean fixed here does it? 15.06.31 # Additional comments about closing: Closing all feature requests. 15.06.40 # All feature requests got deleted. 15.06.51 # so, no 15.07.04 # Arguably we shouldn't have set them to "fixed" 15.07.19 # yeah probably not 15.08.31 # Torne: about your S.M.A.R.T implementation - what about CFed minis for example? CFs doesn't support smart usually 15.08.50 Quit Songs_0f_Failure (Quit: Songs_0f_Failure) 15.10.25 # wodz: well then it won't report anything 15.10.30 # i've not submitted it yet, anyway, been too busy 15.11.10 # Torne: I meant to check first if drive support SMART 15.11.11 Quit S00row (Read error: Connection reset by peer) 15.12.10 Join S00row [0] (~Administr@27-33-98-164.static.tpgi.com.au) 15.13.07 # well of course it checks.. 15.13.34 # it has to check if it's enabled as well 15.13.45 Join e3ke3k [0] (~bca74449@giant.haxx.se) 15.13.47 # (if it's supported and enabled, it gets annoyed if the command fails, though) 15.17.00 Quit wodz (Quit: CGI:IRC) 15.22.01 Join robin0800 [0] (~robin0800@cpc2-brig8-0-0-cust964.3-3.cable.virginmedia.com) 15.26.11 Quit robin0800 (Remote host closed the connection) 15.26.36 Join robin0800 [0] (~robin0800@cpc2-brig8-0-0-cust964.3-3.cable.virginmedia.com) 15.27.07 Quit simonrvn (Read error: Connection reset by peer) 15.31.17 Quit teru (Quit: Quit) 15.36.21 Join saratoga [0] (9803c6dd@gateway/web/freenode/ip.152.3.198.221) 15.36.51 # what are the issues involved with getting android builds into the build system? 15.39.04 Join simonrvn [0] (simon@209.165-ppp.3menatwork.com) 15.41.51 Quit e3ke3k (Quit: CGI:IRC (EOF)) 15.46.02 Join toffe82 [0] (~chatzilla@maf.wirelesstcp.net) 15.46.02 Quit S00row (Read error: Connection reset by peer) 15.46.56 Join S00row [0] (~Administr@27-33-98-164.static.tpgi.com.au) 15.48.40 Quit dfkt (Read error: Connection reset by peer) 15.56.53 Join tcm1998 [0] (~tcm1998@83.119.244.13) 15.58.13 # New commit by 03mcuelenaere (r28489): Android port: $(TEMP_APK) depends on $(AP_), so add it to its dependencies 15.59.54 # r28489 build result: All green 16.09.41 Part LinusN 16.15.32 Join TheLemonMan [0] (~lemonboy@ppp-186-215.32-151.iol.it) 16.26.02 Join Alchimysta [0] (~97515209@giant.haxx.se) 16.26.20 Quit Alchimysta (Client Quit) 16.26.33 Join Alchimysta [0] (~97515209@giant.haxx.se) 16.27.01 Join ChrisTheOne [0] (~3e835f07@giant.haxx.se) 16.27.30 # anyone here who can help with my crashing Rockbox on my Sansa Clip? 16.27.37 # saratoga: looks like the we're able to build debug-signed apk's from the makefiles, so I guess only some (minor) modifications are needed to the build system (something like make zip && make apk) 16.27.46 # s/the// 16.27.58 # i got an *panic* audio reset_buffer 16.28.06 # when it boots 16.28.10 # (keep in mind I'm not up2date on current Rockbox work) 16.30.08 # anyone? 16.33.31 # ChrisTheOne, possibly some old buggy rockbox version (which are you running now?) or maybe file system corruption 16.34.01 # 3.7, so not so old buggy :P 16.34.12 # Is it a v1 or v2 clip? 16.34.14 # New commit by 03mcuelenaere (r28490): Android port: remove obsoleted build.sh shell script 16.34.15 # V1 16.34.42 # i got the v1.0.35 firmware from sansa 16.34.52 # it's the latest 16.35.14 # I don't know what the problem is exactly. You could back up your audio files somewhere, then reformat the player from the original firmware and put your audio files back. 16.35.53 # r28490 build result: All green 16.37.50 *** Saving seen data "./dancer.seen" 16.38.45 # and reinstall rockbox again (there's no need to install the bootloader again) 16.39.11 # dunno why, but my music is gone 16.39.14 # well 16.39.25 # i dont know where it is exactly on the player 16.40.14 # all the maps are empty.. 16.40.38 # that usually means you switched USB modes 16.40.40 # normally, under Sandisk's firmware, it was under 'albums' , 16.40.46 # yeah, its in MSC mode 16.40.59 # needed to do that for the Rockbox installation 16.41.23 # The sandisk firmware may have put them in ##MUSIC#, but that directory is only visible in rockbox 16.41.33 # i think installing the bootloader will actually put you into MTP mode, not MSC mode 16.42.03 # changed it back to MSC mode because of reinstalling Rockbox, so thats why 16.42.32 # Maybe you can get at your audio files by switching to MTP mode, copying them, then switching back to MSC mode 16.42.50 # i got it in autodetection mode and got i all back :) 16.50.42 Quit notlistening (Remote host closed the connection) 16.51.09 # what is the ultimate firmware released for sansa fuze? 16.51.46 # rockbox, obviously 16.52.54 Ctcp Ignored 2 channel CTCP requests in 58 minutes and 11 seconds at the last flood 16.52.54 # * LambdaCalculus37 thinks that exchange is pretty full of win :) 16.53.36 Join csu1 [0] (~csu@91.75.204.14) 16.53.40 Quit csu1 (Client Quit) 16.54.01 Quit S00row (Read error: Connection reset by peer) 16.54.15 Join csu1 [0] (~csu@91.75.204.14) 16.54.46 Join S00row [0] (~Administr@27-33-98-164.static.tpgi.com.au) 16.55.18 Quit csu (Read error: No route to host) 16.55.25 Join {phoenix} [0] (~dirk@p57AA450B.dip.t-dialin.net) 16.59.23 Quit petur (Quit: *plop*) 16.59.23 Quit S00row (Read error: Connection reset by peer) 17.00.48 # so... music backupped, formatted, now installing Rockbox again :) 17.01.14 Join S00row [0] (~Administr@27-33-98-164.static.tpgi.com.au) 17.08.35 # thanks guys, rockbox is up and running again :) 17.12.15 Quit ChrisTheOne (Quit: CGI:IRC (EOF)) 17.17.27 # New commit by 03mcuelenaere (r28491): Android port: add a CLI APK install+launch script, useful for quick installation 17.17.49 Join lixus00 [0] (~lixxus@78-86-253-21.zone2.bethere.co.uk) 17.18.12 Quit robin0800 (Remote host closed the connection) 17.19.10 # r28491 build result: All green 17.19.15 Join panni_ [0] (hannes@ip-178-203-81-220.unitymediagroup.de) 17.20.20 # 04hello 17.20.30 # uau its red! 17.20.38 Join TheSeven [0] (~TheSeven@rockbox/developer/TheSeven) 17.20.39 Quit lixus001 (Ping timeout: 240 seconds) 17.21.03 # tanto non mi capite pezzi di merda froci! hahahah xD00 17.21.21 # 00 tanto non mi capite pezzi di merda froci! hahahah xD 17.21.26 # Alchimysta: stop it 17.21.27 # New commit by 03nls (r28492): libmusepack: use postindexing on the pointer when storing to increment it for free, saves another instruction in the loop in mpc_decoder_windowing_D ... 17.23.11 # r28492 build result: All green 17.24.13 Quit Xerion (Quit: ) 17.24.44 Join kugel [0] (~kugel@rockbox/developer/kugel) 17.25.10 Quit sasquatch (Ping timeout: 255 seconds) 17.26.35 Nick Kohli is now known as Kohlrabi (~kohlrabi@kohlio.de) 17.27.28 Join pamaury [0] (~quassel@dhcp-128-203.residence.ens-lyon.fr) 17.27.28 Quit pamaury (Changing host) 17.27.28 Join pamaury [0] (~quassel@rockbox/developer/pamaury) 17.29.04 # 00ho bisogno di un aiuto e nessuno mi aiuta... 17.29.37 # Alchimysta: english only, please. You have been told that numerous times btw. 17.31.09 # Someone else who speaks Italian, translator sucks and I can not explain my problems! Help me! 17.33.21 # Help me! 17.33.48 # the sdl app seems broken 17.34.00 Join Luca_S [0] (~5d3fc54b@giant.haxx.se) 17.34.53 # it quickly allocates *lots* of ram, until the system is OOM 17.34.57 # Alchimysta: I'm Italian. Ask your question in query and I'll try to help you. 17.35.28 # Thanks *>* 17.37.59 # wth, r28478 also changed the allocation for the sim 17.38.32 Join sasquatch [0] (~username@92.117.51.149) 17.43.42 Quit benedikt93 (Quit: Bye ;)) 17.44.31 # that needs to be undone imo 17.51.02 Part csu1 17.56.02 Join Strife89TX [0] (~cstrife89@207.144.201.128) 17.56.09 Quit TheLemonMan (Quit: Help me, i got shot! *DIES*) 17.58.26 # kugel: quite. The sim certainly needs to act like the targets wrt memory allocation 17.58.49 # Er, assuming you don't actually mean r28478 17.59.37 # I don't mean the whole 18.04.21 # New commit by 03bertrik (r28493): Implement tea5767 tuner detection - FS#11714 by me 18.05.30 # hmm, is the YesNoActivity supposed to crash? 18.06.15 # r28493 build result: All green 18.10.21 # mcuelenaere: yes, new feature :) 18.10.28 # ah ok :) 18.10.37 # kugel: same for keyboard? (when pressing no) 18.10.38 # well, not the crash of course 18.10.42 # oh 18.11.03 # W/dalvikvm( 558): JNI WARNING: invalid null pointer (Check_ReleaseStringUTFChars) 18.11.07 # for both crashes 18.11.13 # it didn't crash for me last time I used it 18.11.58 # pressing no doesn't actually work anyway 18.12.34 # (regardless of the crash) 18.15.24 Quit lixus00 (Quit: Leaving.) 18.21.24 Join Horscht [0] (~Horscht@xbmc/user/horscht) 18.21.55 Join GeekShadow [0] (~Antoine@44.181.204-77.rev.gaoland.net) 18.21.55 Quit GeekShadow (Changing host) 18.21.55 Join GeekShadow [0] (~Antoine@reactos/tester/GeekShadow) 18.22.48 # New commit by 03bertrik (r28494): Fix accidental C++ style comments from r28341 18.24.27 # r28494 build result: All green 18.25.38 Quit S00row (Read error: Connection reset by peer) 18.26.44 # kugel: well r28478 is a commit tot he manual from where I'm sitting 18.27.10 Join S00row [0] (~Administr@27-33-98-164.static.tpgi.com.au) 18.27.13 # I don't understandn 18.31.32 Quit Luca_S (Quit: CGI:IRC) 18.32.31 Join jgarvey [0] (~jgarvey@cpe-065-190-066-089.nc.res.rr.com) 18.34.40 Join dnivra [0] (~arvind@117.254.137.77) 18.36.07 # hello. I am trying to install rockbox on my apple iPod shuffle(1GB). I downloaded rockbox utility. could someone tell me what category does shuffle come in rockbox utility? 18.36.45 # it doesn't, the shuffle is not supported 18.37.00 # if it was, it would be listed on the main page and in the utility 18.37.25 # Torne, oh bummer! i thought it would be one of the 1st, 2nd or 3rd gen. 18.37.48 Quit {phoenix} (Remote host closed the connection) 18.37.52 *** Saving seen data "./dancer.seen" 18.38.14 Part dnivra 18.38.25 Join dnivra [0] (~arvind@117.254.137.77) 18.44.09 # ok, it didn't break the sdl app, it breaks only when a theme fails to load 18.45.31 Quit Staphylo (Ping timeout: 252 seconds) 18.45.48 Join user890104 [0] (Venci@2001:15c0:667a:0:226:2dff:fe65:6ae7) 18.49.37 # kugel: http://svn.rockbox.org/viewvc.cgi?view=rev&revision=28478 didn't change any allocation I should hope? 18.50.30 # did anyone ever find a hardware revision number or something for the AMS players? it seems like theres a bunch of weird versions floating around 18.50.37 # rasher: I mean 28480, sorry 18.50.52 Join devrandom [0] (~devrandom@217-54.2-85.cust.bluewin.ch) 18.50.54 # I had the previous revision in the clipboard because I pasted it to revert locally to check if it's the cause :) 18.51.56 Part dnivra ("Ex-Chat") 18.54.19 Quit kugel (Remote host closed the connection) 18.56.31 Join low_light [0] (44e0b2c2@gateway/web/freenode/ip.68.224.178.194) 18.58.07 Join stoffel [0] (~quassel@p57B4C6D3.dip.t-dialin.net) 18.58.36 # I'm trying to build rockbox from source 18.58.45 # built the cross compiler 18.58.57 # no stuck at: 18.59.04 # apps/action.c:26:18: error: lang.h: No such file or directory 18.59.14 # did I forget something? 18.59.58 # tried trunk and branches/v3.7 19.00.41 # bertrik: can you add PHILIPS_HDD6330 to the define in tea5767_init too 19.01.11 # low_light, I thought the HDD6330 always had this tuner 19.01.14 # devrandom: usually that means your build got screwed up and you need to run make clean, then configure again 19.01.43 # ok, I'll try 19.01.56 Join kugel [0] (~kugel@rockbox/developer/kugel) 19.03.31 # seems to do the trick. thanks! 19.04.03 # bertrik: The HDD63x0 series is defined as PHILIPS_HDD6330. The 6330 has the tuner, the 6320 does not. But they both run the same build 19.05.20 # ok, I'll add it 19.05.39 # Same for the HDD16x0 series (PHILIPS_HDD1630): 1630 has tuner, 1620 does not 19.06.11 # And the HDD18x0 series runs the 16x0 builds as well :) 19.06.15 Join anewuser [0] (anewuser@unaffiliated/anewuser) 19.06.38 # but there's not a separate port for the HDD18x0 19.06.58 # The HDD18x0 is the same as the HDD16x0, just with an 8GB microdrive. 19.07.19 # low_light: Although I haven't seen the HDD18x0 in the wild. :) 19.07.54 # low_light: Do you remember if there was a UMS mode for the SA9200 like on the HDD models? I'm trying similar button combinations but keep getting the Recovery mode and the 16MB rescue drive. 19.08.00 Join captainkewlll [0] (2669ecc2@gateway/web/freenode/ip.38.105.236.194) 19.08.58 Join JesusFreak316 [0] (~quassel@pool-173-65-83-235.tampfl.fios.verizon.net) 19.09.02 # I have one, somewhere. I think it's an hdd1835. Looks the same as the 1630. Don't know what the extra "5" means. 19.09.15 Join Kitar|st [0] (Kitarist@BSN-142-107-77.dial-up.dsl.siol.net) 19.10.59 # LambdaCalculus37: I don't believe there's a UMS mode for the SA9200, just recovery. I'm sure I tried every possible key combo at some point :) 19.12.01 # low_light: I wonder what's different with the HDD1635/1835 versus the 1630/1830. 19.14.17 # LambdaCalculus37: Don't know. But doesn't seem to be anything significant 19.15.11 # Do they use a unified firmware for the OF too? 19.16.17 Quit feisar- (Ping timeout: 264 seconds) 19.17.27 # New commit by 03mcuelenaere (r28495): Android port: NewStringUTF() JNI call doesn't need freeing, these will get garbage collected. ... 19.17.49 Quit n1s (Quit: Lämnar) 19.18.43 Quit DerPapst (Quit: Leaving.) 19.19.07 # r28495 build result: All green 19.21.23 # New commit by 03bertrik (r28496): Enable tea5767 tuner detection for Philips GoGear HDD63x0 too (HDD6320 does not have a tuner, HDD6330 does) 19.21.40 Join {phoenix} [0] (~dirk@p57AA450B.dip.t-dialin.net) 19.22.08 Quit Alchimysta (Quit: CGI:IRC (EOF)) 19.22.52 # r28496 build result: All green 19.26.09 Quit einhirn (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org) 19.26.36 # bertrik: thanks! 19.30.29 # I wonder if I can setup a "cloud" build machine using Amazon ec2 with a ubuntu image. 19.32.44 Join kazaik [0] (~kazaik@pool-72-81-202-127.bltmmd.east.verizon.net) 19.38.08 # ahh 19.39.33 Quit Strife89TX (Quit: Vamoose!) 19.39.49 Join Jaykay [0] (~chatzilla@p5DC57610.dip.t-dialin.net) 19.40.11 # found the culprit 19.43.24 # did we ever consider __attribute__((warn_unused_result))? 19.43.41 # it would've been of great help for the bug I've tracked down 19.44.33 Quit Jaykay (Client Quit) 19.44.46 Quit linuxstb (Ping timeout: 245 seconds) 19.46.23 # New commit by 03kugel (r28497): Fix unchecked result skin_parse_tag() exposed by r28480. ... 19.48.02 # r28497 build result: All green 19.53.49 Join kerradeph [0] (~aidan_bis@S01060014bf7ba631.ok.shawcable.net) 19.55.20 Quit kugel (Remote host closed the connection) 19.55.40 # anyone else have a sansa fuze V2 and running windows 7? 19.57.52 # just ask a question 19.57.56 Join kugel [0] (~kugel@rockbox/developer/kugel) 19.57.58 # http://efreedom.com/Question/1-1083154/Can-Catch-SIGSEGV-Segmentation-Fault-Get-Stack-Trace-JNI-Android could be interesting to implement 20.01.49 Join DerPapst [0] (~Alexander@p5DE5B8D2.dip.t-dialin.net) 20.03.31 # anyone? 20.03.59 # I tried installing it but it can't find it in the meadia mode and it can't update in the file mode 20.04.33 # let me clarify, the installer can't find my sansa while it is in the media mode 20.05.15 Quit Galois (Quit: Leaving) 20.11.09 # kerradeph: just did my fuze v1 with manual installation 20.11.57 # ok, I guess I will try that 20.12.17 Quit liar (Ping timeout: 255 seconds) 20.12.29 # New commit by 03kugel (r28498): Undo the part of r28480 that caused the simulator to also use host malloc. ... 20.13.57 Join liar [0] (~liar@clnet-p09-185.ikbnet.co.at) 20.14.15 # r28498 build result: All green 20.17.28 Quit bertrik (Ping timeout: 265 seconds) 20.23.36 # New commit by 03kugel (r28499): Make the context menu pop up instantly after the long press timeout when holding a list item instead of just after the thumb/styles left the screen. 20.24.40 Quit drizztbsd (Read error: Operation timed out) 20.24.56 Join drizztbsd [0] (~quassel@unaffiliated/drizztbsd) 20.25.15 # r28499 build result: All green 20.28.09 Quit drizztbsd (Read error: Operation timed out) 20.29.45 # * rasher nags kugel about list padding 20.30.23 Join webguest03 [0] (~9751bcdb@giant.haxx.se) 20.31.01 Quit kazaik (Ping timeout: 245 seconds) 20.31.53 Quit webguest03 (Client Quit) 20.32.10 Join bertrik [0] (~bertrik@ip117-49-211-87.adsl2.static.versatel.nl) 20.32.10 Quit bertrik (Changing host) 20.32.10 Join bertrik [0] (~bertrik@rockbox/developer/bertrik) 20.37.54 *** Saving seen data "./dancer.seen" 20.45.46 Join feisar- [0] (jljhook@sienikerho.com) 20.50.11 # kugel: well I meant more in general, not only related to your patch 20.50.25 # I realized that 20.50.43 # and so I also meant in general :) 20.50.49 # currently it will silently fail on most stuff I guess 20.50.59 # at least some warning in logcat would be nice :) 20.51.11 # it'll simply force close 20.51.32 # did you experience a failure? 20.51.43 # kugel: NewDirectByteBuffer could throw an OutOfMemory exception 20.51.44 # no 20.51.49 # it's just good coding practice :) 20.52.13 # we can't sensibly continue if one of the object instantiation fails, so whether we check or not, we're doomed and have to exit 20.52.25 Join lixus00 [0] (~lixxus@78-86-253-21.zone2.bethere.co.uk) 20.52.59 # we could have ASSERT() for debug builds but I don't think it's needed in normal builds 20.53.23 Quit bertrik (Read error: Connection reset by peer) 20.53.45 # hmm the VM will probably give some hints to what caused the failure, if one would occur 20.54.02 # so perhaps there wouldn't even need to be an assert 20.54.02 # how can NewDirectByteBuffer throw OOm if it's based on static storage? 20.54.40 # yea, I bet there'll be logcat output about failure anyway 20.54.58 # eh I just picked a JNI call that looked like it could alloc some memory as example :) 20.55.16 # hehe :) 20.55.30 Quit stoffel (Remote host closed the connection) 20.55.33 # NewDirectByteBuffer though just wraps a java object around already allocated memory :P 20.55.37 # (I wouldn't be surprised if that call results in a malloc though, doesn't it create a Java object?) 20.55.50 # yes I just realised that :) 20.56.29 # I don't think we need defensive coding here 20.56.59 # and it does: http://google.com/codesearch/p?hl=en#atE6BTe41-M/vm/Jni.c&q=NewDirectByteBuffer&sa=N&cd=1&ct=rc but I guess this is getting off-topic :) 20.57.04 Join drizztbsd [0] (~quassel@unaffiliated/drizztbsd) 20.57.31 Quit LambdaCalculus37 (Quit: CGI:IRC 0.5.9 (2006/06/06)) 21.01.16 Quit jgarvey (Quit: Leaving) 21.05.04 Quit Horscht (Ping timeout: 265 seconds) 21.06.17 Join Horscht [0] (~Horscht@xbmc/user/horscht) 21.07.39 Part kerradeph 21.08.20 Quit esperegu (Read error: No route to host) 21.09.36 Join robin0800 [0] (~robin0800@149.254.60.170) 21.14.15 Join esperegu [0] (~quassel@145.116.15.244) 21.14.48 Part lixus00 21.15.52 Quit drizztbsd (Remote host closed the connection) 21.17.18 Join soap_work [0] (~42c07542@giant.haxx.se) 21.17.39 Join drizztbsd [0] (~quassel@unaffiliated/drizztbsd) 21.19.06 Join xxcv [0] (~asdf@c211-30-174-99.carlnfd1.nsw.optusnet.com.au) 21.19.15 Join bertrik [0] (~bertrik@rockbox/developer/bertrik) 21.20.31 Quit soap_work (Client Quit) 21.20.42 Join soap_work [0] (~42c07542@giant.haxx.se) 21.21.49 Quit soap_work (Client Quit) 21.22.00 Join soapwork [0] (~42c07542@giant.haxx.se) 21.26.30 Quit devrandom (Quit: leaving) 21.26.58 Quit soapwork (Quit: CGI:IRC (Ping timeout)) 21.28.21 Quit guymann (Quit: penises) 21.30.35 Join soapwork [0] (~42c07542@giant.haxx.se) 21.31.28 Quit soapwork (Client Quit) 21.43.44 # * kugel plays with --zoom and notices that it breaks the mouse click detection 21.43.48 Quit robin0800 (Remote host closed the connection) 21.53.42 Join TheLemonMan [0] (~lemonboy@151.61.122.60) 21.57.31 Join robin0800 [0] (~robin0800@149.254.60.42) 22.01.33 Quit robin0800 (Remote host closed the connection) 22.12.21 Quit bertrik (Read error: Connection reset by peer) 22.14.07 Join bertrik [0] (~bertrik@ip117-49-211-87.adsl2.static.versatel.nl) 22.14.13 Quit bertrik (Changing host) 22.14.13 Join bertrik [0] (~bertrik@rockbox/developer/bertrik) 22.24.58 Part low_light 22.25.18 Quit krazykit (Ping timeout: 272 seconds) 22.26.44 Join krazykit [0] (~kkit@24-148-89-52.c3-0.frg-bsr1.chi-frg.il.cable.rcn.com) 22.27.17 Quit tcm1998 (Read error: Connection reset by peer) 22.29.16 Quit captainkewlll (Quit: Page closed) 22.34.47 Quit linuxguy3 (Ping timeout: 240 seconds) 22.37.01 Join linuxguy3 [0] (~timj@adsl-76-203-5-114.dsl.emhril.sbcglobal.net) 22.37.56 *** Saving seen data "./dancer.seen" 22.38.24 Quit Ramsey[LC] (Quit: (Killed (NickServ (GHOST command used by MadHouse)))) 22.42.47 Join krazykit` [0] (~kkit@99-126-205-52.lightspeed.cicril.sbcglobal.net) 22.45.17 Join LambdaCalculus37 [0] (~rmenes@c-68-36-232-73.hsd1.nj.comcast.net) 22.45.17 Quit LambdaCalculus37 (Changing host) 22.45.17 Join LambdaCalculus37 [0] (~rmenes@rockbox/staff/LambdaCalculus37) 22.46.21 Join Galois [0] (djao@efnet.math.uwaterloo.ca) 22.46.53 Quit krazykit (Ping timeout: 250 seconds) 22.46.54 Quit Galois (Quit: Leaving) 22.47.01 Part Llorean 22.47.51 Join Galois [0] (djao@efnet.math.uwaterloo.ca) 22.50.50 # New commit by 03kugel (r28500): Make --zoom option of the sdl port correctly work with mouse clicks. 22.51.49 Join elcan [0] (user36@64.32.20.56) 22.52.15 # r28500 build result: All green 22.53.09 Quit yawny (Ping timeout: 260 seconds) 22.53.49 Join Strife89 [0] (~Strife89@adsl-80-133-237.mcn.bellsouth.net) 22.55.21 Quit komputes (Quit: I haven't slept for ten days, because that would be too long.) 22.57.57 Quit evilnick_B (Quit: Page closed) 23.02.03 Join Staphylo [0] (~Bullet@AMontsouris-159-1-31-253.w90-46.abo.wanadoo.fr) 23.02.58 Quit LambdaCalculus37 (Quit: This computer has gone to sleep) 23.04.37 # mcuelenaere, Is the Onda 747 usable w/o the stylus? Is it finger friendly? 23.05.01 # soap: it is usable, if you have a big-enough font 23.05.32 # although somethings aren't optimized yet, like returning to the home screen is a bit hit-and-miss 23.05.33 # thank you 23.05.39 # (accuracy around the edges isn't that good) 23.06.49 # keep in mind that this is a resistive touchscreen, which'll never be as finger friendly as a capacitive 23.07.29 # right, but since I've never used a capacitive one in my life I won't know what I'm missing. 23.09.01 # mcuelenaere: you could increase the default font, the current is only 16px isn't it? 23.09.24 # kugel: yes, hence I said "if you have a big-enough font" 23.09.38 Quit JesusFreak316 (Remote host closed the connection) 23.09.52 # yea, why not default to a bigger font? 23.10.53 # New commit by 03alle (r28501): More concrete names for the head and the tail of the linked list (no functional changes) 23.11.02 Quit TheLemonMan (Quit: Help me, i got shot! *DIES*) 23.11.34 # mcuelenaere: hehe, just had a case of GetMethodID failure 23.11.48 # (because I failed to recompile correctly) 23.12.00 # but the logcat output is sufficient 23.12.02 # kugel: hehe, did the VM point out the failure? 23.12.03 # ok 23.12.31 # it's better than any WARN_ON we could make 23.12.34 # r28501 build result: All green 23.13.00 # kugel: IIRC I set the default font size at a pretty good value, as I'm not using my VX747 anymore I can't give a better suggestion 23.13.35 # judging from my legend which has about the same dpi, 16-adobe would be way too small for me 23.15.53 # mcuelenaere: http://pastie.org/1276003 :( 23.16.25 # hmm I have had Makefile/Android toolchain issues too 23.16.27 # but not that one 23.16.35 # usually removing the file or re-running make apk fixed it 23.17.30 # * Strife89 wonders why FS#9633 is still open. 23.20.46 # ah gen dir wasn't created 23.26.34 Join S_a_i_n_t [0] (S_a_i_n_t@203.184.2.78) 23.32.44 Join M3DLG [0] (~M3DLG@bb-87-81-252-83.ukonline.co.uk) 23.34.26 Join lixus00 [0] (~lixxus@78-86-253-21.zone2.bethere.co.uk) 23.34.32 # Farthen brought this to my attention http://download.rockbox.org/daily/manual/rockbox-ipodnano2g/rockbox-buildch3.html#x5-280003.1.2 I had been wondering why so many people seem to think that molding menu+select on the ipods == reboot (for example, when database init asks to reboot the player so changes can take effect) and I beilive Farthen found it. At the very least the wording in the manual need be changed. Some form of statement actively discouragin 23.34.48 Quit esperegu (Remote host closed the connection) 23.36.38 # at least something needs to be done on this matter because there are *many* people who reboot rockbox with menu+select on the nano 2g 23.36.53 # and this can cause serious ftl trouble 23.37.58 # Well, a lot less trouble now, after TheSeven's extensive work on the matter...but only if the user has an emBIOS/iLoader'd Nano2G 23.40.56 # S_a_i_n_t: weren't you saying that you didn't manage to break a rockbox bootloader installation that way? 23.41.10 # but still, menu+select resets have nothing to do with regular reboots 23.41.38 # i know there is no other way of exiting the apple firmware, but this table in the manual is highly misleading 23.42.07 Join JesusFreak316 [0] (~quassel@pool-173-65-83-235.tampfl.fios.verizon.net) 23.42.53 # I have had all my .tcd files horribly corrupted using that key combo to reboot, but I haven't had anything anywhere near some of the troubles people have been having in #freemyipod 23.43.20 # yes, fs level corruption is to be expected, but not ftl level corruption 23.43.50 # nothing I couldn't fix myself...but I seem to have had some remarkable luck with the Rb bootloader. 23.44.48 Quit ender` (Quit: Smoking is one of the leading causes of statistics.) 23.45.26 # no "use itunes to restore"? 23.48.37 # btw, does anybody want to try an all-in-one automated installation with iloader by just copying a file to the ipod? 23.48.51 Part lixus00 23.50.04 # TheSeven: Nope, I have not had that since the days when everyone was having the WSOD's on a daily basis. It does bother me somewhat however, that that was never fixed and that it simply "fixed" itself. 23.50.23 # It makes me think it could decide to come back whenever it wants to. 23.50.37 # * TheSeven honestly doesn't want to bisect that :/ 23.51.15 # Yes, I'm quite glad in a way that it "fixed" itself...but on the other hand it bother me. 23.51.23 # *bothers 23.56.02 Join r0g3l10 [0] (~rogelio@201.124.24.74) 23.57.16 Quit r0g3l10 (Client Quit) 23.57.41 Join rds [0] (~rogelio@201.124.24.74) 23.57.43 Quit pamaury (Remote host closed the connection)