Auto select all contacts using address book API

2010-06-30 Thread Pallavi Kandhare
Hello, I am using contact chooser to get list of contacts. The API osso_abook_contact_chooser_set_maximum_selection allows us to select multiple contacts. But I want all contacts to be auto-selected so that when i use the foll function:

Related to Contacts : Decoding .VCF File

2010-06-30 Thread sandeep kodimela
Hi All, When we take back-up for the contacts,the contacts are getting stored as .vcf files.Is there any API available to decode a .VCF file?I mean which takes the .vcf file as input and decodes into any higher level, like EContact? ThanksRegards, Sandeep Kodimela

Re: Related to Contacts : Decoding .VCF File

2010-06-30 Thread Antonio Aloisio
Hi, You can create EVCard objects using e-vcard-new-from-string. [1]. But note you cannot pass the entire buffer as argument of this function. You could also be interested in QtVersit API (part of Mobility) [2]. Regards, Antonio [1]

Custom connection manager implementation for maemo5

2010-06-30 Thread Николай Туренков
Hello guys. I have a question regarding creation of custom connection managers for N900 device. First of all I'm a bit newbie for maemo platform so please be patient :). What I need to do is implement a mail client which is using custom protocol f.e. via XMPP extension and will natively integrated

gprs_rx_bytes vs gprs_home_rx_bytes

2010-06-30 Thread Neal H. Walfield
What is the difference between gprs_home_rx_bytes vs gprs_rx_bytes? I thought they were for data transferred on the home network and when roaming, respectively, however, the gconf values don't match what I find in Settings - Phone: Nokia-N900-42-11:~# gconftool-2 -R

Re: gprs_rx_bytes vs gprs_home_rx_bytes

2010-06-30 Thread Andrew Olmsted
Neal, As far as I know, gprs_rx_bytes is the old pre-PR1.2 key. This key will not change in PR1.2. As of PR1.2 you have to use gprs_home_rx_bytes and gprs_roaming_rx_bytes to get the full picture. Or, of course, if you only want to look at home or roaming you can look at them individually.

How to compile in Scratchbox a project created with Nokia SDK?

2010-06-30 Thread Andrea Grandi
Hi all, I'm working to a project created with Nokia SDK (Qt4/C++) and at the moment we're able to compile for Maemo target and let the IDE to generate the .deb package (please note that generating the .deb means that we already have a working debian/ directory with all contro, changelog ecc...

Re: How to compile in Scratchbox a project created with Nokia SDK?

2010-06-30 Thread Ville M. Vainio
Last time I checked, the command is debuild if we are talking about extras-assistant: https://garage.maemo.org/extras-assistant/ However, it seems it's still using old data from NQS. Clean up all the Makefiles. On Wed, Jun 30, 2010 at 4:29 PM, Andrea Grandi a.gra...@gmail.com wrote: Hi all,

Re: gprs_rx_bytes vs gprs_home_rx_bytes

2010-06-30 Thread Neal H. Walfield
Hi, Andrew, At Wed, 30 Jun 2010 08:59:55 -0400, Andrew Olmsted wrote: As far as I know, gprs_rx_bytes is the old pre-PR1.2 key. This key will not change in PR1.2. What do you mean by it will not change? It will no longer be updated (i.e., they broke the ABI?) Or, that its meaning has

Re: gprs_rx_bytes vs gprs_home_rx_bytes

2010-06-30 Thread Andrew Olmsted
Neal, Sorry I should have been more clear. They do not update in PR1.2 since it uses the new keys now. I'm not sure if those keys exist on a clean install of PR1.2 - they exist on mine because they were used before the upgrade. So whatever value of gprs_rx_bytes that is currently in that key

RE: capturing key presses on N770

2010-06-30 Thread Vinod Nanjaiah
Finally, I found a flasher-3.0 executable which did the trick. Thank you, Vinod From: Frank Banul [mailto:frank.ba...@gmail.com] Sent: Tuesday, June 29, 2010 7:14 PM To: Vinod Nanjaiah Cc: maemo-developers@maemo.org Subject: Re: capturing key presses on N770 Does

Re: How to compile in Scratchbox a project created with Nokia SDK?

2010-06-30 Thread Andrea Grandi
Hi, On 30 June 2010 15:37, Ville M. Vainio vivai...@gmail.com wrote: Last time I checked, the command is debuild if we are talking about extras-assistant: https://garage.maemo.org/extras-assistant/ yes, I'm talking about the extras-assistant, but in Step 2 (I mean this page:

Re: How to compile in Scratchbox a project created with Nokia SDK?

2010-06-30 Thread Antonio Aloisio
Ciao Andrea, I took a look at your debian/rules.. I think you can solve this issue merely generating the Makefile each time the package is built. My hints is do not fix the current makefile, but just make a new one using CDBS. Cheers, Antonio PS: remove the obj files from the tarball as well

Re: How to compile in Scratchbox a project created with Nokia SDK?

2010-06-30 Thread Andrea Grandi
Hi all, On 30 June 2010 16:27, Antonio Aloisio antonio.aloi...@gmail.com wrote: Ciao Andrea, I took a look at your debian/rules.. I think you can solve this issue merely generating the Makefile each time the package is built. I'm generating the Makefile each time. I remove the old Makefile

Re: How to compile in Scratchbox a project created with Nokia SDK?

2010-06-30 Thread Antonio Aloisio
Ciao Andre', I mean you have to generate the Makefile on the server. You can add qmake project.pro in your debian/rules.. it will do the job. About CDBS, please take a look at http://build-common.alioth.debian.org/cdbs-doc.html and http://build-common.alioth.debian.org/cdbs-doc.html#id2561450

Re: How to compile in Scratchbox a project created with Nokia SDK?

2010-06-30 Thread Andrea Grandi
Hi, On 30 June 2010 16:49, Antonio Aloisio antonio.aloi...@gmail.com wrote: Ciao Andre', I mean you have to generate the Makefile on the server. You can add qmake project.pro in your debian/rules.. it will do the job. before asking you how to properly modify the debian/rules file I want to

RE: N900 kernel 2.6.28 no compiles after changing cb[] array size

2010-06-30 Thread Sergio Lembo
Hi, Indeed that seems to be the problem. Thank you. Regards, Sergio Quoting Nathan Anderson nat...@andersonsplace.net: Sergio, Maybe the actual problem is that 62 is not a multiple of 4. the sizeof(void (*)) should be 4 on 32 bit platforms. So if you read that; you get:

Re: QLineEdit and casing

2010-06-30 Thread Benoît HERVIER
2010/6/28 Mats Rauhala mats.rauh...@gmail.com: I have trouble with uppercase letters with QLineEdit. I'm using QLineEdit as an input method for adding items to a list/set. The user write an item and presses return which causes the text to be handled and the QLineEdit cleared. But if the user

Re: QLineEdit and casing

2010-06-30 Thread MoRpHeUz
Hi, 2010/6/30 Benoît HERVIER kher...@khertan.net: self.setInputMethodHints(Qt.ImhNoAutoUppercase) If you're using Qt 4.7 you may hit this bug: http://bugreports.qt.nokia.com/browse/QTBUG-11841 Cheers, -- --- http://claimid.com/morpheuz

Re: QLineEdit and casing

2010-06-30 Thread Mats Rauhala
I'm using Qt 4.6 with PR1.2. Earlier poster mentioned disabling hinting altogether which is a good enough solution which I'll implement if nothing else comes up. -- Mats Rauhala sip:mas...@ekiga.net pgpy0140Qnypt.pgp Description: PGP signature ___