[WFX] Android ADB 8.8

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
Aleq
Junior Member
Junior Member
Posts: 55
Joined: 2006-06-07, 07:24 UTC
Location: CZ, EU

Post by *Aleq »

Yes, busybox without su works just fine. "busybox", "busybox ls". However doing "su" and then executing "busybox" separately fails just as "su busybox" fails.

I'm running BusyBox v1.21.0-Stericsson 2013-01-28. I have just e-mailed Stephen Ericsson, let's see.

Thanks

UPDATE: I launched Stericsson's BusyBox installer once again and installed older 1.20.2 version. Since then both "ls" options work and I can "su busybox"
User avatar
ElQuia
Junior Member
Junior Member
Posts: 79
Joined: 2009-04-18, 23:44 UTC
Location: Córdoba, Argentina

CANT COPY FILES TO DEVICE

Post by *ElQuia »

Using Total Commander 8.01 both x86 and x64 on Windows 7 x64, Android Tablet Google Nexus 7 with android 4.2.1.
Drivers installed on PC, explorer sees table internal strorage as Nexus 7 Portable media Player.
Using explorer I can copy easily and quickly movies, pictures, anything to the respective folders on table (Movies, Pictures, Documents, etc).

THE PROBLEM STARTS WHEN USING ADB 5.8 with TC, and the same happenns with TC x32 and x64, If I try to copy a picture (2 mb) or an mp4 movie (750 MB its the same: it goes trough all the copy process slower than explorer but when finished nothing is copied but an *.tmp file if same size is created in root. Example:

Mp4 copied from PC "My Videos" folder (or any folder) to:

\\\Adb\015d4a829267fe17\data\media\0\Movies

Nothing shows up in movies after all the copy process finishes, but this temp file appears:
\\\Adb\015d4a829267fe17\data\media\0\0D8F3C9B.tmp

IDEAS PLEASE????
jakubklos
Senior Member
Senior Member
Posts: 221
Joined: 2012-07-11, 14:48 UTC

Re: CANT COPY FILES TO DEVICE

Post by *jakubklos »

ElQuia wrote:Using Total Commander 8.01 both x86 and x64 on Windows 7 x64, Android Tablet Google Nexus 7 with android 4.2.1.
Drivers installed on PC, explorer sees table internal strorage as Nexus 7 Portable media Player.
Using explorer I can copy easily and quickly movies, pictures, anything to the respective folders on table (Movies, Pictures, Documents, etc).

THE PROBLEM STARTS WHEN USING ADB 5.8 with TC, and the same happenns with TC x32 and x64, If I try to copy a picture (2 mb) or an mp4 movie (750 MB its the same: it goes trough all the copy process slower than explorer but when finished nothing is copied but an *.tmp file if same size is created in root. Example:

Mp4 copied from PC "My Videos" folder (or any folder) to:

\\\Adb\015d4a829267fe17\data\media\0\Movies

Nothing shows up in movies after all the copy process finishes, but this temp file appears:
\\\Adb\015d4a829267fe17\data\media\0\0D8F3C9B.tmp

IDEAS PLEASE????
This is because of the threshold options. Large files are copied to the sdcard first and then copied/movied to their proper place. That phase must be failing in your scenario. As always turn on debug logs and check the end of the operation.
User avatar
BudCord
Junior Member
Junior Member
Posts: 71
Joined: 2003-02-25, 08:18 UTC

Post by *BudCord »

I have an all-optical problem.
While in your preview all APK files have an individual icon, mine are all the same.

Image: http://nufla.de/RPqlh.png

Any idea how I can return to "colorful" icons?
Make it idiotproof and someone will make a better idiot.
jakubklos
Senior Member
Senior Member
Posts: 221
Joined: 2012-07-11, 14:48 UTC

Post by *jakubklos »

BudCord wrote:I have an all-optical problem.
While in your preview all APK files have an individual icon, mine are all the same.

Image: http://nufla.de/RPqlh.png

Any idea how I can return to "colorful" icons?
You need to enable that in the plugin's options.
User avatar
BudCord
Junior Member
Junior Member
Posts: 71
Joined: 2003-02-25, 08:18 UTC

Post by *BudCord »

Sorry, I had forgotten to mention this:
Under "General", all option are enabled.
Make it idiotproof and someone will make a better idiot.
jakubklos
Senior Member
Senior Member
Posts: 221
Joined: 2012-07-11, 14:48 UTC

Post by *jakubklos »

BudCord wrote:Sorry, I had forgotten to mention this:
Under "General", all option are enabled.
Well if the APK listing is enabled then your logs should display something like this (after listing the apps content):

Connecting to ADB server...
Connected
ADB Write: host:transport:192.168.0.20:5555
ADB Read: OKAY
ADB Write: sync:
ADB Read: OKAY
ADB Write: STAT
ADB Read: STAT䁀
ADB STAT: "/data/app/com.disney.WMW-1.apk" size=24448822 time=2012-09-05 12:23:22
ADB Write: RECV
ADB Read: DATA

for each one of the apk file
User avatar
BudCord
Junior Member
Junior Member
Posts: 71
Joined: 2003-02-25, 08:18 UTC

Post by *BudCord »

Well if the APK listing is enabled then your logs should display something like this (after listing the apps content):
I can see this info in the FTP line, but I can not copy it.
The file "debug.log" I can not find it.

My installation path is "C:\Program Files (x86)\totalcmd\plugins\wfx\ADB\bin\adb".
Make it idiotproof and someone will make a better idiot.
User avatar
ElQuia
Junior Member
Junior Member
Posts: 79
Joined: 2009-04-18, 23:44 UTC
Location: Córdoba, Argentina

Re: CANT COPY FILES TO DEVICE

Post by *ElQuia »

jakubklos wrote:This is because of the threshold options. Large files are copied to the sdcard first and then copied/movied to their proper place. That phase must be failing in your scenario. As always turn on debug logs and check the end of the operation.
Sorry, but I am a noob on android, ¿could you please give me a step by step instructions on how to do this?

Why does it happen with TC ADB and not with explorer?

Please :shock:
Aleq
Junior Member
Junior Member
Posts: 55
Joined: 2006-06-07, 07:24 UTC
Location: CZ, EU

Post by *Aleq »

Explorer does not use ADB but MTP. You can use MTP if you like, just use different plugin (it's called Media-something AFAIK). Or USB Mass Storage is used (with older Androids) and Android storage is mounted as drive letter. These methods are something completely different to ADB which was meant to be for developers and allows you to access the whole device (esp. with root)
User avatar
ElQuia
Junior Member
Junior Member
Posts: 79
Joined: 2009-04-18, 23:44 UTC
Location: Córdoba, Argentina

Post by *ElQuia »

Aleq wrote:Explorer does not use ADB but MTP. You can use MTP if you like, just use different plugin (it's called Media-something AFAIK). Or USB Mass Storage is used (with older Androids) and Android storage is mounted as drive letter. These methods are something completely different to ADB which was meant to be for developers and allows you to access the whole device (esp. with root)
OK my device is mounted as Nexus 7 Portable Media Player. The drivers were installed by Nexus Toolkit 4.3.2 when I rooted it.

How do I get it mounted as a drive letter? Do I need it? I´d like very much to be able tu use TC for moving files, apps etc to my device.

IDEAS please?


(BTW I installed the Android TC, its cool but I can´t figure all the functions, for example how to start the media player without starting it from TC) :idea:

EDIT: uninstalled drivers from toolkit. rebooted pc. Win 7 installed the drivers, now adb works ok, flies copy ok. Toolkit also works :!: :!: :!:
cmlx
Junior Member
Junior Member
Posts: 19
Joined: 2011-01-31, 02:42 UTC

Post by *cmlx »

@jakubklos

Thank you for this cool wfx plugin, is it possible to add clipboard content exchange function between Phone and PC please? For example, I want to copy ID/password from PC to Phone.
jakubklos
Senior Member
Senior Member
Posts: 221
Joined: 2012-07-11, 14:48 UTC

Post by *jakubklos »

cmlx wrote:@jakubklos

Thank you for this cool wfx plugin, is it possible to add clipboard content exchange function between Phone and PC please? For example, I want to copy ID/password from PC to Phone.
Hi,
Ok I can see some good use there. How would you like it to be implemented? New ".clipboard" folder with actions "Copy Clipboard From Device To Windows" and "Copy Clipboard From Windows To Device". Something like that? Maybe better labels ...
cmlx
Junior Member
Junior Member
Posts: 19
Joined: 2011-01-31, 02:42 UTC

Post by *cmlx »

jakubklos wrote: Hi,
Ok I can see some good use there. How would you like it to be implemented? New ".clipboard" folder with actions "Copy Clipboard From Device To Windows" and "Copy Clipboard From Windows To Device". Something like that? Maybe better labels ...
Thank you for quick reply, maybe the ".clipboard" folder contains a text file, which content is the clipboard of Device, so I can open the file, copy the content then paste to PC, or modify the content on PC, then device read the new text file as clipboard...
jakubklos
Senior Member
Senior Member
Posts: 221
Joined: 2012-07-11, 14:48 UTC

Post by *jakubklos »

cmlx wrote:
jakubklos wrote: Hi,
Ok I can see some good use there. How would you like it to be implemented? New ".clipboard" folder with actions "Copy Clipboard From Device To Windows" and "Copy Clipboard From Windows To Device". Something like that? Maybe better labels ...
Thank you for quick reply, maybe the ".clipboard" folder contains a text file, which content is the clipboard of Device, so I can open the file, copy the content then paste to PC, or modify the content on PC, then device read the new text file as clipboard...
That could work. I will put it on the list. I am out the next week so you can expect it the week after.
Post Reply