Quote:
ok .. you reached the real stuff..
this is what I mean..
luckily for us in irex design fullscreen and page flow continuous are attributes of the single books, just like last page read, zoom level and scribbles..
and are stored in metadata.db under the books directory in the sd card
so all you need to do to test full screen and the like, is simply to open that file with any sqlite3 manager app, update the right filelds and save it back..
you don't even need to touch the original firmware at all..
|
I have already reported this in a previous post. Writing an app on DR800 should be super easy, but not my interest for now. And this is not an assumption, see
http://www.hi-pda.com/forum/viewthre...extra=page%3D1.
Someone has already modified the CTB to control these properties for PDF files. But uds seems to read the cached properties so you have to reboot to somehow force re-indexing to make the new property work.
Quote:
this is moreover the only right way.. infact to use the dr1000 uds is good to set easily those fields, but it's not good to actually show the documents on dr800, infact it's slower, most likely it's not optimizated for dr800 cpu and cache, has some screen sincronization problems (double refresh) and doesn't show things exactly how they should be shown..
instead the original uds performs very well...
|
Other than double refresh, I haven't noticed any other problems. They both use the same CPU and RAM amount, so it should be very close. Not to mention the much better power management of dr800.
Quote:
beside this what I still would like to have is the flip bar working right in panning mode: I don't like at all continuous mode in portrait mode.. and there is still the double refresh issue.. but obtaining this is a bit more difficult and requires more study and time..
|
This would be hard, since event is handled by uds which is not open sourced, unless you modify the binary.
Quote:
btw guys ..
in your development consider that the original uds after some page reads (about 10) write again on metadata.db for some reasons and reset the fullscreen and continuous fields..
|
Interesting.