NO

Author Topic: simple menu  (Read 2031 times)

berniroth

  • Guest
simple menu
« on: April 04, 2013, 10:31:31 AM »
Hi guys,
I'm new to c and have a problem,
I'm modifying very much my android phone and I'm using this
bootloader: https://github.com/wkpark/u-boot-omap4-optimus
it already supports a boot menu: https://github.com/wkpark/u-boot-omap4-optimus/commit/5996a39685cf9262596c88983b90da1d08d4e42b
but it's ugly and I need a new menu point which doesn't work very well
with this menu so I would like to ask if somebody could write one or
give me at least some tips how to improve this one and maybe add a point
like "#define MENU_SndRom 4".
Oh, and the menu points must be reached by pressing vl+/- like in this one
cause I can't enter any numbers if the phone isn't completly booted.

Thanks in advance