Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Post History
I have an Android 10 device where the OS is unlocked but the bootloader is not. I can't obtain the unlock code through the normal channels because of bureaucratic incompetence. Given that the devi...
#4: Post edited
Is it possible to obtain the unlock code from an unlocked Android device?
- Is it possible to obtain the unlock code from an unlocked Android device via the Android API or the developer command line tools?
#3: Post edited
- I have an Android 10 device where the OS is unlocked but the bootloader is not. I can't obtain the unlock code through the normal channels because of bureaucratic incompetence.
- Given that the device is already unlocked, it possible to obtain the unlock code via the Android API or the developer command line tools?
- In case there's any confusion on what I'm talking about, there are three steps to fully unlocking an Android device:
- 1. Unlocking the OS. This allows the device to be ported to another carrier. This also enables the next step. The original carrier did this remotely.
1. Turning on the "OEM unlocking" option in the device settings under Developer options. I have done this.- 1. Unlocking the bootloader with `fastboot`. This requires the unlock code. This is the step I cannot complete.
- I have an Android 10 device where the OS is unlocked but the bootloader is not. I can't obtain the unlock code through the normal channels because of bureaucratic incompetence.
- Given that the device is already unlocked, it possible to obtain the unlock code via the Android API or the developer command line tools?
- In case there's any confusion on what I'm talking about, there are three steps to fully unlocking an Android device:
- 1. Unlocking the OS. This allows the device to be ported to another carrier. This also enables the next step. The original carrier did this remotely.
- 1. Turning on the "OEM unlocking" option in the device settings under Developer options. This enables the next step. I have done this.
- 1. Unlocking the bootloader with `fastboot`. This requires the unlock code. This is the step I cannot complete.
#2: Post edited
- I have an Android 10 device where the OS is unlocked but the bootloader is not. I can't obtain the unlock code through the normal channels because of bureaucratic incompetence.
Given that the device is already unlocked, it possible to obtain the unlock code via the Android API or the developer command line tools?
- I have an Android 10 device where the OS is unlocked but the bootloader is not. I can't obtain the unlock code through the normal channels because of bureaucratic incompetence.
- Given that the device is already unlocked, it possible to obtain the unlock code via the Android API or the developer command line tools?
- In case there's any confusion on what I'm talking about, there are three steps to fully unlocking an Android device:
- 1. Unlocking the OS. This allows the device to be ported to another carrier. This also enables the next step. The original carrier did this remotely.
- 1. Turning on the "OEM unlocking" option in the device settings under Developer options. I have done this.
- 1. Unlocking the bootloader with `fastboot`. This requires the unlock code. This is the step I cannot complete.
#1: Initial revision
Is it possible to obtain the unlock code from an unlocked Android device?
I have an Android 10 device where the OS is unlocked but the bootloader is not. I can't obtain the unlock code through the normal channels because of bureaucratic incompetence. Given that the device is already unlocked, it possible to obtain the unlock code via the Android API or the developer command line tools?