Problem:
Faced below error while connecting to Neo4J Community instance hosted in AWS EC2
ServiceUnavailable: WebSocket connection failure. Due to security constraints in your web browser, the reason for the failure is not available to this Neo4j Driver. Please use your browsers development console to determine the root cause of the failure. Common reasons include the database being unavailable, using the wrong connection URL or temporary network problems. If you have enabled encryption, ensure your browser is configured to trust the certificate Neo4j is configured to use. WebSocket `readyState` is: 3
theRDnotes
my digital notebook.
Change Git user in Windows
Problem: How to change Git user in Windows?
Solution:
Step 1: Remove already saved credentials
Go to: Control Panel -> User Accounts -> Manage your credentials -> Windows Credentials
Under Generic Credentials, there are some credentials related to Github,
Click on them and click "Remove".
Now you will be asked for new credentials next time.
Reason:
Default installation for Git for Windows set a Git-Credential-Manager-for-Windows.
Either avoid checking "Git Credential Manager" checkbox during the Git for Windows installation
or
You can disable Git-Credential-Manager-for-Windows as follows:
Option 1:
Run Git Bash as Administrator and use git config --edit --system to remove the helper = manager line so that it is no longer registered as a credential helper.
Option 2:
Run Git Bash as Administrator and then execute the following command
Solution:
Step 1: Remove already saved credentials
Go to: Control Panel -> User Accounts -> Manage your credentials -> Windows Credentials
Windows Credential Manager |
Under Generic Credentials, there are some credentials related to Github,
Click on them and click "Remove".
Now you will be asked for new credentials next time.
Reason:
Default installation for Git for Windows set a Git-Credential-Manager-for-Windows.
Either avoid checking "Git Credential Manager" checkbox during the Git for Windows installation
or
You can disable Git-Credential-Manager-for-Windows as follows:
Option 1:
Run Git Bash as Administrator and use git config --edit --system to remove the helper = manager line so that it is no longer registered as a credential helper.
Option 2:
Run Git Bash as Administrator and then execute the following command
git config --system --unset credential.helper
Now you will be asked for credentials every time you interact with the remote system.
Regenerate deleted modules .iml files in IntelliJ
Problem: I deleted all the .iml files from my multi module project in order to delete and ignore them from github.
Solution: To re-generate .iml files
Solution: To re-generate .iml files
Labels:
Android Studio
,
IDE
,
iml
,
Intellij
Android Library Project using Android Studio
Purpose: Android library at single place - Share across multiple projects
Labels:
Android
,
Android Studio
,
Library
BlueStacks keys mapping
Though the following settings if for Boom Beach. But below you will also find the general approach with which you can edit settings for any game you got in your box.
Labels:
Android
,
BlueStacks
,
Boom Beach
,
Emulator
,
Game
,
Key
,
Map
XAML not updating on debugging
Problem: Experienced a frustrating issue today. XAML was not updating while debugging on emulator or real Windows Phone device. Rebuilding again and then debugging was helping a bit but doing two steps each time was some what cumbersome. Finally got the issue which was really stupid.
Labels:
Debugging
,
Error
,
Windows Phone
,
Windows Phone Emulator
Type Indian languages on your smartphone
App Name: Type Indian
Type Indian |
Plus you can share your text using any means of communication available on your smartphone.
Labels:
Android
,
DevRD
,
Windows Phone
Android Activity Life Cycle
Simple straight forward explanation to android activity life cycle
Labels:
Android
,
Development
Bitmap too large to be uploaded into a texture
Problem: “Bitmap too large to be uploaded into a texture”Got this error when I tried to run an application from eclipse to physical device.
On googling, found that it relates to some size limit of image for OpenGL hardware textures (2048x2048). But that wasn't the reason in my case. Actually in my case, image was less than 2048 for both x and y dimensions.
On googling, found that it relates to some size limit of image for OpenGL hardware textures (2048x2048). But that wasn't the reason in my case. Actually in my case, image was less than 2048 for both x and y dimensions.
Labels:
Android
,
Development
,
Error
Android Color Codes
Android Color Codes |
A reference to a higher version or incompatible assembly cannot be added to the project - Windows Phone
Problem : Got following error while adding reference(dll) to Windows phone project.
Microsoft Visual Studio Express 2012 for Windows Phone
A reference to a higher version or incompatible assembly cannot be added to the project
A reference to a higher version or incompatible assembly cannot be added to the project |
Solution:
Labels:
Error
,
Microsoft
,
Visual Studio Express
,
Windows Phone
Dark Way Down Complete Solution
If you love discover fun time killing games, then Dark Way Down must be on your list.
Its really good game and very simple but great UI.
So here is the complete solution of this game as video in case you are stuck.
Labels:
Android
,
Games
,
iOS
,
Windows Phone
Subscribe to:
Posts
(
Atom
)