Advertisement
metalx1000

Unlock Motorola Bootloader

Apr 25th, 2023
1,285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.56 KB | None | 0 0
  1. #Remember that unlocking the bootloader will erase all data
  2. #Enable Developers mode
  3. #Settings -> About Phone -> click Build number 7 times
  4. #Go to Developer settings and turn on adb debuging
  5.  
  6. sudo aptitude install android-tools-fastboot android-tools-adb abootimg
  7. sudo adb reboot bootloader
  8. sudo fastboot oem get_unlock_data
  9.  
  10. #Go to this site: https://motorola-global-portal.custhelp.com/app/standalone/bootloader/unlock-your-device-a
  11. #Join all 5 line and paste them into that site to get an unlock key emailed to you
  12.  
  13. sudo fastboot oem unlock <key that was emailed>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement