# Notes about some hardware aspects

The **touchscreen is capacitive** (my old Openmoko Freerunner's is resistive). This makes it difficult to use some pen or to address a given pixel in apps.

The hardware (i.e. it is not an software issue) has no support for **external monitors** like MHL, slimport, HDMI, etc. The same seems to be true as well for the newer BQ Aquaris E5 and for the Meizu MX4.

The available **disk space** is like this:

```
$ df -kh
Filesystem                                   Size  Used Avail Use% Mounted on
/dev/mmcblk0p6                               2.0G  1.6G  369M  81% /
/dev/mmcblk0p7                               4.4G  273M  4.0G   7% /home
```

**Write permission** is only below /home, the rest is mounted readonly.

Last updated: Fri Nov 6 15:13:47 CET 2015


---

# Agent Instructions: 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:

```
GET https://guru-1.gitbook.io/bq-aquaris-e-4-5-ubuntu-phone/en/chapter3.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
