Skip to content

remount individual or all partitions on your Android device either as read-only or as read/write-able

Notifications You must be signed in to change notification settings

lebigmac1/ADB-ReMount-RW

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Welcome to ADB ReMount-RW v1.2 by lebigmac

DISCLAIMER: This file may be copied, duplicated, re-uploaded indefinitely as long as this comments section (line #1 - line #30) are not modified or removed by the end-user & proper credit must be given to the original author. Thank you.

Description: Remount all device mapper partitions as rw (read/write) or ro (read-only) by lebigmac
Only for rooted, RW-capable devices running Android 8+ !
For more info please visit the official website @

Thanks for your support!

Installation:
Copy this file into /system/bin/ and give it some permissions -> chmod 777 /system/bin/remount

Usage:
adb remount // REMOUNT ALL AS READ/WRITE adb remount rw // REMOUNT ALL AS READ/WRITE adb remount ro // REMOUNT ALL AS READ-ONLY adb remount / rw // REMOUNT SYSTEM AS RW adb remount /product ro // REMOUNT PRODUCT AS RO

About

remount individual or all partitions on your Android device either as read-only or as read/write-able

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages