Thanks for the replies. Yes, please move this thread there if you feel that is a better board.
Type: Posts; User: kls_; Keyword(s):
Thanks for the replies. Yes, please move this thread there if you feel that is a better board.
I have emailed the new address to get developer certificates before publishing a Symbian app to Ovi, developer.support@nokia.com, and it is taking a long time with no response. It is now almost three...
I also have the same issue. There is a workaround here which works for me: http://stackoverflow.com/questions/7377222/error-when-login-in-facebook-mobile.
There is also www.rfidshop.com. They sell a "NFC Tag Trial Pack" which contains various NFC tags.
I have developed one of the few NFC enabled applications on Ovi Store, and can take your app from idea to Ovi Store. Short summary:
Expertise in Qt/Symbian with NFC.
Knowledge of Java MIDlets...
I need to send raw 14443 commands on N9 when it is released, but reading on Qt Mobility docs it says that for Maemo6 "Tag type specific access" is not supported. I think that "Tag type specific...
Thank you!
I am using Symbian NFC plugin to open a ISO14443 connection. When tag is lost I call MNfcTag::CloseConnection(). This has always worked, but when I'm using a phone with firmware 022.013 it panics...
On the third attempt they managed to send me a dev cert that is working, two weeks after my original request. So if you still have a problem with your dev cert you should just keep emailing Ovi...
I can confirm that I have the same problem with Ovi dev certs. They used to work, but the one I received recently does not work.
Thanks for your answer.
It makes sense what you're saying. The reason I jumped in to Symbian Signed is that my Ovi developert cert is expired and they don't answer my email, so I have no good way...
Hi,
I have been using Ovi Store's free Symbian signing service, which means I have no Publisher ID. I have an existing app on Ovi Store with a UID assigned from Ovi. For development Ovi did send...
That is how it will work. Thanks for quick answer!
I need to divide an application in two, that is having one application that is the launcher (Launcher-App) of the real application (GUI-App). I need your advice if this is a proper way of doing it...
I have also had crash problems with email functionality in QMessageService on C7. It worked when I installed Qt Mobility 1.1.1 so maybe you can try that. Remember that you can not rely on your users...
Good idea. And if you have the IMEI you can use Symbian Signed Online if you can't use self signed.
Forget this, I just had to do a clean build after adding the SwEvent capability to the pro file. Now it works.
I am bumping this thread sinceI can't find a solution.
I have made a simple test application that I run on a Nokia C7 Astound device on RDA, and if the web browser is open it won't load the web...
I'm packaging an application that uses SQLite with smart installer. Looking at the following link there is a SQLite package for smart installer:
...
It sounds like a good idea to keep the db in application's "home" directory. However, I would like to be able to access the db file from Windows during development so I can easily view the database...
In SQLite on Symbian^3, where does the database file get created in the file system if I use the following code:
db = QSqlDatabase::addDatabase("QSQLITE");
db.setDatabaseName("db.sqlite");
I...
Thanks for the hint about the file location!
Ok, thanks for the answer!
Yes, but you loose all changes that you have done to your targets. Thanks for reporting this annoying bug.
How is the "Support email address" and "Support website" metadata for an app being used? It is mandatory, but for apps currently on Ovi Store I can not find a link to the web site and I don't know...