On Mon, Dec 29, 2014 at 9:05 AM, Nino Vranešič <[email protected]>
wrote:

> Hello,
> I have pulled databases (Contacts, SMS) from Firefox OS device and would
> like to know how to import them in Firefox OS simulator.
>
> Which files do I need and where should I put them (location, using
> Windows) so they will be displayed in simulator?
>

The simulator maintains a Gaia profile inside the addon directory
(<FIREFOX_PROFILE>/extensions/[email protected]/profile). You
could attempt placing the files you pulled in same locations as they were
pulled from the device's profile. Though, I've not tried this myself.


> I'm also curious if there is any other way to read the data pulled from
> Firefox OS device? Like opening sqlite databases with Firefox storage
> inspector, how can I do that?
>

As far as I know, there is not a great way to do this yet, since storage
inspector does not work for FxOS (bug 1049888).

You could try using SQLite Manager[1] to explore the files, but this only
opens local files that you've already pulled from the device. Also, it's a
very generic SQLite utility, so you'll see lots of low level database info
you may not care about.

[1]: https://addons.mozilla.org/en-US/firefox/addon/sqlite-manager/

- Ryan
_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to