All Projects → Martazza → Huawei-Bootloader-Unlocker

Martazza / Huawei-Bootloader-Unlocker

Licence: MIT license
This little tool let you unlock your bootloader of your huawei family device easily

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Huawei-Bootloader-Unlocker

XLR8
Android Fastboot Utility Tool-Can do everything xD
Stars: ✭ 27 (-84.66%)
Mutual labels:  unlock, bootloader
SlideToUnlock
No description or website provided.
Stars: ✭ 14 (-92.05%)
Mutual labels:  unlock
opencore
OpenCore Plistlib Generator for Mac Pro 4,1 - 5,1
Stars: ✭ 22 (-87.5%)
Mutual labels:  bootloader
hms-cordova-plugin
This repo contains all of Cordova HMS plugins.
Stars: ✭ 78 (-55.68%)
Mutual labels:  huawei
KeePassQuickUnlock
KeePass 2.x plugin which lets you unlock databases quickly.
Stars: ✭ 121 (-31.25%)
Mutual labels:  unlock
uefi-elf-bootloader
UEFI ELF Bootloader example
Stars: ✭ 40 (-77.27%)
Mutual labels:  bootloader
opennask
nask clone assembly, it can boot tiny OS with Linux
Stars: ✭ 20 (-88.64%)
Mutual labels:  bootloader
hms-av-pipeline-demo
HUAWEI AV Pipeline Kit sample code project, which contains the Java sample code to implement functions like video playback, video super-resolution and media asset management. C++ sample code is contained for calling MediaFilter to use the sound event detection plugin.
Stars: ✭ 14 (-92.05%)
Mutual labels:  huawei
Huawei2019CodeCraft
2019年华为软件精英挑战赛代码仓储,最美代码奖,初赛复赛西北第一,决赛32强
Stars: ✭ 36 (-79.55%)
Mutual labels:  huawei
mandelbrot
Mandelbrot set drawers for vintage hardware
Stars: ✭ 15 (-91.48%)
Mutual labels:  bootloader
huawei solar
Home Assistant integration for Huawei Solar inverters via Modbus
Stars: ✭ 126 (-28.41%)
Mutual labels:  huawei
CloverEFI-4MU
Manually install Clover EFI Bootloader via Linux System on Legacy BIOS or UEFI Firmware.
Stars: ✭ 93 (-47.16%)
Mutual labels:  bootloader
hms-health-demo-java
HMS Health demo code provides demo programs for your reference or usage. Developers can access the Huawei Health Platform and obtain sports & health data by integrating HUAWEI Health.
Stars: ✭ 37 (-78.98%)
Mutual labels:  huawei
MediumUnlimited
Android App written with Flutter/Dart to navigate medium.com without limitations.
Stars: ✭ 28 (-84.09%)
Mutual labels:  unlock
mTower
mTower is Trusted Execution Environment specially designed to be used on MicroController Units (MCUs) supporting ARM TrustZone technology (e.g., Cortex-M23/33/35p). mTower operates well under restrictions typical for such environment – small RAM and ROM sizes, relatively low performance, absence of rich OSes providing variety of services availab…
Stars: ✭ 34 (-80.68%)
Mutual labels:  bootloader
stm32-tkg-hid-bootloader
A HID driverless bootloader and flash tool companion for the STM32F1 line
Stars: ✭ 30 (-82.95%)
Mutual labels:  bootloader
bts-ce-lite
BTS-CE-Lite (Boda-Lite) is a cross platform vendor and technology agnostic telecommunication network management desktop application
Stars: ✭ 24 (-86.36%)
Mutual labels:  huawei
PIC16F1-USB-DFU-Bootloader
DFU protocol variant of Matt Sarnoff's PIC16F1-USB-Bootloader
Stars: ✭ 39 (-77.84%)
Mutual labels:  bootloader
stm32bl
STM32 MCU serial firmware loader (jet another stm32loader fw bootloader tool)
Stars: ✭ 22 (-87.5%)
Mutual labels:  bootloader
mobile-messaging-cordova-plugin
Mobile Messaging SDK plugin for Cordova projects
Stars: ✭ 19 (-89.2%)
Mutual labels:  huawei

Huawei Bootloader Unlocker

This tool let you unlock the bootloader of your Huawei / Honor Device even if the code can't be found.

After closing the official EMUI website, which allowed to retrieve the code to unlock the bootloader of Huawei/Honor phones, here's the fastest free way to retrieve it by yourself.

How To use it

  1. Compile the .C file
    1. gcc source.c -o exec
    2. chmod +x exec
  2. Install Android Developer Tools
  3. Enable USB Debug on your device
  4. Enable OEM Unlock
  5. Connect your device to your computer
  6. Use adb reboot bootloader to reboot your device in bootloader mode
  7. Run the program
    1. ./exec
  8. Wait

FAQ & Troubleshooting

The app on Windows doesn't detect my device. What could be the issue? Windows most likely doesn't recognise your device in ADB mode. Install the universal ADB drivers from here then reboot your PC and try again.

License

MIT License

Copyright (c) 2019 Martazza

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].