> For the complete documentation index, see [llms.txt](https://doc.some3c.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.some3c.com/panda-manual/accessible-mode-connection.md).

# Accessible Mode Connection

## 1. Accessibility mode connection settings.

{% hint style="info" %} <mark style="color:red;">Important reminder!!! Important reminder!!! Important reminder!!! Important reminder!!!</mark>&#x20;

<mark style="color:red;">Box Phone farm motherboard users please use with caution, because barrier-free reconnection requires manual authorization on the mobile phone screen,</mark>&#x20;

<mark style="color:red;">so mobile motherboards must not turn off developer options</mark>
{% endhint %}

1. When using Accessibility for the first time, you must first use ADB to successfully project the screen
2. There are three ADB projection methods: USB, WIF, and OTG
3. After successfully projecting the screen using adb, right-click and click \[Switch to Accessibility Mode]

<figure><img src="/files/iPyegRr5DZoOUlbWIaFD" alt="Panda Android Screen Projection"><figcaption><p>some3c.com</p></figcaption></figure>

4.Click \[Confirm to Accessibility] again on the pop-up window.

<figure><img src="/files/7PJI1buGEKDLUE8gCbAl" alt="Panda Android Screen Projection"><figcaption><p>some3c.com</p></figcaption></figure>

5.If the \[Screen Casting Assistant] is not installed on your phone, it will automatically install it for you. If it is already installed, just ignore it.

<figure><img src="/files/PSl5Gb05mA2tkw7q9Kjd" alt="Panda Android Screen Projection"><figcaption><p>some3c.com</p></figcaption></figure>

6.On your phone, click Connect to PC.

<figure><img src="/files/YWpDGRIffqDfy3VdFOkt" alt="Panda Android Screen Projection"><figcaption><p>some3c.com</p></figcaption></figure>

7. After clicking Start Now, an authorization accessibility box will pop up. Click the Cast Assistant to enter the Cast Assistant authorization page and enable the option.

<figure><img src="/files/XjWTheDeSMQMGoj7JNae" alt="Panda Android Screen Projection"><figcaption></figcaption></figure>

8. After authorization, the phone will reconnect and enter barrier-free mode. At this time, you can turn off the developer mode of the phone.

<figure><img src="/files/isBjE953pa4qQZV1IO2x" alt="Panda Android Screen Projection"><figcaption></figcaption></figure>


---

# 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://doc.some3c.com/panda-manual/accessible-mode-connection.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.
