-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cadde94
commit 0be1a19
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Samsung Galaxy A41 [SM-A415F] - Team Win Recovery Project | ||
|
||
```diff | ||
- TWRP Status: Bugfixing, experimental. | ||
``` | ||
|
||
Run ``chmod +x device/samsung/a41/mkbootimg`` to avoid building issues. | ||
### Special thanks to: | ||
> [TeamWin](https://github.com/TeamWin) for the Recovery Project. | ||
> | ||
> [Akhil199](https://github.com/akhil1999) for his [kernel](https://github.com/akhil1999/android_kernel_samsung_a41xx). | ||
> | ||
> [Zillion](https://github.com/DevZillion) for re-doing Akhil's lost device tree. | ||
### How to install | ||
> Flash the latest .tar release from [releases](https://github.com/Galaxy-MT6768/android_device_samsung_a41xx/releases), it may require Magisk patched vbmeta.img | ||
> | ||
> Hold the recovery combination (Volume Up + Power) while the .tar is flashing via the odin tool. | ||
> | ||
> When booted up into twrp got to ``Advanced > Terminal`` and type ``multidisabler --all``. | ||
> | ||
> After that go to ``Wipe > Format Data``, all your data will be lost. | ||
> | ||
> You can now boot into your system and do whatever you want. |