Skip to main content

Posts

Showing posts with the label tricks

USB debugging is turned off permenantly / grayed out | problem in turning on USB debugging.

USB debugging is turned off permenantly / grayed out I have recently installed euphoria lollipop custom ROM on my sony xperia l c2105. Now am facing lots of difficulties over it. My phone inbuilt memory is tollay ruined. Now my navigation bar icons also stops working I can't able to switch between apps, minimize app, can't go back so I decided to roll back to generic os. But I can't turn on my USB debugging. It shows in charge mode and USB debugging is grayed out .This post helps you to turn your USB debugging.I have surfed in Google and found the results. Steps to turn on USB debugging when it is permanently grayed out. Step 1:  connect your mobile to computer via data cable. Step 2: drag your notification panel and click change USB mode. Step 3:  switch to MTP from charge only Step 4: now go to settings -> developer options. Now you can turn your USB debbuging on.

TIPS TO IDENTIFY FAKE FACEBOOK ACCOUNT EASILY

TIPS TO IDENTIFY FAKE FACEBOOK ACCOUNT EASILY Fake Facebook Accounts is Proving out to be a new Trend on Facebook. Probably 20-30% of total Facebook Accounts are fake or even more, This Number is Anticipated to be Increasing in Future. Fake accounts on Facebook are  mainly Created with an intention to Spam all over Facebook and Spread Virus. Many people Create Fake Girl’s Profiles to Dupe Some innocent Fb Users too. Its Sad that  Facebook  Can’t Identify Fake Facebook Account and Delete them all Manually,and One Should not expect it from Facebook because of obvious Reasons. But yes they will Definitely Block your account if you send lots of Friend requests to Unknown People and if you post or Comment Spammy Links over and over again. Facebook Catches you and then next time when you try to Login again, it asks you to Identify Photos of Friends, This is where Fake Account Users Get Caught. But This Don’t Stop Spammers to Create another Fake Facebook account, So in this article

Simple Trick To Use Web Browsers As Text Editor

Simple Trick To Use Web Browsers As Text Editor In this tutorial  i will show  you a simple and interesting trick  to use your web browser such as Google Chrome or Mozilla Firefox as a simple text editor like Notepad . This trick works on on all web browser . So lets get start. How To Do ? Step 1: Copy below code in browser   Url Section .                 data:text/html, <html contenteditable> Step 2: Now Press  Enter . Step  3: Now you can type anything as would do on any other text editor like Notepad. Step 4: To save your text file Press  Ctrl + S  and save it as anything.txt  (.txt Is Must)

How To Open Banned Websites WIth Proxy Sites?

How To Open Banned Websites WIth Proxy Sites ? There are many sites which are blocked by government because of breaking laws of their country. The user downloads  many softwares to open  these sites but end up being infected by malware , virus. Today i will share a trick  with you guys  which can help you easily  open  these banned sites without downloading  anything. As you know that there are many online proxies  but everyone need a proxy  server which is faster and trusted. Here in this post I am revealing an  online  proxy and a tutorial  to  open  banned sites with the help of these  online   proxies  which is trusted and fast. Just follow my step to  open  banned sites. How To Open Banned Site ? 1.  Open incloak  in your browser. You can also use any proxy site from  http://ankithvicky.blogspot.in/2015/10/list-of-some-good-proxy-sites.html 2. After that enter the URL of the site which you want to  open  like below. 3. Now click the  Hide Me  button and enjoy.

HOW TO SET PASSWORD ON ANY APPLICATION IN PC

HOW TO SET PASSWORD ON ANY APPLICATION IN PC Hello friends, today I am going to tell you a trick to make your pc  softwares password protected . It means whenever anyone open any software in your pc then he/she will be asked for a password if the user  don’t know the password then he can not use the software. If you are interested to protect  your pc software  with password then just follow below steps STEP 1: First of all download a software named  Password Door  to your pc [ Download: 594.85 KB ] STEP 2: Now install it to your pc, while installing , it will ask you to enter a password which will be used to open the password protected softwares. STEP 3: Now open Password Door with the help of password which you have entered while installing Now Click on  protect a program. STEP 4: Now You’ll see a list of all program on which you can set password. Select the app from the list and make it password protect. Now whenever you or any other user open

HOW TO CRASH INTERNET BROWSER

HOW TO CRASH INTERNET BROWSER Friends, today i’ll share how to crash internet browser of your friends. Before explaining this trick let me tell you how this trick will work. You know what happens if a browser have to open 100 website  at once, it’ll crash. So let start the trick. . STEP 1 . Open notepad STEP 2 . Copy and paste below code in NOTEPAD. @echo off start ankithvicky.blogspot.in start ankithvicky.blogspot.in start ankithvicky.blogspot.in start ankithvicky.blogspot.in start ankithvicky.blogspot.in start ankithvicky.blogspot.in start ankithvicky.blogspot.in start ankithvicky.blogspot.in start ankithvicky.blogspot.in start ankithvicky.blogspot.in start ankithvicky.blogspot.in start ankithvicky.blogspot.in start ankithvicky.blogspot.in start ankithvicky.blogspot.in start ankithvicky.blogspot.in start ankithvicky.blogspot.in start ankithvicky.blogspot.in start ankithvicky.blogspot.in start ankithvicky.blogspot.in start ankithvicky.blogspot.in start a

HOW TO CHECK STORED PASSWORD IN FIREFOX

HOW TO CHECK STORED PASSWORD IN FIREFOX Do you use internet  on firefox? Then you have noticed that it always ask you to save password. Do you want to see  all saved password in your firefox? If yes then follow these steps  Step 1 - Open firefox browser and click on FIREFOX BUTTON . Step 2 - After that click on OPTION . Step 3 - Now click on SAVED PASSWORDS . Step 4 - Now click on SHOW PASSWORD , your all password will be shown. Enjoy and share. . .

Cool Keyboard Tricks (Windows) : Make a Disco

Cool Keyboard Tricks (Windows) : Make a Disco Keyboards usually have small LEDs which indicate whether different types of locks are activated or not. Here is a trick to use the lights of your keyboard in a more creative manner in Windows. This trick uses a simple Visual Basic Script which when activated makes your Scroll lock, Caps lock and Num lock LEDs flash in a cool rhythmic way which gives the perception of a live disco on your keyboard. To make your own live disco, follow the steps given below:- 1. Open Notepad. 2. Copy paste the exact code given below:- Set wshShell =wscript.CreateObject("WScript.Shell") do wscript.sleep 100 wshshell.sendkeys "{CAPSLOCK}" wshshell.sendkeys "{NUMLOCK}" wshshell.sendkeys "{SCROLLLOCK}" loop 3. Save the file as Disco.vbs or "*.vbs". Double click on the Saved file to see the LED lights on your keyboard go crazy and make your own cool disco. This trick has been tested on Windows  XP , Wind

Change Processor Name Permanently

Change Processor Name Permanently Problem: To, make the name change permanent, it was required to update the  Processor Name String registry key  every time Windows starts.  Solution: It is very easy to change your processor name permanently by creating a registry key and placing a shortcut to it in the Windows start up folder. To do so, just follow the steps given below:- Steps  :- 1.  Open Notepad. 2.  Copy and paste the exact code given below:- Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\CentralProcessor \0 ] "ProcessorNameString"=" My Processor name 50000MHz " To change the processor name, edit the part of the code given in blue. Also understand that \0 in the above code should only be present if Windows store your processor name at that location. Open the Registry Editor and navigate to the above mentioned keys to check whether or not to include the \0. 3.  Click on File Menu, click on Save As and select

List Of Some Good Proxy Sites

List Of Some Good Proxy Sites               Below is the list of some good proxy site  which you can use to surf  anonymously on the internet . Even you can use this proxy sites  to open block website  in school or offices. For example you can use facebook if it is block at your school or office. List Of Top Proxy Sites http://aniscartujo.com/webproxy http://www.badboysproxy.com http://www.surfscreened.com http://www.hagiomusic.info http://www.greenpips.info http://urlbrowse.com http://www.hideipaddress.net http://www.sneakfilter.com http://www.browsestealth.com http://www.sneak1.info http://proxiesrus.com http://www.surfindark.com http://www.navydog.com http://falsario.com http://www.proxypit.com http://www.proxypan.com http://myspacewebproxy.org/ http://www.allfreehere.info http://www.takefreely.info http://autobypass.com http://www.proxcity.info http://www.proxyzip.org http://www.cheekyproxy.com http://www.eggproxy.com http://www.theschoolcloak.com http://www.hidemef

Make your Computer Talk

Make your Computer Talk Have you ever wondered how can you make your computer speak whatever you input to it like in the movies? Would it not be fun? If only it was possible! Rejoice, because now it is possible. Well, if you wish to know how to do this, then you have come to the right place. With this trick, you can create a script in Windows which will make your computer speak whatever you input to it. To create one such talk script, follow the steps given below:- Steps Open  Notepad . Copy and paste the exact code given below.           Dim Message, Speak           Message=InputBox("Enter text","Speak")           Set Speak=CreateObject("sapi.spvoice")           Speak.Speak Message     3. Click on  File Menu ,  Save As , select  All Types  in  Save as Type  option, and save the file as Speak.vbs or "*.vbs".     4.  Double click on the saved file, a window will open. Enter some text in enter text column and click  OK .

RESIZE IMAGE WITHOUT LOOSING QUALITY – HOW TO GUIDE

RESIZE IMAGE WITHOUT LOOSING QUALITY – HOW TO GUIDE People hate to visit websites which require more time for loading. So one should always seek to improve the webpage load time, so to do so you have to look at many things like loading sources, page cache, media files etc. One among such media file is images, adding beauty to your page, but at the same time, it is regarded as the most bulky resources which takes much time to load on the page, thereby causing inconvenience to the visitors. But one can improve the page load time by cutting the size of an image to a significant amount. But even resizing the image without any proper knowledge may be troublesome as you may lose the quality it had. Though photoshop provides a nice feature to save the original quality of the pic, it is not preferred much as it’s too expensive to purchase the photoshop application for desktop or web version. So here I’m going to provide you with free online tools to Resize Image without loosing Qualit

GOOGLE PLAY STORE ERROR 498

GOOGLE PLAY STORE ERROR 498 – 5 WAYS TO FIX IT Recently While Downloading Asphalt game on my Smartphone I got an  Error 498  in Google Play Store. To be Exact, the Error Reads “ Error 498 has occurred while communicating with the server “. I Tried again but the Same Error Again. After Few Tweaks i was finally able to download and Install  Asphalt on my Phone. Because i Faced this error in Google Play store, i though there will be many other people facing the same error and so this Guide on how to  Fix Error 498  in Gooogle Play store. Here on this Page i will be sharing few Methods that will help you to get rid of it. Though any one listed Method will not work for Everyone to  Get rid of Google Play Error 498  because there are different reasons that are responsible to cause this error. CAUSES OF ERROR 498 IN PLAY STORE There are Few things that causes this Error on your Smartphone while you try to download any app from Google Play store. The Most common issue is the