From 4324c9140eae2d3494b76545fbc2e4524b1b231f Mon Sep 17 00:00:00 2001 From: Brinly Date: Sat, 1 Sep 2018 10:17:52 +1000 Subject: [PATCH] Add September update! --- _posts/2018-09-01-device-status.md | 65 ++++++++++++++++++++++++++++++ devices.md | 13 +++--- index.md | 4 +- 3 files changed, 75 insertions(+), 7 deletions(-) create mode 100644 _posts/2018-09-01-device-status.md diff --git a/_posts/2018-09-01-device-status.md b/_posts/2018-09-01-device-status.md new file mode 100644 index 0000000..8fb47c7 --- /dev/null +++ b/_posts/2018-09-01-device-status.md @@ -0,0 +1,65 @@ +--- +layout: post +title: Device Status – September, 2018 +category: blog +excerpt: Current status of bq Aquaris devices on LineageOS +author: brinly +--- + +Hello all and welcome to the September aquaris-dev team update of 2018, + +Another 2 months has passed really quickly (Wow!, it's September 1st already), with big news this month. We missed a July and August update, but we were hard at work regardless. We won’t cover the stats this time, but you can see the stats of how popular our BQ devices are by checking on the LineageOS [stats](https://stats.lineageos.org) site. + +If you like to read more regular news on this website, please consider joining the team as a [developer](/contribute.html). + +Our BQ device news now +----------------- + +This month, we have some news about several devices, but _bardock(pro)_ is the main star this month. We did some maintenance fixes for our older devices. We added some minor updates to our website too. + +So let’s start! + +We'll look into at supporting our devices with Android 9.0 at some point, but we want to get a stable base on 8.1 as the versions are very similar so bringup work between 8.1 and 9.0 is minimal especially on the newer devices. + +Aquaris X / Aquaris X Pro - Status (bardock/bardockpro) +---------------------- + +We reached weekly [official](https://review.lineageos.org/#/c/LineageOS/hudson/+/216085/) status for both bardock and bardockpro devices for the LineageOS 15.1 branch recently - they should receive builds each Monday. + +We're going to require 2.0+ (Android 8.1) firmware/bootloader/radio/TZ to flash LineageOS as our drivers need the latest base firmware to function correctly (Baseband, Encryption, Camera, Wi-Fi, NFC won’t work on N based firmware). + +Developers interested in helping out - feel free to submit patches to the LineageOS project's gerrit as that is now the official repo for this device for LineageOS.. + + +BQ Aquaris U/U+ - Status (chaozu/tenshi) +------------------------------- +We just started the bring-up work to 15.1 on these msm8937-common devices but this is still very much a work in progress project. Feel free to jump into Slack if you are a developer with contributions to make. + + +BQ Aquaris X5 Plus - Status (gohan) +------------------------------- +We [fixed](https://review.lineageos.org/#/c/LineageOS/android_device_bq_gohan/+/226349/) a bug affecting NFC payments via Android/Google Pay after finally tracking down a fix to a long standing JIRA issue. We will start the LineageOS 15.1 bring-up pretty soon (you may already know but it’s based on the MSM8976 chipset which is a strange platform to work on). + + +BQ Aquaris M5/X5 - msm8916 devices - Status (piccolo/paela ) +------------------------------- + +One contributor [“aymende7”](https://review.lineageos.org/#/q/owner:aymenbousselham%2540gmail.com+status:open,75) has done a whole bunch of work for bringup of these devices and patches are on LineageOS gerrit, we are reviewing these changes and planning to get this merged for weeklies soon. Feel free to check out his excellent work and jump into slack if you have contributions. + +BQ Aquaris X2/X2 Pro - Status (zangya/zangyapro) +---------------------------- +Bringup has just started, but we have a lot of work to do and are mostly making sure that the older devices are supported first. We'll be opening up our device trees soon (hang around Slack if you're interested). It should be a well supported device because it is a new well supported "Treble" platform.. + +Website +---------------------- +We added a slack invite button to the bottom of our site if you’d like to join our Slack community and we also added a PayPal link (if you’d like to support us - we receive no funding from BQ or anybody else and do this entirely as volunteers at our own cost ). We also have a downloads page. + + + + +Open Issues +----------- + +If there are any issues with any of our supported devices, please report a bug on the [LineageOS issue tracker](https://jira.lineageos.org/) and we'll look into them ASAP (feel free to mention them on slack to get our attention).. + + diff --git a/devices.md b/devices.md index 1ae6071..a887078 100644 --- a/devices.md +++ b/devices.md @@ -11,10 +11,13 @@ Right now the following devices are officially supported by LineageOS and mainta * [Aquaris E5 LTE](https://wiki.lineageos.org/devices/vegetalte) (vegetalte) * [Aquaris M5](https://wiki.lineageos.org/devices/piccolo) (piccolo) -* [Aquaris X5](https://wiki.lineageos.org/devices/paella) (paella) -* [Aquaris X5 Plus](https://wiki.lineageos.org/devices/gohan) (gohan) * [Aquaris U](https://wiki.lineageos.org/devices/chaozu) (chaozu) * [Aquaris U Plus](https://wiki.lineageos.org/devices/tenshi) (tenshi) +* [Aquaris X5](https://wiki.lineageos.org/devices/paella) (paella) +* [Aquaris X5 Plus](https://wiki.lineageos.org/devices/gohan) (gohan) +* [Aquaris X](https://wiki.lineageos.org/devices/bardock) (bardock) +* [Aquaris X Pro](https://wiki.lineageos.org/devices/bardockpro) (bardockpro) + The links above will redirect you to the official [LineageOS Wiki](https://wiki.lineageos.org/) where detailed installation and build instructions can be found. @@ -22,8 +25,8 @@ The links above will redirect you to the official [LineageOS Wiki](https://wiki. The following devices are currently work in progress and should soon get official support by LineageOS: -* Aquaris X - (bardock) -* Aquaris X Pro - (bardockpro) +* BQ Aquaris X2 (zangya) +* BQ Aquaris X2 Pro (zangyapro) ### Experimental @@ -35,4 +38,4 @@ We plan to support other Qualcomm bq devices in the future with our LineageOS An ### Status -More detailed status updates will be published on our blog. The latest status update was published on [June 1, 2018]({% post_url 2018-06-01-device-status %}). +More detailed status updates will be published on our blog. The latest status update was published on [September 1, 2018]({% post_url 2018-09-01-device-status %}). diff --git a/index.md b/index.md index 35acaeb..e9a7629 100644 --- a/index.md +++ b/index.md @@ -9,7 +9,7 @@ Aquaris-dev is a group of independent Android developers whose members voluntari ### Which devices are supported? -We only support Qualcomm based bq devices like: Aquaris E5 LTE (vegetalte), Aquaris M5 (piccolo), Aquaris U (chaozu), Aquaris U Plus (tenshi), Aquaris X5 (paella), Aquaris X5 Plus (gohan). +We only support Qualcomm based bq devices like: Aquaris E5 LTE (vegetalte), Aquaris M5 (piccolo), Aquaris U (chaozu), Aquaris U Plus (tenshi), Aquaris X5 (paella), Aquaris X5 Plus (gohan), Aquaris X (bardock, Aquaris X Pro (bardockpro). Check the [devices page](/devices.html) for more information. ### Where can I get your work? @@ -23,7 +23,7 @@ We also have active forum threads incl. installation instructions and download l ### Is the source code available? -Absolutely! Android is an open source project, and so is ours. All code used to build our ROMs is available on GitHub, either directly from us at [Aquaris-dev](https://github.com/aquaris-dev) for device specific projects or as part of [LineageOS](https://github.com/lineageos) for the main system. +Absolutely! Android is an open source project, and so is ours. All code used to build our ROMs is available on GitHub, either directly from us at [Aquaris-dev](https://github.com/aquaris-dev) for device specific projects or as part of [LineageOS](https://github.com/lineageos) for the officially supported devices. ### Who are we?