summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuK1337 <priv.luk@gmail.com>2020-05-25 18:18:31 +0200
committerƁukasz Patron <priv.luk@gmail.com>2020-05-25 18:22:26 +0200
commitb35a0e56342f1056825abd7453001ad7f51b9e2e (patch)
tree65981c6a36c21407139596e29249b0af4fe8800d
parent7b5b8d03e15f1c7b0dfccd73dcb5d63a40dc0e7a (diff)
downloadlineage_wiki-b35a0e56342f1056825abd7453001ad7f51b9e2e.tar.gz
lineage_wiki-b35a0e56342f1056825abd7453001ad7f51b9e2e.tar.bz2
lineage_wiki-b35a0e56342f1056825abd7453001ad7f51b9e2e.zip
wiki: Add 'connect to wifi' before oem unlock on gts4lv
Change-Id: Ia763daf9bcdfa489207d23fa2c8b823026107b5e
-rw-r--r--_includes/templates/device_specific/before_install_gts4lv.md29
1 files changed, 15 insertions, 14 deletions
diff --git a/_includes/templates/device_specific/before_install_gts4lv.md b/_includes/templates/device_specific/before_install_gts4lv.md
index 77020105..f2cd7927 100644
--- a/_includes/templates/device_specific/before_install_gts4lv.md
+++ b/_includes/templates/device_specific/before_install_gts4lv.md
@@ -3,28 +3,29 @@
{% include alerts/warning.html content="The following instructions will unlock the bootloader and wipe all userdata on the device." %}
{% unless device.no_oem_unlock_switch %}
-1. Enable Developer Options by pressing the "Build Number" option in the "Settings" app within the "About" menu
+1. Connect the device to a Wi-Fi network.
+2. Enable Developer Options by pressing the "Build Number" option in the "Settings" app within the "About" menu
* From within the Developer options menu, enable OEM unlock.
{% endunless %}
-2. Download [this](https://dl.twrp.me/gts4lvwifi/vbmeta.tar.html) VBMeta image `.tar` file.
-3. Power off the device, and boot it into download mode:
+3. Download [this](https://dl.twrp.me/gts4lvwifi/vbmeta.tar.html) VBMeta image `.tar` file.
+4. Power off the device, and boot it into download mode:
* {{ device.download_boot }}
* Now, click the button that the onscren instructions coorelate to "Continue" and/or "Unlock Bootloader", and insert the USB cable into the device.
-4. Download and install the necessary drivers.
+5. Download and install the necessary drivers.
* Download the newest Samsung drivers from [here](https://developer.samsung.com/mobile/android-usb-driver.html). You will need to create a Samsung account and login to download them.
* Install `SAMSUNG_USB_Driver_for_Mobile_Phones.exe`.
-5. Download [this](https://androidfilehost.com/?fid=4349826312261712202) version of Odin.
-6. Extract "Odin_3.13.1.zip".
-7. Run `Odin3 v3.13.1` found in the newly extracted "Odin_3.13.1" folder.
-8. Check the box labeled next to the button labeled "AP", and then click the "AP" button.
+6. Download [this](https://androidfilehost.com/?fid=4349826312261712202) version of Odin.
+7. Extract "Odin_3.13.1.zip".
+8. Run `Odin3 v3.13.1` found in the newly extracted "Odin_3.13.1" folder.
+9. Check the box labeled next to the button labeled "AP", and then click the "AP" button.
* In the menu that pops up, select the newly downloaded custom VBMeta `.tar` file.
{% include alerts/tip.html content="The filename may very depending on your device, and version of TWRP." %}
-9. Check in the top left of thne Odin window that you see a valid device, it will show up as something like `COM0`.
+10. Check in the top left of thne Odin window that you see a valid device, it will show up as something like `COM0`.
{% include alerts/tip.html content="The `COM` port, or the number succeeding `COM`, may be any valid number." %}
-10. A blue transfer bar will appear on the device showing the recovery image being flashed.
-11. Your device will reboot, you may now unplug the USB cable from your device.
-12. The device will demand you format userdata, please follow the onscreen instructions to do so.
+11. A blue transfer bar will appear on the device showing the recovery image being flashed.
+12. Your device will reboot, you may now unplug the USB cable from your device.
+13. The device will demand you format userdata, please follow the onscreen instructions to do so.
{% unless device.no_oem_unlock_switch %}
-13. Run through Android Setup skipping everything you can, then connect the device to a Wi-Fi network.
-14. Re-enable Development settings by clicking the "Build Number" option 10 times, in the "Settings" app within the "About" menu, and verify that "OEM Unlock" is still enabled in the "Developer options" menu.
+14. Run through Android Setup skipping everything you can, then connect the device to a Wi-Fi network.
+15. Re-enable Development settings by clicking the "Build Number" option 10 times, in the "Settings" app within the "About" menu, and verify that "OEM Unlock" is still enabled in the "Developer options" menu.
{% endunless %}