From 2c61cdc6a6c38f86aa4931980887a1e4eca5b86a Mon Sep 17 00:00:00 2001 From: Appie Date: Sat, 29 Sep 2018 13:23:46 +0200 Subject: [PATCH] Update README.md added beryllium readme --- README.md | 40 ++++++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index a3885ea..e79fd4a 100644 --- a/README.md +++ b/README.md @@ -1,51 +1,55 @@ -# android_device_xiaomi_dipper -For building TWRP for Xiaomi Mi MI 8 +# android_device_xiaomi_beryllium +For building TWRP for PocoPhone F1 -TWRP device tree for Xiaomi MI 8 +TWRP device tree for PocoPhone F1 - -Xiaomi Mi MI 8 was announced and released in June 2018. +PocoPhone F1 was announced and released on 22th of august 2018. ## Device specifications -| Device | Xiaomi Mi 8 | +| Device | PocoPhone F1 | | -----------: | :---------------------------------------------- | | SoC | Qualcomm SDM845 Snapdragon 845 | | CPU | 8x Qualcomm® Kryo™ 385 up to 2.8GHz | | GPU | Adreno 630 | | Memory | 6GB / 8GM RAM (LPDDR4X) | -| Shipped Android version | 8.0 | -| Storage | 64GB / 128GB / 256GB UFS 2.1 flash storage | -| Battery | Non-removable Li-Po 3400 mAh | -| Dimensions | 154.9 x 74.8 x 7.6 mm | -| Display | 2160 x 1080 (18:9), 6.21 inch | -| Rear camera 1 | 12MP, f/1.8 Dual LED flash | -| Rear camera 2 | 12MP, f/2.4 | -| Front camera | 5MP, 1-micron pixels, f/2.2 1080p 30 fps video | +| Shipped Android version | 8.1 | +| Storage | 64GB / 128GB UFS 2.1 flash storage | +| Battery | Non-removable Li-Po 4000 mAh | +| Dimensions | 155.5 x 75.3 x 8.8 mm | +| Display | 2246x1080 (18:9), 6.18 inch | +| Rear camera 1 | 12 MP, f/1.9, 1/2.55", 1.4µm, | +| Rear camera 2 | 5 MP, f/2.0, 1.12µm | +| Front camera | 20 MP, f/2.0, 0.9µm 1080p 30 fps video | ## Device picture -![Xiaomi Mi 8](https://i1.mifile.cn/f/i/2018/mi8/summary/index1.jpg) +![Pocophone F1](https://cdn2.gsmarena.com/vv/pics/xiaomi/xiaomi-pocophone-f1-2.jpg) ## Features Works: - ADB -- Decryption of /data +- MTP - Screen brightness settings - Now UI is very smooth (thanks to TWRP fix 16d831bee5a660f5ac6da0d8fff2b3ec4697d663) - Vibration on touch (see https://gerrit.omnirom.org/#/c/android_bootable_recovery/+/31021/) - Correct screenshot color (see https://gerrit.omnirom.org/#/c/android_bootable_recovery/+/31042/) + +Dont work: +- Decryption of data +- Short freeze when connected to pc + Finally execute these: ``` export ALLOW_MISSING_DEPENDENCIES=true . build/envsetup.sh -lunch omni_dipper-eng +lunch omni_beryllium-eng +LC_ALL=C mka recoveryimage ``` -