summaryrefslogtreecommitdiffstats
path: root/manual/configure_rockbox
AgeCommit message (Collapse)AuthorFilesLines
2020-11-19languages: convert recording_swcodec -> recordingSolomon Peachy1-1/+1
Change-Id: I481a53284d63457717f4a6524edc5b477f29a20a
2020-11-18Manual: remove most HWCODEC artifactsMoshe Piekarski8-270/+226
This causes 3 changes in layout. 2 I can't track down and 1 is better this way. Change-Id: If4ad5e1d7431b4c2cbaaf9767d78139ef4e2dc44
2020-11-16Manual Bugfix SetWPSContextPluginWilliam Wilgus1-1/+2
Change-Id: Idf06c12ecbabbd6a1adb7ba9eaa6b183d3a0c289
2020-11-13usb: Add ability to prompt user about what to do upon usb insertionSolomon Peachy1-0/+6
v3: Add in config option v4: Bugfixes v5: Force a redraw upon exiting v6: keypress-in-chargeonly mode enables mass storage (and vice versa) v7: Fix bootloader builds v8: Update manual, and have bootloader respect keypresses v9: Change default to mass storage (ie no change in behavior) todo: * test-build dx50/dx90 * Switch from yes/no to proper menu? * prevent WPS progress bar from drawing over us Change-Id: I82e0ccb08497b7a5aa756ce77f1332ee963703a7 ... Change-Id: I7946cf240b18a4fa8ace5e25e1eb6e97b8b12d7c
2020-08-26xduoox3: Include curves for both battery typesSolomon Peachy1-2/+5
There is no way to detect this at runtime so it is a user setting Change-Id: Ibc5b87312238c59e3678d512af27e3a3bcb9a58a
2020-08-25manual: Remove charcell screenshotsSolomon Peachy2-0/+0
Change-Id: I072c5fb36b80f6d707b1bcad7098352c9398c677
2020-08-24manual: Get rid of more archos-specific manual leftoversSolomon Peachy2-0/+0
Change-Id: I8ac42d2bfcecd75b717c3eaf984daff3ea7a0334
2020-08-24xduoox3: Fill in the core UI screenshotsSolomon Peachy3-0/+0
TODO: * Plugin screenshots * Plugin keymaps Change-Id: I05282480fcfe67e0c506a34847a81b027b73ad81
2020-08-24xduoox3: Initial manualSolomon Peachy3-7/+27
TODO: * Screenshots * Plugin keymaps Change-Id: Iaecaa2f585693eb5c2c301bd07aeaa27cdf2588f
2020-08-17Add open_plugin to coreWilliam Wilgus2-0/+6
open_plugin allows arbitrary plugins to be called in hotkey and start screen replaces PictureFlow Integration shortcuts menu plays plugins now too rather than store paths and parameters in the settings that reside in memory instead entries in a file are searched by hash. after all, the plugin has to be loaded from disk anyways ---------------------------------------------------------------------------- shortcut_viewer.rock-- can now call plugins rather than taking you to them in the browser ----------------------------------------------------------------------------- Added a new option to menus: F_CB_ON_SELECT_ONLY instead of option callback every time a item is accessed F_CB_ON_SELECT_ONLY fires callback only when item is selected ----------------------------------------------------------------------------- Added manual entries ----------------------------------------------------------------------------- Change-Id: I078b57b1d2b4dd633c89212c1082fcbc1b516e6a
2020-07-27manual: Strip out a few more archos-specific chunksSolomon Peachy3-134/+0
Change-Id: If875fc86888491d8b26d9090ae3ae778dc32aa31
2020-07-24[3/4] Completely remove HWCODEC supportSolomon Peachy1-1/+0
'swcodec' is now always set (and recording_swcodec for recording-capable units) in feature.txt so the manual and language strings don't need to all be fixed up. Change-Id: Ib2c9d5d157af8d33653e2d4b4a12881b9aa6ddb0
2020-07-24[1/4] Remove SH support and all archos targetsSolomon Peachy6-27/+8
This removes all code specific to SH targets Change-Id: I7980523785d2596e65c06430f4638eec74a06061
2020-05-22talk.h Add manual entryWilliam Wilgus1-1/+4
Change-Id: I770eb6ab90041f8522c88f64063e5c1b777220ec
2019-02-03FS#12353: For car adapter mode, make delay before resuming configurableSolomon Peachy1-3/+12
Original patch by Stanislav Chizhik Udpated by Igor Poretsky & myself Change-Id: I472d4852ac25885658245f077723e4c98b9ad9b8
2018-12-15Fix Manual(s) -- Advanced KeylockWilliam Wilgus1-2/+2
Manuals were showing Advanced Keylock even for devices that don't support it Change-Id: I8e40a76bcbba9c67a4680d505c507a0b09f7f203
2018-12-14FS11473: Add bookmarking option: one per track.Solomon Peachy1-2/+7
Modified version from ticket, taken from Igor Poretsky's tree, and further modified to incorporate feedback. Change-Id: I9284497d53a0247a51739d29fdc1db5fbbebfadc
2018-07-28Revert "As3525 v1/v2 Add power savings menu"William Wilgus1-24/+0
This reverts commit 6f0320a9535bc1aa81d83fa879ac14d5ee603658. Change-Id: I7425d422a4a0af7a49e9194cfe0bb55d431bc401
2018-07-27As3525 v1/v2 Add power savings menuWilliam Wilgus1-0/+24
Allow user to select cpu undervolt There have been quite a few issues across the SANSA AMS line related to CPU undervolting while most players show greatly increased runtime some crash. Rather than constanly upping the voltage we now have a setting with a safe value for all players and the option for lower voltages I plan to add a few other options here later such as disk timings and maybe some other clocks/experimental settings Added: Disk Low speed option for AS3525v2 devices cuts frequency to 12 MHz from 24 MHz Added: Disk Low speed option for AS3525v1 devices cuts frequency to 15.5 MHz from 31 MHz Added: I2c Low Speed AS3525 devices, should be bigger improvement for v1 devices Fixed: Debug menu for AS3525v2 No SDSLOT frequency, Showed IDE freq though it is unused Added: DBOP and SSP underclocking affects display on v1/v2 respectively Fixed: debug menu now has SSP frequency, and SSP_CPSR Update: made settings menu more generic Update: cleaned up code Added: Clip v1 & Fuze v1 didn't have HAVE_ADJUSTABLE_CPU_VOLTAGE. not sure why but, waiting on testing to confirm Added: C200v2 and E200v2 devices and HAVE_ADJUSTABLE_CPU_VOLTAGE. Fixed: v1 devices don't like display timing set lower (dbop) v1 devices don't have a divider set for ssp (causes divide by 0) Fixed: ClipZip display lags with Max SSP divider changed from 0xFE to 0x32 Fixed: v1 devices didn't work properly with highspeed sd cards Added code from http://gerrit.rockbox.org/r/#/c/1704/ Added powersave and IDE interface enable/disable Added: V2 devices now have powersave enabled on sd interface Update: cleaned up code, lang defines, added manual entries Update ssp clock mechanism added calculated ssp divider to clipzip Update turn display clock off when clip+ turns off display Fixed: clipzip wrong register for SSP clock Change-Id: I04137682243be92f0f8d8bf1cfa54fbb1965559b TODO: add other players?
2017-09-20Rename "Selective Backlight" to "Backlight Exemptions" and add German ↵Johannes Rauh1-1/+1
translation Change-Id: I1ddb78bd267372617370cc36910fce9980b907cd Calling the menu entry "Backlight Exemptions" as this better describes the functionality. Adding the German translation.
2017-04-17manual: typo fixesFranklin Wei1-1/+1
Change-Id: I4a86e031c2dccd2a60b6d0d3fd7cca5df1d88774
2017-01-17Selective Backlight/Advanced Softlock - Selective actions based on contextWilliam Wilgus2-26/+111
Selective backlight allows the user to choose actions that will not enable the backlight when pressed. Advanced softlock allows user to choose actions that will not be blocked by screenlock on devices without a hold button. Both only occur in FM and WPS Contexts. Update: Back from the dead -Cleaned up code, removed unnecessary calls, re-arranged last filter action timeout conditional to work in case last_filtered_action_tick was never set -Added entries to the manual -Fixed back button on some menus not activating backlight -Made menus more intuitive, no actions selected now changes menu item to off. -Added talk fuctionality. -Added option to disable selective backlight while on external power. -Rewrote backlight and softlock handling code to fix issue with scrollwheels -Menu changed to have toggle(yes/no) and settings -Optimized selective actions lookup -Added option to disable notification of 'buttons locked' while softlocked -Removed uneeded code, consolidated action lookup to single function -Fixed incorrect name on selective softlock menu -Added option to disable touch on touchscreen devices -Fixed backlight on original screenlock without selective screenlock active -Added text selection in mask_select for when show_icons is off -Fixed voice in mask_select to speak if voice is defined instead of spelling -Added more lang defines (play skip seek) -Added option to disable unknown keys turning on backlight -Fixed Conditional argument In wrong place causing players without backlight to fail to build -Fixed Disable Unknown blocking detection of context change -Fixed canceling menu didn't update new settings -Added Autolock on backlight off -Removed backlight_on_force from backlight.c, Now sets ignore next to false and uses backlight_on -Cleaned up autolock code added strings to lang file -Fixed issue where rapid presses would bypass softlock -Removed old softlock code, Cleaned selective actions code -Changed menu to match existing RB menus -Fixed Backlight_on_Hold blocked by backlight_ignore_next -Fixed ignore_next for ipod -Fixed bug allowing context with softlock to bypass selective backlight -Changed mask_select to no longer prompt for changes to be saved -Changed menu names -Added ignore timeout to allow ipod scroll wheel to work properly and other players to still work properly, removed some previous code including ignore_event -Increased ignore timeout to prevent sd card accesses from interrupting action code and turning on backlight -Changed Unknown action to unmapped action in menu, changed handling code -Removed unneeded logic and variables for handling unfiltered actions -Reverted unmapped action code to previous functionality -Added manual entries (thanks JohnB) -Removed elusive unhandled unicode character from manual, changed formatting slightly Actions: Volume,Play,Seek,Skip Extras: Disable unmapped actions Disable selective backlight on external power Disable touch during softlock on touchscreen devices Disable softlock notifications (power button still notifies) Autolock on backlight off Method: Adds a function to ignore backlight on next call If selected action occurs backlight is forced on, Filter_first_keypress stays intact. Selective softlock allows selected actions through, bypasses the normal softlock routine. ToDo: DONE previous commit (#1) has attribution for folder_select.c which mask_select is based from. Change-Id: I08132ddcfd64c81751ef23b720f3ec6d68695fe4
2016-12-12manual: document 3D enhancementAmaury Pouly1-0/+14
3D "enhancement" is available on all imx233 platform, and also on platforms with the WM8978 codec (gigabeats) and WM8750 codec (MPIO HD 200/300). I used different texts for different codecs because (in theory) they do different "things". Change-Id: I62ecb075f7594427491b6be83cfa80f763566aba
2016-06-05One-Time Password client (HOTP and TOTP)Franklin Wei1-0/+2
* Implements RFC 4226 (HOTP) and RFC 6238 (TOTP) * Adds sha1.c to apps/plugins/lib (orignally tools/hmac-sha1.c) * See manual entry for more information Change-Id: Ia4a4031b29f97361b541e71438aa7f3ea82212f2
2015-11-15YH8xx,YH9xx: Keymap improvementSebastian Leonhardt1-1/+1
The main "innovation" in this patch are two "virtual buttons" for the record switch on YH92x targets. When the switch state changes, a single BUTTON_REC_SW_ON or .._OFF button event will be generated. Thus keymap code can react on switching, but not on the actual state of the switch. Wherever sensible, the following user scheme is applied: - use PLAY as confirm button - use REW button or Long REW to exit - use REC (YH820) or FFWD (YH92X) as modifier key for button combos Change-Id: Ic8d1db9cc6869daed8dda98990dfdf7f6fd5d5a1
2015-01-22Fix some language in the sound settings manual.Michael Giacomelli1-13/+16
Change-Id: Ia487a903a221dda6cb81cf409cd18d1fb6522123
2015-01-19three new DSPsChiwen Chang1-0/+27
perceptual bass enhancement - a bbe-ish group delay corrction with Biophonic EQ boost. - precut auditory fatigue reduction -reduce signal in frequency that may trigger temporary threshold shift haas surround -frequency between f(x1) and f(x2) is always bypassed. -can apply to side only. Change-Id: Icb6355ce9b1c99bf2c58c9385c3c411c0ae209d3
2014-10-22Manual for the Samsung YH820.Szymon Dziok3-38/+46
Change-Id: I1c760b4846963f39b9df60413ffbb9f95dc0e0fb
2014-10-22Manual for the Samsung YH920/YH925.Szymon Dziok4-24/+55
Change-Id: I2db0023cae585e9c9517da9ed2e9de6195081ce2
2014-10-02Manual: add default battery capacity for M:Robe 100.Szymon Dziok1-0/+1
Change-Id: Ia4786d018962ae3a260275df018767e74a3e1bcc
2014-09-09Manual: add images for 128x96x16 resolution (YH-820).Szymon Dziok3-0/+0
Change-Id: If9a9c5eb733f61eddfe94a193db6d195c099d599
2014-09-08Fix typo in fuze+ deadzone manual entryBenjamin Brown1-1/+1
Change-Id: I789a839941fa765e27fc91abcd5b395ab2df1316 Reviewed-on: http://gerrit.rockbox.org/952 Reviewed-by: Amaury Pouly <amaury.pouly@gmail.com>
2014-09-08Add touchpad deadzone entry in Rockbox manualBenjamin Brown1-0/+11
Change-Id: I227ba30628343db15e46e0250ba62e024d5b7ba1 Reviewed-on: http://gerrit.rockbox.org/939 Reviewed-by: Amaury Pouly <amaury.pouly@gmail.com>
2014-06-28Fix one more spot in the manual where the number of bands was not updated.Michael Giacomelli1-1/+1
Change-Id: I082ccf8ee960751d7cd9bbe855881b530c68c114
2014-06-20Add Q factor graphic to EQ settins in the manual.Michael Giacomelli2-7/+22
Change-Id: I77a36537e7e9c82c8ecf351205de6c8178140794
2014-04-14manual: Add missing Frequency setting descriptionMichael Giacomelli1-0/+12
Change-Id: Ic552fd1e4df83a9c3889a700512d6e7a18a600d5 Reviewed-on: http://gerrit.rockbox.org/784 Reviewed-by: Marcin Bukat <marcin.bukat@gmail.com>
2014-01-13Implement volume limiter featurePurlingNayuki1-0/+6
Add a "volume limit" parameter to the configuration file. The maximum value of volume setting in sound menu will be limited to the same as volume limit. Also each time when setvol() is excuted, Rockbox will check if the global_settings.volume value larger than global_settings.volume_limit. If larger, take the value of volume_limit instead. The volume_limit argument shares the same maximum and minimum values with volume argument, while taking the maximum volume as its default value. Change-Id: I8ca9bc6ea6e617b48fc346aae5f2a0a1d259ae36 Reviewed-on: http://gerrit.rockbox.org/697 Reviewed-by: Jonathan Gordon <rockbox@jdgordon.info>
2013-12-15DSP Compressor: Sidechain, Exponential Atk/RlsRyan Billing1-0/+3
This is an improvement to the current compressor which I have added to my own Sansa Fuze V2 build. I am submitting here in case others find it interesting. Features added to the existing compressor: Attack, Look-ahead, Sidechain Filtering. Exponential attack and release characteristic response. Benefits from adding missing features: Attack: Preserve perceived "brightness" of tone by letting onset transients come through at a higher level than the rest of the compressed program material. Look-ahead: With Attack comes clipping on the leading several cycles of a transient onset. With look-ahead function, this can be pre-emptively mitigated with a slower gain change (less distortion). Look-ahead limiting is implemented to prevent clipping while keeping gain change ramp to an interval near 3ms instead of instant attack. The existing compressor implementation distorts the leading edge of a transient by causing instant gain change, resulting in log() distortion. This sounds "woofy" to me. Exponential Attack/Release: eMore natural sounding. On attack, this is a true straight line of 10dB per attack interval. Release is a little different, however, sounds natural as an analog compressor. Sidechain Filtering: Mild high-pass filter reduces response to low frequency onsets. For example, a hard kick drum is less likely to make the whole of the program material appear to fade in and out. Combined with a moderate attack time, such a transient will ride through with minimal audible artifact. Overall these changes make dynamic music sound more "open", more natural. The goal of a compressor is to make dyanamic music sound louder without necessarily sounding as though it has been compressed. I believe these changes come closer to this goal. Enjoy. If not, I am enjoying it Change-Id: I664eace546c364b815b4dc9ed4a72849231a0eb2 Reviewed-on: http://gerrit.rockbox.org/626 Tested: Purling Nayuki <cyq.yzfl@gmail.com> Reviewed-by: Michael Giacomelli <giac2000@hotmail.com>
2013-12-08Fix typo in the manualAmaury Pouly1-1/+1
Change-Id: I1110901c080852b37e70a111e55c35c7f2b4e6d7
2013-12-08Docs: Manual entry for touchpad settings.Benjamin Brown1-0/+14
New section Touchpad added to the manual. Gigabeatfx and SansaFuze+ entries added for touchpad sensitivity setting. Change-Id: I0c5a173d6ad479c4e6995cf5045d90da6cc216ab Reviewed-on: http://gerrit.rockbox.org/689 Reviewed-by: Benjamin Brown <foolshperson@gmail.com> Tested: Benjamin Brown <foolshperson@gmail.com> Reviewed-by: Michael Giacomelli <giac2000@hotmail.com>
2013-02-09fix the eq settings in the manualJonathan Gordon1-3/+3
Change-Id: I4fa8537f31faef0d4f6f925476dcfb8b3336113b
2013-02-02manual: remove target names redundant with 'sansaAMS'Rafaël Carré1-2/+2
Change-Id: I1ac08c6f844d54d53bef0c3ed23d9b3bcdcb89b5
2012-11-28Added the screenshots for the Sansa Clip Zip manual.Marco Pessotto3-0/+0
Missing screenshots: Invadrox, which I can't find in the menu, but on IRC they said it's for LCD only, so it should be removed. Pacbox, Rockboy and Zxbox: it's unclear where to find the ROMs. Poor quality image: manual/rockbox_interface/images/sansaclipzip-front.png. It can work, but my “artistic” skills are not enough. Anyway, the information on the picture is correct. All the screenshots were taken using the default theme and the simulator compiled for the Sansa Clip Zip. Change-Id: I779a3b8fbf9a1ab2f12b8f8e6bcf55f2363900ce Reviewed-on: http://gerrit.rockbox.org/357 Reviewed-by: Bertrik Sikken <bertrik@sikken.nl> Reviewed-by: Alex Parker <rockbox@aeparker.com> Tested-by: Alex Parker <rockbox@aeparker.com>
2012-05-01Update Fuze+ manual (main files) FS#12492Jean-Louis Biasini3-52/+68
- this patch add all general sections of the manual for the fuze+ - also correct some typos Change-Id: Idd28675f48c0d01079d8fa01d68d3238ad2a54ce Reviewed-on: http://gerrit.rockbox.org/116 Reviewed-by: Dominik Riebeling <Dominik.Riebeling@gmail.com>
2012-03-29Split sleep timer activation and default duration setting.Nick Peskett1-8/+14
Where before there was a single sleep timer menu option which handled initiating/ cancelling a sleep timer as well as setting the default duration, now there is one menu option to either start or cancel a sleep timer and another to set the default duration that will be used for future sleep timers. Change-Id: Ibea3711ec6406845ff5d0c0568fe5d1739eb8deb Reviewed-on: http://gerrit.rockbox.org/201 Reviewed-by: Nick Peskett <rockbox@peskett.co.uk>
2012-03-28quickscreen: optionally display the shortcuts menu instead of the QSJonathan Gordon1-1/+4
Adds an option under settings > general settings > system to allow the user to have the shortcuts menu displayed instead of the quick screen. (option is "shortcuts instead of quickscreen" in the .cfg) Change-Id: Id679b461c40ac617629422736d1509384364084d Reviewed-on: http://gerrit.rockbox.org/199 Reviewed-by: Marek Salaba <marek.salaba@gmail.com> Reviewed-by: Jonathan Gordon <rockbox@jdgordon.info>
2012-03-19Option to constrain get_next_dir() to directories below ↵Nick Peskett1-0/+7
global_settings.start_directory. When enabled, if the user has set "Start File Browser Here" (config.cfg: start directory) to anything other than root and "Auto-Change Directory" is set to "Yes" or "Random", the directory returned when an auto change is required will be constrained to the value of "start directory" or below. Change-Id: Iaab773868c4cab5a54f6ae67bdb22e84642a9e4b Reviewed-on: http://gerrit.rockbox.org/182 Reviewed-by: Nick Peskett <rockbox@peskett.co.uk> Tested-by: Nick Peskett <rockbox@peskett.co.uk>
2012-02-12Add description of the speaker keyckick settingNils Wallménius1-4/+12
also use the same setting names in the manual as the UI when we have a piezo. Change-Id: I7a629addc9d63cfe14b403eac66f5410f908a948
2012-02-02MPIOs: manual workMarcin Bukat2-4/+8
Change-Id: Ief46eabf3611d6d21594f52f73292f2be5831b87
2011-12-26Option to restart running sleep timer on keypress.Nick Peskett1-0/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31437 a1c6a512-1295-4272-9138-f99709370657