[WFX] Android ADB 8.8
Moderators: Hacker, petermad, Stefan2, white
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"
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"
CANT COPY FILES TO DEVICE
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????
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????
Re: CANT COPY FILES TO DEVICE
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.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????
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?
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.
You need to enable that in the plugin's options.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?
Well if the APK listing is enabled then your logs should display something like this (after listing the apps content):BudCord wrote:Sorry, I had forgotten to mention this:
Under "General", all option are enabled.
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
I can see this info in the FTP line, but I can not copy it.Well if the APK listing is enabled then your logs should display something like this (after listing the apps content):
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.
Re: CANT COPY FILES TO DEVICE
Sorry, but I am a noob on android, ¿could you please give me a step by step instructions on how to do this?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.
Why does it happen with TC ADB and not with explorer?
Please

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.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)
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)

EDIT: uninstalled drivers from toolkit. rebooted pc. Win 7 installed the drivers, now adb works ok, flies copy ok. Toolkit also works



Hi,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.
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 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 ...
That could work. I will put it on the list. I am out the next week so you can expect it the week after.cmlx wrote: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 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 ...