Вопрос

I tried googling it, I tried looking through the simulator directory, but I can't find it anywhere. Does anyone know how to pull the sqlite databases off the blackberry emulator? Specifically, I am using Blackberry WebWorks SDK 2.3.1.5, and simpack 7.0.0.318. I ask because it would be far easier to manually pull it off, and inspect it than to write select statements for everything.

With Android, its no problem, just go in through DDMS, but I can't figure out blackberry.

Это было полезно?

Решение

If using WebWorks, why not leverage Ripple with Web Inspector (or just Web Inspector)? You can view the contents of your SQLite database right in the browser: https://developer.blackberry.com/html5/documentation/getting_started_webinsp_microsite_1987477_11.html

If you're heart is set on the simulator, this may help: http://docs.blackberry.com/en/developers/deliverables/41571/666667.jsp

Другие советы

I found my created database in the path /Device/BlackBerry/system/appdata/rim/webstorage/(application name) using File explorer in the simulator then copied it to sdcard (which is mounted to a folder in my computer). I can then get the database out from that folder. I use this method to transfer files in and out from the simulator.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top