XayahSuSuSu / Android-DataBackup

DataBackup for Android 7.0+
https://DataBackupOfficial.github.io
GNU General Public License v3.0
3.36k stars 124 forks source link

[Bug] Micro Sd card format is wrongly detected. #215

Closed sandeshkamboj closed 3 months ago

sandeshkamboj commented 7 months ago

Describe the bug Whenever I try to select a directory in my micro SD card, it says microsd format is not supported and shows that it has Vfat format. However its format is EXT4 and I have confirmed it through my pc and custom recovery too.

To Reproduce Steps to reproduce the behavior: 1.Open app.

  1. Go to either backup or restore
  2. Click on Directory under Utility section.
  3. And there micro sd is shown unsupported.

Expected behavior It should work with my microsd card as the format is supported.

Screenshots Screenshot_20240214-183940_DataBackup

Smartphone (please complete the following information):

XayahSuSuSu commented 7 months ago

Sry for late reply... Can you type these commands in a certain terminal(e.g. Termux) and send me the screenshot?

su
mount | awk '$3 ~ /\mnt\/media_rw/'
XayahSuSuSu commented 3 months ago

With no response