> For the complete documentation index, see [llms.txt](https://guide.scribe.gov.sg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.scribe.gov.sg/tips-and-tricks/keeping-your-phone-screen-on.md).

# Keeping your Phone Screen On

Scribe will stop recording if your phone screen turns off during a session.&#x20;

While Scribe has a built-in feature to keep your screen awake while recording, your device's settings may sometimes override this.&#x20;

Below are some things you can try to help your phone stay awake for the duration of your session.

#### 1) Lengthen your Screen Timeout Settings&#x20;

You can manually configure your phone to keep the screen on for a longer duration, or set it to never turn off.&#x20;

Guiding instructions:

* **Apple**: Go to your phone's Settings <img src="/files/qKeEF9Kl182cckFYPG8H" alt="" data-size="line"> > Display & Brightness > Auto-Lock, then choose a length of time.
* **Android**: Go to your phone's Settings > Display > Screen Timeout, then choose a screen timeout duration.

#### 2) Turn off Power Saving Mode&#x20;

If your screen still turns off after adjusting your screen timeout settings, Power Saving Mode on your device may be overriding these settings to conserve your phone's battery.

We recommend turning off Power Saving Mode before starting your Scribe session, just make sure your phone has sufficient battery to last the whole session.

{% hint style="info" %}
**Note:** This is a known issue for iPhone users. For Android users, the impact of Power Saving Mode on screen timeout may vary depending on your device.
{% endhint %}

#### 3) For Samsung phones specifically

Certain Samsung phones may restrict screen awake time to a maximum of 10 minutes, so the above options may not fully resolve the issue.&#x20;

Here are two additional workarounds:

1. Enable **"Keep screen on while viewing"**, under your device's Settings > Advanced Features > Motions and Gestures. This keeps your screen active as long as you are looking at it.&#x20;
2. Consider installing an app such as **Screen Alive** or **Stay Awake** from the Google Play Store to override your screen timeout settings entirely.


---

# 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://guide.scribe.gov.sg/tips-and-tricks/keeping-your-phone-screen-on.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.
