Skip to content

Commit

Permalink
FAQ headlines
Browse files Browse the repository at this point in the history
  • Loading branch information
treee111 committed Feb 1, 2023
1 parent 295009a commit 011335e
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions docs/FAQ.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Frequently asked questions<!-- omit in toc -->

- [Tool usage](#tool-usage)
- [The tool stops but does not output an error](#the-tool-stops-but-does-not-output-an-error)
- [I have a Java error. "Java heap space - out of memory"](#i-have-a-java-error-java-heap-space---out-of-memory)
- [The tool stops but does not output an error](#the-tool-stops-but-does-not-output-an-error)
- [I have a Java error. "Java heap space - out of memory"](#i-have-a-java-error-java-heap-space---out-of-memory)
- [Generated maps](#generated-maps)
- [Where on my Wahoo device do I have to copy the maps?](#where-on-my-wahoo-device-do-i-have-to-copy-the-maps)
- [How can I restore original maps?](#how-can-i-restore-original-maps)
Expand All @@ -13,18 +13,18 @@
- [I can't see my Wahoo device on my computer](#i-cant-see-my-wahoo-device-on-my-computer)


# Tool usage
# The tool stops but does not output an error
## Tool usage
### The tool stops but does not output an error
Run the tool and output debug logging messages.
Add the `-v` argument if running via CLI or set the checkbox on `Advanced settings` via GUI.

# I have a Java error. "Java heap space - out of memory"
### I have a Java error. "Java heap space - out of memory"
If you are on Windows and running out of memory, it can be that you just don't have enough memory OR that the memory limit of java 32 is the cause.

You can try to deinstall Java 32 and install the 64 bit version. Other than that you can make changes from this PR https://github.com/treee111/wahooMapsCreator/pull/171/files in the osmosis.bat file on your computer. This file located here: `wahooMapsCreatorData\_download\tooling_win\Osmosis\bin\osmosis.bat`.

# Generated maps
## Where on my Wahoo device do I have to copy the maps?
## Generated maps
### Where on my Wahoo device do I have to copy the maps?
There is a directory named like the country or X/Y coordinates you processed in the `wahooMapsCreatorData` directory (see [docs](https://github.com/treee111/wahooMapsCreator/blob/develop/docs/COPY_TO_WAHOO.md#location-of-the-generated-maps)).
The content of this folder is relevant.

Expand All @@ -40,22 +40,22 @@ It should look like that after copying the files

If the folder, i.e. `maps/tiles/8/6` does already exist on your Wahoo device, copy the .map.lzma and .map.lzma.17 files into the existing folder.

## How can I restore original maps?
### How can I restore original maps?
Delete all content from `maps/tiles/8` on your Wahoo device. After that, you can download original Wahoo maps from the ELEMNT mobile phone app again.

# How can I preview my generated maps before putting them onto the Wahoo device?
## How can I preview my generated maps before putting them onto the Wahoo device?
Read [usage of cruiser](USAGE_CRUISER.md#usage-of-cruiser)

# Device theme
## How can I restore original rendering layout?
## Device theme
### How can I restore original rendering layout?
If you render using VTM, delete this folder on your Wahoo device: `maps/vtm-elemnt/vtm-elemnt.xml`.

If you do not render using VTM, delete this file `maps/mapsforge-roam/mapsforge-roam.xml` or `maps/mapsforge-bolt/mapsforge-bolt.xml`. Depending on which exists.

In addition, delete the empty file `cfg_BHomeActivity_VtmMaps` in the root directory of the Wahoo device if it exists.

# Connection from Wahoo device to computer
## I can't see my Wahoo device on my computer
## Connection from Wahoo device to computer
### I can't see my Wahoo device on my computer
If ADB does not seam to work with your PC and Wahoo:
- try to do the [Authorization](COPY_TO_WAHOO.md#authorize-wahoo-device) multiple times
- try another USB cable. Some cables do not support adb / file transfer
Expand Down

0 comments on commit 011335e

Please sign in to comment.