00:03:07 | zerocool22 | _bilgus_ i was about to give up and you gave me a second wind |
00:03:19 | zerocool22 | but i think i soft bricked it not having the apple drivers |
00:03:28 | _bilgus_ | we were all beginners at some point :) |
00:04:03 | zerocool22 | it's blank screen and won't turn on |
00:04:11 | zerocool22 | when i connect to PC itunes opens though |
00:05:10 | _bilgus_ | unfortunately I don't do ipods but let me look |
00:06:23 | _bilgus_ | which ipod? |
00:06:25 | zerocool22 | i'm just going to restore and update and try again. |
00:06:29 | zerocool22 | 6.5 120gb |
00:07:02 | _bilgus_ | https://download.rockbox.org/daily/manual/rockbox-ipod6g/rockbox-buildch2.html#x4-60002 |
00:07:17 | _bilgus_ | have you read this and executed the steps? |
00:09:53 | _bilgus_ | doesn't look like there is much beyond using rb util so restore sounds like a good option |
00:12:57 | zerocool22 | i keep getting failed restore messages |
00:13:43 | zerocool22 | when i restart the ipod and connect, itunes opens and i get unknown error (1429) |
00:19:59 | | Quit zerocool22 (Quit: Connection closed) |
00:22:04 | _bilgus_ | probably gonna have to wait for someone that knows the ipod then |
00:22:11 | _bilgus_ | but ill look in the forum |
00:24:31 | _bilgus_ | https://forums.rockbox.org/index.php/topic,51623.msg238731.html#msg238731 |
00:24:35 | _bilgus_ | diskmode |
00:25:02 | _bilgus_ | sorry I have steered clear of apple for a looooonnngggg time :) |
00:25:31 | _bilgus_ | I'm the resident sansa guy |
00:26:36 | _bilgus_ | the rockbox bootloader has since been fixed in the 5 years though AFAIK |
00:56:45 | | Join zerocool19 [0] (~zerocool@50-193-115-41-static.hfc.comcastbusiness.net) |
01:00 |
01:08:09 | *** | Saving seen data "./dancer.seen" |
01:14:20 | zerocool19 | rockbox setup successful. i appreciate all the help and patience |
01:21:11 | revo | wow the issue was exfat |
01:23:20 | _bilgus_ | cool good to hear :) |
02:00 |
02:04:09 | zerocool19 | and then i softbricked and had trouble with recovry |
02:04:47 | zerocool19 | is there a way to switch between Rockbox os and the old Itunes OS on the fly? |
02:25:48 | braewoods | most ports support dual boot but i can't answer for ipods |
02:50:44 | revo | https://www.reddit.com/r/rockbox/comments/7m7qt6/booting_into_the_original_firmware_on_ipod_video/ |
02:50:59 | revo | according to that reddit post you can boot to the original one by holding the menu |
02:53:33 | revo | i don't have the other os on my ipod but it looks like its trying to boot to the other one if I shut down from rockbox by holding the play button and then once it is off holding the menu button. try that |
03:00 |
03:08:10 | *** | No seen item changed, no save performed. |
03:50:56 | blbro[m] | Press Select to turn it on, then enable Hold. |
03:52:30 | blbro[m] | It's also in the manual. See section 3.1.3 "Starting the original firmware" |
04:00 |
04:17:28 | | Quit zerocool19 (Quit: Connection closed) |
04:25:17 | | Quit rb-bluebot (Ping timeout: 240 seconds) |
04:26:25 | | Quit bluebrother (Ping timeout: 256 seconds) |
04:26:52 | | Join bluebrother [0] (~dom@user/bluebrother) |
04:40:12 | | Join rb-bluebot [0] (~rb-bluebo@rockbox/bot/utility) |
05:00 |
05:08:12 | *** | Saving seen data "./dancer.seen" |
05:44:38 | | Join ZincAlloy [0] (~Adium@ip5f5abcae.dynamic.kabel-deutschland.de) |
07:00 |
07:08:13 | *** | No seen item changed, no save performed. |
09:00 |
09:08:16 | *** | No seen item changed, no save performed. |
09:37:48 | | Join MarcAndersen [0] (~no_znepna@85.218.172.116) |
09:40:01 | MarcAndersen | Hi. Is it hard to compile rbutil on windows? Do I need to cross compile it in linux or use cygwin or cmake or something else on windows itself? I can't really find any info. |
11:00 |
11:08:20 | *** | No seen item changed, no save performed. |
11:26:32 | | Quit MarcAndersen (Ping timeout: 240 seconds) |
11:31:23 | | Join MarcAndersen [0] (~no_znepna@85.218.172.116) |
12:00 |
12:11:35 | | Quit _bilgus_ (Remote host closed the connection) |
12:13:34 | | Join _bilgus_ [0] (~bilgus@162.154.213.134) |
12:33:40 | | Join lebellium [0] (~lebellium@2a01cb04012c090064199eaefdaa0df0.ipv6.abo.wanadoo.fr) |
13:00 |
13:08:21 | *** | Saving seen data "./dancer.seen" |
14:00 |
14:22:33 | bluebrother | MarcAndersen: yes. It's pretty straightforward. |
14:22:54 | bluebrother | (1) install MinGW Qt and the MinGW that comes with Qt. Also install cmake. |
14:23:27 | bluebrother | (2) open a cmd windows. Create a build folder and change to that. |
14:24:06 | bluebrother | (3) set PATH=c:\Qt\Qt5.15.2\Tools\mingw73_32\bin;%PATH% (or whereever the Qt MinGW is installed) |
14:24:57 | bluebrother | (4) c:\Program Files\cmake\cmake.exe -G "MinGW Makefiles" -DCMAKE_PREFIX_PATH=c:\Qt\Qt5.15.2\mingw73_32 path\to\rockbox\utils |
14:25:01 | bluebrother | (5) mingw32-make |
14:27:38 | bluebrother | rather brief documentation on the wiki here: https://www.rockbox.org/wiki/RockboxUtilityDevelopment#How_To_Compile |
14:28:14 | bluebrother | you can even use Visual Studio to compile, though you need to configure it to use MinGW as compiler −− some of the libs we include won't compile with cl or clang-cl. |
14:29:17 | bluebrother | MarcAndersen: oh, misread your question, thought it was "is it possible". Is it hard: not really. I'd consider it standard for building a Qt application with cmake on Windows. |
14:29:29 | MarcAndersen | I read that page, but I think I'm getting it now. So what you're saying is that I am not cross compiling or using cygwin? |
14:29:37 | bluebrother | no. |
14:29:55 | bluebrother | no cygwin, no msys. Get rid of all that, it only causes trouble. |
14:30:20 | bluebrother | the only thing needed is the MinGW compiler, and the one shipped with Qt is working fine. |
14:30:36 | MarcAndersen | Thanks. I'm going to try. |
14:31:25 | MarcAndersen | Do we have full xduoo x3 support for rbutil in git? |
14:32:59 | bluebrother | according to its changelog.txt we have support. Not sure how full that full would be. |
14:33:36 | bluebrother | I'd like to get a Rockbox Utility 1.5.0 done soonish, so if there's something missing getting that done would be nice :) |
14:34:07 | MarcAndersen | It looks like the x3ii and x20 are also coming along. |
14:34:49 | bluebrother | see utils/rbutilqt/changelog.txt |
14:35:11 | MarcAndersen | I'm going to try a c5000 ape file on my x3 some day to see if I get realtime, I think not. |
14:37:14 | bluebrother | btw: I've set up a Github Action to build Rockbox Utility on my fork. Since we have a mirror on github ... would it be interesting to make use github actions to build Rockbox Utility on the official mirror? The only annoying thing is that github actions artifacts can only be downloaded if you're logged in. |
14:37:41 | MarcAndersen | I have a github at MarcroSoft |
14:38:08 | MarcAndersen | bluebrother, Do you have a prebuilt binary? |
14:40:57 | bluebrother | bluebrother/rockbox/actions/runs/1631527682">https://github.com/bluebrother/rockbox/actions/runs/1631527682 |
14:41:38 | bluebrother | if you're interested in the workflow file: bluebrother/rockbox/blob/gh-actions/.github/workflows/main.yml">https://github.com/bluebrother/rockbox/blob/gh-actions/.github/workflows/main.yml |
14:41:47 | paulcarroty | @bluebrother, yeah, it will be great. there's a workaround for GA downloads. |
14:42:26 | bluebrother | oh, one annoying thing about github actions is that their artifact step puts everything in a zip file. In our case it's already a zip file which is ... weird. |
14:43:35 | paulcarroty | just extract it then |
14:43:43 | bluebrother | so right now I have that branch gh-actions, and I sync that branch every now and then. But if people think it would be useful we could change that workflow configuration so it only triggers when utils change, and then add it to the main repo. Then the official Rockbox mirror repo on github should do that action thing, shouldn't it? |
14:44:08 | bluebrother | paulcarroty: sure, but it's annoying to have to extract things twice. But yeah, not a real problem. |
14:45:57 | MarcAndersen | bluebrother, Thanks for that build, then I don't need to compile it right now. |
14:46:36 | bluebrother | sure, you're welcome. Played around with gh-actions some time back, so we might as well use the result :) |
14:47:09 | bluebrother | just fyi, that's a non-static build though. |
14:47:28 | MarcAndersen | I see this build is a lot more dynamic, it requires a bunch of dlls, why? |
14:47:41 | MarcAndersen | Sorry I missed that message |
14:48:17 | bluebrother | but since I eventually want to move ipodpatcher / sansapatcher into separate binaries to address this whole elevation / sudo thing having more than one file in the zip will change anyway. |
14:49:15 | bluebrother | that's just a "standard" build on Windows. At least for Qt4 you'd need to recompile Qt for static builds, and I never bothered to figure what's necessary with Qt5. When cross-compiling from Linux I use mxe, which does that stuff for me. |
14:50:34 | bluebrother | but then again I don't think sticking with the one-file-only goal from like 10 years back makes much sense anymore. |
14:51:24 | MarcAndersen | It's ok with me. |
14:53:06 | MarcAndersen | Maybe then we should remove the option install on player. |
14:53:24 | MarcAndersen | Oh is it already gone? |
15:00 |
15:07:07 | bluebrother | that option was only ever enabled for static builds. But yeah, I guess we can remove that. |
15:07:57 | bluebrother | given that we're going to build an AppImage for Linux and dmg for MacOS one could simply place those files on the player. And for Windows simply extract the zip to any folder you like. If that's on the player that's just fine. |
15:08:22 | *** | No seen item changed, no save performed. |
15:08:37 | MarcAndersen | Where would we then store the config on windows? In a file or the registry? |
15:12:50 | spork | is rbutil support for the x1000 players going to be possible? with its dependency on usb drivers |
15:16:03 | MarcAndersen | Wow there are new options of installing manual and voice files, nice! |
16:00 |
16:09:14 | bluebrother | configuration is always stored in a file. Either somewhere below AppData, or (if present) in the same folder as the exe. |
16:10:26 | bluebrother | so we could change that to portable installation. At least for Windows ... won't work for AppImage or dmg, but I guess that would be good enough for most people. |
16:39:45 | | Quit lebellium (Quit: Leaving) |
16:44:33 | MarcAndersen | Oh I see. |
16:56:01 | | Join S|h|a|w|n [0] (~shawn156@user/shawn/x-4432647) |
17:00 |
17:08:25 | *** | Saving seen data "./dancer.seen" |
17:45:33 | MarcAndersen | The x3 can't do ape 5000 in realtime as I thought, but the gigabeat s can. |
18:00 |
18:06:16 | paulcarroty | lol |
18:40:03 | | Join amachronic [0] (~amachroni@user/amachronic) |
18:45:50 | amachronic | looks like gerrit just died when I tried to log in. |
18:47:18 | speachy | uh... |
18:48:12 | speachy | yeah, it crashed. looking at the logs before I restart it. |
18:48:35 | speachy | wow, the JVM itself segfaults. |
18:48:55 | speachy | gimme a few, cleaning up the pieces. |
18:50:43 | amachronic | thanks |
18:52:04 | speachy | starting now |
18:54:46 | amachronic | I'm trying again now |
18:55:01 | amachronic | it worked. |
18:59:10 | rb-bluebot | Build Server message: New build round started. Revision 0fbaeed250, 303 builds, 11 clients. |
19:00 |
19:07:32 | | Quit pixelma (Ping timeout: 240 seconds) |
19:07:50 | | Quit amiconn (Ping timeout: 250 seconds) |
19:08:26 | *** | Saving seen data "./dancer.seen" |
19:14:34 | | Quit ZincAlloy (Quit: Leaving.) |
19:16:33 | rb-bluebot | Build Server message: Build round completed after 1042 seconds. |
19:16:39 | rb-bluebot | Build Server message: Revision 0fbaeed250 result: All green |
19:17:27 | rb-bluebot | Build Server message: New build round started. Revision 18b3e91707, 303 builds, 10 clients. |
19:18:53 | | Quit mrkrisprolls (Remote host closed the connection) |
19:23:18 | | Join amiconn [0] (~jens@p200300ea87020000305e95fffec66ff3.dip0.t-ipconnect.de) |
19:23:50 | | Join pixelma [0] (~marianne@p200300ea87020000305e95fffec66ff3.dip0.t-ipconnect.de) |
19:35:07 | rb-bluebot | Build Server message: Build round completed after 1060 seconds. |
19:35:09 | rb-bluebot | Build Server message: Revision 18b3e91707 result: All green |
19:35:41 | rb-bluebot | Build Server message: New build round started. Revision 8e65f1db55, 303 builds, 10 clients. |
19:45:04 | | Join massiveH [0] (~massiveH@ool-4a5862ee.dyn.optonline.net) |
19:51:45 | rb-bluebot | Build Server message: Build round completed after 964 seconds. |
19:51:47 | rb-bluebot | Build Server message: Revision 8e65f1db55 result: All green |
19:58:23 | | Quit amachronic (Quit: amachronic) |
21:00 |
21:08:27 | *** | Saving seen data "./dancer.seen" |
21:33:08 | | Join mrkrisprolls [0] (mrkrisprol@lecturify.net) |
23:00 |
23:08:29 | *** | No seen item changed, no save performed. |
23:44:28 | | Quit massiveH (Quit: Leaving) |