Showing posts with label How-to. Show all posts
Showing posts with label How-to. Show all posts
Tuesday, April 01, 2014
Sunday, March 30, 2014
Save Your Google Data Offline [16 Google Services Included]
Saturday, February 22, 2014
How to Create a Password Protected Folder
I hope everyone needs a personal folder which should be highly protected .. :p
There are many options /methods available to create a password protected folder most of which uses a 3rd party software.I am gonna use the simplest way with a batch script.
only applicable for windows users.
TO CREATE A LOCKED FOLDER
There are many options /methods available to create a password protected folder most of which uses a 3rd party software.I am gonna use the simplest way with a batch script.
only applicable for windows users.
TO CREATE A LOCKED FOLDER
- Create a folder .
- Now go to that folder and create a new text document file by :-
right click>>new>>Text document - paste the following code in the new text document:-
cls @ECHO OFF title Folder Private if EXIST "HTG Locker" goto UNLOCK if NOT EXIST Private goto MDLOCKER :CONFIRM echo Are you sure you want to lock the 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 Private "HTG Locker" attrib +h +s "HTG Locker" echo Folder locked goto End :UNLOCK echo Enter password to unlock folder set/p "pass=>" if NOT %pass%== PERSONAL PASSWORD goto FAIL attrib -h -s "HTG Locker" ren "HTG Locker" Private echo Folder Unlocked successfully goto End :FAIL echo Invalid password goto end :MDLOCKER md Private echo Private created successfully goto End :End
- now type your personal password where the PERSONAL PASSWORD is written (last 13th line).
- now go to file drop menu and select save as
- name the file as locker.bat and change the type from text document to all files.
- thats it . notice the icon changes to geared one.
- Double click it . it should create a folder named PRIVATE.
- Put all your personal data into in then run the locker.bat file again.
- this time it will ask you to lock your folder.type y to lock.
- Soon the PRIVATE folder will disappear.
TO SEE THE FOLDER AGAIN :-
- run the locker.bat file.
- it will prompt you for your password .
- type the same password it will show you the folder again if incorrect password it will just terminate.
Warning:-
- Be careful with script.
- There are some limitations to this method also .
You can delete the original text file once the batch file is saved.
WhatsApp Updated: Disable "Last Seen At", Profile Picture & Status
After getting an as enormous amount as $19B from Facebook, WhatsApp finally brought out a major update to involve every user in its celebration. Users can now decide who can see their status messages, profile pictures and most importantly, that "Last Seen At" notifier. Continue Reading to know how...
Tuesday, January 28, 2014
How to Find your lost Android Device
If you have lost you Android Device and unable to track it cuz you haven't loaded any app soo here is a guide to track it .Today i am going to use Android Device Manager which comes preloaded in you Device .Android Device Manager can be used to find you lost ,misplaced device anywhere.
All the Android Smartphones come with Google play installed in it.When you use Google Play for first time on any device (Smartphone/tablet),Google installs Android device Manager unknowingly.
Requirements for it are:-
HOW TO START ANDROID DEVICE MANAGER ON YOUR DEVICE
follow these steps to activate :-
All the Android Smartphones come with Google play installed in it.When you use Google Play for first time on any device (Smartphone/tablet),Google installs Android device Manager unknowingly.
Requirements for it are:-
- An Android Device with active Data connection.
- A PC/laptop with net.
HOW TO START ANDROID DEVICE MANAGER ON YOUR DEVICE
follow these steps to activate :-
- Go to settings>>Security>>Device Administrator
- you'll see apps there and probably first one is Android Device Manager
- Tap on it and Activate it.
Now once you have activated it ,now grab you net enabled PC/laptop.
- go to Google's play store . link to it https://play.google.com/store

- Log in in using the same Google id as of Play Store in Device.
- You will see a Gear icon On the top Right Corner.
- Click on it and you will see Android Device Manager.

- Once it is opened in your web browser ,it will automatically contact your device.The map of your country will be displayed on your web browser.
- Once Android Device Manager has located your smartphone you will see its location on Google maps and the distance it is away from you.

Now you'll have three options there:-
- The Ring Device:- this feature will ring your device at full volume for 5 minutes even it is silent . Unfortunately it will not if it is switched off.
- Lock you Device :- This feature will lock your device and will be provided with a new password to access it.you can set your desired password too.
- Erase all Data:-Using this feature all the data which is present in your device will be deleted which will include images,music and other personal files.however it won't format your Sd card .Also Android Device Manager will not work once you have erased all the data.It will Factory Reset your Smart phone .
Thursday, January 23, 2014
How to hard/factory reset an Android phone
Android's recovery mode help the user to troubleshoot his/her device .
It can be used to wipe your all data and restore your device to its factory state.
your device is full of your important data make sure its backed up. This includes your Google Authenticator credentials,which will be lost .
It can be done in two ways or depending on your situation:-
Safe mode can't be used when your device unable to boot here comes the recovery mode into play.
android can be made to boot in recovery mode with use of several combinations .this varies from device to device .
some Examples:-
--> Samsung devices:Volume up+Home+Power button
-->Nexus devices:Volume up+Volume down+Power button
-->Devices with camera dedicated buttons :Volume up+Camera button
If your device isn't listed here and none of the above methods work do Google search or look into devices user manual.
Release buttons when the device powered on.You'll see an image of an Android lying on its back with its chest open and its internals revealed.
on the very next screen you'll see many options blue in color .now your touch won't work . volume Up and Down keys are used to navigate and Power button to Select.
Now to hard reset your Phone follow these steps :-
Now if You can Boot
Hard reset/format can be performed using the option in setting .To do this steps are as follows:-
It can be used to wipe your all data and restore your device to its factory state.
your device is full of your important data make sure its backed up. This includes your Google Authenticator credentials,which will be lost .
It can be done in two ways or depending on your situation:-
- If you can boot
- If you can't boot.
If You Cant Boot
Safe mode can't be used when your device unable to boot here comes the recovery mode into play.
android can be made to boot in recovery mode with use of several combinations .this varies from device to device .
some Examples:-
--> Samsung devices:Volume up+Home+Power button
-->Nexus devices:Volume up+Volume down+Power button
-->Devices with camera dedicated buttons :Volume up+Camera button
If your device isn't listed here and none of the above methods work do Google search or look into devices user manual.
Release buttons when the device powered on.You'll see an image of an Android lying on its back with its chest open and its internals revealed.
on the very next screen you'll see many options blue in color .now your touch won't work . volume Up and Down keys are used to navigate and Power button to Select.
Now to hard reset your Phone follow these steps :-
- Select Wipe data/factory reset with the volume keys and tap the power button to activate it.
- Select Yes-erase all user data with volume buttons and tap power.
Your Device will be reset to its factory state.
Now if You can Boot
Hard reset/format can be performed using the option in setting .To do this steps are as follows:-
Sunday, January 19, 2014
Saturday, January 18, 2014
Friday, January 17, 2014
Monday, January 13, 2014
Some Useful & Important Android Tips & Tricks

Taking into consideration the Android OS partnership in the
world smartPhones market, I assume that you too own an Android phone. (N even
if you don't, this may work for other phones too) . Not everyday we want to
know some technical or network related data of/from Android devices, but when
we do, it's hard to think how to! So, here's a list of few useful and important
Android tips and tricks:
1. Phone Information, Usage and Battery – *#*#4636#*#*
2. IMEI Number – *#06#
3. Enter Service Menu On Newer Phones – *#0*#
4. Detailed Camera Information –*#*#34971539#*#*
5. Backup All Media Files –*#*#273282*255*663282*#*#*
6. Wireless LAN Test –*#*#232339#*#*
7. Enable Test Mode for Service –*#*#197328640#*#*
8. Back-light Test – *#*#0842#*#*
9. Test the Touchscreen –*#*#2664#*#*
10. Vibration Test – *#*#0842#*#*
11. FTA Software Version –*#*#1111#*#*
12. Complete Software and Hardware Info – *#12580*369#
13. Diagnostic Configuration –*#9090#
14. USB Logging Control –*#872564#
15. System Dump Mode – *#9900#
16. HSDPA/HSUPA Control Menu –*#301279#
17. View Phone Lock Status –*#7465625#
18. Reset the Data Partition to factory state- *#*#7780#*#*
Check Them Out!
Share your thoughts below and if you have something to ask, we are there for you.
Saturday, January 11, 2014
Sunday, January 05, 2014
Sunday, December 29, 2013
Google's Got An Eye On You: Know Your IP Geo-location
Many A Times, you travel somewhere and are curious to know your location , thinking "Where I am currently?", "Which is this locality?" and so on!
Now those days are gone and you can know your location, pin-code and even the Latitudes & Longitude of your location with just one single click. Keep Reading...
Now those days are gone and you can know your location, pin-code and even the Latitudes & Longitude of your location with just one single click. Keep Reading...
Thursday, December 26, 2013
Update Chrome To Beta Version For New Features
Taking into consideration that almost 54% internet users worldwide use Google Chrome, I assume that you belong to the majority. Chrome has been the most advanced, fast and popular browser around the globe. Google keeps on updating chrome, stuffing new features, wrapping up with unique designs and introducing other attractive features. You can use the new features of chrome before they are released officially, by updating your Chrome browser with Chrome Beta browser.




















