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 2017-02-22

00:02:10 Quit krabador (Ping timeout: 260 seconds)
00:03:34 Part b0hoon ("GTG... Bye.")
00:03:46 Join krabador [0] (~krabador@unaffiliated/krabador)
00:04:30 Quit bastianilso (Quit: bastianilso)
00:06:21 Nick Padauk is now known as Amboyna (~TorC@fsf/member/TorC)
00:15:21 Join cc___ [0] (~ac@2001:910:113f:1:6a05:caff:fe1c:1627)
00:18:12 Join bastianilso [0] (~bastianil@kol-aalborghus.cust.fsknet.dk)
00:19:40Bilgussaratoga which ams bootloaders don't / and why?
00:23:48 Join saratoga [0] (123e11e0@gateway/web/freenode/ip.18.62.17.224)
00:24:04saratogaBilgus: sorry, i mean install
00:26:55Bilgusah so size restrictions, I dumped the O_CREAT flag on clipv1 #g1562 and got it to fit again .. maybe we can make it more general
00:26:57fs-bluebotGerrit review #1562 at http://gerrit.rockbox.org/r/1562 : Add BOOTLOADER_NO_O_CREAT define to allow removal of file creation codepath by William Wilgus
00:28:34Bilgusand assuming there is no need for extended unicode diacritics in the bootloader #g1560 knocks out nearly a Kb
00:28:35fs-bluebotGerrit review #1560 at http://gerrit.rockbox.org/r/1560 : Reduce is_diacritic functionality in bootloader by William Wilgus
00:29:55 Quit bastianilso (Quit: bastianilso)
00:33:09 Quit paulk-collins (Quit: Leaving)
00:33:50saratogaare you still planning to commit the multiboost stuff from SD?
00:34:07Bilgusyes
00:34:58saratogaonce that is working we should do a new bootloader release
00:35:52Bilgusthere are a few other commits that need to get done first namely pamaury's bootdata and jHmikeS' root mount stuff
00:36:57Bilgusthough the latter really doesn't affect the loader code but it is essentially worthless without it
00:38:43 Quit krabador (Quit: Leaving)
00:39:02Bilgusthere are quite a few crt0.s files that need to have bootdata added but without actual devices to test i'm kinda hesitant
00:40:04saratogai can test most of the AMS devices if needed
00:40:11 Quit wodz (Quit: Leaving)
00:40:33 Quit vflyson (Ping timeout: 240 seconds)
00:40:45 Join vflyson [0] (~vflyson@cupcake.uberspace.net)
00:42:39Bilgusits already in for the as3525's
00:43:44Bilgusminus the clipv1 ofc :p
00:45:05Bilgusoh and the c/e/m300s sinse they are not fitting in the fw images as is
00:47:22saratogathe e200v2/c200v2 don't fit?
00:50:25Bilgusi think all the v2/4 do
00:51:00Bilgussorry 200's
00:57:01saratogado fit?
00:58:24Bilgusyes v2/4 do fit
01:00
01:03:09 Quit ender` (Quit: So, if you expect the unexpected, you'll get what you expect?)
01:05:58***Saving seen data "./dancer.seen"
01:12:59 Join mutnai [0] (6db91733@gateway/web/freenode/ip.109.185.23.51)
01:13:18 Quit mutnai (Client Quit)
01:15:26 Quit dys` (Ping timeout: 260 seconds)
01:16:37 Quit Acou_Bass (Quit: ZNC - http://znc.in)
01:17:50 Join Acou_Bass [0] (~Acou_Bass@host-89-241-252-213.as13285.net)
01:19:18 Quit cc___ (Ping timeout: 240 seconds)
01:22:05 Quit Acou_Bass (Client Quit)
01:23:15 Join Acou_Bass [0] (~Acou_Bass@host-89-241-252-213.as13285.net)
01:26:21 Join jhMikeS [0] (~jethead71@d192-24-173-177.try.wideopenwest.com)
01:26:49 Join mutnai [0] (6db91733@gateway/web/freenode/ip.109.185.23.51)
01:31:13 Quit mutnai (Ping timeout: 260 seconds)
01:33:28 Quit alexweissman (Remote host closed the connection)
01:34:44 Join alexweissman [0] (~alexweiss@c-68-51-123-75.hsd1.in.comcast.net)
01:53:29jvoisinHow can I load a given .rock file into IDA?
02:00
02:07:02 Quit Rondom (Remote host closed the connection)
02:09:09 Join Rondom [0] (~rondom@modo.nonmodosedetiam.net)
02:10:25 Quit Senji (Ping timeout: 240 seconds)
02:16:58 Quit MrZeus2 (Ping timeout: 240 seconds)
02:17:36 Quit furrywolf (Ping timeout: 255 seconds)
02:18:13 Quit Rondom (Remote host closed the connection)
02:20:19 Join Rondom [0] (~rondom@modo.nonmodosedetiam.net)
02:21:14 Quit ZincAlloy (Quit: Leaving.)
02:28:55 Join saratoga_ [0] (123e1c1b@gateway/web/freenode/ip.18.62.28.27)
02:29:21saratoga_jvoisin: what are you trying to do? Usually its easier to just objdump code you've compiled
02:29:56saratoga_see: https://www.rockbox.org/wiki/ObjdumpGuide#Double_Checking_Your_Code
02:32:54jvoisinsure, but what if I only have the .rock file?
02:33:13saratoga_how would that happen?
02:34:00jvoisinit's complicated :)
02:34:56saratoga_you can use objdump regardless, but obviously it is much easier if you put the code you'd like to inspect into its own function
02:35:29saratoga_without that, you'll have to dig through the assembly to find the code of interest
02:36:36jvoisinsure, but I'll need to find the right alignment
02:36:48jvoisinwell, I can just rip the plugin loader code
02:38:48saratoga_if its ARM code, it'll be aligned
02:49:42 Join furrywolf [0] (~randyg@mbd0536d0.tmodns.net)
03:00
03:06:02***Saving seen data "./dancer.seen"
03:12:36 Join rk[ghost] [0] (~rak@cpe-66-61-32-99.neo.res.rr.com)
03:56:44 Quit bluebrother (Ping timeout: 240 seconds)
03:56:52 Join bluebrother [0] (~dom@rockbox/developer/bluebrother)
03:57:14 Quit rasher (Ping timeout: 240 seconds)
03:57:21 Join rasher [0] (~rasher@rockbox/developer/rasher)
05:00
05:06:04***Saving seen data "./dancer.seen"
06:00
06:13:10 Join JanC_ [0] (~janc@lugwv/member/JanC)
06:14:27 Quit JanC (Killed (orwell.freenode.net (Nickname regained by services)))
06:14:28 Nick JanC_ is now known as JanC (~janc@lugwv/member/JanC)
06:30:53 Join Strife1989 [0] (~quassel@adsl-98-80-189-43.mcn.bellsouth.net)
06:32:43 Quit Strife89 (Ping timeout: 268 seconds)
06:51:40 Quit TheSeven (Ping timeout: 240 seconds)
06:52:15 Join TheSeven [0] (~quassel@rockbox/developer/TheSeven)
07:00
07:06:06***Saving seen data "./dancer.seen"
07:12:20 Quit foolsh (Ping timeout: 240 seconds)
07:13:25 Quit furrywolf (Ping timeout: 268 seconds)
07:49:46 Quit pixelma (Quit: .)
07:49:46 Quit amiconn (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
07:52:11 Join amiconn [0] (amiconn@rockbox/developer/amiconn)
07:52:11 Join pixelma [0] (pixelma@rockbox/staff/pixelma)
08:00
08:13:59 Join ender` [0] (krneki@foo.eternallybored.org)
08:15:30 Quit saratoga_ (Quit: Page closed)
08:19:35 Quit alexweissman (Remote host closed the connection)
08:21:12 Join alexweissman [0] (~alexweiss@c-68-51-123-75.hsd1.in.comcast.net)
08:54:30 Quit alexweissman (Remote host closed the connection)
09:00
09:02:25 Join petur [0] (~petur@rockbox/developer/petur)
09:03:06 Join mutnai [0] (6db91733@gateway/web/freenode/ip.109.185.23.51)
09:03:50 Quit mutnai (Client Quit)
09:06:08***Saving seen data "./dancer.seen"
09:06:32 Join pamaury [0] (~pamaury@rockbox/developer/pamaury)
09:09:20 Join wodz [0] (~wodz@iwl138.internetdsl.tpnet.pl)
09:15:25 Join parchd [0] (~parchd@unaffiliated/parchd)
09:17:07 Join lebellium [0] (~chatzilla@89-93-177-91.hfc.dyn.abo.bbox.fr)
09:24:31 Join idonob_ [0] (~Owner@S010610c37b922980.vs.shawcable.net)
09:27:19 Quit idonob (Ping timeout: 260 seconds)
09:28:03 Quit parchd (Quit: nope)
09:28:21 Join parchd [0] (~parchd@unaffiliated/parchd)
09:37:20lebelliumpamaury: how do you discuss with Leo? PM on the forum or emails?
09:39:45 Quit idonob_ (Ping timeout: 240 seconds)
09:39:59 Quit petur (Quit: Connection reset by beer)
09:46:26 Join paulk-collins [0] (~paulk@gagarine.paulk.fr)
09:46:33 Join idonob [0] (~Owner@S010610c37b922980.vs.shawcable.net)
09:50:11 Join bastianilso [0] (~bastianil@kol-aalborghus.cust.fsknet.dk)
09:50:12 Quit pamaury (Ping timeout: 260 seconds)
09:51:52 Join petur [0] (~petur@91.183.48.77)
09:51:52 Quit petur (Changing host)
09:51:52 Join petur [0] (~petur@rockbox/developer/petur)
09:53:21 Join Guest34563 [0] (~lawl@91.242.208.34)
09:55:33 Quit parchd (Quit: work)
10:00
10:05:04 Join alexweissman [0] (~alexweiss@c-68-51-123-75.hsd1.in.comcast.net)
10:06:01 Join elensil [0] (~edhelas@2001:1c02:1903:d800:7992:63f6:5f30:ca63)
10:09:26 Quit alexweissman (Ping timeout: 240 seconds)
10:21:24 Part Guest34563
10:23:19wodzholy shit - Agptek rocker has root serial console on this uart pins!
10:23:49 Join pamaury [0] (~quassel@wks-50-63.mpi-sws.org)
10:23:49 Quit pamaury (Changing host)
10:23:50 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
10:24:47wodzpamaury: ping
10:25:00pamaurywodz: pong but busy at work
10:25:04pamauryjust saw your comment
10:25:09pamauryinteresting finding
10:25:41wodzpamaury: This should make things much easier to fiddle with
10:39:16 Join rela_ [0] (~x@p5B245283.dip0.t-ipconnect.de)
10:41:37 Quit rela (Ping timeout: 255 seconds)
10:51:41 Quit bastianilso (Read error: Connection reset by peer)
10:51:59 Join bastianilso_ [0] (~bastianil@kol-aalborghus.cust.fsknet.dk)
10:54:50 Quit bastianilso_ (Client Quit)
10:55:16 Join bastianilso_ [0] (~bastianil@kol-aalborghus.cust.fsknet.dk)
11:00
11:06:12***Saving seen data "./dancer.seen"
11:25:55 Join pamaury_ [0] (~pamaury@rockbox/developer/pamaury)
11:30:43wodzpamaury_: Are you interested in some output from agptek?
11:40:59pamaury_wodz: what kind of output ?
11:41:18wodzpamaury_: any you like from root shell :-)
11:41:37wodzpamaury_: I mean I can probe something in /sys or something
11:42:36pamaury_ah :) huh, right now I don't know. I am still unsure about what is the best porting strategy between native and app
11:42:53 Join cc___ [0] (~ac@2001:910:113f:1:6a05:caff:fe1c:1627)
11:47:28lebelliumwodz: can you extract the language files?
12:00
12:01:05wodzpamaury_: I'd say app
12:01:13wodzlebellium: where are they?
12:02:36pamaury_But app would mean having a way to edit the ubifs reliably, something you cannot do except on linux and even then it's not trivial. And distributing binaries is not exactly a good option
12:04:43lebelliumwodz: I don't know. I just assume that there is somewhere a lng file for every language and as the translation sucks in any language (I checked French, German and English), I'd like to have a look and why not sending a fixed file to Leo
12:05:47wodzpamaury_: But native port is 1) lots of work 2) upgrading is not trivial as well
12:09:19wodzlebellium: Can you provide me some obvious typo in lang file so I can grep for it?
12:11:25lebelliumwodz: look for "fente" for example (Gapless playback -> Jouer sans fente)
12:13:17wodzlebellium: no hit
12:14:04lebelliumyou were looking in /sys right?
12:14:29wodzlebellium: no, why? /sys is mostly kernel interface
12:14:39lebelliumso where were you looking?
12:15:01wodzlebellium: I grep through all files in ubifs from upgrade image
12:15:21lebelliumok
12:15:59lebelliumthe upgrade image is current firmware 1.01beta ?
12:16:06wodzyes
12:17:01lebelliumWould be strange that the translations are not in the upgrade image, bo?
12:17:03lebelliumno*
12:18:33wodzlebellium: found it
12:21:59 Join TheLemonMan [0] (~root@irssi/staff/TheLemonMan)
12:23:10pamaury_wodz: if you want to to the Rocker port as app go ahead. I want to focus on native port for jz4760b for X1
12:24:42 Join ZincAlloy [0] (~Adium@2a02:8108:8b80:1700:f433:fd59:142:b299)
12:26:44lebelliumisn't booting slower on an app port? And we can't get rid of stupid library updates like on Sony NWZ?
12:27:51wodzpamaury_: I am not sure I want, I am just saying that 1) X1000 is different then 4760b so only part of the work could be shared 2) Having root console developing should be much easier
12:28:15wodzlebellium: yes, booting is slower but development potentially much faster
12:28:48pamaury_on the NWZ I think there is a way to bypass the library updates but that may requires interacting with the system manager using Sony custom protocol over sockets. So potentially a lot of work.
12:33:18wodzpamaury_: Why do you have backlight handling functions in lcd-nwz.c ? Shouldn't it be separated?
12:53:45 Join skapazzo [0] (~skapazzo@151.9.205.1)
12:55:50 Quit lebellium (Quit: ChatZilla 0.9.93 [Firefox 51.0.1/20170125094131])
12:57:37 Quit prof_wolfff (Ping timeout: 260 seconds)
13:00
13:06:15***Saving seen data "./dancer.seen"
13:10:13 Join prof_wolfff [0] (~prof_wolf@82.159.0.123.dyn.user.ono.com)
13:21:49pamaurywodz: backlight is done with the framebuffer ioctl
13:24:23 Quit prof_wolfff (Ping timeout: 260 seconds)
13:37:37 Join prof_wolfff [0] (~prof_wolf@82.159.0.123.dyn.user.ono.com)
14:00
14:35:36 Quit TheSeven (Remote host closed the connection)
14:35:36 Quit fIorz (Read error: Connection reset by peer)
14:35:41 Join fIorz_ [0] (nobody@rain.florz.de)
14:36:54 Join TheSeven [0] (~quassel@rockbox/developer/TheSeven)
15:00
15:06:19***Saving seen data "./dancer.seen"
15:41:31 Quit ps-auxw (Ping timeout: 252 seconds)
15:45:35 Join girafe [0] (~girafe@LFbn-1-11729-221.w2-7.abo.wanadoo.fr)
15:55:54 Join parchd [0] (~parchd@unaffiliated/parchd)
15:58:42 Quit petur (Quit: Connection reset by beer)
16:00
16:20:55 Join kugel [0] (~kugel@ip5b42cab9.dynamic.kabel-deutschland.de)
16:20:55 Quit kugel (Changing host)
16:20:55 Join kugel [0] (~kugel@rockbox/developer/kugel)
16:28:25 Join krabador [0] (~krabador@unaffiliated/krabador)
16:43:17 Join alexweissman [0] (~alexweiss@c-68-51-123-75.hsd1.in.comcast.net)
16:47:37 Join fujisan [0] (~fujisan@unaffiliated/fujisan)
16:49:04 Join smoke_fumus [0] (~smoke_fum@dynamic-vpdn-93-125-63-154.telecom.by)
17:00
17:02:08 Quit pamaury (Remote host closed the connection)
17:06:23***Saving seen data "./dancer.seen"
17:06:38 Quit pamaury_ (Ping timeout: 268 seconds)
17:08:02 Join furrywolf [0] (~randyg@md60536d0.tmodns.net)
17:30:41 Quit wodz (Ping timeout: 268 seconds)
17:39:25 Quit rela_ (Quit: Leaving)
17:39:41 Join rela [0] (~x@pdpc/supporter/active/rela)
17:41:24 Quit Rower (Quit: Hmmm...)
17:43:50 Join Rower [0] (husvagn@d83-183-134-99.cust.tele2.se)
18:00
18:04:12 Part elensil
18:56:26 Join ps-auxw [0] (~arneb@p5B0FBBAD.dip0.t-ipconnect.de)
19:00
19:06:24***Saving seen data "./dancer.seen"
19:23:46 Join MrZeus2 [0] (~MrZeus@2a02:c7f:7018:6200:6001:aeea:4e5:8a3a)
19:24:15 Quit fujisan (Quit: Textual IRC Client: www.textualapp.com)
19:26:03 Quit jhMikeS (Ping timeout: 260 seconds)
20:00
20:07:05 Quit parchd (Quit: gone)
20:26:29 Join b0hoon [0] (~quassel@apn-31-2-81-45.dynamic.gprs.plus.pl)
21:00
21:00:19 Quit b0hoon (Ping timeout: 240 seconds)
21:06:27***Saving seen data "./dancer.seen"
21:17:21 Join b0hoon [0] (~quassel@91.200.39.246)
21:32:58 Join joe__ [0] (3eb2691a@gateway/web/freenode/ip.62.178.105.26)
21:33:34joe__hi, I'd like to know how far the Rockbox port for the AGPTEK Rocker has gotten along?
21:34:09 Quit krabador (Quit: Leaving)
21:34:52joe__pamaury said that he would conduct a port for the agptek Rocker on Feburary 4th
21:35:14joe__Has there been any progress?
21:37:39 Quit man_in_shack (Ping timeout: 260 seconds)
21:44:33 Join man_in_shack [0] (~chat@unaffiliated/man-in-shack/x-4279753)
21:47:33joe__anyone there?
21:56:58 Join joe____ [0] (3eb2691a@gateway/web/freenode/ip.62.178.105.26)
21:58:52joe____have there been any replies regarding the agptek Rocker? lost connection sry
21:59:08 Quit joe__ (Ping timeout: 260 seconds)
22:00
22:03:16 Quit joe____ (Quit: Page closed)
22:07:10 Join wodz [0] (~wodz@89-74-169-198.dynamic.chello.pl)
22:15:20 Join pamaury [0] (~pamaury@rockbox/developer/pamaury)
22:17:08 Quit rudi_s_ (Read error: Connection reset by peer)
22:17:55 Join rudi_s [0] (~simon@kraftwerk.ruderich.eu)
22:22:56pamauryarg, /me doesn't like PM on the forum
22:24:27pamaurylebellium (logs): I discuss with Leo using forums PM but I sent him my email address so that next time it's simpler.
22:27:06wodzpamaury: After all I think I'll try app port for rocker. First thing is build proper toolchain. I hope your work on toolchain for nwz will be good base.
22:29:10pamauryok :) Tomorrow I can separate the nwz toolchain in a separate gerrit task
22:47:39 Quit man_in_shack (Ping timeout: 260 seconds)
22:50:13b0hoonpamaury: i apologize, last time i cherry picked patch set 1 again, your second patch set works :)
22:50:39 Join dys` [0] (~dys@x4d02b22e.dyn.telefonica.de)
22:51:01pamauryb0hoon: good to know :) I would prefer jhMikes to double-check it though
22:51:07 Quit girafe (Read error: Connection reset by peer)
22:51:13b0hoonallright
22:56:08 Quit wodz (Quit: Leaving)
23:00
23:06:29***Saving seen data "./dancer.seen"
23:14:28 Part b0hoon ("GTG... Bye.")
23:14:36 Join man_in_shack [0] (~chat@unaffiliated/man-in-shack/x-4279753)
23:24:12 Quit TheLemonMan (Quit: "It's now safe to turn off your computer.")
23:33:21 Quit cc___ (Ping timeout: 255 seconds)
23:39:49 Quit alexweissman (Remote host closed the connection)
23:55:29 Quit pamaury (Ping timeout: 268 seconds)

Previous day | Next day