Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 394ab75d authored by Romain Hunault's avatar Romain Hunault 🚴🏻
Browse files

feat(eos): add how-to

parent fb821d32
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
# Factory Reset Without a Screen

If your screen pixels are unavailable, you can reset the device through ADB:

1. Install `adb` (see [How to install ADB and Fastboot](https://community.e.foundation/t/howto-installing-adb-and-fastboot-on-your-computer/3051)).
2. Reboot the phone into the recovery environment.
3. Run `adb shell twrp wipe data` (this clears app data only; user files on internal storage remain).
4. Remove your media/files with `adb shell rm -rf /sdcard/*`.

> ⚠️ These commands permanently delete files; back anything important up first.
+9 −0
Original line number Diff line number Diff line
# How to update /e/OS

1. Open the updater (`Settings > System > Advanced > Updater`).

2. Tap **Download** on the most recent release. If nothing appears, refresh the list via the top-right button. LTE users may be prompted to switch to Wi-Fi.

3. Once the firmware downloads, tap **Install** and confirm.

4. When installation finishes, reboot the device to apply the update.
+3 −13
Original line number Diff line number Diff line
@@ -37,18 +37,6 @@ deGoogling is not about ignoring real threats: it neither defends against state-
- **Murena Vault, downloadable backups, and meta search** keep your workflows inside the same trust boundary.
- **App Lounge** aggregates apps from Google Play, F-Droid, and PWAs, layering a privacy score computed from Exodus trackers and permission audits.

## Factory reset without a screen

If your screen is unavailable, you can clean the device via ADB:

1. Install `adb` (see [How to install ADB and Fastboot](https://community.e.foundation/t/howto-installing-adb-and-fastboot-on-your-computer/3051)).
2. Reboot the device into recovery mode.
3. Run `adb shell twrp wipe data`. This command only wipes app data; user files stay on internal storage.
4. Remove stored files with `adb shell rm -rf /sdcard/*`.

   > ⚠️ Installers should note that the storage cleanup permanently deletes files; back up anything important first.



## Migration resources

@@ -71,9 +59,11 @@ If your screen is unavailable, you can clean the device via ADB:
- **eDrive** – back up media, documents, and ROM settings to Murena Workspace and pick which directories should synchronize. [Manage sync →](apps/edrive/)
- **Android Auto** – pair your phone with a compatible car after installing the required Google apps and granting Maps notifications and location permissions. [Set it up →](apps/android-auto/)

### Device backup & restore
### How-to

- **Backup & Restore your phone** – move files, contacts, SMS, apps, and notes to a computer before reinstalling /e/OS, and recover them afterwards with the same tools. [Follow the guide →](backup-and-restore/)
- **Update /e/OS** – use the Updater in Settings to download the latest release, install it, and reboot. [Step-by-step →](how-to-update/)
- **Factory reset without a screen** – wipe data and storage via ADB commands even if the display is unusable. [Reset guide →](factory-reset/)

### Learn

+0 −29
Original line number Diff line number Diff line
1. Open the updater app

    `Settings` > `System` > `Advanced` > `Updater`

    ![](images/screenshot_20201119_10_38_46.png)
    ![](images/screenshot_20201119_10_38_53.png)
    ![](images/screenshot_20201119_10_39_01.png)
    ![](images/screenshot_20201119_10_39_06.png)

1. On the last available update, tap on `Download`

    ![](images/screenshot_20201119_10_39_11.png)

    > If no update available, tap the **refresh button** on top right

    > The Updater download the necessary file. If you are on LTE, a warning popup ask you if you prefer to switch to Wifi

1. Once downloaded, tap on `Install`. Tap on `OK` to start the installation.

    ![](images/screenshot_20201119_10_54_46.png)
    ![](images/screenshot_20201119_10_56_03.png)

    > The Install process starts. It may take a long time

1. Once finished, reboot your device.

    ![](images/screenshot_20201119_11_08_39.png)

The device reboots. Update applied! 👏