I had seen that he last wrote here on 2020-05-14. :/
[WFX] Android ADB 8.8
Moderators: Hacker, petermad, Stefan2, white
Re: [WFX] Android ADB 8.8
Make it idiotproof and someone will make a better idiot.
- ghisler(Author)
- Site Admin
- Posts: 50383
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: [WFX] Android ADB 8.8
Anyone else having the problem that it can't handle names with spaces in them?
For example a file named
This is a test.txt
is reported as
"This\ is\ a\ test.txt"
to Total Commander, and therefore displayed only as
" test.txt".
It's also impossible to download such files.
For example a file named
This is a test.txt
is reported as
"This\ is\ a\ test.txt"
to Total Commander, and therefore displayed only as
" test.txt".
It's also impossible to download such files.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: [WFX] Android ADB 8.8
No problems here!
Did you choose Native 8.1 "ls -la" in settings?
Did you choose Native 8.1 "ls -la" in settings?
Make it idiotproof and someone will make a better idiot.
- ghisler(Author)
- Site Admin
- Posts: 50383
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: [WFX] Android ADB 8.8
Thanks, switching to Native 8.1 "ls -la" in settings worked.
Btw, how do you reach /storage/emulated/0? I have to enter the path manually because the "emulated" subfolder is empty.
Btw, how do you reach /storage/emulated/0? I have to enter the path manually because the "emulated" subfolder is empty.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: [WFX] Android ADB 8.8
Both links
\\\ADB\[name]\storage\emulated\0\
\\\ADB\[name]\sdcard\ (hidden!)
work out of the box!
Try USB-Mode "charging" of your phone!
\\\ADB\[name]\storage\emulated\0\
\\\ADB\[name]\sdcard\ (hidden!)
work out of the box!
Try USB-Mode "charging" of your phone!
Make it idiotproof and someone will make a better idiot.
Re: [WFX] Android ADB 8.8
Ok, but what about the visual glitches with GUI form?
https://i.ibb.co/pXd6qSv/2024-08-05-141038.png
here I've marked all places where is NOT enough vertical space for a proper distinguish between two adjacent elements.
I hope this bug appears to everyone?
But how to communicate it to the author? This bug has not been fixed for more than 4 builds in a row.
And he seems to be ignoring messages to his email.
https://i.ibb.co/pXd6qSv/2024-08-05-141038.png
here I've marked all places where is NOT enough vertical space for a proper distinguish between two adjacent elements.
I hope this bug appears to everyone?
But how to communicate it to the author? This bug has not been fixed for more than 4 builds in a row.
And he seems to be ignoring messages to his email.
#146217 personal license
Re: [WFX] Android ADB 8.8
What email address did you use? The one listed on his privacy policy?
Re: [WFX] Android ADB 8.8
#146217 personal license
Re: [WFX] Android ADB 8.8
Perhaps try the email address ion his privacy policy.
Yes, I had noticed that too. It looks sloppy.AntonyD wrote: 2024-08-05, 13:01 UTC but this WAS not a main thing in my post - do you see the same glitches?
Re: [WFX] Android ADB 8.8
Still NOT fixed in v8.10.Ok, but what about the visual glitches with GUI form?
We are not so S.M.A.R.T. as we imagine...
Re: [WFX] Android ADB 8.8
8.10 was released on 2024-04-10, your two - absolutely correct - error messages appeared much later.siealex wrote: 2024-10-24, 21:11 UTCStill NOT fixed in v8.10.Ok, but what about the visual glitches with GUI form?

So we can only wait for 8.11 to see if the GUI has been optimised.
But as long as the tool works and can be operated via the GUI, I at least can live with it.

Make it idiotproof and someone will make a better idiot.
Re: [WFX] Android ADB 8.8
2BudCord
That's right, but it would be very useful to somehow convey the picture with bugs to the author (mine as an example -
coz there are some visual notes there) so that he could really fix this situation by the next build.
But it didn't work out for me. Maybe you can do it?
That's right, but it would be very useful to somehow convey the picture with bugs to the author (mine as an example -
coz there are some visual notes there) so that he could really fix this situation by the next build.
But it didn't work out for me. Maybe you can do it?
#146217 personal license
Re: [WFX] Android ADB 8.8
If contact via the e-mail addresses provided by you and White does not lead to a response, then unfortunately I cannot help you any further. 

Make it idiotproof and someone will make a better idiot.
Re: [WFX] Android ADB 8.8
Maybe it was just GEO block
)
Probably from another email-server - he will accept the mails...

Probably from another email-server - he will accept the mails...
#146217 personal license
Re: [WFX] Android ADB 8.8
Today I installed Android ADB 8.11 and I was pleased to see that the option --full-time was supported in this version.
Unfortunately this new option doesn't work.
If I select the older option "Native 8.1 "ls -la" (shows hidd..." then the files are shown, but without the seconds in the timestamps
If I select the new option "Native 8.1 "ls -la --full-time" (shows hidd..." then 0 files are shown, only a blank panel.
The white field to the right of "Native 8.1 "ls -la --full-time" (shows hidd..." remains empty. And when I type the correct parameters there, they are ignored and the field is empty again the next time I look.
The debug log shows that in the older situation the ADB-plugin gives the command: ADB Write (41): shell:ls -la "/sdcard/EigenSpul/Klender/"
With the new option (with --full-time) ADP-plugin gives: ADB Write (38): shell:ls "/sdcard/EigenSpul/Klender/"
And then Android shows the list of files and directories as one long string with only the names, not in columns with attributes, file size, datetime etc.
On my phone I have Android 14. If I use ADB manually and I type "ADB shell", and next "ls -al --full-time" I get a list with columns with the file time in seconds.
Unfortunately this new option doesn't work.
If I select the older option "Native 8.1 "ls -la" (shows hidd..." then the files are shown, but without the seconds in the timestamps
If I select the new option "Native 8.1 "ls -la --full-time" (shows hidd..." then 0 files are shown, only a blank panel.
The white field to the right of "Native 8.1 "ls -la --full-time" (shows hidd..." remains empty. And when I type the correct parameters there, they are ignored and the field is empty again the next time I look.
The debug log shows that in the older situation the ADB-plugin gives the command: ADB Write (41): shell:ls -la "/sdcard/EigenSpul/Klender/"
With the new option (with --full-time) ADP-plugin gives: ADB Write (38): shell:ls "/sdcard/EigenSpul/Klender/"
And then Android shows the list of files and directories as one long string with only the names, not in columns with attributes, file size, datetime etc.
On my phone I have Android 14. If I use ADB manually and I type "ADB shell", and next "ls -al --full-time" I get a list with columns with the file time in seconds.
Last edited by slofje23 on 2025-02-07, 22:19 UTC, edited 1 time in total.