> For the complete documentation index, see [llms.txt](https://docs.castmill.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.castmill.com/players/android/clearing-the-players-data.md).

# Clearing the player's data

In rare situations the player may get a corrupted data, this could happen in unexpected power loss situations or due to wear out of the player internal flash memory.

Symptoms of this issue could be that the player is unable to connect to the internet, or content is not displayed correctly or gets frozen.

A short term solution may be to delete the player data, this will just clean up all the cached data inside the player as a software reset. After restart your player will automatically re-connect to Castmill and appear online.

Start by going to the Android settings clicking on the Settings icon:

![](/files/-MezcS4x0NqftVjY5e8O)

The settings view will open, look for the "Apps" option and click on it:

![](/files/-MezcnNfT8Q1UTwsO4Fg)

Choose the CastmillPlayer App and click on it:

![](/files/-Mezcy8yZ3zKifdsdagn)

Now if the Castmill Player is running you should force it to stop:

![](/files/-MezdKtbq7GUoJOoZWud)

Now you can clear the data:

![](/files/-MezdSlD1iu8HK8cUc1P)

You will get a warning, just click OK:

![](/files/-MezddDowFnv--HBDovg)

After this you can just exit the Settings and start the Castmill Player by clicking on its icon:

![](/files/-Mezdw2IE78FwOd2D_6B)

The player should be start and if the device has working internet connection it will start running your previous content automatically.


---

# 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://docs.castmill.com/players/android/clearing-the-players-data.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.
