Can I retrieve the remote device's specification i.e. OS version??
Hi all...
I am trying to transfer sis file over bluetooth...
For that I need the remote device's OS version so that I can transfer the appropriate sis file ...
Can anybody tell me how to retrieve the remote device specification?????
Thanks in Advance...
Re: Can I retrieve the remote device's specification i.e. OS version??
Via bluetooth and without any additional applications installed on both devices it's not possible.
Re: Can I retrieve the remote device's specification i.e. OS version??
Hi A.A.M...Thanks for ur reply...
Can u suggest me any method...how to solve my problem...
Re: Can I retrieve the remote device's specification i.e. OS version??
As i know there is no standard ways to do it. You need to develop client-server application; client will requests some info via bluetooth; the server will send a response...
---
Also check this thread [url]http://discussion.forum.nokia.com/forum/showthread.php?t=140803[/url]
Re: Can I retrieve the remote device's specification i.e. OS version??
[QUOTE=A.A.M.;540866]As i know there is no standard ways to do it. You need to develop client-server application; client will requests some info via bluetooth; the server will send a response...
---
Also check this thread [url]http://discussion.forum.nokia.com/forum/showthread.php?t=140803[/url][/QUOTE]
yes AAM but for developing the client-server application, he should aware of the OS version of device.
chandrashekar, for knowing the OS version u should know the device name and get the OS version, because in Symbian you develop application with different OS version SDKs.
Re: Can I retrieve the remote device's specification i.e. OS version??
Thanks for ur reply Amith...
I will try to do it in anotherway....
Re: Can I retrieve the remote device's specification i.e. OS version??
Mobile phones usually support DialUp Networking(DUN) Bluetooth profile. You can use this profile to issue AT commands to the remote device. Once a DUN session is established its trivial to retrive remote device Manufacturer and Model which can then be used to retrive the symbian OS version via lookup. (AT+CGMM , AT+CGMI)
[url]http://wiki.forum.nokia.com/index.php/AT_Commands[/url]
Hope that helps,
VJ