Live data from Hacker News

Android File System Hierarchy

anantshri.info

1–10 of 25 posts

Re: Android File System Hierarchy

#4

Does anyone know the reason for Android not following the LSB standard? Is this out of necessity or just to be different?

let's spin it the other way: what advantages would following the LSB have? there is little need for standard linux utilities to be easily ported to android, the standard utils are not included, and package management is dealt with in an android-specific way

Re: Android File System Hierarchy

#6

Does anyone know the reason for Android not following the LSB standard? Is this out of necessity or just to be different?

let's spin it the other way: what advantages would following the LSB have? there is little need for standard linux utilities to be easily ported to android, the standard utils are not included, and package management is dealt with in an android-specific way

> there is little need for standard linux utilities to be easily ported to android

There is need for that. I've been trying to ssh to my Android and use it like I would use a regular computer, and it's a nightmare to set up.

Re: Android File System Hierarchy

#7
post #5

This is a very good idea. However, the interface isn't very convenient (especially having to mouse over items to get the description).

I gave a thought of providing a description directly but then it was getting too messy, If you can suggest an alternate approach i am ready to try it out.

Re: Android File System Hierarchy

#8
post #5

This is a very good idea. However, the interface isn't very convenient (especially having to mouse over items to get the description).

I gave a thought of providing a description directly but then it was getting too messy, If you can suggest an alternate approach i am ready to try it out.

It doesn't really work on iPad, if you're supposed to be able to open it like a tree view. I can get the mouse over descriptions by tapping, though.

When I did something similar [1], I just put a summary right next to the folder name. Maybe it is a little messy, but I think it works pretty well.

[1] http://andrewfleenor.users.sourceforge.net/fhs/fhs.xml

Re: Android File System Hierarchy

#9

Earlier quoted context omitted.

I gave a thought of providing a description directly but then it was getting too messy, If you can suggest an alternate approach i am ready to try it out.

It doesn't really work on iPad, if you're supposed to be able to open it like a tree view. I can get the mouse over descriptions by tapping, though. When I did something similar [1], I just put a summary right next to the folder name. Maybe it is a little messy, but I think it works pretty well. [1] http://andrewfleenor.users.sourceforge.net/fhs/fhs.xml

looks ohk. I will try modelling a new version on this logic.

also try clicking on the arrow for opening the tree.

Re: Android File System Hierarchy

#10

Earlier quoted context omitted.

It doesn't really work on iPad, if you're supposed to be able to open it like a tree view. I can get the mouse over descriptions by tapping, though. When I did something similar [1], I just put a summary right next to the folder name. Maybe it is a little messy, but I think it works pretty well. [1] http://andrewfleenor.users.sourceforge.net/fhs/fhs.xml

looks ohk. I will try modelling a new version on this logic. also try clicking on the arrow for opening the tree.

Huh. Expansion works now. I guess I was just missing the button. Sorry about that.
Post reply on HN