It contains two parts: `sources` which specifies files that need to be downloaded and `flash` which defines UI for the different steps.
__/!\ files must have a sha256sum to check integrity. The sha256 should be the exact filename(with extension) +".sha256sum". The sha256sum should be in the same folder as the target file. It will be automaticaly downloaded.__
__/!\ files must have a sha256sum to check integrity. The sha256 should be the exact filename(with extension) +".sha256sum". The sha256sum should be in the same folder as the target file. It will be downloaded automatically.__
#### `flash`
@@ -281,7 +281,7 @@ It has the following structure:
-`title` contains the translations' key for the step's title. The value is defined in `src/main/resources/lang/traduction.properties`
-`instruction` are translations' keys for the instruction at this step. Their values are defined in `src/main/resources/lang/traduction.properties`
It is also used to identify pictures to display along with the instruction. Pictures are defined like instructions' text but are locatd in `src/main/resources/instructions/imageName.properties`
It is also used to identify pictures to display along with the instruction. Pictures are defined like instructions' text but are located in `src/main/resources/instructions/imageName.properties`
-`stepNumber` defines the step place in the process
@@ -304,7 +304,7 @@ It is also used to identify pictures to display along with the instruction. Pict
-`stepNumber` is the same as for `action` type.
-`averageTime` defines the averageTime the step is required to do its job. it is in second.
-`averageTime` defines the average time the step is required to do its job. it is in second.
@@ -47,7 +47,7 @@ USB cables are the source of many issues, because they're often not made to last
If any of the above solutions worked, you should try with another computer
## Downloading of sources failed immediatly after the beginning
## Downloading of sources failed immediately after the beginning
[Check that "images" server is available](https://status.e.foundation).
If server is unavailable, please try again later.
@@ -106,7 +106,7 @@ You might also want to do the following:
## The installation of "TWRP" (the recovery) fails
There is a "special" step during the process for Samsung phones. After the recovery is installed,
you'll have to leave the download mode (by pressing continuously on "Power"+"volume down"). As soon as the screen become black (like an off device) you must immediatly start into recovery (by pressing continuously on "Power"+"volume up"+"bixby"/"home"). Our tip is to only move the finger from the volume button.
you'll have to leave the download mode (by pressing continuously on "Power"+"volume down"). As soon as the screen become black (like an off device) you must immediately start into recovery (by pressing continuously on "Power"+"volume up"+"bixby"/"home"). Our tip is to only move the finger from the volume button.
The manipulation is a little tricky but not impossible.
**Note:** We know that there is no warning about it yet, but we'll add it in future release.
@@ -130,7 +130,7 @@ It should work without any issue on Windows 7, 8, 10, Ubuntu, ElementaryOS and L
## I want to install the Easy Installer on a Windows without admin access
You will be able to install, but you won't get a shorcut in your non-admin account.
You will be able to install, but you won't get a shortcut in your non-admin account.
You have some knowledge in NSIS (tools to create windows installer)? Feel free to give us an hand at <theissue>
@@ -4,7 +4,7 @@ Dieses Dokument erklärt, wie Sie den murena.io E-Mail-Alias für Ihr E-Mail-Kon
## murena.io E-Mail-Adressen
Murena Workspace users now have the choice to use murena.io domain for emails. For example, a user called "jane.doe" is now able to use both `jane.doe@e.email` and `jane.doe@murena.io` email adresses. You can send emails with this alias, so others will see received emails coming from your murena.io alias. You can use it as your default email address for sending emails, but don't forget that your account name is still the one with e.email
Murena Workspace users now have the choice to use murena.io domain for emails. For example, a user called "jane.doe" is now able to use both `jane.doe@e.email` and `jane.doe@murena.io` email addresses. You can send emails with this alias, so others will see received emails coming from your murena.io alias. You can use it as your default email address for sending emails, but don't forget that your account name is still the one with e.email
You can now customize applications installed by default in /e/OS.
* if you want to add extra applications to the default applications: add your APK to the android_prebuilts_prebuiltapks/ directory, and set the `CUSTOM_APPS` environment variable accordingly in the Docker image, before building.
* if you want to keep a minimal /e/OS build, set the `MINIMAL_APPS` environement variable to true (default is false). For now it's removing LibreOffice viewer, PDFViewer, Maps and Weather.
* if you want to keep a minimal /e/OS build, set the `MINIMAL_APPS` environment variable to true (default is false). For now it's removing LibreOffice viewer, PDFViewer, Maps and Weather.