Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

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.

Comments on Is it possible to obtain the unlock code from an unlocked Android device via the Android API or the developer command line tools?

Post

Is it possible to obtain the unlock code from an unlocked Android device via the Android API or the developer command line tools?

+3
−0

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.
  2. Turning on the "OEM unlocking" option in the device settings under Developer options. This enables the next step. I have done this.
  3. Unlocking the bootloader with fastboot. This requires the unlock code. This is the step I cannot complete.
History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

1 comment thread

This is an interesting question and I think it is better suited for the power users community: https:... (2 comments)
This is an interesting question and I think it is better suited for the power users community: https:...
Alexei‭ wrote 3 months ago · edited 3 months ago

This is an interesting question and I think it is better suited for the power users community: https://powerusers.codidact.com/ .

Kevin Krumwiede‭ wrote 3 months ago

Maybe a parallel question about other approaches. In this question I'm only looking for a solution involving the Android API or developer tools.