Third Party > Repairing and Upgrading Rockbox Capable Players
Clip plus - disabled radio and slot radio ad
saratoga:
If you have a specific question about the instructions, you should ask it here. I'm not too familiar with how the main menu is customized though. Off hand I don't remember what the name of the slot radio ad is, I never put it on my player in the first place.
tpijag:
Lets start with the simple. The slot radio ad has zero to do with RockBox. I will assume you understand how to add and remove music from your unit. It should be trivial to find a music track that exists that you did not add to the unit. Erase it.
--- Quote ---Also where do I save "#define CONFIG_TUNER (SI4700|RDA5802)" to?
--- End quote ---
You have not understood. This is not a file to save anywhere. It was written in earlier post that this is the part of the rockbox code to remove/comment out after which you would recompile rockbox. If the term recompiling does not make sense to you , suffice it to say this is more than likely beyond your current knowledge/ability to do. Details are in the Wiki:
http://www.rockbox.org/wiki/DocsIndex#For_Developers
http://www.rockbox.org/wiki/HowToCompile
--- Quote ---I undserstood that it was in the manual 13.1 - but don't know what text to write to remove the radio from the main menu!
--- End quote ---
As I read it, it says that by writing the following line root menu order: bookmarks, files, database, wps, settings, recording, radio, playlists, plugins, system_menu, shortcuts you would have a main menu the includes these items in the order that they are typed. Remove the word radio and radio is removed from the main menu.
As per the manual the text is put into a text file with .cfg as extension. You may call it anything you like, say, NoRadioMenu.cfg. Copy it to your player. I believe it can be placed anywhere. The .rockbox folder would be a good choice. This configuration will now be able to be loaded by you. Further details are available throughout this page: http://download.rockbox.org/daily/manual/rockbox-sansaclipplus/rockbox-buildch13.html
e_orz:
I was able to compile rockbox.
But, when I commented "#define CONFIG_TUNER (SI4700|RDA5802)" make finished with this error:
CC apps/menus/recording_menu.c
/home/eli/Downloads/rockBoxRoot/rockbox/apps/menus/recording_menu.c: In function ‘recsource_func’:
/home/eli/Downloads/rockBoxRoot/rockbox/apps/menus/recording_menu.c:85: error: ‘LANG_FM_RADIO’ undeclared (first use in this function)
/home/eli/Downloads/rockBoxRoot/rockbox/apps/menus/recording_menu.c:85: error: (Each undeclared identifier is reported only once
/home/eli/Downloads/rockBoxRoot/rockbox/apps/menus/recording_menu.c:85: error: for each function it appears in.)
/home/eli/Downloads/rockBoxRoot/rockbox/apps/menus/recording_menu.c:85: warning: missing initializer
/home/eli/Downloads/rockBoxRoot/rockbox/apps/menus/recording_menu.c:85: warning: (near initialization for ‘names[1].string’)
/home/eli/Downloads/rockBoxRoot/rockbox/apps/menus/recording_menu.c:91: warning: implicit declaration of function ‘radio_hardware_present’
make: *** [/home/eli/Downloads/rockBoxRoot/rockbox/build/apps/menus/recording_menu.o] Error 1
What should I change in order to successfully compile the program?
thanks,
Eli
torne:
You also need to change:
#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_FMRADIO)
to
#define INPUT_SRC_CAPS SRC_CAP_MIC
because it's still trying to compile the "record from radio" code.
e_orz:
thanks torne ! works as advertised...
Navigation
[0] Message Index
[*] Previous page
Go to full version