![]() |
#31 |
Addict
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 315
Karma: 6448
Join Date: Nov 2010
Device: 903
|
Yes, there is quite a bit of system calls in it ... but in order to be sure the screen is refreshed etc. I needed to call some fundamental functions which wouldn't be available on the shell. So I thought I put it all in the one program.
@paola: sorry again.... copied the old verison... sorry. New version follows in a second. |
![]() |
![]() |
![]() |
#32 |
Addict
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 315
Karma: 6448
Join Date: Nov 2010
Device: 903
|
Version for 2.0.4 of December 2010
Please find attached the version for the older firmware.
|
![]() |
![]() |
![]() |
#33 | |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,840
Karma: 5843878
Join Date: Oct 2010
Location: UK
Device: Pocketbook Pro 903, (beloved Pocketbook 360 RIP), Kobo Mini, Kobo Aura
|
Quote:
![]() |
|
![]() |
![]() |
![]() |
#34 |
Zealot
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 135
Karma: 7767
Join Date: Oct 2010
Device: PocketBook Pro 903
|
And incidentally, making me bind "last books" to a button caused me to find out how much more is hidden under that popup. Including Bluetooth toggling. Thanks!
@paola: The issue is that newer firmware put it in applications instead of games. So review's app looked in applications, and we had scribble in games, so it didn't find it. The ln command makes both names work the same, or you could make an applications directory and copy scribble.app there. |
![]() |
![]() |
![]() |
#35 |
Addict
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 315
Karma: 6448
Join Date: Nov 2010
Device: 903
|
@paola, sorry, didn't ment to offend you, when I asked you if chose the right application. It was my fault. Mea culpa.
|
![]() |
![]() |
![]() |
#36 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,840
Karma: 5843878
Join Date: Oct 2010
Location: UK
Device: Pocketbook Pro 903, (beloved Pocketbook 360 RIP), Kobo Mini, Kobo Aura
|
@review: BINGO, it works! and please stop apologising, you are making me feel more an more guilty for free-riding on your work
![]() @ LoneTech: thanks for the explanation, if I keep reading you guys in the end I am going to learn something! ![]() |
![]() |
![]() |
![]() |
#37 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,840
Karma: 5843878
Join Date: Oct 2010
Location: UK
Device: Pocketbook Pro 903, (beloved Pocketbook 360 RIP), Kobo Mini, Kobo Aura
|
ok, a breif update, as I have been playing around with it a bit. Sometimes the app does not start, I wonder whether it happens when there are no files in the "My pictures" directory.
At any rate, a simple way to organise different documents that you may care to annotate at different points in time is to have a huge "picture taking session" where you take images of all the pages in all the documents you want. Then, linking the device to the pc, you reate various subdirectories of the "My pictures" directory on the device, one for each document, and put there the relative images. Scribble automatically opens the sequence of pictures in the "My pictures" directory (does not see the subdirectories), so what you do is then copy the files you want to annotate from the relevant subdirectory into the "My Pictures" root. Disconnect, open scribble, and your document will be loaded. Once you are done, re-connect to the pc, move the annotated pictures back into their subdirectory, and move in the root another document, and so on. If you have long papers it might take a while to take the pictures, but you will then be able to annotate - of course, you have to zoom at the level you like before taking the image, as scribble cannot zoom (as far as I can see). Review, thanks a lot! |
![]() |
![]() |
![]() |
#38 | |
Addict
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 315
Karma: 6448
Join Date: Nov 2010
Device: 903
|
Quote:
Thanks for reporting that. |
|
![]() |
![]() |
![]() |
#39 |
Addict
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 315
Karma: 6448
Join Date: Nov 2010
Device: 903
|
Progress update for real - real annotations:
1) I've looked at the source code of Xournal
2) ported the render engine mupdf successfully. 3) tried my own "scribble" application directly in djviewer Now we reached a dead end at point 3: Using the inofficial SDK, header and libraries I used the event handler which gives access to the coordinates of the pen on the screen. I've managed to get some hand written text on the screen. Within the djviewer application. The dead end is that we receive only about 50 events per second (or less). This makes it really slooooooooow to write and the delay is significant. This makes it virtually impossible to use. I have to assume that scribble uses a new method to directly access a stream of coordinates and that it doesn't have to process each move event. So that's where I'm at the moment. Any thoughts or suggestions? |
![]() |
![]() |
![]() |
#40 |
Connoisseur
![]() Posts: 64
Karma: 10
Join Date: Oct 2010
Device: Sony PRS-950SC daily edition
|
|
![]() |
![]() |
![]() |
#41 |
book creator
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 9,657
Karma: 3856660
Join Date: Oct 2008
Location: Luxembourg
Device: Kindle Scribe
|
|
![]() |
![]() |
![]() |
#42 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 3,041
Karma: 18821071
Join Date: Oct 2010
Location: Sudbury, ON, Canada
Device: PRS-505, PB 902, PRS-T1, PB 623, PB 840, PB 633
|
I've been trying to do some more involved stuff with the older SDKs, and the lack of documentation is making it very frustrating. Even just a single line explaining what each function does and a line for non-obvious parameters added to the header file would be a huge improvement. The inkdemo program is a big help, but it doesn't demo every function in the SDK. It would be good if you could pass this feedback up the line.
|
![]() |
![]() |
![]() |
#43 |
Connoisseur
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 94
Karma: 39178
Join Date: Mar 2011
Device: PocketBook pro 603 (Leggo IBS fw PB 2.1.3)
|
so, I'm trying to work out this annotation app, but it seems not working for me. my firmware is 2.0.5, so I think that's the problem. I cannot associate a button with "take a screenshot" 'cause I don't see the command :P but I can take a screenshot from the "last open books" button, so I wonder.... what's happens if I simply make a symlink from "my pictures" and "screens" directories? scribbles should find the screenshots, isn't it?
I'll make a try. |
![]() |
![]() |
![]() |
#44 |
Addict
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 315
Karma: 6448
Join Date: Nov 2010
Device: 903
|
the filesystem is vfat so you probably won't be able to create a real symlink. the screenshot button can only be associated to the power button as far as I'm aware (speaking for the 2.0.4 but it should be pretty similar in 2.0.5).
|
![]() |
![]() |
![]() |
#45 |
Connoisseur
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 94
Karma: 39178
Join Date: Mar 2011
Device: PocketBook pro 603 (Leggo IBS fw PB 2.1.3)
|
ow, vfat...
![]() ok. I've done a soft symlink via rsh.app from "My pictures" directory to Screens, and it works. $ ln -s "My pictures" Screens so the screenshot app saves the screenshots directly in "My pictures", where scribbles works. I suppose it means I cannot apply a reset, isn't it? my expertise has come to an end, here ![]() alas, I don't see "take a screenshot" anywhere in button association menus (for it's an italian customization made for IBS, I guess) Last edited by preempalver; 03-21-2011 at 05:27 PM. |
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
EEE note EA-800 and Sony PRS-600 [Note-Taking] | sunwillsetforyou | Which one should I buy? | 5 | 05-04-2011 01:14 AM |
PocketBook Pro 603 and 903 are available | edwin1001 | PocketBook | 31 | 01-08-2011 04:32 AM |
Statusbericht über 603 und 903 | Forkosigan | PocketBook | 140 | 12-31-2010 04:40 AM |
Question concerning Pocketbook 903 PDF & note-taking functionality | domee | PocketBook | 6 | 12-23-2010 02:42 PM |
PB 903/603 question | onesome | PocketBook | 4 | 12-08-2010 07:51 AM |