Seluna/solios: Difference between revisions
(Created page with "{{Watches |Name=seluna |Model=Google Pixel Watch 3 (LTE) |Chipset=sw5100 }} Category:Watches seluna (Pixel Watch 3 LTE) and solios (Pixel Watch 3 Wi-Fi/Bluetooth) are Android 16 smartwatches featuring the Qualcomm Snapdragon W5 Gen 1 chipset. = Description = This watch is sold in 2 variations: {| class="wikitable" |- ! Codename !! Model Name |- | seluna || Pixel Watch 3 LTE |- | solios || Pixel Watch 3 Wi-Fi/Bluetooth |}") |
(bootloader unlock procedure) |
||
| Line 17: | Line 17: | ||
| solios || Pixel Watch 3 Wi-Fi/Bluetooth | | solios || Pixel Watch 3 Wi-Fi/Bluetooth | ||
|} | |} | ||
=== Bootloader Unlock === | |||
The bootloader of the Pixel Watch 3 can be unlocked by enabling “OEM unlock” within the Android developer options, rebooting into bootloader mode via ADB and unlocking afterward via fastboot.<syntaxhighlight lang="bash"> | |||
# reboot to bootloader | |||
adb reboot bootloader | |||
# check if the watch is unlockable. If yes it returns "1" | |||
fastboot flashing get_unlock_ability | |||
# ask the device to prompt for bootloader unlock | |||
fastboot flashing unlock | |||
</syntaxhighlight>After issuing the unlock command, the action must be confirmed on the watch. | |||
Revision as of 16:20, 26 October 2025
seluna (Pixel Watch 3 LTE) and solios (Pixel Watch 3 Wi-Fi/Bluetooth) are Android 16 smartwatches featuring the Qualcomm Snapdragon W5 Gen 1 chipset.
Description
This watch is sold in 2 variations:
| Codename | Model Name |
|---|---|
| seluna | Pixel Watch 3 LTE |
| solios | Pixel Watch 3 Wi-Fi/Bluetooth |
Bootloader Unlock
The bootloader of the Pixel Watch 3 can be unlocked by enabling “OEM unlock” within the Android developer options, rebooting into bootloader mode via ADB and unlocking afterward via fastboot.
# reboot to bootloader
adb reboot bootloader
# check if the watch is unlockable. If yes it returns "1"
fastboot flashing get_unlock_ability
# ask the device to prompt for bootloader unlock
fastboot flashing unlock
After issuing the unlock command, the action must be confirmed on the watch.