Support and General Use > User Interface and Voice

Reorder menu items

<< < (4/5) > >>

shoe:
You can search for "MAKE_MENU" in the .c files in the apps/menus folder.  Also "MAKE_ONPLAY_MENU" in apps/onplay.c.  The menus are easy to recognize, you can just shift around and/or comment out the entries to fit your preferences.

Here is a question, if anyone knows the answer:  I have an ipod 4g grayscale and I dont use the recording feature.  I used to get rid of all the recording stuff by simply commenting out the line
    #define HAVE_RECORDING
in the file \firmware\export\config-ipod4g.h.  This used to work, but now if I do a build with this commented out, my player freezes on the start-up rockbox logo screen.  The simulator doesnt show any problems, by the way.  Anyone know why this is?

Rincewind:

--- Quote from: shoe on October 19, 2007, 01:09:11 PM ---Here is a question, if anyone knows the answer:  I have an ipod 4g grayscale and I dont use the recording feature.  I used to get rid of all the recording stuff by simply commenting out the line
    #define HAVE_RECORDING
in the file \firmware\export\config-ipod4g.h.  This used to work, but now if I do a build with this commented out, my player freezes on the start-up rockbox logo screen.  The simulator doesnt show any problems, by the way.  Anyone know why this is?

--- End quote ---

I don't have an answer, but a way to find the solution: Go backwards through the revisions and find the commit that breaks for you. (You can use a bisecting method, this way you only have to test about 10 revisions to find the one) Then look at the diff. Maybe someone forgot to add an #ifdef HAVE_RECORDING somewhere.

shoe:
Ok thats what I'll do, good idea.  It takes me about half an hour to do a build, I should probably upgrade my computer one of these days.  I guess I'll look through the commits and find some strategic points to check first.  Thanks.

moriez:

--- Quote from: shoe link=topic=13072.msg100699#msg100699
date=1192813751 ---You can search for "MAKE_MENU" in the .c files in the apps/menus folder.  Also "MAKE_ONPLAY_MENU" in apps/onplay.c.  The menus are easy to recognize, you can just shift around and/or comment out the entries to fit your preferences.
--- End quote ---

Shoe, im a newbie at this thing but I really think the menus in rockbox should be customizable. Strange its not included like it is in the iPod firmware. Anyway, can u explain this again in layman words please? Where do I start?

Thank you.

GodEater:

--- Quote from: moriez on December 06, 2007, 09:03:17 AM ---Shoe, im a newbie at this thing but I really think the menus in rockbox should be customizable. Strange its not included like it is in the iPod firmware.
--- End quote ---

Where the heck is that feature in the iPod firmware - I must have missed it.


--- Quote --- Anyway, can u explain this again in layman words please? Where do I start?
Thank you.

--- End quote ---

You really need to go a tutorial or two on programming in C - otherwise you won't really know what's going on.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version