View Single Post
Posts: 11 | Thanked: 0 times | Joined on Oct 2006
#93
Originally Posted by gnuite
Do not attempt to modify the XML manually.


Not that a know of. You can use gconftool-2 to modify settings individually. Use "gconftool-2 --help" or google gconftool-2 for help on how to use gconftool-2.

Otherwise, just use Maemo Mapper itself to edit the settings...
For anyone else that wants to edit settings in a file:
To save all settings to a file:
Code:
gconftool-2 --dump "/apps/maemo/maemo-mapper" > /media/mmc1/MMMaps/testdump
To load all settings back in from the file:
Code:
gconftool-2 --load=/media/mmc1/MMMaps/testdump