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 Logo icon identifies that the person is a core developer (has commit access).

#rockbox log for 2008-08-06

00:00:31 Join MarcGuay [0] (n=chatzill@ip216-239-86-254.vif.net)
00:00:41 Join DaCapn [0] (n=dacapn@nemo.csn.tu-chemnitz.de)
00:02:16 Quit bertrik ("Leaving")
00:02:18 Join CyBergRind|w [0] (n=cbr@212.98.160.130)
00:03:24*amiconn wonders what feature petur is talking about
00:03:40petur?
00:05:50amiconnThe 'remote disabled' thing...
00:05:59peturah
00:06:30peturin the rec screen, you can disable remote updating for those who still have noise
00:06:39petursomething Mmmm added I think
00:06:51amiconnAh, hmm, that thing
00:07:09peturit works 50% now: the list keeps getting updated, but only if you change something, so not too bad
00:07:15 Join neddy1 [0] (n=john@nat/sun/x-ef53f81f6c998216)
00:07:18peturI'll leave it like that for now
00:08:25 Join toffe82 [0] (n=chatzill@189.155.27.171)
00:08:30*petur puts up a new patch, notes there is a remaining issue and walks to the bedroom
00:08:38 Quit petur ("Zzzzz")
00:08:59MarcGuaypetur: Testing rec_v16.
00:09:37MarcGuayGrr. :)
00:13:29 Join vort3x [0] (n=vortex@unaffiliated/dfa001)
00:13:53MarcGuayI find the filename looks a bit odd where it is now, but I understand your reasoning for it and can't think of anything better.
00:14:49MarcGuayUser instinct says "I can select it, now what can I do with it?"
00:16:16pixelmait was a bit of a compromise. We discussed here that having the filename line in the static part takes away precious space on the 64 pixels high displays - and was disabled for those for this reason. In current SVN it is shown though (IMO a bug but if this screen goes anyway)
00:17:06amiconnWhy is it selectable?
00:17:16 Quit ender` (" Good programmers treat Microsoft products as damage and route around them.")
00:17:17pixelmaif it's in the list, it is your choice if you want to see that or some other lines in the list part. But I agree on the "selectable"
00:17:31pixelmait's not, but it could feel this way
00:18:01pixelma^amiconn
00:18:42amiconnMaybe lists need a way to have 'disabled' items, in addition to the overall read-only list option
00:18:50 Quit cbr|w (Read error: 110 (Connection timed out))
00:19:22amiconnOtoh it might be confusing if the bar suddenly disappears
00:19:43bluebrothergreyed out item? Would be an idea, at least on color targets.
00:20:03pixelmaamiconn: and to select them makes them scroll...
00:20:21bluebrotherI think I'd prefer a greyed out item than one that vanises (like the "recent bookmarks" entry in the main menu)
00:20:22amiconnIt doesn't need to be greyed out, just the selection bar wouldn't appear on it
00:20:24pixelmaor at least it shoulf
00:20:29pixelma*should too
00:20:44 Quit robin0800 (Read error: 110 (Connection timed out))
00:20:45amiconnGreying out won't work on 1-bit displays
00:21:05MarcGuayI'd rather have an oddly selectable item than a disappearing item.
00:21:10bluebrotheryep, as I said: on color targets ...
00:21:25rasherWouldn't it make more sense to skip it, and select the next item, rather than making the bar disappear?
00:21:35bluebrotherthinking of the odd greys of the h100 it might also not be the best idea to use greys there.
00:21:38MarcGuayWhat about non-selectable, always scrolling, first item in list?
00:21:46amiconnGreying out has another problem: how do you derive the colour to use, with all the theming stuff?
00:21:53pixelmaMarcGuay: the item wouldn't disappear just the bar
00:22:12 Quit ChanServ (shutting down)
00:22:14 Quit jgarvey ("Leaving")
00:22:23bluebrotherwell, the bar could become an outline instead. That would make some "grey" even on b/w targets.
00:22:41bluebrothercould be problematic with too tiny fonts though.
00:22:50 Join Bensawsome [0] (i=Bensawso@c-71-235-222-135.hsd1.ma.comcast.net)
00:23:04bluebrothers/outline/border/
00:23:33amiconnThere's another problem with making the bar disappear (or outline, whatever): how to handle the pointer cursor case?
00:23:49pixelmaor gradient bars
00:24:38pixelmaMarcGuay: hopefully such an item wouldn't be staticly on one line otherwise you will have the same problem again in the recording screen
00:26:14rasheramiconn: Why not just skip the item and select the next?
00:26:17amiconnAn always scrolling item would cause another problem wrt freezing the remote lcd
00:26:38rasherI don't think there *has* to be a visual clue
00:26:40amiconnrasher: The list should still be navigatable the standard way
00:27:12amiconnIf you just skip the disabled line, it would be unreadable if the list (e.g. in the recording screen) collapses to a single line
00:27:32rasherI don't see how that makes any sort of sense.
00:27:39 Join ChanServ [0] (ChanServ@services.)
00:27:39Mode"#rockbox +o ChanServ " by irc.freenode.net
00:28:12amiconnrasher: The recording screen patch uses a list for a lot of information
00:28:21ZambeziWill Rockbox work with a hacked iPod? Like if I'm replacing the harddrive in iPod Mini 2gen with a CF-card?
00:28:22 Quit faemir (Remote closed the connection)
00:28:28amiconnSome line are read-only info, some others are settings (e.g. gain)
00:29:12pixelmaI don't understand that collapsing thing either
00:29:39amiconnpixelma: Large font on a small screen (e.g. a user with low vision)
00:30:03rasherWhat makes the line unreadable though?
00:30:16pixelmawell, I think I slowly get it now
00:30:49rasherAh, I guess if you have multiple lines next to eachother
00:30:58amiconnrasher: The list code tries to keep the cursor visible. If the list only shows a single line, and it skips 'disabled' (read only) lines (our proposal) those lines would never become visible
00:31:02MarcGuay<pixelma>MarcGuay: the item wouldn't disappear just the bar −−- I meant the bar, pardon my poor wording.
00:31:11amiconns/our/your/
00:31:25pixelmathe problem is the case where the list is only one line high and there's one line not selectable... or?
00:31:57 Quit bluebrother ("need to get sleep now :o")
00:33:02 Join Zarggg [0] (n=z@65-78-69-194.c3-0.eas-ubr6.atw-eas.pa.cable.rcn.com)
00:33:54MarcGuayZambezi: It should. Check out the hardware section of the docs index, there are a few pages dealing with that.
00:34:37amiconnIt does. I have a mini 2nd Gen modded with a 32GB CF card, running rockbox
00:34:42 Quit herrwaldo ("Konversation terminated!")
00:35:28 Quit Nico_P (Remote closed the connection)
00:35:53amiconnThe OF also works just fine with that (as far as I can test, i.e. just the gui)
00:36:02Zambeziamiconn: That's exactly what I'm planning to do. 32 GB vs 4 GB will be a major difference.
00:37:08Zambeziamiconn: I just need a heatgun to. I think the mod is possible to do even if I just made one tricky mod.
00:37:55 Quit ChanServ (shutting down)
00:38:16 Join ChanServ [0] (ChanServ@services.)
00:38:16Mode"#rockbox +o ChanServ " by irc.freenode.net
00:39:27 Quit pbryan (Read error: 54 (Connection reset by peer))
00:40:28MarcGuaypetur: Regarding the original comment for the recscreen, the status bar now enables and disables nicely. Thanks.
00:40:46 Join Thundercloud [0] (n=thunderc@84-51-130-71.judith186.adsl.metronet.co.uk)
00:45:33 Quit Lear ("ChatZilla 0.9.83 [Firefox 3.0.1/2008070208]")
00:47:05 Join krazykit [0] (n=kkit@host-69-145-35-234.static.bresnan.net)
00:49:59 Join WerderCanuck [0] (n=4643883c@gateway/web/cgi-irc/labb.contactor.se/x-5f8447cf8df49bcf)
00:50:34 Quit tehpaper (Read error: 104 (Connection reset by peer))
00:50:53 Join tehpaper [0] (i=UPP@653237hfc238.tampabay.res.rr.com)
00:51:35WerderCanuckhi everyone. can somebody help me getting rockbox on my sansa c240? i use the rockbox utility, but when i select complete installation it downloads the bootloader but then i get an error, saying "failed to add bootloader"
00:53:11 Join jhulst [0] (n=jhulst@unaffiliated/jhulst)
00:55:54 Quit stripwax (Read error: 104 (Connection reset by peer))
00:56:30BigBambiWerderCanuck: What is the original firmware version?
00:57:22WerderCanuckthe newest one 1.0.0.7 i think
00:57:44BigBambiThat one isn't recognised by the released version of rbutil/sansapatcher
00:57:58 Nick fxb is now known as fxb__ (n=felixbru@h1252615.stratoserver.net)
00:58:00 Nick fxb__ is now known as fxb (n=felixbru@h1252615.stratoserver.net)
00:58:04 Join pbryan [0] (n=pbryan@209.52.48.162)
00:58:08BigBambiYou will either need to build a newer version from the source, or downgrade the sansa firmware
00:58:25pixelma1.00.07 or 1.01.07... ;)
00:58:52 Quit Nibbler (Read error: 110 (Connection timed out))
00:59:05*pixelma adds a question mark
00:59:19WerderCanucknot exactly sure how to check the correct firmware version in msc mode...
00:59:29BigBambiIt is in system somewhere
00:59:53 Join AhtiK [0] (n=ahti@88-196-185-130-dsl.rgu.estpak.ee)
01:00
01:00:13BigBambisettings - system info
01:00:26BigBambi(in the OF)
01:01:02WerderCanuck1.01.07
01:01:36BigBambiSo my previous comment applies
01:02:07WerderCanuckhow do i downgrade then?
01:03:03BigBambihttp://www.rockbox.org/twiki/bin/view/Main/SansaC200Port#Sansapatcher_isn_t_finding_my_c2
01:05:43 Join einhirn [0] (n=Miranda@p5B031DC5.dip0.t-ipconnect.de)
01:09:48 Join n9xvt [0] (n=187be7e0@gateway/web/cgi-irc/labb.contactor.se/x-ac8b2273be889655)
01:10:21n9xvtfound a page omission,,
01:10:27n9xvthttp://www.rockbox.org/twiki/bin/view/Main/SpareParts
01:10:57n9xvtmissing sansa c series parts and wanted?,,maybe
01:11:23BigBambiWell, it is a wiki so feel free, but until someone has some is there much point?
01:11:25gevaertsn9xvt: the first person to have or want parts can add that
01:11:54***Saving seen data "./dancer.seen"
01:12:06n9xvtunderstood,,srry
01:12:58n9xvti'm learning mre and moe lte time,,,lolz
01:13:07BigBambiPlease use proper English
01:13:31n9xvtstupid wireless keyboard,,
01:13:58WerderCanuckso, downgraded to 1.01.06 and connected in msc mode. just start the utility and select auto complete installation?
01:14:08BigBambiHopefully :)
01:15:10WerderCanuckinstallation working now. thanks for your help BigBambi
01:15:19BigBambino problem, glad you got it working
01:15:34BigBambiThe next version of rbutil will work directly with 1.01.07
01:16:39 Join tessarakt [0] (n=jens@e180072121.adsl.alicedsl.de)
01:17:48 Nick Maha` is now known as maha (i=juma@gateway/gpg-tor/key-0xB9002659)
01:18:28 Join ahti_ [0] (n=ahti@88-196-185-130-dsl.rgu.estpak.ee)
01:18:46 Quit AhtiK (Read error: 54 (Connection reset by peer))
01:19:09preglowanyone planning on a lang file cleanup before release?
01:20:29WerderCanuckhmmm cant find my music...
01:20:45BigBambiWhat USB mode did you copy it there in
01:20:56WerderCanuckauto
01:21:02BigBambiYou need to do it in MSC
01:21:19 Quit nplus (Remote closed the connection)
01:21:31BigBambiAnd don't put it in the music folder - the OF hides that everytime you boot it which is annoying
01:21:38BigBambiUse anything else e.g. audio
01:21:52gevaertsOr just set rockbox to show everything :)
01:22:03BigBambiOr that
01:22:13BigBambiEither way, music transferred in MTP won't show up
01:22:56WerderCanuckno biggie, i'll just copy the music back to HD, delete and switch to msc
01:23:03n9xvtok well i'll have to register for wiki,,but tonight i've got a full plate,,just popped in to get the latest info-update-ed files,,,
01:24:27n9xvthow do you set it to show everything?,,I just go find the stuff i want from "files" in the main menu?
01:24:43BigBambiThe manual will tell you that
01:24:51BigBambiYou want the file view setting
01:26:43 Quit ompaul (Client Quit)
01:34:55 Join m0f0x__ [0] (n=m0f0x@189-47-17-237.dsl.telesp.net.br)
01:36:21 Quit matsl (Remote closed the connection)
01:37:20 Nick m0f0x__ is now known as m0f0x (n=m0f0x@189-47-17-237.dsl.telesp.net.br)
01:42:27 Nick JdGordon|zzz is now known as JdGordon (n=jonno@rockbox/developer/JdGordon)
01:44:23WerderCanuckdo i have to boot into OF when im just charging?
01:44:33 Quit m0f0x_ (Read error: 110 (Connection timed out))
01:45:47JdGordonpixelma: MarcGuay: imo if there is enough room for say 4 lines in the list part, the filename should go at the top of the screen and not in the list
01:50:04SoapAnyone feel more qualified than I to start the WhyRealNames wiki page?
01:50:22SoapBigBambi? MarcGuay? Both you two have a way with words.
01:51:54BigBambiSoap: I'm just off to bed, but I'm travelling tomorrow so have lots of time to do stuff like that. I'll have a bash tomorrow if nobody already has
01:56:43 Join massiveH [0] (n=massiveH@ool-44c48a1e.dyn.optonline.net)
02:00
02:00:38 Quit krazykit ("dinnertime")
02:03:54 Part Strife89
02:06:23 Quit toffe82 (Read error: 54 (Connection reset by peer))
02:06:57 Join toffe82 [0] (n=chatzill@189.155.27.171)
02:18:37 Quit WerderCanuck ("CGI:IRC (EOF)")
02:20:56 Quit DerDome ("Leaving.")
02:23:59 Quit tvelocity_ (Read error: 104 (Connection reset by peer))
02:24:18 Join BHSPitLappy [0] (n=BHSPitLa@unaffiliated/bhspitmonkey)
02:24:58 Quit pbryan ("See ya.")
02:25:02 Join perrikwp [0] (i=4aa794a0@gateway/web/ajax/mibbit.com/x-0f16165066e7e444)
02:25:20 Join tvelocity [0] (n=tony@athedsl-4409051.home.otenet.gr)
02:26:44 Quit n9xvt ("CGI:IRC")
02:32:52 Quit perrikwp ("http://www.mibbit.com ajax IRC Client")
02:37:54 Part pixelma
02:39:35 Join allele [0] (n=allele@CPE-69-23-137-242.wi.res.rr.com)
02:41:23allelellorean, you mentioned that plugins that take up too much ram will interrupt playback. would combining integers (instead of x and y int coord xxxyyy) reduce the amount of ram needed?
02:46:45 Quit Thundercloud (Remote closed the connection)
02:48:04 Nick fxb is now known as fxb__ (n=felixbru@h1252615.stratoserver.net)
02:51:20SoapZambezi, what part of the mod do you need a torch for?
02:51:49Soap(Or do you mean "torch" an in what yanks call "flashlights")?
02:53:19JdGordonallele: not enough to make a difference... and could make it worse
02:54:54allelefair enough, any other solutions out there that might help?
02:56:07alleleI was thinking about the possibility of a pseudo swap file, but that's not good for flash based memory
02:56:57Soaprasher, (or someone else) - can I have some context clues for attempting to translate "LANG_AGC_DJSET"?
02:57:22Soap"DJ-Set (slow)" doesn't parse in my mind well. Trying to relay the context to a Japanese speaker.
02:58:41SoapI guess, part of the question is - what is the difference between the "DJ-set" slow responding AGC setting and the "Live" slow responding AGC setting?
03:00
03:00:12 Quit tvelocity ("Αποχώρησε")
03:00:47ZambeziSoap: I just said I need a heatgun, but I haven't looked on the details yet. I won't before I can afford to buy the CF-card.
03:03:07Soapthat's right - heatgun - what for?
03:03:12 Join Chronon [0] (i=vircuser@d23-104.uoregon.edu)
03:03:24 Join dude187 [0] (n=chris@cpe-75-187-51-53.columbus.res.rr.com)
03:03:26 Join Chronon_ [0] (i=vircuser@d23-104.uoregon.edu)
03:04:34 Join Chronos [0] (i=vircuser@d23-104.uoregon.edu)
03:04:55 Quit Chronon_ (Read error: 104 (Connection reset by peer))
03:04:55 Quit Chronon (Read error: 104 (Connection reset by peer))
03:04:55 Quit Chronos (Connection reset by peer)
03:05:02 Quit maha (Remote closed the connection)
03:06:33 Join Chronon [0] (i=vircuser@d23-104.uoregon.edu)
03:06:49 Join maha [0] (i=juma@gateway/gpg-tor/key-0xB9002659)
03:07:38allelejdGordon: my plugin uses a couple fairly large matrices, do you think it would make a difference if I had each one in its own plugin and just called it from the main plugin?
03:08:10 Quit Schmogel ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org")
03:09:27 Quit einhirn (Read error: 54 (Connection reset by peer))
03:11:58***Saving seen data "./dancer.seen"
03:13:55ZambeziSoap: Maybe it said Hot gluegun. That might explain it. ;-)
03:22:11 Quit massiveH ("Leaving")
03:27:13 Quit neddy1 (Read error: 60 (Operation timed out))
03:29:38 Quit dude187 (Read error: 113 (No route to host))
03:30:15 Join massiveH [0] (n=massiveH@ool-44c48a1e.dyn.optonline.net)
03:31:10linuxstballele: How much RAM does your plugin need? Do you get an error when you try and compile it?
03:32:36alleleno, it compiles fine and runs fine, but its not able to play music while in use
03:32:52 Join neddy1 [0] (n=john@nat/sun/x-184dc85764b904b1)
03:33:36linuxstballele: Are you calling the function to use the audio buffer in your plugin?
03:34:05alleleno, that could be my problem
03:34:22linuxstbNo, that's not the problem... If you're not calling it, audio playback should continue.
03:34:30alleleoh
03:34:35linuxstbAre you calling rb->yield() at all?
03:34:44alleleno
03:35:30allelecould that be it?
03:35:33linuxstbRockbox uses co-operative multi-tasking, so if you don't call yield (or sleep, or core functions which call either of them), then you will hog the CPU
03:36:24allelealright, I'll look into that then, thank you :D
03:36:57 Quit MarcGuay ("ChatZilla 0.9.83 [Firefox 2.0.0.16/2008070205]")
03:40:54 Quit neddy (Connection timed out)
03:43:17 Quit Zacam (Read error: 113 (No route to host))
03:45:14 Quit dabujo ("( www.nnscript.com :: NoNameScript 4.2 :: www.regroup-esports.com )")
03:59:37 Quit neddy1 ("Leaving.")
04:00
04:06:03 Part maha
04:14:48 Quit allele ("Java user signed off")
04:15:22 Quit Chronon ("Client exited")
04:15:40 Quit massiveH (Read error: 104 (Connection reset by peer))
04:19:17 Join massiveH [0] (n=massiveH@ool-44c48a1e.dyn.optonline.net)
04:40:54 Quit jhulst (No route to host)
04:45:29 Quit ZincAlloy ("CGI:IRC")
04:47:09 Join jhulst [0] (n=jhulst@unaffiliated/jhulst)
04:57:56 Quit avis (Remote closed the connection)
04:58:46 Join miepchen^schlaf_ [0] (n=miepchen@p54BF53A2.dip.t-dialin.net)
05:00
05:01:16 Quit midgey_ ()
05:04:10 Join solexx_ [0] (n=jrschulz@e176102016.adsl.alicedsl.de)
05:06:24 Quit miepchen^schlaf (Connection timed out)
05:08:02 Join XavierGr [0] (n=xavier@rockbox/staff/XavierGr)
05:12:01***Saving seen data "./dancer.seen"
05:19:34 Quit solexx (Read error: 110 (Connection timed out))
05:24:55 Join nuonguy [0] (n=john@c-71-198-1-139.hsd1.ca.comcast.net)
05:40:26 Join MrWizeGuy1983 [0] (n=MrWizeGu@c-71-203-202-142.hsd1.tn.comcast.net)
05:40:50MrWizeGuy1983is this room for mp3 player support on linux?
05:41:53tessarakthm?
05:41:56tessaraktnot really
05:42:04MrWizeGuy1983oh, someone said i should go here
05:42:05MrWizeGuy1983oops
05:42:10MrWizeGuy1983any idea where i can go?
05:42:16tessaraktit's for an alternative MP3 player firmware named Rockbox
05:42:26tessaraktwhich for all I know is not Linux-based
05:42:33MrWizeGuy1983didn't know
05:42:42tessaraktnever mind
05:43:00MrWizeGuy1983any idea where i should go for help getting my mp3 player to work on ubuntu? the people in the ubuntu room didn't know
05:43:04 Quit Zarggg ()
05:43:08 Quit Horscht ("Snak 5.3.3 Unregistered copy. Evaluation period is over. Program will now quit. Thanks for using Snak.")
05:45:41 Quit MrWizeGuy1983 ("the world is such a strange place, or am i the odd one")
05:52:01 Join tarbo_ [0] (n=me@unaffiliated/tarbo)
06:00
06:02:21 Quit vort3x (Remote closed the connection)
06:03:09 Quit tarbo (Success)
06:19:44 Quit fdinel ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org")
06:32:18 Join pbryan [0] (n=pbryan@S010600095baae0ff.vf.shawcable.net)
07:00
07:03:27 Quit lordpil (Read error: 104 (Connection reset by peer))
07:03:42 Join lordpil [0] (n=lordpil@c-24-63-25-251.hsd1.ma.comcast.net)
07:07:29 Join coatman [0] (n=root@ppp-70-246-154-21.dsl.stlsmo.swbell.net)
07:12:03***Saving seen data "./dancer.seen"
07:15:13 Part toffe82
07:15:13 Join cjesu_halo [0] (n=465040d7@gateway/web/cgi-irc/labb.contactor.se/x-2089587190c53755)
07:15:14 Join vort3x [0] (n=vortex@unaffiliated/dfa001)
07:15:57cjesu_haloI would like to have an information on rockbox for the sansa e200 series but V2
07:16:21cjesu_haloit is very hard to follow it's devellopemen
07:17:20 Quit jhulst (Read error: 110 (Connection timed out))
07:18:55 Quit cjesu_halo (Client Quit)
07:24:32 Quit massiveH ("Leaving")
07:27:35 Quit tehpaper (Read error: 110 (Connection timed out))
07:41:41 Quit JdGordon ("Konversation terminated!")
07:45:28 Join JdGordon [0] (n=Miranda@c210-49-163-174.smelb2.vic.optusnet.com.au)
07:55:58 Quit JdGordon (Read error: 104 (Connection reset by peer))
07:58:47 Join JdGordon [0] (n=jonno@c210-49-163-174.smelb2.vic.optusnet.com.au)
08:00
08:14:43 Quit safetydan ("Leaving.")
08:17:39Mode"#rockbox +o amiconn " by ChanServ (ChanServ@services.)
08:17:54Topic"Please read before speaking: http://www.rockbox.org/wiki/IrcGuidelines | Please direct offtopic/social chat to #rockbox-community" by ChanServ (ChanServ@services.)
08:18:08Mode"#rockbox -o amiconn " by ChanServ (ChanServ@services.)
08:18:15*scorche winks at amiconn
08:18:23 Quit ChristopherW (Read error: 110 (Connection timed out))
08:20:40 Quit gevaerts (Nick collision from services.)
08:20:52 Join gevaerts [0] (n=fg@rockbox/developer/gevaerts)
08:24:14 Quit coatman (Remote closed the connection)
08:24:58 Join Rob2222 [0] (n=Miranda@p4FDCE360.dip.t-dialin.net)
08:26:47 Quit tessarakt ("Client exiting")
08:29:32 Quit ahti_ ("Leaving")
08:33:37 Quit miepchen^schlaf_ ()
08:34:45 Join nplus [0] (n=nplus@141.25.globcom.net)
08:36:04 Quit BHSPitLappy ("Ex-Chat")
08:37:55 Join Nibbler [0] (n=Nibbler@txx226.disy.net)
08:42:30 Quit Rob2223 (Read error: 110 (Connection timed out))
08:45:45 Nick num1 is now known as num1_ (n=brian@c-68-63-193-45.hsd1.az.comcast.net)
08:46:36 Nick num1_ is now known as num1_uyuyor_slee (n=brian@c-68-63-193-45.hsd1.az.comcast.net)
08:47:01 Nick num1_uyuyor_slee is now known as num1_sleeping (n=brian@c-68-63-193-45.hsd1.az.comcast.net)
08:47:56 Nick num1_sleeping is now known as num1 (n=brian@c-68-63-193-45.hsd1.az.comcast.net)
08:49:33 Join coatman [0] (n=coatman@ppp-70-246-154-21.dsl.stlsmo.swbell.net)
08:51:38 Join ender` [0] (i=krneki@foo.eternallybored.org)
08:51:51 Quit coatman (Client Quit)
08:54:42 Join snoh [0] (n=dave@cpc1-sout6-0-0-cust616.sotn.cable.ntl.com)
08:55:56 Join ChristopherW [0] (n=christop@ip68-3-217-146.ph.ph.cox.net)
08:57:54 Join LinusN [0] (n=linus@rockbox/developer/LinusN)
09:00
09:05:22 Join pixelma [50] (i=pixelma@rockbox/staff/pixelma)
09:07:59 Quit GodEater ("http://www.mibbit.com ajax IRC Client")
09:08:18 Join GodEater [0] (i=c2cbc962@gateway/web/ajax/mibbit.com/x-a023a94aca7cd373)
09:10:44rasherSoap: "DJ-Set (slow)" is an AGC setting
09:11:41 Join vitja [0] (n=vitja@79.120.98.174)
09:11:55vitjaHi
09:12:06***Saving seen data "./dancer.seen"
09:12:16vitjalinuxstb, I want to submit patch with basic iaudio7 support
09:12:27vitjalinuxstb, where can I send it?
09:14:13 Join petur [50] (n=petur@rockbox/developer/petur)
09:15:17 Join tehpaper [0] (i=UPP@653237hfc238.tampabay.res.rr.com)
09:16:05pixelmapreglow: in the norsk.lang update you committed, there now seem to be some already strings missing now (probably the ones that had "" instead of none in the default part but already something in 'featurexyz:', the latter is missing)
09:16:17GodEatervitja: place in on the patch tracker
09:16:23GodEaters/in/it
09:16:32vitjaokay
09:17:57vitjahttp://www.rockbox.org/tracker/ gives me a blank page
09:19:36GodEaterhttp://www.rockbox.org/tracker/index.php?type=4
09:19:37GodEatertry that
09:20:21vitjathx)
09:27:12 Join shodanX_ [0] (n=shodanX@arie.informatik.uni-erlangen.de)
09:28:00 Quit XavierGr ()
09:32:05 Quit ChristopherW (Read error: 110 (Connection timed out))
09:32:32pixelmapreglow: I meant some "already translated strings"
09:34:24 Join Chronon [0] (i=vircuser@c-71-236-145-128.hsd1.or.comcast.net)
09:38:21 Quit snoh (Remote closed the connection)
09:38:23 Join Nico_P [0] (i=53915df2@gateway/web/ajax/mibbit.com/x-e54935382bd3f407)
09:39:27 Quit vitja ("Ухожу")
09:42:17rasherpixelma: Seems like there's a problem with my script then, can you give an example ID?
09:43:36pixelmaisn't that the thing you explained yesterday to me? See the first 2 phrases in the diff
09:44:49rasherpixelma: Those are voice strings that shouldn't be there (because they aren't used)
09:47:36rasherenglish.lang doesn't define a voice string for LANG_CONFIRM_SHUTDOWN
09:48:10pixelmaoh, sorry then (to preglow too). Should've checked...
09:51:40rasherBetter to notify us of something that isn't a problem, that not notify us of something that is a problem
10:00
10:22:01 Join Zagor [242] (n=bjst@46.35.227.87.static.tab.siw.siwnet.net)
10:23:14 Join Thundercloud [0] (n=thunderc@84-51-130-71.judith186.adsl.metronet.co.uk)
10:26:16 Quit amiconn (Nick collision from services.)
10:26:22 Join amiconn [50] (n=jens@rockbox/developer/amiconn)
10:31:38 Join mf0102 [0] (n=michi@85.127.20.176)
10:41:22 Quit BigBambi (Remote closed the connection)
10:41:26 Join Vorador [0] (n=tomas@lan-84-240-35-19.vln.skynet.lt)
10:43:19 Quit Chronon ("Client exited")
10:50:50 Join mf0102_ [0] (n=michi@85.127.20.176)
10:51:01 Quit fyrestorm (Read error: 113 (No route to host))
10:52:36 Join fyrestorm [0] (n=fyre@cpe-68-173-172-243.nyc.res.rr.com)
10:59:20 Quit mf0102 (Read error: 110 (Connection timed out))
11:00
11:08:17 Join robin0800 [0] (n=robin080@cpc2-brig8-0-0-cust394.brig.cable.ntl.com)
11:10:45robin0800charge_e200_17614.patch seems to be missing in the tracker can't find it in opened or closed patches
11:12:09Zagorrobin0800: do you know which task it is supposed to be attached to?
11:12:10***Saving seen data "./dancer.seen"
11:12:56 Quit Vorador ("Ex-Chat")
11:13:36robin0800Batterry/charging
11:13:53 Quit mf0102_ ("Ex-Chat")
11:14:47Zagori mean which task number
11:15:04robin0800It was a proof of concept perhaps the author's withdrawn it
11:15:17robin080017614
11:16:31Zagorthere is no task number 17614
11:16:53Zagordid you mean svn revision?
11:17:24Zagorbasically, where did you hear about this file and that it is supposed to be in our tracker?
11:19:20robin0800It was in patches I have the patch but it doesn't seem to work I was checking for an update before posting comments
11:22:20pixelmahttp://www.rockbox.org/tracker/task/8363
11:22:39pixelmajust played around with some search strings
11:24:22Zagorpixelma: thanks
11:25:22 Join m0f0x_ [0] (n=m0f0x@189-47-7-88.dsl.telesp.net.br)
11:25:26robin0800thank you the other number is a revision number not the patch
11:25:46*pixelma hands robin0800 some punctuation
11:27:10gevaertsWhat's wrong with that attachment? I can get it just fine
11:27:56pixelmahe didn't find it when searching for the xyz.patch string
11:28:30pixelmamaybe flyspray doesn't search the name of attached files
11:28:49robin0800No update, dosn't look like rockbox is going to have charging for the sansa any time soon
11:29:50peturthe patch doesn't work or doesn't apply?
11:29:56gevaertsNo new patch maybe, but the latest comments show a clear plan, and are only five days old...
11:30:00robin0800Usb mass storage I tried as well, this also dosn't work
11:30:33gevaertstried in what way? What doesn't work?
11:31:39 Quit Thundercloud (Remote closed the connection)
11:32:06robin0800The Patch applies fine, no errors, Wps shows charging. Left on overnight no change in battery level
11:32:11 Join Thundercloud [0] (n=thunderc@84-51-130-71.judith186.adsl.metronet.co.uk)
11:32:20gevaertsI mean Usb mass storage
11:33:35 Quit linuxstb (Read error: 110 (Connection timed out))
11:33:53 Join ChristopherW [0] (n=christop@ip68-3-217-146.ph.ph.cox.net)
11:36:06robin0800Usb mass storage, can be enabled, windows finds the two usb devices, is very slow to open the micro hdsc card and updating rockbox copying the .rockbox folder falls over and is slow
11:37:12gevaertsSo not exactly "doesn't work" then...
11:37:25gevaertsHave you tried a different usb port?
11:37:27 Quit m0f0x (Read error: 110 (Connection timed out))
11:39:35robin0800gevaerts, no but I wired my front usb ports and they work perfectly, at fullspeed and never see any errors
11:40:10 Quit Thundercloud (Remote closed the connection)
11:40:25robin0800gevaerts,errors until this problem
11:42:29gevaertsThere still are some problems that make usb work badly with some usb ports.
11:43:25 Quit JdGordon ("Konversation terminated!")
11:44:02 Join menollo [0] (n=menollo@client107-14.hint.rug.nl)
11:45:01 Join Nalar` [0] (n=nalar@client107-14.hint.rug.nl)
11:46:16robin0800gevaerts,this patch FS #8562 - USB storage driver work, may help don't know
11:46:31gevaertsNo. Everything there is in svn
11:46:41 Join dabujo [0] (i=xx@p4FDB320C.dip0.t-ipconnect.de)
11:48:07 Join JdGordon [0] (n=Miranda@c210-49-163-174.smelb2.vic.optusnet.com.au)
11:49:24robin0800FS #8562 is not closed and don't think its been commited
11:49:48gevaertsLook, I wrote the code, so I know what's been committed or not for this
11:50:49menollosudo su -l nalar
11:50:53robin0800gevaerts,sorry why is patch still open?
11:50:56 Quit menollo ("leaving")
11:51:32gevaertsTo have a place to put new experimental patches that try to solve these issues. No sense in opening new tasks every week
11:52:18robin0800gevaerts,so is this patch needed?
11:52:53gevaertsThere is currently no patch that contains code not in svn
11:53:06 Join AndyI [0] (n=pasha_in@212.14.205.32)
11:54:52robin0800gevaerts,so you only have to enable Mass Storage as per http://www.rockbox.org/twiki/bin/view/Main/PortalPlayerUsb#Enabling_mass_storage_support correct?
11:57:13 Quit DaCapn ()
11:58:24 Join linuxstb [0] (n=linuxstb@rockbox/developer/linuxstb)
11:58:25 Join m0f0x__ [0] (n=m0f0x@189-47-8-55.dsl.telesp.net.br)
11:59:03gevaertsYes
12:00
12:01:27 Join einhirn [0] (i=Miranda@bsod.rz.tu-clausthal.de)
12:04:07 Quit Nalar` ("leaving")
12:04:22 Quit AndyIL (Read error: 110 (Connection timed out))
12:06:39Bagderfs#9245!
12:08:07linuxstbBagder: Yes, it looks good - I've a couple of very minor comments, but will try and commit tonight.
12:08:18Bagdervery nice to see
12:09:27 Join DerDome [0] (n=DerDome@dslb-082-083-199-100.pools.arcor-ip.net)
12:10:24 Quit m0f0x_ (Read error: 110 (Connection timed out))
12:17:37 Quit nuonguy ("This computer has gone to sleep")
12:18:08Soaprasher, I totally grok that "DJ-Set (slow)" is an AGC setting - how is it different than "Live (slow)"?
12:19:32SoapIs the only difference the target headroom?
12:21:45SoapI ask because I'm helping a friend with context for the Japanese translation. Looking over the manual again, I'm thinking perhaps the goal for the AGC settings should be as literal of a translation as possible and let the manual explain what they mean vs a "descriptive" translation - which makes my question null and void.
12:24:49 Quit ChristopherW (Read error: 104 (Connection reset by peer))
12:25:54 Join ChristopherW [0] (n=christop@ip68-3-217-146.ph.ph.cox.net)
12:27:36 Join Thundercloud [0] (n=thunderc@host81-132-215-132.range81-132.btcentralplus.com)
12:28:01 Quit einhirn (Read error: 113 (No route to host))
12:55:02 Join jmspeex [0] (n=jmspeex@modemcable112.109-81-70.mc.videotron.ca)
12:55:14jmspeexpreglow: ping
13:00
13:12:11***Saving seen data "./dancer.seen"
13:24:24peturSoap: I'm not a big fan of those AGC settings names either
13:24:52peturand, btw, do not let him translate the sysfont variants of them, they will be gone very soon :)
13:28:25amiconnpetur: Regarding you remote freeze problem - do you think it would make sense to have a general lcd_remote_freeze(bool on) function?
13:28:46 Quit ctaylorr_ ("leaving")
13:29:11amiconnThis would just make any lcd_remote_update[_rect]() call effectively do nothing (and issue an lcd_remote_update() on unfreeze)
13:29:31peturamiconn: yes, that would be a mich nicer solution. But not in this patch ;)
13:31:47peturehm *much
13:31:50amiconnThe same solution could be applied to the main lcd on archoses with radio (radio screen has a freeze option there, as the lcd updates interfere with reception: reportedly noticeable on recorder fm (samsung tuner), very noticeable on Ondio FM with samsung tuner, and sometimes noticeable on Ondio FM with philips tuner)
13:32:30peturdidn't know that...
13:32:53amiconnThe samsung tuner is very sensitive to interference, much more than the philips
13:33:18amiconnOndio FM with old tuner is more affected than the fmrecorder because everything is packed more closely together
13:36:39 Quit Bensawsome ("The awsome is gone :(")
13:37:05amiconnThe samsung tuner is so sensitive that it even picks up interference from the MAS PLL if the reception frequency is an integer multiple of it (usually 4x MAS_PLL_FREQ falls into the FM reception range). Due to this, the archos OF (and rockbox too) slightly shifts the mas pll frequency away if you tune to a multiple of it
13:37:30amiconnThis causes a slight pitch shift if you then record from fm, but still better than having the interference...
13:37:47peturwow...
13:40:23 Join Bensawsome [0] (n=Bensawso@unaffiliated/bensawsome)
13:43:56 Join fdinel [0] (n=Miranda@modemcable204.232-203-24.mc.videotron.ca)
13:48:29 Join wpyh [0] (n=william@125.163.4.194)
13:48:50wpyhanyone working on the onda port?
13:49:02wpyhI've made some dicoveries regarding the vx767
13:54:41wpyhno one? ok
13:55:25 Join midgey [0] (n=tjross@c-71-205-31-207.hsd1.mi.comcast.net)
13:55:36wpyhmcuelenaere: the 65 MB device exposed by the vx767 is actually an IHFS image. I've looked at it and understood the format (except for some minor details). do you want to take a look?
14:00
14:02:36 Join Schmogel [0] (n=Miranda@p3EE23025.dip0.t-ipconnect.de)
14:03:07wpyhmcuelenare: so if I'm right, the recovery procedure is as follows: 1. the device is plugged in in the "jz boot device" mode, 2. send some binary files to device (like the "usbtool 6" procedure, but I need to look at the logs first), 3. the device resets itself and comes up as a mass storage device, with a size of 65 MB, 4. write the IHFS image, 5. disconnect the device, it will boot from the IHFS image
14:03:21wpyhthe IHFS image contains the same set of files as the firmware upgrade (HXF) file
14:03:44wpyhI've written a tool to split an IHFS image, but I haven't written one to create one yet :p
14:04:34wpyhand btw, I find that VirtualBox (the closed source edition) is useful in this case −− it can almost correctly emulate the usb, so I can examine and restore the device on Linux :)
14:05:43 Join MTee [0] (n=mtee@41.233.143.172)
14:14:09wpyhand one more thing: IHFS is actually more like an archive format (like tar) rather than a filesystem
14:20:32 Quit wpyh (Remote closed the connection)
14:22:10 Join wpyh [0] (n=william@125.163.4.194)
14:23:40 Join faemir [0] (n=faemir@88-106-180-165.dynamic.dsl.as9105.com)
14:23:50 Quit wpyh (Client Quit)
14:28:21 Join mcuelenaere [0] (n=mcuelena@rockbox/developer/mcuelenaere)
14:28:27mcuelenaerewpyh: very interesting :)
14:28:47mcuelenaerebah he just left
14:37:14 Nick fxb__ is now known as fxb (n=felixbru@h1252615.stratoserver.net)
14:52:11 Quit nplus (Read error: 104 (Connection reset by peer))
14:52:29 Join nplus [0] (n=nplus@141.25.globcom.net)
14:56:52 Join jmworx [0] (n=jeval@mail.octasic.com)
14:56:58jmworxpreglow: ping
14:58:58mcuelenaerewpyh (if you read logs): does the IHFS resemble the HXF structure completely perhaps? if so, there are tools for it to extract and join in SVN..
15:00
15:00:34 Join XavierGr [0] (n=xavier@rockbox/staff/XavierGr)
15:01:55 Join LambdaCalculus37 [0] (i=44a0430f@gateway/web/ajax/mibbit.com/x-3622876eb774e740)
15:02:23 Join Horscht [0] (n=Horscht@xbmc/user/horscht)
15:12:15***Saving seen data "./dancer.seen"
15:37:34 Quit nplus (Read error: 110 (Connection timed out))
15:38:02preglowjmworx: yo
15:38:42preglowpixelma: like which?
15:38:44jmworxpreglow: I'm trying to do some footprint reduction in Speex and I was curious to know whether you'd done anything for that
15:39:05preglowjmworx: hmm, no, nothing you could reuse, speex is already plenty small enough for us :)
15:39:10pixelmapreglow: ignore that
15:39:19preglowpixelma: can do ;)
15:39:55jmworxpreglow: in case it's useful, I'm also trying to have the modes "self-contained", i.e. to only allocate a single block
15:40:31preglowthis reminds me i haven't synced rockbox speex in a while
15:51:05 Quit goffa (Read error: 104 (Connection reset by peer))
15:51:13 Part tehpaper
15:52:15 Join goffa [0] (n=goffa@216.220.23.105)
15:56:28 Quit Horscht ("I got raided by the FBI and all i got is this lousy quit message")
15:59:00 Quit JdGordon (Read error: 104 (Connection reset by peer))
16:00
16:01:23 Join nplus [0] (n=nplus@141.25.globcom.net)
16:01:23 Join JdGordon [0] (n=jonno@c210-49-163-174.smelb2.vic.optusnet.com.au)
16:04:14 Join BigBambi [0] (n=Alex@rockbox/staff/BigBambi)
16:05:11 Nick JdGordon is now known as JdGordon|zzz (n=jonno@rockbox/developer/JdGordon)
16:09:01mcuelenaereI have some questions regarding Rockbox's GPLv2 and Creative's copyright
16:09:10mcuelenaerehttp://pastebin.com/d6ca060f3 is a copy of it
16:09:23mcuelenaerelook at 10. Decompiling, Disassembling, or Reverse Engineering
16:09:39mcuelenaerethey state "you may not decompile, (..) or engage in any other activities to obtain underlying information that is not visible to the user in connection with normal use of the Software"
16:09:48mcuelenaerecould this be a problem?
16:11:05peturfor you as a person, maybe. You shouldn't post disassembled stuff on the net...
16:11:48peturbut in some countries this probably doesn't apply...
16:12:15LinusNwhat software is this?
16:12:39mcuelenaereyou need to Agree to this when download Firmware upgrades for Creative devices
16:12:47mcuelenaeredownloading*
16:13:10mcuelenaerepetur: hmm then I should delete some posts in the Rockbox wiko
16:13:12mcuelenaerewiki*
16:13:46peturDoesn't Sweden allow RE?
16:13:48mcuelenaereor is it legal to just link to pastebin?
16:14:25 Join Horscht [0] (n=Horscht@xbmc/user/horscht)
16:15:47 Quit Horscht (Client Quit)
16:16:37 Join Horscht [0] (n=Horscht@xbmc/user/horscht)
16:18:25 Part LinusN
16:18:37 Quit mcuelenaere (""reboot"")
16:20:40 Quit nplus (Read error: 104 (Connection reset by peer))
16:21:25 Join nplus [0] (n=nplus@141.25.globcom.net)
16:24:40 Join mcuelenaere [0] (n=mcuelena@rockbox/developer/mcuelenaere)
16:30:40 Join jgarvey [0] (n=jgarvey@cpe-098-026-069-229.nc.res.rr.com)
16:34:52 Quit freqmod_qu (calvino.freenode.net irc.freenode.net)
16:34:52NSplitcalvino.freenode.net irc.freenode.net
16:34:52 Quit markun (calvino.freenode.net irc.freenode.net)
16:34:52 Quit jgarvey (calvino.freenode.net irc.freenode.net)
16:34:52 Quit JdGordon|zzz (calvino.freenode.net irc.freenode.net)
16:34:52 Quit faemir (calvino.freenode.net irc.freenode.net)
16:34:52 Quit idshark (calvino.freenode.net irc.freenode.net)
16:34:52 Quit daurn (calvino.freenode.net irc.freenode.net)
16:34:52 Quit ced_c (calvino.freenode.net irc.freenode.net)
16:34:52 Quit blithe (calvino.freenode.net irc.freenode.net)
16:34:52 Quit Kohlrabi (calvino.freenode.net irc.freenode.net)
16:34:52 Quit Bagder (calvino.freenode.net irc.freenode.net)
16:34:52 Quit FOAD (calvino.freenode.net irc.freenode.net)
16:34:52 Quit ChanServ (calvino.freenode.net irc.freenode.net)
16:34:52 Quit mcuelenaere (calvino.freenode.net irc.freenode.net)
16:34:52 Quit shodanX_ (calvino.freenode.net irc.freenode.net)
16:34:52 Quit Llorean (calvino.freenode.net irc.freenode.net)
16:34:52 Quit fxb (calvino.freenode.net irc.freenode.net)
16:34:52 Quit Acky (calvino.freenode.net irc.freenode.net)
16:34:52 Quit lacrstech (calvino.freenode.net irc.freenode.net)
16:34:52 Quit Battousai (calvino.freenode.net irc.freenode.net)
16:34:52 Quit shodanX (calvino.freenode.net irc.freenode.net)
16:34:52 Quit rvvs89 (calvino.freenode.net irc.freenode.net)
16:34:52 Quit jfc (calvino.freenode.net irc.freenode.net)
16:34:52 Quit scorche|sh (calvino.freenode.net irc.freenode.net)
16:34:52 Quit Bensawsome (calvino.freenode.net irc.freenode.net)
16:34:52 Quit ender` (calvino.freenode.net irc.freenode.net)
16:34:52 Quit solexx_ (calvino.freenode.net irc.freenode.net)
16:34:52 Quit courtc_ (calvino.freenode.net irc.freenode.net)
16:34:52 Quit Ave (calvino.freenode.net irc.freenode.net)
16:34:52 Quit nicktastic (calvino.freenode.net irc.freenode.net)
16:34:52 Quit ch4os (calvino.freenode.net irc.freenode.net)
16:34:52 Quit thegeek (calvino.freenode.net irc.freenode.net)
16:34:52 Quit Dhraakellian (calvino.freenode.net irc.freenode.net)
16:34:52 Quit maddler (calvino.freenode.net irc.freenode.net)
16:34:52 Quit Strogg (calvino.freenode.net irc.freenode.net)
16:34:52 Quit jmspeex (calvino.freenode.net irc.freenode.net)
16:34:52 Quit nplus (calvino.freenode.net irc.freenode.net)
16:34:52 Quit m0f0x__ (calvino.freenode.net irc.freenode.net)
16:34:52 Quit joshin (calvino.freenode.net irc.freenode.net)
16:34:52 Quit z35 (calvino.freenode.net irc.freenode.net)
16:34:52 Quit Neovanglist (calvino.freenode.net irc.freenode.net)
16:34:52 Quit fdinel (calvino.freenode.net irc.freenode.net)
16:34:52 Quit fyrestorm (calvino.freenode.net irc.freenode.net)
16:34:52 Quit amiconn (calvino.freenode.net irc.freenode.net)
16:34:52 Quit Nico_P (calvino.freenode.net irc.freenode.net)
16:34:52 Quit petur (calvino.freenode.net irc.freenode.net)
16:34:52 Quit HEx (calvino.freenode.net irc.freenode.net)
16:34:52 Quit elfolnx (calvino.freenode.net irc.freenode.net)
16:34:52 Quit crashd (calvino.freenode.net irc.freenode.net)
16:34:52 Quit num1 (calvino.freenode.net irc.freenode.net)
16:34:52 Quit preglow (calvino.freenode.net irc.freenode.net)
16:34:52 Quit Soap (calvino.freenode.net irc.freenode.net)
16:34:52 Quit ze (calvino.freenode.net irc.freenode.net)
16:34:52 Quit sbhsu (calvino.freenode.net irc.freenode.net)
16:34:52 Quit BigBambi (calvino.freenode.net irc.freenode.net)
16:34:52 Quit Thundercloud (calvino.freenode.net irc.freenode.net)
16:34:52 Quit ChristopherW (calvino.freenode.net irc.freenode.net)
16:35:05 Quit linuxstb (calvino.freenode.net irc.freenode.net)
16:35:05 Quit robin0800 (calvino.freenode.net irc.freenode.net)
16:35:05 Quit Zagor (calvino.freenode.net irc.freenode.net)
16:35:05 Quit Nibbler (calvino.freenode.net irc.freenode.net)
16:35:05 Quit gevaerts (calvino.freenode.net irc.freenode.net)
16:35:05 Quit CyBergRind|w (calvino.freenode.net irc.freenode.net)
16:35:05 Quit unpaidbill (calvino.freenode.net irc.freenode.net)
16:35:05 Quit Xerion (calvino.freenode.net irc.freenode.net)
16:35:05 Quit Unhelpful (calvino.freenode.net irc.freenode.net)
16:35:05 Quit Galois (calvino.freenode.net irc.freenode.net)
16:35:05 Quit tchan (calvino.freenode.net irc.freenode.net)
16:35:05 Quit basti (calvino.freenode.net irc.freenode.net)
16:35:05 Quit w0rd54 (calvino.freenode.net irc.freenode.net)
16:35:05 Quit gromit` (calvino.freenode.net irc.freenode.net)
16:35:05 Quit XavierGr (calvino.freenode.net irc.freenode.net)
16:35:05 Quit DerDome (calvino.freenode.net irc.freenode.net)
16:35:05 Quit vort3x (calvino.freenode.net irc.freenode.net)
16:35:05 Quit lordpil (calvino.freenode.net irc.freenode.net)
16:35:05 Quit pbryan (calvino.freenode.net irc.freenode.net)
16:35:05 Quit itcheg (calvino.freenode.net irc.freenode.net)
16:35:05 Quit |Marco| (calvino.freenode.net irc.freenode.net)
16:35:05 Quit yonkeltron (calvino.freenode.net irc.freenode.net)
16:35:05 Quit advcomp2019 (calvino.freenode.net irc.freenode.net)
16:35:05 Quit agaffney (calvino.freenode.net irc.freenode.net)
16:35:05 Quit AndyI (calvino.freenode.net irc.freenode.net)
16:35:05 Quit pixelma (calvino.freenode.net irc.freenode.net)
16:35:05 Quit Seed (calvino.freenode.net irc.freenode.net)
16:35:05 Quit MTee (calvino.freenode.net irc.freenode.net)
16:35:05 Quit Rob2222 (calvino.freenode.net irc.freenode.net)
16:35:05 Quit tarbo_ (calvino.freenode.net irc.freenode.net)
16:35:05 Quit slacker_nl (calvino.freenode.net irc.freenode.net)
16:35:05 Quit dionoea (calvino.freenode.net irc.freenode.net)
16:35:05 Quit suom1 (calvino.freenode.net irc.freenode.net)
16:35:05 Quit Horscht (calvino.freenode.net irc.freenode.net)
16:35:05 Quit jmworx (calvino.freenode.net irc.freenode.net)
16:35:05 Quit Schmogel (calvino.freenode.net irc.freenode.net)
16:35:05 Quit GodEater (calvino.freenode.net irc.freenode.net)
16:35:05 Quit sacarasc (calvino.freenode.net irc.freenode.net)
16:35:05 Quit culture (calvino.freenode.net irc.freenode.net)
16:35:05 Quit axionix (calvino.freenode.net irc.freenode.net)
16:35:05 Quit scorche (calvino.freenode.net irc.freenode.net)
16:35:05 Quit ComradeHaz (calvino.freenode.net irc.freenode.net)
16:35:05 Quit Hadaka (calvino.freenode.net irc.freenode.net)
16:35:05 Quit rasher (calvino.freenode.net irc.freenode.net)
16:35:05 Quit goffa (calvino.freenode.net irc.freenode.net)
16:35:05 Quit LambdaCalculus37 (calvino.freenode.net irc.freenode.net)
16:35:05 Quit dabujo (calvino.freenode.net irc.freenode.net)
16:35:05 Quit Lambdumb (calvino.freenode.net irc.freenode.net)
16:35:05 Quit parafin (calvino.freenode.net irc.freenode.net)
16:35:05 Quit pabs (calvino.freenode.net irc.freenode.net)
16:35:05 Quit desowin (calvino.freenode.net irc.freenode.net)
16:35:05 Quit wurscht (calvino.freenode.net irc.freenode.net)
16:35:05 Quit Zom (calvino.freenode.net irc.freenode.net)
16:35:05 Quit danderson (calvino.freenode.net irc.freenode.net)
16:35:05 Quit HellDragon (calvino.freenode.net irc.freenode.net)
16:35:05 Quit Slasheri (calvino.freenode.net irc.freenode.net)
16:35:05 Quit jon-kha (calvino.freenode.net irc.freenode.net)
16:35:05 Quit Zambezi (calvino.freenode.net irc.freenode.net)
16:35:05 Quit andash (calvino.freenode.net irc.freenode.net)
16:35:05 Quit lastebil (calvino.freenode.net irc.freenode.net)
16:35:05 Quit feisar (calvino.freenode.net irc.freenode.net)
16:37:18 Quit UncleRemus (Remote closed the connection)
16:38:08 Nick GodEater_ is now known as GodEater (n=ge@rockbox/staff/GodEater)
16:40:01 Quit GodEater (Nick collision)
16:40:01NHealcalvino.freenode.net irc.freenode.net
16:40:01NJoinChanServ [0] (ChanServ@services.)
16:40:01 Join UncleRemus [0] (n=caj@78-69-154-184-no176.tbcn.telia.com)
16:40:01 Join webguest58 [0] (n=51427fcd@gateway/web/cgi-irc/labb.contactor.se/x-252bd462da796bd5)
16:40:01 Join midkay_ [0] (n=midkay@71-35-99-88.tukw.qwest.net)
16:40:01NJoinjgarvey [0] (n=jgarvey@cpe-098-026-069-229.nc.res.rr.com)
16:40:01NJoinmcuelenaere [0] (n=mcuelena@rockbox/developer/mcuelenaere)
16:40:01NJoinnplus [0] (n=nplus@141.25.globcom.net)
16:40:01NJoinHorscht [0] (n=Horscht@xbmc/user/horscht)
16:40:01NJoinBigBambi [0] (n=Alex@rockbox/staff/BigBambi)
16:40:01 Join JdGordon|zzz [0] (n=jonno@rockbox/developer/JdGordon)
16:40:01NJoingoffa [0] (n=goffa@216.220.23.105)
16:40:01NJoinLambdaCalculus37 [0] (i=44a0430f@gateway/web/ajax/mibbit.com/x-3622876eb774e740)
16:40:01NJoinXavierGr [0] (n=xavier@rockbox/staff/XavierGr)
16:40:01NJoinjmworx [0] (n=jeval@mail.octasic.com)
16:40:01NJoinfaemir [0] (n=faemir@88-106-180-165.dynamic.dsl.as9105.com)
16:40:01NJoinMTee [0] (n=mtee@41.233.143.172)
16:40:01NJoinSchmogel [0] (n=Miranda@p3EE23025.dip0.t-ipconnect.de)
16:40:01NJoinfdinel [0] (n=Miranda@modemcable204.232-203-24.mc.videotron.ca)
16:40:01NJoinBensawsome [0] (n=Bensawso@unaffiliated/bensawsome)
16:40:01NJoinjmspeex [0] (n=jmspeex@modemcable112.109-81-70.mc.videotron.ca)
16:40:01NJoinThundercloud [0] (n=thunderc@host81-132-215-132.range81-132.btcentralplus.com)
16:40:01NJoinChristopherW [0] (n=christop@ip68-3-217-146.ph.ph.cox.net)
16:40:01NJoinDerDome [0] (n=DerDome@dslb-082-083-199-100.pools.arcor-ip.net)
16:40:01NJoinm0f0x__ [0] (n=m0f0x@189-47-8-55.dsl.telesp.net.br)
16:40:01NJoinlinuxstb [0] (n=linuxstb@rockbox/developer/linuxstb)
16:40:01NJoinAndyI [0] (n=pasha_in@212.14.205.32)
16:40:01NJoindabujo [0] (i=xx@p4FDB320C.dip0.t-ipconnect.de)
16:40:01NJoinrobin0800 [0] (n=robin080@cpc2-brig8-0-0-cust394.brig.cable.ntl.com)
16:40:01NJoinfyrestorm [0] (n=fyre@cpe-68-173-172-243.nyc.res.rr.com)
16:40:01NJoinamiconn [50] (n=jens@rockbox/developer/amiconn)
16:40:01 Join Zagor [242] (n=bjst@rockbox/developer/Zagor)
16:40:01 Join Nico_P [0] (i=53915df2@rockbox/developer/NicoP)
16:40:01NJoinshodanX_ [0] (n=shodanX@arie.informatik.uni-erlangen.de)
16:40:01NJoinpetur [50] (n=petur@rockbox/developer/petur)
16:40:01 Join GodEater [0] (i=c2cbc962@rockbox/staff/GodEater)
16:40:01NJoinpixelma [50] (i=pixelma@rockbox/staff/pixelma)
16:40:01NJoinender` [0] (i=krneki@foo.eternallybored.org)
16:40:01NJoinNibbler [0] (n=Nibbler@txx226.disy.net)
16:40:01NJoinRob2222 [0] (n=Miranda@p4FDCE360.dip.t-dialin.net)
16:40:01NJoingevaerts [0] (n=fg@rockbox/developer/gevaerts)
16:40:01NJoinvort3x [0] (n=vortex@unaffiliated/dfa001)
16:40:01NJoinlordpil [0] (n=lordpil@c-24-63-25-251.hsd1.ma.comcast.net)
16:40:01NJoinpbryan [0] (n=pbryan@S010600095baae0ff.vf.shawcable.net)
16:40:01NJointarbo_ [0] (n=me@unaffiliated/tarbo)
16:40:01Mode"#rockbox +o ChanServ " by irc.freenode.net
16:40:01NJoinsolexx_ [0] (n=jrschulz@e176102016.adsl.alicedsl.de)
16:40:01NJoinCyBergRind|w [0] (n=cbr@212.98.160.130)
16:40:01NJoinSeed [0] (i=ben@bzq-84-108-237-178.cablep.bezeqint.net)
16:40:01NJoinunpaidbill [0] (i=bill@420nugs.info)
16:40:01 Join sacarasc [0] (n=sacarasc@xmms2/bitch/sacarasc)
16:40:01NJoinculture [0] (n=none@cpc1-bele3-0-0-cust658.belf.cable.ntl.com)
16:40:01NJoinXerion [0] (i=xerion@82-170-197-160.ip.telfort.nl)
16:40:01NJoinslacker_nl [0] (n=slakkie@slakkie.euronet.nl)
16:40:01NJoindionoea [0] (n=dionoea@yop.chewa.net)
16:40:01NJoincourtc_ [0] (n=court@c-24-99-230-218.hsd1.ga.comcast.net)
16:40:01NJoinNeovanglist [0] (i=Neovangl@69.31.129.33)
16:40:01NJoinDhraakellian [0] (n=ntryon@cpe-69-207-147-61.rochester.res.rr.com)
16:40:01NJoinAve [0] (i=ave@a91-152-238-56.elisa-laajakaista.fi)
16:40:01NJoinmaddler [0] (n=maddler@cabbage.komputika.net)
16:40:01NJoinjoshin [0] (n=joshin@unaffiliated/joshin)
16:40:01NJoinz35 [0] (n=z35@20.238.188.72.cfl.res.rr.com)
16:40:01NJoinStrogg [0] (n=jean@unaffiliated/strogg)
16:40:01NJoinch4os [0] (n=ch4os@unaffiliated/ch4os/x-059673)
16:40:01NJoinnicktastic [0] (n=nick@unaffiliated/nicktastic)
16:40:01NJointhegeek [0] (n=nnscript@s080a.studby.ntnu.no)
16:40:01NJoinLlorean [0] (n=DarkkOne@ppp-70-242-15-106.dsl.hstntx.swbell.net)
16:40:01NJoinAcky [0] (n=omgwtfbb@cpc2-stok5-0-0-cust754.bagu.cable.ntl.com)
16:40:01NJoinjfc [0] (n=john@dpc691978010.direcpc.com)
16:40:01NJoinscorche|sh [50] (n=scorche@rockbox/administrator/scorche)
16:40:01NJoinrvvs89 [0] (n=rvvs89@bright-snat.ucc.asn.au)
16:40:01NJoinshodanX [0] (n=shodanX@jazz.informatik.uni-erlangen.de)
16:40:01NJoinBattousai [0] (n=bryan@gentoo/developer/battousai)
16:40:01NJoinlacrstech [0] (n=lacrstec@206.251.250.219)
16:40:01NJoinfxb [0] (n=felixbru@h1252615.stratoserver.net)
16:40:01NJoinKohlrabi [0] (n=Kohlrabi@81.169.178.165)
16:40:01NJoinblithe [0] (n=blithe@stiletto.djblithe.com)
16:40:01NJoinidshark [0] (i=chainsaw@i.will.tell.u.some.hotstories.de)
16:40:01NJoinFOAD [0] (n=dok@dinah.blub.net)
16:40:01NJoinBagder [241] (n=daniel@rockbox/developer/bagder)
16:40:01NJoindaurn [0] (n=daurnima@unaffiliated/daurnimator)
16:40:01NJoinced_c [0] (n=ced_c@ks361551.kimsufi.com)
16:40:01NJoinHEx [0] (i=HEx@83-231-209-76.dsl.prodigynet.co.uk)
16:40:01NJoincrashd [0] (i=foobar@lostnode.org)
16:40:01NJoinze [0] (i=ze@cpe-75-82-143-231.socal.res.rr.com)
16:40:01NJoinelfolnx [0] (n=elfo@gnusrv.epfl.ch)
16:40:01NJoinnum1 [0] (n=brian@c-68-63-193-45.hsd1.az.comcast.net)
16:40:01NJoinSoap [50] (n=soap@rockbox/staff/soap)
16:40:01NJoinsbhsu [0] (n=a6530466@Zion.dorm.au.edu.tw)
16:40:01NJoinpreglow [0] (i=thomj@tvilling2.pvv.ntnu.no)
16:40:01NJoinitcheg [0] (n=IceChat7@h-67-100-146-176.nycmny83.covad.net)
16:40:01NJoinagaffney [0] (n=agaffney@gentoo/developer/pdpc.active.agaffney)
16:40:01NJoin|Marco| [0] (i=marco@cakebox.net)
16:40:01 Join advcomp2019 [0] (n=advcomp2@unaffiliated/advcomp2019)
16:40:01NJoinyonkeltron [0] (n=yonkeltr@c-71-230-172-208.hsd1.pa.comcast.net)
16:40:01NJoinUnhelpful [0] (n=Militant@98.117.9.134)
16:40:01NJoinbasti [0] (i=bnc@85.214.109.173)
16:40:01NJointchan [0] (n=tchan@lunar-linux/developer/tchan)
16:40:01NJoinGalois [0] (i=djao@efnet-math.org)
16:40:01NJoingromit` [0] (n=gromit@ALagny-154-1-87-48.w81-48.abo.wanadoo.fr)
16:40:01NJoinw0rd54 [0] (i=blackdev@100mbit.top-site.us)
16:40:01NJoinsuom1 [0] (i=markus@viitamaki.net)
16:40:01NJoinaxionix [0] (n=axion@cpe-67-242-94-6.nycap.res.rr.com)
16:40:01 Join scorche [0] (i=Blah@rockbox/administrator/scorche)
16:40:01NJoindesowin [0] (n=desowin@atheme/member/desowin)
16:40:01NJoinparafin [0] (i=parafin@paraf.in)
16:40:01NJoinZom [0] (n=zom@reactos/tester/Zom)
16:40:01NJoinHellDragon [0] (n=jd@Wikipedia/HellDragon)
16:40:01NJoinfreqmod_qu [0] (n=quassel@2001:700:300:1800:213:d3ff:fee9:5ed0)
16:40:01NJoinComradeHaz [0] (i=Haz@85.234.136.4)
16:40:01NJoinZambezi [0] (i=stolgfor@itslyna.se)
16:40:01NJoinmarkun [0] (n=markun@bastards.student.ipv6.utwente.nl)
16:40:01NJoinrasher [50] (n=rasher@rockbox/developer/rasher)
16:40:01NJoinandash [0] (n=andash@unaffiliated/andash)
16:40:01NJoinLambdumb [0] (n=Lambda@64.6.88.58)
16:40:01NJoinHadaka [0] (i=naked@naked.iki.fi)
16:40:01NJoindanderson [0] (n=dave@atlas.natulte.net)
16:40:01NJoinwurscht [0] (i=wurst@telia.ffm.us-dialin.net)
16:40:01NJoinjon-kha [0] (i=jon-kha@kahvi.eu.org)
16:40:01NJoinpabs [0] (n=pabs@xor.pablotron.org)
16:40:01NJoinfeisar [0] (i=jljhook@irkki.fi)
16:40:01NJoinlastebil [0] (n=truck@cube.lomal.la)
16:40:01NJoinSlasheri [0] (i=miipekk@rockbox/developer/Slasheri)
16:40:37peturnot any more :)
16:40:37webguest58petur: ok
16:40:37webguest58:)
16:40:37CtcpVersion from freenode-connect!freenode@freenode/bot/connect
16:40:37 Join GodEater_ [0] (n=ge@rockbox/staff/GodEater)
16:42:12mcuelenaerewebguest58: regarding your question, I suppose you already have a dev environment set up and checked SVN sources out?
16:43:15webguest58mcuelenaere: good supositions
16:44:07peturwebguest58: check the wiki, there is this 'For Developers' section that has a lot of info
16:45:05linuxstbwebguest58: Read the README file in the sansapatcher source directory. If you want to cross-compile sansapatcher.exe from Linux, you need to the install the "mingw32" cross-compiler and then type "make sansapatcher.exe"
16:45:47webguest58petur: I searched a bit for sansapatcher but didn't find...
16:46:03mcuelenaerewebguest58: like linuxstb said, the README says it all
16:46:14webguest58linuxstb:ok, I'am reading
16:46:39rasherpetur: Perhaps the AGC modes should be named more descriptively, rather than with an example
16:47:22webguest58all is here, thanks to you
16:48:29 Join jvm_ [0] (n=jvm@g226142234.adsl.alicedsl.de)
16:48:44peturrasher: agreed - but will look at it after the recscreen changes, otherwise it is too many changes at once
16:49:13jmworxpreglow: what did you do about disabling the encoder?
16:49:30jmworx(I'm currently adding a bunch of #ifdefs)
16:50:42jvm_hi. i tried to build rockbox from svn for an arm architecture (ipod nano); the uisimulator built successfully, but when i chose 'Normal', i get this error while compiling: /usr/local/arm-elf/lib/gcc/arm-elf/4.0.3/../../../../arm-elf/bin/ld: /home/jvm/Desktop/rockbox/build/apps/lang.o: Relocations in generic ELF (EM: 3); /home/jvm/Desktop/rockbox/build/apps/lang.o: could not read symbols: File in wrong format
16:51:03jvm_i would be grateful for any hints?
16:51:34gevaertsDid you run make clean between the uisimulator and normal builds ?
16:51:42jvm_no.
16:51:44jvm_let me try.
16:52:30peturjvm_: it is best to build sim and target in different directories
16:52:59 Quit midkay (Connection timed out)
16:53:13jvm_petur, thanks for the info. maybe it would be a good idea to underline this a little bit more in the manual.
16:53:48peturmanual or wiki? You can get wiki write access if you want ;)
16:55:53webguest58is that normal that I have warnings when building sansas bootloader?
16:56:07webguest58fresh svn, no patches
16:56:43mcuelenaerewebguest58: I don't think so: http://build.rockbox.org/dev.cgi
16:57:17gevaertswebguest58: did you run configure before setting the PATH correctly ?
16:58:00webguest58I typed configure when I was in the good direectorie
16:58:25 Quit BigBambi (Read error: 113 (No route to host))
16:58:53webguest58errors in lcd_yux_420_lines function
16:59:00webguest58*yuv
16:59:56webguest58multiple definition of lcd_write_yuv_420_lines ...
17:00
17:00:51 Quit midgey ()
17:01:10 Quit Nibbler ("Ex-Chat")
17:12:19***Saving seen data "./dancer.seen"
17:14:57 Quit Thundercloud (Remote closed the connection)
17:15:28 Quit pbryan ("See ya.")
17:18:00 Quit Horscht (Read error: 110 (Connection timed out))
17:18:51 Join Horscht [0] (n=Horscht@p4FD4C7CC.dip.t-dialin.net)
17:21:00 Join mazling [0] (i=largeear@host86-140-23-181.range86-140.btcentralplus.com)
17:21:51 Quit m0f0x__ (Client Quit)
17:22:03 Quit webguest58 ("CGI:IRC")
17:22:14 Join coatman [0] (n=root@ppp-70-246-139-237.dsl.stlsmo.swbell.net)
17:23:23 Quit coatman (Client Quit)
17:24:16 Join coatman [0] (n=root@ppp-70-246-139-237.dsl.stlsmo.swbell.net)
17:25:03 Join tvelocity [0] (n=tony@athedsl-4409051.home.otenet.gr)
17:26:28 Quit mazling (Read error: 113 (No route to host))
17:30:20preglowjmworx: didn't do much but just stuff in a bunch of ifdefs myself
17:33:51 Quit Nico_P ("http://www.mibbit.com ajax IRC Client")
17:40:27 Join pbryan [0] (n=pbryan@209.52.48.162)
17:43:27 Join m0f0x [0] (n=m0f0x@189-47-8-55.dsl.telesp.net.br)
17:48:34 Join Nibbler [0] (n=Nibbler@HSI-KBW-091-089-240-203.hsi2.kabel-badenwuerttemberg.de)
17:51:27 Quit MTee ("Java user signed off")
17:51:47 Join Thundercloud [0] (n=thunderc@84-51-130-71.judith186.adsl.metronet.co.uk)
17:55:36 Join Nico_P [50] (n=nicolas@rockbox/developer/NicoP)
18:00
18:01:28 Quit Schmogel (Read error: 104 (Connection reset by peer))
18:02:16 Quit coatman (Remote closed the connection)
18:04:30 Join coatman [0] (n=jacob@ppp-70-246-139-237.dsl.stlsmo.swbell.net)
18:04:40 Quit coatman (Client Quit)
18:04:55 Join coatman [0] (n=coatman@ppp-70-246-139-237.dsl.stlsmo.swbell.net)
18:06:34 Join herrwaldo [0] (n=waldo@ip-81-11-218-127.dsl.scarlet.be)
18:12:18 Join jvm__ [0] (n=jvm@e176230017.adsl.alicedsl.de)
18:14:58 Quit jvm__ (Client Quit)
18:15:45 Join Mathiasdm [0] (n=Mathias@vpna061.ugent.be)
18:16:51 Quit jvm_ (Read error: 104 (Connection reset by peer))
18:20:57 Join miepchen^schlaf [0] (n=miepchen@p54BF77AD.dip.t-dialin.net)
18:21:37 Join bertrik [0] (n=bertrik@ip117-49-211-87.adsl2.static.versatel.nl)
18:24:46 Quit petur ("work->home")
18:30:12 Join nuonguy [0] (n=john@c-71-198-1-139.hsd1.ca.comcast.net)
18:31:48 Join AhtiK [0] (n=ahti@88-196-185-130-dsl.rgu.estpak.ee)
18:34:05 Quit amiconn (" brb")
18:36:52mcuelenaereah yes gevaerts: there was someone (vitja) a couple of days agoo who asked for some USB porting help for the TCC7x targets (iAudio 7)
18:37:11mcuelenaereI don't know if he still has problems or how far he got, but if he shows up..
18:37:30gevaertsYes, linuxstb told me.
18:37:38mcuelenaereok
18:37:39 Join amiconn [50] (n=jens@rockbox/developer/amiconn)
18:43:35rasheramiconn: Seen the updates in FS #9148? I'm pretty sure he's having some sort of multibyte problem with his TTS engine or Windows, but I can't quite grok what
18:44:29amiconnno
18:44:44amiconnWhy the flaming hell does email notification from the tracker not work?
18:45:11rasherI seem to be getting the mails
18:45:35pixelmaworks for me too
18:45:36rasherNow he added escaping to voice.pl, which is likely to break other languages, I presume
18:45:46rasherAnd I still don't understand what's going on, really
18:47:32 Quit coatman (Remote closed the connection)
18:47:59 Quit Bensawsome (Connection timed out)
18:49:20amiconnI don't understand it either. The change in sapi_voice.vbs would break it for all other languages as well
18:49:48amiconnEither his japanese.lang isn't utf-8, or japanese windows does something weird I don't know and can't verify either
18:50:57amiconnWindows (32 bit and up) always uses unicode internally, but UTF-16
18:51:21rasherBut we already handle that, right?
18:51:24amiconnOur voice files are UTF-8, and passing the strings from perl to vbscript auto-extends them to utf-8
18:51:30amiconnErr, utf-16
18:51:57*rasher checks the langfile he just uploaded
18:52:05amiconnBut since windows doesn't know the source is utf-8, it expands the stuff as if it were iso8859-1 (or more precisely, win1252)
18:52:29rasherOh dear. Won't that be it, then?
18:52:49amiconnNo, that's what UTF8decode() in sapi_voice.vbs is about
18:53:04rasherBut maybe Japanese windows doesn't assume win1252?
18:53:20amiconnHmm
18:53:25rasherWouldn't be completely surprising, really
18:53:26amiconnBut what does it assume, then?
18:53:36amiconnI wonder what russian windows does here
18:53:49rasherThe local character set, whichever that is?
18:54:06amiconnSo far we had no report regarding sapi voice building not working for russian, afaik
18:54:13rasherHas anyone tried?
18:54:54rasherAlso, given that russian is slightly less exotic, it's still somewhat plausible that windows might have different behavior in Japanese
18:55:04amiconnThe weird thing is that while the windows console *can* handle utf-8, there is no way (I know of) to set utf-8 support anywhere else
18:55:55amiconnAnd for the windows console, you can only set utf-8 support via a program using it (that's what the win32 sims do), and the console must be using ttf fonts in order for utf-8 support to work
18:55:55rasherThe language file is certainly in UTF-8
18:56:10amiconnhmm
18:56:31amiconnI wonder what the extend-to-16-bit-on-passing does on japanese windows, then
18:56:35rasherSo I suppose we can quite safely assume that his windows is translating from something else?
18:56:59rasherMaybe a few test-scripts are in order?
18:57:03amiconnI also wonder whether that behaviour can be changed, and how
18:57:51rasherI'm not going to be much help there
18:58:19rasherShould I go open a new task so we can track that seperately?
18:59:03 Join petur [50] (n=petur@rockbox/developer/petur)
18:59:55*rasher does so
19:00
19:00:39amiconnThe escape idea is in fact not bad - it removes the uncertainty regarding charsets on string passing
19:01:19*rasher looks at it again
19:01:47rasherAh, he escapes to byte-values..
19:02:14amiconnYes, and then the change in sapi_voice.vbs makes sense. It's just not very elegant
19:02:25rasherThat's rather nasty, really :\ But if that's the only way we can be sure Windows gets the right values, I guess that's what we'll have to do
19:02:45 Join avis [0] (n=ident@pdpc/supporter/student/avis)
19:03:45 Join coatman [0] (i=coatman@ppp-70-246-139-237.dsl.stlsmo.swbell.net)
19:04:04 Quit Horscht ("We don't make mistakes, we just have happy little accidents")
19:06:30amiconnrasher: Does perl have a function to convert utf-8 to utf-16?
19:06:41rasherI should hope so
19:06:43amiconnThis would save us quite some work in the .vbs
19:07:23 Join Horscht [0] (n=Horscht@xbmc/user/horscht)
19:07:42rasherI do remember that Perl is too clever for its own good when it comes to characters sets though. It might not be as easy as it should be. I'll have a look
19:08:27 Quit miepchen^schlaf ()
19:10:55 Quit m0f0x ("reboot")
19:12:09rasherUgh, I just discovered an old patch on the tracker that I should've fixed and committed ages ago, related to character sets
19:12:23***Saving seen data "./dancer.seen"
19:13:35amiconnHmm, I wonder whether we can assume perl 5.8 or higher...
19:13:35rasheramiconn: Wouldn't correct_string be a reasonable place to do character set conversion? That means we can do it as fine-grained as we like (this one in the tracker needs latin-1 for Viavoice on Linux)
19:13:53 Join OlivierBorowski [0] (n=OlivierB@sab57-5-88-179-80-205.fbx.proxad.net)
19:14:43 Join m0f0x [0] (n=m0f0x@189-47-8-55.dsl.telesp.net.br)
19:15:02 Quit nplus (Remote closed the connection)
19:15:14rasheramiconn: it was released 6 before the Rockbox project started (or just about). I should hope people have updated by now.
19:15:30rasherScratch the 6
19:15:36 Quit linuxstb (Read error: 110 (Connection timed out))
19:15:43amiconnreally?
19:16:20 Join nplus [0] (n=nplus@141.25.globcom.net)
19:17:01rasher5.8.0 2002-Jul-18
19:17:09rasherMaybe I have my history wrong, but it was a LONG time ago at any rate
19:17:45gevaertsThat's three whole weeks after rockbox 1.0
19:18:23amiconnwow
19:18:37*amiconn thought it was newer, for some reason...
19:19:11amiconnMy cygwin installation has perl 5.10.0 now, but I do update it frequently...
19:19:57 Join miepchen^schlaf [0] (n=miepchen@p54BF77AD.dip.t-dialin.net)
19:20:49 Join nplus_ [0] (n=nplus@141.25.globcom.net)
19:21:03 Quit nplus (Read error: 104 (Connection reset by peer))
19:22:42rasheramiconn: Something like this: http://pastebin.ca/1093954 (untested, but the idea)
19:23:26amiconnI was thinking about using perl IO layers to set the encoding
19:23:38amiconnNo additional module or function call needed for this
19:23:50rasherBut another layer of magic :\
19:24:10amiconnIf passing plain utf-16 to the script works, everything becomes simpler than it is now
19:24:33amiconnhttp://perl-xml.sourceforge.net/faq/#encoding_conversion
19:25:58rasherI guess the encoding layer idea works, but "my" method allows us to do it per-tts (which is needed for FS #8589 which I stumbled over)
19:26:12rasherThat is, if it actually works. I've no idea if that's the case.
19:26:54 Quit Nibbler ("Ex-Chat")
19:26:55amiconnIt could still be used per tts
19:28:21rasherTrue. It's unlikely to be needed for a lot of cases anyway.
19:29:06rasherDo you want to have a go at it? I don't have a setup to create SAPI voices, and I'm afraid of touching the .vbs anyway
19:29:47amiconnI'm trying it as we speak
19:30:04amiconnBah, using // for a comment certainly won't work in vbs...
19:32:49amiconnHmm, that doesn't work...
19:33:11*amiconn needs to read up a bit on vbscript and its standard io streams
19:33:22 Join bluebrother [0] (n=dom@rockbox/staff/bluebrother)
19:33:46 Quit jmworx (Read error: 110 (Connection timed out))
19:34:21 Join jmworx [0] (n=jeval@mail.octasic.com)
19:39:46amiconnIt might be possible to do this using the FileSystemObject. It allows opening the standard streams in unicode mode
19:39:52*amiconn will try this
19:42:48peturthere is something really weird going on in the viewport code...
19:42:58 Quit daurn (Read error: 110 (Connection timed out))
19:43:29peturafter a few executions a certain call to clear_viewport() is no longer done
19:43:36 Join daurn [0] (n=daurnima@unaffiliated/daurnimator)
19:45:18peturafter a gui_syncsplash(0,...) I do a set _viewport() and then clear_viewport() but the splash stays
19:45:35 Quit m0f0x (Read error: 110 (Connection timed out))
19:46:51amiconnlcd_update_viewport()?
19:48:35peturhmmmm
19:49:03amiconn(or the respective screen api thing)
19:49:16peturthat's it probably... thanks
19:49:40 Join globi [0] (n=Drk@2001:470:1f12:d3:0:0:0:2)
19:50:07globihi
19:53:07rasherglobi: Do you have a question?
19:54:01globirasher: no
19:54:15LambdaCalculus37This isn't a social channel.
19:54:43*petur looks at the other lurkers
19:55:02*gevaerts lurks innocently
19:58:43 Join snoh [0] (n=dave@cpc1-sout6-0-0-cust616.sotn.cable.ntl.com)
20:00
20:05:24 Join linuxstb [0] (n=linuxstb@rockbox/developer/linuxstb)
20:06:01amiconnhmmmm
20:06:22amiconnrasher: Perl seems to be unaware that the strings are utf-8
20:06:42amiconnIiuc utf-8 is the standard encoding in perl, so I wonder why...
20:07:06rasheramiconn: I guess it doesn't make assumptions for stuff it gets from the outside?
20:07:28amiconnI'm not sure how this works
20:07:28Bagderexactly
20:07:33Bagderuse open IN => ':utf8';
20:07:47Bagderetc
20:07:55amiconnIiuc the line that reads the voice strings is for (`$cmd`)
20:08:11amiconn...i.e. uses backticking and catches the command's stdout?
20:08:38rasherAnd puts it in $_, one line at a time
20:08:43Bagderthat works, but the line I just posted is needed to tell perl to treat the input as utf8
20:09:00 Nick nplus_ is now known as nplus (n=nplus@141.25.globcom.net)
20:09:00amiconnhmm
20:09:22amiconnBut if I change this, other tts engines might break
20:09:44 Part pixelma
20:09:57rasherI doubt it - the input won't change, Perl will just be AWARE that it's utf8, rather than blindly passing it along
20:10:06rasherAgain, iiuc.
20:10:08amiconnhmm
20:11:12amiconnrasher: But then it would need to know it should output utf-8 as well (by default - changeable per engine later)
20:11:47rasherWon't it do that by default, then? I'm guessing here though..
20:13:11amiconnWhy would it do that by default for stdout, but not stdin?
20:13:36amiconnI guess these things can't be tested on a recent linux, as linux usually sets utf-8 anyway
20:13:58Bagderit's easy to change to any other charset in a terminal
20:14:17BagderI mean encodig
20:15:26rasheramiconn: Outputting is different from input, in that perl doesn't have to make assumptions for input. It can simply say "these are bytes, I don't know what they are", but for output, it will default to using UTF8
20:15:38amiconnIf I do this, in addition to use binmode() to set the encoding for passing data to the vbscript, and using stdin in unicode mode within the vbs, UTF8decode() can go :)
20:16:28amiconnThat is: use open IN => ':utf8'; at the top, together with the other use ... things
20:16:31num1what does LAN_CROSSFEED "Crossfeed" indicate? Is this the time between two songs where both are playing at the same time?
20:16:52amiconnbinmode(*CMD_IN, ':encoding(utf16)'); in init_tts() for sapi
20:17:29amiconn...and using FileSystemObject to get access to STDIN in unicode mode in the .vbs
20:18:13num1this whole menu confuses me, Settings->Sound Settings->Crossfeed, what is crossfeed?
20:18:29amiconnNow the questions are (1) whether this works on japanese windows and (2) whether this breaks other tts engines
20:18:30bertrikcrossfeed blends some sound from the left channel into the right channel and vice versa
20:18:54amiconn((2) could only be due to the use open IN thing)
20:18:56num1also what is dithering? Settings->Sound Settings->Dithering
20:19:03bertrikcrossfade fades out the old song while fading in a new song
20:20:08num1bertrik: thank you. Can you explain what direct gain, cross gain, high frequency attentuation and high-frequency cutoff are?
20:20:20bertrikdithering adds a tiny bit of noise to improve effective resolution
20:21:16num1bertrik: sorry but that went way over my head
20:21:55bertriknum1, isn't it explained in the manual?
20:22:05 Join ompaul [0] (n=ompaul@gnewsense/friend/ompaul)
20:22:38*num1 goes to check the manual
20:24:55 Join coatman_ [0] (i=coatman@ppp-70-246-139-237.dsl.stlsmo.swbell.net)
20:25:11amiconnAnd there's indeed a bug in the vbscript regarding the unknown vendor warning
20:25:19amiconnIt has to be written to stderr, not stdout
20:27:07 Quit nuonguy ("This computer has gone to sleep")
20:27:28 Join frinkazoid [0] (n=waldo@ip-81-11-223-32.dsl.scarlet.be)
20:28:05 Join AceNik [0] (n=AceNik@117.98.96.246)
20:30:15 Quit globi ("Lost terminal")
20:30:51 Quit scorche (Read error: 104 (Connection reset by peer))
20:31:52 Quit herrwaldo (Read error: 110 (Connection timed out))
20:31:54 Join scorche [0] (i=Blah@rockbox/administrator/scorche)
20:33:27 Part AceNik
20:33:56 Quit mcuelenaere ()
20:34:02 Quit bluebrother (Read error: 104 (Connection reset by peer))
20:35:25 Join wpyh [0] (n=william@125.163.18.123)
20:36:50 Join jhulst [0] (n=jhulst@unaffiliated/jhulst)
20:38:02wpyhmcuelenaere: how unfortunate :p
20:38:34wpyhmcuelenaere: I think I'd just put it on pastebin; here's the document describing the IHFS format: http://pastebin.ca/1094015
20:39:01 Join bluebrother [0] (n=dom@rockbox/staff/bluebrother)
20:39:51wpyhmcuelenaere: and here's the source for ihfs_split, the tool for splitting an IHFS image into files: http://pastebin.ca/1094017
20:42:35 Quit coatman (Read error: 110 (Connection timed out))
20:42:57wpyhmcuelenaere: regarding your question: HXF and IHFS are very different; I haven't read the source for HXFsplit, but I can see that it doesn't have the same logic / structure as IHFS... however, they are related (for example, the FW revision/timestamp), so I think it would be useful to have some kind of hxf2ihfs utility
20:43:27 Join AceNik [0] (n=AceNik@117.98.96.246)
20:47:00wpyhI've also experimented some more with the OF... it will complain if we try to reflash using the same firmware and refuse to flash it. however, I found that if I change the timestamp in the hxf file, then it will reflash the firmware. so I think the timestamp is used to identify same firmware versions and avoid flashing it twice
20:47:13wpyhsorry for my bad english, I'm very sleepy right now
20:47:43AceNikcan anyone help me with a hardware problem i just need 5 minutes in private
20:48:24 Quit jhulst (Read error: 113 (No route to host))
20:48:45 Join jhulst [0] (n=jhulst@unaffiliated/jhulst)
20:48:53amiconnrasher: Could you perhaps check something for me (regarding the non-working notifications)?
20:49:10rasheramiconn: I can try
20:49:53amiconnIf you're logged into fs, you can edit your profile by clicking on your name. I'd like to know what 'Notify type' you have set
20:50:15rasheramiconn: That's set to Email
20:50:32wpyhmcuelenaere: looking at the firmware flashing screen, I think there is even some kind of hxf2ihfs routine inside the firmware :p
20:50:33amiconnInteresting. Mine is set to 'None', which explains why I don't get emails.
20:50:35AceNikamiconn u have an h10 right ?
20:50:48rasheramiconn: That would probably do it yes
20:51:01amiconnBut I don't understand _why_ it's set to 'None'. It _definitely_ used to work earlier
20:54:21linuxstbamiconn: I think the same happened to me - I used to have notifications set to email, then they stopped (probably about 6 months or more ago). But I didn't care, as I subscribe to the mailing list so get them all. Maybe the settings got reset as the result of a flyspray upgrade?
20:54:50 Part wpyh
20:55:41 Join jhulst_ [0] (n=jhulst@unaffiliated/jhulst)
20:55:54 Quit coatman_ ("See You All Later")
20:57:26 Quit AceNik ("Trillian (http://www.ceruleanstudios.com")
20:57:27 Join gromit`` [0] (n=gromit@ALagny-154-1-9-243.w83-112.abo.wanadoo.fr)
21:00
21:02:59 Quit Nico_P (Read error: 113 (No route to host))
21:05:26 Quit jhulst (No route to host)
21:05:46 Quit gromit` (Read error: 110 (Connection timed out))
21:08:35amiconnrasher: Patch is up now (I almost overlooked that you've moved the code part to a new task...)
21:09:55rasheramiconn: I'll see what I can do to test it
21:10:01 Join mf0102 [0] (n=michi@85.127.20.176)
21:12:26***Saving seen data "./dancer.seen"
21:13:16 Join midgey [0] (n=tjross@c-71-205-31-207.hsd1.mi.comcast.net)
21:14:25amiconnMeh. 'svn diff' is clever enough to cope with both LF and CRLF formatted files. 'patch', however, is not
21:14:54rasheramiconn: a buildlog with V=1 seems to suggest it's passing things correctly as UTF8. I can't test the actual voice file though, because I don't have a Danish tts
21:15:46amiconnDid 'patch' work for you?
21:15:54rasherNo problems there
21:15:58amiconnI get failed hunks...
21:16:19agaffneyamiconn: did you try −−ignore-whitespace?
21:16:23 Join jhulst__ [0] (n=jhulst@adsl-99-155-147-68.dsl.klmzmi.sbcglobal.net)
21:16:29rasherWeirdness
21:18:00 Quit jhulst_ (No route to host)
21:19:08amiconnAh, using −−binary does the trick
21:19:18amiconnWeird, but if it works...
21:19:24*amiconn will add a comment
21:23:50 Join mcuelenaere [0] (n=mcuelena@rockbox/developer/mcuelenaere)
21:24:25amiconnrasher: V=1 is what I used to test my changes (building a german voice file), and the resulting voice file works properly (including the tts specific corrections)
21:24:41 Quit frinkazoid (Remote closed the connection)
21:25:08mcuelenaerewpyh: damn, I missed you again :)
21:25:14mcuelenaere(for the logs)
21:25:30 Join herrwaldo [0] (n=waldo@ip-81-11-223-32.dsl.scarlet.be)
21:27:57 Join Nibbler [0] (n=Nibbler@HSI-KBW-091-089-240-203.hsi2.kabel-badenwuerttemberg.de)
21:28:25LambdaCalculus37scorche: Interested? http://cgi.ebay.com/ARCHOS-JUKEBOX-5000-MP3-PLAYER_W0QQitemZ200243783126QQihZ010QQcategoryZ114618QQssPageNameZWDVWQQrdZ1QQcmdZViewItem
21:29:09 Quit LambdaCalculus37 ("http://www.mibbit.com ajax IRC Client")
21:38:29 Join pixelma [50] (i=pixelma@rockbox/staff/pixelma)
21:39:06 Nick courtc_ is now known as courtc (n=court@c-24-99-230-218.hsd1.ga.comcast.net)
21:49:09mcuelenaerewpyh (logs): did you had a chance contacting your friend who's an ex-Ingenic employee?
21:52:30 Join Stevan` [0] (i=stevan@5.dollar.sucky.sucky.at.shellium.org)
21:52:57 Quit Nibbler (Remote closed the connection)
21:53:01 Part Stevan`
21:53:54 Join Nibbler [0] (n=Nibbler@HSI-KBW-091-089-240-203.hsi2.kabel-badenwuerttemberg.de)
22:00
22:03:10 Join tessarakt [0] (n=jens@e180073200.adsl.alicedsl.de)
22:03:37 Quit jhulst__ (Read error: 110 (Connection timed out))
22:14:17*petur crosses some fingers
22:16:48 Join jhulst [0] (n=jhulst@unaffiliated/jhulst)
22:17:23pixelmaare the peakmeters still two lines in every case?
22:17:51petursorry
22:18:12peturwant it as a setting?
22:19:40petur\o/ green :)
22:19:54*petur now waits for the green delta
22:20:13pixelmait just feels like such a waste on the small screens/with a big font. I don't know, a setting isn't nice either
22:20:30 Quit bluebrother (Nick collision from services.)
22:20:35 Join bluebrother [0] (n=dom@rockbox/staff/bluebrother)
22:21:59*rasher wonders about the ZVM deltas
22:23:14petursomething flipped over a boundary?
22:23:38peturmeh, I thought the gain was more...
22:23:57rasherOr some sort of host-dependent thing, check the ZVM 30GB further down
22:24:03pixelmaseen those jumping in big steps lately (some alignment issue or so?)
22:24:04mcuelenaererasher: it's a known bug
22:24:33 Join Xerion_ [0] (i=xerion@82-170-197-160.ip.telfort.nl)
22:25:07peturpixelma: what do you suggest? Have single-line peakmeters if lcd height is below xx ?
22:25:46pixelmacoldfire targets have the biggest binsize decrease
22:26:50pixelmapetur: maybe not depending on lcd height but on how many lines fit
22:27:27pixelma(if that is possible)
22:27:46peturyou mean if 4 fit, use 1 line for pm and 1 for list; if 5 fit use 1 for pm and 2 for list,...
22:29:19peturanyway, one of the reasons I stuck with 2 lines was because of the optional clipcounter in front of it ;)
22:29:46peturand what to do with the trigger bar?
22:30:25peturwe will be in special screen positioning hell before we know it :(
22:34:26pixelmayou should see them on the Archos screen (with nedore-9)...
22:34:48rasherShouldn't people in docs/MAINTAINERS be committers, ideally?
22:34:52pixelmaor maybe on an Iriver remote (though these are at least a bit wider
22:34:55pixelma)
22:35:21rasherI guess it's not necessary for translation maintainers, it just feels a bit wrong.
22:36:00peturpixelma: I checked on my iriver remote and it looked fine
22:36:25peturI expect to get requests soon about doubling the height ;)
22:36:54pixelmahave square peakmeters? :\
22:37:11pixelmaand nothing else on the screen?
22:41:14pixelmapetur: imagine the 2 line peakmeters on the Iriver remote to only be 90 pixels wide with the same height, and you'll get a better idea on how they look on an Archos screen
22:41:47 Quit Xerion (Read error: 110 (Connection timed out))
22:41:47 Nick Xerion_ is now known as Xerion (i=xerion@82-170-197-160.ip.telfort.nl)
22:42:24mcuelenaeredoes docs/MAINTAINERS also contain ports-in-progress?
22:45:06pixelmapetur: I can understand the special casing argument though (same as with the filename line). It just looks wrong (to me) but ok...
22:45:36peturpixelma: I will certainly think about a solution
22:49:46 Join quigon [0] (n=Matias@200.61.187.185)
22:58:03 Quit petur ("*plop*")
22:58:39 Join GodEater__ [0] (n=ge@rockbox/staff/GodEater)
22:59:16 Quit GodEater_ (Read error: 113 (No route to host))
23:00
23:00:46 Quit JdGordon|zzz (Read error: 110 (Connection timed out))
23:01:36 Join AceNik [0] (n=AceNik@117.98.23.106)
23:03:41 Join tibaza [0] (n=edwardlu@69.241.19.12)
23:04:26linuxstbrasher: Are there many translators in MAINTAINERS but not COMMITTERS? There are two ways to fix that...
23:05:04rasherlinuxstb: I just noticed the Finnish translator. I don't know if it's a problem, really. It just struck me as odd
23:05:13Bagdermcuelenaere: I don't think that would hurt...
23:05:19mcuelenaereok
23:05:25linuxstbI agree, it does feel a bit odd. But not a big deal.
23:06:20 Quit num1 ("Leaving.")
23:06:29 Join RoC_MasterMind [0] (n=Free@c-24-127-250-250.hsd1.fl.comcast.net)
23:07:36 Quit tibaza (Remote closed the connection)
23:07:57mcuelenaereadded
23:10:34 Quit Seed (Nick collision from services.)
23:11:02 Join Seed [0] (n=ben@bzq-84-108-237-178.cablep.bezeqint.net)
23:12:29***Saving seen data "./dancer.seen"
23:13:06 Quit Seed (Nick collision from services.)
23:13:33 Join Seed [0] (n=ben@bzq-84-108-237-178.cablep.bezeqint.net)
23:14:39 Quit OlivierBorowski (Remote closed the connection)
23:18:25 Part AceNik
23:18:26 Quit Seed (Nick collision from services.)
23:18:59 Quit Mathiasdm ("Invisible Internet Project: http://www.i2p2.de")
23:24:04 Quit RoC_MasterMind ("Leaving")
23:25:35quigonanyone knows where I can download this file: http://hcs64.com/rockbox/itdb2tc01.zip I'm getting an error as
23:25:35quigonBandwidth Limit Exceeded
23:26:19Bagderwhat is that?
23:27:02quigonis a tool to convert an iTunde db to the database of RockBox
23:27:04quigonlook:
23:27:11quigonhttp://www.rockbox.org/twiki/bin/view/Main/ConvertiTunesDBtoTagCache
23:28:11 Join jvm_ [0] (n=jvm@e176230017.adsl.alicedsl.de)
23:30:18 Join Bensawsome [0] (n=Bensawso@unaffiliated/bensawsome)
23:31:58bluebrotherquigon: well, you noticed the red note at the top of that page?
23:32:12quigonlet me see... hehe
23:33:03quigonwell, great, now I've to see where I find it.
23:33:25Bagderquigon: I don't think there exists an updated version
23:33:31Bagderand you don't really need one
23:33:52quigonDo you think, that I can play the music with out that?
23:34:07Bagderrockbox can make its own db from the files you have, yes
23:34:32quigonbut the things, that this files has randoms names, and are writed in the iTunes DB
23:35:04Bagderyes, but you know what? the files still know the artist and title etc
23:35:14Bagderby shear magic I hear
23:35:23Bagderor was it id3 tags?
23:35:24quigonyes, I'm seeing, I've it now
23:35:28 Quit Nibbler ("Ex-Chat")
23:35:45quigonI don't know what I touch....
23:35:50bluebrotherBagder: no, Rockbox uses a crystal ball ;-)
23:36:08quigonlol
23:36:14Bagderthe very latest crystal ball technology is awesome!
23:36:45Bagderquigon: but really, how to make the db is described in the manual
23:37:07quigonok, thanks a lot!
23:37:17 Join BoD[] [0] (n=BoD@JRAF.org)
23:37:20bluebrotherof course this requires use of a crystal ball, but fortunately Rockbox is capable of doing that for you *g*
23:37:23BoD[]Hello, World!
23:37:45bluebrotherhmm. There is no user world in this channel ...
23:37:47BoD[]Hey can anyone explain to me this sentence on the CustomWPS page: "Note: Viewports can share identifiers so you don't end up with bloated code like %?C<%Vda%Vdb%Vdc|%Vde%Vdf%Vdg>. "
23:38:16BoD[]how can a declaration identifier be shared?
23:38:31linuxstbBoD[]: I guess it means you can define two different viewports with the same name
23:38:43linuxstbi.e. it's not a unique identifier
23:38:58BoD[]ok but then how is it displayed?
23:39:11linuxstb%Vda will display all the "a" viewports
23:39:17BoD[]ahhhhhh
23:39:23BoD[]hmm
23:40:08linuxstbI guess a positive example (i.e. what you _can_ do) would have been more useful than an example of what you can't do.
23:41:39quigonguys, thanks for the help, I can hear all my Music now!
23:41:44quigonmay the force be with you!
23:42:09 Quit quigon ("chau")
23:42:22BoD[]the thing I don't understand is that the content of the viewport is what is after the viewport display directive
23:42:35BoD[]so if you display them all in one directive
23:42:41BoD[]then what about the content?
23:42:55 Quit jmworx ("Ex-Chat")
23:43:41linuxstbBoD[]: I don't understand what you don't understand... The content of a viewport is what is between two %V (or %Vl) tags.
23:43:54linuxstb(or between a %V and the end of the .wps file)
23:44:39jvm_i want to develop a simple application for rockbox. any hints where i should start?
23:44:49BoD[]I don't know I guess I'm just tired :)
23:44:52jvm_is there an api documentation somewhere?
23:44:52linuxstbjvm_: apps/plugins/hello_world.c
23:45:17BoD[]it's just I've been trying to have a viewport for album art and another one for no album art, and I can't make it work
23:45:18linuxstbAnd the source to the other plugins, and maybe there is some info on the wiki. There is a GraphicsAPI wiki page.
23:45:26BoD[]should be simple!
23:45:44BoD[]I'll try again tomorrow
23:45:46linuxstbBoD[]: Have you tried looking at other WPSs that have that feature?
23:45:52BoD[]yes
23:46:08BoD[]but they have severa %Vl|a and I don't get it :))
23:46:12BoD[]several
23:46:13jvm_what would i have to do to see the hello_world plugin in the rockbox menu?
23:46:20 Join safetydan [0] (n=evertond@rockbox/developer/safetydan)
23:46:41linuxstbjvm_: Add "hello_world.c" to apps/plugins/SOURCES, then compile and install Rockbox.
23:46:59linuxstbOr rather, helloworld.c
23:47:21jvm_thank you, linuxstb
23:48:15jvm_linuxstb, are the stdio file functions supported?
23:48:38linuxstbopen/read/write are
23:49:32linuxstbYou need to access all core functions via the plugin api - i.e. "rb->functionname();" See plugin.h for the available functions. We try to be POSIX compliant as much as possible.
23:49:55 Quit bertrik ("Leaving")
23:50:15linuxstbIf you look on the wiki, I think there are also one or two guides to writing plugins
23:52:51BoD[]ok my viewport is working
23:52:57jvm_how does the file structure look like? i mean, if i do rb->open(path, flags), what does the path have to be to access the text file foo.bar in root?
23:53:34linuxstb"/foo.bar"
23:53:37safetydanjvm_: / is root so /foo.bar
23:53:39BoD[]thanks guys
23:55:06jvm_i saw /rocks/apps/dict.desc in the dict.c plugin. does this realy mean, that there has to be an rocks/apps/ directory, or is /rocks for example mapped to the rockbox data directory?
23:55:43linuxstb"rocks" lives inside the .rockbox directory - I would expect the dict.c to specify that
23:56:09linuxstbIt does - ROCKBOX_DIR
23:56:24jvm_yeah, didn't look properly.
23:56:25jvm_okay.
23:57:20jvm_thanks linuxstb and safetydan, you were a big help. bye.
23:57:27 Quit jvm_ ("Leaving")
23:57:27 Quit jgarvey ("Leaving")
23:57:34*linuxstb awaits the patch

Previous day | Next day