# Cosas que he aprendido al usar el teléfono BQ Aquaris E4.5, basado en Ubuntu

Con este pequeño libro intento ayudar a otros usuarios a comprender las cosas que hay por debajo de la superficie del teléfono BQ Aquaris E4.5. El libro está orientado principalmente a usuarios con conocimientos de UNIX y de linea de comandos que quieran usar más funciones aparte de las típicas de un teléfono (llamadas, mensajería, Internet y selfies).

En las páginas las órdenes que deben ser ejecutadas siendo usuario 'root' tienen el símbolo de '#' puesto delante, como ésta:

```
# chroot .
```

mientras órdenes que deben ser ejecutadas siendo usuario 'phablet' tienen el símbolo de '$' puesto delante, como ésta:

```
$ ip addr show wlan0
```

La colección está de momento desordenada.

Última actualización: 12 de marzo de 2016, 09:58:02 CET


---

# 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/es.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.
