Install /e/OS on a Vsmart - Joy 3 casuarina
This guide installs /e/OS on your casuarina. Read it through once before you start, so you don’t hit surprises partway in. Downgrading from a newer OS version than the /e/OS build you’re about to install can cause instability or brick some devices — check your current OS version first. Flashing is done at your own risk: /e/OS builds are provided as best effort, without any guarantee, and the /e/OS project takes no responsibility for the consequences.
Requirements
- Back up your important data to an external storage device — some of the steps below format the phone, wiping any backup left on it.
- Charge your phone above 50%.
- Enable
adbandfastbooton your PC — setup instructions. - Download every file listed in the Downloads section below before you start.
- Use a real data cable — some cables only charge and can’t transfer data.
- Enable USB debugging on your device — instructions.
- Confirm your exact model in the Device Selector: where shown, hover the device name for the supported model number, and check it matches yours exactly.
- Boot the stock OS at least once and check everything works — SMS, calls, and both over WiFi and LTE if available (some devices need VoLTE/VoWiFi used once on stock to provision IMS). Whatever’s broken on stock stays broken on /e/OS.
Downloads for casuarina
Each build includes /e/OS Recovery — no separate download needed.
Not sure which one to pick? See official vs. community builds.
Unlocking the bootloader
These steps only need to be run once per device. Unlocking the bootloader will erase all data on your device — make sure anything you want to keep is backed up (see Requirements above). Not sure what unlocking changes on your device? See Bootloader relocking.
An official method of unlocking the bootloader is not available, but there may be some unofficial methods available. Unofficial methods are not recommended or supported by /e/OS, so use them at your own risk! An unlocked bootloader is required to install /e/OS.
no permissions fastboot while on Linux or macOS, try running fastboot as root.Enable OEM unlock in the Developer options under device Settings, if present.
Connect your device to your PC via USB.
On the computer, open a command prompt (on Windows) or terminal (on Linux or macOS) window, and type:
adb reboot bootloaderYou can also boot into fastboot mode via a key combination:
- With the device powered off
- hold Volume Down + Power
Once the device is in fastboot mode, verify your PC finds it by typing:
fastboot devicesNow type the following command to unlock the bootloader:
fastboot oem unlockIf the device doesn’t automatically reboot, reboot it. It should now be unlocked.
Since the device resets completely, you will need to re-enable USB debugging to continue.
Installing a custom recovery using fastboot
Connect your device to your PC via USB.
On the computer, open a command prompt (on Windows) or terminal (on Linux or macOS) window, and type:
adb reboot bootloaderOnce the device is in fastboot mode, verify your PC finds it by typing:
fastboot devicesFlash a recovery image onto your device
fastboot flash recovery recoveryfilename.imgReplace the
recoveryfilenamewith the name of the recovery image you downloaded in the previous sectionManually reboot into recovery mode
- With the device powered off
- hold Volume Up + Volume Down + Power, then select “Recovery mode” using Volume keys.
Steps to install /e/OS using /e/OS recovery
Advanced » Enable adbOn /e/OS Recovery Main Screen:
- Select
Factory reset - Select
Format data / Factory resetoption - Next screen will display a warning that this action cannot be undone
- Select
Format datato proceed orCancelif you want to go back - If you selected
Format data..the format process will complete
The small font text would be similar to this
Wiping data
Formatting/data
Formatting/cache
Data wipe complete
- Display will now return to the Factory Reset screen
In /e/OS Recovery main screen:
Select
Apply Updateand in next screenApply update from adbIn the next screen, the device is now in sideload mode
Note at this point the Cancel option is highlighted that does not mean you have canceled the action. The device is in adb sideload mode.
On your PC begin adb sideload. Type the below command in a console
adb sideload downloaded_file_name.zipReplace downloaded_file_name.zip with the name of the /e/OS file you downloaded in the previous section
Press
enterkey on the keyboard to start the sideloading The screen will show the progress percentage…This might pause at 47%Give it some time
The PC console will now display
Total xfer: 1.00xThe phone screen will now display some text with a message similar to
Script succeeded result was [1.000000]This means that the install was successful
Use the
volume keyto select theback arrowon the top left of the phone screenGo back to the main screen and select
Reboot system nowThe reboot process may take 5 - 10 minutes
To find some troubleshooting tips… click here
adb
- Getting a
Total xFer ':' 0.01xmessage - Try to upload the /e/OS to internal storage and retry to install adb ':' sideload connection failed ':' insufficient permissions for deviceerror - Try to execute the commandsadb kill-serverandadb start-serverand retry- Getting an
insufficient permissionserror - Try the solution given here - When running "adb devices" in bash a device is shown as "unauthorized" - Try the solution given here
Connectivity
- Trying to troubleshoot mobile connectivity issues - Read this guide
Please share your experience , suggest tips or changes to this install guide documentation by visiting the Joy 3 specific topic on our community forum. To report issues in /e/OS please refer this guide