sobota 7. júna 2014

VMware : Error while powering on: Internal error

To fix this error:

Check windows servise startup type with name "VMware Authorization Service".
 Should be ""Automatic"



sobota 15. februára 2014

Enable Num Lock on startup in Windows 8

Working solution:
  • Press Win + R and type in Regedit
  • Navigate to registry key HKEY_USERS\Default\Control Panel\Keyboard
  • Right click on the “InitialKeyboardIndicators”, select Modify and change Value data to 2.
  • Exit Registry.
Note:  the default value data is 2147483648;

piatok 13. decembra 2013

The backup set holds a backup of a database other than the existing 'DB_NAME' database.

I was trying to restore Sql server backup file for my database , but its throwing an error as follow


Solution:
Don't create an empty database and restore the .bak file on to it.
Use 'Restore Database' option and provide the database name while providing the source to restore.

sobota 7. decembra 2013

Android: taged unknown / adb devices unauthorized

While debugging  my Android phone in Eclipse  I ran into a little issue with adb.
In the column Targed was displayed : Unknow

So I wrote "adb devices" in console and found, my device is unauthorized

~ $ adb devices
List of devices attached 
00310d2453155029 unauthorized


The solution is:

1.) Disable USB Debugging mode
2.) Connect device with USB cable
3.) Enable USB Debugging mode
4.) Confirmation message will be displayed (Accepting RSA key from computer)


nedeľa 20. októbra 2013

Missing Toolbox in visual studio 2012

After successful installation of the Visual studio 2012 on a new computer I could't  find ToolBox. 

In Visual Studio 2010 and older versions it was simple View->ToolBox


In Visul Studio 2012 I got this:
So, where is ToolBox in the menu? I don't know..., but old keyboard shortcut is still working :  CTR + ALT + X



utorok 17. septembra 2013

This version of the rendering library is more recent than your version of ADT plug-in. Please update ADT plug-in




  1. Click Help > Install New Software.
  2. In the Work with field, enter: https://dl-ssl.google.com/android/eclipse/
  3. Select Developer Tools / Android Development Tools.
  4. Click Next and complete the wizard.



Unsupported template dependency : Android Support library

It's a big error in latest Android ADT:



"Latest Android SDK + ADT bundle available for downloading from developer.android.com does not allow to create new projects."

Reported as Issue  60149

The only solution for now is:

Simply manually extract and replace sdk - tools folder. This will use an earlier release until the issue is resolved. 

Linux
    http://dl.google.com/android/repository/tools_r22.0.5-linux.zip
    Size: 106MB
Windows
    http://dl.google.com/android/repository/tools_r22.0.5-windows.zip
    Size: 113MB

..\adt-bundle-windows-x86-20130911\sdk\tools
..\adt-bundle-windows-x86_64-20130729\sdk\tools\ 


Then you have to restart Eclipse and everything is working like a charm