Posts

Showing posts from 2018

How to Recover Signed APK Key Store Password in Android Studio

Image
How to Recover Signed APK Key Store Password in Android Studio Believe me,  it is frustrating to face the problem when you forget the Key Store Password in Android Studio. For most of the time we search on Internet for an actual solution. But getting right answer is not an easy task. Most websites just upload only one method to solve an error but that one method is not enough to work. And again we are back to google and search it again for a correct solution. Most of the developers are faced the problem to get  forgot Key Store Password in Android Studio. Do not worry if you are suffering from this problem,  this article will provide you to provide solution how to recover Signed APK Key Store password. Trick 1:  Step 1: Open folder/ directory where your all Android project are stored  or project folder . Like \AndroidStudioProjects . Step 2: Now Open your project named folder for eg. my project folder name is cryptoapp. Step 3: Now, L...

How to Fix Code 10 Errors in Windows Device Manager

Image
How to Fix Code 10 Errors in Windows Device Manager Believe me,  it is frustrating to face this error until you find a solution of Code 10 Errors in Windows Device Manager. For most of the time we search on Internet for an actual solution. But getting right answer is not an easy work. Most websites just upload only one method to solve an error. And generally that one method is not enough to work. And again we are back to google and search it again for a correct solution. Most of the people face Code 10 Errors in Windows Device Manager. Don not worry if you are suffering from this error,  this article will provide you four different methods to solve this Code 10 Errors problem. A Troubleshooting Guide for Code 10 Errors in Device Manager The Code 10 error is one of several Device Manager error codes. It's generated when Device Manager can't start the hardware device, a situation usually caused because of outdated or corrupted drivers of individual devices. ...

How to Integrate CCAvenue Payment Gateway in PHP

Image
How to Integrate CCAvenue Payment Gateway in PHP Hello Friends today I am talking about how we can integrate CCAvenue Payment Gateway in website, in simply and easy way. Believe me,  most of the time we are facing problem during integration of any type of payment gate way, but it is not much hard as we think. Today I shall tell you to integrate CCAvenue payment gateway. These are the following steps: Step 1: First of all we need a php integration kit of CCAvenue we will provided by CCAvenue or from the merchant panel. Step 2: Now extract the .zip in to your localhost root folder(www or htdocs). Step 3: Now we found 4 files, adler32.php, Aes.php, Checkout.php, redirecturl.php. Step 4: alder.php and Aes.php we donot modify these two files. we need to work on Checkout.php and redirecturl.php. Step 5 : Now open checkout.php. I this file first of all mention merchant_id and working key that are provides by the CCAvenue or From ...

Complete solution to resolve Play Store error 920

Image
Complete solution to resolve Play Store error 920 Believe me,  it is frustrating to face this error until you find a solution of Error 920. For most of the time we search on Internet for an actual solution. But getting right answer is not an easy work. Most websites just upload only one method to solve an error. And generally that one method is not enough to work. And again we are back to google and search it again for a correct solution. Most of the people face error 920 on play store. Don not worry if you are suffering from this error,  this article will provide you four different methods to solve this error 920 problem. Most of the time error 920 on play store come due to following reason some times too much load on your data connection, the connection is getting hampered due to overload,  cache is not cleaned properly, network connection is not stable. METHOD 1: Clearing the cache and data of Google Play Store and Google play service Ju...

What is Laravel and how to install at localhost?

Image
What is Laravel and how to install at localhost? Laravel is the PHP  web framework, created by Taylor Otwell. Laravel is open source which freely available for anyone. Laravel - intended for the development of web applications following the model–view–controller (MVC) architectural pattern and based on Symfony. Following are steps, to install / setup laravel on your localhost(Wamp/Xampp server). First of all download COMPOSER (Composer is an application-level package manager for the PHP programming language that provides a standard format for managing dependencies of PHP software and required libraries). Composer help developer for creating controllers and views and so many dependencies which required by MVC. Install compose from the give link  https://getcomposer.org/download/  , then goto manual download  https://getcomposer.org/Composer-Setup.exe for first time user and windows OS user. Create your first directory using composer command in C...