Skip to content
This repository has been archived by the owner on Feb 7, 2020. It is now read-only.

Commit

Permalink
small update
Browse files Browse the repository at this point in the history
  • Loading branch information
fuldaros committed Dec 23, 2019
1 parent 0ca8289 commit 584740c
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 31 deletions.
7 changes: 3 additions & 4 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ BOARD_VENDOR := xiaomi
DEVICE_PATH := device/xiaomi/grus

# Security Patch Level
#VENDOR_SECURITY_PATCH := 2019-10-05
VENDOR_SECURITY_PATCH := 2018-08-05
VENDOR_SECURITY_PATCH := 2019-10-05

# Architecture
TARGET_ARCH := arm64
Expand Down Expand Up @@ -56,10 +55,10 @@ BOARD_KERNEL_TAGS_OFFSET := 0x00000100
BOARD_RAMDISK_OFFSET := 0x01000000
TARGET_KERNEL_ARCH := arm64

TARGET_KERNEL_CONFIG := grus_user_defconfig
TARGET_KERNEL_CONFIG := grus_defconfig

ifeq ($(TARGET_PREBUILT_KERNEL),)
TARGET_KERNEL_CLANG_COMPILE := true
# TARGET_KERNEL_CLANG_COMPILE := true
TARGET_KERNEL_CROSS_COMPILE_PREFIX := aarch64-linux-android-
TARGET_KERNEL_SOURCE := kernel/xiaomi/grus
endif
Expand Down
41 changes: 22 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@
This repository contains device configuration for Xiaomi MI 9 SE (grus)
# Device Tree for Xiaomi Mi 9 SE

Build type: Full treble build
The Xiaomi Mi 9 SE (codenamed _"grus"_) is a mid-range smartphone from Xiaomi. It was announced in February 2019 and released in March 2019.

## Copyright
## Device specifications

```
#
# Copyright (C) 2018 The LineageOS Project
#
# 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.
#
| Device | Xiaomi Mi 9 SE |
| ----------------------- | :------------------------------------------------------------------------------- |
| SoC | Qualcomm SDM712 Snapdragon 712 |
| CPU | Dual-core 2.3 GHz Kryo 360 Gold + Hexa-core 1.7 GHz Kryo 360 Silver |
| GPU | 550 MHz Adreno 616 |
| Memory | 6 GB RAM (LPDDR4X 1866 MHz dual-channel) |
| Shipped Android Version | 9 with MIUI 10.2.3.0 |
| Storage | 64/128 GB UFS 2.1 |
| Battery | Non-removable Li-Po 3070 mAh |
| Dimensions | 147.5 x 70.5 x 7.5 mm |
| Display | 2340 x 1080 (19.5:9), 5.97 inch, AMOLED, 600 nits brightness, 103.8% NTSC, HDR10 |
| Rear camera 1 | 48 MP f/1.8, 1/2", 0.8-micron pixels, PDAF, dual-LED flash |
| Rear camera 2 | 13 MP f/2.4, 1.12-micron pixels |
| Rear camera 3 | 8 MP f/2.4, 1.12-micron pixels, PDAF |
| Front camera | 20 MP f/2.0, 0.9-micron pixels |

## Device Picture

![Xiaomi Mi 9 SE](https://cdn2.gsmarena.com/vv/pics/xiaomi/xiaomi-mi-9-se-2.jpg "Xiaomi Mi 9 SE")
5 changes: 2 additions & 3 deletions board-info.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
require version-modem=2019-02-13 23:02:56
require version-vendor=1550219708,28
require version-miui=9.2.15
require version-vendor=1562172420|1564145310|1564146094|1564392158,28
require version-miui=V10.3.4.0.PFBEUXM
4 changes: 2 additions & 2 deletions lineage.dependencies
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"repository": "grus-dev/android_device_xiaomi_sdm710-common",
"target_path": "device/xiaomi/sdm710-common"
"repository": "android_packages_resources_devicesettings",
"target_path": "packages/resources/devicesettings"
}
]
5 changes: 2 additions & 3 deletions lineage_grus.mk
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@ PRODUCT_BRAND := Xiaomi
PRODUCT_MODEL := MI 9 SE
PRODUCT_MANUFACTURER := Xiaomi

#BUILD_FINGERPRINT := "Xiaomi/cepheus_eea/cepheus:9/PKQ1.181121.001/V10.2.15.0.PFAEUXM:user/release-keys"
BUILD_FINGERPRINT := "Xiaomi/dipper/dipper:8.1.0/OPM1.171019.011/V9.5.5.0.OEAMIFA:user/release-keys"
BUILD_FINGERPRINT := "Xiaomi/grus/grus:9/PKQ1.181121.001/V11.0.4.0.PFBMIXM:user/release-keys"

PRODUCT_BUILD_PROP_OVERRIDES += \
PRIVATE_BUILD_DESC="grus-user 9 PKQ1.181121.001 V10.3.9.0.PFBEUXM release-keys" \
PRIVATE_BUILD_DESC="grus-user 9 PKQ1.181121.001 V11.0.4.0.PFBMIXM release-keys"\
PRODUCT_NAME="grus" \
TARGET_DEVICE="grus"

Expand Down

0 comments on commit 584740c

Please sign in to comment.