View Single Post
Old 07-17-2013, 10:41 PM   #13
speakingtohe
Wizard
speakingtohe ought to be getting tired of karma fortunes by now.speakingtohe ought to be getting tired of karma fortunes by now.speakingtohe ought to be getting tired of karma fortunes by now.speakingtohe ought to be getting tired of karma fortunes by now.speakingtohe ought to be getting tired of karma fortunes by now.speakingtohe ought to be getting tired of karma fortunes by now.speakingtohe ought to be getting tired of karma fortunes by now.speakingtohe ought to be getting tired of karma fortunes by now.speakingtohe ought to be getting tired of karma fortunes by now.speakingtohe ought to be getting tired of karma fortunes by now.speakingtohe ought to be getting tired of karma fortunes by now.
 
Posts: 4,812
Karma: 26912940
Join Date: Apr 2010
Device: sony PRS-T1 and T3, Kobo Mini and Aura HD, Tablet
Quote:
Originally Posted by joenojunk View Post
This is for a kindle fire....
The issue we are having is that we have a Hard Copy book 679 pages and the Kindle e-book
Has no pages just locations . i.e When we are at pg 450, in the hard copy, our kindle users have a difficult time go To that page .
I created a table that corresponds to Pg to location i.e pg 450 =loc 4479
This is ok but still a little inconvenient.

My app Does open the book and Kindle reader but Im still struggling to
Find the commands that after the book opens to go to a particular location.

Once I can find that command.
I can write a script i.e if pg 450 then go Loc 4479

This is part of my Java script
Intent intent = new Intent();
intent.setAction(android.content.Intent.ACTION_VIE W);
File file = new File("/sdcard/Books/test.prc");
intent.setDataAndType(Uri.fromFile(file), "application/x-mobipocket-ebook");
startActivity(intent);


Ay Ideas

Joenojnk
If they are older kindles look at firmware upgrade.

If it is an older book maybe convert with calibre with page number option.

Helen

Sorry did not notice kindle fire

Last edited by speakingtohe; 07-17-2013 at 10:49 PM.
speakingtohe is offline   Reply With Quote