Im using the newest blu_spark TWRP with my OP5 OEM unlocked rooted with magisk running the 5.01 OOS.
BACKUP
Before running a backup do the following in TWRP/Advanced/Terminal
(enter exactly into terminal, if 999 'doesn't exist' move on to the next)
cd /data/system/
rm -r 999
cd data/system_ce/
rm -r 999
cd data/system_de/
rm -r 999
cd data/misc/
rm -r 999
cd data/misc_ce/
rm -r 999
cd data/misc_de/
rm -r 999
cd data/user/
rm -r 999
cd data/user_ce/
rm -r 999
cd data/user_de/
rm -r 999
You will successfully be able to backup!!
RESTORE:
@simo6 Gave me the solution. You need to go into the TWRP terminal before doing a restore and delete:
(enter exactly into terminal, if 999 'doesn't exist' move on to the next)
cd /data/system/
rm -r 999
cd data/system_ce/
rm -r 999
cd data/system_de/
rm -r 999
cd data/misc/
rm -r 999
cd data/misc_ce/
rm -r 999
cd data/misc_de/
rm -r 999
cd data/user/
rm -r 999
cd data/user_ce/
rm -r 999
cd data/user_de/
rm -r 999
then restore your backup!
BACKUP
Before running a backup do the following in TWRP/Advanced/Terminal
(enter exactly into terminal, if 999 'doesn't exist' move on to the next)
cd /data/system/
rm -r 999
cd data/system_ce/
rm -r 999
cd data/system_de/
rm -r 999
cd data/misc/
rm -r 999
cd data/misc_ce/
rm -r 999
cd data/misc_de/
rm -r 999
cd data/user/
rm -r 999
cd data/user_ce/
rm -r 999
cd data/user_de/
rm -r 999
You will successfully be able to backup!!
RESTORE:
@simo6 Gave me the solution. You need to go into the TWRP terminal before doing a restore and delete:
(enter exactly into terminal, if 999 'doesn't exist' move on to the next)
cd /data/system/
rm -r 999
cd data/system_ce/
rm -r 999
cd data/system_de/
rm -r 999
cd data/misc/
rm -r 999
cd data/misc_ce/
rm -r 999
cd data/misc_de/
rm -r 999
cd data/user/
rm -r 999
cd data/user_ce/
rm -r 999
cd data/user_de/
rm -r 999
then restore your backup!
Last edited: