[WFX] Android ADB 8.8
Moderators: Hacker, petermad, Stefan2, white
Re: [WFX] Android ADB 8.8
Hello everyone. I'm having a problem copying files larger than 1 GB. They copy perfectly to my Fold 4, but then they don't move to the correct location. The files are then named "\sdcard\7B0C8FA0.tmp." So far, only video files (.mp4) and, for example, AP_F936BXXSAGYB2_F936BXXSAGYB2_MQB93053233_REV00_user_low_ship_MULTI_CERT_meta_OS14.tar.md5 (to root my Fold 4, I have to patch the file on the Fold with Magisk). This doesn't happen with smaller files.
Re: [WFX] Android ADB 8.8
Linux-version is linked with libxml2-iw.so.2
What kind of library is this? The usual name is libxml2.so.2.
What kind of library is this? The usual name is libxml2.so.2.
Re: [WFX] Android ADB 8.8
I'm confused:
1. When I choose Native 8.1 "ls -la --full-time", I don't get any folder listing (devices with Android 11, 13 and 15).
2. When I choose Native 8.1 "ls -la" while adding -la --full-time at the end myself, it does work (all folders get listed and full timestamps are available).
Also, when closing TC, it always crashes when I used ADB and then clicked "Disconnect" in the top panel: The instruction at 0x00000000EC4AF00 referenced memory at 0x00000000EC4AF00. The memory could not be written. I am now on ADB 8.11.
1. When I choose Native 8.1 "ls -la --full-time", I don't get any folder listing (devices with Android 11, 13 and 15).
2. When I choose Native 8.1 "ls -la" while adding -la --full-time at the end myself, it does work (all folders get listed and full timestamps are available).
Also, when closing TC, it always crashes when I used ADB and then clicked "Disconnect" in the top panel: The instruction at 0x00000000EC4AF00 referenced memory at 0x00000000EC4AF00. The memory could not be written. I am now on ADB 8.11.
Re: [WFX] Android ADB 8.8
This --full-time option is not implemented correctly, imho. As I described in my post of 2025-02-07 here above.Guillaume wrote: 2025-04-30, 12:19 UTC I'm confused:
1. When I choose Native 8.1 "ls -la --full-time", I don't get any folder listing (devices with Android 11, 13 and 15).
2. When I choose Native 8.1 "ls -la" while adding -la --full-time at the end myself, it does work (all folders get listed and full timestamps are available).
Also, when closing TC, it always crashes when I used ADB and then clicked "Disconnect" in the top panel: The instruction at 0x00000000EC4AF00 referenced memory at 0x00000000EC4AF00. The memory could not be written. I am now on ADB 8.11.
Thanks for finding this workaround! It looks like I now can synchronize directories with "ignore date" UNchecked.
The crash you describe is unknown to me.
I have no "Disconnect" option when navigating with ADB. I suppose this is like the "Disconnect" with FTP?