Re: How to get n900 IMEI code in C

2009-12-15 Thread Andrew Flegg
On Mon, Nov 16, 2009 at 10:08, Dave Neary dne...@maemo.org wrote: Graham Cobb wrote: However, many of the CSD services can be discovered using various DBus tools.  I have made a start on that and have put the information I have worked out so far in the Wiki of one of my garage projects.  You

Re: How to get n900 IMEI code in C

2009-11-16 Thread Dave Neary
Hi, Graham Cobb wrote: I have asked Nokia and they are not willing to release the documentation for the CSD services. Their reasons include supportability (the interfaces may change) and that they are trying to push oFono as the right long term solution (although it isn't here yet). I've

Re: How to get n900 IMEI code in C

2009-11-15 Thread Graham Cobb
On Wed, Nov 11, 2009 at 02:57:58PM +0200, Adri?n Yanes wrote: I can't understand why Nokia didn't release the dbus-signals in the API documentation. Probably their are one of the most important parts for the developers. Any idea about the present/future of this documentation ? I have

Re: How to get n900 IMEI code in C

2009-11-15 Thread Adrián Yanes
Graham thank you very much for the info. Are very good news listen about oFono ( in my opinion is very important to have a API's phone in the Maemo Devices). I will like help documenting the CSD services, but I haven't my device yet. Thanks again for your work, is too useful. Cheers, Adrian.

Re: How to get n900 IMEI code in C

2009-11-11 Thread ibrahim
A small additional question if you don't mind ; If I want to extract the IMSI of the phone SIM, can I use the same code you provided http://talk.maemo.org/showpost.php?p=371496postcount=45 but with changing the #define SIM_IMI_SIG get_imei with something else ??? if yes what is it?? thanks

Re: How to get n900 IMEI code in C

2009-11-11 Thread Faheem Pervez
Yes, the get_imsi method exists. So doing that should work but you will have to change some things: get_imsi returns only one argument: an int32 with the IMSI number. Best Regards, Faheem On 11/11/09, ibrahim ibrahim@asgatech.com wrote: A small additional question if you don't mind ; If I

Re: How to get n900 IMEI code in C

2009-11-11 Thread Dave Neary
Hi, Faheem Pervez wrote: Yes, the get_imsi method exists. So doing that should work but you will have to change some things: get_imsi returns only one argument: an int32 with the IMSI number. How do you find out what methods, interfaces and paths exist for the DBus services? Are they

Re: How to get n900 IMEI code in C

2009-11-11 Thread Faheem Pervez
On Wed, Nov 11, 2009 at 11:20 AM, Dave Neary dne...@maemo.org wrote: Hi, Faheem Pervez wrote: Yes, the get_imsi method exists. So doing that should work but you will have to change some things: get_imsi returns only one argument: an int32 with the IMSI number. How do you find out what

Re: How to get n900 IMEI code in C

2009-11-11 Thread Jeremiah Foster
On Nov 11, 2009, at 12:28, Faheem Pervez wrote: On Wed, Nov 11, 2009 at 11:20 AM, Dave Neary dne...@maemo.org wrote: Hi, Faheem Pervez wrote: Yes, the get_imsi method exists. So doing that should work but you will have to change some things: get_imsi returns only one argument: an int32

Re: How to get n900 IMEI code in C

2009-11-11 Thread Anderson Lizardo
On Wed, Nov 11, 2009 at 7:28 AM, Faheem Pervez tripp...@gmail.com wrote: My method is quite low-tech: I discovered get_imei by looking at the strings in the About product applet (I have a pre-production device) and putting the required pieces together to make a dbus-send command line with

Re: How to get n900 IMEI code in C

2009-11-11 Thread Adrián Yanes
Thanks, Anderson for the link ;-) 2009/11/11 Anderson Lizardo anderson.liza...@openbossa.org: On Wed, Nov 11, 2009 at 7:28 AM, Faheem Pervez tripp...@gmail.com wrote: My method is quite low-tech: I discovered get_imei by looking at the strings in the About product applet (I have a

Re: How to get n900 IMEI code in C

2009-11-11 Thread Adrián Yanes
I can't understand why Nokia didn't release the dbus-signals in the API documentation. Probably their are one of the most important parts for the developers. Any idea about the present/future of this documentation ? Thanks. Cheers. Adrián. 2009/11/11 Dave Neary dne...@maemo.org: Hi,

How to get n900 IMEI code in C

2009-11-10 Thread ibrahim
greetings; I wonder if there is an API to get the n900 device IMEI code . I've been searching for a long time with no result except for : http://talk.maemo.org/showthread.php?t=34058 which didn't give me sufficient information. Can anybody help??? thanx alot

Re: How to get n900 IMEI code in C

2009-11-10 Thread Faheem Pervez
Here is a quick example I've posted up: http://talk.maemo.org/showpost.php?p=371496postcount=45 Best Regards, Faheem On Tue, Nov 10, 2009 at 12:01 PM, ibrahim ibrahim@asgatech.com wrote: greetings; I wonder if there is an API to get the n900 device IMEI code . I've been searching for a