WELCOME TO KEGABLOG
This is a site for - the latest solutions to technical problems, life facts, jokes and also a site created for solving math problems. If you have any technical question or problem, write it in the comment box and I shall upload the answers.
Thursday, 19 July 2018
Thursday, 19 April 2018
FREE POINT OF SALE SOFTWARE INSTALLATION !!! CALL NOW!!!
Hello, kindly watch the video for a brief overview of the POS software, mostly for restaurants, shops, bars, clubs e.t.c. I'm a software developer and I developed this myself from scratch which means after I'm done with the installation you could also make request for changes in the software which I can apply immediately, thanks for your audience.
Call me on +2348064954840
Wednesday, 26 April 2017
HOW TO INSTALL JAVA APPLICATIONS ON ANDROID
To install a java application (that is .jar file) on android you need to convert it to an android application (that is .apk). First you need to convert the .jar file to .jad because you'll need both the .jar and the .jad file in order to generate the .apk file. search for jadmaker on google or download it from here. when you've converted the .jar to .jad. click here to go to the site that will help you create the .apk using the .jar and .jad files. Upload the .jar and .jad files in the boxes provided and click on "Get apk". Wait for it to create the .apk file and when it is done then download the file and install it on your android device. After installation the app will prompt you to download the required files to run it from netmite. Go along with it and after you've downloaded the required files, install them and then you are good to go. Enjoy!
Tuesday, 27 September 2016
HOW TO USE YOUR PHONE TOUCH SCREEN AFTER IT BREAKS
Most times when a phone falls and the touch screen breaks, it keeps working but other times it stops completely, thereby forcing the owner to get a new one. Now in some cases when the latter happens the phone screen stops working completely but sometimes you can fix the problem by holding the top edges of your touch screen without touching areas covering the phone screen. This helps fix the touch screen is connected to the phone from the top edge, so sometime if it is not too damaged holding it helps make it keep working.
Sunday, 25 September 2016
FIX WINDOWS PHONE APPLICATION INSTALLATION ERROR (EG TEAMVIEWER ERROR)
Generally if an app is compatible with your windows phone it should be able to install. If an error occurs, it is due to the following:
- You have an internet connection problem;
- Windows store is not available at the moment;
- You have not installed the latest available phone update (this usually occurs on win 10 phones);
- You installed the application in the wrong storage memory (some apps can only be installed in phone storage)
Friday, 23 September 2016
HOW TO PUBLISH A VISUAL C# APPLICATION WITH REPORTVIEWER
In order to publish the application containing reportviewer, you first need to add the required references, go to references and add "Microsoft.Reportviewer.common" and "Microsoft.Reportviewer.Winforms"(or Microsoft.Reportviewer.Webforms if it is a web application) to your project. if you don't have this already in your visual studio then you search online and add it. Now when you go to setup and go to file system, you should enter your applications folder. Here when you add your primary output, reportviewer references should appear as well, but if it doesn't you can add it manually by right clicking on a blank area and going to "add" and enter "assemblies", then add it. Now go to your solution explorer and enter properties - publish - application files. Under "Publish status", ensure that all your report viewer references are set to "include" or "include auto".
Now for the last process. In order to add reportviewer to your application there are some prerequisites you must add these are "Microsoft report viewer 20** runtime" and "Microsoft System CLR Types for SQL Server" (both x64 and x86 for 64 and 32 bit respectively). And you need to add this in two places. First in your setup, right click and go to properties - prerequisites, and add it. Then next in your publish, go to prerequisites and add it as well. If you don't have these prerequisites already in your visual studio, search online and add it.
Note: All these are necessary when you are selecting the option "Download prerequisites from the same location as my application". If you want the other two options, then this process might not be necessary.
Now for the last process. In order to add reportviewer to your application there are some prerequisites you must add these are "Microsoft report viewer 20** runtime" and "Microsoft System CLR Types for SQL Server" (both x64 and x86 for 64 and 32 bit respectively). And you need to add this in two places. First in your setup, right click and go to properties - prerequisites, and add it. Then next in your publish, go to prerequisites and add it as well. If you don't have these prerequisites already in your visual studio, search online and add it.
Note: All these are necessary when you are selecting the option "Download prerequisites from the same location as my application". If you want the other two options, then this process might not be necessary.
Wednesday, 21 September 2016
HOW TO PUBLISH A VISUAL STUDIO PROJECT WITH LOCAL DATABASE
If you are reading this, I am assuming that you've read my article on HOW TO CREATE AND ADD A NAMED LOCAL DATABASE INSTANCE IN VISUAL STUDIO 2013 . Now to add the local database file to your published application, first you need to make sure that the database.mdf file is in your project folder. Then go to solution explorer and click on "properties". go to "publish" and click on "application files" ensure that your database.mdf and database.ldf files are there. Then go to solution explorer and create a new "setup" project (unless you have an existing setup project). Right click on the setup and go to "view" then open "file system". Open the "application folders" by the right. Then right click on an empty space and select "add" then "files..." it will open a windows explorer for you to locate and add your database.mdf and database.ldf files. Then you can build your setup and publish your application.
Note: for the published application to access your database after installation by and end user. you'll need to adjust your connection string to the database a little. where it is written "attachdbfilename:" change the database path to "AttachDbFilename=|DataDirectory|\database.mdf". This will allow your published application to access the database file no matter the path it installs it to.
Note: for the published application to access your database after installation by and end user. you'll need to adjust your connection string to the database a little. where it is written "attachdbfilename:" change the database path to "AttachDbFilename=|DataDirectory|\database.mdf". This will allow your published application to access the database file no matter the path it installs it to.
HOW TO CREATE AND ADD A NAMED LOCAL DATABASE INSTANCE IN VISUAL STUDIO 2013
To create a database file in your visual project, go to the "add new item" and add a service based database file, then in your solution explorer, double click on the .mdf file. The database instance opens in server explorer automatically. right click on the database instance and click on "modify connections" (before you do this make sure you close the connections first). Click on "Change..." and in the new tab select "Microsoft SQL Server". when the former tab reopens type "(LocalDB)\v11.0" as your server name. click on the radio button "attach a database file". Select browse, and browse to the database.mdf file which you created (It is located in your project folder by default). After selecting the file, give the project a logical name of your choice (do not use punctuations because this might affect its backup if you want to put a backup code). click ok.
To get the connection string for your database instance, go back to "modify connections", click on "advanced", copy the connection string which will appear at the bottom of the new window.
To get the connection string for your database instance, go back to "modify connections", click on "advanced", copy the connection string which will appear at the bottom of the new window.
Thursday, 25 August 2016
FIX NETWORK, BLUETOOTH, USB AND OTHER DEVICE ERRORS
Whenever you are experiencing problem or errors in your network, Bluetooth etc. The fix is usually simple. Go to device manager and find the driver related to your problem (ie if network problem you select network drivers) now once this is done you update the present drivers. If updating doesn't solve the problem or perhaps the driver is already up to date. Try roll back update if the option is available. In a case where neither of this works. Try reinstalling the driver or finding another driver in your computer. You can do this by clicking on update driver, it'll then provide you with options of either going to the internet or providing a path in your system. Select the second. If you don't know the path where it is. You select the option "let me pick from a list of drivers".
Wednesday, 24 August 2016
HARDWARE ACCELERATION ERROR ON WINDOWS (SOLUTION)
The hardware acceleration error is usually due to some system parameters not being up to date. So when this occurs try updating your device drivers. If this doesn't solve it then you know the fault is from another parameter. In order to fix it permanently, do a windows update of your system. You can do this by going to control panel and then enter windows update, either download the available update or check for new updates.
Friday, 19 August 2016
FIX VMWARE GUEST OS COPY AND PASTE PROBLEM
Most of the time when VMware guest OS has copy and paste problem it is usually a fault from the VMware tools which is normally installed into the guest OS. To fix that problem your can search for the fix on google or you can download VMware tools and reinstall into the guest OS. But that is not the only thing that can cause a copy and paste problem. I recently discovered it can be caused by uninstalling Microsoft visual c++ from control panel. This recently happened to me and the way I resolved it was by restoring my system to a previous state. Just so you know, you shouldn't uninstall Microsoft applications in your control panel anyhow. It can affect your system.
THE BEST VIDEO CONVERTER
There is a video converter for making your video files compatible with any device at all, no matter the video format it will make it play on the device you want it to play. This video converter software is "any video converter" and you can download it here
Friday, 12 August 2016
HOW TO RE-INSTALL PLAY STORE AFTER UNINSTALLATION OR AN ERROR
If you by any chance uninstall your play store and cant re-install it or perhaps the one you installed is showing error. Don't worry, the only problem is that you didn't get the exact latest version compatible with your phone. Therefore it is necessary that you search for the latest version compatible with your phone, and not just install anyone you see from a website or file share. First you need to go to settings in your phone and click on "about phone" so you can know the android version you are running on. Once you know this you can then click here, and find the play store compatible with your phone. When you open each play store on the link, check where they wrote minimum android version and make sure your android version is higher than the minimum, else find another one.
Monday, 8 August 2016
EXTEND OR GET EXTRA LIVES IN CANDY CRUSH FOR FREE
This method is a temporary means of getting extra lives in candy crush and any other game application that uses time for lives. All games that use time for the extra lives uses "system time". That is to say that they calculate the time remaining from the time you set on your phone. Therefore if you want to add say like 5 lives in candy crush, whereby each life takes like 30 minutes you are to increase or add 2 hours 30 minutes to your phone time. This will automatically give you full lives. (NOTE: Do not add more than 5 lives cos no matter how much more time you add. candy crush will only give you 5 lives at once). Now the consequence of this little tweak is that when you switch back your time to normal the game will detect it and wait till after 2 hours 30 minutes to give you any more lives. So you can increase the time in order to play the game during the day, then once you are done playing and go to sleep at night, you'll make up for all the time you added. Have fun!
Friday, 29 July 2016
SQL CONFIGURATION MANAGER LOCATION AND ACCESS
To locate the sql configuration on any machine follow the path
these respective paths will open the configuration manager.
NOTE: this path must be followed and not from its shortcut or from desktop. Else it won't load properly in some areas. Ensure you open the file itself from the specified path and not a shortcut.
SQL Server 2016 | C:\Windows\SysWOW64\SQLServerManager13.msc |
SQL Server 2014 | C:\Windows\SysWOW64\SQLServerManager12.msc |
SQL Server 2012 | C:\Windows\SysWOW64\SQLServerManager11.msc |
SQL Server 2008 | C:\Windows\SysWOW64\SQLServerManager10.msc |
NOTE: this path must be followed and not from its shortcut or from desktop. Else it won't load properly in some areas. Ensure you open the file itself from the specified path and not a shortcut.
Subscribe to:
Posts (Atom)