Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

hiby: r1_patcher: use generic bootloader name

Rename bootloader.r1 to bootloader.rb for use across multiple devices (Hiby R1, HiBy R3 Pro II and others).

Change-Id: Ib509d37d605391012a792a69b11a557b0319d2ce

+5 -5
+3 -3
tools/r1_patcher/hiby_player.sh
··· 3 3 killall hiby_player &>/dev/null 4 4 killall -9 hiby_player &>/dev/null 5 5 6 - killall bootloader.r1 &>/dev/null 7 - killall -9 bootloader.r1 &>/dev/null 6 + killall bootloader.rb &>/dev/null 7 + killall -9 bootloader.rb &>/dev/null 8 8 9 - /usr/bin/bootloader.r1 9 + /usr/bin/bootloader.rb 10 10 sleep 1s
+2 -2
tools/r1_patcher/r1_patcher.sh
··· 51 51 ################################################################################ 52 52 53 53 # copy 'bootloader' 54 - cp "$2" "$workingdir_in/rootfs/extracted/usr/bin/bootloader.r1" 55 - chmod 0755 "$workingdir_in/rootfs/extracted/usr/bin/bootloader.r1" 54 + cp "$2" "$workingdir_in/rootfs/extracted/usr/bin/bootloader.rb" 55 + chmod 0755 "$workingdir_in/rootfs/extracted/usr/bin/bootloader.rb" 56 56 57 57 # copy modified 'hibyplayer.sh' script 58 58 cp hiby_player.sh $workingdir_in/rootfs/extracted/usr/bin/