Old comment, but yes... I have both devices and just tried copying an image of the Sage's firmware onto a micro SD to see it the Vision 6 will at least boot it.
No luck with that yet; it failed to find anything to boot (I've got a USB-TTL hooked up too so I can see what it's doing). But then I'm a novice when it comes to Android device boot loaders.
It'd be very interesting though as the Vision 6 even seems to respond to the Kobo stylus, so it really does seem more like a Sage/Epos3 then a Libra 2.
Quote:
Originally Posted by iscilyas
actually i too would be interested in playing around with the Sage's firmware and see if it can't be hacked to work with a Vision 6...
Even though the Sage doesn't have removable storage it should be possible to SSH into it (as root). Maybe something like:
Code:
ssh root@sage.ip.address "dd if=/dev/block/mmcblk0" | gzip -c | dd of=sage-mmcblk0.gz
(on linux. where sage.ip.address is replaced by the IP address of the sage)
anyone with a Sage that would be willing to do that?
|