Update 2024 : Support Android 14/ 13
⏩ https://www.ombob.eu.org/2024/04/read-and-write-super-partition-update.html
This tools will make you android phone can write and read on super/dynamic partition (System, Vendor, Product, etc) on custom recovery and also inside Android (magisk root acces needed) . Tested from android 10 to the latest andoid 13 on stock and also custom ROM.
This is a script designed for Android power users who want to change their read-only Android 10+ system to a read/write system. By doing so, they can remove unwanted software and customize their device more extensively. This script exclusively alters the super and vbmeta partitions, leaving the /data partition untouched. The /data partition is only utilized for dumping data and storing script files.
Download the tool in here. Credit goes to lebigmac on XDA
Prerequisite
- Use at your own risk! I am not responsible for your actions
- I will try to keep update this page
- Need rooted STOCK Android 10 or newer at least 10+ GB free space on phone for dumping data
- The script can be run both inside custom recovery and inside Android operating system.
- If you run script in Android mode you will need to fastboot flash the patched image(s) manually!
Automatic installation
- Use latest custom recovery
- Format data to type “Yes” (Recommend), Because, some space(minimum 15GB) need in internal storage to run this script to pull super image.
- Flash this file, It’ll take approx 15 minute to success.
- After successfully install, format data again to type “yes”.
- Reboot to system. Congrats!. Now you can delete any file from system/product/vendor
Automatic installation
- Extract flashable.zip and copy sysrw_*VERSION* folder into /data/local/tmp/
- run this command to make the script executable:
chmod +x /data/local/tmp/sysrw_*VERSION*/sysrw
Manual installation
- adb push lebigmac_1.41.zip /data/local/tmp/
- adb shell
- su
- cd /data/local/tmp/
- unzip /data/local/tmp/lebigmac_1.41.zip
- cd sysrw_1.41
- chmod +x sysrw
- ./sysrw
- exit
- adb pull /data/local/tmp/sysrw_1.41/img/super_patched.bin
- adb reboot bootloader
- fastboot flash super super_patched.bin
- fastboot reboot
Tested If Working
- adb shell
- su
- mount -o remount,rw /
- mount -0 remount,rw /odm
- mount -o remount,rw /product
- mount -o remount,rw /system_ext
- mount -o remount,rw /vendor
Confirmed working on these device
- Xiaomi Poco X3 NFC
- Xiaomi Poco X3 Pro
- Xiaomi Poco X2 – Android 10/11
- Xiaomi Poco X2 – Android 11
- Xiaomi Poco F2 Pro – Android 11
- Xiaomi Mi 10 T Lite – Android 11
- Xiaomi Mi 10 T lite – Android 11
- Xiaomi Mi 10 – Android 11
- Xiaomi Mi 10 Ultra – Android 11
- Xiaomi Mi 10i 5G (gauguin) – Android 11
- Xiaomi Mi Note 10 Lite – Android 11 – OrangeFox
- Xiaomi Redmi Note 12 5G – Android 12 – latest MIUI 13.0.3
- Xiaomi Redmi 9 – Android 10
- Xiaomi Redmi 9 – Android 10
- Xiaomi Redmi Note 9 Pro joyeuse – Android 10
- Xiaomi Redmi Note 9 Pro gauguin (China) – Android 10
- Xiaomi Redmi Note 9S – Android 11 – MIUI Global 12.5.3 Stable (RJWEUXM)
- Xiaomi Redmi 9T – Android 11
- Xiaomi Redmi K30 – Android 10
- Xiaomi Redmi K30S Ultra(China), Android 11
- Asus ROG Phone 3 – Android 10
- Asus ROG Phone 5 – Android 11
- OnePlus Nord – Android 11
- OnePlus 8T – Android 11
- Doogee S96Pro – Android 10
- F150 model B2021 – Android 10
- Realme C12 – Android 11
- Realme GT 5G – Android 12
- Pixel 4a (sunfish) – Android 11
- Google Pixel 4 XL (coral) – Android 10