This repository provides resources for advanced users to update and recover their Xreal Beam devices. Proceed with caution as improper flashing can damage your device.
- Full OTA Update Package: Designed for flashing via sideload in recovery mode.
- Fastboot Images: Individual images for flashing specific partitions using Fastboot commands.
- Flexibility: Update your device outside of official channels.
- Troubleshooting: Recover from issues that may not be covered by standard support.
- Customization: Explore the potential for modifying your Beam's software (at your own risk).
-
Connect your Beam to your computer via USB.
-
Download the latest OTA package (
update.zip
) from the releases section. -
Boot your Beam into recovery mode.
-
Select "Apply update from ADB."
-
Run the following command, replacing
<file_name>
with the actual file:adb sideload <file_name>.zip
-
Connect your Beam to your computer via USB.
-
Download the Fastboot image set (
.img
files) from the releases section. -
Boot your Beam into Fastboot mode.
-
Flash each image using the appropriate partition name:
fastboot flash <partition_name> <file_name>.img
(Common partition names:
boot
,system
,vendor
, etc.)
- Backup: Before proceeding, back up all important data as flashing can erase your device.
- Battery: Ensure your Beam is sufficiently charged to avoid interruptions.
- Research: Familiarize yourself with Fastboot and recovery procedures before starting.
This is an unofficial project. We are not affiliated with Xreal and do not provide any warranty or guarantee. Use these tools at your own risk.