TC to Android ?
Moderators: Hacker, petermad, Stefan2, white
Re: TC Testing
Same Problem with Lan.roboprint wrote:HI,
...
I have some issue with using plug-ins lan and ftp .
It is possible that somebody make short video( or pictures) how to establish connection with computer using lan plug-in ? Also tutorial for using ftp
plug-in is desired.
Trying : 10.x.x.x./fritz.lan/wd.../
or fritz.box/fritz.lan/wd...
and there is no connection possible.
(failed to connect / failed 0.0.0.0<00>/10.x.x.x)
Path is the same as in ES File Explorer, there no problem with
smb://10.x.x.x./fritz etc., works fine.
Any idea ? Thanks
Add/Edit button
First of all THANKS FOR THE GREAT APP!!!
I think TC is the best file-manager since creation of computers and immediately I feel it's also the best for android...
My problem is, I'd like to start a shell script in the 'teminal emulator' with the
'Add/Edit button' feature. But it only starts the terminal and that's it.
Can someone explain if it's possible to give the parameter that that the
script /bli/bla/blub.sh will be started in the terminal?
Is that possible anyhow?
thank's a lot...
I think TC is the best file-manager since creation of computers and immediately I feel it's also the best for android...
I put just the ip-address, username & password in the fields a get instantly a connection where all directories are listet. The rest I do with bookmarks (SUSE Samba).roboprint wrote:HI,
...
I have some issue with using plug-ins lan and ftp .
It is possible that somebody make short video( or pictures) how to establish connection with computer using lan plug-in ? Also tutorial for using ftp
plug-in is desired.
Same Problem with Lan.
Trying : 10.x.x.x./fritz.lan/wd.../
or fritz.box/fritz.lan/wd...
and there is no connection possible.
(failed to connect / failed 0.0.0.0<00>/10.x.x.x)
My problem is, I'd like to start a shell script in the 'teminal emulator' with the
'Add/Edit button' feature. But it only starts the terminal and that's it.
Can someone explain if it's possible to give the parameter that that the
script /bli/bla/blub.sh will be started in the terminal?
Is that possible anyhow?
thank's a lot...
Good day. As I already wrote in e-mail in version 8 and 9, there is a problem with totalcmd-editor.
When you open any file, the cursor is always on the last position in the first row.
And other problem.
I have a Russian Android. I chose the English interface in the TC settings. If on the second panel (right) selected any directory on the sdcard. And on the first panel (left) has been chosen home folder, then when you close and start after that TC all the inscriptions are in Russian. After you change directories or any other action of the inscriptions are in English.
Phone: Samsung Galaxy Spica rooted CyanogenMod 6.1.1 Android 2.2.1.
Sorry for my English.
When you open any file, the cursor is always on the last position in the first row.
And other problem.
I have a Russian Android. I chose the English interface in the TC settings. If on the second panel (right) selected any directory on the sdcard. And on the first panel (left) has been chosen home folder, then when you close and start after that TC all the inscriptions are in Russian. After you change directories or any other action of the inscriptions are in English.
Phone: Samsung Galaxy Spica rooted CyanogenMod 6.1.1 Android 2.2.1.
Sorry for my English.
Last edited by zerabot on 2011-06-30, 09:23 UTC, edited 1 time in total.
Samsung Galaxy Spica (GT-5700) CyanogenMod 6.1.1 Android 2.2.1
-
- Junior Member
- Posts: 30
- Joined: 2011-06-10, 19:33 UTC
- Location: Russia, Saint-Petersburg
I confirm that on Android emulator from SDK.As I already wrote in e-mail in version 8 and 9, there is a problem with totalcmd-editor.
When you open any file, the cursor is always on the last position in the first row.
But on my phone works fine.
TC 7.56a, Win 7 x64
TC for Android 1.0 rc1, HTC Desire | rooted stock Gingerbread (3.14.405.1) | S-OFF
-----------------------------
Sorry for my bad English
TC for Android 1.0 rc1, HTC Desire | rooted stock Gingerbread (3.14.405.1) | S-OFF
-----------------------------
Sorry for my bad English
- ghisler(Author)
- Site Admin
- Posts: 50386
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
It's very strange, TC just puts the text into the edit control and then calls editBox.setSelection(0, 0); to move the cursor to the beginning. It seems that setSelection is ignored on some phones and works on others. Maybe an Android bug?
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
2ghisler(Author)
may be You try to use moveToLeftEdge or moveLeft simultaneously with setSelection(0, 0);?
Or maybe setSelection(0); will work?
taken from here
may be You try to use moveToLeftEdge or moveLeft simultaneously with setSelection(0, 0);?
Code: Select all
public static final void setSelection (Spannable text, int index)
Since: API Level 1
Move the cursor to offset index.
public static void setSelection (Spannable text, int start, int stop)
Since: API Level 1
Set the selection anchor to start and the selection edge to stop.
Or maybe setSelection(0); will work?
taken from here
Samsung Galaxy Spica (GT-5700) CyanogenMod 6.1.1 Android 2.2.1
- ghisler(Author)
- Site Admin
- Posts: 50386
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Sorry, I have no idea - the problem is that I cannot test many functions quickly as long as I can't reproduce the problem. 

Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
2ghisler(Author)
In beta 10 totalcmd-editor works perfectly. Cursor now in first position.
But remain a small error:
In beta 10 totalcmd-editor works perfectly. Cursor now in first position.
But remain a small error:
And a new problem. I can't reproduce it with 100% probability, but TC hangs up on startup when on right panel selected root of sdcard (/mnt/sdcard/) and some *.apk files was there.I have a Russian Android. I chose the English interface in the TC settings. If on the second panel (right) selected any directory on the sdcard. And on the first panel (left) has been chosen home folder, then when you close and start after that TC all the inscriptions are in Russian. After you change directories or any other action of the inscriptions are in English.
Samsung Galaxy Spica (GT-5700) CyanogenMod 6.1.1 Android 2.2.1
- ghisler(Author)
- Site Admin
- Posts: 50386
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Nice to hear that! I used indeed setSelection(0), and then the same again after a short delay.In beta 10 totalcmd-editor works perfectly. Cursor now in first position.
About your Russian problem: What do you mean with "inscriptions"? The menu commands?
Can you try to find out whether this is caused by some specific .apk? Do you get a crash notification?And a new problem. I can't reproduce it with 100% probability, but TC hangs up on startup when on right panel selected root of sdcard (/mnt/sdcard/) and some *.apk files was there.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
SD-card, Photos, downloaded files, file system root... All are in Russian.ghisler(Author) wrote: About your Russian problem: What do you mean with "inscriptions"? The menu commands?
There is no any crash reports. TC just hangs up when on right panel already opened /mnt/sd-card/ and I try to change on left panel directory. I think problem with big size applications. But I not sure.ghisler(Author) wrote: Can you try to find out whether this is caused by some specific .apk? Do you get a crash notification?
And TC beta 9 works with no problems.
I think this application hangs up TC most often.
Samsung Galaxy Spica (GT-5700) CyanogenMod 6.1.1 Android 2.2.1