This is the second part of the article about Windows Mobile programming tricks. The reason I created this article is that the following tricks either cannot be achieved using pure managed code or they are not easy to find out in the big twine of classes .NET CF provides. We found out in our company that these are some of the hurdles the developers often need to overcome and decided to share the how-to. If you have any ideas on how to extend this project or would like to share additional how-to you are welcome to contact me.
I will show you how to:
- SIM card
- Get IMSI
- Phone
- Get IMEI
- Get or set the volume of the phone ringer
- Memory
- Get total physical memory
- Get amount of available memory
- Get amount of used memory
- Device
- Get or set the system volume
- Soft reset the device Continue reading…