[APP] ADB filesystem plugin for Total Commander

Aleq

Senior Member
Apr 6, 2008
264
101
0
Wireless ADB is supported in upcoming version with a little bit of manual work - you will just need to execute the included adb.exe (not different one): "adb connect <ip_address>". Then you can open the plugin and files will be there. I have just tested it.
This is enabled by micdelt's patch, "transport-usb" changed to "transport-any", nothing more :) In the distant future we might introduce a configuration GUI. Anybody willing to do such stuff, come and volunteer :)
 

sorg

Senior Member
Sep 5, 2006
1,049
1,136
143
台灣
looking into source code, i see you transfer file by pieces through buffer which makes transfer superslow comparing to original adb file transfer.
Is it possible to change to adb push/pull for file transfer?
 

Aleq

Senior Member
Apr 6, 2008
264
101
0
looking into source code, i see you transfer file by pieces through buffer which makes transfer superslow comparing to original adb file transfer.
Is it possible to change to adb push/pull for file transfer?
This is exactly what I thought. I just don't know how to push/pull directly via the socket, so I'm calling adb.exe push/pull (waiting for it to finish) and monitoring the progress by checking the target file size regularly. It works well. Like Android Commander, just with progress bar :)
 

sorg

Senior Member
Sep 5, 2006
1,049
1,136
143
台灣
This is exactly what I thought. I just don't know how to push/pull directly via the socket, so I'm calling adb.exe push/pull (waiting for it to finish) and monitoring the progress by checking the target file size regularly. It works well. Like Android Commander, just with progress bar :)
Is it already implemented in version you've uploaded? I tried your plugin - transfer very slow while adb push/pull from command line transfers much faster.
 

Aleq

Senior Member
Apr 6, 2008
264
101
0
A bug related to many files with long filenames/file paths exceeding 1022 characters (command line limit) when being statted in a batch of 10 files at once FIXED. Yet one more bugfix to go - before release. Hopefully.

Sent from my GT-I9100 using XDA
 

Aleq

Senior Member
Apr 6, 2008
264
101
0
I have found and fixed that bug. There are some (well, not only "some") memory leaks, so more bugfixing. Sorry for teasing :)
 

Aleq

Senior Member
Apr 6, 2008
264
101
0
The important memory leaks are fixed.

Current todo:
- free space information
- looking for the last (? ;) ) bug which causes occasional UI freeze (however the file always gets copied correctly) while copying large files TO device
 

tobbbie

Senior Member
Jan 5, 2007
1,452
252
0
Stuttgart
Anything new available? Neither version works for me, despite device (Xperia Ray ICS 4.0.4) is rooted and busybox 1.19.0 installed. It delivers <000A - no ack from adb server>.