| View previous topic :: View next topic |
| Author |
Message |
dindog Junior Member

Joined: 18 Oct 2010 Posts: 88
|
|
| Back to top |
|
 |
ghisler(Author) Site Admin


Joined: 04 Feb 2003 Posts: 24602 Location: Switzerland
|
Posted: Mon Jun 25, 2012 6:51 am Post subject: |
|
|
That doesn't tell me any thing - is there a workaround? _________________ Author of Total Commander
http://www.ghisler.com |
|
| Back to top |
|
 |
dindog Junior Member

Joined: 18 Oct 2010 Posts: 88
|
Posted: Mon Jun 25, 2012 8:58 am Post subject: |
|
|
narrow down the culprit is best I can do
it's a kind of ramdisk, maybe you need to mount it specially... did you try on your phone's dirs under /sys/ ? |
|
| Back to top |
|
 |
dindog Junior Member

Joined: 18 Oct 2010 Posts: 88
|
Posted: Sun Jul 08, 2012 9:30 am Post subject: |
|
|
| I'm just curious, do you have an android phone or tablet? I thought it's a linux dir, so one can reproduce this issue on almost any android machine, quite easy... or you don't think this should be fixed? |
|
| Back to top |
|
 |
ghisler(Author) Site Admin


Joined: 04 Feb 2003 Posts: 24602 Location: Switzerland
|
Posted: Mon Jul 09, 2012 8:09 am Post subject: |
|
|
Yes, HTC Desire with Android 2.2 (no newer consumer release of Android has been offered for this device). There is no folder
/sys/class/misc/colorcontrol
on this device. _________________ Author of Total Commander
http://www.ghisler.com |
|
| Back to top |
|
 |
dindog Junior Member

Joined: 18 Oct 2010 Posts: 88
|
Posted: Wed Jul 11, 2012 11:28 pm Post subject: |
|
|
| ghisler(Author) wrote: | Yes, HTC Desire with Android 2.2 (no newer consumer release of Android has been offered for this device). There is no folder
/sys/class/misc/colorcontrol
on this device. |
no, I mean, any folder in /sys/, this Sysfs is a ramdisk mount at /sys/, and the files inside are stored hardware parameter like CPU frequency and so on. ( because everything is a file in Linux )
So I believe you phone does have an /sys/ folder, and TC can't open any files in it. |
|
| Back to top |
|
 |
ghisler(Author) Site Admin


Joined: 04 Feb 2003 Posts: 24602 Location: Switzerland
|
Posted: Thu Jul 12, 2012 6:42 am Post subject: |
|
|
I have no problems to open files in the TC editor in /sys. For example, the file
/sys/class/misc/alarm/uevent
contains:
| Code: | MAJOR=10
MINOR=42
DEVNAME=alarm |
although it shows up with 0 bytes in the file list. Other external editors like Ted can open them too. _________________ Author of Total Commander
http://www.ghisler.com |
|
| Back to top |
|
 |
dindog Junior Member

Joined: 18 Oct 2010 Posts: 88
|
Posted: Thu Jul 12, 2012 8:57 am Post subject: |
|
|
| ghisler(Author) wrote: | I have no problems to open files in the TC editor in /sys. For example, the file
/sys/class/misc/alarm/uevent
contains:
| Code: | MAJOR=10
MINOR=42
DEVNAME=alarm |
although it shows up with 0 bytes in the file list. Other external editors like Ted can open them too. |
all files show 4KB here, as you can open it without issue, and I encounter that in every ROMs of Galaxy Nexus, I doubt this is a issue of Android 4.0+ specific... or even worse, phone specific... wish there is someone using Android 4.0 to test ti  |
|
| Back to top |
|
 |
ghisler(Author) Site Admin


Joined: 04 Feb 2003 Posts: 24602 Location: Switzerland
|
Posted: Fri Jul 13, 2012 6:50 am Post subject: |
|
|
| Quote: | | all files show 4KB here |
This might be the problem - TC compares the loaded size with the reported size, and shows an error if they differ - except when the system reports 0 bytes. I wonder why your system reports 4k. Maybe some sort of cluster size? _________________ Author of Total Commander
http://www.ghisler.com |
|
| Back to top |
|
 |
dindog Junior Member

Joined: 18 Oct 2010 Posts: 88
|
Posted: Fri Jul 13, 2012 12:02 pm Post subject: |
|
|
| ghisler(Author) wrote: | | Quote: | | all files show 4KB here |
This might be the problem - TC compares the loaded size with the reported size, and shows an error if they differ - except when the system reports 0 bytes. I wonder why your system reports 4k. Maybe some sort of cluster size? |
no idea, but have to remind you that other apps are fine. |
|
| Back to top |
|
 |
|