Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > PocketBook

Notices

Reply
 
Thread Tools Search this Thread
Old 04-06-2011, 04:16 PM   #1
Teorist
Junior Member
Teorist began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Apr 2011
Device: Pocketbook Reader 602
Lynx for pocketbook

Is it possible to install a text only web browser, such as lynx, on the Pocketbook 602? The reason I ask this is that I feel that such a browser would improve the pocketnews application. It's only weak point, IMO, is the web browser especially when having to use the scrollbars to see the parts of an article not displayed on the viewport.

Thank you,
Teo
Teorist is offline   Reply With Quote
Old 04-06-2011, 04:58 PM   #2
rkomar
Wizard
rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.
 
Posts: 2,986
Karma: 18343081
Join Date: Oct 2010
Location: Sudbury, ON, Canada
Device: PRS-505, PB 902, PRS-T1, PB 623, PB 840, PB 633
Quote:
Originally Posted by Teorist View Post
Is it possible to install a text only web browser, such as lynx, on the Pocketbook 602? The reason I ask this is that I feel that such a browser would improve the pocketnews application. It's only weak point, IMO, is the web browser especially when having to use the scrollbars to see the parts of an article not displayed on the viewport.

Thank you,
Teo
lynx is based on "ncurses", which is a library for handling character screens. The readers don't have terminals for ncurses to operate over, so it wouldn't be trivial to do the port. As it so happens, I did a fair bit of work writing a curses clone for the pocketbook readers, but it is incomplete in that many curses functions aren't implemented yet. I did enough to allow an old text-based version of sokoban and hangman to be ported, but kind of lost interest after that when I discovered that most curses-based games depend on colour support, which the gray-scale inkview displays can't duplicate very well. Anyway, I'll do a quick test to see how much work it would be to get lynx building with my curses clone, and decide after that whether it's worth continuing.

Edit: Phew, I just looked at the code and this is going to take a few days to figure out. Don't stay up waiting for a quick answer.

Last edited by rkomar; 04-06-2011 at 07:00 PM.
rkomar is offline   Reply With Quote
Advert
Old 04-07-2011, 08:41 AM   #3
Teorist
Junior Member
Teorist began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Apr 2011
Device: Pocketbook Reader 602
Thank you very much for taking the time to look for an answer to my question! It is really appreciated. I am not too familiar with development on Linux, especially for something like Pocketbook so I am not sure even how to install the sucker even if I found it compiled.

PS: Any text based web browser will do, IMO, as long as it can interface with the reader's input. This would be a great addition to Pocketbooks. Maybe I should ask for the source code from PB but the problem is that I lack time, my Linux programming skills are pretty anemic and I don't even know if I should use an emulator for testing, so I don't mess up my beloved reader (girl friend will skin me alive - I didn't quite get a green light from the Budget when I bought this ).

Last edited by Teorist; 04-07-2011 at 09:50 AM.
Teorist is offline   Reply With Quote
Old 04-07-2011, 02:20 PM   #4
rkomar
Wizard
rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.
 
Posts: 2,986
Karma: 18343081
Join Date: Oct 2010
Location: Sudbury, ON, Canada
Device: PRS-505, PB 902, PRS-T1, PB 623, PB 840, PB 633
Quote:
Originally Posted by Teorist View Post
Thank you very much for taking the time to look for an answer to my question! It is really appreciated. I am not too familiar with development on Linux, especially for something like Pocketbook so I am not sure even how to install the sucker even if I found it compiled.

PS: Any text based web browser will do, IMO, as long as it can interface with the reader's input. This would be a great addition to Pocketbooks. Maybe I should ask for the source code from PB but the problem is that I lack time, my Linux programming skills are pretty anemic and I don't even know if I should use an emulator for testing, so I don't mess up my beloved reader (girl friend will skin me alive - I didn't quite get a green light from the Budget when I bought this ).
I've seen it mentioned in this forum that the "links" browser is provided (rather than "lynx"). "links" doesn't seem to be based on curses, so a one-off port might be easier to do. As far as testing goes, I'm not sure if the emulators support network-related tasks. However, uploading to the reader and testing there is pretty straightforward. You're not allowed to change anything in the main system area, so it's pretty hard to do any real damage no matter how hard you try.
rkomar is offline   Reply With Quote
Old 04-07-2011, 03:05 PM   #5
Teorist
Junior Member
Teorist began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Apr 2011
Device: Pocketbook Reader 602
Thank you, I would like to try that. Can you point me to any resources about installing "links" on the device? I just got it last week, so I am quite a n00b to all this.

Teo
Teorist is offline   Reply With Quote
Advert
Old 04-07-2011, 04:12 PM   #6
rkomar
Wizard
rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.
 
Posts: 2,986
Karma: 18343081
Join Date: Oct 2010
Location: Sudbury, ON, Canada
Device: PRS-505, PB 902, PRS-T1, PB 623, PB 840, PB 633
Quote:
Originally Posted by Teorist View Post
Thank you, I would like to try that. Can you point me to any resources about installing "links" on the device? I just got it last week, so I am quite a n00b to all this.

Teo
I can't help you there. Search this forum for links and see what it says. All I can remember is that someone complained that links didn't have wide character support, so it was unsuitable for use with many languages. The discussion may have been about a rumour that PocketBook was going to provide links in the future.
rkomar is offline   Reply With Quote
Old 04-07-2011, 04:19 PM   #7
kacir
Wizard
kacir ought to be getting tired of karma fortunes by now.kacir ought to be getting tired of karma fortunes by now.kacir ought to be getting tired of karma fortunes by now.kacir ought to be getting tired of karma fortunes by now.kacir ought to be getting tired of karma fortunes by now.kacir ought to be getting tired of karma fortunes by now.kacir ought to be getting tired of karma fortunes by now.kacir ought to be getting tired of karma fortunes by now.kacir ought to be getting tired of karma fortunes by now.kacir ought to be getting tired of karma fortunes by now.kacir ought to be getting tired of karma fortunes by now.
 
kacir's Avatar
 
Posts: 3,450
Karma: 10484861
Join Date: May 2006
Device: PocketBook 360, before it was Sony Reader, cassiopeia A-20
Quote:
Originally Posted by Teorist View Post
Thank you, I would like to try that. Can you point me to any resources about installing "links" on the device? I just got it last week, so I am quite a n00b to all this.
The pocketbook representative that posts on Russian-speaking forum the-ebook.org said that they dropped the development of Midori browser and that they are going to use links browser in future releases of firmware.
Some people voiced concerns that the Links browser doesn't support many languages. Only latin (and obviously cyrilics) based ones.
kacir is offline   Reply With Quote
Old 04-07-2011, 05:21 PM   #8
Tulapi
Connoisseur
Tulapi could sell banana peel slippers to a Deveel.Tulapi could sell banana peel slippers to a Deveel.Tulapi could sell banana peel slippers to a Deveel.Tulapi could sell banana peel slippers to a Deveel.Tulapi could sell banana peel slippers to a Deveel.Tulapi could sell banana peel slippers to a Deveel.Tulapi could sell banana peel slippers to a Deveel.Tulapi could sell banana peel slippers to a Deveel.Tulapi could sell banana peel slippers to a Deveel.Tulapi could sell banana peel slippers to a Deveel.Tulapi could sell banana peel slippers to a Deveel.
 
Posts: 58
Karma: 3050
Join Date: Dec 2010
Device: Pocketbook pro 602, Nook Simple Touch, Inkbook Classic 2, T63 JDRead
Quote:
Originally Posted by Teorist View Post
Thank you, I would like to try that. Can you point me to any resources about installing "links" on the device? I just got it last week, so I am quite a n00b to all this.

Teo
See some information here.
Tulapi is offline   Reply With Quote
Old 04-07-2011, 05:33 PM   #9
rkomar
Wizard
rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.
 
Posts: 2,986
Karma: 18343081
Join Date: Oct 2010
Location: Sudbury, ON, Canada
Device: PRS-505, PB 902, PRS-T1, PB 623, PB 840, PB 633
Quote:
Originally Posted by Tulapi View Post
See some information here.
Excellent! That relegates any "lynx" tinkerings on my part to very low priority.
rkomar is offline   Reply With Quote
Old 04-08-2011, 01:54 PM   #10
Teorist
Junior Member
Teorist began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Apr 2011
Device: Pocketbook Reader 602
Oh, very nice! Thank you all!
Teorist is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Pocketbook IQ neue Firmware - Pocketbook braucht Hilfe JF_Pocketbook_IQ PocketBook 8 03-10-2011 11:07 AM
Backport to Lucid Lynx (10.04) Zerocool Calibre 8 06-01-2010 11:00 PM
Pocketbook 301 und Pocketbook 360° im Test, Teil 1 Forkosigan PocketBook 11 02-11-2010 03:54 AM
Pocketbook und Netronix Inc. fusionieren zu PocketBook Global Forkosigan Deutsches Forum 0 01-08-2010 01:13 PM
elinks text-based web browser (like lynx) bobj iRex 5 06-19-2008 12:05 AM


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


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