๐๏ธ Wipe Tools
Utilities for wiping filesystem sections.
wipeโ
Wipes specified partitions.
Argument | Description |
---|---|
NAME | Partition name: system , vendor , product , odm , data , userdata , dalvik , cache |
# Wipe system
wipe system
# Wipe data (excludes /data/media)
wipe data
# Wipe full userdata
wipe userdata
# Wipe dalvik-cache
wipe dalvik
# Wipe cache
wipe cache
# Multiple wipes
wipe data cache system vendor product
note
data
: Preserves/data/media
(internal storage).userdata
: Wipes entire/data
.