treee111 / wahooMapsCreator

Create maps for Wahoo device based on latest OSM maps
247 stars 25 forks source link

ADB commands for Roam #213

Closed JackCaster closed 1 year ago

JackCaster commented 1 year ago

I think that the ADB commands in the docs COPY_TO_WAHOO.md to purge and reload the maps on the Bolt are exactly the same as for the Roam.

I tried the following on my Roam and the maps were reloaded

adb shell am broadcast -a com.wahoofitness.bolt.service.BMapManager.PURGE
adb shell am broadcast -a com.wahoofitness.bolt.service.BMapManager.RELOAD_MAP

while, my previous attempt to use roam instead of bolt did not yield anything

treee111 commented 1 year ago

Hi @JackCaster, thanks for the hint, the documentation lacks at this point! It is the same for all devices. Have corrected it via https://github.com/treee111/wahooMapsCreator/commit/fa3b39983f516d16ed51833349a3ad4b68da6dff.

It this understandable now or do you have a better wording? Thanks!

JackCaster commented 1 year ago

looks good!