Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I can't get dc to find my phone to pull the code.
I read elsewhere to email Huawei for it.
So that made me wonder...
the topic.
I got a code....
is there a way to unlock on device through terminal?
What happens if its the wrong code????![]()
sudo add-apt-repository ppa:phablet-team/tools
sudo apt-get update
sudo apt-get install android-tools-fastboot
sudo fastboot oem unlock {CODE}
fastboot oem unlock {CODE}
sudo fastboot OEM status
Assuming you are running Ubuntu (or a derivative thereof), you can do the following. In a terminal type
Code:sudo add-apt-repository ppa:phablet-team/tools
Hit enter, then type
Code:sudo apt-get updateCode:sudo apt-get install android-tools-fastboot
Once that installs, you can simply type
Code:sudo fastboot oem unlock {CODE}
And your device is now unlocked.
On Windows, you need to download the Android SDK from https://developer.android.com/sdk, then open the SDK manager, install platform-tools, navigate to your platform-tools directory, and then enter
Code:fastboot oem unlock {CODE}
sudo fastboot oem get-bootinfo