How To Guide How to root 23+ and have full access to system partitions :)

Search This thread

firsthtc

Senior Member
Dec 27, 2007
162
22
Hello guys,

I've just finished rooting my S23+ with full access to system partition and I decided to make a "how to" explanation for noobies like me, as there is none at this moment and took me a lot of time to put all together. I'm not a developer, only a user so... :)
Be aware that rooting your phone will trip KNOX so you'll probably lose the warranty (beside the other stuff - see first step)!

First step: rooting S23+
Best way to explain how to root S23 (all of them) is done here by @dr.ketan : 1. Just make sure, when you just installed Magisk (at "Instructions for stock non rooted ROM") that you check that Ramdisk is reported: "Yes" (as mentioned here: https://topjohnwu.github.io/Magisk/install.html#magisk-in-recovery ) and if that is true, you can continue with the instructions. If is not ("Ramdisk No" is probably not going to happen for S23, but just to be sure I'm mentioning it) then continue with the instructions from @topjohnwu
2. When you flash the rooted AP (see step 7), add also the TWRP recovery as "USERDATA" (see this post of @dr.ketan : https://forum.xda-developers.com/t/how-to-root-s23-s91-b-n-0.4548883/post-88465195
TWRP is available thanks to @afaneh92 here: https://forum.xda-developers.com/t/recovery-unofficial-twrp-for-galaxy-s23-plus.4558747/ , download it and use it as is mentioned above.
Now you have a rooted S23+ with TWRP so you can continue with second step: making your system partitions read-write (at this point they are read-only). Before that just make sure you copy /efs folder to your internal storage of the phone and from there to your computer. That contain very important info about your phone and a backup is a must.

Second step: making system partitions read-write
For that you need to use RO2RW tool made by @LeeGarChat available here: https://forum.xda-developers.com/t/...system-partitions-to-read-write-mode.4521131/
Download RO2RW-TEST-3.7.3.0s.zip from here https://sourceforge.net/projects/multi-function-patch/files/RO2RW/?upload_just_completed=true , put it in phone storage and install it with Magisk module. Make sure that it is enabled.
Install a terminal emulator (like this one: https://play.google.com/store/apps/details?id=jackpal.androidterm&hl=en_US )
Start the terminal and type: "su" then hit enter, then type "ro2rw" and hit enter again.
Now RO2RW is started and asking first option. Choose 1 (Make/Install) and hit enter.
Second question is about how much to expand the default size of system partitions. I choose option 5 (30Mb) as I want to delete stuff like google apps from those partitions and I don't want to increase them), then hit enter again, choose 1 (Continue) and hit enter again.
Next is about installing the Disable Force Encryption. I choose 1 (Skip) and hit enter. Now it will take some time doing stuff and will ask to hit any key to continue, just hit enter again.
Next is about removing something, just chose 2 (No) and hit enter.
Next is about backup: hit 1 (Yes) as you want to make a backup just in case... and hit enter.
Next is to chose about the backup type. Hit 2 (Recovery/Row) as you have TWRP to flash it if needed.
Next is to chose about the type of the output of your new image to flash. Chose 2 (Recovery/Row) as you have TWRP to flash. After this will take some time to finish the job... be patient.
Next is to chose if you want to force disable verification. Chose 1 (Force disable) and hit enter and done: you have the file to flash.
Before flashing, just connect the phone to your computer and copy the backup files from /internal storage/RO2RW_SUPER (you should find: super-backup-row-recovery.img, vbmeta.original.img and vbmeta_system.original.img).
Now go to Magisk, press the round arrow next to settings in up right corner and hit reboot to recovery. When in recovery TWRP just hit install, then install image, choose your file: super-rw-row-recovery.img (make sure you chose the right one and not a backup :) ) then for Select Partition to Flash Image select the last option: Super (system vendor........) then swipe to confirm flash and that's it. After flash you might be throw back to TWRP, just hit Reboot then chose System (maybe you'll have to do it twice) then you'll be back to your S23+ with full rw rights :)
Now you can use Root Explorer or whatever root file explorer you want to play.

Enjoy!
 
Last edited:

ethical_haquer

Senior Member
Jan 30, 2023
716
386
Samsung Galaxy A52 4G
Hello guys,

I've just finished rooting my S23+ with full access to system partition and I decided to make a "how to" explanation for noobies like me, as there is none at this moment and took me a lot of time to put all together. I'm not a developer, only a user so... :)
Be aware that rooting your phone will trip KNOX so you'll probably lose the warranty (beside the other stuff - see first step)!

First step: rooting S23+
Best way to explain how to root S23 (all of them) is done here by @dr.ketan : 1. Just make sure, when you just installed Magisk (at "Instructions for stock non rooted ROM") that you check that Ramdisk is reported: "Yes" (as mentioned here: https://topjohnwu.github.io/Magisk/install.html#magisk-in-recovery ) and if that is true, you can continue with the instructions. If is not ("Ramdisk No" is probably not going to happen for S23, but just to be sure I'm mentioning it) then continue with the instructions from @topjohnwu
2. When you flash the rooted AP (see step 7), add also the TWRP recovery as "USERDATA" (see this post of @dr.ketan : https://forum.xda-developers.com/t/how-to-root-s23-s91-b-n-0.4548883/post-88465195
TWRP is available thanks to @afaneh92 here: https://forum.xda-developers.com/t/recovery-unofficial-twrp-for-galaxy-s23-plus.4558747/ , download it and use it as is mentioned above.
Now you have a rooted S23+ with TWRP so you can continue with second step: making your system partitions read-write (at this point they are read-only). Before that just make sure you copy /efs folder to your internal storage of the phone and from there to your computer. That contain very important info about your phone and a backup is a must.

Second step: making system partitions read-write
For that you need to use RO2RW tool made by @LeeGarChat available here: https://forum.xda-developers.com/t/...system-partitions-to-read-write-mode.4521131/
Download RO2RW-TEST-3.7.3.0s.zip from here https://sourceforge.net/projects/multi-function-patch/files/RO2RW/?upload_just_completed=true , put it in phone storage and install it with Magisk module. Make sure that it is enabled.
Install a terminal emulator (like this one: https://play.google.com/store/apps/details?id=jackpal.androidterm&hl=en_US )
Start the terminal and type: "su" then hit enter, then type "ro2rw" and hit enter again.
Now RO2RW is started and asking first option. Choose 1 (Make/Install) and hit enter.
Second question is about how much to expand the default size of system partitions. I choose option 5 (30Mb) as I want to delete stuff like google apps from those partitions and I don't want to increase them), then hit enter again, choose 1 (Continue) and hit enter again.
Next is about installing the Disable Force Encryption. I choose 1 (Skip) and hit enter. Now it will take some time doing stuff and will ask to hit any key to continue, just hit enter again.
Next is about removing something, just chose 2 (No) and hit enter.
Next is about backup: hit 1 (Yes) as you want to make a backup just in case... and hit enter.
Next is to chose about the backup type. Hit 2 (Recovery/Row) as you have TWRP to flash it if needed.
Next is to chose about the type of the output of your new image to flash. Chose 2 (Recovery/Row) as you have TWRP to flash. After this will take some time to finish the job... be patient.
Next is to chose if you want to force disable verification. Chose 1 (Force disable) and hit enter and done: you have the file to flash.
Before flashing, just connect the phone to your computer and copy the backup files from /internal storage/RO2RW_SUPER (you should find: super-backup-row-recovery.img, vbmeta.original.img and vbmeta_system.original.img).
Now go to Magisk, press the round arrow next to settings in up right corner and hit reboot to recovery. When in recovery TWRP just hit install, then install image, choose your file: super-rw-row-recovery.img (make sure you chose the right one and not a backup :) ) then for Select Partition to Flash Image select the last option: Super (system vendor........) then swipe to confirm flash and that's it. After flash you might be throw back to TWRP, just hit Reboot then chose System (maybe you'll have to do it twice) then you'll be back to your S23+ with full rw rights :)
Now you can use Root Explorer or whatever root file explorer you want to play.

Enjoy!
Great tutorial! I have found that making the instructions an unordered list makes them easier to read. Also, I personally prefer Termux for a terminal emulator, but that's just my opinion. :)
 
  • Like
Reactions: waterpolo

The_SloPro

Senior Member
Jan 15, 2022
59
10
Xiaomi Poco F1
Samsung Galaxy A50
Great!

One question: will it stay RW after wiping / formatting data in twrp?

Edit: it does. after wiping in twrp the rw is still there. i dont know how's with updating the fw with odin (home_csc), i guess we'll find out soon
 
Last edited:
Great!

One question: will it stay RW after wiping / formatting data in twrp?

Edit: it does. after wiping in twrp the rw is still there. i dont know how's with updating the fw with odin (home_csc), i guess we'll find out soon
Updating via ODIN will replace the partitions so you will lose R/W.
 
  • Like
Reactions: The_SloPro
@JohnTheFarm3r: yeah. But with the steps you can reenable it again.

How did you got rid of the RO2RW and NEO.LOGS directory?
I need the rw fix for debloating and removing unwanted/unneeded Apps. On other Android 13 devices i saved like that around 5GB Space.

I dont care about NEO.LOGS its small log, but in RO2RW there are 2 times >11GB wasted that i cant delete. I copied them to my desktop/blackup and wanted to delete them on the s23. But i cant.
I also cant take them over or anything. Also not in terminal.
Maybe with TWRP?
===edit===
TWRP works fine. Just switch off all PIN/Pattern,Fingers so that you can access the internal storage.
In TWRP is a Filemanager. A Backup of these files makes sense, but if you flash back your magisk AP and reinstall everything again you can also do the RO2RW Steps to again full access.
Thanks to all who made this possible. (y)
 
Last edited:
@JohnTheFarm3r: yeah. But with the steps you can reenable it again.

How did you got rid of the RO2RW and NEO.LOGS directory?
I need the rw fix for debloating and removing unwanted/unneeded Apps. On other Android 13 devices i saved like that around 5GB Space.

I dont care about NEO.LOGS its small log, but in RO2RW there are 2 times >11GB wasted that i cant delete. I copied them to my desktop/blackup and wanted to delete them on the s23. But i cant.
I also cant take them over or anything. Also not in terminal.
Maybe with TWRP?
===edit===
TWRP works fine. Just switch off all PIN/Pattern,Fingers so that you can access the internal storage.
In TWRP is a Filemanager. A Backup of these files makes sense, but if you flash back your magisk AP and reinstall everything again you can also do the RO2RW Steps to again full access.
Thanks to all who made this possible. (y)
You can, only if you keep your storage decrypted, otherwise you won't be able to use the RW mod that repacks your partitions since it needs access to the internal storage to extract the partitions and repack them.
 

Einheit-101

Senior Member
Jul 4, 2013
389
58
This worked for my S23 Ultra, but it had 1 crash right after boot and rebooted. Since then it works... I will report back if i encounter more problems than a single crash.
 

JessyGlory

Member
Jul 16, 2023
8
0
Hello guys,

I've just finished rooting my S23+ with full access to system partition and I decided to make a "how to" explanation for noobies like me, as there is none at this moment and took me a lot of time to put all together. I'm not a developer, only a user so... :)
Be aware that rooting your phone will trip KNOX so you'll probably lose the warranty (beside the other stuff - see first step)!

First step: rooting S23+
Best way to explain how to root S23 (all of them) is done here by @dr.ketan : 1. Just make sure, when you just installed Magisk (at "Instructions for stock non rooted ROM") that you check that Ramdisk is reported: "Yes" (as mentioned here: https://topjohnwu.github.io/Magisk/install.html#magisk-in-recovery ) and if that is true, you can continue with the instructions. If is not ("Ramdisk No" is probably not going to happen for S23, but just to be sure I'm mentioning it) then continue with the instructions from @topjohnwu
2. When you flash the rooted AP (see step 7), add also the TWRP recovery as "USERDATA" (see this post of @dr.ketan : https://forum.xda-developers.com/t/how-to-root-s23-s91-b-n-0.4548883/post-88465195
TWRP is available thanks to @afaneh92 here: https://forum.xda-developers.com/t/recovery-unofficial-twrp-for-galaxy-s23-plus.4558747/ , download it and use it as is mentioned above.
Now you have a rooted S23+ with TWRP so you can continue with second step: making your system partitions read-write (at this point they are read-only). Before that just make sure you copy /efs folder to your internal storage of the phone and from there to your computer. That contain very important info about your phone and a backup is a must.

Second step: making system partitions read-write
For that you need to use RO2RW tool made by @LeeGarChat available here: https://forum.xda-developers.com/t/...system-partitions-to-read-write-mode.4521131/
Download RO2RW-TEST-3.7.3.0s.zip from here https://sourceforge.net/projects/multi-function-patch/files/RO2RW/?upload_just_completed=true , put it in phone storage and install it with Magisk module. Make sure that it is enabled.
Install a terminal emulator (like this one: https://play.google.com/store/apps/details?id=jackpal.androidterm&hl=en_US )
Start the terminal and type: "su" then hit enter, then type "ro2rw" and hit enter again.
Now RO2RW is started and asking first option. Choose 1 (Make/Install) and hit enter.
Second question is about how much to expand the default size of system partitions. I choose option 5 (30Mb) as I want to delete stuff like google apps from those partitions and I don't want to increase them), then hit enter again, choose 1 (Continue) and hit enter again.
Next is about installing the Disable Force Encryption. I choose 1 (Skip) and hit enter. Now it will take some time doing stuff and will ask to hit any key to continue, just hit enter again.
Next is about removing something, just chose 2 (No) and hit enter.
Next is about backup: hit 1 (Yes) as you want to make a backup just in case... and hit enter.
Next is to chose about the backup type. Hit 2 (Recovery/Row) as you have TWRP to flash it if needed.
Next is to chose about the type of the output of your new image to flash. Chose 2 (Recovery/Row) as you have TWRP to flash. After this will take some time to finish the job... be patient.
Next is to chose if you want to force disable verification. Chose 1 (Force disable) and hit enter and done: you have the file to flash.
Before flashing, just connect the phone to your computer and copy the backup files from /internal storage/RO2RW_SUPER (you should find: super-backup-row-recovery.img, vbmeta.original.img and vbmeta_system.original.img).
Now go to Magisk, press the round arrow next to settings in up right corner and hit reboot to recovery. When in recovery TWRP just hit install, then install image, choose your file: super-rw-row-recovery.img (make sure you chose the right one and not a backup :) ) then for Select Partition to Flash Image select the last option: Super (system vendor........) then swipe to confirm flash and that's it. After flash you might be throw back to TWRP, just hit Reboot then chose System (maybe you'll have to do it twice) then you'll be back to your S23+ with full rw rights :)
Now you can use Root Explorer or whatever root file explorer you want to play.

Enjoy!
Hi .. Kindly provide instructions for enabling read/write access without using TWRP on a Samsung F04 device running Android 13.TWRp is not available
 

firsthtc

Senior Member
Dec 27, 2007
162
22
Hi .. Kindly provide instructions for enabling read/write access without using TWRP on a Samsung F04 device running Android 13.TWRp is not available
Hi. I was able to enable read/write to my S23+ only using twrp...
Check the general thread for RO2RW maybe you can find your answer:
 

firsthtc

Senior Member
Dec 27, 2007
162
22
May i know if i have a model version of s9160, will i be able to enable call recording via root method?
You should be able to enable call recording after you root the phone by modifying cscfeature.xml file

First make a backup of it.
To get to the file check this:

It's not very easy if is for the first time as you need to decrypt first the file, but you have a good guide here:


Then, for call recording you should add into the file
<CscFeature_VoiceCall_ConfigRecording>RecordingAll owed</CscFeature_VoiceCall_ConfigRecording>

Then copy the modified file (in clear, no need to encrypt back) back to the phone in the same folder and restart. If you did the job well then you'll have the call recording button into the phone app during the call
 
  • Like
Reactions: markpanget1

markpanget1

Member
Nov 15, 2016
28
4
You should be able to enable call recording after you root the phone by modifying cscfeature.xml file

First make a backup of it.
To get to the file check this:

It's not very easy if is for the first time as you need to decrypt first the file, but you have a good guide here:


Then, for call recording you should add into the file
<CscFeature_VoiceCall_ConfigRecording>RecordingAll owed</CscFeature_VoiceCall_ConfigRecording>

Then copy the modified file (in clear, no need to encrypt back) back to the phone in the same folder and restart. If you did the job well then you'll have the call recording button into the phone app during the call
Thank you very much. This is my only way.
Price of international version and HK model has a big difference here in Philippines. I'm now forced to get HK variant.
May i ask if international variant and hk variant might have a difference in bands?
 

firsthtc

Senior Member
Dec 27, 2007
162
22
Thank you very much. This is my only way.
Price of international version and HK model has a big difference here in Philippines. I'm now forced to get HK variant.
May i ask if international variant and hk variant might have a difference in bands?
You can find all details, including bands, for international variant S916B here:

You should compare those with Philippines gsm bands



They looks the same to me but I'm no expert so maybe you can check your local gsm forums for that....
 
  • Like
Reactions: markpanget1

markpanget1

Member
Nov 15, 2016
28
4
You can find all details, including bands, for international variant S916B here:

You should compare those with Philippines gsm bands



They looks the same to me but I'm no expert so maybe you can check your local gsm forums for that....
Thank you very much for these informations. So helpful for me.
 
  • Like
Reactions: firsthtc

Top Liked Posts

  • There are no posts matching your filters.
  • 7
    Hello guys,

    I've just finished rooting my S23+ with full access to system partition and I decided to make a "how to" explanation for noobies like me, as there is none at this moment and took me a lot of time to put all together. I'm not a developer, only a user so... :)
    Be aware that rooting your phone will trip KNOX so you'll probably lose the warranty (beside the other stuff - see first step)!

    First step: rooting S23+
    Best way to explain how to root S23 (all of them) is done here by @dr.ketan : 1. Just make sure, when you just installed Magisk (at "Instructions for stock non rooted ROM") that you check that Ramdisk is reported: "Yes" (as mentioned here: https://topjohnwu.github.io/Magisk/install.html#magisk-in-recovery ) and if that is true, you can continue with the instructions. If is not ("Ramdisk No" is probably not going to happen for S23, but just to be sure I'm mentioning it) then continue with the instructions from @topjohnwu
    2. When you flash the rooted AP (see step 7), add also the TWRP recovery as "USERDATA" (see this post of @dr.ketan : https://forum.xda-developers.com/t/how-to-root-s23-s91-b-n-0.4548883/post-88465195
    TWRP is available thanks to @afaneh92 here: https://forum.xda-developers.com/t/recovery-unofficial-twrp-for-galaxy-s23-plus.4558747/ , download it and use it as is mentioned above.
    Now you have a rooted S23+ with TWRP so you can continue with second step: making your system partitions read-write (at this point they are read-only). Before that just make sure you copy /efs folder to your internal storage of the phone and from there to your computer. That contain very important info about your phone and a backup is a must.

    Second step: making system partitions read-write
    For that you need to use RO2RW tool made by @LeeGarChat available here: https://forum.xda-developers.com/t/...system-partitions-to-read-write-mode.4521131/
    Download RO2RW-TEST-3.7.3.0s.zip from here https://sourceforge.net/projects/multi-function-patch/files/RO2RW/?upload_just_completed=true , put it in phone storage and install it with Magisk module. Make sure that it is enabled.
    Install a terminal emulator (like this one: https://play.google.com/store/apps/details?id=jackpal.androidterm&hl=en_US )
    Start the terminal and type: "su" then hit enter, then type "ro2rw" and hit enter again.
    Now RO2RW is started and asking first option. Choose 1 (Make/Install) and hit enter.
    Second question is about how much to expand the default size of system partitions. I choose option 5 (30Mb) as I want to delete stuff like google apps from those partitions and I don't want to increase them), then hit enter again, choose 1 (Continue) and hit enter again.
    Next is about installing the Disable Force Encryption. I choose 1 (Skip) and hit enter. Now it will take some time doing stuff and will ask to hit any key to continue, just hit enter again.
    Next is about removing something, just chose 2 (No) and hit enter.
    Next is about backup: hit 1 (Yes) as you want to make a backup just in case... and hit enter.
    Next is to chose about the backup type. Hit 2 (Recovery/Row) as you have TWRP to flash it if needed.
    Next is to chose about the type of the output of your new image to flash. Chose 2 (Recovery/Row) as you have TWRP to flash. After this will take some time to finish the job... be patient.
    Next is to chose if you want to force disable verification. Chose 1 (Force disable) and hit enter and done: you have the file to flash.
    Before flashing, just connect the phone to your computer and copy the backup files from /internal storage/RO2RW_SUPER (you should find: super-backup-row-recovery.img, vbmeta.original.img and vbmeta_system.original.img).
    Now go to Magisk, press the round arrow next to settings in up right corner and hit reboot to recovery. When in recovery TWRP just hit install, then install image, choose your file: super-rw-row-recovery.img (make sure you chose the right one and not a backup :) ) then for Select Partition to Flash Image select the last option: Super (system vendor........) then swipe to confirm flash and that's it. After flash you might be throw back to TWRP, just hit Reboot then chose System (maybe you'll have to do it twice) then you'll be back to your S23+ with full rw rights :)
    Now you can use Root Explorer or whatever root file explorer you want to play.

    Enjoy!
    1
    Hello guys,

    I've just finished rooting my S23+ with full access to system partition and I decided to make a "how to" explanation for noobies like me, as there is none at this moment and took me a lot of time to put all together. I'm not a developer, only a user so... :)
    Be aware that rooting your phone will trip KNOX so you'll probably lose the warranty (beside the other stuff - see first step)!

    First step: rooting S23+
    Best way to explain how to root S23 (all of them) is done here by @dr.ketan : 1. Just make sure, when you just installed Magisk (at "Instructions for stock non rooted ROM") that you check that Ramdisk is reported: "Yes" (as mentioned here: https://topjohnwu.github.io/Magisk/install.html#magisk-in-recovery ) and if that is true, you can continue with the instructions. If is not ("Ramdisk No" is probably not going to happen for S23, but just to be sure I'm mentioning it) then continue with the instructions from @topjohnwu
    2. When you flash the rooted AP (see step 7), add also the TWRP recovery as "USERDATA" (see this post of @dr.ketan : https://forum.xda-developers.com/t/how-to-root-s23-s91-b-n-0.4548883/post-88465195
    TWRP is available thanks to @afaneh92 here: https://forum.xda-developers.com/t/recovery-unofficial-twrp-for-galaxy-s23-plus.4558747/ , download it and use it as is mentioned above.
    Now you have a rooted S23+ with TWRP so you can continue with second step: making your system partitions read-write (at this point they are read-only). Before that just make sure you copy /efs folder to your internal storage of the phone and from there to your computer. That contain very important info about your phone and a backup is a must.

    Second step: making system partitions read-write
    For that you need to use RO2RW tool made by @LeeGarChat available here: https://forum.xda-developers.com/t/...system-partitions-to-read-write-mode.4521131/
    Download RO2RW-TEST-3.7.3.0s.zip from here https://sourceforge.net/projects/multi-function-patch/files/RO2RW/?upload_just_completed=true , put it in phone storage and install it with Magisk module. Make sure that it is enabled.
    Install a terminal emulator (like this one: https://play.google.com/store/apps/details?id=jackpal.androidterm&hl=en_US )
    Start the terminal and type: "su" then hit enter, then type "ro2rw" and hit enter again.
    Now RO2RW is started and asking first option. Choose 1 (Make/Install) and hit enter.
    Second question is about how much to expand the default size of system partitions. I choose option 5 (30Mb) as I want to delete stuff like google apps from those partitions and I don't want to increase them), then hit enter again, choose 1 (Continue) and hit enter again.
    Next is about installing the Disable Force Encryption. I choose 1 (Skip) and hit enter. Now it will take some time doing stuff and will ask to hit any key to continue, just hit enter again.
    Next is about removing something, just chose 2 (No) and hit enter.
    Next is about backup: hit 1 (Yes) as you want to make a backup just in case... and hit enter.
    Next is to chose about the backup type. Hit 2 (Recovery/Row) as you have TWRP to flash it if needed.
    Next is to chose about the type of the output of your new image to flash. Chose 2 (Recovery/Row) as you have TWRP to flash. After this will take some time to finish the job... be patient.
    Next is to chose if you want to force disable verification. Chose 1 (Force disable) and hit enter and done: you have the file to flash.
    Before flashing, just connect the phone to your computer and copy the backup files from /internal storage/RO2RW_SUPER (you should find: super-backup-row-recovery.img, vbmeta.original.img and vbmeta_system.original.img).
    Now go to Magisk, press the round arrow next to settings in up right corner and hit reboot to recovery. When in recovery TWRP just hit install, then install image, choose your file: super-rw-row-recovery.img (make sure you chose the right one and not a backup :) ) then for Select Partition to Flash Image select the last option: Super (system vendor........) then swipe to confirm flash and that's it. After flash you might be throw back to TWRP, just hit Reboot then chose System (maybe you'll have to do it twice) then you'll be back to your S23+ with full rw rights :)
    Now you can use Root Explorer or whatever root file explorer you want to play.

    Enjoy!
    Great tutorial! I have found that making the instructions an unordered list makes them easier to read. Also, I personally prefer Termux for a terminal emulator, but that's just my opinion. :)
    1
    Great!

    One question: will it stay RW after wiping / formatting data in twrp?

    Edit: it does. after wiping in twrp the rw is still there. i dont know how's with updating the fw with odin (home_csc), i guess we'll find out soon
    Updating via ODIN will replace the partitions so you will lose R/W.
    1
    May i know if i have a model version of s9160, will i be able to enable call recording via root method?
    You should be able to enable call recording after you root the phone by modifying cscfeature.xml file

    First make a backup of it.
    To get to the file check this:

    It's not very easy if is for the first time as you need to decrypt first the file, but you have a good guide here:


    Then, for call recording you should add into the file
    <CscFeature_VoiceCall_ConfigRecording>RecordingAll owed</CscFeature_VoiceCall_ConfigRecording>

    Then copy the modified file (in clear, no need to encrypt back) back to the phone in the same folder and restart. If you did the job well then you'll have the call recording button into the phone app during the call
    1
    Thank you very much. This is my only way.
    Price of international version and HK model has a big difference here in Philippines. I'm now forced to get HK variant.
    May i ask if international variant and hk variant might have a difference in bands?
    You can find all details, including bands, for international variant S916B here:

    You should compare those with Philippines gsm bands



    They looks the same to me but I'm no expert so maybe you can check your local gsm forums for that....