Blog

How to Get the Battery Level from a Windows Phone 8 device using C#?

The Windows Phone 8 SDK provides the Windows.Phone.Devices.Power.Battery class which can be used to retrieve the battery information of the windows phone. Use the Windows.Phone.Devices.Power.Battery.GetDefault ().RemainingChargePercent property to retrieve the Battery Level from a Windows Phone 8 device programatically using C#. How to Get the Battery Level from a Windows Phone 8 device using C#? Below is a sample code snippet demonstrating the steps used…

Win32 COM Error – TPM_E_NOSPACE – 0x80280011

In this post, you’ll learn more about the Error TPM_E_NOSPACE – 0x80280011 that is returned when working with the COM-based APIs in Win32 Win32 COM Error TPM_E_NOSPACE – 0x80280011 Win32 COM Error Error Description No room to load key.

How to fix the Oracle error ORA-35078: (QFHEAD05) An EIF extension file header for string is not in the correct...

In this post, you’ll learn more about the Oracle ErrorORA-35078: (QFHEAD05) An EIF extension file header for string is not in the correct format. with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-35078: (QFHEAD05) An EIF extension file header for string is not in the correct format. Reason for the Error ORA-35078: (QFHEAD05) An…

How to fix the Oracle error ORA-01195: online backup of file string needs more recovery to be consistent?

In this post, you’ll learn more about the Oracle ErrorORA-01195: online backup of file string needs more recovery to be consistent with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-01195: online backup of file string needs more recovery to be consistent Reason for the Error ORA-01195: online backup of file string needs more recovery…