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

Commit b217e3c7 authored by Manoj Nair's avatar Manoj Nair
Browse files

Merge branch '1013-removal-of-all-references-to-stable-from-documentation-site' into 'master'

Resolve "Removal of all references to stable from documentation site"

Closes #1013

See merge request e/documentation/user!1175
parents a91b3227 b81ff250
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
> Murena smartphone are phones purchase through the [murena Shop](https://murena.com/)
 - Are built based on source code from the Community build branch which has been released and tested
 - This build undergoes additional and longer testing cycles
 - Builds are made by /e/OS using the /e/OS build infrastructure and signed by /e/OS stable keys
 - Builds are made by /e/OS using the /e/OS build infrastructure and signed by /e/OS official keys
 - Official builds have a maintainer
 - Get regular OTA updates
 - Users can also download the official builds and manually install them if they so desire
+2 −3
Original line number Diff line number Diff line
@@ -59,9 +59,8 @@ You'll find help from [the community forum](https://community.e.foundation/c/co

Help to improve instruction by making suggestion, translating or providing screenshots of your phone would be appreciate a lot!

## I want to select dev or stable builds
At the moment, you can only get the stable build, but
this is definitively a feature we'd like to add. 
## I want to select community or official builds
This is possible for some devices. Check the `Additional Info` column in [this table](https://doc.e.foundation/easy-installer#list-of-devices-supported-by-the-easy-installer) 


## I do not understand English, I want the Easy Installer in my language
+2 −2
Original line number Diff line number Diff line
@@ -10,8 +10,8 @@ The Teracube 2e is failing to update itself automatically. If you are familiar w

## Downloads

* [2e stable](https://ota.ecloud.global/builds/full/stable/2e/e-1.5-q-20221028230220-stable-2e.zip)
* [2e dev](https://ota.ecloud.global/builds/full/dev/2e/e-1.5-q-20221031230909-dev-2e.zip)
* [2e official](https://ota.ecloud.global/builds/full/stable/2e/e-1.5-q-20221028230220-stable-2e.zip)
* [2e community](https://ota.ecloud.global/builds/full/dev/2e/e-1.5-q-20221031230909-dev-2e.zip)

It is important to note the path of downloaded files. You can check your browser's download section to find the file. For more help on file paths, you can search for [how to find a file path](https://spot.murena.io/search?q=how%20to%20find%20file%20path) on **YOUR** OS.

+8 −8
Original line number Diff line number Diff line
@@ -67,28 +67,28 @@ Lets learn more about these two points
- For v1 we will go ahead with the following configurations:

  - test builds would continue to be `eng` builds
  - dev builds will be `userdebug` builds
  - stable builds will be `userdebug` builds with ih8sn which fakes a user build
  - community builds will be `userdebug` builds
  - official builds will be `userdebug` builds with ih8sn which fakes a user build



- Post v1 (what we plan to achieve)

  - test builds will continue to be `eng` builds
  - dev builds will continue to be `userdebug` builds
  - community builds will continue to be `userdebug` builds


## Why can't I root from developer options on /stable builds?
## Why can't I root from developer options on official builds?

`/stable` builds intend to be offer the better user experience for our users. That's why we worked hard in order to offer Safetynet support for those devices, in order to improve third party app support. To do so, we had to fake the build type, moving from `userdebug` to `user` build (awaiting the move on `user` builds)
`official` builds intend to be offer the better user experience for our users. That's why we worked hard in order to offer Safetynet support for those devices, in order to improve third party app support. To do so, we had to fake the build type, moving from `userdebug` to `user` build (awaiting the move on `user` builds)

As a side effect, it disabled the `adb root` option, available under `Developer Options`. In order to recover it, we advise our users to move on a `/dev` build.

## How to root v1.0 /e/OS ROMs

### By enabling `adb rooting` in the developer options (only for /dev builds)
### By enabling `adb rooting` in the developer options (only for community builds)

It is the safest way to root your device. This method only works on `/dev` builds. 
It is the safest way to root your device. This method only works on `community` builds. 

To root your /e/OS device
- Enable [Developer options](/pages/enable-usb-debugging) on the device and enable `adb root`
@@ -99,7 +99,7 @@ To root your /e/OS device
- Enable the `Rooted Debugging` option
- Once done return from this screen back to the main

{% include alerts/tip.html content="If you are on a `/stable` build of /e/OS, enabling Developer Options will not display the adb rooting option. If you still want to root your device you will have to switch on a `/dev` build (or use Magisk)."%}
{% include alerts/tip.html content="If you are on a `official` build of /e/OS, enabling Developer Options will not display the adb rooting option. If you still want to root your device you will have to switch on a `/dev` build (or use Magisk)."%}


### Rooting by Using Magisk
+2 −2
Original line number Diff line number Diff line
@@ -118,8 +118,8 @@ Simplest way is to download and try to install apks one by one. Only the correct

App Lounge v2.7.10 (released with /e/OS v2.2):

- [App Lounge v2.7.10 for `dev` devices](https://gitlab.e.foundation/e/documentation/user/-/raw/master/htdocs/assets/apks/app_lounge/AppLounge-2.7.10-releaseDev.apk)
- [App Lounge v2.7.10 for `stable` devices](https://gitlab.e.foundation/e/documentation/user/-/raw/master/htdocs/assets/apks/app_lounge/AppLounge-2.7.10-releaseStable.apk)
- [App Lounge v2.7.10 for `community` devices](https://gitlab.e.foundation/e/documentation/user/-/raw/master/htdocs/assets/apks/app_lounge/AppLounge-2.7.10-releaseDev.apk)
- [App Lounge v2.7.10 for `official` devices](https://gitlab.e.foundation/e/documentation/user/-/raw/master/htdocs/assets/apks/app_lounge/AppLounge-2.7.10-releaseStable.apk)

**How to revert back to the old "Apps" application?**

Loading