[WFX] Android ADB 8.8
Moderators: Hacker, petermad, Stefan2, white
Re: [WFX] Android ADB 7.3
x32 will work as I tested it. I don't use Windows anymore only Linux. I don't use even TC64
Could you check x32?
Could you check x32?
Re: [WFX] Android ADB 7.3
x32 worked in latest TC.
x64 crash latest TC.
Re: [WFX] Android ADB 7.3
@jakubklos
Did the wfx64 file get yanked from the Windows version of adbplugin.zip? I use TC x64 and wanted to update the ADB plugin I have installed from v8.3 to v8.5, but cannot find the x64 bit version. Is it missing because there were problems? Do you need another tester besides Enyby? Let me know.
Did the wfx64 file get yanked from the Windows version of adbplugin.zip? I use TC x64 and wanted to update the ADB plugin I have installed from v8.3 to v8.5, but cannot find the x64 bit version. Is it missing because there were problems? Do you need another tester besides Enyby? Let me know.
Re: [WFX] Android ADB 7.3
2syswiz
currently you can use version from here: viewtopic.php?f=6&t=34980&start=630#p346659
I hope author fix 8.5 for x64 soon.
currently you can use version from here: viewtopic.php?f=6&t=34980&start=630#p346659
I hope author fix 8.5 for x64 soon.
Re: [WFX] Android ADB 7.3
Yes, I deliberately removed the x64 version. The dev environment for x64 is corrupt and I need to fix it. I am working on it but it will take some time.
Re: [WFX] Android ADB 7.3
It is normal, dos i dont have access to the storages?
I have a Note 9 witch Android 8.0.1 with root access.
When i klick and my Device i can only see:
apps
backup
bugreport
clipboard
dmesg
logcat
power
screenshot
shell
or i have was making wrong?
greetz
I have a Note 9 witch Android 8.0.1 with root access.
When i klick and my Device i can only see:
apps
backup
bugreport
clipboard
dmesg
logcat
power
screenshot
shell
or i have was making wrong?
greetz
Re: [WFX] Android ADB 7.3
2Conan
Try use different settings for get files list in plugin options.
Try use different settings for get files list in plugin options.
Re: [WFX] Android ADB 7.3
Ah great!
"Native "ls -la"" setting working with my note 9.
Thanks!
"Native "ls -la"" setting working with my note 9.
Thanks!
Re: [WFX] Android ADB 7.3
Ok, the Windows x64 issue has been resolved. Anyway, the options dialog will not work (only on Windows x64) for these reasons
1. I use enitrely Lazarus / FPC for the development and the x64 version of the plugin crashs in LCL
2. It works properly on Linux x64
3. Delphi and Lazarus LCL/VCL is not compatible so VCL does not work at all. The x64 version is compiled with Delphi
I know it's a bummer but you can edit the .ini manually. I focus only on Linux dev now. Ditched windows a long time ago
1. I use enitrely Lazarus / FPC for the development and the x64 version of the plugin crashs in LCL
2. It works properly on Linux x64
3. Delphi and Lazarus LCL/VCL is not compatible so VCL does not work at all. The x64 version is compiled with Delphi
I know it's a bummer but you can edit the .ini manually. I focus only on Linux dev now. Ditched windows a long time ago
Re: [WFX] Android ADB 7.3
2jakubklos
Odd. TC 9.0 x64 compiled with Lazarus. So all must work here too.
If you want - I can review your code for find solution. If this suitable for you we can discuss it on email.
Odd. TC 9.0 x64 compiled with Lazarus. So all must work here too.
If you want - I can review your code for find solution. If this suitable for you we can discuss it on email.
Re: [WFX] Android ADB 7.3
you can give a comprehensive list of all the.ini options
Re: [WFX] Android ADB 7.3
2jakubklos
Have you planned for release ADB plugin for mac os?
Have you planned for release ADB plugin for mac os?
Re: [WFX] Android ADB 7.3
2jakubklos:
Please update first post and post title with latest version...
And if possible also all in totalcmd.net
Please update first post and post title with latest version...

And if possible also all in totalcmd.net
Re: [WFX] Android ADB 7.3
It looks like the plugin has an issue with listing filenames ending with two "==", so if you try to crate a dir with the name "privet==", the plugin will list it as "privet="
Here is the debug logs:
2018-10-02 12:33:58 [25A8] ADB Write: shell:ls -la "/data/local/"
2018-10-02 12:33:58 [25A8] ADB Read: OKAY
2018-10-02 12:33:58 [25A8] ADB Read Data: total 24
drwxr-x--x 5 root root 4096 2018-10-02 12:33 .
drwxrwx--x 40 system system 4096 2018-09-28 16:02 ..
drwxrwxrwx 2 root root 4096 2018-10-02 12:33 privet==
drwxrwx--x 3 shell shell 4096 2018-10-02 10:14 tmp
2018-10-02 12:33:59 [25A8] Connecting to ADB server...
2018-10-02 12:33:59 [25A8] Connected
2018-10-02 12:33:59 [25A8] ADB Write: host:transport:00fd2b24f8f02ff9
2018-10-02 12:33:59 [25A8] ADB Read: OKAY
2018-10-02 12:33:59 [25A8] ADB Write: shell:ls -la "/data/local/privet=/"
2018-10-02 12:33:59 [25A8] ADB Read: OKAY
2018-10-02 12:33:59 [25A8] ADB Read Data: ls: /data/local/privet=/: No such file or directory
2018-10-02 12:34:00 [25A8] Connecting to ADB server...
2018-10-02 12:34:00 [25A8] Connected
2018-10-02 12:34:00 [25A8] ADB Write: host:transport:00fd2b24f8f02ff9
2018-10-02 12:34:00 [25A8] ADB Read: OKAY
2018-10-02 12:34:00 [25A8] ADB Write: shell:ls -la "/data/local/"
2018-10-02 12:34:00 [25A8] ADB Read: OKAY
2018-10-02 12:34:00 [25A8] ADB Read Data: total 24
drwxr-x--x 5 root root 4096 2018-10-02 12:33 .
drwxrwx--x 40 system system 4096 2018-09-28 16:02 ..
drwxrwxrwx 2 root root 4096 2018-10-02 12:33 privet==
drwxrwx--x 3 shell shell 4096 2018-10-02 10:14 tmp
Here is the debug logs:
2018-10-02 12:33:58 [25A8] ADB Write: shell:ls -la "/data/local/"
2018-10-02 12:33:58 [25A8] ADB Read: OKAY
2018-10-02 12:33:58 [25A8] ADB Read Data: total 24
drwxr-x--x 5 root root 4096 2018-10-02 12:33 .
drwxrwx--x 40 system system 4096 2018-09-28 16:02 ..
drwxrwxrwx 2 root root 4096 2018-10-02 12:33 privet==
drwxrwx--x 3 shell shell 4096 2018-10-02 10:14 tmp
2018-10-02 12:33:59 [25A8] Connecting to ADB server...
2018-10-02 12:33:59 [25A8] Connected
2018-10-02 12:33:59 [25A8] ADB Write: host:transport:00fd2b24f8f02ff9
2018-10-02 12:33:59 [25A8] ADB Read: OKAY
2018-10-02 12:33:59 [25A8] ADB Write: shell:ls -la "/data/local/privet=/"
2018-10-02 12:33:59 [25A8] ADB Read: OKAY
2018-10-02 12:33:59 [25A8] ADB Read Data: ls: /data/local/privet=/: No such file or directory
2018-10-02 12:34:00 [25A8] Connecting to ADB server...
2018-10-02 12:34:00 [25A8] Connected
2018-10-02 12:34:00 [25A8] ADB Write: host:transport:00fd2b24f8f02ff9
2018-10-02 12:34:00 [25A8] ADB Read: OKAY
2018-10-02 12:34:00 [25A8] ADB Write: shell:ls -la "/data/local/"
2018-10-02 12:34:00 [25A8] ADB Read: OKAY
2018-10-02 12:34:00 [25A8] ADB Read Data: total 24
drwxr-x--x 5 root root 4096 2018-10-02 12:33 .
drwxrwx--x 40 system system 4096 2018-09-28 16:02 ..
drwxrwxrwx 2 root root 4096 2018-10-02 12:33 privet==
drwxrwx--x 3 shell shell 4096 2018-10-02 10:14 tmp
Re: [WFX] Android ADB 7.3
2sergk79,
Try to experiment with file list command parameters. E.g., write (in pluggin options) "-ll -a -F" instead of "-la".
Try to experiment with file list command parameters. E.g., write (in pluggin options) "-ll -a -F" instead of "-la".
#49857 Personal licence
Windows 10 Pro 64bit. TC 10.51 32 + 64bit
Windows 10 Pro 64bit. TC 10.51 32 + 64bit