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
In a Terminal I typed adb -s [ANDROID_DEVICE] shell ls -l / and I got almost the same result as in trolcommander. The difference is that this program does not recognize symlinks in the Android device.
By following symlinks one finally arrives at the location of the files in the internal memory of the device, which is /storage/emulated/0. However in trolcommander /storage/emulated is empty.
The text was updated successfully, but these errors were encountered:
In a Terminal I typed
adb -s [ANDROID_DEVICE] shell ls -l /
and I got almost the same result as in trolcommander. The difference is that this program does not recognize symlinks in the Android device.By following symlinks one finally arrives at the location of the files in the internal memory of the device, which is
/storage/emulated/0
. However in trolcommander/storage/emulated
is empty.The text was updated successfully, but these errors were encountered: