|
|
#1 |
|
Junior Member
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7
Karma: 6166
Join Date: Jul 2013
Device: Kindle
|
Go to Location
I'm working on a script that will open to a particular location I can open the book with this ..
Intent intent = new Intent(); intent.setAction(android.content.Intent.ACTION_VIE W); File file = new File("/sdcard/Books/Testbook.prc"); intent.setDataAndType(Uri.fromFile(file), "application/x-mobipocket-ebook"); startActivity(intent); But when the book opens how do I output a go to location? Any Ideas?? |
|
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Location numbers | jbcohen | Amazon Kindle | 4 | 08-01-2011 07:23 PM |
| Location of settings | oldpond | Calibre | 2 | 02-04-2011 01:50 AM |
| Location | JSWolf | Feedback | 29 | 01-06-2010 09:03 PM |
| PID location | timnichol | Introduce Yourself | 3 | 01-06-2010 12:15 PM |
| What exactly is a location | rcuadro | Amazon Kindle | 19 | 03-26-2009 11:48 AM |