Page 4 of 4

Posted: 2011-07-25, 12:54 UTC
by ghisler(Author)
Thanks for the .apk, I will test with it. Are you sure about beta 9? There is not a single code change regarding icon extraction between the two versions...

Posted: 2011-07-26, 18:02 UTC
by zerabot
ghisler(Author) wrote:Thanks for the .apk, I will test with it. Are you sure about beta 9? There is not a single code change regarding icon extraction between the two versions...
I'm sure about beta 9 works correct by 100%.

Posted: 2011-08-04, 12:37 UTC
by ghisler(Author)
2zerabot
I have had your app in the sdcard root for a while now, no problems at all. Could you try to put the apk in the ignore list? Does the error still occur?

Posted: 2011-10-20, 15:02 UTC
by Mjolnir
Just for information : TC 1.0 rc2 for android : tested & work well with :
- Acer Iconia Tab A500 (Android 3.2)

Posted: 2011-10-21, 08:38 UTC
by ghisler(Author)
Nice, thanks for your feedback!

Posted: 2011-10-26, 10:31 UTC
by Mjolnir
Just one point : should be usefull to be able to lock the left/right panel to a specific size (like 50%/50%).
On a 10" tablet, seems there is enought "space" in paysage (horizontal) mode to get a fixed 2 sides left/right panels mode always set "on", avoiding the "sliding" of the vertical separation line when selecting the left or right panel :wink:

Edit : found author's (so far) answer : two pane view with equal sized panes?

Posted: 2011-10-27, 12:46 UTC
by ghisler(Author)
The reason why the two are different is to make it very clear to the user which is the active and which is the inactive panel. There have been suggestions to solve this via colors, but there are no standard colors for it on Android - it all depends on the theme. Maybe I can find a solution, but until then I will keep the different panel sizes.

file permissions

Posted: 2011-10-28, 18:23 UTC
by mankokoma
whenever I copy a file, the permissions are set to be owned by
TC and -rw---------
Is there a way to give at least reading permissions to others by default?

Posted: 2011-10-30, 14:18 UTC
by ghisler(Author)
I'm not setting any permissions when copying. When you copy a file as a normal user, the file should inherit the permissions of the target folder. I don't know what happens when copying as admin, it either does the same, or keeps the permissions of the source file.

Can you check the permissions of the target?

Posted: 2011-10-30, 21:26 UTC
by peteheff
Trying to download the Android 1.0 rc 3 from the link given in the Announcement thread I only get ~580k downloaded and it appears to stall.

I have used Firefox and IE on windows and have even tried wget on linux.

Is this link working for others?

Thanks,
A TC user on windows for some time.

Posted: 2011-10-31, 13:34 UTC
by ghisler(Author)
Yes, works fine here, I just tried it again. The size should be 1.1 MBytes. The download isn't from the Amazon cloud (separate servers per region), it all comes from the same server. Therefore there must be a local problem on your machine, e.g. a virus scanner blocking the transfer. Please check the log of your scanner.

Posted: 2011-11-03, 15:00 UTC
by mankokoma
I copied one file from /mnt/sdcard to /sdext/02.backups folder (which is on a second ext4-partition on sdcard).

1. with Total Commander ("Root funcctions everywhere")
2. with terminal emulator (also as root)

http://dl.dropbox.com/u/22905577/tc.pics/01.folder.perm.png
http://dl.dropbox.com/u/22905577/tc.pics/02.file.perm.png
http://dl.dropbox.com/u/22905577/tc.pics/03.tc.cp.perm.png
http://dl.dropbox.com/u/22905577/tc.pics/04.term.cp.perm.png
http://dl.dropbox.com/u/22905577/tc.pics/term.ls.png
line by line... seems to work.
the permissions are set to owner: app_75 chmod 600
via terminal to "*.1.txt" the permissions are different root chmod 755
Wherever I copy a file (except to fat of course) that's the case.

So I have to change the permissions everytime manually. I don't mind too much, but if there would be an idea to change that, it would also make me glad ;)

Maybe it's just something easy like ~/.profile for the android-OS or mount-options, but I didn't find out yet...

Anyways, thanks a lot for helping!

Posted: 2011-11-03, 15:11 UTC
by ghisler(Author)
Done use square brackets [ ] in your post.

permissions issue

Posted: 2011-11-06, 15:27 UTC
by mankokoma
any ideas to the permissions behavior?