Discussion Board

Results 1 to 3 of 3
  1. #1
    Registered User scifi.guy's Avatar
    Join Date
    Aug 2011
    Posts
    11
    I am trying to use accounts-qt library to create an account from my application. I don't want to mess up with the accounts.db file on my device, so I am using scratchbox HARMATTAN_X86 target. But this simple code fails to execute in scratchbox.
    Code:
    #include <Accounts/Manager>
    #include <QDebug>
    
    using namespace Accounts;
    
    int main(int argc, char *argv[])
    {    
         Manager mgr;
    }
    The error when I execute the binary is
    Code:
    vicar-contacts-plugin[20589]: GLIB WARNING ** default - Error initializing DB: unable to open database file
    Manager could not be created. DB is locked 
    vicar-contacts-plugin[20589]: GLIB WARNING ** GLib-GObject - invalid (NULL) pointer instance
    vicar-contacts-plugin[20589]: GLIB CRITICAL ** GLib-GObject - g_signal_handlers_disconnect_matched: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
    vicar-contacts-plugin[20589]: GLIB WARNING ** GLib-GObject - invalid (NULL) pointer instance
    vicar-contacts-plugin[20589]: GLIB CRITICAL ** GLib-GObject - g_signal_handlers_disconnect_matched: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
    vicar-contacts-plugin[20589]: GLIB WARNING ** GLib-GObject - invalid (NULL) pointer instance
    vicar-contacts-plugin[20589]: GLIB CRITICAL ** GLib-GObject - g_signal_handlers_disconnect_matched: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
    vicar-contacts-plugin[20589]: GLIB WARNING ** GLib-GObject - invalid (NULL) pointer instance
    vicar-contacts-plugin[20589]: GLIB CRITICAL ** GLib-GObject - g_signal_handlers_disconnect_matched: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
    vicar-contacts-plugin[20589]: GLIB CRITICAL ** GLib-GObject - g_object_unref: assertion `G_IS_OBJECT (object)' failed
    I have tried deleting accounts.db and accounts.db-wal in /home/user/.account to "unlock" the DB. But it didn't help. I am running the binary as user and user has rw on both files. I am not sure which process is locking the files and how to unlock them. Any suggestions?

  2. #2
    Nokia Developer Moderator gnuton's Avatar
    Join Date
    Mar 2009
    Posts
    1,024
    You can run your code in your device as "developer".
    It should not mess up anything.
    Last edited by gnuton; 2011-12-19 at 15:18.

  3. #3
    Registered User scifi.guy's Avatar
    Join Date
    Aug 2011
    Posts
    11
    Thanks gnuton. I was hoping to use scratchbox with Xephyr for initial testing and then deploy to device. But it seems I don't have that choice because of this error.

Similar Threads

  1. How to integrate with the N9 Accounts FW?
    By kypeli in forum Nokia N9
    Replies: 16
    Last Post: 2012-05-20, 15:04
  2. 2 publisher accounts with the same name?
    By Tiger54 in forum [Closed] Publishing to Nokia Store
    Replies: 5
    Last Post: 2011-03-23, 10:48
  3. MMSC accounts
    By f96majh in forum General Messaging
    Replies: 0
    Last Post: 2005-02-16, 17:00
  4. SMSC Accounts
    By ca0214 in forum General Messaging
    Replies: 1
    Last Post: 2002-09-06, 19:16

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved