Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book General > News

Notices

Reply
 
Thread Tools Search this Thread
Old 07-10-2012, 02:39 PM   #391
Sil_liS
Wizard
Sil_liS ought to be getting tired of karma fortunes by now.Sil_liS ought to be getting tired of karma fortunes by now.Sil_liS ought to be getting tired of karma fortunes by now.Sil_liS ought to be getting tired of karma fortunes by now.Sil_liS ought to be getting tired of karma fortunes by now.Sil_liS ought to be getting tired of karma fortunes by now.Sil_liS ought to be getting tired of karma fortunes by now.Sil_liS ought to be getting tired of karma fortunes by now.Sil_liS ought to be getting tired of karma fortunes by now.Sil_liS ought to be getting tired of karma fortunes by now.Sil_liS ought to be getting tired of karma fortunes by now.
 
Posts: 4,896
Karma: 33602910
Join Date: Oct 2010
Device: PocketBook 903 & 360+
Can someone tell me why a file system would be difficult to use?
Sil_liS is offline   Reply With Quote
Old 07-10-2012, 03:01 PM   #392
Marseille
Guru
Marseille ought to be getting tired of karma fortunes by now.Marseille ought to be getting tired of karma fortunes by now.Marseille ought to be getting tired of karma fortunes by now.Marseille ought to be getting tired of karma fortunes by now.Marseille ought to be getting tired of karma fortunes by now.Marseille ought to be getting tired of karma fortunes by now.Marseille ought to be getting tired of karma fortunes by now.Marseille ought to be getting tired of karma fortunes by now.Marseille ought to be getting tired of karma fortunes by now.Marseille ought to be getting tired of karma fortunes by now.Marseille ought to be getting tired of karma fortunes by now.
 
Marseille's Avatar
 
Posts: 687
Karma: 5700000
Join Date: Dec 2009
Device: kindle
Quote:
Originally Posted by Sil_liS View Post
Can someone tell me why a file system would be difficult to use?
It isn't difficult, but the more volumes or configurations thereof, the more minor complications crop up, the more relatively difficult it is to navigate both as a user and as a developer (who have to anticipate all kinds of different configs and make their programs cope with them all -- something that has been done on PCs without issue since the beginning of the age -- but sometimes clumsily). The truth is there's a fever sweeping the mobilists to simplify. That's why copy/paste was so often lagging in adoption in the new platforms. It's why actual, physically depressed buttons, and even dedicated capacitive buttons have been more and more phased out.

Some small good came from the copy/paste pressure, as contextual solutions reduced the need to use it, and thankfully, platforms finally relented and let you have both copy/paste and contextual solutions, rather than forcing the incomplete solution on all (after "all" whined and moaned about it for years). Fewer moving parts (buttons) mean less hardware failure, though the minorness of that bonus can't be overstated - I used my m500 for 4+ years with no button failure, my TX for the same, no button failure, my TP2 (full 5 line qwerty) for over 3 years now, no button failure -- if you have good quality control, you can make buttons just fine, and if you don't have good quality control, a lack of buttons won't keep your device from falling apart or burning up.

The real benefit of simplification is a sleeker, chicer appearance of the UX/UI or hardware itself. For a while we wanted thinner devices so they'd be more pocketable, but then we just became obsessed with thin, and tossed all manner of functionality to achieve it. We are in a function follows form era, and there is currently no OS bucking that trend, though Android had all the way through 2.3.7. Some manufacturers like Asus buck the trend, but even they aren't going to twist el Goog's arm on a project like this one.
Marseille is offline   Reply With Quote
Old 07-10-2012, 03:27 PM   #393
JD Gumby
Cynical Old Curmudgeon
JD Gumby ought to be getting tired of karma fortunes by now.JD Gumby ought to be getting tired of karma fortunes by now.JD Gumby ought to be getting tired of karma fortunes by now.JD Gumby ought to be getting tired of karma fortunes by now.JD Gumby ought to be getting tired of karma fortunes by now.JD Gumby ought to be getting tired of karma fortunes by now.JD Gumby ought to be getting tired of karma fortunes by now.JD Gumby ought to be getting tired of karma fortunes by now.JD Gumby ought to be getting tired of karma fortunes by now.JD Gumby ought to be getting tired of karma fortunes by now.JD Gumby ought to be getting tired of karma fortunes by now.
 
Posts: 1,085
Karma: 8495696
Join Date: Jul 2011
Location: Halifax, Canada
Device: Kobo Mini, Kobo Arc, HTC Desire C
Quote:
Originally Posted by Sil_liS View Post
Can someone tell me why a file system would be difficult to use?
It isn't. Haven't met a person yet who I could honestly say would be confused, assuming they were labeled intuitively ("extsd" and such isn't intuitive - "Onboard", "SDCard", and "USB" would be far better volume names) and maybe briefly covered on the almost inevitable quick start leaflet, by being able to access files on removable media.

As for the, according to Google, confusion about where to access data (because most users, even the elderly, are able to figure out if they want their data on external cards/drives, and there's no need for app installation to happen on anything other than the internal storage space) if there's multiple possibilities, just have apps write an appname.dat (or whatever extension, as long as the app name is there for easy identification!) with the metadata needed on that drive/card (rescanning at intervals to check for differences, just like they would if the data were onboard), same way Windows creates a desktop.ini & thumbs.db anywhere it happens to need them...

Sadly, Google either honestly believe their users are blithering idiots or are (quite believably, given their past statements) cynically attempting to keep people on the cloud in order to blur the distinction between local and online (never a good thing).
JD Gumby is offline   Reply With Quote
Old 07-10-2012, 03:41 PM   #394
tompe
Grand Sorcerer
tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.
 
Posts: 7,452
Karma: 7185064
Join Date: Oct 2007
Location: Linköpng, Sweden
Device: Kindle Voyage, Nexus 5, Kindle PW
Quote:
Originally Posted by David Marseilles View Post
It isn't difficult, but the more volumes or configurations thereof, the more minor complications crop up, the more relatively difficult it is to navigate both as a user and as a developer (who have to anticipate all kinds of different configs and make their programs cope with them all -- something that has been done on PCs without issue since the beginning of the age
Without issues? There have been a lot of issues. Then we have the issue that people normally do not know what a file system is. They just put the files on the desktop or in the document map.

Quote:
Some small good came from the copy/paste pressure, as contextual solutions reduced the need to use it, and thankfully, platforms finally relented and let you have both copy/paste and contextual solutions, rather
Platforms? Which platforms are you refering to? From what i remember Android had copy/paste from the beginning. It was only iPhone that did not have it.

Last edited by tompe; 07-10-2012 at 03:49 PM.
tompe is offline   Reply With Quote
Old 07-10-2012, 03:43 PM   #395
ScotiaBurrell
Banned
ScotiaBurrell ought to be getting tired of karma fortunes by now.ScotiaBurrell ought to be getting tired of karma fortunes by now.ScotiaBurrell ought to be getting tired of karma fortunes by now.ScotiaBurrell ought to be getting tired of karma fortunes by now.ScotiaBurrell ought to be getting tired of karma fortunes by now.ScotiaBurrell ought to be getting tired of karma fortunes by now.ScotiaBurrell ought to be getting tired of karma fortunes by now.ScotiaBurrell ought to be getting tired of karma fortunes by now.ScotiaBurrell ought to be getting tired of karma fortunes by now.ScotiaBurrell ought to be getting tired of karma fortunes by now.ScotiaBurrell ought to be getting tired of karma fortunes by now.
 
Posts: 1,118
Karma: 3111746
Join Date: Oct 2011
Device: Kindle & little green monster
Quote:
Originally Posted by Sil_liS View Post
Can someone tell me why a file system would be difficult to use?
Is not when trained. But todays mobile devices aim for obviousness and simplicity.

file system not that way.
ScotiaBurrell is offline   Reply With Quote
Old 07-10-2012, 03:48 PM   #396
tompe
Grand Sorcerer
tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.
 
Posts: 7,452
Karma: 7185064
Join Date: Oct 2007
Location: Linköpng, Sweden
Device: Kindle Voyage, Nexus 5, Kindle PW
Quote:
Originally Posted by JD Gumby View Post
It isn't. Haven't met a person yet who I could honestly say would be confused, assuming they were labeled intuitively
I have met a lot of people that do not understand things like "create a new map and copy the file to the new map" because they do not have a correct conceptual view of files and file systems.

Quote:
As for the, according to Google, confusion about where to access data (because most users, even the elderly, are able to figure out if they want their data on external cards/drives, and there's no need for app installation
I thinks this is much harder than you think. What should happen if you plug-in an SD card that happens to have photos on it? What shoud happen when you remove the SD-card which have photos you have tagged or referenced in other applications? How do you find the important data files for an application and what happens if you plug-in an SD card so you have two copies of the application specific file? And so on.
tompe is offline   Reply With Quote
Old 07-10-2012, 04:01 PM   #397
=X=
Wizard
=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.
 
=X='s Avatar
 
Posts: 3,671
Karma: 12205348
Join Date: Mar 2008
Device: Galaxy S, Nook w/CM7
Quote:
Originally Posted by Sil_liS View Post
Can someone tell me why a file system would be difficult to use?
I find Android extremely easy to use including iOS, webOS. However folks still criticizes Android for being too difficult to use. I believe the public pressure is on Android to become easier to use.
Also Mantus(sp?), the lead designer has been moving in that direction since he joined Google.


Quote:
Originally Posted by tompe View Post
Platforms? Which platforms are you refering to? From what i remember Android had copy/paste from the beginning. It was only iPhone that did not have it.
I don't believe that is correct. Part of the reason I stayed away from Android until 2.0 was that it did not have copy and paste nor a virtual keyboard. C&P was introduced around 1.6 or 2.0. Can't remember when I just remember it had been a real kludge. However today's solution is by far the best I've seen on any mobile platform.

Quote:
Originally Posted by ScotiaBurrell View Post
Is not when trained. But todays mobile devices aim for obviousness and simplicity.

file system not that way.
+1 Spot on. Unfortunately the mobile industry is moving to simplification vs functionality because that is what the general public wants.
=X= is offline   Reply With Quote
Old 07-10-2012, 04:07 PM   #398
ScotiaBurrell
Banned
ScotiaBurrell ought to be getting tired of karma fortunes by now.ScotiaBurrell ought to be getting tired of karma fortunes by now.ScotiaBurrell ought to be getting tired of karma fortunes by now.ScotiaBurrell ought to be getting tired of karma fortunes by now.ScotiaBurrell ought to be getting tired of karma fortunes by now.ScotiaBurrell ought to be getting tired of karma fortunes by now.ScotiaBurrell ought to be getting tired of karma fortunes by now.ScotiaBurrell ought to be getting tired of karma fortunes by now.ScotiaBurrell ought to be getting tired of karma fortunes by now.ScotiaBurrell ought to be getting tired of karma fortunes by now.ScotiaBurrell ought to be getting tired of karma fortunes by now.
 
Posts: 1,118
Karma: 3111746
Join Date: Oct 2011
Device: Kindle & little green monster
Quote:
Originally Posted by =X= View Post
the mobile industry is moving to simplification vs functionality because that is what the general public wants.

always been this way - two groups - general users and power users.

pc's used to arrive packed with parts and slots that not everyone used. could do it because computer was put inside a huge computer case.

now for mobile goal is to put in as little as possible. easier for user to learn and more room for battery.

apple tried to make desktops pretty and simple. general users ignored them. apple made mobile devices pretty and easy to use and now all new phones try to be that way.
ScotiaBurrell is offline   Reply With Quote
Old 07-10-2012, 04:10 PM   #399
JD Gumby
Cynical Old Curmudgeon
JD Gumby ought to be getting tired of karma fortunes by now.JD Gumby ought to be getting tired of karma fortunes by now.JD Gumby ought to be getting tired of karma fortunes by now.JD Gumby ought to be getting tired of karma fortunes by now.JD Gumby ought to be getting tired of karma fortunes by now.JD Gumby ought to be getting tired of karma fortunes by now.JD Gumby ought to be getting tired of karma fortunes by now.JD Gumby ought to be getting tired of karma fortunes by now.JD Gumby ought to be getting tired of karma fortunes by now.JD Gumby ought to be getting tired of karma fortunes by now.JD Gumby ought to be getting tired of karma fortunes by now.
 
Posts: 1,085
Karma: 8495696
Join Date: Jul 2011
Location: Halifax, Canada
Device: Kobo Mini, Kobo Arc, HTC Desire C
Quote:
Originally Posted by tompe View Post
I have met a lot of people that do not understand things like "create a new map and copy the file to the new map" because they do not have a correct conceptual view of files and file systems.
If you use strange terminology instead of the terminology ("directories" or "folders") that's been in use for over 35 years of computer use at the consumer level, sure there will be confusion. (ie, what the hell is a "map" in this context?)

Quote:
I thinks this is much harder than you think. What should happen if you plug-in an SD card that happens to have photos on it?
Check for the app's (or a system-standard) metadata file on the card, then quickly scan for differences and update the metadata appropriately. If no metadata file, do a full scan for the appropriate file types and create one.

Quote:
What shoud happen when you remove the SD-card which have photos you have tagged or referenced in other applications?
The application would no longer show them, obviously.

Quote:
How do you find the important data files for an application
Check local repository for the files, then check removable media, if any. Not difficult. If you mean the user, give them a little credit - they're smart enough to know if they want to use their pictures or videos that are on an SD card (say, from their digital camera or phone), or USB drive, on a device that they should actually plug the card/drive in.

Quote:
and what happens if you plug-in an SD card so you have two copies of the application specific file? And so on.
If the application isn't smart enough to be able to deal with a local copy of its metadata and the copy on removable media, its programmers need to be flogged for not having basic programming skills and putting out crappy software.
JD Gumby is offline   Reply With Quote
Old 07-10-2012, 04:10 PM   #400
Marseille
Guru
Marseille ought to be getting tired of karma fortunes by now.Marseille ought to be getting tired of karma fortunes by now.Marseille ought to be getting tired of karma fortunes by now.Marseille ought to be getting tired of karma fortunes by now.Marseille ought to be getting tired of karma fortunes by now.Marseille ought to be getting tired of karma fortunes by now.Marseille ought to be getting tired of karma fortunes by now.Marseille ought to be getting tired of karma fortunes by now.Marseille ought to be getting tired of karma fortunes by now.Marseille ought to be getting tired of karma fortunes by now.Marseille ought to be getting tired of karma fortunes by now.
 
Marseille's Avatar
 
Posts: 687
Karma: 5700000
Join Date: Dec 2009
Device: kindle
Quote:
Originally Posted by tompe View Post
Platforms? Which platforms are you refering to? From what i remember Android had copy/paste from the beginning. It was only iPhone that did not have it.
Windows phone lagged as well. I can't recall whether Web OS launched with copy paste or resisted implementing it.
Marseille is offline   Reply With Quote
Old 07-10-2012, 04:24 PM   #401
Ankh
Guru
Ankh ought to be getting tired of karma fortunes by now.Ankh ought to be getting tired of karma fortunes by now.Ankh ought to be getting tired of karma fortunes by now.Ankh ought to be getting tired of karma fortunes by now.Ankh ought to be getting tired of karma fortunes by now.Ankh ought to be getting tired of karma fortunes by now.Ankh ought to be getting tired of karma fortunes by now.Ankh ought to be getting tired of karma fortunes by now.Ankh ought to be getting tired of karma fortunes by now.Ankh ought to be getting tired of karma fortunes by now.Ankh ought to be getting tired of karma fortunes by now.
 
Ankh's Avatar
 
Posts: 714
Karma: 2003751
Join Date: Oct 2008
Location: Ottawa, ON
Device: Kobo Glo HD
Quote:
Originally Posted by ScotiaBurrell View Post
always been this way - two groups - general users and power users.
"Simplified" and "Expert" interface. Android and Ubuntu (Unity), IMHO.
Ankh is offline   Reply With Quote
Old 07-10-2012, 04:40 PM   #402
=X=
Wizard
=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.
 
=X='s Avatar
 
Posts: 3,671
Karma: 12205348
Join Date: Mar 2008
Device: Galaxy S, Nook w/CM7
Quote:
Originally Posted by Ankh View Post
"Simplified" and "Expert" interface. Android and Ubuntu (Unity), IMHO.
There are a lot of Ubuntu users, including myself, who will argue that Ubutnu 12 has shifted from an "Expert" interface to a "Simplified" interface.

I recently upgraded my sisters PC from Windows to Ubuntu because it was more reliable, secure and easier to use than Windows or Macs.

=X=
=X= is offline   Reply With Quote
Old 07-10-2012, 04:45 PM   #403
Asawi
Gadgetoholic
Asawi ought to be getting tired of karma fortunes by now.Asawi ought to be getting tired of karma fortunes by now.Asawi ought to be getting tired of karma fortunes by now.Asawi ought to be getting tired of karma fortunes by now.Asawi ought to be getting tired of karma fortunes by now.Asawi ought to be getting tired of karma fortunes by now.Asawi ought to be getting tired of karma fortunes by now.Asawi ought to be getting tired of karma fortunes by now.Asawi ought to be getting tired of karma fortunes by now.Asawi ought to be getting tired of karma fortunes by now.Asawi ought to be getting tired of karma fortunes by now.
 
Asawi's Avatar
 
Posts: 1,467
Karma: 3865860
Join Date: Feb 2011
Location: Sweden
Device: Kobo Libra2, Tolino Vision 6
Quote:
Originally Posted by JD Gumby View Post
If you use strange terminology instead of the terminology ("directories" or "folders") that's been in use for over 35 years of computer use at the consumer level, sure there will be confusion. (ie, what the hell is a "map" in this context?)
My guess is that the Swedish user that posted this was mixing languages.
"Folder" in Swedish is "mapp".
I do find that many English speaking, relatively computer savvy persons use the word "file" instead "folders" (as well as for actual "files) so there is confusion even staying within language.
Asawi is offline   Reply With Quote
Old 07-10-2012, 04:48 PM   #404
Ankh
Guru
Ankh ought to be getting tired of karma fortunes by now.Ankh ought to be getting tired of karma fortunes by now.Ankh ought to be getting tired of karma fortunes by now.Ankh ought to be getting tired of karma fortunes by now.Ankh ought to be getting tired of karma fortunes by now.Ankh ought to be getting tired of karma fortunes by now.Ankh ought to be getting tired of karma fortunes by now.Ankh ought to be getting tired of karma fortunes by now.Ankh ought to be getting tired of karma fortunes by now.Ankh ought to be getting tired of karma fortunes by now.Ankh ought to be getting tired of karma fortunes by now.
 
Ankh's Avatar
 
Posts: 714
Karma: 2003751
Join Date: Oct 2008
Location: Ottawa, ON
Device: Kobo Glo HD
Quote:
Originally Posted by =X= View Post
There are a lot of Ubuntu users, including myself, who will argue that Ubutnu 12 has shifted from an "Expert" interface to a "Simplified" interface.
In preparation to migration to mobile devices, if I am not mistaken. Everything about Unity screams "tablet" and "touchscreen" at me.

"Ubuntu for Android" has to evolve (a lot), but it should serve well as an "Expert" shell for Android phone. When everything is said and done, the thing is designed to be "just another Android app".
Ankh is offline   Reply With Quote
Old 07-10-2012, 05:11 PM   #405
tompe
Grand Sorcerer
tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.
 
Posts: 7,452
Karma: 7185064
Join Date: Oct 2007
Location: Linköpng, Sweden
Device: Kindle Voyage, Nexus 5, Kindle PW
Quote:
Originally Posted by JD Gumby View Post
If you use strange terminology instead of the terminology ("directories" or "folders") that's been in use for over 35 years of computer use at the consumer level, sure there will be confusion. (ie, what the hell is a "map" in this context?)
Since I do not use Windows I never remember the term they use and I by mistake took the sound of the Swedish term (It is "mapp" in Swedish). But it is not the terms that are the problem. It is the abstract concepts. Even "program" is not understood. I have told people to start a browser and they do not know what I mean and I get respeonses like "do you mean open the internet".
tompe is offline   Reply With Quote
Reply

Tags
android, google, nexus, tablet


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
This MIGHT be the Google’s Nexus 7 Tablet... Jessica Lares Kindle Fire 136 08-02-2012 10:40 AM
[DIGITimes] Google 7" Nexus to ship in July for $200 =X= News 29 05-30-2012 03:16 PM
Google's Nexus One Phone to face "Zune Problems"? Bob Russell News 11 01-12-2010 08:47 PM
Google's Nexus One phone Domokos Alternative Devices 1 01-07-2010 12:37 PM


All times are GMT -4. The time now is 12:54 PM.


MobileRead.com is a privately owned, operated and funded community.