View Single Post
Old 01-04-2012, 09:14 PM   #10
jefftheworld
Groupie
jefftheworld can grok the meaning of the universe.jefftheworld can grok the meaning of the universe.jefftheworld can grok the meaning of the universe.jefftheworld can grok the meaning of the universe.jefftheworld can grok the meaning of the universe.jefftheworld can grok the meaning of the universe.jefftheworld can grok the meaning of the universe.jefftheworld can grok the meaning of the universe.jefftheworld can grok the meaning of the universe.jefftheworld can grok the meaning of the universe.jefftheworld can grok the meaning of the universe.
 
Posts: 190
Karma: 157090
Join Date: Nov 2011
Device: Kobo, Kobo Vox
Those apps you deleted are on the /system partition of the internal memory. There's not way of normally mounting that part of memory to your computer. If you've got a Linux computer you can use adb to get a remote shell on your Vox, you can also use a local shell or root file browser to browse the content of the /system partition.

However, you need to replace the missing apps, which is a bit different. If you give me a list of apps you have I can try and see what you're missing and send it your way. If you have a local shell (like connectbot) the please run the following commands:

Code:
cd /system/app
ls > /sdcard/appslist.txt
This will generate a text file called appslist.txt on your internal sdcard that you can copy to your computer and post here.
jefftheworld is offline   Reply With Quote