Fastboot Unlock: Difference between revisions

From Variscite Wiki
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
--> {{#vardefine:RELEASE_PARAM|{{#urlget:release}}}} <!--
--> {{#vardefine:RELEASE_PARAM|{{#urlget:release}}}} <!--
--> {{#lst:Android_Platform_Customization|{{#var:RELEASE_PARAM|RELEASE_N7.1.1_1.0.0_VAR-SOM-MX6}}}} <!--
--> {{#lst:Android_Platform_Customization|{{#var:RELEASE_PARAM|RELEASE_N7.1.1_1.0.0_VAR-SOM-MX6}}}} <!--
--> {{PageHeader|{{#var:HARDWARE_NAME}} - Android {{#var:ANDROID_NAME}} {{#var:ANDROID_VERSION}} - Fastboot unlock}} {{DocImage|category1=Android|category2={{#var:HARDWARE_NAME}}}} __toc__
--> {{PageHeader|{{#var:HARDWARE_NAME}} - {{#switch: {{#var:ANDROID_NAME}} | Android 10 = {{#var:ANDROID_NAME}} | Android 11 = {{#var:ANDROID_NAME}} | | Android 12 = {{#var:ANDROID_NAME}} | Android 13 = {{#var:ANDROID_NAME}} | Android {{#var:ANDROID_NAME}} }} - Fastboot unlock}} {{DocImage|category1=Android|category2={{#var:HARDWARE_NAME}}}} __toc__


= OEM unlocking via Fastboot =
= OEM unlocking via Fastboot =
If you are using the userdebug build, it behaves like a standard Android device and says device is locked.  
If you are using the user debug build, it behaves like a standard Android device and says device is locked. <br>
You may need to unlock the device by following below steps:
You may need to unlock the device by following below steps:
* Settings => System => About Tablet => Build number
* Settings => System => About Tablet => Build number
* Keep on tapping until you see a prompt that says "You are now a developer!"
* Keep on tapping until you see a prompt that says "You are now a developer!"
* Settings => System => Advanced => Deveoper options => OEM unlocking
* Settings => System => Advanced => Deveoper options => OEM unlocking
* reboot to bootloader via
* Reboot to bootloader via
  $ adb reboot bootloader
  $ adb reboot bootloader
or on Serial terminal
or on the Serial terminal
  # reboot bootloader
  # reboot bootloader
* Type "fastboot q" in the U-Boot command line
* Type "fastboot 0" in the U-Boot command line
* Run "sudo `which fastboot` oem unlock" from the Host PC
* Run "sudo `which fastboot` oem unlock" from the Host PC
* Wait until the unlock process is complete
* Wait until the unlock process is complete


Now you should have you device OEM unlocked,  and from now onwards you can flash your custom built images generated from your Android build.
Now you should have your device OEM unlocked,  and from now onwards you can flash your custom-built AOSP images generated from your Android build.

Latest revision as of 20:29, 12 September 2023

VAR-SOM-MX6 - Android Nougat - Fastboot unlock

OEM unlocking via Fastboot

If you are using the user debug build, it behaves like a standard Android device and says device is locked.
You may need to unlock the device by following below steps:

  • Settings => System => About Tablet => Build number
  • Keep on tapping until you see a prompt that says "You are now a developer!"
  • Settings => System => Advanced => Deveoper options => OEM unlocking
  • Reboot to bootloader via
$ adb reboot bootloader

or on the Serial terminal

# reboot bootloader
  • Type "fastboot 0" in the U-Boot command line
  • Run "sudo `which fastboot` oem unlock" from the Host PC
  • Wait until the unlock process is complete

Now you should have your device OEM unlocked, and from now onwards you can flash your custom-built AOSP images generated from your Android build.