Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Which one should I buy?

Notices

Reply
 
Thread Tools Search this Thread
Old 09-11-2011, 04:30 AM   #16
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,463
Karma: 10684861
Join Date: May 2006
Device: PocketBook 360, before it was Sony Reader, cassiopeia A-20
Quote:
Originally Posted by Ankh View Post
Just open-sourcing the drivers is all that is needed. You want to flash your eReader to turn it into a, say, dedicated Sudoku machine? Fine. Why would Pocketbook care?
The first generation of PocketBooks, especially PB301 ran on generic hardware. We were told that PocketBook programmers (called Guys In Kiev (TM) here) are fiercely independent and are extremely proud of their work. It is very rare in the industry that programmers have any deciding power over software specification.

The programmers wanted to prevent people from flashing PocketBook software to other devices, such as Coolreader, CyBook and others. It is very difficult to provide you with access to the guts of the system without giving competition tools to copy your entire system (including key proprietary parts you have developed entirely in-house).

Look at Sony for example. They provided source codes for parts that use GPL software exactly to the letter of law. What can we do with those parts? NOTHING. We have no access to the system to make any use of that information. Firmware update gave hackers tools to hack the device, not code published as GPL requirement.

Sony devices use proprietary MontaVista Linux, PocketBook uses Embedded Debian.
kacir is offline   Reply With Quote
Old 09-11-2011, 06:12 AM   #17
HarryT
eBook Enthusiast
HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.
 
HarryT's Avatar
 
Posts: 85,557
Karma: 93980341
Join Date: Nov 2006
Location: UK
Device: Kindle Oasis 2, iPad Pro 10.5", iPhone 6
There are probably issues with making the whole of the firmware open source. I would guess that, for example, the drivers for the eInk display are proprietary. There's absolutely nothing in the GPL which requires that the released source code be "buildable".
HarryT is offline   Reply With Quote
Advert
Old 09-11-2011, 05:34 PM   #18
Ankh
Guru
Ankh ought to be getting tired of karma fortunes by now.Ankh ought to be getting tired of karma fortunes by now.Ankh ought to be getting tired of karma fortunes by now.Ankh ought to be getting tired of karma fortunes by now.Ankh ought to be getting tired of karma fortunes by now.Ankh ought to be getting tired of karma fortunes by now.Ankh ought to be getting tired of karma fortunes by now.Ankh ought to be getting tired of karma fortunes by now.Ankh ought to be getting tired of karma fortunes by now.Ankh ought to be getting tired of karma fortunes by now.Ankh ought to be getting tired of karma fortunes by now.
 
Ankh's Avatar
 
Posts: 714
Karma: 2003751
Join Date: Oct 2008
Location: Ottawa, ON
Device: Kobo Glo HD
Quote:
Originally Posted by kacir View Post
The first generation of PocketBooks, especially PB301 ran on generic hardware. We were told that PocketBook programmers (called Guys In Kiev (TM) here) are fiercely independent and are extremely proud of their work. It is very rare in the industry that programmers have any deciding power over software specification.

The programmers wanted to prevent people from flashing PocketBook software to other devices, such as Coolreader, CyBook and others. It is very difficult to provide you with access to the guts of the system without giving competition tools to copy your entire system (including key proprietary parts you have developed entirely in-house).
Well... a generic hardware is pain in posterior, I am not certain how can one prevent (exclusively from software) dumping of the flash content and moving it to another machine.

But if the hardware is not generic, the proper way to open up what must be opened up under GPL is to provide complete code for u-boot, kernel (e-ink controller drivers too), busybox which can be built to show a simple "hello world" app on the screen. Replacement firmware, should you chose to not use their software.

Generic kernel configuration that has nothing to do with the firmware, partition scheme completely different than one used by Pocketbook... If the resulting image can be booted from the external usb stick or SD card, what else does the customer need?

Pocketbook is more than welcome to keep the app, firmware, encryption schemes and DRM nastiness as closed as they wish. One doesn't, really, need an access to shell, if you can boot the alternate image, right?
Ankh is offline   Reply With Quote
Old 09-11-2011, 05:52 PM   #19
Ankh
Guru
Ankh ought to be getting tired of karma fortunes by now.Ankh ought to be getting tired of karma fortunes by now.Ankh ought to be getting tired of karma fortunes by now.Ankh ought to be getting tired of karma fortunes by now.Ankh ought to be getting tired of karma fortunes by now.Ankh ought to be getting tired of karma fortunes by now.Ankh ought to be getting tired of karma fortunes by now.Ankh ought to be getting tired of karma fortunes by now.Ankh ought to be getting tired of karma fortunes by now.Ankh ought to be getting tired of karma fortunes by now.Ankh ought to be getting tired of karma fortunes by now.
 
Ankh's Avatar
 
Posts: 714
Karma: 2003751
Join Date: Oct 2008
Location: Ottawa, ON
Device: Kobo Glo HD
Quote:
Originally Posted by HarryT View Post
I would guess that, for example, the drivers for the eInk display are proprietary.
That's an insanity of the party who is making the controller. Hardware vendors have a perfect model for open source, they are the ones who 100% know how to make money out of it. You need to buy their stuff to run that code.

Quote:
Originally Posted by HarryT View Post
There's absolutely nothing in the GPL which requires that the released source code be "buildable".
Yes, there is. GPL mandates giving a customer the complete access to any GPL-tagged code used on product, and any derived works. Since any GPL-protected entity can be compiled, the result can be compiled, as well. It is the missing pieces that prevent you from running your own software on hardware that you own.
Ankh is offline   Reply With Quote
Old 09-11-2011, 07:47 PM   #20
HarryT
eBook Enthusiast
HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.
 
HarryT's Avatar
 
Posts: 85,557
Karma: 93980341
Join Date: Nov 2006
Location: UK
Device: Kindle Oasis 2, iPad Pro 10.5", iPhone 6
Quote:
Originally Posted by Ankh View Post
Yes, there is. GPL mandates giving a customer the complete access to any GPL-tagged code used on product, and any derived works. Since any GPL-protected entity can be compiled, the result can be compiled, as well. It is the missing pieces that prevent you from running your own software on hardware that you own.
You misunderstand me. Yes, all code that falls under the remit of the GPL has to be made available. My point was that not all code does have to fall under the remit of the GPL, and hence the system may not be buildable.
HarryT is offline   Reply With Quote
Advert
Old 09-11-2011, 08:05 PM   #21
Ankh
Guru
Ankh ought to be getting tired of karma fortunes by now.Ankh ought to be getting tired of karma fortunes by now.Ankh ought to be getting tired of karma fortunes by now.Ankh ought to be getting tired of karma fortunes by now.Ankh ought to be getting tired of karma fortunes by now.Ankh ought to be getting tired of karma fortunes by now.Ankh ought to be getting tired of karma fortunes by now.Ankh ought to be getting tired of karma fortunes by now.Ankh ought to be getting tired of karma fortunes by now.Ankh ought to be getting tired of karma fortunes by now.Ankh ought to be getting tired of karma fortunes by now.
 
Ankh's Avatar
 
Posts: 714
Karma: 2003751
Join Date: Oct 2008
Location: Ottawa, ON
Device: Kobo Glo HD
Quote:
Originally Posted by HarryT View Post
You misunderstand me. Yes, all code that falls under the remit of the GPL has to be made available. My point was that not all code does have to fall under the remit of the GPL, and hence the system may not be buildable.


For embedded systems with Linux under the hood, accessible console (serial port) and the kernel source (GPL) is most frequently sufficient to build a basic load with kernel and busybox. Something that can boot kernel, print stuff on console, run a shell where you can login, then type "ls" and not much more. However crippled, that's still a "system".
Ankh is offline   Reply With Quote
Old 11-12-2011, 03:49 PM   #22
mclien
42, the answer
mclien for a long time would go to bed early.mclien for a long time would go to bed early.mclien for a long time would go to bed early.mclien for a long time would go to bed early.mclien for a long time would go to bed early.mclien for a long time would go to bed early.mclien for a long time would go to bed early.mclien for a long time would go to bed early.mclien for a long time would go to bed early.mclien for a long time would go to bed early.mclien for a long time would go to bed early.
 
Posts: 124
Karma: 17798
Join Date: Sep 2011
Location: Germany
Device: Pocketbook 603
Quote:
Originally Posted by SmokeAndMirrors View Post
I've been looking intently at the Pocketbook series as well.
I bought a PB 603 and really can't reccoment that (hope I find time to post a little revue in a while).

I currently find the MReader1 interessting. Maybe that's my next reader...
mclien is offline   Reply With Quote
Old 11-13-2011, 04:18 AM   #23
paola
Wizard
paola ought to be getting tired of karma fortunes by now.paola ought to be getting tired of karma fortunes by now.paola ought to be getting tired of karma fortunes by now.paola ought to be getting tired of karma fortunes by now.paola ought to be getting tired of karma fortunes by now.paola ought to be getting tired of karma fortunes by now.paola ought to be getting tired of karma fortunes by now.paola ought to be getting tired of karma fortunes by now.paola ought to be getting tired of karma fortunes by now.paola ought to be getting tired of karma fortunes by now.paola ought to be getting tired of karma fortunes by now.
 
paola's Avatar
 
Posts: 2,841
Karma: 5843878
Join Date: Oct 2010
Location: UK
Device: Pocketbook Pro 903, (beloved Pocketbook 360 RIP), Kobo Mini, Kobo Aura
Quote:
Originally Posted by mclien View Post
"status report" of the Pocketbooks
an update, Pocketbook have just released an updated version of the SDK (unfortunately, though, most of the time you've got to peruse the Russian language forum to find out about developments)

Last edited by paola; 11-13-2011 at 04:20 AM.
paola is offline   Reply With Quote
Old 11-13-2011, 10:12 AM   #24
mclien
42, the answer
mclien for a long time would go to bed early.mclien for a long time would go to bed early.mclien for a long time would go to bed early.mclien for a long time would go to bed early.mclien for a long time would go to bed early.mclien for a long time would go to bed early.mclien for a long time would go to bed early.mclien for a long time would go to bed early.mclien for a long time would go to bed early.mclien for a long time would go to bed early.mclien for a long time would go to bed early.
 
Posts: 124
Karma: 17798
Join Date: Sep 2011
Location: Germany
Device: Pocketbook 603
Quote:
Originally Posted by mclien View Post
(hope I find time to post a little revue in a while).
Here we go:
https://www.mobileread.com/forums/sho...45#post1830345
mclien is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Read all about it! Device owners read more books, magazines and newspapers dacattt News 24 10-21-2012 04:43 AM
READ 100 BOOKS in 2011! The What Have You Read Thread. kindlekitten Reading Recommendations 28 01-06-2011 12:23 AM
A Mobile Read 'Essential Books to Read' list ficbot Reading Recommendations 41 09-24-2010 10:31 AM
Find me some books to read based on what I have recently read (and liked) rahulm Reading Recommendations 16 08-11-2010 03:18 PM
Read and re-read Tips, Tricks sticky post dhbailey Sony Reader 0 05-12-2007 08:10 AM


All times are GMT -4. The time now is 10:34 PM.


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