Register Guidelines E-Books Search Today's Posts Mark Forums Read

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle > Kindle Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 03-04-2012, 03:00 AM   #1
aditya3098
Guru
aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.
 
Posts: 608
Karma: 1588610
Join Date: Jan 2012
Device: Kindle Scribe
Epubs on the kindle touch?

How tough would it be to write a reader plugin for the kindle touch to support epubs and add download support as well?
aditya3098 is offline   Reply With Quote
Old 03-04-2012, 07:24 AM   #2
ixtab
(offline)
ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.
 
ixtab's Avatar
 
Posts: 2,907
Karma: 6736092
Join Date: Dec 2011
Device: K3, K4, K5, KPW, KPW2
Pretty tough, but not impossible.

You could start by reverse engineering (decompiling) the mobi reader booklet, learning how it works, and then writing an epub reader booklet along the same lines. The difficulty lies in the fact that you have to completely understand the API that is internally used (which you can only do by studying the reverse-engineered code). And of course, you have to fully support the epub format, which is by itself not a trivial task, plus you'd want to support some features like font size changes, bookmarks, (ideally) TTS support etc.

As for the download support, I don't know.

I'll stick with calibre converting epubs for me , but if you want to go for it: good luck!
ixtab is offline   Reply With Quote
Advert
Old 03-04-2012, 07:49 AM   #3
Barbara1955
Non-Techy
Barbara1955 ought to be getting tired of karma fortunes by now.Barbara1955 ought to be getting tired of karma fortunes by now.Barbara1955 ought to be getting tired of karma fortunes by now.Barbara1955 ought to be getting tired of karma fortunes by now.Barbara1955 ought to be getting tired of karma fortunes by now.Barbara1955 ought to be getting tired of karma fortunes by now.Barbara1955 ought to be getting tired of karma fortunes by now.Barbara1955 ought to be getting tired of karma fortunes by now.Barbara1955 ought to be getting tired of karma fortunes by now.Barbara1955 ought to be getting tired of karma fortunes by now.Barbara1955 ought to be getting tired of karma fortunes by now.
 
Barbara1955's Avatar
 
Posts: 4,454
Karma: 15499273
Join Date: Feb 2011
Location: WV---USA
Device: Samsung Cell Phone & Amazon Fires & Kobo eReaders
Why even go to all those headaches when there already a program that does epub to mobi hummm called Calibre!
Barbara1955 is offline   Reply With Quote
Old 03-04-2012, 07:56 AM   #4
wuschel83
Member
wuschel83 began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Feb 2012
Device: Kindle Touch
Quote:
Originally Posted by Katie1 View Post
Why even go to all those headaches when there already a program that does epub to mobi hummm called Calibre!
maybe they download the epub directly to the kindle without to use a computer. that could be a reason for epub support.
wuschel83 is offline   Reply With Quote
Old 03-04-2012, 07:58 AM   #5
Barbara1955
Non-Techy
Barbara1955 ought to be getting tired of karma fortunes by now.Barbara1955 ought to be getting tired of karma fortunes by now.Barbara1955 ought to be getting tired of karma fortunes by now.Barbara1955 ought to be getting tired of karma fortunes by now.Barbara1955 ought to be getting tired of karma fortunes by now.Barbara1955 ought to be getting tired of karma fortunes by now.Barbara1955 ought to be getting tired of karma fortunes by now.Barbara1955 ought to be getting tired of karma fortunes by now.Barbara1955 ought to be getting tired of karma fortunes by now.Barbara1955 ought to be getting tired of karma fortunes by now.Barbara1955 ought to be getting tired of karma fortunes by now.
 
Barbara1955's Avatar
 
Posts: 4,454
Karma: 15499273
Join Date: Feb 2011
Location: WV---USA
Device: Samsung Cell Phone & Amazon Fires & Kobo eReaders
Maybe they should have purchased a Nook...they are ePub Formate.
Barbara1955 is offline   Reply With Quote
Advert
Old 03-04-2012, 08:02 AM   #6
aditya3098
Guru
aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.
 
Posts: 608
Karma: 1588610
Join Date: Jan 2012
Device: Kindle Scribe
Proof-of-concept, for example
aditya3098 is offline   Reply With Quote
Old 03-04-2012, 08:33 AM   #7
eureka
but forgot what it's like
eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.
 
Posts: 741
Karma: 2345678
Join Date: Dec 2011
Location: north (by northwest)
Device: Kindle Touch
Yifan Lu wanted to do it.

https://github.com/yifanlu/KindleEPUBReader + http://www.siegmann.nl/epublib
eureka is offline   Reply With Quote
Old 03-04-2012, 09:00 AM   #8
Venus
Country girl
Venus ought to be getting tired of karma fortunes by now.Venus ought to be getting tired of karma fortunes by now.Venus ought to be getting tired of karma fortunes by now.Venus ought to be getting tired of karma fortunes by now.Venus ought to be getting tired of karma fortunes by now.Venus ought to be getting tired of karma fortunes by now.Venus ought to be getting tired of karma fortunes by now.Venus ought to be getting tired of karma fortunes by now.Venus ought to be getting tired of karma fortunes by now.Venus ought to be getting tired of karma fortunes by now.Venus ought to be getting tired of karma fortunes by now.
 
Posts: 313
Karma: 1536686
Join Date: Nov 2010
Location: New York
Device: Too many
Quote:
Originally Posted by aditya3098 View Post
Proof-of-concept, for example
Good reason.
Venus is offline   Reply With Quote
Old 03-04-2012, 10:20 AM   #9
aditya3098
Guru
aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.
 
Posts: 608
Karma: 1588610
Join Date: Jan 2012
Device: Kindle Scribe
Message to yifanlu: Can you put up install instructions, even if it is proof-of-concept?
aditya3098 is offline   Reply With Quote
Old 03-05-2012, 08:32 AM   #10
aditya3098
Guru
aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.
 
Posts: 608
Karma: 1588610
Join Date: Jan 2012
Device: Kindle Scribe
bump.
aditya3098 is offline   Reply With Quote
Old 03-05-2012, 09:56 AM   #11
dave2008
Addict
dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.
 
Posts: 251
Karma: 183457
Join Date: Jan 2012
Device: k3G, KDXG, AuraHD
Quote:
Originally Posted by Katie1 View Post
Why even go to all those headaches when there already a program that does epub to mobi hummm called Calibre!
Some convert outputs from Calibre has a messing typesetting.
dave2008 is offline   Reply With Quote
Old 03-13-2012, 11:28 AM   #12
aditya3098
Guru
aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.
 
Posts: 608
Karma: 1588610
Join Date: Jan 2012
Device: Kindle Scribe
Bump.
aditya3098 is offline   Reply With Quote
Old 03-13-2012, 11:39 AM   #13
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,544
Karma: 93383043
Join Date: Nov 2006
Location: UK
Device: Kindle Oasis 2, iPad Pro 10.5", iPhone 6
Moderator Notice
Please do not add "bump" messages. If someone wishes to reply to your post, they will do so.

Thank you.
HarryT is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Hacked Up Reader for epub/fb2/txt/rtf/html/pdb/etc bhaak Kindle Developer's Corner 296 10-01-2016 01:11 PM
Touch Are Nook epubs readable on Kobo Touch? altair Kobo Reader 20 07-23-2011 08:27 PM
Covers in Epubs not being displayed on Kobo touch when transfered from Calibre jackastor Calibre 9 07-08-2011 06:03 AM
Touch Kobo Touch and html links in epubs leaperk Kobo Reader 1 07-05-2011 02:56 PM
Making epubs for Stanza on Ipod Touch Quasar Calibre 2 04-08-2010 10:35 PM


All times are GMT -4. The time now is 09:21 AM.


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