I need following information from Windows Phone 7 using C#:

In-built Storage Memory (Not RAM)
Phone Model
Operator Name
Whether Storage Card is installed. If yes, Capacity of Storage Card
Whether Carkit, Headset, Camera, Wi-Fi, Bluetooth is available
OS Name (Windows Phone 7)
Wi-Fi, Bluetooth - MAC Address, H/w & S/w version

While APIs can be used to fetch above information from Windows Phone 7?

link|improve this question

61% accept rate
feedback

3 Answers

up vote 3 down vote accepted

MSDN has several pages on this subject, not covering all of them but at least some.

http://msdn.microsoft.com/en-us/library/ff941122%28v=VS.92%29.aspx

http://msdn.microsoft.com/en-us/library/microsoft.phone.info.deviceextendedproperties%28v=VS.92%29.aspx

link|improve this answer
I have already gone through them. None of the above items can be fetched from these links. – Let me Ask May 11 '11 at 9:24
DeviceName = model – AwkwardCoder May 11 '11 at 9:38
Can DeviceName be changed by User? I guess it's something like Computer Name in Windows PC. User can change it. Let me know, if I am wrong. – Let me Ask May 11 '11 at 10:33
2  
these are read only properties – AwkwardCoder May 11 '11 at 10:41
Excellent. Any other API to get any of the above information? – Let me Ask May 11 '11 at 10:48
feedback

Luckily you can't request most of this information easily.

You really should explain WHY you want it. It sounds like you would just want to evilly spy on your users..

link|improve this answer
For Inventory purpose. – Let me Ask Jun 14 '11 at 10:52
feedback

Sounds like something sketchy to me...

link|improve this answer
Why? Does this really contain any personal information? – Let me Ask Jun 14 '11 at 10:51
No, however it contains the parameters to perform a device-specific attack. – Peter Jun 14 '11 at 20:51
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.