09-13-2010 09:39 AM
Hi, I am running a blackbery widget on OS version 5.0.0.841 platform 4.2.0.323, Blackberry 9520
I have the following code:
var db = google.gears.factory.create('beta.database');
db.open('MyDB');
The second line throws an error: "net.rim.vm.MissingNativeError"
The db file is created in the phone memory, my widget is unable to open it. I have set all the permissions to "Allow", the phone has an SD card as well as built in memory card.
Thanks in advance!
Iva
09-15-2010 08:53 PM
Hey Iva,
I was getting an exception when calling .open() on device and not having an SD card in the device. Once I popped one in the exception went away. Give that a shot?