Skip to content

Commit

Permalink
op3&op3t: update to 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
piechade committed Jan 11, 2018
1 parent 3f332a2 commit 5e167a1
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
10 changes: 5 additions & 5 deletions device/OnePlus3/OnePlus3.fos
Original file line number Diff line number Diff line change
Expand Up @@ -23,25 +23,25 @@ ZIP_NAME=FreedomOS
TARGET_ARCH=arm64
CODENAME=op3
DEVICE=OnePlus3
VERSION=3.2.1
VERSION=3.3
# It will be used for the assert verification at the beginning of installation of the ROM.
ASSERT="OnePlus 3"

# Basically, it's just the name of the downloaded zip file without the ".zip" extension.
ROM_NAME=OnePlus3Oxygen_16_OTA_060_all_1711160505_4058f102bbfb40b9
ROM_NAME=OnePlus3Oxygen_16_OTA_062_all_1712272249_ab772e217c454952
ROM_LINK=http://oxygenos.oneplus.net.s3.amazonaws.com/$ROM_NAME.zip
# This MD5 is used for checking the integrity of the original rom.
ROM_MD5=4f84d524311ab99fddcf6568254dcff6
ROM_MD5=88248bd0f411b184afe4274746b28d9b

# OpenGapps
GAPPS_BUILD=true
GAPPS_ANDROID=8.0
GAPPS_PLATFORM=arm64
GAPPS_TYPE=nano
GAPPS_DATE=20171116
GAPPS_DATE=20180111
GAPPS_ZIP="open_gapps-${GAPPS_PLATFORM}-${GAPPS_ANDROID}-${GAPPS_TYPE}-${GAPPS_DATE}"
GAPPS_LINK="https://github.com/opengapps/${GAPPS_PLATFORM}/releases/download/${GAPPS_DATE}/${GAPPS_ZIP}.zip"
GAPPS_MD5=2d1832d333dac247fc4b5cee93a936c0
GAPPS_MD5=c68e9a97ddb8464119043a23a883e670

ARISE_BUILD=false

Expand Down
2 changes: 2 additions & 0 deletions device/OnePlus3/aroma/aroma/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
3.3
UPDATE: OxygenOS 5.0.1
UPDATE: Magisk 15.2

3.2.1
Expand Down
10 changes: 5 additions & 5 deletions device/OnePlus3T/OnePlus3T.fos
Original file line number Diff line number Diff line change
Expand Up @@ -23,25 +23,25 @@ ZIP_NAME=FreedomOS
TARGET_ARCH=arm64
CODENAME=op3t
DEVICE=OnePlus3T
VERSION=3.2.1
VERSION=3.3
# It will be used for the assert verification at the beginning of installation of the ROM.
ASSERT="OnePlus 3T"

# Basically, it's just the name of the downloaded zip file without the ".zip" extension.
ROM_NAME=OnePlus3TOxygen_28_OTA_060_all_1711160447_ac836d401bb44fe0
ROM_NAME=OnePlus3TOxygen_28_OTA_062_all_1712272248_d28093577f324959
ROM_LINK=http://oxygenos.oneplus.net.s3.amazonaws.com/$ROM_NAME.zip
# This MD5 is used for checking the integrity of the original rom.
ROM_MD5=5ab82fa7cae309d7ac038b1aaa6c1281
ROM_MD5=2a5d6fb34e5d9579776f6fee28450673

# OpenGapps
GAPPS_BUILD=true
GAPPS_ANDROID=8.0
GAPPS_PLATFORM=arm64
GAPPS_TYPE=nano
GAPPS_DATE=20171116
GAPPS_DATE=20180111
GAPPS_ZIP="open_gapps-${GAPPS_PLATFORM}-${GAPPS_ANDROID}-${GAPPS_TYPE}-${GAPPS_DATE}"
GAPPS_LINK="https://github.com/opengapps/${GAPPS_PLATFORM}/releases/download/${GAPPS_DATE}/${GAPPS_ZIP}.zip"
GAPPS_MD5=2d1832d333dac247fc4b5cee93a936c0
GAPPS_MD5=c68e9a97ddb8464119043a23a883e670

ARISE_BUILD=false

Expand Down
2 changes: 2 additions & 0 deletions device/OnePlus3T/aroma/aroma/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
3.3
UPDATE: OxygenOS 5.0.1
UPDATE: Magisk 15.2

3.2.1
Expand Down

0 comments on commit 5e167a1

Please sign in to comment.