Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Rockbox Ports are now being developed for various digital audio players!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  User Interface and Voice
| | |-+  Delete Menu entries
« previous next »
  • Print
Pages: [1] 2

Author Topic: Delete Menu entries  (Read 7072 times)

Offline bobi

  • Member
  • *
  • Posts: 5
Delete Menu entries
« on: November 21, 2009, 10:18:00 AM »
Hey,

is it possible to delete menu entries (for example "Database") - if yes, howto?


thanks & nice weekend =)
Logged

Offline bluebrother

  • Developer
  • Member
  • *
  • Posts: 3421
  • creature
Re: Delete Menu entries
« Reply #1 on: November 21, 2009, 10:20:35 AM »
no, you can't do that.
Logged
Rockbox Utility development binaries (updated infrequently) · How to ask questions the smart way · We do not estimate timeframes.

Offline AlexP

  • Global Moderator
  • Member
  • *
  • Posts: 3688
  • ex-BigBambi
Re: Delete Menu entries
« Reply #2 on: November 21, 2009, 10:26:31 AM »
Not without editing the source code then compiling anyway :)
Logged
H140, F60, S120, e260, c240, Clip, Fuze v2, Connect, MP170, Meizu M3, Nano 1G, Android

Offline seani

  • Member
  • *
  • Posts: 122
    • they call me MR sean
Re: Delete Menu entries
« Reply #3 on: November 21, 2009, 03:51:41 PM »
Quote from: bobi on November 21, 2009, 10:18:00 AM
Hey,

is it possible to delete menu entries (for example "Database") - if yes, howto?


thanks & nice weekend =)

I'm slowly having a go at a patch for this, although I don't think my proposed method meets with general approval :-)

If I get anywhere I'll pop it up though.

What player are you using?
Logged
Sansa C240, Sansa E280, Clip

Offline torne

  • Developer
  • Member
  • *
  • Posts: 994
  • arf arf
Re: Delete Menu entries
« Reply #4 on: November 21, 2009, 04:32:34 PM »
If you didn't want the database at all, it would be much better to do a build with it disabled than to just turn the menu entry off, you'd save all the memory it requires :)
Logged
some kind of ARM guy. ipodvideo/gigabeat-s/h120/clipv2. to save time let's assume i know everything.

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: Delete Menu entries
« Reply #5 on: November 21, 2009, 04:44:46 PM »
Just open up:

firmware/export/config-your_target_name.h

and remove the line "HAVE_TAGCACHE".

Then compile and you won't get a database option.
Logged

Offline bobi

  • Member
  • *
  • Posts: 5
Re: Delete Menu entries
« Reply #6 on: November 22, 2009, 03:15:15 PM »
the thing is, that i don't have linux + that i just have the vs compiler from microsoft.

i think it would be a big deal to do all that  ::)

but thanks anyway for all the reps!

@seani, i use a nano 2g

cheers.
Logged

Offline froggyman

  • Member
  • *
  • Posts: 214
Re: Delete Menu entries
« Reply #7 on: November 22, 2009, 05:16:22 PM »


Quote from: bobi on November 22, 2009, 03:15:15 PM
the thing is, that i don't have linux + that i just have the vs compiler from microsoft.

i think it would be a big deal to do all that  ::)
You dont need to install Linux, or use the VS compiler from microsoft. To develop for rockbox, you need to:

Set up a build environment for rockbox. Since you are a windows user, I would recommend using Cygwin. For that see: http://www.rockbox.org/wiki/CygwinInstallWithScreenShots to install Cygwin. Its not to complicated.

After you install Cywin, you will want to give http://www.rockbox.org/wiki/SimpleGuideToCompiling a look at. This has all the information about getting the source code, creating the .patch/.diff file and how to compile the source.

Also see http://www.rockbox.org/wiki/DocsIndex#For_Developers as it has links to a couple other wiki pages that may be helpful.

Logged
iPod Video 5.5G 30GB - Now Dead :(
Sansa Fuzev2 4GB

"To prevent this day from getting worse, I'll just read ERROR as GOOD THING"

Offline yapper

  • Rockbox Expert
  • Member
  • *
  • Posts: 794
Re: Delete Menu entries
« Reply #8 on: November 22, 2009, 05:45:16 PM »
An alternative to Cygwin is to use the VMware environment (which to me performs better) http://www.rockbox.org/wiki/VMwareDevelopmentPlatform
Logged
G2 iPod 20GB / Sansa c240 v1 + 2GB microSD / Sansa c250 v1 / Sansa e250 v1 + 8GB microSDHC / Sansa Fuze v2 + 32GB microSDHC

Offline SMH17

  • Member
  • *
  • Posts: 3
Re: Delete Menu entries
« Reply #9 on: December 12, 2009, 10:00:08 AM »
Quote from: yapper on November 22, 2009, 05:45:16 PM
An alternative to Cygwin is to use the VMware environment (which to me performs better) http://www.rockbox.org/wiki/VMwareDevelopmentPlatform

Why performs better?? ???
Is there any problem to compile Roxbox with Cygwin on Windows?
Logged

Offline yapper

  • Rockbox Expert
  • Member
  • *
  • Posts: 794
Re: Delete Menu entries
« Reply #10 on: December 12, 2009, 10:06:12 AM »
Both work, but builds complete more rapidly with VmWare.
Logged
G2 iPod 20GB / Sansa c240 v1 + 2GB microSD / Sansa c250 v1 / Sansa e250 v1 + 8GB microSDHC / Sansa Fuze v2 + 32GB microSDHC

Offline SMH17

  • Member
  • *
  • Posts: 3
Re: Delete Menu entries
« Reply #11 on: December 12, 2009, 10:13:04 AM »
Quote from: yapper on December 12, 2009, 10:06:12 AM
Both work, but builds complete more rapidly with VmWare.

Ah
Ok thx ;)
Logged

Offline bluebrother

  • Developer
  • Member
  • *
  • Posts: 3421
  • creature
Re: Delete Menu entries
« Reply #12 on: December 12, 2009, 01:05:51 PM »
Quote from: SMH17 on December 12, 2009, 10:00:08 AM
Why performs better?? ???

Because Cygwin is dog-slow. This is a Cygwin issue.
Logged
Rockbox Utility development binaries (updated infrequently) · How to ask questions the smart way · We do not estimate timeframes.

Offline [Saint]

  • Rockbox Expert
  • Member
  • *
  • Posts: 1662
  • Hayden Pearce
    • Google+
Re: Delete Menu entries
« Reply #13 on: December 12, 2009, 08:17:43 PM »
Is VMware any better regarding the initial cross-compiler stuff?

In CygWin ../tools/rockboxdev.sh takes a million years to complete, but at least it's done for you right?

Fairly new to Cygwin, and haven't tried VMware at all, it seems to be a personal opinion thing as I've found threads/posts from both camps saying either one is "better" than the other for whatever reason....

Was wondering whether or not that's actually the case...they both get the job done, just in slightly differing ways no?


[St.]
Logged
Using PMs to annoy devs about bugs/patches is not a good way to have the issue looked at.

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: Delete Menu entries
« Reply #14 on: December 12, 2009, 08:20:25 PM »
Quote from: [St.] on December 12, 2009, 08:17:43 PM
Is VMware any better regarding the initial cross-compiler stuff?


Yes, vmware is faster.
Logged

  • Print
Pages: [1] 2
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  User Interface and Voice
| | |-+  Delete Menu entries
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.128 seconds with 14 queries.