Jump to content

BQ Aquaris E5 HD (bq-vegetahd): Difference between revisions

From postmarketOS Wiki
m Installation: source -> syntaxhighlight
 
(7 intermediate revisions by 2 users not shown)
Line 7: Line 7:
| releaseyear = 2014
| releaseyear = 2014
| category = testing
| category = testing
| originalsoftware = Android, Ubuntu Touch
| originalsoftware = Android
| optionalsoftware = Ubuntu Touch
| originalversion = 4.4
| originalversion = 4.4
| pmoskernel = 3.10.49
| pmoskernel = 3.10.49
Line 21: Line 22:
<!-- Features -->
<!-- Features -->
<!-- the following status_* questions should be answered with Y for yes, P for partial, N for no, - for N/A or unavailable, or left blank for untested or unknown -->
<!-- the following status_* questions should be answered with Y for yes, P for partial, N for no, - for N/A or unavailable, or left blank for untested or unknown -->
| status_usbnet = <!-- USB networking does work? then put Y here and delete this comment -->
| status_usbnet = Y
| status_flashing = <!-- Flashing with "pmbootstrap flasher" works? Put Y here. It works the same for everything coming below. -->
| status_flashing = Y
| status_touch = <!-- Touch screen is working? You can also answer these questions with P for partially. -->
| status_touch = <!-- Touch screen is working? You can also answer these questions with P for partially. -->
| status_screen = <!-- The display is working? -->
| status_screen = Y<!-- The display is working? -->
| status_wifi = <!-- Wireless network works? -->
| status_wifi = <!-- Wireless network works? -->
| status_xwayland = <!-- Showing X11 applications in a Wayland compositor (Weston, KWin, ...) works? -->
| status_xwayland = <!-- Showing X11 applications in a Wayland compositor (Weston, KWin, ...) works? -->
Line 75: Line 76:
-->
-->


| booting = no <!-- The device is booting at all, can be yes/no *IMPORTANT* -->
| booting = yes <!-- The device is booting at all, can be yes/no *IMPORTANT* -->
| status = kernel compiles, can't install <!-- Text displayed in the "not booting" table on the Devices page , e.g "kernel compiles, doesn't boot" -->
| status = <!-- Text displayed in the "not booting" table on the Devices page , e.g "kernel compiles, doesn't boot" -->
}}
}}


Line 99: Line 100:
I recommended install using TWRP sideload since fastboot may fail when trying to install the system partition.
I recommended install using TWRP sideload since fastboot may fail when trying to install the system partition.


<source lang="shell-session">
<syntaxhighlight lang="shell-session">
$ pmbootstrap init
$ pmbootstrap init
$ pmbootstrap install --android-recovery-zip
$ pmbootstrap install --android-recovery-zip --recovery-install-partition=data
$ pmbootstrap flasher --method=adb sideload
$ pmbootstrap flasher --method=adb sideload
</source>
</syntaxhighlight>


<!-- add more sections below as necessary, e.g. WiFi, photos, ... -->
<!-- add more sections below as necessary, e.g. WiFi, photos, ... -->
Line 109: Line 110:
== See also ==
== See also ==
* {{MR|4468|pmaports}} Initial merge request
* {{MR|4468|pmaports}} Initial merge request
* {{issue|2271|pmbootstrap}} Install is not possible
* {{issue|2271|pmbootstrap}} Problem with install with xfce4
<!--
<!--
You can also add normal web links:
You can also add normal web links:

Latest revision as of 21:49, 4 September 2024

BQ Aquaris E5 HD
BQ Aquaris E5 running Ubuntu Touch 16.04
BQ Aquaris E5 running Ubuntu Touch 16.04
Manufacturer BQ
Name Aquaris E5 HD
Codename vegetahd
Released 2014
Type handset
Hardware
Chipset MediaTek MT6582
CPU 4x 1.3GHz ARM Cortex-A7
GPU ARM Mali-400 MP2, 500Mhz, dual core
Display 720x1280 IPS
Storage 16 GB
Memory 1 GB, 533 MHz
Architecture armv7
Software
Original software Android
Original version 4.4
Optional software Ubuntu Touch
postmarketOS
Category testing
Pre-built images no
postmarketOS kernel 3.10.49
Unixbench Whet/Dhry score 0.0
Features
Flashing
Works
USB Networking
Works
Internal storage
No data
SD card
No data
Battery
No data
Screen
Works
Touchscreen
No data
Keyboard
No data
Touchpad
No data
Stylus
No data
Multimedia
3D Acceleration
No data
Audio
No data
Camera
No data
Camera Flash
No data
IR TX
No data
IR RX
No data
Connectivity
WiFi
No data
Bluetooth
No data
Ethernet
No data
GPS
No data
NFC
No data
Modem
Calls
No data
SMS
No data
Mobile data
No data
Miscellaneous
FDE
No data
USB-A
No data
USB OTG
No data
HDMI/DP
No data
Sensors
Accelerometer
No data
Magnetometer
No data
Ambient Light
No data
Proximity
No data
Hall Effect
No data
Haptics
No data
Barometer
No data
Power Sensor
No data


Contributors

  • EmanueleSorce42

Users owning this device

How to enter flash mode

Reboot keeping pressed the volume up button. Then move the cursor with volume up to Fastboot Mode and press the Volume Down to confirm.

Installation

Use pmbootstrap to build your own installation image. I recommended install using TWRP sideload since fastboot may fail when trying to install the system partition.

$ pmbootstrap init
$ pmbootstrap install --android-recovery-zip --recovery-install-partition=data
$ pmbootstrap flasher --method=adb sideload


See also