···530530% %fbkBit %?fv<avg|> %?iv<(id3v%iv)|(no id3)>
531531% %pb
532532% %pm
533533-%
533533+%
534534%\end{verbatim}
535535536536\section{\label{ref:manage_settings}Managing Rockbox Settings}
···669669\opt{gigabeatf,gigabeats}{\fname{.gigabeat}.} %
670670\opt{fiiom3k}{\fname{.m3k}} %
671671\opt{shanlingq1}{\fname{.q1}} %
672672+\opt{agptekrocker}{\fname{.rocker}} %
673673+\opt{xduoox3ii}{\fname{.x3ii}} %
674674+\opt{xduoox20}{\fname{.x20}} %
675675+\opt{aigoerosq}{\fname{.erosq}} %
672676This can be used to test new firmware versions without deleting your
673677current version.
674678
+26
manual/getting_started/hibyos_install.tex
···11+This player's firmware is based on a Linux platform called HibyOS. Rockbox
22+runs as an application, replacing the stock \emph{Hibyplayer} application.
33+44+In order to install Rockbox's bootloader, you will need a copy of the
55+original player firmware. This can be downloaded from the manufacturer's
66+web site. The following stock firmware versions are currently supported:
77+88+\begin{itemize}
99+ \opt{agptekrocker}{
1010+ \item 20171101
1111+ }
1212+\end{itemize}
1313+1414+After downloading the firmware, you will need to download the corresponding
1515+binary patch file (\fname{.bsdiff}) for the firmware version in question, from
1616+the following location:
1717+1818+\begin{itemize}
1919+ \opt{agptekrocker}{
2020+ \item \download{bootloader/agptek}
2121+ }
2222+\end{itemize}
2323+2424+Using the \emph{bspatch} utility, apply the binary patch to the original bootloader, with an output file \fname{update.upt}. Place this file into the top-level directory of an SD card.
2525+2626+Insert the SD card into the player, turn it on, and navigate the to the \emph{tools} menu, and select \emph{update firmware}. The device will restart to perform the update, then restart again, after which it will display the Rockbox bootloader menu.
+3-2
manual/getting_started/installation.tex
···111111\end{description}
112112}
113113114114-\opt{fiiom3k,shanlingq1}{
114114+\opt{fiiom3k,shanlingq1,agptekrocker,xduoox3ii,xduoox20,aigoerosq}{
115115Although Rockbox is considered fully functional on the \playername{}, there are
116116a few limitations compared to the original firmware which you should be aware
117117of before installing.
···120120 filesystems such as exFAT or NTFS are not supported.
121121 \item[USB DAC.] This feature is not supported by Rockbox, but you can
122122 dual-boot the original firmware if you want to use it.
123123- \opt{shanlingq1}{\item[Wireless.] There is no support for Bluetooth or WiFi.
123123+ \opt{shanlingq1,agptekrocker,xduoox3ii,xduoox20,aigoerosq}{\item[Wireless.] There is no support for Bluetooth\opt{shanlingq1}{ or WiFi}.
124124 You can dual-boot the original firmware to use wireless functionality.}
125125 \item[Hotswapping SD cards.] Rockbox runs from the SD card, not the internal
126126 flash memory. Hotswapping is technically possible, but you need to install
···544544 \opt{IMX233}{\input{getting_started/IMX233_install.tex}}
545545 \opt{samsungyh}{\input{getting_started/samsungyh_install.tex}}
546546 \opt{xduoox3}{\input{getting_started/xduoox3_install.tex}}
547547+ \opt{xduoox3ii,xduoox20,agptekrocker,aigoerosq}{\input{getting_started/hibyos_install.tex}}
547548 \opt{fiiom3k,shanlingq1}{\input{getting_started/jztool_install.tex}}
548549 }
549550}
+26
manual/platform/agptekrocker.tex
···11+% $Id$ %
22+\def\UseOption{agptekrocker}
33+\edef\UseOption{\UseOption,AGPTEK_ROCKER_PAD}
44+\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
55+\edef\UseOption{\UseOption,HAVE_RB_BL_IN_FLASH}
66+\edef\UseOption{\UseOption,agptekrocker}
77+88+\newcommand{\playerman}{AGPtek}
99+\newcommand{\playertype}{Rocker}
1010+\newcommand{\playerlongtype}{\playertype}
1111+\newcommand{\dapdisplaywidth}{128}
1212+\newcommand{\dapdisplayheight}{160}
1313+\newcommand{\dapdisplaydepth}{16}
1414+\newcommand{\specimg}{agptekrocker}
1515+%Used to name the player, e.g. ...to the \dap
1616+\newcommand{\dap}{player}
1717+%For use when referring to the player. E.g. the \daps\ capacity ...
1818+\newcommand{\daps}{player's}
1919+\newcommand{\firmwarefilename}{\fname{rockbox.rocker}}
2020+\newcommand{\bootfilename}{\fname{bootloader.rocker}}
2121+\newcommand{\firmwareextension}{\fname{rocker}}
2222+\newcommand{\screenshotsize}{8cm}
2323+\newcommand{\disk}{SD card}
2424+2525+% link external keymap file
2626+\input{platform/keymap-agptekrocker.tex}