[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
giuleppe
Junior Member
Junior Member
Posts: 12
Joined: 2005-09-23, 11:57 UTC

how view hidden file or dir

Post by *giuleppe »

GoodAfternoon,
simple question how view hidden file or directoty?
I just rename a file WITH SOLID EXPLORER on device
for exsample (.myfile) the . is use for hidden file.
when i view a device with TotalCommander trough ADB plugin
I do not view a file.
jakubklos
Senior Member
Senior Member
Posts: 221
Joined: 2012-07-11, 14:48 UTC

Re: how view hidden file or dir

Post by *jakubklos »

giuleppe wrote:GoodAfternoon,
simple question how view hidden file or directoty?
I just rename a file WITH SOLID EXPLORER on device
for exsample (.myfile) the . is use for hidden file.
when i view a device with TotalCommander trough ADB plugin
I do not view a file.
You should change to busybox ls and files will be visible.
giuleppe
Junior Member
Junior Member
Posts: 12
Joined: 2005-09-23, 11:57 UTC

Re: how view hidden file or dir

Post by *giuleppe »

jakubklos wrote:
giuleppe wrote:GoodAfternoon,
simple question how view hidden file or directoty?
I just rename a file WITH SOLID EXPLORER on device
for exsample (.myfile) the . is use for hidden file.
when i view a device with TotalCommander trough ADB plugin
I do not view a file.
You should change to busybox ls and files will be visible.

Thank's
User avatar
za222
Member
Member
Posts: 146
Joined: 2003-03-11, 17:19 UTC
Location: Germany

Post by *za222 »

Hi,

I got a small feature request, if possible:

From what I could tell by the debug.log, the plugin seems to be able to automatically use su -c 'cmd', in case it fails without su.

However it does not make use of this technique for commands entered at the command line.

Could you add the same su -c '...' mode for commands entered manually, too? (Maybe as an option)

Cheers,
za222
jakubklos
Senior Member
Senior Member
Posts: 221
Joined: 2012-07-11, 14:48 UTC

Post by *jakubklos »

za222 wrote:Hi,

I got a small feature request, if possible:

From what I could tell by the debug.log, the plugin seems to be able to automatically use su -c 'cmd', in case it fails without su.

However it does not make use of this technique for commands entered at the command line.

Could you add the same su -c '...' mode for commands entered manually, too? (Maybe as an option)

Cheers,
za222
Hi, good idea. I was thinking about this several times but not sure why I didn't implement it. Will put it on the list.

Jakub
Orochi
Junior Member
Junior Member
Posts: 58
Joined: 2011-10-09, 21:32 UTC

Post by *Orochi »

jakubklos,

Lately I experince horrible trasfer speeds. No matter what file or to what location (internal/extrenal) sd I make transfer, I get 14kb/s speeds.
The speed is almost fixed.

Image: http://i48.tinypic.com/34qmmud.jpg

Right now I am on android ADB 5.4 and using CM10.1.

Thanks for any help.
jakubklos
Senior Member
Senior Member
Posts: 221
Joined: 2012-07-11, 14:48 UTC

Post by *jakubklos »

Orochi wrote:jakubklos,

Lately I experince horrible trasfer speeds. No matter what file or to what location (internal/extrenal) sd I make transfer, I get 14kb/s speeds.
The speed is almost fixed.

Image: http://i48.tinypic.com/34qmmud.jpg

Right now I am on android ADB 5.4 and using CM10.1.

Thanks for any help.
Not related to the plugin. I have justed tested 5.5 with my Nexus 10 over WiFi ADB and the transfer from is 640kb/s and transfer to is 400kb/s. You can always try the adb command line tool to check the speed.

I would suggest rebooting the device, rebooting the computer and check that you have a good WiFi signal and that there is no traffic on it.
Orochi
Junior Member
Junior Member
Posts: 58
Joined: 2011-10-09, 21:32 UTC

Post by *Orochi »

jakubklos,

WiFI was the first thing that I cheked. The problem is not wifi related for sure. Maybe it is my rom or the way plugin detects the files system.

I will keep digging. thanks.
gesha_s
Junior Member
Junior Member
Posts: 2
Joined: 2013-01-27, 09:09 UTC

reboot to bootloader

Post by *gesha_s »

Hi,
On my device the roboot to bootloader option seems not to work and also there is no log entry about it.
Can you please fix it it will help instead of writing it by hand every time
thank you
jakubklos
Senior Member
Senior Member
Posts: 221
Joined: 2012-07-11, 14:48 UTC

Re: reboot to bootloader

Post by *jakubklos »

gesha_s wrote:Hi,
On my device the roboot to bootloader option seems not to work and also there is no log entry about it.
Can you please fix it it will help instead of writing it by hand every time
thank you
Hi,
no all ROMs support this feature. adb reboot command is used for this.

adb reboot [bootloader|recovery] - reboots the device, optionally into the boo
tloader or recovery program
adb reboot-bootloader - reboots the device into the bootloader

So you can test if it's working. If not then you can contact the ROM cook or change your ROM
gesha_s
Junior Member
Junior Member
Posts: 2
Joined: 2013-01-27, 09:09 UTC

Post by *gesha_s »

That is the problem,
if I type "adb reboot bootloader" in the command line it works,
but from plug in it doesnt
jakubklos
Senior Member
Senior Member
Posts: 221
Joined: 2012-07-11, 14:48 UTC

Post by *jakubklos »

gesha_s wrote:That is the problem,
if I type "adb reboot bootloader" in the command line it works,
but from plug in it doesnt
Hi,
it was only the bootloader choice. I have fixed it. Thank you
tikhom
New Member
New Member
Posts: 1
Joined: 2013-01-28, 19:17 UTC

Post by *tikhom »

Hi! My ZTE_V9 (Android 2.2.2) cannot communicate with Windows XP via Android ADB 5.6. "Enter Device IP:Port" banner pops-up... How to fill-in the empty string? Or how ti get rid of it and launch the handshaking? Thanks in advance.
jakubklos
Senior Member
Senior Member
Posts: 221
Joined: 2012-07-11, 14:48 UTC

Post by *jakubklos »

tikhom wrote:Hi! My ZTE_V9 (Android 2.2.2) cannot communicate with Windows XP via Android ADB 5.6. "Enter Device IP:Port" banner pops-up... How to fill-in the empty string? Or how ti get rid of it and launch the handshaking? Thanks in advance.
Hi,
I assume you have a rooted phone and WiFi ADB app installed. After enabling WiFi ADB you enter the IP of your device and it will connect.
tobbbie
Junior Member
Junior Member
Posts: 20
Joined: 2009-11-22, 18:47 UTC

"$" sign in path names not treated as character

Post by *tobbbie »

Recently I tried to find the place where the map files for the "Navfree" application are stored on my device. I could NOT get to that directory using ADBD plugin. I tried also the option with and without "ls" use - no change.

Switching on debug it shows that the "ls" is not getting all characters from the original path. The directory to list is named "$com.MAP.OSM.DEU" but the "ls" issues ".com.MAP.OSM.DEU" instead.

I checked and it seems that the "$" is a legal character in filenames, so it should be treated right.
Post Reply