dumplings please
authorSimon Sickle <simon@simonsickle.com>
Sat, 25 Nov 2017 00:06:59 +0000 (18:06 -0600)
committerSimon Sickle <simon@simonsickle.com>
Sat, 25 Nov 2017 00:06:59 +0000 (18:06 -0600)
Signed-off-by: Simon Sickle <simon@simonsickle.com>
AndroidBoard.mk
AndroidProducts.mk
BoardConfig.mk
README.md
omni_cheeseburger.mk [deleted file]
omni_dumpling.mk [new file with mode: 0644]
prebuilt/Image.gz-dtb
system.prop
vendorsetup.sh

index b00a1428856a8108f5b3571abb5b980c33f7ab94..bdb9a5b13b22918a401158e2208b036c81a306cb 100644 (file)
@@ -25,6 +25,6 @@
 
 LOCAL_PATH := $(call my-dir)
 
-ifneq ($(filter cheeseburger,$(TARGET_DEVICE)),)
+ifneq ($(filter dumpling,$(TARGET_DEVICE)),)
 include $(call all-makefiles-under,$(LOCAL_PATH))
 endif
index cd1dbb00d362740f077fa1f473e0078392a2f316..cf7e6d3732b1a0e9f42c758b0991067a131f797e 100644 (file)
@@ -15,4 +15,4 @@
 #
 
 PRODUCT_MAKEFILES := \
-    $(LOCAL_DIR)/omni_cheeseburger.mk
+    $(LOCAL_DIR)/omni_dumpling.mk
index d0b377fe7696ce65652438368ae70ffbc0fc1218..3a664a6e6fb3c4ca54070edcaaf3eefb6ed33de3 100644 (file)
@@ -53,7 +53,7 @@ BOARD_KERNEL_CMDLINE := androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0
 BOARD_KERNEL_PAGESIZE := 4096
 BOARD_KERNEL_TAGS_OFFSET := 0x00000100
 BOARD_RAMDISK_OFFSET := 0x01000000
-TARGET_PREBUILT_KERNEL := device/oneplus/cheeseburger/prebuilt/Image.gz-dtb
+TARGET_PREBUILT_KERNEL := device/oneplus/dumpling/prebuilt/Image.gz-dtb
 
 # Platform
 TARGET_BOARD_PLATFORM := msm8998
index 641ece9da4c3869deb31d30164d0013394eeb597..ff3f08add15fbb3354a0051d7e749d4446d678d9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,21 +1,21 @@
-# android_device_oneplus_cheeseburger
-For building TWRP for OnePlus 5 ONLY
+# android_device_oneplus_dumpling
+For building TWRP for OnePlus 5T ONLY
 
 Kernel Source
 
-https://github.com/katinatez/android_kernel_oneplus_msm8998/commits/QC8998_N_7.1
+https://github.com/OnePlusOSS/android_kernel_oneplus_msm8998/tree/oneplus/QC8998_5T_N_7.1
 
 To compile
 
-. build/envsetup.sh && lunch omni_cheeseburger-userdebug && make -j8 recoveryimage
+. build/envsetup.sh && lunch omni_dumpling-userdebug && make -j8 recoveryimage
 
-The OnePlus 5 (codenamed _"cheeseburger"_) are high-end smartphones from OnePlus.
+The OnePlus 5T (codenamed _"dumpling"_) are high-end smartphones from OnePlus.
 
-OnePlus 5 was announced and released in June 2017.
+OnePlus 5T was announced and released in November 2017.
 
 ## Device specifications
 
-| Device       | OnePlus 5                                       |
+| Device       | OnePlus 5T                                      |
 | -----------: | :---------------------------------------------- |
 | SoC          | Qualcomm MSM8998 Snapdragon 835                 |
 | CPU          | Quad-core 2.45GHz Kryo & quad-core 1.9GHz Kryo  |
@@ -25,10 +25,11 @@ OnePlus 5 was announced and released in June 2017.
 | Storage      | 64GB / 128GB (UFS 2.1 2-LANE Flash)             |
 | Battery      | Non-removable Li-Po 3300 mAh                    |
 | Dimensions   | 152.7 x 74.1 x 7.25 mm                          |
-| Display      | 1920 x 1080 px, 5.5 inches (401 PPI)            |
-| Rear camera  | 16 MPx, f/1.7, 24mm, DCAF autofocus + 20 MPx, f/2.6, 36mm, PDAF autofocus |
-| Front camera | 16 MPx, f/2.0                                   |
+| Display      | 2160 x 1080 (18:9), 6 inch                      |
+| Rear camera 1 | 16MP (IMX 398), 1.12-micron pixels, f/1.7 Dual LED flash, 4K 30 fps, 1080p 60 fps, 720p 120 fps video |
+| Rear camera 2 | 20MP (IMX 376k), 1-micron pixels, f/1.7        |
+| Front camera | 16MP (IMX 371), 1-micron pixels, f/2.0 1080p 30 fps video |
 
 ## Device picture
 
-![OnePlus 5](http://image01.oneplus.cn/ebp/201706/17/291/8dc3e3d2bd22658de5f63eeb27700a83.png "OnePlus 5 in black")
+![OnePlus 5T](https://image01.oneplus.net/shop/201711/16/1850/c2baf281695709898707dd551a05274c_260_0.png "OnePlus 5T in black")
\ No newline at end of file
diff --git a/omni_cheeseburger.mk b/omni_cheeseburger.mk
deleted file mode 100644 (file)
index dbf6869..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-#
-# Copyright 2017 The Android Open Source 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.
-#
-
-# Release name
-PRODUCT_RELEASE_NAME := cheeseburger
-
-$(call inherit-product, build/target/product/embedded.mk)
-
-# Inherit from our custom product configuration
-$(call inherit-product, vendor/omni/config/common.mk)
-
-# Time Zone data for recovery
-PRODUCT_COPY_FILES += \
-    bionic/libc/zoneinfo/tzdata:recovery/root/system/usr/share/zoneinfo/tzdata
-
-## Device identifier. This must come after all inclusions
-PRODUCT_DEVICE := cheeseburger
-PRODUCT_NAME := omni_cheeseburger
-PRODUCT_BRAND := OnePlus
-PRODUCT_MODEL := OnePlus A5000
-PRODUCT_MANUFACTURER := OnePlus
diff --git a/omni_dumpling.mk b/omni_dumpling.mk
new file mode 100644 (file)
index 0000000..ef11fad
--- /dev/null
@@ -0,0 +1,34 @@
+#
+# Copyright 2017 The Android Open Source 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.
+#
+
+# Release name
+PRODUCT_RELEASE_NAME := dumpling
+
+$(call inherit-product, build/target/product/embedded.mk)
+
+# Inherit from our custom product configuration
+$(call inherit-product, vendor/omni/config/common.mk)
+
+# Time Zone data for recovery
+PRODUCT_COPY_FILES += \
+    bionic/libc/zoneinfo/tzdata:recovery/root/system/usr/share/zoneinfo/tzdata
+
+## Device identifier. This must come after all inclusions
+PRODUCT_DEVICE := dumpling
+PRODUCT_NAME := omni_dumpling
+PRODUCT_BRAND := OnePlus
+PRODUCT_MODEL := OnePlus A5010
+PRODUCT_MANUFACTURER := OnePlus
index 961655268b2684b253a42db790faf89808d83f4f..8218fd082b83e42e5ac5997b8b52c400ef09155c 100644 (file)
Binary files a/prebuilt/Image.gz-dtb and b/prebuilt/Image.gz-dtb differ
index f876a380da11ced95369e49b4a94fe64dd6d3d3f..2e5085b1659e91a4b0d1d6bcac4c3e5bd74cd138 100644 (file)
@@ -1,4 +1,4 @@
-ro.display.series=OnePlus 5
+ro.display.series=OnePlus 5T
 sys.usb.controller=a800000.dwc3
 sys.usb.rndis.func.name=gsi
 sys.usb.rmnet.func.name=gsi
index d2a71a52ac824c39bc83b70e0667c2b28508c69a..1f0497d07f644836a4c7fa95f52b57c093ca6841 100644 (file)
@@ -1,2 +1,2 @@
-add_lunch_combo omni_cheeseburger-eng
-add_lunch_combo omni_cheeseburger-userdebug
+add_lunch_combo omni_dumpling-eng
+add_lunch_combo omni_dumpling-userdebug