-
-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ls: Unknown option '-L'. Aborting. #11
Comments
try opening cmd in the same folder where you download the program and run "adb shell ls /sdcard/" |
running that command lists the folders in the internal storage.
|
ok finally got time to get to this, I have basic implementation made, so it "works" on legacy Android devices, however currently it takes lot of time to load a directory* - OK for copying whole DCIM / camera directory, kinda annoying to use for copying few files out of large directory * explanation: since the -lL doesnt work, i cant use the attributes to quickly check if entry is an folder or a file - so currently its ls-ing every entry it finds, and android returns the file path if the directory is path, so i am currently using that to check if the file is directory - however its slow AF |
On Amazon Fire HD 10 7th gen (2017), I get this in the console:
and no files or folders listed in the left panel:
ADB is connected and PC is authorized.
Fire runs modified Android 5.1. Could this be old OS issue or FireOS issue?
Also I get same line
whenever I enter or delete any character in the address bar.
The text was updated successfully, but these errors were encountered: