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 2014-05-30

00:01:53 Quit Misanthropos (Ping timeout: 258 seconds)
00:12:00***Saving seen data "./dancer.seen"
00:13:20 Quit lebellium (Quit: ChatZilla 0.9.90.1 [Firefox 30.0/20140527133511])
00:17:18 Join sakax [0] (~sakax@78-23-252-57.access.telenet.be)
00:17:18 Quit sakax (Changing host)
00:17:18 Join sakax [0] (~sakax@unaffiliated/sakax)
00:33:43[Saint]Does anyone recall the min API version for RaaA off hand?
00:44:19 Quit bluebrother (Disconnected by services)
00:44:19 Quit Strife89 (Ping timeout: 252 seconds)
00:44:24 Join bluebrother^ [0] (~dom@rockbox/developer/bluebrother)
00:46:07 Quit ender` (Quit: You do not need a parachute to skydive. You only need a parachute to skydive twice.)
00:46:43 Quit AlexP (Ping timeout: 276 seconds)
00:46:58 Quit fs-bluebot (Ping timeout: 240 seconds)
00:50:03 Quit ulmutul (Quit: ChatZilla 0.9.90.1 [Firefox 29.0.1/20140506152807])
00:50:52 Quit ZincAlloy (Quit: Leaving.)
00:59:31[Saint]Nevermind.
00:59:48*[Saint] feels kinda bad for "creates pointless, and massively confusing, tables guy"
01:00
01:00:23[Saint]The <Memory cards> vs <Players> thread is a giant clusterfuck.
01:00:46[Saint]As is 'List of prooved Rockbox compatible Android devices'
01:05:47 Join fs-bluebot [0] (~fs-bluebo@f053154235.adsl.alicedsl.de)
01:11:06 Join AlexP [0] (~alex@rockbox/staff/AlexP)
01:25:37JdGordon[Saint]: is that corruption recent?
01:25:52JdGordoncan you check if it has anything to do with that commit last week please?
01:27:21[Saint]Oddly, I can't repro after pulling in git head
01:27:24[Saint]I was on eb7e709
01:27:33[Saint]But that makes *absolutely* no sense.
01:27:49[Saint]Its an entirely unrelated commit.
01:28:23[Saint]...and of course, when I revert to eb7e709, I can only repro perhaps 1 of 4 times now...after being able to reliably repro at will last night.
01:28:56[Saint]The %wd %VB bug is still present, and a bit weird, though.
01:29:33[Saint]If %wd (disable status bar) is drawn after the first full screen viewport (in order to make use of %VB), it is drawn overtop.
01:30:01[Saint]My understanding suggests that %wd should *completely* disable the status bar - but this isn't the case.
01:31:17[Saint]If I put %wd after the first fullscreen viewport, I can see it flickering through to the front if I hover the mouse cursor over the screen and jam on the scroll wheel.
01:31:43[Saint]If %wd comes first, before anything else in the theme, it at least appears to work as expected.
01:32:01JdGordonfuck it, we'll just roll back to ~3.0 era skin code
01:32:34[Saint]Eeeeeeeeeek. Don't trash %VB - I so need it.
01:32:42 Join ungali [0] (~ungali@unaffiliated/ungali)
01:32:54[Saint]I can counter the weird unobvious effects with viewport trickery.
01:33:49[Saint](for example, to get AA to display when drawn in the backdrop buffer, I need to put a blank viewport overtop of it - and it doesn't display until the first fullscreen refresh is caused when entering a theme)
01:34:27[Saint]Its non-obvious, but it still allows me to do what I wanted to do, after I figured out how to appease it with the right magic and trickery.
01:36:13[Saint]The plus side is that, once I go through and figure out all this craziness, I'll have a theme that documents all the weird nuances and peculiarities.
01:36:39 Quit ungali (Client Quit)
01:36:57 Join ungali [0] (~ungali@184.64.50.234)
01:36:57 Quit ungali (Changing host)
01:36:57 Join ungali [0] (~ungali@unaffiliated/ungali)
01:38:18[Saint]Hmmm.
01:38:44[Saint]The way we do play state detection makes it very hard to display the right icon for play/pause when scrubbing.
01:39:10[Saint]Since, when scrubbing, you're technically neither playing nor paused.
01:39:27[Saint]This is obvious when one thinks about it, but somewhat annoying.
01:39:50[Saint]I'll need to set a skin var to check what we were doing last before scrubbing, to make sure the right icon is presented.
01:40:15[Saint]Its tiny aesthetic things like this that make a lot of difference, but a user never notices.
01:52:48[Saint]Hmmmm. To do that, I'll need to separate the NEXT/PREV/FFWD/RWD viewports.
01:53:12[Saint]Otherwise I'll trigger on NEXT/PREV as well.
01:53:36[Saint]This theme was supposed to be _simple_, dammit!
01:54:31[Saint]But above all else, it was also supposed to be aesthetically pleasing and modern, so I suppose that trumps.
02:00
02:12:02***Saving seen data "./dancer.seen"
02:24:25 Quit bertrik (Ping timeout: 252 seconds)
02:24:51[Saint]Fuck it.
02:25:11[Saint]I can't get the slider or the backdrop to draw in the bars for some reason.
02:27:40[Saint]Oh - the backdrop is showing.
02:27:46[Saint]But not the slider image. Hmmm.
02:28:00[Saint]Not the end of the world I guess...
02:43:44 Quit RiD (Quit: A good plan today is better than a perfect plan tomorrow.)
02:59:59 Quit AlexP (Remote host closed the connection)
03:00
03:14:55[Saint]JdGordon: does the bar tag's backdrop param only work if the skin has a backdrop?
03:15:29[Saint]just a wps with only "%pb(0,0,480,6,480x6px-Scrubber-Bar.bmp,backdrop,480x6px-Scrubber-Bar-Backdrop.bmp)" in it doesn't display the bar's backdrop
03:16:06 Join Strife89 [0] (~Strife89@adsl-98-80-199-207.mcn.bellsouth.net)
03:16:32JdGordonummm
03:18:41JdGordon[Saint]: looks like it should work without a backdrop, why? whats it doing?
03:20:19[Saint]Not displaying the backdrop.
03:20:27[Saint]I can't get it to display the slider either.
03:21:35[Saint]I thought it might be because I'm not using a backdrop.
03:23:15JdGordonbars draw the "backdrop" image, then overwrite it with the real bar
03:23:40[Saint]So I *do* need a backdrop?
03:23:44[Saint]Or...?
03:24:45JdGordonno, you shouldnt need one
03:25:01[Saint]Ah. Then something is borked.
03:25:22[Saint]A simple wps consisting solely of:
03:25:25[Saint]# Scrubber
03:25:25[Saint]%V(0,544,480,6,-)
03:25:25[Saint]%pb(0,0,480,6,480x6px-Scrubber-Bar.bmp,backdrop,480x6px-Scrubber-Bar-Backdrop.bmp)
03:25:35[Saint]fails to show the backdrop.
03:26:22[Saint]There's no error given, it parses, and displays the bar fine. Just not the backdrop, or slider if I include the slider tuple.
03:27:49JdGordoni suggest debugging apps/gui/skin_engine/skin_display.c around line 294
03:51:19 Quit sakax (Remote host closed the connection)
03:54:53 Join ygrek [0] (~user@108.59.6.97)
04:00
04:12:03***Saving seen data "./dancer.seen"
04:13:46 Quit ygrek (Ping timeout: 258 seconds)
04:15:04 Join ygrek [0] (~user@108.59.6.97)
04:23:41 Quit ygrek (Ping timeout: 264 seconds)
04:24:31 Quit ungali (Remote host closed the connection)
04:25:55 Quit mc2739 (Ping timeout: 252 seconds)
04:27:56 Join mc2739 [0] (~mc2739@rockbox/developer/mc2739)
04:38:14 Quit pixelma (Disconnected by services)
04:38:15 Join pixelma_ [0] (pixelma@rockbox/staff/pixelma)
04:38:17 Nick pixelma_ is now known as pixelma (pixelma@rockbox/staff/pixelma)
04:38:30 Quit amiconn (Disconnected by services)
04:38:30 Join amiconn_ [0] (quassel@rockbox/developer/amiconn)
04:38:33 Nick amiconn_ is now known as amiconn (quassel@rockbox/developer/amiconn)
04:53:40 Join cmhobbs [0] (~cmhobbs@fsf/member/cmhobbs)
05:00
05:04:13 Nick DormantBrain is now known as SuperBrainAK (~andy@74.112.200.73)
05:10:55 Quit TheSeven (Ping timeout: 252 seconds)
05:12:46 Join TheSeven [0] (~quassel@rockbox/developer/TheSeven)
05:19:55 Join steffengy [0] (~quassel@p5088FF09.dip0.t-ipconnect.de)
05:20:23 Quit steffengy1 (Ping timeout: 276 seconds)
05:58:02 Quit [Saint] (Remote host closed the connection)
05:58:59 Join [Saint] [0] (~saint@rockbox/staff/saint)
06:00
06:12:05***Saving seen data "./dancer.seen"
06:29:00 Join tertu3 [0] (~tertu@143.44.70.199)
06:30:03 Quit Strife89 (Ping timeout: 260 seconds)
06:33:18 Quit tertu3 (Client Quit)
06:33:40 Join tertu3 [0] (~tertu@143.44.70.199)
06:54:50 Join ter2 [0] (~tertu@143.44.70.199)
06:54:50 Quit tertu3 (Read error: Connection reset by peer)
06:54:59 Nick ter2 is now known as tertu (~tertu@143.44.70.199)
07:00
07:14:45[Saint]are the forums/wiki down for everyone?
07:15:25[Saint]gah - now it magically works.
07:15:29[Saint]nevermind.
07:24:27[Saint]Uuuugh.
07:24:29[Saint]%?mp<|%xd(PAUSE)%vs(PLAY_STATE,set,1)|%xd(PLAY)%vs(PLAY_STATE,set,2)|%?vg(PLAY_STATE)<%xd(PAUSE)|%xd(PLAY)>|%?vg(PLAY_STATE)<%xd(PAUSE)|%xd(PLAY)>>
07:25:05[Saint]All that, just to make sure the right icon is displaying for play/pause when seeking. :)
07:25:20*[Saint] considers himself a dedicated man
07:26:44[Saint]Thankfully people don't necessarily have to be able to understand these parts of the code in order to port it to new resolutions.
07:27:11[Saint]And once I'm done, I'll make a show of commenting it.
07:37:10 Quit [Saint] (Read error: Connection reset by peer)
07:38:05 Join [Saint] [0] (~saint@rockbox/staff/saint)
07:50:46 Quit amiconn (Remote host closed the connection)
07:50:46 Quit pixelma (Remote host closed the connection)
07:51:51 Join amiconn [0] (quassel@rockbox/developer/amiconn)
07:51:52 Join pixelma [0] (quassel@rockbox/staff/pixelma)
08:00
08:01:24 Join scorche [0] (~scorche@rockbox/administrator/scorche)
08:03:43 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
08:12:08***Saving seen data "./dancer.seen"
08:20:41 Quit drafti (Read error: Connection reset by peer)
08:24:18 Join ploco [0] (dce9b7f9@gateway/web/freenode/ip.220.233.183.249)
08:24:31 Join ender` [0] (krneki@foo.eternallybored.org)
08:32:42plocoHi [Saint], try use image's label(preload by %xl) instead of filename in %pb
08:38:25plocoand if draw this bar in %VB, make it notouch. then place a invisible bar with slider on top of it.
08:39:44 Join Rower [0] (~husvagn@h176n2-aeg-a11.ias.bredband.telia.com)
08:43:11 Quit pamaury (Ping timeout: 276 seconds)
08:46:04[Saint]ploco: doesn't make a difference
08:46:17[Saint]Anyway, here's another preview of what I'm working on:
08:46:18[Saint]http://i.imgur.com/qmm7Y4a.png?1
08:47:32ploco interesting...I am working on something similar
08:51:24plocohttp://i.imgur.com/VDVRXW0.png
08:51:46 Join kugel [0] (~kugel@avm-guido.avm.de)
08:51:46 Quit kugel (Changing host)
08:51:46 Join kugel [0] (~kugel@rockbox/developer/kugel)
08:52:31[Saint]I am going for a much more simplified approach.
08:52:52[Saint]And allowing for Android's immersive mode to provide the status bar.
08:53:32[Saint](I will allow display of the built in status bar optionally for >4.2)
08:54:44[Saint]immersive mode also has the benefit of allowing the notification pane to be used - which is handy.
08:56:50[Saint]I am essentially trying to make a modern, minimalist touchscreen "cabbieV2" with an Android native UI feel.
08:57:36kugeldon't call it cabbiev2 if it looks wildly different
08:57:46[Saint]Oh, I won't, believe me.
09:00
09:03:23 Join Misanthropos [0] (~Misanthro@frnk-5f7446f1.pool.mediaWays.net)
09:10:51coppercall it "Joe Le Taxi"
09:11:16 Nick SuperBrainAK is now known as DormantBrain (~andy@74.112.200.73)
09:14:59 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
09:16:34 Join kugel_ [0] (~kugel@rockbox/developer/kugel)
09:22:58 Join petur [0] (~petur@rockbox/developer/petur)
09:26:07[Saint]%pb(0,0,480,6,image,SCRUBBER_BAR,backdrop,SCRUBBER_BAR_BACKDROP,notouch) displays the backdrop, but it displays it wrong.
09:26:39[Saint]Its just a regular old bitmap, no alpha channel, nothing fancy. Just a solid 545454 480x6 bitmap.
09:27:07[Saint]but the SDL app displays it all sorts of weird.
09:27:22[Saint]I'm hoping that it Just Works on target.
09:32:09 Quit kugel_ (Quit: leaving)
09:32:10 Quit [Saint] (Read error: Connection reset by peer)
09:33:06 Join [Saint] [0] (~saint@rockbox/staff/saint)
09:36:54 Nick DormantBrain is now known as SuperBrainAK (~andy@74.112.200.73)
09:37:55ploco%pb(0,0,480,6,SCRUBBER_BAR,backdrop,SCRUBBER_BAR_BACKDROP,notouch)
09:38:11 Nick SuperBrainAK is now known as DormantBrain (~andy@74.112.200.73)
09:51:38 Quit ploco (Quit: Page closed)
09:57:17 Quit guymann (Ping timeout: 252 seconds)
09:57:40 Join einhirn [0] (~Miranda@p3E9E789C.dip0.t-ipconnect.de)
10:00
10:00:27 Join mortalis|2 [0] (~kvirc@213.33.220.118)
10:01:41 Join guymann [0] (~c@unaffiliated/guymann)
10:11:24 Quit einhirn (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
10:12:10***Saving seen data "./dancer.seen"
10:15:07 Join bertrik [0] (~quassel@cl-1037.haa-01.nl.sixxs.net)
10:15:15 Quit bertrik (Changing host)
10:15:15 Join bertrik [0] (~quassel@rockbox/developer/bertrik)
11:00
11:00:57 Quit Gallomimia (Quit: Gallomimia)
11:06:50 Quit pamaury (Ping timeout: 276 seconds)
11:09:27 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
11:24:09 Join jhMikeS [0] (~jethead71@c-68-43-2-35.hsd1.mi.comcast.net)
11:24:09 Quit jhMikeS (Changing host)
11:24:09 Join jhMikeS [0] (~jethead71@rockbox/developer/jhMikeS)
11:29:18 Quit bertrik (Ping timeout: 252 seconds)
11:29:59 Join bertrik [0] (~quassel@ip117-49-211-87.adsl2.static.versatel.nl)
11:29:59 Quit bertrik (Changing host)
11:29:59 Join bertrik [0] (~quassel@rockbox/developer/bertrik)
11:39:02 Join DexterLB [0] (~dex@95.42.8.67)
12:00
12:08:04 Quit GodEater (Ping timeout: 264 seconds)
12:10:08 Join GodEater [0] (~whoknows@94.3.60.123)
12:10:14 Quit GodEater (Changing host)
12:10:14 Join GodEater [0] (~whoknows@rockbox/staff/GodEater)
12:12:14***Saving seen data "./dancer.seen"
12:18:43 Quit GodEater (Read error: Connection timed out)
12:18:57 Join GodEater [0] (~whoknows@94.3.60.123)
12:18:57 Quit GodEater (Changing host)
12:18:57 Join GodEater [0] (~whoknows@rockbox/staff/GodEater)
12:43:03 Quit petur (Read error: Connection reset by peer)
13:00
13:27:20[Saint]ploco: (logs) that is functionally identical syntax to that which I posted, and produces exactly the same result.
13:27:51[Saint]For example:
13:27:53 Quit mortalis|2 (Quit: KVIrc 4.3.1 Aria http://www.kvirc.net/)
13:28:00[Saint]%pb(0,0,480,6,SCRUBBER_BAR,backdrop,SCRUBBER_BAR_BACKDROP,notouch)
13:28:09[Saint]%pb(0,0,480,6,image,SCRUBBER_BAR,backdrop,SCRUBBER_BAR_BACKDROP,notouch)
13:28:39[Saint]%pb(0,0,480,6,480x6px-Scrubber-Bar.bmp,backdrop,SCRUBBER_BAR_BACKDROP,notouch)
13:28:50[Saint]all functionally identical syntax
13:29:00[Saint](yay, bar tags!)
13:30:46[Saint]I have tried all possible combinations of bar syntax, yet the backdrop is always displayed fucked up in the sdl app.
13:39:42kugelthe bar backdrop or the overall backdrop
13:40:26[Saint]The bar's backdrop.
13:40:32[Saint]There is no overall backdrop.
13:40:39[Saint]One sec, I'll grab a screenshot.
13:43:55[Saint]kugel: http://imgur.com/a/OEBWl
13:44:07[Saint]I attached the bar images used in the album as well.
13:44:37[Saint]The backdrop is a simple 545454 solid bitmap, the bar is a simple ffc000 solid bitmap.
13:44:56[Saint]The bar displays correctly, but the backdrop gets a weird repeatable corruption.
13:46:03 Join AlexP [0] (~alex@rockbox/staff/AlexP)
13:46:51[Saint]Here is the wps: http://pastebin.com/MNtQRLYt
13:48:34[Saint]There are three instances where I draw into the backdrop buffer, which I could technically remove but I'm in lazy prototyping mode, but this is not the cause of the issue.
13:49:06[Saint]a simple wps containing only the bar viewport displays the same issue.
13:49:53 Join rela [0] (~x@pdpc/supporter/active/rela)
13:58:52[Saint]kugel: if you have any idea whats going on, I would appreciate the input.
14:00
14:00:45*[Saint] needs a ZincAlloy
14:06:58kugel[Saint]: did you check if hte image has alpha channel (by accidant)?
14:07:52[Saint]I did, yes, but even if it did it still shouldn;t look like that.
14:09:12kugelsurely you can craft an alpha channel so that it looks like that
14:09:40[Saint]I could, but I didn't.
14:09:50 Join ZincAlloy [0] (~Adium@pD9EE9D0B.dip0.t-ipconnect.de)
14:10:00[Saint]Its just a plain old RGB 888 bitmap.
14:11:07kugeli didnt say you did, but I want to rule out faulty image editors
14:12:02kugelimgur.com converted it to png so I'm unable to examine the original image
14:12:16***Saving seen data "./dancer.seen"
14:12:33[Saint]Its generated in exactly the same fasion as the other solid bitmaps displaying perfectly in the same theme.
14:12:56[Saint]all the yellow bits are just a solid RGB bitmap.
14:14:14 Quit Rower (Quit: Hmmm...)
14:20:52ZincAlloywhat is the bar supposed to look like?
14:21:43ZincAlloyit doesn't really look corrupted. dithered maybe..
14:22:10 Join pauldgroot [0] (~pauldgroo@5ED47C81.cm-7-5b.dynamic.ziggo.nl)
14:24:28[Saint]ZincAlloy: its linked in the same album
14:24:43[Saint]its supposed to just be solid 545454
14:26:10ZincAlloyaaaah, I see
14:26:29ZincAlloytry a different shade then
14:27:14 Quit cmhobbs (Ping timeout: 265 seconds)
14:30:54 Join maruk1 [0] (~papier@titanium.v6.sdv.fr)
14:44:26 Quit AlexP (Ping timeout: 245 seconds)
14:48:39 Join amayer [0] (~amayer@mail.weberadvertising.com)
14:52:23 Quit Misanthropos (Ping timeout: 276 seconds)
15:00
15:03:09 Join Strife89 [0] (~Strife89@adsl-98-80-199-207.mcn.bellsouth.net)
15:04:25 Join Subtuppel [0] (~user@p5DE47E6B.dip0.t-ipconnect.de)
15:04:25 Nick Subtuppel is now known as Bunzlywotter (~user@p5DE47E6B.dip0.t-ipconnect.de)
15:05:13 Quit Bunzlywotter (Client Quit)
15:05:22 Join Bunzlywotter [0] (~user@p5DE47E6B.dip0.t-ipconnect.de)
15:05:25 Quit Bunzlywotter (Client Quit)
15:05:51 Join Bunzlywotter [0] (~user@p5DE47E6B.dip0.t-ipconnect.de)
15:05:52 Quit Bunzlywotter (Remote host closed the connection)
15:06:30 Join Bunzlywotter [0] (~user@p5DE47E6B.dip0.t-ipconnect.de)
15:06:30 Quit Bunzlywotter (Client Quit)
15:06:44 Join Bunzlywotter [0] (~user@p5DE47E6B.dip0.t-ipconnect.de)
15:06:45 Quit Bunzlywotter (Client Quit)
15:07:02 Join Bunzlywotter [0] (~user@p5DE47E6B.dip0.t-ipconnect.de)
15:07:51 Quit Bunzlywotter (Client Quit)
15:08:09 Join Bunzlywotter [0] (~user@p5DE47E6B.dip0.t-ipconnect.de)
15:08:15 Quit Bunzlywotter (Client Quit)
15:08:27 Join Gallomimia [0] (~gallomimi@S0106c8fb26452633.ca.shawcable.net)
15:21:14 Quit kugel (Quit: leaving)
15:44:03 Join ploco [0] (dce9b7f9@gateway/web/freenode/ip.220.233.183.249)
15:47:41plocoHi again. I also found the simulator sometimes produce buggy result when drawing in %VB. So I test theme on real device most of time.
15:48:43 Quit [Saint] (Remote host closed the connection)
15:49:45 Join [Saint] [0] (~saint@rockbox/staff/saint)
15:56:11 Quit rela (Read error: Connection reset by peer)
16:00
16:09:19 Quit ploco (Quit: Page closed)
16:12:11 Quit Strife89 (Quit: This computer has gone to sleep)
16:12:17***Saving seen data "./dancer.seen"
16:39:12 Quit GeekShadow (Quit: leaving)
16:39:33 Join ter2 [0] (~tertu@143.44.70.199)
16:39:33 Quit tertu (Disconnected by services)
16:39:42 Join GeekShadow [0] (~antoine@nzf.turmel.info)
16:39:42 Quit GeekShadow (Changing host)
16:39:42 Join GeekShadow [0] (~antoine@reactos/tester/GeekShadow)
16:53:34 Quit fragilematter (Quit: Leaving.)
17:00
17:06:23 Join rela [0] (~x@pdpc/supporter/active/rela)
17:06:30 Join Geoff_ [0] (~qua@192.3.27.126)
17:06:35 Quit Gallomimia (Quit: Gallomimia)
17:08:13 Quit pamaury (Ping timeout: 276 seconds)
17:08:15 Quit maruk1 (Quit: Leaving.)
17:23:16 Join Misanthropos [0] (~Misanthro@frnk-5f7446f1.pool.mediaWays.net)
17:36:00fs-bluebotBuild Server message: New build round started. Revision 5237b36, 253 builds, 32 clients.
17:38:58 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
17:41:45fs-bluebotBuild Server message: Build round completed after 344 seconds.
18:00
18:10:59 Join JordiGH [0] (~jordi@octave/developer/JordiGH)
18:11:21JordiGHI woke up paranoid this morning. I want to destroy the OF in my Sansa Clip+. Is this possible?
18:12:19***Saving seen data "./dancer.seen"
18:13:23 Join us`0gb [0] (~0gb.us@c-71-237-219-28.hsd1.or.comcast.net)
18:13:32copperparanoid about what?
18:13:42JordiGHAbout my clicker using non-free software.
18:13:51JordiGHI don't want anything in here whose source I can't trust.
18:14:00copperyour "clicker"?
18:14:05JordiGHSansa Clip+
18:14:08JordiGHIt clicks, so it's a clicker.
18:14:20JordiGHSeeing how Sansa had that "slot radio" nonsense for a while, they're not beyond doing evil.
18:14:38 Join ygrek [0] (~user@108.59.6.97)
18:14:48copperwhat are you worried it might do?
18:15:16JordiGHDoesn't matter, I want to know if I can get rid of it.
18:15:21copperand what are you doing on the internet
18:15:30ZincAlloyspy on his music and report to china
18:15:39JordiGHIs it possible or not to get rid of the OF?
18:15:48JordiGHLet's set aside my mental sanity for now.
18:16:36ZincAlloywell.. if therapy is no option, you might try a hammer
18:16:55JordiGHSo it's not possible to get rid of the OF?
18:17:03copperit's possible to get rid of the Clip+
18:17:15JordiGHIs it possible to keep the clicker but get rid of its OF?
18:17:19copperthat would work pretty well I think
18:17:22JordiGHIt's still used as a bootloader, aiui?
18:17:58copperZincAlloy: what's the status on the CIA raid on JordiGH's location?
18:18:22JordiGHIs it possible to get rid of the OF but keep the clicker?
18:18:29copperhe wants to remove his tracking device
18:18:43copperwe need to act now or we'll lose him
18:18:45ZincAlloycopper: time for termination
18:18:56JordiGHCan I remove the OF from the Sansa Clip+ and still use Rockbox?
18:19:24copperJordiGH: wake up, Rockbox is partially funded by the NSA
18:19:30coppereveryone knows that
18:19:42JordiGHIs it possible to use Rockbox without the Sansa Clip+'s OF?
18:20:13ZincAlloyno, but you could use the OF without rockbox...
18:20:32 Quit rela (Read error: Connection reset by peer)
18:21:20the-kyleYou can remove all the unnecessary files the OF puts on your device, but the OF is still there. I don't think there's a way to get rid of it completely, since Rockbox needs to patch the OF in order to run.
18:21:40copperthe-kyle: well see, that's super suspicious
18:22:00the-kyleheh
18:22:01JordiGHthe-kyle: So rockbox uses the OF as a bootloader, right?
18:22:18the-kyleIt patches it to dual-boot.
18:25:28the-kyleMakes a good recovery option just in case I do something stupid that breaks things, although I haven't done that yet.
18:26:24the-kyleWell, I lied, I have broken something, but not badly enough to need to boot the OF.
18:26:38copperah
18:26:43copperso that's how the NSA got in there
18:26:55the-kylehehh
18:27:03copperwell that explains it
18:27:32the-kyleWell, I am a rather unusual case anyway, since I really can't use the OF effectively, as I need it to talk, and only Rockbox does that.
18:27:34 Join kugel [0] (~kugel@rockbox/developer/kugel)
18:27:42JordiGHthe-kyle: You're blind?
18:27:48the-kyleYes.
18:28:09JordiGHI don't really care about recovery... the clicker is so cheap, that in case there really is bricking, I can just buy a new one.
18:28:40the-kyleThat's exactly what I like about it. These things are the least expensive devices available that I can use blind.
18:29:24the-kyleMy phone does play music, but I haven't found a *good* music player yet that has all the features of Rockbox.
18:31:25the-kyleI'm also unusual in the fact that I like to use a separate device to listen to music so that I can conserve battery power on my phone for making phone calls and sending text messages and such.
18:31:34JordiGHThe clip zip also does Rockbox, right?
18:31:42the-kyleYes. That's what I have.
18:31:53JordiGHThose are a bit less cheap than the clip+
18:32:06the-kyleThey're close actually.
18:46:55JordiGHMaybe I can patch Rockbox to destroy the OF.
18:46:57JordiGHHm.
18:49:57copperjust don't get a Clip Sport
18:50:14ZincAlloyyeah, that one has no tracking device :D
19:00
19:06:31 Quit ygrek (Ping timeout: 276 seconds)
19:36:33 Join Misanthropos_ [0] (~Misanthro@frnk-5f7446f1.pool.mediaWays.net)
19:37:03 Quit Misanthropos (Ping timeout: 265 seconds)
19:40:18 Join eahm [0] (~irc@ip72-201-51-181.ph.ph.cox.net)
19:41:54 Join lebellium [0] (~chatzilla@89-93-178-161.hfc.dyn.abo.bbox.fr)
19:42:47 Nick ter2 is now known as tertu (~tertu@143.44.70.199)
19:55:57 Quit eahm (Remote host closed the connection)
20:00
20:04:43 Quit pauldgroot (Remote host closed the connection)
20:04:56 Join pauldgroot [0] (~pauldgroo@5ED47C81.cm-7-5b.dynamic.ziggo.nl)
20:10:29 Join pamaury_ [0] (~quassel@rockbox/developer/pamaury)
20:10:48 Quit pamaury (Ping timeout: 252 seconds)
20:12:21***Saving seen data "./dancer.seen"
20:19:30 Quit shamus (Ping timeout: 252 seconds)
20:19:43 Join shamus [0] (~shmaus@ip-206-192-193-180.marylandheights.ip.cablemo.net)
20:24:16 Join y4n [0] (~y4n@unaffiliated/y4ndexx)
20:41:36 Quit tertu (Ping timeout: 252 seconds)
20:46:58 Join tertu [0] (~tertu@143.44.70.199)
20:51:36 Quit DexterLB (Read error: Operation timed out)
20:59:31 Join DexterLB [0] (~dex@79-100-7-68.btc-net.bg)
21:00
21:17:53*JordiGH wants 2048 on his clicker.
21:24:37bertrikhm, yeah would be a nice game plugin
21:25:18bertrikshould not too be hard to code
21:25:40JordiGHI'm looking at the jewels code for inspiration.
21:32:45 Quit Misanthropos_ (Remote host closed the connection)
21:35:47 Join Misanthropos [0] (~Misanthro@frnk-5f7446f1.pool.mediaWays.net)
21:35:58 Quit Misanthropos (Client Quit)
21:43:34 Quit jhMikeS (Ping timeout: 255 seconds)
22:00
22:01:04 Quit tertu (Ping timeout: 252 seconds)
22:09:10 Quit amayer (Quit: Leaving)
22:12:16 Quit us`0gb (Ping timeout: 240 seconds)
22:12:24***Saving seen data "./dancer.seen"
22:14:50 Quit amiconn (Disconnected by services)
22:14:50 Join amiconn_ [0] (quassel@rockbox/developer/amiconn)
22:14:53 Nick amiconn_ is now known as amiconn (quassel@rockbox/developer/amiconn)
22:15:31 Quit pixelma (Remote host closed the connection)
22:15:31 Quit TheSeven (Remote host closed the connection)
22:16:01 Join pixelma [0] (quassel@rockbox/staff/pixelma)
22:19:57 Join us`0gb [0] (~0gb.us@c-71-237-219-28.hsd1.or.comcast.net)
22:21:52 Quit pamaury_ (Ping timeout: 265 seconds)
22:22:09 Join TheSeven [0] (~quassel@rockbox/developer/TheSeven)
22:27:10 Join Strife89 [0] (~Strife89@adsl-98-80-199-207.mcn.bellsouth.net)
22:57:35 Quit JordiGH (Quit: Jacking out)
22:59:28 Quit Strife89 (Quit: This computer has gone to sleep)
23:00
23:35:49 Quit mc2739 (Ping timeout: 265 seconds)
23:37:18 Join mc2739 [0] (~mc2739@rockbox/developer/mc2739)
23:42:13 Join tertu [0] (~tertu@143.44.70.199)
23:56:47 Join Strife89 [0] (~Strife89@adsl-98-80-199-207.mcn.bellsouth.net)

Previous day | Next day