Why is my storage is 0.0gb

  • Thread starter Android Central Question
  • Start date
A

Android Central Question

I rooted my phone and I install twrp then I boot to recovery but when boot into the recovery, my screen became blank an went off so I switch it on then I realize that that my phone storage has change from 16gb to 0.0gb
 

Rukbat

Retired Moderator
Feb 12, 2012
44,529
26
0
Visit site
To see the actual storage, connect the phone to a PC with adb (and a driver for the phone) installed, type

adb shell


then type

df

The last line is your actual user storage. (It's probably labeled sdcard or emulated/0.)