[UNOFFICIAL][RECOVERY] TWRP 3.3.1-0 for Galaxy A50s - Samsung Galaxy A50s ROMs, Kernels, Recoveries, & O

TWRP is an open source, community project. A custom recovery is used for installing custom software on your device. This TWRP does not include Magisk..
Disclaimer
I'm not responsible if something went wrong on your phone(Usually nothing goes wrong). You are doing this on your own responsibility. Installing TWRP may void warranty.
Downloads Update
TWRP and Disable_Dm-Verity_ForceEncrypt
twrp_A50sOS10MagiskPatched4GSIRom.tar for rooting GSI ROM, it does not work for Stock ROM
Installation
1. Make sure the bootloader is unlocked, OEM unlock option is grey out
2. Enter Download Mode : Turn Power Off. Press and hold Volume Up key + Power Key, When Samsung Logo appears release Power Key only, keep pressing Volume Up key until Android Recovery Mode Appears. Wipe data / factory reset.* Select Reboot to bootloader.
3. Open ODIN, IMPORTANT!: Uncheck “Auto Reboot” in Options!
4. Flashing twrp_A50s_OS10.tar as AP in ODIN,
5. Connect phone to computer then click start.
6. Magisk is now successfully flashed to your device! Several steps before you can properly use the device.
7. DO NOT SKIP THIS STEP! Press and hold Volume Down + Power Key, when the screen blank quickly press and hold Volume Up + Power key, when Samsung Logo appears release Power key only, keep pressing Volume Up key until TWRP Recovery Mode Appears.
8. Select Wipe -> Format data.
9. Copy Disable_Dm-Verity_ForceEncrypt_01.14.2020.zip to phone
10. Install Disable_Dm-Verity_ForceEncrypt_01.14.2020.zip
11. Select Reboot to System
12. Done!
Video Install Instructions https://youtu.be/b9czi6MpVeQ
Magisk root does not work right now, Boot loop issue
Contributors
halcyon441 and redymedan
Source Code: https://github.com/halcyon441-png/android-10
Created 2020-05-12
UPDATE: 2020-05-21

im proud of you. send me what you edit, i need for educational purpose.
do a reserved reply or two. you will need it for update and bugs.

halcyon441 said:
im proud of you. send me what you edit, i need for educational purpose.
Click to expand...
Click to collapse
1. Fix error message "unable to find partition for path /system_root" change recovery.fstab line
/system ext4 /dev/block/platform/13520000.ufs/by-name/system flags=display="System";backup=0 to
/system_root ext4 /dev/block/platform/13520000.ufs/by-name/system flags=display="System";backup=0
Code:
/boot emmc /dev/block/platform/13520000.ufs/by-name/boot
/cache ext4 /dev/block/platform/13520000.ufs/by-name/cache flags=backup=1;
/data f2fs /dev/block/platform/13520000.ufs/by-name/userdata
/efs ext4 /dev/block/platform/13520000.ufs/by-name/efs flags=backup=1;display="EFS"
/modem emmc /dev/block/platform/13520000.ufs/by-name/radio flags=backup=1;display="Modem Firmware"
/product ext4 /dev/block/platform/13520000.ufs/by-name/product flags=backup=1;display="Product"
/product_image emmc /dev/block/platform/13520000.ufs/by-name/product flags=backup=1;flashimg;display="Product Image (CSC)"
/recovery emmc /dev/block/platform/13520000.ufs/by-name/recovery flags=backup=1;flashimg
/system_root ext4 /dev/block/platform/13520000.ufs/by-name/system flags=display="System";backup=0
/system_image emmc /dev/block/platform/13520000.ufs/by-name/system flags=backup=1;flashimg
/vendor ext4 /dev/block/platform/13520000.ufs/by-name/vendor flags=backup=0
/vendor_image emmc /dev/block/platform/13520000.ufs/by-name/vendor flags=backup=1;flashimg
/misc emmc /dev/block/platform/13520000.ufs/by-name/misc flags=backup=0;display="Misc"
/external_sd vfat /dev/block/mmcblk0p1 /dev/block/mmcblk0 flags=display="Micro SDcard";storage;wipeingui;removable
/usb-otg vfat /dev/block/sdf1 /dev/block/sdf flags=display="USB-OTG";storage;wipeingui;removable
2. Fix Stuck on Boot logo ( Samsung Logo )
add mkshrc file to etc folder
Code:
# Copyright (c) 2010, 2012, 2013, 2014
# Thorsten Glaser <[email protected]>
# This file is provided under the same terms as mksh.
#-
# Minimal /system/etc/mkshrc for Android
#
# Support: https://launchpad.net/mksh
: ${HOSTNAME:=$(getprop ro.product.device)}
: ${HOSTNAME:=android}
: ${TMPDIR:=/tmp}
export HOSTNAME TMPDIR
if (( USER_ID )); then PS1='$'; else PS1='#'; fi
PS4='[$EPOCHREALTIME] '; PS1='${|
local e=$?
(( e )) && REPLY+="$e|"
return $e
}$HOSTNAME:${PWD:-?} '"$PS1 "
3. I use Disable_Dm-Verity_ForceEncrypt

make a pull request on my source. i will update it. please note that you may have to update your TWRP soon because i will fix some errors.

halcyon441 said:
make a pull request on my source. i will update it. please note that you may have to update your TWRP soon because i will fix some errors.
Click to expand...
Click to collapse
I don't have account on github, you can update it by your self. That is not my TWRP that is yours

good afternoon. you can do twrp on samsung a30s fn / ds. android 10? The site 4PDA is empty, no one can overcome this obstacle.
Sent from my SM-A307FN using XDA Labs

Android 9
Anyone have custom rom for android 9 and are disable dm verity force encrypt work on android 9

Thanks for your work sir, now we are in way of making custom rom and I can't wait to install custom rom for our a50s. By the way sir, is it ok to install magisk? There will be no issue??

kdotxallentheman said:
Thanks for your work sir, now we are in way of making custom rom and I can't wait to install custom rom for our a50s. By the way sir, is it ok to install magisk? There will be no issue??
Click to expand...
Click to collapse
Can you build custom rom?
Magisk is not working yet

Good job sir...

NikkoVn said:
Can you build custom rom?
Magisk is not working yet
Click to expand...
Click to collapse
You can flash tremble rom.

kdotxallentheman said:
Thanks for your work sir, now we are in way of making custom rom and I can't wait to install custom rom for our a50s. By the way sir, is it ok to install magisk? There will be no issue??
Click to expand...
Click to collapse
I have added TWRP with Magisk Patched and It's only work for gsi rom LineageOS etc

redymedan said:
I have added TWRP with Magisk Patched and It's only work for gsi rom LineageOS etc
Click to expand...
Click to collapse
Try another A50S twrp from telegroup @ULtimaTe_Pie2

gcam for samsung a50s i want camera use for night mod

nikkali25 said:
You can flash tremble rom.
Click to expand...
Click to collapse
I like customs rom bro

stuck
i cant flash stock firmware using odin...stuck in download mode..plz help
---------- Post added at 02:37 PM ---------- Previous post was at 02:34 PM ----------
Advarun said:
i cant flash stock firmware using odin...stuck in download mode..plz help
Click to expand...
Click to collapse
in download mode screen, it says.. "SW REV. CHECK FAIL(BOOTLOADER) DEVICE: 4 , BINARY:3 pit_flash_binary - unsupported"

Advarun said:
i cant flash stock firmware using odin...stuck in download mode..plz help
---------- Post added at 02:37 PM ---------- Previous post was at 02:34 PM ----------
in download mode screen, it says.. "SW REV. CHECK FAIL(BOOTLOADER) DEVICE: 4 , BINARY:3 pit_flash_binary - unsupported"
Click to expand...
Click to collapse
It fails because you are flashing a firmware older than what your phone had previously. Download the latest firmware and it will flash successfully. You can download from SamFirm it will give you latest one for your region

kamwash said:
It fails because you are flashing a firmware older than what your phone had previously. Download the latest firmware and it will flash successfully. You can download from SamFirm it will give you latest one for your region
Click to expand...
Click to collapse
:victory: worked...thanks a lot

Related

[BUG FIX UPDATE] [Lollipop] CyanogenMod 12S YNG1TAS1k0

This Update Provides power improvements and security enhancement for your device​
Heating and Battery issues are seems to be fixed
Before you proceed:
Updating to this update doesn’t wipe your data. Still, you should back up all your important data, just in case.
This is an official bug fix update. Installing this, even manually using the method we are providing, doesn’t void your manufacturer warranty in any way.
Make sure that your phone isn’t low on battery. Anything above 35% should be good enough to go ahead with. (Any guide on the internet that asks you to charge your phone above 80% before following a guide, is simply taking unrequired precaution.)
Update Yu Yureka
1.Download the Update file from below (official link).
2.Transfer this zip file as it is (don’t extract it) to the internal storage of your Yureka.
3.Once you’ve done so, reboot your Yureka in recovery mode. To do that, do either of the following steps:
Go to Settings > About phone and tap on the Build Number field seven times. This would unlock Developer Options. Now go to Settings > Developer Options and tick the Advanced Reboot option. Now long press the power button, and then 4.
select the reboot option to get the reboot to recovery option. Select it to boot into the recovery option.
Otherwise, power off your Yureka. Once it shuts down completely, press and hold the Volume Up, Volume Down and 5.
4.Power buttons together till the phone boots up into the recovery mode.
When you enter the recovery mode, select the Apply update option, then the Choose from internal storage option, then the 0/ option, and finally select the cm-tomato-56deeca328-to-00b2e333e8-signed.zip file that you copied to your phone in step 2.
5.Once you select the file in the last step, the recovery will start flashing the update. When the flashing completes, you will be back on the main screen in the Recovery mode.
6.Select the Reboot system now option and wait for the reboot process to complete
Download link
great!
We desperately needed this!
how to flash this update, you provided
Rakesh251 said:
how to flash this update, you provided
Click to expand...
Click to collapse
Thread updated with Procedure
Sangeet007 said:
This Update Provides power improvements and security enhancement for your device​
Heating and Battery issues are seems to be fixed
Before you proceed:
Updating to this update doesn’t wipe your data. Still, you should back up all your important data, just in case.
This is an official bug fix update. Installing this, even manually using the method we are providing, doesn’t void your manufacturer warranty in any way.
Make sure that your phone isn’t low on battery. Anything above 35% should be good enough to go ahead with. (Any guide on the internet that asks you to charge your phone above 80% before following a guide, is simply taking unrequired precaution.)
Update Yu Yureka
1.Download the Update file from below (official link).
2.Transfer this zip file as it is (don’t extract it) to the internal storage of your Yureka.
3.Once you’ve done so, reboot your Yureka in recovery mode. To do that, do either of the following steps:
Go to Settings > About phone and tap on the Build Number field seven times. This would unlock Developer Options. Now go to Settings > Developer Options and tick the Advanced Reboot option. Now long press the power button, and then 4.
select the reboot option to get the reboot to recovery option. Select it to boot into the recovery option.
Otherwise, power off your Yureka. Once it shuts down completely, press and hold the Volume Up, Volume Down and 5.
4.Power buttons together till the phone boots up into the recovery mode.
When you enter the recovery mode, select the Apply update option, then the Choose from internal storage option, then the 0/ option, and finally select the cm-tomato-56deeca328-to-00b2e333e8-signed.zip file that you copied to your phone in step 2.
5.Once you select the file in the last step, the recovery will start flashing the update. When the flashing completes, you will be back on the main screen in the Recovery mode.
6.Select the Reboot system now option and wait for the reboot process to complete
Download link
Click to expand...
Click to collapse
OTA or manual update, both have to be flashed using stock recovery, right?
Plz give me the link for stock recovery compatible with CM12S
i am using ThunderZap 4.1 kernel, i am on official lollipop rom,and using twrp recovery. so can i direct flash this.zip via twrp?
Mohammed Raza said:
OTA or manual update, both have to be flashed using stock recovery, right?
Plz give me the link for stock recovery compatible with CM12S
Click to expand...
Click to collapse
Rakesh251 said:
i am using ThunderZap 4.1 kernel, i am on official lollipop rom,and using twrp recovery. so can i direct flash this.zip via twrp?
Click to expand...
Click to collapse
Stock recovery :- http://d-h.st/oYvV
and maybe if youre on stock rom you can flash it using thunderzap's kernel (But im not sure)
Better to use Stock recovery thou
Mohammed Raza said:
OTA or manual update, both have to be flashed using stock recovery, right?
Plz give me the link for stock recovery compatible with CM12S
Click to expand...
Click to collapse
Rakesh251 said:
i am using ThunderZap 4.1 kernel, i am on official lollipop rom,and using twrp recovery. so can i direct flash this.zip via twrp?
Click to expand...
Click to collapse
@Rakesh: no you can not flash it with twrp. ammm may be you will get "installation aborted" error
here is link for stock Recovey.
Stock kernel and recovery
Following error
sal_rc said:
Stock kernel and recovery
Following error
Click to expand...
Click to collapse
amitroutray said:
I am rooted With stock recovery by temporary method.. I am purely on Stock only. When I am manually updating through my stock recovery.. It is showing me the errors...
I have checked the md5 also it is correct.
Thank I advance.
Triggered from YU
Click to expand...
Click to collapse
donwload this whole rom which is included update.
LINK
this should be flash by CM stock recovery only.
I don't feel any change specifically can anyone suggest me why
---------- Post added at 10:01 AM ---------- Previous post was at 09:54 AM ----------
Getiing same error
And can I know the size of the ROM u have given link
#akadroid said:
I don't feel any change specifically can anyone suggest me why
---------- Post added at 10:01 AM ---------- Previous post was at 09:54 AM ----------
Getiing same error
And can I know the size of the ROM u have given link
Click to expand...
Click to collapse
the size of the rom is 643.767MB
i am downloading it.
I can't afford downloading it dude please send me a CD
Lol
But plzzz tell surely if u feel any change
I am rooted With stock recovery by temporary method.. I am purely on Stock only. When I am manually updating through my stock recovery.. It is showing me the errors...
I have checked the md5 also it is correct.
Thank I advance.
Triggered from YU
I think we have to relock the boot loader..
The zip is too large. If I download the OTA on phone, is it the same size or is it a smaller file size?
And if I manually flash from recovery, don't I need to clear cache?
sal_rc said:
Stock kernel and recovery
Following error
Click to expand...
Click to collapse
Hi
The message is very clear:
Your /system partition is RW (read write)
Thats becouse you rooted the device and enabled RW on /system.
Put the /system partition back to his stock state (Read only) and you should be good to go
Cheers
superdragonpt said:
Hi
The message is very clear:
Your /system partition is RW (read write)
Thats becouse you rooted the device and enabled RW on /system.
Put the /system partition back to his stock state (Read only) and you should be good to go
Cheers
Click to expand...
Click to collapse
Mine also same error how to put it back to read only
Worked For ME!!!
I'm on Stock Kernel+Stock Recovery+Non-Rooted+Bootloader Locked :silly:
That Means I have not tinkered with my Device in any means, It is as it was when It was Delivered .
I flashed this update and it was successful. :good: Thanks Pressed.
Faizal Mhate said:
I'm on Stock Kernel+Stock Recovery+Non-Rooted+Bootloader Locked :silly:
That Means I have not tinkered with my Device in any means, It is as it was when It was Delivered .
I flashed this update and it was successful. :good: Thanks Pressed.
Click to expand...
Click to collapse
You flashed the one which is 120MB or so or the 600MB one?

[RECOVERY][ROOT] TWRP 3.0.2-1 for Samsung Galaxy SM-J710F

This is TWRP 3.0.2-1 ported from official SM-J700 to SM-J710 using stock kernel (zImage) from SM-J710FN, and it fortunately works (atleast to root this thing).
Disclaimer: Flashing this gon' trip knox & you lose your (device's) warranty.
Built from official SM-J700F recovery
Kernel & Device Tree from SM-J710F 6.0.1
No "SEANDROID ***" red warning
Flash via ODIN & enjoy
TWRP: https://www.androidfilehost.com/?fid=24533103863141296
Kernel: https://www.androidfilehost.com/?fid=24533103863141293 (Stock 6.0.1 with disabled dm-verity & encryption)
Note: As per my experiences, it is recommended to flash the Kernel, then recovery, then "FORMAT DATA" (not just wipe) to disable encryption. Otherwise, TWRP will not be able to mount /data.
I flashed this SuperSU in system-less mode & I was rooted with no (visible) issues. Anything else like backing up, I didn't try.
EDIT:
If you want to keep encryption, simply flash recovery & upload SuperSU package via sideload.
EDIT:
Recommended Installation Flow:
Flash TWRP via ODIN
Flash Kernel via ODIN
Reboot to Recovery (TWRP)
Wipe > Format Data > "yes"
Reboot to Recovery (TWRP)
Flash latest SuperSU zip (anything > 2.46)
@vaibhavpandeyvpz
OMG!! you did it :good:
Thank you soo much...
Edit
Cannot boot into recovery mode just gets stuck on Galaxy J7(6) logo?
Disable DM-Verity & Encryption
Prince Chandela said:
@vaibhavpandeyvpz
OMG!! you did it :good:
Thank you soo much...
Edit
Cannot boot into recovery mode just gets stuck on Galaxy J7(6) logo?
Click to expand...
Click to collapse
I, myself have recently met this issue just now. The /data encryption & dm-verity might be causing such issue. Please check updated download links in post to download extracted kernel image from 6.0.1 stock ROM with modifed ramdisk and slightly updated TWRP which now boots fine everytime I try to as of yet.
vaibhavpandeyvpz said:
I, myself have recently met this issue just now. The /data encryption & dm-verity might be causing such issue. Please check updated download links in post to download extracted kernel image from 6.0.1 stock ROM with modifed ramdisk and slightly updated TWRP which now boots fine everytime I try to as of yet.
Click to expand...
Click to collapse
This didn't work i was able to boot in recovery but i can't see files and folders in storage (OTG,Internal,External)
On top of this
DEVICE DOESN'T BOOT now stuck on boot animation
Prince Chandela said:
This didn't work i was able to boot in recovery but i can't see files and folders in storage (OTG,Internal,External)
On top of this
DEVICE DOESN'T BOOT now stuck on boot animation
Click to expand...
Click to collapse
When I was stuck at the bootloader logo, I rebooted to Download mode and did hit Cancel to restart normally.
EDIT:
If you want to restore original recovery, I can provide you with the stock image as well from SM-J710FN.
EDIT:
If you want to root but can't see your files within, you can always sideload.
vaibhavpandeyvpz said:
When I was stuck at the bootloader logo, I rebooted to Download mode and did hit Cancel to restart normally.
EDIT:
If you want to restore original recovery, I can provide you with the stock image as well from SM-J710FN.
EDIT:
If you want to root but can't see your files within, you can always sideload.
Click to expand...
Click to collapse
Please provide me stock recovery and kernel image.
EDIT
i no longer need them. the cause of boot loop was your kernel. I tried to sideload supersu zip but i still can't get rooted this is because twrp can't access /data partition and supersu requires that in system less root.
vaibhavpandeyvpz said:
This is TWRP 3.0.2-1 ported from official SM-J700 to SM-J710 using stock kernel (zImage) from SM-J700FN, and it fortunately works (atleast to root this thing).
Disclaimer: Flashing this gon' trip knox & you lose your (device's) warranty.
Built from official SM-J700F recovery
Kernel & Device Tree from stock 6.0.1 recovery
No "SEANDROID ***" red warning
Flash via ODIN & enjoy
TWRP: https://www.androidfilehost.com/?fid=24533103863141296
Kernel: https://www.androidfilehost.com/?fid=24533103863141293 (Stock 6.0.1 with disabled dm-verity & encryption)
Note: As per my experiences, it is recommended to flash the Kernel, then recovery, then "FORMAT DATA" (not just wipe) to disable encryption. Otherwise, TWRP will not be able to mount /data.
I flashed this SuperSU in system-less mode & I was rooted with no (visible) issues. Anything else like backing up, I didn't try.
EDIT:
If you want to keep encryption, simply flash recovery & upload SuperSU package via sideload.
Click to expand...
Click to collapse
why you don't use j710 kernel and dt image to build it to have fully working twrp ?
messi2050 said:
why you don't use j710 kernel and dt image to build it to have fully working twrp ?
Click to expand...
Click to collapse
It's already using the kernel from the new device, it was a typo. Edited OP.
Prince Chandela said:
Please provide me stock recovery and kernel image.
EDIT
i no longer need them. the cause of boot loop was your kernel. I tried to sideload supersu zip but i still can't get rooted this is because twrp can't access /data partition and supersu requires that in system less root.
Click to expand...
Click to collapse
TWRP cannot access the /data partition because it is encrypted. I did "FORMAT DATA", then rebooted to recovery via TWRP > Reboot > Recovery. Now the TWRP should be able to mount /data and you could install supersu.
vaibhavpandeyvpz said:
TWRP cannot access the /data partition because it is encrypted. I did "FORMAT DATA", then rebooted to recovery via TWRP > Reboot > Recovery. Now the TWRP should be able to mount /data and you could install supersu.
Click to expand...
Click to collapse
But this will wipe all my apps but I'm not using a screen lock nor i setup storage encryption. i don't wanna lose my apps.
Edit:
OP it's mentioned to sideload supersu and it will work with encryption but it didn't
Prince Chandela said:
But this will wipe all my apps but I'm not using a screen lock nor i setup storage encryption. i don't wanna lose my apps.
Click to expand...
Click to collapse
I do understand that it will wipe all the data over the phone. But as per my experiences with S7 & S7E, encryption is enabled by default on Android 6.0 MM. Unless you disable encryption & reformat data, TWRP won't be able to mount /data. The kernel image I posted does not encrypt the /data partition so that you would be able to mount it in TWRP. But after flashing kernel, a FORMAT DATA is required to flush previously encrypted /data. I am sorry, but this is how things seems to work with Android 6.0. Unless TWRP includes support for encrypted partitions, we need to wipe it fully to be able to access it.
vaibhavpandeyvpz said:
I do understand that it will wipe all the data over the phone. But as per my experiences with S7 & S7E, encryption is enabled by default on Android 6.0 MM. Unless you disable encryption & reformat data, TWRP won't be able to mount /data. The kernel image I posted does not encrypt the /data partition so that you would be able to mount it in TWRP. But after flashing kernel, a FORMAT DATA is required to flush previously encrypted /data. I am sorry, but this is how things seems to work with Android 6.0. Unless TWRP includes support for encrypted partitions, we need to wipe it fully to be able to access it.
Click to expand...
Click to collapse
Okay i understand :good:
Is there any way to backup apps with their data without root?
@vaibhavpandeyvpz
I tried to flash kernel then twrp and then wiping /data partition but twrp cannot wipe data partition?
How do I flash this to my device?
@vaibhavpandeyvpz
Any updates?
when iflash Twrp File Via Ordin its fail
ithink becuse secure download is enabled
or fap lock is on ?
help please
isee that massage in download mode (coustom binary(recovery) blocked by fap lock)
thelastbad said:
when iflash Twrp File Via Ordin its fail
ithink becuse secure download is enabled
or fap lock is on ?
help please
isee that massage in download mode (coustom binary(recovery) blocked by fap lock)
Click to expand...
Click to collapse
Table build number 7 times to enable developer option then goto developer option and enable OEM-Unlock
Also follow this thread for further process
Prince Chandela said:
Table build number 7 times to enable developer option then goto developer option and enable OEM-Unlock
Also follow this thread for further process
Click to expand...
Click to collapse
it works now irooted mm thank you ^_^
---------- Post added at 02:16 PM ---------- Previous post was at 02:03 PM ----------
thelastbad said:
it works now irooted mm thank you ^_^
Click to expand...
Click to collapse
are there is root hacks program or wifi hacks?
Is there a root for my j7 2016 sm-j710gn
Sent from my SM-J710GN using XDA-Developers mobile app
Anybody pls help me
I want to root sm-j710gn ,
I try sm-j710f twrp now stcuck logo

[Unofficial] TWRP 3.1.1-0 Moto G5 Plus [potter]

TWRP 3.1.1-0 Moto G5 plus (potter) ​
Latest TWRP changelog :
3.1.1-0 full changelog
Working/Bugs :
I have just basically tested and all seems to be working (including decryption of /data). If something is broken lemme know.
Please do read the installation guide note !
IMPORTANT NOTE :
At first boot twrp will ask for "Swipe to allow modifications for /system" and if you choose to allow it system partition will get modified. So if you choose to reboot back to OS without performing anything in twrp, the OS won't boot (as verity check is enabled in stock OS/kernel) . To avoid this you have to flash either SuperSU or flash any of the verity disabler zips there in xda
Force encryption is enabled by default in stock OS and twrp will successfully decrypt /data at first boot if all goes well
If in case decryption doesn't go fine, twrp will popup a dialog box asking for password and that means decryption went wrong and you would need to wipe data once via twrp wipe options and reboot back to twrp for functioning of /data
Installation Guide :
Make sure you have unlocked bootloader
Reboot to bootloader
fastboot flash recovery twrp-****.img (if you want permanent flash) or fastboot boot twrp-****.img (if you want temporary
boot)
Download Link :
twrp_3.1.1-0_potter
Have used prebuilt kernel of existing sdcard fixed twrp released by vache and hence there is no kernel source to provide
XDA:DevDB Information
[Unofficial] TWRP 3.1.1-0 Moto G5 Plus, ROM for the Moto G5 Plus
Contributors
Santhosh M, vache
Source Code: http://using prebuilt stock kernel and hence no kernel source available
ROM OS Version: 7.x Nougat
Version Information
Status: Stable
Stable Release Date: 2017-03-21
Created 2017-03-21
Last Updated 2017-06-22
Reserved
Reserved
It it working properly? Can i flash Super su by temporary boot? I don't want to brick my device so asked this.. Kindly reply, thanks for the early build
Santhosh M said:
Reserved
Click to expand...
Click to collapse
Oh yussss tysm. Let's start the party. will be flashing right away when ill receive this device on 25
---------- Post added at 03:37 PM ---------- Previous post was at 03:24 PM ----------
virajkin said:
It it working properly? Can i flash Super su by temporary boot? I don't want to brick my device so asked this.. Kindly reply, thanks for the early build
Click to expand...
Click to collapse
It should be working that's why Dev has posted it. Try and let us know.
Santhosh M said:
Unofficial TWRP 3.1.0-0 Moto G5 (potter)
Latest TWRP changelog :
New features of 3.1.0 (adb backup, tweaked MTP startup routines and plenty of bug fixes - for full changelog)
Download Link
twrp-3.1.0-0-potter.img
Working/Bugs
I have just basically tested and all seems to be working. If something is broken lemme know.
Installation Guide
IMPORTANT NOTE : Since force encryption is enabled by default in stock OS TWRP will/might ask for decrypt password for /data while you boot for first time.
You would need to wipe data once via twrp wipe options and reboot back to recovery for twrp for functioning of /data
Make sure you have unlocked bootloader
fastboot flash recovery twrp-****.img (if you want permanent flash) or fastboot boot twrp-****.img (if you want temporary
boot)
XDA:DevDB Information
[Unofficial] TWRP 3.1.0-0 Moto G5 Plus, ROM for the Moto G5 Plus
Contributors
Santhosh M
Source Code:http://using prebuilt stock kernel and hence no kernel source available
ROM OS Version: 7.x Nougat
Version Information
Status: Stable
Stable Release Date: 2017-03-21
Created 2017-03-21
Last Updated 2017-03-21
Click to expand...
Click to collapse
This was the reason I went for this device.
Thank you very much.:good:
I tried booting to this recovery by fastboot boot twrp...img, to flash super su, it asked for a password, I selected cancel, so i couldnot see my internal storage folders, so just selected to reboot the system. Now the phone has stuck on ! Your device will boot in 5 seconds,, please help anyone. OP
virajkin said:
I tried booting to this recovery by fastboot boot twrp...img, to flash super su, it asked for a password, I selected cancel, so i couldnot see my internal storage folders, so just selected to reboot the system. Now the phone has stuck on ! Your device will boot in 5 seconds,, please help anyone. OP
Click to expand...
Click to collapse
Make sure u read whole OP at least once. Try to boot into fastboot. And flash again the twrp. U need to wipe your data with twrp first. Than boot ur device. Than flash latest stable SuperSu zip.
Thanks @Santhosh M for bringing twrp this fast will flash it as soon as my device arives.
fAIyaZ said:
Make sure u read whole OP at least once. Try to boot into fastboot. And flash again the twrp. U need to wipe your data with twrp first. Than boot ur device. Than flash latest stable SuperSu zip.
Thanks @Santhosh M for bringing twrp this fast will flash it as soon as my device arives.
Click to expand...
Click to collapse
Booted in TWRP and tried to wipe data, it gives error "failed to mount /data Invalid argument", unable to mount storage
virajkin said:
I tried booting to this recovery by fastboot boot twrp...img, to flash super su, it asked for a password, I selected cancel, so i couldnot see my internal storage folders, so just selected to reboot the system. Now the phone has stuck on ! Your device will boot in 5 seconds,, please help anyone. OP
Click to expand...
Click to collapse
even i got the same error message. guess i'll have to wait for stock firmware to be available now to flash and go back to stock and try again
virajkin said:
I tried booting to this recovery by fastboot boot twrp...img, to flash super su, it asked for a password, I selected cancel, so i couldnot see my internal storage folders, so just selected to reboot the system. Now the phone has stuck on ! Your device will boot in 5 seconds,, please help anyone. OP
Click to expand...
Click to collapse
virajkin said:
Booted in TWRP and tried to wipe data, it gives error "failed to mount /data Invalid argument", unable to mount storage
Click to expand...
Click to collapse
deepakdtg said:
even i got the same error message. guess i'll have to wait for stock firmware to be available now to flash and go back to stock and try again
Click to expand...
Click to collapse
Any advice? @Santhosh M
is it like we have to give password and not cancel it? and than wipe data and reboot?
none its properly mentioned to decrypt your device , why do you guys even hesitate to read
Seems like race got stared.
The download link does not work
Yes...Press cancel...Wipe data and reboot...It worked perfectly.
Would be better if someone actually followed exact that way and report if all is fine
Santhosh M said:
Yes...Press cancel...Wipe data and reboot...It worked perfectly.
Would be better if someone actually followed exact that way and report if all is fine
Click to expand...
Click to collapse
But I get error unable to mount /data invalid argument, phone stuck at warning message, please help
jaombk said:
The download link does not work
Click to expand...
Click to collapse
Just save the link. It'll dwld the file.
rayzen6 said:
Just save the link. It'll dwld the file.
Click to expand...
Click to collapse
Without success to download, would have another link to download.
@Santhosh M
Are you going to develop for G5 Plus? I enjoyed your roms for kenzo but you left the development.
Any plans for G5/G5 Plus?
jaombk said:
Without success to download, would have another link to download.
Click to expand...
Click to collapse
I can't able to upload here without dev's permission.
---------- Post added at 08:18 PM ---------- Previous post was at 08:02 PM ----------
naturist said:
@Santhosh M
Are you going to develop for G5 Plus? I enjoyed your roms for kenzo but you left the development.
Any plans for G5/G5 Plus?
Click to expand...
Click to collapse
+1
Never had kenzo but I was looking at development from beginning on that device. He was the first who brings custom rom to kenzo.
Squid will support and now santhosh has already started and gave twrp very fast. Future looks very bright to me.
naturist said:
@Santhosh M
Are you going to develop for G5 Plus? I enjoyed your roms for kenzo but you left the development.
Any plans for G5/G5 Plus?
Click to expand...
Click to collapse
I think that we will see squid2 here
Sent from my Moto G 2014 using XDA Labs

TWRP recovery for the Galaxy On8 - SM-J710FN, Exynos 7580 Nougat

Here is the TWRP for Samsung galaxy on8 (exynos 7580)
working on Nougat...
You flash this at your own risk. Please ensure you have the stock ROM to hand downloaded from SAMMOBILE in case of problems. This will trip the knox counter.
WHAT IS TWRP?
Oh come on, you know what it is - don't try to fool me!
In case you're serious, though...
Team Win Recovery Project is a custom recovery for Android devices.
It allows you to back up and restore your data, flash custom ROMs to your device, repair broken file systems, and root your device.
FULL STEPS FOR OBTAINING ROOT
In your ROM, go to Settings -> About device. Tap 7 times on Build number to enable Developer options.
Now go to Settings -> Developer options. (above About device)
You need to enable OEM unlock, otherwise you might end up with boot problems or be unable to flash later on.
Make sure your don't have Factory Reset Protection enabled in your Google account or you may never be able to boot again!
More information: https://support.google.com/nexus/answer/6172890?hl=en
Extract Odin_3.10.7.zip to your computer.
Install Samsung Mobile Phone Drivers for Odin to find your device.
Download a .tar image of TWRP for j7xelte.
Reboot your device into Download mode. To do this, select reboot from the power menu and hold the [Volume Down] + [Home] buttons while your device reboots.
Once you reach the Download mode warning screen, press [Volume Up] to continue.
Open Odin and place that TWRP tar file in the [AP] slot, under Options tab disable Auto Reboot, then press [Start].
Once the flash is complete (Odin should tell you in the log, and progress bar on phone should stop), you can pull the battery then place the battery back in. Now hold [Volume Up] + [Home] + [Power] buttons until you reach recovery mode.
If you end up in stock recovery, start again from download mode step.
At this point, you will reach the screen asking you if you want to allow system modifications.
You will want to swipe to allow, otherwise the OS will replace TWRP once you boot!
If you want to be rooted with SuperSU:
FEATURES
MTP support
USB Mass Storage support
Micro SDcard and USB OTG storage support
f2fs file system support (read, write, format, backup & restore)
exFAT file system support (read, write, format, backup & restore)
NTFS file system support (read, write, format)
ADB root
Full SELinux support
working on android Nougat
To Root:
Flash the latest SuperSU release with TWRP:
https://forum.xda-developers.com/apps/supersu/2014-09-02-supersu-v2-05-t2868133/
Custom ROMs soon....
DOWNLOAD:
TWRP: twrp_sm-j710fn_08102017
https://drive.google.com/open?id=0B_WQYdmgperrUTI2UGhsUUdNbXM
(updated on 08 october 2017)
Credits: jcadduono, ashyx, doulc, TeamWin
Please note I own this device and spend a lot of my free time bringing these builds for you to use and benefit from.
DONT DONATE ME.. JUST PRESS THANKS BUTTON THAT'S ALL I WANT..
Bro nice but on8 aldready has it
Oves786 said:
Bro nice but on8 aldready has it
Click to expand...
Click to collapse
lot of bugs in that build.. internal storage not mounting.. not working in nougat os..
Xpose
Bro in nougat xpose is not working, sd/system is not mounting...plz fix it
mmxandy said:
lot of bugs in that build.. internal storage not mounting.. not working in nougat os..
Click to expand...
Click to collapse
No reported bugs in that build at all except CPEFS partition mount error(which isn't really a bug). Internal storage not mounting has absolutely nothing to do with TWRP. Unless you have some how managed to overcome Samsung's encryption or the /data partition is Formatted its still going to be unmountable.
All this is clearly pointed out in the thread, but I guess if people choose not to read...well.
can u upload the code to github for ease of modification, commit, update etc?
What is the version of this twrp? @mmxandy
You upload the wrong file is it? This is a stock recovery
ashyx said:
No reported bugs in that build at all except CPEFS partition mount error(which isn't really a bug). Internal storage not mounting has absolutely nothing to do with TWRP. Unless you have some how managed to overcome Samsung's encryption or the /data partition is Formatted its still going to be unmountable.
All this is clearly pointed out in the thread, but I guess if people choose not to read...well.
Click to expand...
Click to collapse
updated please check...
mmxandy said:
updated please check...
Click to expand...
Click to collapse
u should leave a thanks to me, if I didn't mention it no one will notice.
And I sent u a pm would be great if u can reply me
I am not a professional developer.. i created this recovery for my own phone.. i think it is useful to others.. that's why i shared it.. and i am not asking for donations..
i mentioned thanks..
Hi, I have been asking for help on increasing the in call volume for the On8. Can anyone help ? I have rooted the device using the above method.
Thanks.
Deepak
bro thanku and i want to ask is there any rom available for galaxy on8...????
lineageos and rr rom galaxy on 8
bro I had ported 2 roms for galaxy on 8 but when i flash screen goes black and again boot into twrp this recovery cant flash the roms
links will be updated soon
---------- Post added at 08:24 AM ---------- Previous post was at 08:11 AM ----------
two roms availabe ported by me lineage os rr rom
SM-J710FN
Does it really works on it, because I find only 6.0.1 version
Can anyone help Me with my lost details on Memo as I cant restore my lost details on my Samsung On 8 phone
Sanjok Lama said:
Can anyone help Me with my lost details on Memo as I cant restore my lost details on my Samsung On 8 phone
Click to expand...
Click to collapse
Use custom rom
Currently best one is 7.1.1 SE if you want to know more just On8 group here
---------- Post added at 04:04 AM ---------- Previous post was at 04:03 AM ----------
Please update the device tree for On8
I want to build TWRP with latest sources.
mmxandy said:
Here is the TWRP for Samsung galaxy on8 (exynos 7580)
working on Nougat...
You flash this at your own risk. Please ensure you have the stock ROM to hand downloaded from SAMMOBILE in case of problems. This will trip the knox counter.
WHAT IS TWRP?
Oh come on, you know what it is - don't try to fool me!
In case you're serious, though...
Team Win Recovery Project is a custom recovery for Android devices.
It allows you to back up and restore your data, flash custom ROMs to your device, repair broken file systems, and root your device.
FULL STEPS FOR OBTAINING ROOT
In your ROM, go to Settings -> About device. Tap 7 times on Build number to enable Developer options.
Now go to Settings -> Developer options. (above About device)
You need to enable OEM unlock, otherwise you might end up with boot problems or be unable to flash later on.
Make sure your don't have Factory Reset Protection enabled in your Google account or you may never be able to boot again!
More information: https://support.google.com/nexus/answer/6172890?hl=en
Extract Odin_3.10.7.zip to your computer.
Install Samsung Mobile Phone Drivers for Odin to find your device.
Download a .tar image of TWRP for j7xelte.
Reboot your device into Download mode. To do this, select reboot from the power menu and hold the [Volume Down] + [Home] buttons while your device reboots.
Once you reach the Download mode warning screen, press [Volume Up] to continue.
Open Odin and place that TWRP tar file in the [AP] slot, under Options tab disable Auto Reboot, then press [Start].
Once the flash is complete (Odin should tell you in the log, and progress bar on phone should stop), you can pull the battery then place the battery back in. Now hold [Volume Up] + [Home] + [Power] buttons until you reach recovery mode.
If you end up in stock recovery, start again from download mode step.
At this point, you will reach the screen asking you if you want to allow system modifications.
You will want to swipe to allow, otherwise the OS will replace TWRP once you boot!
If you want to be rooted with SuperSU:
FEATURES
MTP support
USB Mass Storage support
Micro SDcard and USB OTG storage support
f2fs file system support (read, write, format, backup & restore)
exFAT file system support (read, write, format, backup & restore)
NTFS file system support (read, write, format)
ADB root
Full SELinux support
working on android Nougat
To Root:
Flash the latest SuperSU release with TWRP:
https://forum.xda-developers.com/apps/supersu/2014-09-02-supersu-v2-05-t2868133/
Custom ROMs soon....
DOWNLOAD:
TWRP: twrp_sm-j710fn_08102017
https://drive.google.com/open?id=0B_WQYdmgperrUTI2UGhsUUdNbXM
(updated on 08 october 2017)
Credits: jcadduono, ashyx, doulc, TeamWin
Please note I own this device and spend a lot of my free time bringing these builds for you to use and benefit from.
DONT DONATE ME.. JUST PRESS THANKS BUTTON THAT'S ALL I WANT..
Click to expand...
Click to collapse
mmxandy said:
Here is the TWRP for Samsung galaxy on8 (exynos 7580)
working on Nougat...
You flash this at your own risk. Please ensure you have the stock ROM to hand downloaded from SAMMOBILE in case of problems. This will trip the knox counter.
WHAT IS TWRP?
Oh come on, you know what it is - don't try to fool me!
In case you're serious, though...
Team Win Recovery Project is a custom recovery for Android devices.
It allows you to back up and restore your data, flash custom ROMs to your device, repair broken file systems, and root your device.
FULL STEPS FOR OBTAINING ROOT
In your ROM, go to Settings -> About device. Tap 7 times on Build number to enable Developer options.
Now go to Settings -> Developer options. (above About device)
You need to enable OEM unlock, otherwise you might end up with boot problems or be unable to flash later on.
Make sure your don't have Factory Reset Protection enabled in your Google account or you may never be able to boot again!
More information: https://support.google.com/nexus/answer/6172890?hl=en
Extract Odin_3.10.7.zip to your computer.
Install Samsung Mobile Phone Drivers for Odin to find your device.
Download a .tar image of TWRP for j7xelte.
Reboot your device into Download mode. To do this, select reboot from the power menu and hold the [Volume Down] + [Home] buttons while your device reboots.
Once you reach the Download mode warning screen, press [Volume Up] to continue.
Open Odin and place that TWRP tar file in the [AP] slot, under Options tab disable Auto Reboot, then press [Start].
Once the flash is complete (Odin should tell you in the log, and progress bar on phone should stop), you can pull the battery then place the battery back in. Now hold [Volume Up] + [Home] + [Power] buttons until you reach recovery mode.
If you end up in stock recovery, start again from download mode step.
At this point, you will reach the screen asking you if you want to allow system modifications.
You will want to swipe to allow, otherwise the OS will replace TWRP once you boot!
If you want to be rooted with SuperSU:
FEATURES
MTP support
USB Mass Storage support
Micro SDcard and USB OTG storage support
f2fs file system support (read, write, format, backup & restore)
exFAT file system support (read, write, format, backup & restore)
NTFS file system support (read, write, format)
ADB root
Full SELinux support
working on android Nougat
To Root:
Flash the latest SuperSU release with TWRP:
https://forum.xda-developers.com/apps/supersu/2014-09-02-supersu-v2-05-t2868133/
Custom ROMs soon....
DOWNLOAD:
TWRP: twrp_sm-j710fn_08102017
https://drive.google.com/open?id=0B_WQYdmgperrUTI2UGhsUUdNbXM
(updated on 08 october 2017)
Credits: jcadduono, ashyx, doulc, TeamWin
Please note I own this device and spend a lot of my free time bringing these builds for you to use and benefit from.
DONT DONATE ME.. JUST PRESS THANKS BUTTON THAT'S ALL I WANT..
Click to expand...
Click to collapse
https://drive.google.com/open?id=0B_WQYdmgperrUTI2UGhsUUdNbXM Link is not working help plz cuz my device not starting stuck on startup!!!

[RECOVERY][ROOT] Unofficial TWRP 3.4.0.0 for Galaxy A50

TWRP 3.4.0.0 for Galaxy A50 has patched Magisk v20.4. For more information about TWRP 3.4.0.0 please visit https://twrp.me/site/update/2020/06/24/twrp-3.4.0-0-released.html
Disclaimer
I'm not responsible if something went wrong on your phone(Usually nothing goes wrong). You are doing this on your own responsibility. Installing TWRP and Rooting may void warranty.
Flash TWRP and Rooting instructions:
1. Make sure the bootloader is unlocked, OEM unlock option is grey out
2. Enter Download Mode
3. 4. Flashing A50_TWRP_3.4.0.0_Magisk_Patched.tar as AP in ODIN ( uncheck "Auto Reboot" )
5. Enter TWRP Recovery for first time: Press and hold Volume Down + Power Key, when the screen blank quickly press and hold Volume Up + Power key, when Samsung Logo appears release Power key only, keep pressing Volume Up key until TWRP Recovery Mode Appears.
8. Format data.
9. Install multidisabler-samsung-2.2.zip
10. Reboot to System
11. When Samsung logo appears wait for a few seconds then press and hold volume down + power key until the screen blank
12. Enter TWRP Recovery
13. Reboot to Recovery
14. Install Magisk Manager ( connect to internet first )
15. Done!
Downloads
TWRP 3.4.0.0
multidisabler-samsung
For detail instructions WATCH THIS VIDEO https://youtu.be/30gFxuyiFqU
Credits and Thanks to:
 @Darkcannibal and @santhoosh
redymedan said:
TWRP 3.4.0.0 for Galaxy A50 has patched Magisk v20.4. For more information about TWRP 3.4.0.0 please visit https://twrp.me/site/update/2020/06/24/twrp-3.4.0-0-released.html
Disclaimer
I'm not responsible if something went wrong on your phone(Usually nothing goes wrong). You are doing this on your own responsibility. Installing TWRP and Rooting may void warranty.
Flash TWRP and Rooting instructions:
1. Make sure the bootloader is unlocked, OEM unlock option is grey out
2. Enter Download Mode
3. 4. Flashing A50_TWRP_3.4.0.0_Magisk_Patched.tar as AP in ODIN ( uncheck "Auto Reboot" )
5. Enter TWRP Recovery for first time: Press and hold Volume Down + Power Key, when the screen blank quickly press and hold Volume Up + Power key, when Samsung Logo appears release Power key only, keep pressing Volume Up key until TWRP Recovery Mode Appears.
8. Format data.
9. Install multidisabler-samsung-2.2.zip
10. Reboot to System
11. When Samsung logo appears wait for a few seconds then press and hold volume down + power key until the screen blank
12. Enter TWRP Recovery
13. Reboot to Recovery
14. Install Magisk Manager ( connect to internet first )
15. Done!
Downloads
TWRP 3.4.0.0
multidisabler-samsung
For detail instructions WATCH THIS VIDEO
Credits and Thanks to:
@Darkcannibal and @santhoosh
Click to expand...
Click to collapse
Nice jo3
Hi.. your method not working on A50F - BTF1 ( A50FD )
on odin showing meassage RQT CLOSE. and FAIL
how to put twrp on my A50 , please
Jhon177 said:
Hi.. your method not working on A50F - BTF1 ( A50FD )
on odin showing meassage RQT CLOSE. and FAIL ?
how to put twrp on my A50 , please
Click to expand...
Click to collapse
Let me know your A50 model number and region?
redymedan said:
Let me know your A50 model number and region?
Click to expand...
Click to collapse
Yess thanks before for your reply.
This for detail my series A50 :
A505FXXU5BTE1
A505FDDS5BTF1
region indonesia , hope you can help me
Just info.. i do method same way like you. But always fail
( maybe because BTC4 ☹☹☹ )
Jhon177 said:
Yess thanks before for your reply.
This for detail my series A50 :
A505FXXU5BTE1
A505FDDS5BTF1
region indonesia , hope you can help me
Just info.. i do method same way like you. But always fail
( maybe because BTC4 ☹☹☹ )
Click to expand...
Click to collapse
I used A505F Indonesia too, it works for BTE1 and BTG3 (latest A505F firmware update ), It works for Android 10 firmware. I suggest you flash stock rom and then flash TWRP again
redymedan said:
I used A505F Indonesia too, it works for BTE1 and BTG3 (latest A505F firmware update ), It works for Android 10 firmware. I suggest you flash stock rom and then flash TWRP again
Click to expand...
Click to collapse
Hi redymedan.. i try justnow. Same result fail ?
on the developer option. I thick already for oem lock
Info when iam flash AP twrp : on the screen bootloader mode
( custom binary boot , blocked by OEM LOCK )
☹☹☹
Jhon177 said:
Hi redymedan.. i try justnow. Same result fail ?
on the developer option. I thick already for oem lock
Info when iam flash AP twrp : on the screen bootloader mode
( custom binary boot , blocked by OEM LOCK )
☹☹☹
Click to expand...
Click to collapse
Unlocked bootloader does not enough by enabling OEM unlocking options, you must some steps again
watch this video Unlock Bootloader https://youtu.be/8j6WkOOA3f4
twrp works on Baseband: A505FXXU5BTE1.
BuildNumber: QP1A.190711.020.A505FDDS5BTF2
Thank You
redymedan said:
Unlocked bootloader does not enough by enabling OEM unlocking options, you must some steps again
watch this video Unlock Bootloader https://youtu.be/8j6WkOOA3f4
Click to expand...
Click to collapse
HI REDYMAN i am sucses on twrp. but the problem now when i am installing multidisabler , twrp show failed
( errror installing zip file '/external sd/ ) red collor:crying::crying:
thanks for your attention reply
Jhon177 said:
HI REDYMAN i am sucses on twrp. but the problem now when i am installing multidisabler , twrp show failed
( errror installing zip file '/external sd/ ) red collor:crying::crying:
thanks for your attention reply
Click to expand...
Click to collapse
Before install multidisabler, you must format data first... I think you missed a step, please check it again
redymedan said:
Before install multidisabler, you must format data first... I think you missed a step, please check it again
Click to expand...
Click to collapse
Hi redyman , just info ??
I am suscsess for evrything about twrp on my device A50.
About multidisabler samsung.
I try direct Reboot to system
?? violaaaaaa my A50 start SETUP PHONE.
Without installing Multidisabler. And my phone runing normal nice and greattttt
Maybe on lattes firmaware no need Flash multidisabler.
Btw thank alottttts to Redymedan , for attention reply my question until sucsess flash twrp for my A50 ?? terimakasih banyakkkk bosku
Hi
I followed instructions and youtube link.
I got twrp working. But magisk manager says 'Magisk is not installed Latest: 20.4(20400)' . Magisk Manager is up to date Installed: 7.5.1 (267) Latest: 7.5.1(267)(7)
On clicking Install it offers to download zip. I downloaded the zip, went to twrp and flashed it but still it says not installed .
Edit: I have to go into twrp and select boot->recovery , this will boot with magisk. But on reboot simply it says Magisk not installed
Edit: Go to twrp -> reboot recovery. Open Magisk manager, Install -> Recommended Way, reboot. This will make rooting permanent.
Everything working
Thank You
gSingh05 said:
Hi
I followed instructions and youtube link.
I got twrp working. But magisk manager says 'Magisk is not installed Latest: 20.4(20400)' . Magisk Manager is up to date Installed: 7.5.1 (267) Latest: 7.5.1(267)(7)
On clicking Install it offers to download zip. I downloaded the zip, went to twrp and flashed it but still it says not installed .
Edit: I have to go into twrp and select boot->recovery , this will boot with magisk. But on reboot simply it says Magisk not installed
Edit: Go to twrp -> reboot recovery. Open Magisk manager, Install -> Recommended Way, reboot. This will make rooting permanent.
Everything working
Thank You
Click to expand...
Click to collapse
That is long story I think, as I am not wrong in after android 8 or 9 above, It caused partition structure. In android 8 above partition structure has changed, we can not install magisk manually in TWRP anymore, we must patch it in recovery.img, repack recovery.img, boot.img and vbmeta.img to be flashable tar file then flash it. It looks no solution until now..
HELP
Jhon177 said:
HI REDYMAN i am sucses on twrp. but the problem now when i am installing multidisabler , twrp show failed
( errror installing zip file '/external sd/ ) red collor:crying::crying:
thanks for your attention reply
Click to expand...
Click to collapse
COULD YOU SOLVE IT? I AM ALSO GENTLE, DOES NOT INSTALL MULTIDISABLER :crying:
Mortives said:
COULD YOU SOLVE IT? I AM ALSO GENTLE, DOES NOT INSTALL MULTIDISABLER :crying:
Click to expand...
Click to collapse
Please show me the error message or screenshot of its... I did not face any issue when install multidisabler..
Mortives said:
COULD YOU SOLVE IT? I AM ALSO GENTLE, DOES NOT INSTALL MULTIDISABLER :crying:
Click to expand...
Click to collapse
For me. Done. I think if you use lattest firmware / juni security patch.
No need samsung multidisabler.
On twrp
Just format data -
Swipe to factory reset
Reboot to recovery.
Install magisk manager done. ?
That my experience.
( that also true until now I am not succes to flash multidisabler ,but everything work fine without multidisabler ,
bener bro gak bisa . Tulisannya error merah saat flash zip sd card )
BOHEMIA840 said:
@redymedan
Click to expand...
Click to collapse
Not tested, I am not sure it will work.. but you can try to test it
I am using 3.3.1.3. The process is the same? even if I already have the twrp?
i'm having problem to boot in twrp it doesn't open i tried every way above and success once or twice only and after i granted su i rebooted then i lost su again

Categories

Resources