unobomber a way to unlock OEM and bootloader?
This requires internet access from the Stock OS with Google Play services as part of Factory Reset Protection (FRP) for anti-theft protection. Are you sure you followed the instructions correctly?
On device model variants (SKUs) which support being sold as locked devices by carriers, enabling OEM unlocking requires internet access so that the stock OS can check if the device was sold as locked by a carrier.
Alternatively, you can verify and confirm this by following these steps:
https://akc3n.page/gists/#alternative-method-via-cli
unobomber is it even possible to get to know what carrier is my phone connected to
adb shell getprop | grep carrier
or look for ro.carrier
when running getprogp
without piping grep (non-linux).
If that doesn't work, pipe grep apn
or look for ril.attach.apn
running getprop
.
Search on https://android.googlesource.com/device/sample/+/main/etc/apns-full-conf.xml using CTRL
+F
on desktop or if on mobile, use Find in page
from the Vanadium menu to locate the carrier
associated with said apn
.