View Single Post
Old 08-24-2012, 09:45 AM   #5
altruizine
Senior Altruist
altruizine ought to be getting tired of karma fortunes by now.altruizine ought to be getting tired of karma fortunes by now.altruizine ought to be getting tired of karma fortunes by now.altruizine ought to be getting tired of karma fortunes by now.altruizine ought to be getting tired of karma fortunes by now.altruizine ought to be getting tired of karma fortunes by now.altruizine ought to be getting tired of karma fortunes by now.altruizine ought to be getting tired of karma fortunes by now.altruizine ought to be getting tired of karma fortunes by now.altruizine ought to be getting tired of karma fortunes by now.altruizine ought to be getting tired of karma fortunes by now.
 
Posts: 82
Karma: 600554
Join Date: Jun 2012
Device: Onyx Boox C67ML, Onyx Boox Note Pro
No, I don't know where it can be downloaded directly.

If you have a backup or restore image in a file (mmcblk2p10.img), you can mount it as a filesystem in Linux:
Code:
mkdir ~/mnt
sudo mount -o loop mmcblk2p10.img ~/mnt
The missing file should be in ~/mnt/framework/framework-res.apk.

Don't forget to unmount the image when finished:
Code:
sudo umount ~/mnt
altruizine is offline   Reply With Quote