BQ Aquaris U Plus (bq-tenshi): Difference between revisions
Appearance
No edit summary |
m →Installation: source -> syntaxhighlight |
||
(3 intermediate revisions by one other user not shown) | |||
Line 67: | Line 67: | ||
| status = | | status = | ||
| packaged = | | packaged = yes | ||
}} | }} | ||
Line 83: | Line 83: | ||
<!-- you can use {{My devices}} on your profile page to show table with all your devices --> | <!-- you can use {{My devices}} on your profile page to show table with all your devices --> | ||
== | == Status == | ||
Right now only SSHing into the system works. | Right now only USB Netwoking (with SSHing into the system) works. | ||
Display seems to be working in initramfs, but not after loading the kernel. | |||
== How to enter flash mode == | == How to enter flash mode == | ||
* Go to <code>Developer options</code> and enable <code> | * Go to <code>Developer options</code> and enable <code>OEM unlocking</code>. | ||
* Power off and start again using <code>Volume Down</code> and <code>Power on</code>. | * Power off and start again using <code>Volume Down</code> and <code>Power on</code>. | ||
* Connect your phone to your PC and run <code>fastboot flashing unlock</code>. | * Connect your phone to your PC and run <code>fastboot flashing unlock</code>. | ||
Line 95: | Line 97: | ||
== Installation == | == Installation == | ||
Use [[pmbootstrap]] to build your own installation image. | Use [[pmbootstrap]] to build your own installation image. | ||
<!-- Expand this with the commands needed for flashing, add --sdcard to install if it makes sense etc. --> | <!-- Expand this with the commands needed for flashing, add --sdcard to install if it makes sense etc. --> | ||
< | <syntaxhighlight lang="shell-session"> | ||
$ pmbootstrap init | $ pmbootstrap init | ||
$ pmbootstrap install | $ pmbootstrap install | ||
</ | </syntaxhighlight> | ||
To flash postmarketOS on your phone use: | To flash postmarketOS on your phone use: | ||
< | <syntaxhighlight lang="shell-session"> | ||
$ pmbootstrap flasher flash_rootfs | $ pmbootstrap flasher flash_rootfs | ||
$ pmbootstrap flasher flash_kernel | $ pmbootstrap flasher flash_kernel | ||
$ fastboot reboot # if not rebooting already | $ fastboot reboot # if not rebooting already | ||
</ | </syntaxhighlight> | ||
<!-- add more sections below as necessary, e.g. WiFi, photos, ... --> | <!-- add more sections below as necessary, e.g. WiFi, photos, ... --> | ||
Line 116: | Line 116: | ||
== See also == | == See also == | ||
* {{MR|4938|pmaports}} Initial merge request | * {{MR|4938|pmaports}} Initial merge request | ||
* {{Device package|bq-tenshi}} | |||
* {{Kernel package|bq-tenshi}} | |||
* {{Device package| | |||
* {{Kernel package| | |||
Latest revision as of 21:50, 4 September 2024
Manufacturer | BQ |
---|---|
Name | Aquaris U Plus |
Codename | bq-tenshi |
Released | 2016 |
Type | handset |
Hardware | |
Chipset | Qualcomm Snapdragon 430 (MSM8937) |
CPU | Octa-core 1.4 GHz Cortex-A53 |
GPU | Adreno 505 |
Display | 720x1280 |
Storage | 16/32 GB |
Memory | 2/3 GB |
Architecture | armv7 |
Software | |
Original software | Android |
Original version | 6.0.1 |
postmarketOS | |
Category | testing |
Pre-built images | no |
postmarketOS kernel | 3.18.31 |
Flashing |
Works |
---|---|
USB Networking |
Works |
Internal storage |
No data |
SD card |
No data |
Battery |
Works |
Screen |
Broken |
Touchscreen |
No data |
Keyboard |
No data |
Touchpad |
No data |
Stylus |
No data |
Multimedia | |
3D Acceleration |
No data |
Built-in DVB |
No data |
Audio |
No data |
Camera |
No data |
Camera Flash |
Works |
IR TX |
No data |
IR RX |
No data |
Connectivity | |
WiFi |
Broken |
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
- fossdd
Maintainer(s)
- fossdd
Users owning this device
Status
Right now only USB Netwoking (with SSHing into the system) works.
Display seems to be working in initramfs, but not after loading the kernel.
How to enter flash mode
- Go to
Developer options
and enableOEM unlocking
. - Power off and start again using
Volume Down
andPower on
. - Connect your phone to your PC and run
fastboot flashing unlock
.
Installation
Use pmbootstrap to build your own installation image.
$ pmbootstrap init
$ pmbootstrap install
To flash postmarketOS on your phone use:
$ pmbootstrap flasher flash_rootfs
$ pmbootstrap flasher flash_kernel
$ fastboot reboot # if not rebooting already
See also
- pmaports!4938 Initial merge request
- Device package
- Kernel package