Results 1 to 2 of 2

Thread: error while running qtopia 4.2 on device based on pxa270

  1. #1
    Join Date
    Aug 2007
    Posts
    2
    Thanked 1 Time in 1 Post
    Qt products
    Platforms
    Unix/X11

    Default error while running qtopia 4.2 on device based on pxa270

    Dear all,

    After building qtopia 4.2, when am running it on my device which is based on pxa270 am getting this error. Could anyone please help me to overcome this,

    [root@SIRIUS bin]#qpe -qws
    ************************************************** ******************************
    START dbmigrate output:


    EXEC: migrateengine.cpp:291 Failed while executing query: PRAGMA synchronous = OFF
    SqlError: (26, file is encrypted or is not a database, Unable to execute statement)

    END dbmigrate output
    ************************************************** ******************************

    root@SIRIUS bin]#

    currently am putting the image folder into the run time location of the device and setting the environmental variables i.e, PATH and LD_LIBRARY_PATH

    what other varibles do i have set or is there any files do i have to put on the device.
    Please, could anyone tell me where am going wrong.

    BTW my device configure file is,
    -debug
    -xplatform=linux-arm-g++
    -arch=arm
    -prefix=/sdcard/image
    -displaysize 240x320
    -extra-qtopiacore-config '-embedded arm -little-endian -depths 16'
    -extra-qtopiacore-config '-L/home/raghu/Download/compressed_setups/tslib-1.0/install/lib'
    -extra-qtopiacore-config '-I/home/raghu/Download/compressed_setups/tslib-1.0/install/include'
    -extra-qtopiacore-config '-qt-mouse-tslib'

    thanks in advance
    raghavendra

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: error while running qtopia 4.2 on device based on pxa270

    Take a look at the source file the process complains about. It tries to access some database which seems to be corrupted. Verify that the database is there and its contents are accessible (it's probably an sqlite database so you can access it using sqlite console).

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.