00:00:07 | ricII | earHurts they have a ligth to tendency explode when over charged, hence the hw charger |
00:00:51 | earHurts | yeah, I know. Imagine my consternation when using the wrong charger today. |
00:01:19 | Zagor | nice work hardeep! |
00:00:04 | ricII | finaly Zagor is lookingin to dyn-pl patch ? |
00:00:09 | diddystar5 | yea a wurking win sim with plugins now if i could get the source over cvs |
00:00:35 | Zagor | ricII: yeah, i think it will come soon. though i'm not sure how much time i will have during the week. |
00:01:39 | Zagor | hardeep: although I think it's better if you can make apps/plugin.c work on win32 too. otherwise we risk them getting incompatible. |
00:02:03 | hardeep | Zagor: yeah, that's what I was doing originally... the file was getting REALLY ugly though :) |
00:02:11 | hardeep | all the #ifdef WIN32's |
00:02:22 | | Quit hanzz ("I was using TinyIRC! Visit http://www.tinyirc.net/ for more information.") |
00:03:21 | Zagor | hardeep: really? it looks like there's just a new version of plugin_load and an #include <windows.h> |
00:04:39 | hardeep | Zagor: plus a couple of the api's in the structure... i'll clean it up some and then merge back with plugin.c |
00:04:51 | Zagor | ok, thanks |
00:06:01 | earHurts | if I wanted to solder the archos, what wattage soldering iron would I want? |
00:07:00 | *** | Saving seen data "./dancer.seen" |
00:07:18 | ricII | earHurts I used a 15w |
00:08:42 | earHurts | athing special about it? I bought an $8 iron from RadioShack |
00:09:22 | earHurts | how long did you let the iron heat? |
00:09:34 | ricII | a verry small tip, but still would recomend it for the chips |
00:09:56 | earHurts | will 4% silver solder be ok? |
00:11:06 | ricII | not recommend that is.. |
00:11:32 | diddystar5 | to build |
00:11:44 | diddystar5 | the rocks, will iahve to run a makefile |
00:12:38 | ricII | earHurts I used a temp-controled one for the 8mb mod.. |
00:13:05 | earHurts | hmm. not gonna try that! |
00:13:31 | diddystar5 | or do you just let them be made when you build ajbrec? |
00:14:14 | hardeep | diddystar5: they get built with everything else |
00:14:46 | diddystar5 | hardeep: thanks |
00:20:47 | earHurts | makefile is barfing on fonts/clR6x8.bdf |
00:20:56 | earHurts | any idea why? |
00:21:36 | diddystar5 | gotta go |
00:21:40 | | Part diddystar5 ("Client exiting") |
00:22:11 | earHurts | how do I see the actual error that aborted the make? |
00:23:00 | Zagor | earHurts: did you run make in tools? |
00:23:16 | Zagor | i think error 255 is often "tool not found" |
00:23:38 | earHurts | the tool is there, and I can run it from the command line |
00:24:00 | Zagor | ok |
00:24:27 | earHurts | if I do, it complains it can't open the bdf, but the makefilew should be in the proper dir (firmware) at the point it tries to run the tool |
00:25:05 | earHurts | If I adjust the path by prepending firmware/ it runs without error on the command line |
00:26:23 | earHurts | if I prepend the path in firmware/Makefile, make complains *** No rule to make target 'firmware/fonts/clR6x8.bdf'.... |
00:28:24 | Zagor | where are you running make? have you made a build dir as instructed? |
00:30:24 | ricII | earHurts try gcc -o convbdf convbdf.c in tools |
00:31:47 | earHurts | convbdf.exe exists |
00:32:02 | earHurts | I'm building the same place I always have |
00:32:34 | ricII | ok I just noted today make in tools didn't build convdbf.. |
00:32:35 | earHurts | it's the parent of appps, tools, etc. |
00:32:54 | ricII | sould be in tools |
00:33:18 | Zagor | earHurts: the recommended way is to make a new dir there, and run ../tools/configure from that dir |
00:33:18 | earHurts | no, I'm building in tools's parent. |
00:33:39 | earHurts | a sibling of tools? |
00:33:55 | earHurts | and apps, common, firware, etc? |
00:33:57 | Zagor | yes |
00:34:16 | earHurts | ok, lemme try that |
00:38:08 | earHurts | created, making |
00:39:07 | _aLF | (lcd chip handle 132x 64 but the screen is only 112x 64) |
00:39:16 | Zagor | yes |
00:39:19 | ricII | _aLF true |
00:39:19 | earHurts | Katherine Hepburn has died. Too bad. |
00:39:54 | Zagor | the lcd I write for at work right now has 96x49 pixels. yes, 49... |
00:41:15 | earHurts | you can draw a line that's exactly sentered, then |
00:41:21 | earHurts | centered |
00:41:25 | Zagor | yeah |
00:41:30 | _aLF | 96 ? |
00:42:56 | _aLF | Zagor> how data are send to LCD ? I see page which select 8 lines of GDRAM |
00:43:20 | Zagor | data is sent over spi, a serial interface |
00:44:18 | earHurts | the set_option signature has changed? |
00:44:49 | _aLF | in lcd_update, for me, I understand that only 1 line is update on 8 lines |
00:45:05 | Zagor | earHurts: yes, to separate ints and bools |
00:45:23 | _aLF | (I know that answer isn't simple) |
00:45:52 | earHurts | id the function ptr at the end still optional |
00:46:07 | Zagor | earHurts: yes |
00:47:15 | earHurts | for optiontype, should I pass the real type or the logical type? |
00:47:39 | Zagor | the enum: BOOL or INT |
00:48:36 | earHurts | yeah, logically it's a bool' but up to now I was using a temp of type int, to avoid the problem the changed presumably fixed. |
00:49:08 | Zagor | ah |
00:49:19 | earHurts | so do I pass INT which is what's being passed, or bool, how I want it treated? |
00:49:20 | Zagor | well it's the physical type that matters |
00:49:45 | Zagor | int |
00:49:49 | earHurts | thanks, INT it is, I'll get rid of the temporary later |
00:51:01 | earHurts | set_cfg_option has also changed? |
00:51:29 | Zagor | no, it's the same |
00:52:36 | earHurts | Then I'm coercing a pointer. Ick. |
00:55:02 | | Join BoD[] [0] (~BoD@m124.net81-67-41.noos.fr) |
00:55:57 | Zagor | time for bed |
00:56:08 | | Quit Zagor ("Client exiting") |
00:57:48 | | Quit [IDC]Dragon () |
01:00 |
01:10:52 | | Quit Nibbler (Read error: 104 (Connection reset by peer)) |
01:12:04 | | Quit _aLF ("bye") |
01:13:04 | | Join Nibbler [0] (~Nibbler@port-212-202-73-74.reverse.qsc.de) |
01:16:17 | | Quit joshn () |
01:16:21 | | Join joshn [0] (joshn@204.251.225.65) |
01:30:24 | | Join tracktheripper [0] (jirc@AC83D00E.ipt.aol.com) |
01:31:43 | tracktheripper | What is the rocks zip file for? |
01:31:57 | earHurts | rocks are loadable plugins |
01:32:15 | tracktheripper | ok |
01:32:22 | tracktheripper | so how do I use them? |
01:34:04 | tracktheripper | do I just put the .rocks in the .rockbox folder? |
01:36:05 | earHurts | 7.5 hours at 128kbps cbr |
01:36:14 | earHurts | yeah. |
01:36:21 | earHurts | then 'play' them |
01:36:53 | tracktheripper | ah i see |
01:37:03 | tracktheripper | could I dump them in the "root" instead? |
01:37:27 | PsycoXul | Log Message: |
01:37:29 | PsycoXul | Added plugin loader. Moved games, demos and the text viewer to loadable plugins. Copy your *.rock files to /.rockbox/rocks/ |
01:37:44 | tracktheripper | ahhhhhhhhhhh |
01:37:45 | tracktheripper | thanky |
01:37:47 | tracktheripper | :-) |
01:38:49 | tracktheripper | some nifty new games!!!!!!!!! |
01:42:20 | | Join diddystar5 [0] (diddystar5@ACC8E23C.ipt.aol.com) |
01:47:14 | tracktheripper | What does the HelloWorld plugin do?! |
01:47:24 | hardeep | give it a try and see :) |
01:47:34 | tracktheripper | it does nothing |
01:47:40 | tracktheripper | it just says Hello World on the LCD |
01:48:06 | hardeep | surprisingly, that's all it's supposed to do... =) |
01:48:15 | tracktheripper | grrrrrrrr |
01:48:41 | hardeep | btw, the .rock files don't need to be in .rockbox/rocks to play... however, they do need to be there to play from the menus |
01:48:47 | tracktheripper | all we need is a pinball game, ID3 tag editor and a voice transcriber :-) |
01:48:51 | tracktheripper | yea i realised that :-) |
01:49:08 | | Join LinusN [200] (~linus@labb.contactor.se) |
01:49:14 | hardeep | heya LinusN |
01:49:28 | diddystar5 | could someone please send me the newest source from ssh? ;) i don't have ssh access and cvs is old code |
01:49:34 | diddystar5 | hey Linus |
01:49:43 | tracktheripper | Hi LinusN |
01:49:52 | tracktheripper | LinusN SOKOBAN finally works!!!!! |
01:51:19 | LinusN | tracktheripper: saw that, great |
01:51:27 | tracktheripper | :-) |
01:51:28 | tracktheripper | (-: |
01:52:12 | BoD[] | so ... the module think works now ? :) |
01:52:14 | BoD[] | thing |
01:52:23 | LinusN | seems so |
01:52:42 | tracktheripper | yes Linus it also "Works For Me" as well :-) |
01:52:52 | BoD[] | it's great |
01:52:57 | LinusN | finally |
01:53:15 | tracktheripper | now how do you write your own plugins? |
01:53:21 | tracktheripper | is there a size limit on plugins? |
01:53:40 | LinusN | tracktheripper: you still need a complete rockbox development environment |
01:53:49 | LinusN | tracktheripper: 32K code+data |
01:53:52 | hardeep | diddystar5: http://hardeeps.freeshell.org/rockbox.tgz (latest cvs) |
01:54:10 | tracktheripper | oh righty |
01:54:29 | diddystar5 | hardeep: thanks! |
01:56:20 | ricII | howcome us lesser mortals have a differennt cvs tree? |
01:56:39 | LinusN | ricII: anon CVS is run off the backup CVS server |
01:57:01 | diddystar5 | bad sf bad |
01:58:22 | ricII | which sync's when ? |
01:58:39 | LinusN | when sourceforge feels like it |
01:58:57 | LinusN | they claim it is every 24 hours, but it is sometimes even more seldom |
02:00 |
02:00:28 | diddystar5 | ahh fresh new source i feel better now :) |
02:00:38 | hardeep | the bleeding edge builds use anon cvs right? |
02:00:46 | LinusN | hardeep: no |
02:00:49 | hardeep | oh |
02:00:51 | LinusN | not anymore |
02:00:57 | ricII | no they have the rocks |
02:01:05 | hardeep | yeah, that's why i was wondering |
02:01:16 | | Quit tracktheripper ("Leaving") |
02:07:04 | *** | Saving seen data "./dancer.seen" |
02:08:22 | ricII | have to go and sleep, to morrow they gonna replave our stuppid exchange server |
02:10:03 | ricII | best way to accelrate this is with 9.81 m/s2 imho |
02:12:43 | LinusN | :-) |
02:13:34 | ricII | if they only never used the agenda... |
02:43:27 | | Quit dw|gone (Remote closed the connection) |
02:43:33 | | Join dw|gone [20] (dwihno@h193180246067.kommunicera.umea.se) |
02:55:01 | diddystar5 | im outa here! |
02:55:06 | | Part diddystar5 ("Client exiting") |
03:00 |
03:02:02 | | Quit joshn (Read error: 110 (Connection timed out)) |
03:33:53 | | Join Phibs [0] (seitz@66.241.243.184) |
03:34:01 | Phibs | anyone have the Multimedia jukebox 20? |
03:40:10 | LinusN | i don't |
03:42:20 | Phibs | wondering if there were any apps to view stats |
03:42:22 | Phibs | like firmware revision etc |
03:42:46 | LinusN | we have no code for the multimedia |
03:45:15 | Phibs | doh :( |
03:48:32 | Phibs | thx |
03:48:32 | | Part Phibs |
04:00 |
04:05:42 | | Part LinusN |
04:07:07 | *** | Saving seen data "./dancer.seen" |
04:11:04 | earHurts | is current_tick a counter that is reset each boot? |
04:33:54 | hardeep | earHurts: yes. firmware/kernel.c |
04:35:37 | | Quit BoD[] ("DODO") |
04:39:53 | earHurts | is the id3 strucy availably globally? |
04:42:19 | earHurts | does rockbox not take size modiferiers (l,h) in fprintf? |
04:46:57 | hardeep | the id3 structure is defined in export/id3.h |
04:47:40 | hardeep | it doesn't look like the size modifiers are implemented... see common/sprintf.c |
04:49:35 | earHurts | thanks |
06:00 |
06:07:11 | *** | Saving seen data "./dancer.seen" |
06:13:55 | | Join joshn [0] (joshn@204.251.225.95) |
06:18:25 | | Quit joshn (Client Quit) |
06:32:18 | | Quit janda|afk (Read error: 110 (Connection timed out)) |