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 2015-05-08

00:01:49 Join lorenzo92 [0] (~lorenzo@host119-111-dynamic.6-79-r.retail.telecomitalia.it)
00:05:41 Join 5EXAA5Z3H [0] (~Markmaste@95-27-247-99.broadband.corbina.ru)
00:06:15 Quit zoktar (Ping timeout: 265 seconds)
00:10:30 Join prof_wolfff [0] (~prof_wolf@81.61.201.73.dyn.user.ono.com)
00:12:35 Quit AlexP (Remote host closed the connection)
00:12:59 Quit 5EXAA5Z3H (Ping timeout: 264 seconds)
00:17:46 Quit [Franklin] (Ping timeout: 276 seconds)
00:19:51***Saving seen data "./dancer.seen"
00:19:57 Quit TheLemonMan (Remote host closed the connection)
00:34:27 Join [Franklin] [0] (~franklin@cpe-71-71-39-6.triad.res.rr.com)
00:36:35 Quit lorenzo92 (Ping timeout: 256 seconds)
00:42:05 Quit xorly (Ping timeout: 244 seconds)
00:58:54 Quit bertrik (Remote host closed the connection)
00:58:55CtcpIgnored 25 channel CTCP requests in 2 days and 5 hours at the last flood
00:58:55*[Saint] is currently torturing himself working on a "Material Design" touchscreen theme
00:59:12[Saint]RIpping off Google's design language.
01:00
01:00:01[Saint]stark, clean, bold accent colours, etc.
01:02:13[Saint]I'm also using it as an opportunity to pick up on some work I did sometime last year or so on making set of themes that could "self heal" small-to-mid-sized discrepencies in the device's screen resolution.
01:02:38ParkerR[Saint]: :D
01:03:28[Saint]By using percentiles and negative viewport offsets wherever possible, and going out of my way to not use a backdrop image, it is possible for a theme to be largely resolution-agnostic.
01:03:35[Saint]Though there are limits to this.
01:04:33[Saint]Another thing I feel I need to get finished is my complete re-write of cabbiev2.
01:05:14[Saint](using modern theme syntax)
01:11:10ParkerR[Saint]: have you been involved with the Android port at all?
01:11:16ParkerRCode wise
01:11:25 Quit ender` (Quit: typeof(string).GetField("Empty").SetValue(null, "Empty");)
01:11:51[Saint]No.
01:12:02ParkerRAhh ok
01:12:17[Saint]I have a few local changes I should puch to gerrit, though.
01:13:14[Saint]I have a half-baked re-write to include setting up the development environment for Android with rockboxdev.sh
01:13:45[Saint]though it can only deal with proper linux hosts at the moment.
01:14:22[Saint]ideally it should support Mac and CygWin too.
01:14:38ParkerR[Saint]: Nice. I ran into an issue with the 1920x01080x86 build and uploaded the logs. Wasnt sure who delt with that.
01:14:51[Saint]What is the issue?
01:15:02ParkerROne sec cleaning up the IRC copy pasta
01:15:21[Saint]np
01:15:26ParkerRDo the Android builds work for 5.x+? Crashes instantly on a Nexus Player on 5.1.1 http://sprunge.us/HHaP http://sprunge.us/Khbd"
01:15:47[Saint]No.
01:15:59[Saint]It will not work with any ART runtime implementation.
01:16:05ParkerROh not in 5.x at all?
01:16:08ParkerRAhh
01:16:11[Saint]No.
01:16:14ParkerRThanks, heh
01:16:29[Saint]Was that the issue in question?
01:16:32ParkerRMan I was so excited for Rockbox on my TV :P
01:16:36ParkerRYeah
01:16:43[Saint]Aha. Yeah.
01:17:02[Saint]I haven't had much time, nor motivation, to look into it very deeply.
01:17:33[Saint]I can get it so that it doesn't fall over immediately, and instead crashes and burns a few seconds after boot, but that's about it.
01:17:52[Saint]I'm having a really tough time getting any useful debugging info out of the crashes.
01:18:25[Saint]I am provided with virtually zero information on the crashes.
01:18:36[Saint]Which makes things rather difficult.
01:18:49[Saint]also - time, but, primarily, motivation.
01:19:19[Saint]It is very hard to put any serious time or effort into the Android port knowing the the direction it is taking is all wrong and largely pointless.
01:19:35ParkerRI pulled the tombstone log (the second link)
01:19:46*[Saint] nods
01:19:55ParkerRAlso best name for a crash log
01:19:58ParkerREver
01:21:38[Saint]I don't have the necessary skill, motivation, or determination to take the Android port into the direction that actually makes any sense.
01:22:22[Saint]But if someone were to do so, I would be more than happy to do what I am actually good at and wrap a UI around the playback engine librar{ies|y}.
01:22:30ParkerR:)
01:22:47[Saint]AppCompat is fricken' great.
01:23:02ParkerRWhat is it?
01:23:10[Saint]I could wrap a Material Design UI around any API from 1.6 to 5.1.1
01:23:37ParkerRAhh
01:23:44[Saint]it's a backwards compatibility library for providing material design UI elements on APIs that predate them.
01:24:32[Saint]it can't provide an identical experience for the very old Android versions, but it can mimmic it very well.
01:24:32ParkerR[Saint]: Is that how they have the new Playstore even on frigeen 2.3?
01:24:38ParkerR*stares at his Kindle Fire*
01:24:43*[Saint] nods
01:24:46[Saint]it is, yes.
01:24:58ParkerRBlows my mind they are able to do that
01:26:35[Saint]I'm not really particularly familiar with interfacing with the Android NDK in an Android application.
01:27:07ParkerRNDK? Wasnt that just the old Google TV/Nexus Q?
01:27:24[Saint]And, in general, I am and always have been much more suited to and at home with the forward facing elements of Android applications.
01:27:45[Saint]And, no.
01:27:48[Saint]It's this: https://developer.android.com/tools/sdk/ndk/index.html
01:28:18[Saint]It's what allows us to get away with having the majority on it in C
01:28:33ParkerRAhh
01:28:45[Saint]ANd re-use a lot from the existing arm Rockbox ports
01:29:00ParkerRHavent seen many applications use it :P Its a DalvitART Java world out there
01:29:11ParkerR*Dalvik/ART
01:29:27[Saint]Right. Vert few mainstream applications use it.
01:29:37[Saint]I can't offhand think of any.
01:30:15ParkerRThe only time I heard it come up majorly was the original Google TV
01:30:30ParkerRMaybe more native C applications?
01:30:35ParkerRWere on it
01:31:18[Saint]I dunno. Google TV is the red headed redneck stepchild of the Android family.
01:31:48ParkerR:)
01:32:24ParkerRAnd AndroidTV is that hot blond at the bar. Hot sexy and ready to be used!
01:32:27ParkerRAyyy
01:32:59ParkerRIve been loving AndoridTV
01:33:05ParkerR*Android
01:45:23 Quit lebellium (Quit: ChatZilla 0.9.91.1 [Firefox 38.0/20150503173159])
01:50:30 Quit [Saint] (Quit: Page closed)
02:00
02:19:53***Saving seen data "./dancer.seen"
02:26:31 Quit mc2739 (Ping timeout: 256 seconds)
02:28:18 Join mc2739 [0] (~mc2739@rockbox/developer/mc2739)
03:00
03:00:05 Quit ZincAlloy (Quit: Leaving.)
03:03:05 Quit kugel (Ping timeout: 255 seconds)
03:10:20 Nick pablo_pi_ is now known as pablo_pi (~pablo@190.148.252.204)
03:17:55 Join kugel_ [0] (~kugel@ip5b42bb60.dynamic.kabel-deutschland.de)
03:17:55 Quit kugel_ (Changing host)
03:17:55 Join kugel_ [0] (~kugel@rockbox/developer/kugel)
03:21:05 Join Strife89 [0] (~Strife89@adsl-98-80-232-116.mcn.bellsouth.net)
03:36:18 Quit cmhobbs (Read error: Connection reset by peer)
03:36:35 Join cmhobbs [0] (~cmhobbs@ip98-186-66-92.fv.ks.cox.net)
03:36:35 Quit cmhobbs (Changing host)
03:36:35 Join cmhobbs [0] (~cmhobbs@fsf/member/cmhobbs)
03:42:31 Join zoktar [0] (~zoktar@unaffiliated/zoktar)
03:43:04 Quit [Franklin] (Remote host closed the connection)
04:00
04:00:26 Join Markmaster [0] (~Markmaste@95-27-244-29.broadband.corbina.ru)
04:13:40 Quit krabador (Quit: Take The Time)
04:19:56***Saving seen data "./dancer.seen"
04:40:49 Quit dan- (Ping timeout: 265 seconds)
04:48:10 Join dan- [0] (~d@101.165.69.45)
04:48:10 Quit dan- (Changing host)
04:48:10 Join dan- [0] (~d@unaffiliated/danneh-/x-7505085)
05:00
05:53:05 Quit TheSeven (Disconnected by services)
05:53:16 Join [7] [0] (~quassel@rockbox/developer/TheSeven)
06:00
06:15:55 Join JanC_ [0] (~janc@lugwv/member/JanC)
06:18:12 Quit JanC (Ping timeout: 264 seconds)
06:19:57***Saving seen data "./dancer.seen"
06:23:45 Join webspinner [0] (6cdc7a8b@gateway/web/freenode/ip.108.220.122.139)
06:45:47 Quit webspinner (Quit: Page closed)
06:57:02 Quit noaon (Quit: WeeChat 1.1.1)
07:00
07:22:17 Join Electricguy [0] (~quassel@78-69-6-109-no123.tbcn.telia.com)
07:26:57 Quit Electricguy (Ping timeout: 240 seconds)
07:29:29 Quit dan- (Ping timeout: 265 seconds)
07:36:26 Join dan- [0] (~d@101.165.69.45)
07:36:26 Quit dan- (Changing host)
07:36:26 Join dan- [0] (~d@unaffiliated/danneh-/x-7505085)
07:38:01 Nick kugel_ is now known as kugel (~kugel@rockbox/developer/kugel)
07:55:47 Quit Strife89 (Ping timeout: 256 seconds)
08:00
08:00:43 Quit Markmaster (Ping timeout: 250 seconds)
08:07:23 Join lorenzo92 [0] (~lorenzo@host119-111-dynamic.6-79-r.retail.telecomitalia.it)
08:20:00***Saving seen data "./dancer.seen"
08:23:56 Join LinusN [0] (~linus@giant.haxx.se)
08:27:29 Join r0b- [0] (~rwest@unaffiliated/r0b-)
08:27:43r0b-is there a way to keep my Lcip + from using USB when I connect it to USB?
08:27:54r0b-like I want to plug it into my PC just for power but no transfers
08:32:19 Join ender` [0] (krneki@foo.eternallybored.org)
08:34:15lorenzo92http://www.rockbox.org/wiki/PalmTungstenE2
08:34:17lorenzo92:D
08:34:43r0b-nice
08:43:13 Quit lorenzo92 (Ping timeout: 256 seconds)
08:46:40 Join petur [0] (~petur@91.183.48.77)
08:46:40 Quit petur (Changing host)
08:46:40 Join petur [0] (~petur@rockbox/developer/petur)
09:00
09:00:14 Join mortalis [0] (~kvirc@212.44.150.238)
09:16:01 Join xorly [0] (~xorly@ip-86-49-15-121.net.upcbroadband.cz)
09:19:25 Join einhirn [0] (~Miranda@bsod.rz.tu-clausthal.de)
09:27:09 Join wodz [0] (~wodz@iwl138.internetdsl.tpnet.pl)
09:37:13 Quit dan- (Ping timeout: 256 seconds)
09:43:11 Join dan- [0] (~d@101.165.69.45)
09:43:11 Quit dan- (Changing host)
09:43:11 Join dan- [0] (~d@unaffiliated/danneh-/x-7505085)
10:00
10:10:27gevaertsr0b-: hold a button while pluggint in
10:20:04***Saving seen data "./dancer.seen"
10:34:25 Join lorenzo92 [0] (~lorenzo@host119-111-dynamic.6-79-r.retail.telecomitalia.it)
11:00
11:02:14 Join edhelas [0] (~edhelas@81.30.33.177)
11:15:33 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
11:35:58 Join krabador [0] (~krabador@unaffiliated/krabador)
11:40:55 Join AlexP [0] (~alex@rockbox/staff/AlexP)
11:46:16 Quit kugel (Ping timeout: 240 seconds)
11:49:14 Join kugel [0] (~kugel@rockbox/developer/kugel)
12:00
12:04:57 Quit xorly (Ping timeout: 240 seconds)
12:06:17 Quit lorenzo92 (Ping timeout: 276 seconds)
12:18:35 Quit petur (Quit: Leaving)
12:20:08***Saving seen data "./dancer.seen"
12:33:28 Join lorenzo92 [0] (~lorenzo@host119-111-dynamic.6-79-r.retail.telecomitalia.it)
12:41:59 Quit einhirn (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
12:50:54 Quit tchan (Ping timeout: 265 seconds)
12:58:23 Join petur [0] (~petur@rockbox/developer/petur)
13:00
13:08:57 Quit lorenzo92 (Remote host closed the connection)
13:13:38 Join TheLemonMan [0] (~lemonboy@unaffiliated/thelemonman)
13:17:22 Join lebellium [0] (~chatzilla@i16-les01-ntr-212-194-176-149.sfr.lns.abo.bbox.fr)
14:00
14:17:52 Quit wodz (Quit: Leaving)
14:20:09***Saving seen data "./dancer.seen"
14:40:13 Join Guest42979 [0] (Slayer@69.143.14.62)
14:42:43 Quit Guest66888 (Ping timeout: 244 seconds)
14:50:49 Join TheLemon1an [0] (~lemonboy@unaffiliated/thelemonman)
14:53:36 Quit TheLemonMan (Ping timeout: 264 seconds)
14:55:49 Join amayer [0] (~amayer@mail.weberadvertising.com)
14:57:47 Join LDAsh[8] [0] (~LDAsh8]@n058153171012.netvigator.com)
15:00
15:09:29 Join tchan [0] (~tchan@lunar-linux/developer/tchan)
15:30:03 Join bluebrother [0] (~dom@rockbox/developer/bluebrother)
15:31:22 Quit fs-bluebot (Ping timeout: 250 seconds)
15:32:32 Join fs-bluebot [0] (~fs-bluebo@x5ce246d6.dyn.telefonica.de)
15:33:18 Quit bluebrother^ (Ping timeout: 265 seconds)
15:37:24 Quit lebellium (Quit: ChatZilla 0.9.91.1 [Firefox 38.0/20150503173159])
16:00
16:03:21 Nick TheLemon1an is now known as TheLemonMan (~lemonboy@unaffiliated/thelemonman)
16:03:50 Quit APLU (Quit: !suicide)
16:07:10 Join APLU [0] (~mulx@eva.aplu.fr)
16:16:30 Quit petur (Quit: Leaving)
16:20:11***Saving seen data "./dancer.seen"
16:25:11 Quit AlexP (Remote host closed the connection)
16:39:47 Quit pablo_mobile (Read error: Connection reset by peer)
16:51:30 Join ZincAlloy [0] (~Adium@pD9EE809D.dip0.t-ipconnect.de)
16:56:25 Part ZincAlloy
17:00
17:08:14 Join Electricguy [0] (~quassel@78-69-6-109-no123.tbcn.telia.com)
17:18:00 Join RiD [0] (RiD@bl22-6-166.dsl.telepac.pt)
17:33:27 Quit mortalis (Remote host closed the connection)
17:45:50 Quit edhelas (Ping timeout: 246 seconds)
17:53:04 Quit krabador (Quit: Take The Time)
18:00
18:20:15***Saving seen data "./dancer.seen"
18:26:56 Join AlexP [0] (~alex@rockbox/staff/AlexP)
18:39:02SuperBrainAKoh cool porting RB to palms are we?
18:39:23SuperBrainAKi have an old windows palm :)
18:40:33SuperBrainAKHP tornada pocket pc
18:44:23foolshSuperBrainAK: that port is sort of in a coma for now, unless some else jumps in and helps out
18:51:51 Nick JanC_ is now known as JanC (~janc@lugwv/member/JanC)
18:57:53SuperBrainAKhrm has anyone used the tornada as a universal remote? it looks like it has IRda
19:00
19:07:20foolshThe irda on these old devices where severely under powered, and only really intended to be used right up next to a receiver, yes it would work but you'd have to be close enough to reach up and manually press buttons on the tv anyways :P
19:07:27foolshwere*
19:12:24SuperBrainAKah oh well
19:12:28SuperBrainAKthanks
19:12:42foolshthey harken back to the day when one carried a com port "laplink" cable around to transfer files from machine to machine, the irda was a way to sync and transfer files "wirelessly"
19:15:12*foolsh pulls out a tornada from his box of "treasures"
19:15:36 Join krabador [0] (~krabador@unaffiliated/krabador)
19:28:36 Quit krabador (Ping timeout: 264 seconds)
19:29:02 Join krabador [0] (~krabador@unaffiliated/krabador)
19:38:58 Join edhelas [0] (~edhelas@77-173-17-40.ip.telfort.nl)
20:00
20:03:46 Quit pixelma (Remote host closed the connection)
20:03:46 Quit amiconn (Read error: Connection reset by peer)
20:04:32 Join pixelma [0] (~pixelma@rockbox/staff/pixelma)
20:04:32 Join amiconn [0] (~amiconn@rockbox/developer/amiconn)
20:20:09SuperBrainAKlol yea that way you didnt have to store it to a floppy and transfer it to the other machine
20:20:16SuperBrainAK:D
20:20:18***Saving seen data "./dancer.seen"
20:52:06 Quit pamaury (Ping timeout: 256 seconds)
20:52:11 Quit TheLemonMan (Quit: "It's now safe to turn off your computer.")
20:52:44 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
21:00
21:06:22 Quit krabador (Quit: Take The Time)
21:16:32 Part LinusN
21:34:32 Join pamaury_ [0] (~quassel@rockbox/developer/pamaury)
21:34:33 Quit pamaury (Ping timeout: 272 seconds)
21:37:44 Join robertdunde [0] (be27c564@gateway/web/freenode/ip.190.39.197.100)
22:00
22:05:32robertdunde Hi, I found the service manual for the walkman NWZ-A864. I dont know it is useful to post it in the forum or where shall I share it?
22:05:40 Join [Saint] [0] (77e02126@rockbox/staff/saint)
22:10:30ParkerRrobertdunde: Forums might be good. If it isnt available online it could help somebody
22:11:18robertdundeThanks. I will post it in the forum
22:14:09ParkerRrobertdunde: Reminds me of when I scanned in the Atari Portfolio manual and sent it to a guy that had some links http://www.markus-fritze.de/static/files/atariportfolio.pdf
22:14:46ParkerRIts like 60MB
22:15:02ParkerRI didn't skimp on quality lol
22:15:26robertdundethis file is not so big lol
22:20:19***Saving seen data "./dancer.seen"
22:35:53 Quit Topy44 (Remote host closed the connection)
22:36:32 Join Topy44 [0] (topy@ns1.kurz.pw)
22:37:54 Join [Franklin] [0] (~franklin@cpe-71-71-39-6.triad.res.rr.com)
22:37:54 Quit [Franklin] (Changing host)
22:37:54 Join [Franklin] [0] (~franklin@unaffiliated/franklin)
22:38:50 Quit byteframe (Remote host closed the connection)
22:40:19 Join y4n [0] (~y4n@unaffiliated/y4ndexx)
22:42:48 Quit APLU (Remote host closed the connection)
22:44:10 Join bertrik [0] (~bertrik@rockbox/developer/bertrik)
22:47:37 Join APLU [0] (~mulx@eva.aplu.fr)
22:51:26 Join byteframe [0] (~byteframe@unaffiliated/byteframe)
22:52:51 Join Guest66888 [0] (Slayer@69.143.14.62)
22:55:37 Quit Guest42979 (Ping timeout: 244 seconds)
23:00
23:10:08 Quit LDAsh[8] (Quit: LDAsh[8])
23:31:59 Join ParkerR_ [0] (~parker@66-191-226-206.dhcp.kgpt.tn.charter.com)
23:32:17 Quit [Franklin] (Ping timeout: 244 seconds)
23:32:31 Join [Franklin] [0] (~franklin@cpe-71-71-39-6.triad.res.rr.com)
23:32:48 Quit ParkerR (Ping timeout: 244 seconds)
23:36:37 Quit amayer (Quit: Leaving)
23:52:09 Quit Electricguy (Ping timeout: 256 seconds)

Previous day | Next day