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 2021-02-09

00:33:20_bilgusspeachy thats the list scrolling functionality
00:33:38_bilgusIt must scroll the bg as well
00:48:00_bilgusscreen scrolls out of view = No should fix that
01:00
01:23:52 Join lebellium [0] (~lebellium@89-92-69-66.hfc.dyn.abo.bbox.fr)
01:24:21 Quit pixelma (Quit: .)
01:24:21 Quit amiconn (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
01:26:48 Join pixelma [0] (marianne@rockbox/staff/pixelma)
01:26:48 Join amiconn [0] (jens@rockbox/developer/amiconn)
01:52:20***Saving seen data "./dancer.seen"
01:57:21 Quit bluebrother (Disconnected by services)
01:57:26 Join bluebrother^ [0] (~dom@rockbox/developer/bluebrother)
02:00
02:03:47 Quit koniu (Ping timeout: 268 seconds)
02:18:37 Join koniu [0] (~koniu@gateway/tor-sasl/koniu)
02:41:35 Quit koniu (Remote host closed the connection)
02:41:58 Join koniu [0] (~koniu@gateway/tor-sasl/koniu)
03:00
03:52:25***Saving seen data "./dancer.seen"
04:00
04:06:43 Join pamaury [0] (~pamaury@rockbox/developer/pamaury)
04:30:36 Quit pamaury (Ping timeout: 272 seconds)
05:00
05:20:45 Quit J_Darnley (Ping timeout: 240 seconds)
05:23:24 Join pamaury [0] (~pamaury@rockbox/developer/pamaury)
05:24:44 Join J_Darnley [0] (~J_Darnley@d51A44418.access.telenet.be)
05:28:56 Quit J_Darnley (Ping timeout: 240 seconds)
05:29:09 Join J_Darnley [0] (~J_Darnley@d51a44418.access.telenet.be)
05:32:47 Join jdarnley [0] (~J_Darnley@d51A44418.access.telenet.be)
05:34:06 Quit J_Darnley (Ping timeout: 246 seconds)
05:44:49 Quit jdarnley (Ping timeout: 265 seconds)
05:48:25 Join J_Darnley [0] (~J_Darnley@d51A44418.access.telenet.be)
05:52:28***Saving seen data "./dancer.seen"
06:00
06:10:49 Quit Moarc (Quit: i znowu NADMUCHAƁ BALONA)
06:11:02 Join Moarc [0] (~chujko@a105.net128.okay.pl)
06:13:05 Quit beencubed (Ping timeout: 240 seconds)
06:26:08 Join beencubed [0] (~beencubed@209.131.238.248)
07:00
07:10:54 Join FroggestSpirit [0] (18c0819f@d192-24-159-129.try.wideopenwest.com)
07:12:03FroggestSpiritA few questions, some M3K related. Where is the definition to turn off the screen while the keys are locked? cant seem to recall where, but feel like it was in the source for rockbox?
07:14:59FroggestSpiritis anyone interested in reworking the bootloader/creating a signed update? the kernel is pretty close to done, just noticed a couple bugs: headphone jack detection doesnt seem to work (audio works fine), occasionally whennwaking the screen, the backlight will light, but no image displays (no idea how to fix, but usually works after the screen turns
07:14:59FroggestSpiritoff then back on again). and the script for SH-ing into the m3k doesn't seem to work
07:20:07 Quit FroggestSpirit (Quit: Connection closed)
07:36:43 Join fs-bluebot [0] (~fs-bluebo@55d49239.access.ecotel.net)
07:37:10 Join MrZeus_ [0] (~MrZeus@194.37.96.103)
07:52:30***Saving seen data "./dancer.seen"
08:00
08:27:35 Join FroggestSpirit [0] (18c0819f@d192-24-159-129.try.wideopenwest.com)
08:28:27 Quit FroggestSpirit (Client Quit)
08:41:27 Join massiveH [0] (~massiveH@ool-18e4e82f.dyn.optonline.net)
09:00
09:52:32***Saving seen data "./dancer.seen"
09:59:08 Join vitt13 [0] (~vitt13@85.174.207.158)
10:00
10:00:17vitt13<and the script for SH-ing into the m3k doesn't seem to work> which script?
10:01:37vitt13I've updated main branch of the repo https://github.com/VitToCode/linux-recovery-ota and added 'readme'
10:03:34vitt13'pack.sh' called by make, but it was missing zip target in makefile
10:25:51 Quit massiveH (Quit: Leaving)
10:34:16 Quit pamaury (Quit: Konversation terminated!)
11:00
11:08:07efqwvitt13: I think they're referring to the one I posted, which simply loads some kmods on the m3k and runs getty on ttyGS0
11:14:38efqwIt doesn't work because you might not have replaced the kmods on the rootfs with the ones you compiled with your kernel.
11:15:16efqwLinux kernel modules must be built from the _exact_ hash or it will not load at all.
11:22:56 Join pamaury [0] (~pamaury@rockbox/developer/pamaury)
11:25:56speachyvitt13: what efqw said. :)
11:34:23vitt13I see. I thought it was obvious to replace compiled kernel modules in system.ubi (rootfs)
11:45:00speachyif the fiio kernel wasn't so janky, we could have compiled all of that stuff into the main kenel image.
11:50:50efqwI'll give them that, they did know how to use the worst ways possible to work around tech debt :P
11:52:33***Saving seen data "./dancer.seen"
11:53:21speachyhmm. I wonder if the stock ingenic kernel has the android patches in it
11:53:29speachyor if that was something that hiby added
11:54:25speachybecause _that_ would make rebuilding the kernel worthwhile. we'd get proper adb support and sane usb gadget features
11:54:49speachy(without having to load/unload modules on the fly to switch, I mean)
12:00
12:05:59vitt13FroggestSpirit: will you update kernel source on your github repo?
12:14:06 Quit vitt13 (Quit: Leaving)
13:00
13:16:47 Join FroggestSpirit [0] (18c0819f@d192-24-159-129.try.wideopenwest.com)
13:17:17FroggestSpiritvitt13 yeah, ill update what I have so far after work.
13:18:44FroggestSpiritas far as the sh stuff, it probably just needs to be included in the kernel, just not sure what exactly. i left the rootfs the same, so whatever modules its not loading because of that... i guess it still works anyways
13:19:10FroggestSpiritor, i should say still functions, minus the few bugs i posted this morning
13:23:42 Quit FroggestSpirit (Quit: Connection closed)
13:41:41efqwThe filenames of the .ko files on the rootfs should lead you to the correct modules.
13:42:25efqwBut if you include it, you won't be able to unload it anymore, which can be problematic since we need mass storage too.
13:42:50efqwTry using gadget serial on its own and ignore libcomposite for now
13:43:14efqwIf you can get gadget serial working, we can use libcomposite to do serial and mass storage together
13:52:36***Saving seen data "./dancer.seen"
14:00
14:06:00 Join PimpiN8 [0] (~PimpiN8@178.239.173.176)
14:13:09 Quit PimpiN8 (Ping timeout: 264 seconds)
14:17:09 Quit rudi_s (Remote host closed the connection)
14:20:33 Join vitt13 [0] (~vitt13@85.174.207.158)
14:22:11 Join PimpiN8 [0] (~PimpiN8@178.239.173.176)
14:24:51 Join rudi_s [0] (~simon@bmi.informatik.uni-erlangen.de)
14:27:18 Quit foolsh (Read error: Connection reset by peer)
14:27:43 Quit koniu (Remote host closed the connection)
14:28:13 Join koniu [0] (~koniu@gateway/tor-sasl/koniu)
14:32:45 Join foolsh [0] (~quassel@139.sub-174-230-138.myvzw.com)
14:44:05 Quit foolsh (Ping timeout: 240 seconds)
14:44:26 Join foolsh [0] (~quassel@185.246.209.88)
14:58:03 Join PimpiN8_ [0] (~PimpiN8@178.239.173.176)
15:00
15:00:03 Quit PimpiN8 (Ping timeout: 246 seconds)
15:20:24 Quit Strife89 (Remote host closed the connection)
15:22:35 Join Strife89 [0] (~quassel@adsl-74-250-153-217.ags.bellsouth.net)
15:30:42 Quit Strife89 (Quit: No Ping reply in 180 seconds.)
15:31:15 Quit vitt13 (Ping timeout: 256 seconds)
15:32:23 Join Strife89 [0] (~quassel@adsl-74-250-153-217.ags.bellsouth.net)
15:40:33 Quit ArsenArsen (Quit: bye)
15:40:46 Join ArsenArsen [0] (~Arsen@fsf/member/ArsenArsen)
15:52:39***Saving seen data "./dancer.seen"
17:00
17:04:52 Quit Moarc (Quit: i znowu NADMUCHAƁ BALONA)
17:06:46 Join Moarc [0] (~chujko@a105.net128.okay.pl)
17:09:35 Quit Acou_Bass (Quit: ZNC 1.8.2 - https://znc.in)
17:13:58 Join ac_laptop [0] (~ac_laptop@186.2.247.129)
17:14:55 Join Acou_Bass [0] (~Acou_Bass@cpc96070-bolt17-2-0-cust175.10-3.cable.virginm.net)
17:47:57 Quit pamaury (Ping timeout: 264 seconds)
17:52:41***Saving seen data "./dancer.seen"
17:52:49 Join FroggestSpirit [0] (18c0819f@d192-24-159-129.try.wideopenwest.com)
17:54:22Strife89I think I want to get my name changed in the credits
17:54:31Strife89Has anyone done that before?
18:00
18:04:14FroggestSpiritvitt13 and anyone else interested in the current M3K kernel https://github.com/froggestspirit/FiiO_M3K_Kernel/releases/tag/v1.01
18:04:17 Quit FroggestSpirit (Quit: Ping timeout (120 seconds))
18:04:33 Join FroggestSpirit [0] (18c0819f@d192-24-159-129.try.wideopenwest.com)
18:05:17 Quit foolsh (Ping timeout: 265 seconds)
18:05:38FroggestSpirittbh, I never imagined getting this far in development for the M3K, so that's pretty cool. I felt like I learned a bit, and hope it will help if anyone wants to take it over
18:05:56 Quit lebellium (Quit: Leaving)
18:11:27 Join foolsh [0] (~quassel@139.sub-174-230-138.myvzw.com)
18:14:34speachyStrife89: Not that I know of, but it's my understanding that any name in there needs to be one's legal name.
18:15:50speachygranted, those do change from time to time
18:15:55 Quit foolsh (Ping timeout: 265 seconds)
18:16:17 Join foolsh [0] (~quassel@185.246.209.88)
18:16:34speachy(And obviously it's still going to remain in the commit history and prior releases)
18:24:15 Join bluebrother [0] (~dom@rockbox/developer/bluebrother)
18:24:18 Join fs-bluebot_ [0] (~fs-bluebo@55d49b09.access.ecotel.net)
18:24:45 Quit fs-bluebot (Ping timeout: 240 seconds)
18:25:47 Quit bluebrother^ (Ping timeout: 256 seconds)
18:55:40 Quit foolsh (Read error: Connection reset by peer)
18:58:47 Quit Rondom (Ping timeout: 272 seconds)
19:00
19:01:02 Quit PimpiN8_ (Quit: Textual IRC Client: www.textualapp.com)
19:10:18 Quit FroggestSpirit (Quit: Connection closed)
19:13:07 Join Rondom [0] (~rondom@modo.nonmodosedetiam.net)
19:52:42***Saving seen data "./dancer.seen"
20:00
20:00:36__builtinStrife89: shouldn't be hard to do −− just send a patch
20:42:01 Quit MrZeus_ (Ping timeout: 272 seconds)
20:55:45 Quit ac_laptop (Ping timeout: 240 seconds)
21:00
21:10:00 Quit ps-auxw (Ping timeout: 246 seconds)
21:52:46***Saving seen data "./dancer.seen"
22:00
22:14:26Strife89speachy: Ah. Well, my legal name hasn't changed and probably won't for quite some time.
22:14:56Strife89So I'll leave the matter be.
22:23:03 Join ps-auxw [0] (~arneb@p548d56ce.dip0.t-ipconnect.de)
23:00
23:37:47 Quit rudi_s (*.net *.split)
23:37:48 Quit atsampson (*.net *.split)
23:37:49 Quit k1w1 (*.net *.split)
23:38:11 Quit Topy44 (*.net *.split)
23:38:32 Quit bonfire (Remote host closed the connection)
23:38:57 Join bonfire [0] (~bonfire@c-24-2-109-9.hsd1.ut.comcast.net)
23:42:17 Join rudi_s [0] (~simon@bmi.informatik.uni-erlangen.de)
23:42:17 Join atsampson [0] (~ats@cartman.offog.org)
23:42:17 Join k1w1 [0] (~k1w1@unaffiliated/k1w1)
23:42:17 Join Topy44 [0] (up1sYgB63Z@bellatrix.uberspace.de)
23:45:37 Quit kalube (Ping timeout: 246 seconds)
23:45:40 Quit blbro[m] (Ping timeout: 260 seconds)
23:45:58 Quit kadoban (Ping timeout: 246 seconds)
23:46:15 Quit danielp3344 (Ping timeout: 265 seconds)
23:50:21 Quit Jyrki[m] (Ping timeout: 268 seconds)
23:52:49***Saving seen data "./dancer.seen"

Previous day | Next day