Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > Miscellaneous > Archive > OpenInkpot

Notices

 
 
Thread Tools Search this Thread
Old 09-09-2009, 02:32 PM   #16
fjtorres
Grand Sorcerer
fjtorres ought to be getting tired of karma fortunes by now.fjtorres ought to be getting tired of karma fortunes by now.fjtorres ought to be getting tired of karma fortunes by now.fjtorres ought to be getting tired of karma fortunes by now.fjtorres ought to be getting tired of karma fortunes by now.fjtorres ought to be getting tired of karma fortunes by now.fjtorres ought to be getting tired of karma fortunes by now.fjtorres ought to be getting tired of karma fortunes by now.fjtorres ought to be getting tired of karma fortunes by now.fjtorres ought to be getting tired of karma fortunes by now.fjtorres ought to be getting tired of karma fortunes by now.
 
Posts: 11,732
Karma: 128354696
Join Date: May 2009
Location: 26 kly from Sgr A*
Device: T100TA,PW2,PRS-T1,KT,FireHD 8.9,K2, PB360,BeBook One,Axim51v,TC1000
Quote:
Originally Posted by dottedmag View Post
Copy/move implementation from previous Madshelf version was ugly and quite non obvous (It was copy/cut/paste on files). Does anyone have ideas or maybe a working example of easy to use file operations on such devices?
I interpret this a request for ideas of how to implement file management functions with only number keys for input.
Off the top of my head, the concept that comes to mind is a modal menu pick using a spike.
http://www.rosevines.org/blog/2008/6...ange-text.html
The way it would work would be that under a <file management> menu/pane one could select <tag>,<copy>,<move>,<delete>.

File management would be a three step process:
1- Select tag mode
2- Navigating the file system, each long-pressed file or folder would get added to a list of files on an internal "spike" file. This list could span the entire file system.
3- When done building the transfer list, selecting <copy>,<move>,or <delete> would present the file list and prompt for confirmation before actually carrying out the batch operation.

I know modal operation is not generally considered good UI design on PCs but, Linux or no Linux, ebook Readers aren't PCs.
<shrug>
Anyway, the spike concept is a pretty clean way to carry out repetitive functions, no?
fjtorres is offline  
Old 09-09-2009, 03:17 PM   #17
dottedmag
OpenInkpot co-founder
dottedmag has learned how to read e-booksdottedmag has learned how to read e-booksdottedmag has learned how to read e-booksdottedmag has learned how to read e-booksdottedmag has learned how to read e-booksdottedmag has learned how to read e-booksdottedmag has learned how to read e-books
 
dottedmag's Avatar
 
Posts: 407
Karma: 845
Join Date: Dec 2007
Device: Kindle Oasis
Quote:
Originally Posted by fjtorres View Post
Anyway, the spike concept is a pretty clean way to carry out repetitive functions, no?
Yep, it looks like the sane variant, though it will need a lot of work in madshelf. Thanks for idea (I dislike modes too, but there's just no way to avoid it).
dottedmag is offline  
Advert
Old 09-09-2009, 07:34 PM   #18
fjtorres
Grand Sorcerer
fjtorres ought to be getting tired of karma fortunes by now.fjtorres ought to be getting tired of karma fortunes by now.fjtorres ought to be getting tired of karma fortunes by now.fjtorres ought to be getting tired of karma fortunes by now.fjtorres ought to be getting tired of karma fortunes by now.fjtorres ought to be getting tired of karma fortunes by now.fjtorres ought to be getting tired of karma fortunes by now.fjtorres ought to be getting tired of karma fortunes by now.fjtorres ought to be getting tired of karma fortunes by now.fjtorres ought to be getting tired of karma fortunes by now.fjtorres ought to be getting tired of karma fortunes by now.
 
Posts: 11,732
Karma: 128354696
Join Date: May 2009
Location: 26 kly from Sgr A*
Device: T100TA,PW2,PRS-T1,KT,FireHD 8.9,K2, PB360,BeBook One,Axim51v,TC1000
You're welcome.
Wish I could help more but I haven't coded in decades.
fjtorres is offline  
Old 09-18-2009, 10:16 AM   #19
orwell2k
Addict
orwell2k can extract oil from cheeseorwell2k can extract oil from cheeseorwell2k can extract oil from cheeseorwell2k can extract oil from cheeseorwell2k can extract oil from cheeseorwell2k can extract oil from cheeseorwell2k can extract oil from cheeseorwell2k can extract oil from cheeseorwell2k can extract oil from cheese
 
orwell2k's Avatar
 
Posts: 357
Karma: 1112
Join Date: Oct 2008
Location: Euroland
Device: PocketBook 360°, BeBook (Hanlin V3), iRex DR1000S, iPad
Quote:
Originally Posted by Dave_S View Post
...
If you want OI to work exactly like the documentation describes then you need to go back to the officially released snapshot instead of an undocumented one. Unfortunately, that introduces a complication. The August snapshots modified the storage filesystem to jffs2, and the released snapshot does not support jffs2, and neither do any of the Hanlin clone firmware packages. So, that means to go back you need to reformat the storage filesystem back to FAT16.
I am a bit concerned by this. I guess there must be benefits to using the jffs2 file system rather than FAT, but BeBook users will be familiar with the hassles of reformatting the internal memory of their devices - it's really hit and miss.

In the past I have tried various OI snapshots, but as I mainly use FB2 and like the CoolReader implementation on BeBook, I have tended to use the BeBook firmware to also maintain the Mobi and ePub DRM capability - just in case. I was looking forward to a later version of OI to really try to move accross, but the file system reformat is something I am not sure I want to go through.

You may find a lot of other users feeling the same way. If you want to ensure maximum flexibility for OI, perhaps you should stick with FAT, but I guess your development may be such that now you depend on features of the jffs2 system? Just a thought...
orwell2k is offline  
Old 09-18-2009, 10:29 AM   #20
dottedmag
OpenInkpot co-founder
dottedmag has learned how to read e-booksdottedmag has learned how to read e-booksdottedmag has learned how to read e-booksdottedmag has learned how to read e-booksdottedmag has learned how to read e-booksdottedmag has learned how to read e-booksdottedmag has learned how to read e-books
 
dottedmag's Avatar
 
Posts: 407
Karma: 845
Join Date: Dec 2007
Device: Kindle Oasis
Quote:
Originally Posted by orwell2k View Post
You may find a lot of other users feeling the same way.
Please only talk for yourself.

Quote:
Originally Posted by orwell2k View Post
If you want to ensure maximum flexibility for OI, perhaps you should stick with FAT
And wear out internal flash. I see you really care for the longevity of devices.
dottedmag is offline  
Advert
Old 09-18-2009, 10:31 AM   #21
Dave_S
What Title ?
Dave_S ought to be getting tired of karma fortunes by now.Dave_S ought to be getting tired of karma fortunes by now.Dave_S ought to be getting tired of karma fortunes by now.Dave_S ought to be getting tired of karma fortunes by now.Dave_S ought to be getting tired of karma fortunes by now.Dave_S ought to be getting tired of karma fortunes by now.Dave_S ought to be getting tired of karma fortunes by now.Dave_S ought to be getting tired of karma fortunes by now.Dave_S ought to be getting tired of karma fortunes by now.Dave_S ought to be getting tired of karma fortunes by now.Dave_S ought to be getting tired of karma fortunes by now.
 
Posts: 1,325
Karma: 1856232
Join Date: Jan 2009
Location: Bavaria Germany
Device: Sony Experia Z Ultra
Quote:
Originally Posted by orwell2k View Post
I am a bit concerned by this. I guess there must be benefits to using the jffs2 file system rather than FAT, but BeBook users will be familiar with the hassles of reformatting the internal memory of their devices - it's really hit and miss.
The only advantage of FAT is portability, and one of it's disadvantages is poor reliability as you just mentioned. You can read more about what is going on with the OI file system in this thread:
https://www.mobileread.com/forums/showthread.php?t=50192

EDIT:
Oops, I see your concerns were already replied to by a much more authoritative source

Last edited by Dave_S; 09-18-2009 at 10:35 AM.
Dave_S is offline  
Old 09-21-2009, 10:26 AM   #22
orwell2k
Addict
orwell2k can extract oil from cheeseorwell2k can extract oil from cheeseorwell2k can extract oil from cheeseorwell2k can extract oil from cheeseorwell2k can extract oil from cheeseorwell2k can extract oil from cheeseorwell2k can extract oil from cheeseorwell2k can extract oil from cheeseorwell2k can extract oil from cheese
 
orwell2k's Avatar
 
Posts: 357
Karma: 1112
Join Date: Oct 2008
Location: Euroland
Device: PocketBook 360°, BeBook (Hanlin V3), iRex DR1000S, iPad
Quote:
Originally Posted by Dave_S View Post
The only advantage of FAT is portability, and one of it's disadvantages is poor reliability as you just mentioned. You can read more about what is going on with the OI file system in this thread:
https://www.mobileread.com/forums/showthread.php?t=50192

EDIT:
Oops, I see your concerns were already replied to by a much more authoritative source
Yes it was answered, but I'm afraid the lack of a link to the explanatory thread and the fog of sarcasm made the answer next to useless. I didn't know putting forward an opinion using the conditional "may" would be seen as me speaking for others. And without the link you so kindly provided above, I had no idea about the longevity issues being addressed. Now that I've read the information I can see the point of the filesystem change, and I can see that switching fimrwares should still pose no problem, especially as I store my books on SD. But anyone familiar with the Hanlin V3 clones will know the problems some users have had when reformatting the internal memory.
orwell2k is offline  
 


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Bebook question Ranpha BeBook 13 06-01-2009 11:52 AM
Another 505 vs BeBook vs CyBook question hollywoodb Which one should I buy? 14 05-04-2009 08:09 PM
Question about e-ink reader fragility and comment about Bebook warranty Petrous Which one should I buy? 15 02-01-2009 10:13 AM
Iliad or BeBook - to buy or not to buy, that is the question... orwell2k Which one should I buy? 11 10-19-2008 08:09 PM
Iliad or BeBook - to buy or not to buy, that is the question... orwell2k iRex 2 10-08-2008 11:03 AM


All times are GMT -4. The time now is 06:06 AM.


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