[android-developers] Re: Going forever into /sys folder? Why?

2010-04-13 Thread jfbaro
I'll try that. Thanks so much. On Apr 7, 3:30 am, fadden fad...@android.com wrote: On Apr 6, 4:21 pm, jfbaro jfba...@gmail.com wrote: If you use any file browser/manager and starting going into /sys/ devices/w1 bus master/subsystem/devices/w1 bus master/subsystem it will go inner

[android-developers] Re: Going forever into /sys folder? Why?

2010-04-07 Thread fadden
On Apr 6, 4:21 pm, jfbaro jfba...@gmail.com wrote: If you use any file browser/manager and starting going into /sys/ devices/w1 bus master/subsystem/devices/w1 bus master/subsystem it will go inner forever, repeating that pattern [b]devices/w1 bus master/ subsystem/[/b] forever. So when I

[android-developers] Re: Going forever into /sys folder? Why?

2010-04-07 Thread jfbaro
Hi fadden, Is it sure a case of Symbolic Links? Anyway, I have found that code: Path file = ...; boolean isSymbolicLink = Attributes.readBasicFileAttributes(file, LinkOption.NOFOLLOW_LINKS).isSymbolicLink(); Which, unfortunately, works only on Java 7 (SE). I couldn't find any way of checking