You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found delete /data/misc folder can solve this problem
In recovery:
adb root
adb shell
mount /dev/block/by-name/userdata /data
ls /data # check if you mount success
ls /data/misc # delete this folder
rm -r /data/misc
umount /data
exit
The text was updated successfully, but these errors were encountered:
zyx486013
changed the title
Can't get in system ui when you set ethernet ip static
Rock 5A Can't get in system ui when you set ethernet ip static
Jul 5, 2023
I found delete /data/misc folder can solve this problem
In recovery:
adb root
adb shell
mount /dev/block/by-name/userdata /data
ls /data # check if you mount success
ls /data/misc # delete this folder
rm -r /data/misc
umount /data
exit
The text was updated successfully, but these errors were encountered: