Skip to content

Commit c0cbfe1

Browse files
committed
add installation instructions for devices with FRP Lock on
1 parent 089df87 commit c0cbfe1

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

Diff for: _data/devices/herolte.yml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ peripherals: [Fingerprint reader, Heart rate sensor, Motion Coprocessor, Acceler
2929
RGB ambient light, Infrared sensor]
3030
ram: 4 GB
3131
recovery_boot: With the device powered off, hold <kbd>Volume Up</kbd> + <kbd>Home</kbd> + <kbd>Power</kbd>. When the blue text appears, release the buttons.
32+
force_power_off: Hold <kbd>Volume Down</kbd> + <kbd>Power</kbd> for 5-7s
3233
release: 2016-03-18
3334
screen: 129.5 mm (5.1 in)
3435
screen_ppi: '577'

Diff for: _includes/templates/recovery_install_heimdall.md

+8
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,14 @@ heimdall flash --RECOVERY <recovery_filename>.img --no-reboot
6666
```
6767
{% include alerts/tip.html content="The file may not be named identically to what stands in this command, so adjust accordingly. If the file is wrapped in a zip or tar file, extract the file first, because Heimdall is not going to do it for you." %}
6868
5. A blue transfer bar will appear on the device showing the recovery image being flashed.
69+
5. If the device shows `Custom Binary(RECOVERY) Blocked By FRP Lock`
70+
{% if device.force_power_off %}
71+
* {{ device.force_power_off }}
72+
{% else %}
73+
* Power of your device
74+
{% endif %}
75+
* Boot your device, enter **Settings** -> **Developer Mode** and enable **OEM Unlock**
76+
* Retry installing the custom recovery
6977
6. Unplug the USB cable from your device.
7078
7. Manually reboot into recovery, this may require pulling your battery, or holding the below keycombo until the device reboots:
7179
* {{ device.recovery_boot }}

Diff for: test/schema-06.yml

+3
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,9 @@ properties:
416416
recovery_boot:
417417
"$id": "/properties/recovery_boot"
418418
type: string
419+
force_power_off:
420+
"$id": "/properties/force_power_off"
421+
type: string
419422
release:
420423
"$id": "/properties/release"
421424
description: Date device released to public in ISO8601 reduced precision format

0 commit comments

Comments
 (0)