> For the complete documentation index, see [llms.txt](https://moow.gitbook.io/moow-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://moow.gitbook.io/moow-whitepaper/infrastructure/heart-rate-connection/android/huawei-+-android.md).

# Huawei + Android

### I. Install and set up Google Fit

1 Installing Google Fit ― <https://play.google.com/store/apps/details?id=com.google.android.apps.fitness>

2 Setting up Google Fit is done as follows:

2.1 Open the program and click “Continue as…”.

2.2 Enter the data: sex, date of birth, weight, and height,

2.3 and click “Next”.

<figure><img src="/files/wCXKJuCKOkPE7LB3wYqg" alt=""><figcaption></figcaption></figure>

2.4 Give permission ― “Turn on” or refuse ― “No thanks” to run the program in the background and automatically track activity. Recommended option to turn this mode on.

2.5 Press “ALLOW” to confirm your permission.<br>

<figure><img src="/files/AwXDrdgcWSttAn06sKLS" alt=""><figcaption></figcaption></figure>

2.6 Give permission ― “Turn on” or refuse ― “No thanks” to use your location. Selecting this option does not affect the operation of MOOW, so choose what suits you best.

2.7 Click on the preferred button if you have selected to turn on the use of the location.

<figure><img src="/files/GT8G3isL6vYcSq4Dyg3m" alt=""><figcaption></figcaption></figure>

2.9 After these steps, the main Google Fit page opens. It has information about activity duration, cardio points, steps, calories dropped, distance travelled, etc. Initially, all the data is “at zero”, but it will be updated as soon as the tracker is connected.

### **II. Connect Huawei Health to Google Fit**

**Disclaimer:** This workaround may NOT work well for some users and they **may** experience **data discrepancies** because the data is **indirectly synced** from Huawei Health to BookDoc via another third-party app Google Fit.

**STEP 1**

– Open the ‘Huawei Health’ app. Tap the ‘Me’ button on the bottom right.![](/files/mJGuDqmG5z7fRTSgVfnr)

**STEP 2**

– Open ‘Data Sharing’.\
![](/files/C4dCknQJXeOLveaef35E)

**STEP 3**

– Open ‘Google Fit’.\
![](/files/LVicJMC4KivWmZR2beyp)

**STEP 4**

– Tap the ‘Link’ button at the bottom.

– When prompted, make sure you select the same Google account that you use to sync to Google Fit, and allow all sharing permissions too.

– Done.\
![](/files/P3GQBDmwyVH7yzZyvlkD)

**NOTE**

– Please open both ‘Huawei Health’ and ‘Google Fit’ apps once daily for the data transmission. Do refresh ‘Google Fit’ app after 3-5 mins to ensure the data is updated.

– You can also manually sync the data from ‘Huawei Health’ to ‘Google Fit’ by tapping ‘Me’, ‘Settings’ and ‘Sync’. Please ensure the ‘Auto-sync Data’ is toggled ‘ON’.![](/files/VkfS1mrdH1UAJrZ4Js3K)

\
**Source**: <https://www.bookdoc.com/faqs/faqs-huawei-health/>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://moow.gitbook.io/moow-whitepaper/infrastructure/heart-rate-connection/android/huawei-+-android.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
