![]() |
#1 |
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 629
Karma: 3526
Join Date: Jun 2011
Device: Kobo Touch, Nook Touch, EEE 800 Note, Entourage PE, finally M92
|
Feature request: permanent access via USB
I would like to be able to access the SD card or the internal memory via USB while I am editing/reading a file
The reason why I am asking is this: let's say I am reading a file. I use scribbling or highlighting. I would like to be able to export the annotations and access them on the desktop without to interrupt the reading process When you export the annotations or you merge the scribbles a new file is generated. unfortunately when you connect the USB to get the file your reading must be stopped because the reader switches to USB only mode |
![]() |
![]() |
![]() |
#2 |
Groupie
![]() ![]() ![]() Posts: 181
Karma: 208
Join Date: Feb 2012
Device: Colorsoft, PW
|
You can work on a PC and continue reading on an eReader? Wow!
|
![]() |
![]() |
Advert | |
|
![]() |
#3 |
Addict
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 320
Karma: 99999
Join Date: Oct 2011
Location: Germany
Device: Onyx Boox M92, Icarus Illumina E653
|
Sounds impossible. I guess, when attached via USB, all storage media is unmounted by the M92, so that the OS of the attached PC can mount the storage. Multiple OSs trying to manage the same storage doesn't sound good to me
![]() But what might be possible is something like network sharing, maybe over a wifi connection. I don't know the USB protocol but maybe this kind of sharing can also be immitated via an USB connection. To be honest, I have never seen anything like that before... |
![]() |
![]() |
![]() |
#4 |
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 629
Karma: 3526
Join Date: Jun 2011
Device: Kobo Touch, Nook Touch, EEE 800 Note, Entourage PE, finally M92
|
I believe that you are correct. Especially in Unix the USB card is mounted as a volume
NFS might sound like dream It might work if the document is on the internal SD card while the annotations and the scribbles are exported to the external card. The unmount one card for making that available to the PC while the other will be in use as it is needed to keep the document open. It might be quite simple actually as "mount" and "umount" have specific arguments for each volume Last edited by PF4Mobile; 03-08-2012 at 04:04 PM. |
![]() |
![]() |
![]() |
#5 |
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 629
Karma: 3526
Join Date: Jun 2011
Device: Kobo Touch, Nook Touch, EEE 800 Note, Entourage PE, finally M92
|
One more drop here: This is possible on Windos CE, I just tested this on another device
|
![]() |
![]() |
Advert | |
|
![]() |
#6 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 3,042
Karma: 18821071
Join Date: Oct 2010
Location: Sudbury, ON, Canada
Device: PRS-505, PB 902, PRS-T1, PB 623, PB 840, PB 633
|
If you install openssh and enable sftp on the ereader, then you can mount directories over WiFi with the right software on the PC (something like Filezilla would work). Or you could scp/sftp the files over using the command-line. I do it with my PB902, and it is very nice if you move files frequently.
|
![]() |
![]() |
![]() |
#7 | |
Connoisseur
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 62
Karma: 1114
Join Date: Jan 2012
Device: Onyx Boox M92
|
Quote:
Or maybe it is accessible only through some program? EDIT: Any chance it is using Windows Mobile Device Center? In this case it would be impossible to use the same approach in the M92, so some kink of network sharing should be used. Last edited by FDD; 03-09-2012 at 05:02 PM. |
|
![]() |
![]() |
![]() |
#8 |
Addict
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 320
Karma: 99999
Join Date: Oct 2011
Location: Germany
Device: Onyx Boox M92, Icarus Illumina E653
|
What I got working is the following:
Compile lrzsz-0.12.20 (get it from here: http://ohse.de/uwe/software/lrzsz.html) for M92 or take my readily compiled version from the attachment. Copy lrz and lsz to your M92 (either sd card or internal storage). Connect to your M92 via USB serial console with root access, see https://www.mobileread.com/forums/sho...89&postcount=5. Use Zmodem to transfer files between your host and the M92. Unfortunately I don't know any way to do this without minicom. So I don't see a way to implement this into an automated script that - say - simply "pushes" a given file to the M92's internal storage or "pulls" a given file from M92. "chat" would be an option, but I don't know how to combine it with zmodem... By the way: doesn't g_file_storage.ko do, what we are looking for here? |
![]() |
![]() |
![]() |
#9 | |
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 629
Karma: 3526
Join Date: Jun 2011
Device: Kobo Touch, Nook Touch, EEE 800 Note, Entourage PE, finally M92
|
Quote:
Let's not be focused on one SD card solution It is OK to use a second card and export the files to that card and later unmount it and access it via USB The proble is the USB screen that blocks any activity on the ereader |
|
![]() |
![]() |
![]() |
#10 | |
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 629
Karma: 3526
Join Date: Jun 2011
Device: Kobo Touch, Nook Touch, EEE 800 Note, Entourage PE, finally M92
|
Quote:
As far as I know zModem can't browse the destination folder ... but yes it is a solution.. thanks |
|
![]() |
![]() |
![]() |
#11 |
Addict
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 320
Karma: 99999
Join Date: Oct 2011
Location: Germany
Device: Onyx Boox M92, Icarus Illumina E653
|
If you find a way to implement zmodem into a script independent of minicom or cu, retrieving dir listings etc won't be the problem, I think.
|
![]() |
![]() |
![]() |
#12 |
Addict
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 320
Karma: 99999
Join Date: Oct 2011
Location: Germany
Device: Onyx Boox M92, Icarus Illumina E653
|
Just to prove what I said, here is a small Python tool, that automates the zmodem way (unfortunately for Linux users only at the moment):
In order to use your M92 as USB mass storage after this procedure, you will have to close any running remote shell (with "exit" or type "/path/to/m92.py exit") and execute "usb_dev_mode_stop.oar" on your M92. Troubleshooting
This is only a proof of concept. The whole thing may still have many bugs and it's not exactly comfortable. But it works for basic file transfers and it shows that with some effort, we could even write a tool (with gui if you want), that connects to your M92 and lets you browse through the M92's file system and change, upload and download files while you're still able to use your M92 for whatever purpose you like. Last edited by tuxor; 03-10-2012 at 09:26 PM. |
![]() |
![]() |
![]() |
#13 |
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 629
Karma: 3526
Join Date: Jun 2011
Device: Kobo Touch, Nook Touch, EEE 800 Note, Entourage PE, finally M92
|
Thanks ...I hope someone forwards this to the Onyx programmers
I use Windows so this is not helping me much. I do appreciate the effort and I hope that the idea will be implemented @ Onyx somehow |
![]() |
![]() |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Tablet Can a rooted NT access the free hour feature in stores? | bfollowell | Nook Color & Nook Tablet | 15 | 01-27-2012 03:40 PM |
Feature Request | LesWilk | Calibre | 2 | 01-03-2012 07:26 AM |
feature request | pyatachoks | EPUBReader | 1 | 06-27-2011 10:49 AM |
Hacks How register your Kindle without whispernet access! and use Collection Feature | Goodspeed | Amazon Kindle | 15 | 12-02-2010 01:31 PM |
Feature request | AprilHare | Calibre | 4 | 04-22-2009 04:23 AM |