Forum: iRex Developer's Corner
10-03-2011, 12:17 PM
|
|
Replies: 12
Views: 6,349
If you add new field with default value, this...
If you add new field with default value, this should be compatible with original firmware. IFAIK.
No, I don't want to be backward compatible, if you add new features and need a new fields/support...
|
Forum: iRex
10-03-2011, 09:46 AM
|
|
Replies: 8
Views: 2,639
|
Forum: iRex Developer's Corner
10-02-2011, 06:20 PM
|
|
Replies: 12
Views: 6,349
Thats why I'm working on port evince:
full...
Thats why I'm working on port evince:
full sources, full control, support for pdf,djvu, easy way to add other formats like fb2,txt.
(It's not easy apparently :) becouse new evince depended on new...
|
Forum: iRex
10-02-2011, 03:40 PM
|
|
Replies: 8
Views: 2,639
I also sow this problem with file names on...
I also sow this problem with file names on DR800sg. My solution was remove all ' occurences. I did enter into this problem, and don't sure that this is an FAT problem there is something wrong in ctb,...
|
Forum: iRex Developer's Corner
10-02-2011, 03:36 PM
|
|
Replies: 12
Views: 6,349
|
Forum: iRex
09-26-2011, 06:36 AM
|
|
Replies: 14
Views: 3,793
|
Forum: iRex
09-24-2011, 03:04 PM
|
|
Replies: 14
Views: 3,793
|
Forum: iRex
09-02-2011, 09:41 AM
|
|
Replies: 8
Views: 3,571
|
Forum: iRex Developer's Corner
08-31-2011, 10:38 AM
|
|
Replies: 7
Views: 6,920
|
Forum: iRex
07-20-2011, 03:26 AM
|
|
Replies: 274
Views: 85,454
|
Forum: iRex
07-11-2011, 05:21 PM
|
|
Replies: 274
Views: 85,454
You forgot or don't know another aspect of...
You forgot or don't know another aspect of unroll-loop optimizaion:
It encrease code size, the programm going to be bigger, and this is not good for ARM systems: the reason very simple the more code...
|
Forum: iRex Developer's Corner
07-04-2011, 04:11 AM
|
|
Replies: 7
Views: 6,920
Hi
Attached is sources for Mackx and Inigo, ...
Hi
Attached is sources for Mackx and Inigo,
1) Diff of ermetadb: new function to support new queries
2) Diff of ctb, based on v3 of dr800+.
3) source of reindex : add/remove indexes to data...
|
Forum: iRex Developer's Corner
07-04-2011, 03:30 AM
|
|
Replies: 7
Views: 6,920
Hi
I publish a new version of "Enhanced File...
Hi
I publish a new version of "Enhanced File Manager", change only in install script.
I add to installer options to reorder items from setting directory, so now settings will be in correct order....
|
Forum: iRex Developer's Corner
07-03-2011, 04:24 AM
|
|
Replies: 75
Views: 26,869
Additional problem, we almost forgot about, is...
Additional problem, we almost forgot about, is indexing.
How it works:
1) At start of indexing it select from data base all files on the SD-card and create linked list of them(Huge memory load)....
|
Forum: iRex Developer's Corner
07-03-2011, 03:59 AM
|
|
Replies: 75
Views: 26,869
Good luck.
One thing: I use an ereader a lot...
Good luck.
One thing: I use an ereader a lot and it happens when a battery stop working in middle of page turn. Usually it happens in the middle of page turn. In such case a data base going to be...
|
Forum: iRex Developer's Corner
07-02-2011, 02:03 PM
|
|
Replies: 7
Views: 6,920
|
Forum: iRex Developer's Corner
07-01-2011, 03:21 PM
|
|
Replies: 7
Views: 6,920
Checked on my device IREX DR800sg, works fine,...
Checked on my device IREX DR800sg, works fine, about 1400 books. indexed with thumbnails.
One problem that I found:
In settings view all items in reverse order. I should add to installer reverse...
|
Forum: iRex Developer's Corner
07-01-2011, 12:31 PM
|
|
Replies: 7
Views: 6,920
Enchanced file manager
Following our discussion on handling huge files I did some research and redesigning of default file manage.
Update for ctb only, fixed exception
Changes:
1) adding indexing on every needed...
|
Forum: iRex Developer's Corner
06-26-2011, 03:58 AM
|
|
Replies: 75
Views: 26,869
Attached.
But wait, it isn't last and...
Attached.
But wait, it isn't last and checked version, maybe I will change it.
Yura
P.S. As you can see I query only for a few items: file_id, filename, is_directory, author and title, NO...
|
Forum: iRex Developer's Corner
06-25-2011, 12:52 PM
|
|
Replies: 75
Views: 26,869
1920 entries.
No problem :) it based on your...
1920 entries.
No problem :) it based on your last version ctb + my dinamic bar. Lets check if if all OK and if this changes are acceptable, after you could insert if we will decide this, to version...
|
Forum: iRex Developer's Corner
06-25-2011, 11:32 AM
|
|
Replies: 75
Views: 26,869
new design of ctb
Hi
I did some research on sql and how it used in IREX device in file viewer,
and spend several hours to implement new design of queuing for files in ctb
In short new design:
1) SELECT from...
|
Forum: iRex Developer's Corner
06-24-2011, 09:26 AM
|
|
Replies: 75
Views: 26,869
I did some analyse for queries:
Actual query...
I did some analyse for queries:
Actual query is:
SELECT filename, directory_path, is_directory, file_type, file_size, file_time_modified, title, author, thumb_data_small FROM file_metadata AS m...
|
Forum: iRex Developer's Corner
06-23-2011, 06:02 PM
|
|
Replies: 75
Views: 26,869
|
Forum: iRex Developer's Corner
06-23-2011, 05:55 PM
|
|
Replies: 75
Views: 26,869
|
Forum: iRex Developer's Corner
06-23-2011, 02:13 PM
|
|
Replies: 75
Views: 26,869
|