Alex4SSB / ADB-Explorer

A fluent UI for ADB on Windows
MIT License
400 stars 33 forks source link

Some folders are not accessible #186

Closed Hujsym closed 11 months ago

Hujsym commented 11 months ago

Some folders (e.q. bin) are not accessible even with root access. With ADB shell is OK.

image

Alex4SSB commented 11 months ago

Thanks, this is a known issue - adb ls returns unknown type for some system folders.

I just noticed we have an old open issue for that - #28, will try to fix that soon.

Alex4SSB commented 11 months ago

Regarding links - this has now been solved. There might be items that are still displayed as unknown, since adb ls sometimes gives less info than adb shell ls, which we do not intend on using.