axolotl: Unlock GSI builds
This allows building GSI images, which actually boot.
Build as usual:
```
. build/envsetup.sh
breakfast axolotl
mka bacon
```
Unlock bootloader as usual and boot into fastbootd:
```
adb reboot fastboot
```
Then flash the resulting system.img:
```
fastboot flash --disable-verification system system.img
```
You may also need to wipe data in recovery or via fastboot:
```
fastboot format:ext4 metadata
fastboot format:f2fs userdata
```
Change-Id: I64d66532f79d5cb705dd88a9d1c997edd87de724
Signed-off-by: Alexander Martinz <amartinz@shiftphones.com>
2 files changed
tree: f9b2faf7c0d45922304355cd3b421a715757cc84
- bluetooth/
- rootdir/
- AndroidProducts.mk
- BoardConfig.mk
- device.mk
- full_axolotl.mk
- LICENSE
- lineage_axolotl.mk
- README.md
- system.prop
README.md
Device Tree for SHIFT6mq ("axolotl")
The SHIFT6mq (codenamed "axolotl") is a flagship smartphone from SHIFTPHONES, which was initially released in 2020 with Android™ 10.
Specifications
Basic | Spec Sheet |
---|
Chipset | Qualcomm® Snapdragon™ 845 |
CPU | 4x ARM Cortex-A75, 4x ARM Cortex-A55 (64 bit) |
GPU | Adreno 630 |
Memory | 8 GB RAM LPDDR4X (SK Hynix) |
MicroSD | Up to 512 GB |
Storage | 128 GB UFS 2.1 |
---------- | -------------------------------------------------------------- |
Battery | Li-Ion 3850 mAh battery |
Camera | Back: 16 MP Sony IMX519 + 24 MP Samsung S5K2X7SP |
Camera | Front: 16 MP Samsung S5K3P9SP04-FGX9 |
Display | AMOLED, 1080 x 2160 pixels, 6 inches (~402 ppi pixel density) |
---------- | -------------------------------------------------------------- |
Bluetooth | 5.0 |
Dual SIM | Yes |
NFC | Supported |
---------- | -------------------------------------------------------------- |
Software | Initial launch with Android™ 10 |
License
See LICENSE in this repository.
Copyright 2020-2021 SHIFT GmbH
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.