Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add installation instructions for devices with FRP Lock on #141

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _data/devices/herolte.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ peripherals: [Fingerprint reader, Heart rate sensor, Motion Coprocessor, Acceler
RGB ambient light, Infrared sensor]
ram: 4 GB
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.
force_power_off: Hold <kbd>Volume Down</kbd> + <kbd>Power</kbd> for 5-7s
release: 2016-03-18
screen: 129.5 mm (5.1 in)
screen_ppi: '577'
Expand Down
8 changes: 8 additions & 0 deletions _includes/templates/recovery_install_heimdall.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,14 @@ heimdall flash --RECOVERY <recovery_filename>.img --no-reboot
```
{% 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." %}
5. A blue transfer bar will appear on the device showing the recovery image being flashed.
5. If the device shows `Custom Binary(RECOVERY) Blocked By FRP Lock`
{% if device.force_power_off %}
* {{ device.force_power_off }}
{% else %}
* Power of your device
{% endif %}
* Boot your device, enter **Settings** -> **Developer Mode** and enable **OEM Unlock**
* Retry installing the custom recovery
6. Unplug the USB cable from your device.
7. Manually reboot into recovery, this may require pulling your battery, or holding the below keycombo until the device reboots:
* {{ device.recovery_boot }}
Expand Down
3 changes: 3 additions & 0 deletions test/schema-06.yml
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,9 @@ properties:
recovery_boot:
"$id": "/properties/recovery_boot"
type: string
force_power_off:
"$id": "/properties/force_power_off"
type: string
release:
"$id": "/properties/release"
description: Date device released to public in ISO8601 reduced precision format
Expand Down