Huawei Watch (huawei-sturgeon): Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 45: | Line 45: | ||
{{Device owners}} | {{Device owners}} | ||
== How to enter | == How to enter Fastboot mode == | ||
# Hold down the power button. | # Hold down the power button. | ||
# The watch will reboot, keep holding the power button. | # The watch will reboot, keep holding the power button. | ||
Line 66: | Line 66: | ||
You can then either reboot or run <code>fastboot continue</code> to boot into postmarketOS. | You can then either reboot or run <code>fastboot continue</code> to boot into postmarketOS. | ||
== Fastboot OEM-specific commands == | |||
<source lang="shell-session"> | |||
fastboot oem unlock | |||
fastboot oem lock | |||
fastboot oem unlock_critical | |||
fastboot oem lock_critical | |||
fastboot oem device-info | |||
fastboot oem enable-charger-screen | |||
fastboot oem disable-charger-screen | |||
fastboot oem select-display-panel | |||
fastboot oem get-build-number | |||
fastboot oem get-oem-version | |||
fastboot oem shutdown | |||
</source> | |||
== See also == | == See also == |
Revision as of 10:55, 2 January 2022
![]() Huawei Watch running the weston demo | |
Manufacturer | Huawei |
---|---|
Name | Watch |
Codename | huawei-sturgeon |
Released | 2015 |
Hardware | |
Chipset | Qualcomm APQ8026 Snapdragon 400 |
CPU | Quad-core 1.2 GHz Cortex-A7 |
GPU | Adreno 305 |
Display | 400x400 AMOLED |
Storage | 4 GB |
Memory | 512 MB |
Architecture | armv7 |
Software | |
Original software | Android Wear |
postmarketOS | |
Category | testing |
Pre-built images | no |
postmarketOS kernel | 3.10.40 |
Flashing |
Works |
---|---|
USB Networking |
Works |
Internal storage |
No data |
SD card |
No data |
Battery |
No data |
Screen |
Works |
Touchscreen |
Works |
Multimedia | |
3D Acceleration |
No data |
Audio |
No data |
Camera |
No data |
Camera Flash |
No data |
Connectivity | |
WiFi |
Works |
Bluetooth |
No data |
GPS |
No data |
NFC |
No data |
Modem | |
Calls |
No data |
SMS |
No data |
Mobile data |
No data |
Miscellaneous | |
FDE |
No data |
USB OTG |
No data |
HDMI/DP |
No data |
Sensors | |
Accelerometer |
No data |
Magnetometer |
No data |
Ambient Light |
No data |
Proximity |
No data |
Hall Effect |
No data |
Haptics |
No data |
Barometer |
No data |
Contributors
- Timbz
Users owning this device
How to enter Fastboot mode
- Hold down the power button.
- The watch will reboot, keep holding the power button.
- Wait for the first vibration, release the power button and then immediately tab it again.
Installation
First build the image:
$ pmbootstrap init
$ pmbootstrap install
Then in order to flash it put your device in fastboot mode, and put it on the dock. Then do:
$ pmbootstrap flasher flash_rootfs
$ pmbootstrap flasher flash_kernel
You can then either reboot or run fastboot continue
to boot into postmarketOS.
Fastboot OEM-specific commands
fastboot oem unlock
fastboot oem lock
fastboot oem unlock_critical
fastboot oem lock_critical
fastboot oem device-info
fastboot oem enable-charger-screen
fastboot oem disable-charger-screen
fastboot oem select-display-panel
fastboot oem get-build-number
fastboot oem get-oem-version
fastboot oem shutdown
See also
- pmaports!2538 Initial merge request
- Kernel source backup
- AsteroidOS device page