I would like to use EE as a sort of external monitor. To be precise, I would like to have it connected to my desktop, and when I have some longer PDF to read, I would like to be able to send it to EE to be displayed on e-ink screen.
I have almost zero knowledge of Android, so I would be very grateful if somebody could suggest how to do it.
Here is what I have now: Having EE connected via adb, if I need to read foo.pdf, I type from my Debian desktop the following:
Code:
adb push foo.pdf /sdcard/
adb shell am start -n com.entouragesys.android.readerapp/com.entouragesys.android.readerapp.ReaderActivity
This opens reader's file selector, and I have to navigate with the cursor to /sdcard/foo.pdf. For this, LCD screen must be turned on - not very convenient.
Is there a way to display a given file in e-ink reader directly, without opening any windows on LCD first? I am sure there is some android "activity" for this, but my knowledge of android does not allow me to find it :-(
I used android-apktool to extract AndroidManifest.xml from EsiReader.apk and
EsiLibrarian.apk, hoping to find some clues there, but no luck so far.
If anybody has suggestions, I would appreciate them very much.