This repository has been archived by the owner on Apr 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e4b20fa
commit 3bd7437
Showing
9 changed files
with
205 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
architecture: arm64 | ||
battery: | ||
capacity: 3060 | ||
removable: false | ||
tech: Li-Ion | ||
before_install_custom: DRG | ||
bluetooth: | ||
profiles: | ||
- A2DP | ||
- A2DP + aptX | ||
- A2DP + aptX HD | ||
spec: '5' | ||
cameras: | ||
- flash: LED | ||
info: 16 MP | ||
- flash: LED | ||
info: 5 MP | ||
- flash: None | ||
info: 16 MP | ||
codename: DRG | ||
cpu: Kryo 260 | ||
cpu_cores: '8' | ||
cpu_freq: 4 x 1.8 GHz + 4 x 1.6 GHz | ||
deprecated: false | ||
dimensions: | ||
depth: 8 mm (0.31 in) | ||
height: 147.20 mm (5.80 in) | ||
width: 71 mm (2.80 in) | ||
download_boot: With the device powered off, hold <kbd>Volume Down</kbd> and connect to a computer. | ||
gpu: Adreno 509 | ||
install_method: fastboot_DRG | ||
is_ab_device: true | ||
has_recovery_partition: false | ||
maintainers: | ||
- ARINDAM BHATTACHARJEE | ||
name: Nokia 6.1 Plus | ||
network: | ||
- 2G GSM | ||
- 2G CDMA | ||
- 3G UMTS | ||
- 4G LTE | ||
peripherals: | ||
- Dual SIM | ||
- Fingerprint reader | ||
- Accelerometer | ||
- Gyroscope | ||
- Proximity sensor | ||
- Compass | ||
- Hall effect sensor | ||
- Sensor hub | ||
- Light sensor | ||
ram: 4/6 GB | ||
recovery_boot: With the device powered off, hold <kbd>Volume Up</kbd> and connect to a computer. | ||
release: 2018-07 | ||
screen: | ||
density: 432 | ||
resolution: 1080x2280 | ||
size: 147.32 mm (5.80 in) | ||
technology: IPS LCD | ||
soc: Qualcomm SDM660 Snapdragon 636 | ||
storage: 32/64 GB eMMC 5.1 | ||
uses_custom_recovery: true | ||
vendor: Nokia | ||
versions: | ||
- thirteen | ||
- thirteen_plus | ||
wifi: 802.11 a/b/g/n/ac, dual-band, Wi-Fi Direct, Wi-Fi Display, Hotspot |
51 changes: 51 additions & 0 deletions
51
_includes/templates/device_specific/before_install_custom_DRG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
{%- assign device = site.data.devices[page.device] -%} | ||
|
||
## Unlocking the bootloader | ||
|
||
{% include alerts/note.html content="The steps below only need to be run once per device." %} | ||
{% include alerts/warning.html content="Unlocking the bootloader will erase all data on your device! | ||
Before proceeding, ensure the data you would like to retain is backed up to your PC and/or your Google account, or equivalent." %} | ||
|
||
1. Install Nokia USB Drivers (required): | ||
To ensure that your device is properly detected during the bootloader unlock process, make sure to install the required. | ||
If you already have the required drivers installed you can skip this step. To install the drivers, download [this](https://github.com/StollD/nokia-driver-installer/blob/master/out/Phone_Nokia_USB_Driver_v1.4.0.exe) installer package from GitHub and install it to your computer. | ||
|
||
2. Download and extract the Nokia Bootloader Unlock tool from [here](https://tchms.to/NokiaUBLTool). Using this tool you can easily unlock the bootloader of your device without touching the command line. Use a zip management tool of your choice to extract the tool to a folder on your computer. | ||
|
||
{% include alerts/note.html content="The tool currently only supports Windows 7 or later with Microsoft .Net Framework version 4.7.2 or higher. Linux or Mac are not supported. Windows 10 with latest updates is recommended" %} | ||
|
||
3. Reboot the phone into download mode: | ||
Now you need to boot your device to download mode. Follow these steps for bootloader mode: | ||
|
||
1. Turn off your phone. | ||
2. Connect the USB cable to the device only and not the computer. | ||
3. Press and hold Volume Down + Power key together till you reach the screen reads that reads “Download mode”. | ||
Alternatively, you can also use the command ```adb reboot bootloader``` from the stock ROM to bring the phone to download mode. | ||
|
||
4. Generate OTP for the Unlock Tool: | ||
To avoid misuse and limit usage, the tool uses OTP (One-time password). Before you unlock you need to get an OTP. You can generate one from [here](https://www.techmesto.com/nokia-ubl-otp/) | ||
|
||
{% include alerts/note.html content="The OTP is valid for only 15 minutes from generation. In addition only 15 devices are allowed for unlocking each day. After this further generation of OTPs will be disabled for the day. If the OTP generation fails, please be patient and wait for the next day to try again" %} | ||
|
||
5. Run the Unlock Tool and unlock your phone | ||
Now you can use the previously generated OTP to unlock the bootloader of your device. | ||
|
||
1. Run the "Bootloader Unlock by tm.exe" file in the folder where you extracted the tool | ||
2. Paste the OTP (from step 3) into the Enter OTP box in the Unlock Tool. | ||
3. Connect your smartphone in download mode. | ||
4. Click on the "BEGIN UNLOCK" button. | ||
5. Wait for the process to complete and follow the instructions shown in the output window. | ||
6. Your device should prompt you for unlock. Use the volume keys to accept the unlock | ||
|
||
{% include alerts/note.html content="The tool will try to automatically unlock the device in fastboot mode. However, sometimes that can fail. Please put the device to fastboot mode manually if that happens." %} | ||
|
||
{% if device.before_recovery_install %} | ||
{% capture path %}templates/device_specific/before_recovery_install_{{ device.before_recovery_install }}.md{% endcapture %} | ||
{% include {{ path }} %} | ||
{% endif %} | ||
|
||
{% if device.is_ab_device and device.has_recovery_partition != true %} | ||
{% include templates/recovery_install_fastboot_ab.md %} | ||
{% else %} | ||
{% include templates/recovery_install_fastboot_generic.md %} | ||
{% endif %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
{%- assign device = site.data.devices[page.device] -%} | ||
|
||
## Unlocking the bootloader | ||
|
||
{% include alerts/note.html content="The steps below only need to be run once per device." %} | ||
{% include alerts/warning.html content="Unlocking the bootloader will erase all data on your device! | ||
Before proceeding, ensure the data you would like to retain is backed up to your PC and/or your Google account, or equivalent." %} | ||
|
||
1. Install Nokia USB Drivers (required): | ||
To ensure that your device is properly detected during the bootloader unlock process, make sure to install the required. | ||
If you already have the required drivers installed you can skip this step. To install the drivers, download [this](https://github.com/StollD/nokia-driver-installer/blob/master/out/Phone_Nokia_USB_Driver_v1.4.0.exe) installer package from GitHub and install it to your computer. | ||
|
||
2. Download and extract the Nokia Bootloader Unlock tool from [here](https://tchms.to/NokiaUBLTool). Using this tool you can easily unlock the bootloader of your device without touching the command line. Use a zip management tool of your choice to extract the tool to a folder on your computer. | ||
|
||
{% include alerts/note.html content="The tool currently only supports Windows 7 or later with Microsoft .Net Framework version 4.7.2 or higher. Linux or Mac are not supported. Windows 10 with latest updates is recommended" %} | ||
|
||
3. Reboot the phone into download mode: | ||
Now you need to boot your device to download mode. Follow these steps for bootloader mode: | ||
|
||
1. Turn off your phone. | ||
2. Connect the USB cable to the device only and not the computer. | ||
3. Press and hold Volume Down + Power key together till you reach the screen reads that reads “Download mode”. | ||
Alternatively, you can also use the command ```adb reboot bootloader``` from the stock ROM to bring the phone to download mode. | ||
|
||
4. Generate OTP for the Unlock Tool: | ||
To avoid misuse and limit usage, the tool uses OTP (One-time password). Before you unlock you need to get an OTP. You can generate one from [here](https://www.techmesto.com/nokia-ubl-otp/) | ||
|
||
{% include alerts/note.html content="The OTP is valid for only 15 minutes from generation. In addition only 15 devices are allowed for unlocking each day. After this further generation of OTPs will be disabled for the day. If the OTP generation fails, please be patient and wait for the next day to try again" %} | ||
|
||
5. Run the Unlock Tool and unlock your phone | ||
Now you can use the previously generated OTP to unlock the bootloader of your device. | ||
|
||
1. Run the "Bootloader Unlock by tm.exe" file in the folder where you extracted the tool | ||
2. Paste the OTP (from step 3) into the Enter OTP box in the Unlock Tool. | ||
3. Connect your smartphone in download mode. | ||
4. Click on the "BEGIN UNLOCK" button. | ||
5. Wait for the process to complete and follow the instructions shown in the output window. | ||
6. Your device should prompt you for unlock. Use the volume keys to accept the unlock | ||
|
||
{% include alerts/note.html content="The tool will try to automatically unlock the device in fastboot mode. However, sometimes that can fail. Please put the device to fastboot mode manually if that happens." %} | ||
|
||
{% if device.before_recovery_install %} | ||
{% capture path %}templates/device_specific/before_recovery_install_{{ device.before_recovery_install }}.md{% endcapture %} | ||
{% include {{ path }} %} | ||
{% endif %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
sidebar: home_sidebar | ||
title: Build for DRG | ||
folder: build | ||
permalink: /devices/DRG/build/ | ||
device: DRG | ||
--- | ||
{% include templates/device_build.md %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
sidebar: home_sidebar | ||
title: Info about DRG | ||
folder: info | ||
layout: deviceinfo | ||
permalink: /devices/DRG/ | ||
device: DRG | ||
--- | ||
{% include templates/device_info.md %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
sidebar: home_sidebar | ||
title: Install PixelExperience on DRG | ||
folder: install | ||
permalink: /devices/DRG/install/ | ||
device: DRG | ||
--- | ||
{% include templates/device_install.md %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
sidebar: home_sidebar | ||
title: Update PixelExperience on DRG | ||
folder: update | ||
permalink: /devices/DRG/update/ | ||
device: DRG | ||
--- | ||
{% include templates/device_update.md %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
sidebar: home_sidebar | ||
title: Upgrade PixelExperience on DRG | ||
folder: upgrade | ||
permalink: /devices/DRG/upgrade/ | ||
device: DRG | ||
--- | ||
{% include templates/device_upgrade.md %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters