> For the complete documentation index, see [llms.txt](https://help.allwage.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.allwage.com/fundamentals/android-device/errors/sync-issues.md).

# Sync Issues

Sync errors typically occur when the “Connection Status” is unsuccessful during syncing processes. Indicators of this issue include “Ping Time” and “IP Address” displaying as “N/A”.

## Steps for Resolving Sync Errors

### Restarting the device

Most often a simple device restart solves a sync issue.

### Checking Mobile Data Settings

1. **Access Cellular Settings:**
   1. From the login screen, tap the 3-stripes icon in the top left-hand corner.
   2. Navigate to “Cellular Settings”.
      1. Enable “Mobile data” if it's disabled.
      2. **Restart the Device:** After enabling mobile data, it's crucial to restart the device to apply the changes.

### Ensuring Correct APN Settings

2. **Change APN to “flickswitch”:**
   1. Go to `Settings` → `Sim card and traffic management` → `Sim card 1` → `Access point names`.
   2. Within `Vodacom`, enter `APN settings` and replace the existing entry with “flickswitch” (all lowercase).
   3. Remember to save the new settings by pressing at the top right and selecting save.
   4. If you see “APN settings not available for this user”:
      1. Click the three dots at the top right-hand side.
      2. Opt for `reset to default`, then re-enter “flickswitch” as the APN and save.
   5. **Restart the Device Again:** It's important to restart the device after changing the APN settings to ensure they are properly implemented.

## Additional Support

Should the sync issues continue after these troubleshooting steps, further assistance may be required. Please consult the help site for more comprehensive guidance or reach out to our support team for additional help.


---

# 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://help.allwage.com/fundamentals/android-device/errors/sync-issues.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.
