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

Commit c4a70267 authored by Romain Hunault's avatar Romain Hunault 💻
Browse files

Merge branch '1049-fix-some-broken-links' into 'master'

Fix some broken links in documentation

See merge request e/documentation/user!1231
parents 129b6047 4047f655
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ You can use [the Android one](https://developer.android.com/tools/releases/platf
1. Select the folder where you downloaded the driver
1. Wait for the driver to install

{% include alerts/tip.html content="You can follow the[official android documentation about driver installation](https://developer.android.com/studio/run/oem-usb0)" %}
{% include alerts/tip.html content="You can follow the[official android documentation about driver installation](https://developer.android.com/studio/run/oem-usb)" %}
  
{% include alerts/tip.html content="You may have to reboot your computer after driver installation, to make them available." %}
+1 −1
Original line number Diff line number Diff line
@@ -52,4 +52,4 @@ cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DQt5Widgets_DIR=/usr/local
make
```

*This documentation "Install Heimdall v1.4.2" is a derivative of [Win32/README.txt](https://gitlab.com/BenjaminDobell/Heimdall/blob/master/Win32/README.txt), [Linux/README.txt](https://gitlab.com/BenjaminDobell/Heimdall/blob/master/Linux/README) and [/OSX/README.txt](https://gitlab.com/BenjaminDobell/Heimdall/blob/master/OSX/README.txt) by [Heimdall Project](ttps://gitlab.com/BenjaminDobell/Heimdall), used under [MIT License](https://gitlab.com/BenjaminDobell/Heimdall/blob/master/LICENSE).*
*This documentation "Install Heimdall v1.4.2" is a derivative of [Win32/README.txt](https://gitlab.com/BenjaminDobell/Heimdall/blob/master/Win32/README.txt), [Linux/README.txt](https://gitlab.com/BenjaminDobell/Heimdall/blob/master/Linux/README) and [/OSX/README.txt](https://gitlab.com/BenjaminDobell/Heimdall/blob/master/OSX/README.txt) by [Heimdall Project](https://gitlab.com/BenjaminDobell/Heimdall), used under [MIT License](https://gitlab.com/BenjaminDobell/Heimdall/blob/master/LICENSE).*
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ You can use [the Android one](https://developer.android.com/tools/releases/platf
1. Select the folder where you downloaded the driver
1. Then wait for the driver to install.

{% include alerts/tip.html content="You can follow the [official android documentation about driver installation](https://developer.android.com/studio/run/oem-usb0)" %}
{% include alerts/tip.html content="You can follow the [official android documentation about driver installation](https://developer.android.com/studio/run/oem-usb)" %}


{% include alerts/tip.html content="You may have to reboot your computer after driver installation, to make them available." %}
+1 −1
Original line number Diff line number Diff line
{% include alerts/danger.html content="These instructions are only for Windows PC users"%}

{% include alerts/danger.html content="The install will wipe all data on your phone."%}
1. Download and install [MTK driver](https://www.mediafire.com/file/b1xjnx3mj7b7f8y/MTK_USB_All_v1.0.8.zip/file) 
1. Download and install [MTK driver](https://web.archive.org/web/20240102194642/https://www.mediafire.com/file/b1xjnx3mj7b7f8y/MTK_USB_All_v1.0.8.zip/file) 
2. Download and extract the [SP Flash Tool](https://spflashtool.com/download/)
3. Download and extract the [stock rom firmware](https://androidfilehost.com/?fid=2981970449027570889)
4. Next  open sp flash tool where you extracted it.
+2 −2
Original line number Diff line number Diff line
@@ -112,6 +112,6 @@ The steps on how to install Magisk is not in the scope of this document. Interes

## Additional references

- [How to root](https://www.xda-developers.com/root/)
- [How to root](https://web.archive.org/web/20230831175328/https://www.xda-developers.com/root/)
- [ih8sn Github repo](https://github.com/luk1337/ih8sn)
- [Magisk](https://www.xda-developers.com/how-to-install-magisk/)
 No newline at end of file
- [Magisk](https://web.archive.org/web/20230910103619/https://www.xda-developers.com/how-to-install-magisk/)
 No newline at end of file
Loading