• All

Archives

gravatar

Stream free TV on mobile phone

 All you have to do is copy anyone of the above below links and paste it in your mobile phone’s default web
browser and it’ll automatically start streaming the TV channels!  Just make sure that you have defined the
Internet settings to use in Real Player without which it will give an error.


gravatar

Prebook AAKASH UBISLATE : the cheapest tablet

I have recently figured out that prebooking of AAKASH TABLET is open.
Source : http://adf.ly/4AKta

Open for sale at Rs. 2500 : http://adf.ly/4EYai


Follow the steps to get a tablet for yourself




click to enlarge the image



Click the link shown in red above.
Fill Up the form










You will get a conformation receipt





Voila! You are done


 CONTACT : 1800-180-2180
Even though it says the number is busy all the time, you can give it a try



SOME PEOPLE ARE FACING PROBLEMS WITH THE FIRST STEP AS THEY CAN NOT FIND THE ORDER LINK

They can visit www.ubislate.com






And then fill up the form


DO NOT FORGET TO SHARE THIS WITH YOUR FRIENDS ON FACEBOOK, EMAIL AND THROUGH SMS.

gravatar

Airtel Free SMS Trick

Hey people, back again with a working free sms trick for AIRTEL users.



Plan Details
There is a plan in Airtel which comes with FRC only.
In this plan :  

             you pay for first 2 messages  
             get 100 local free messages thereafter

This trick work for this plan only 


Trick
Follow these steps to fool them    

         send first two (blank) messages EVERYDAY to 1909 - no charge is deducted  
         now you can freely send next 100 sms to any local number



Whats the Hack !!!
The first two messages are sent to any number for which there is no charge. And in this plan, there is no charge for third message and onwards.



THIS TRICK WAS WORKING TILL THE TIME OF THIS POST


There are many other operators who have this particular SMS plan. Share via comments if this trick works on other operators as well.


For more such tricks, keep visiting teckgyan.blogspot.com and let me know your feedback through comments.

gravatar

Idea TV

Idea TV is a simple GPRS based application that allows you to watch over 70 television channels on your Idea Mobile handset that Downloads GPRS. Using a proprietary technology called progressive play, you can watch your favorite programs on your mobile on the move. The programs are viewable as 3 to 4 minute clips which can be continued.

To download IDEA TV
1- sms IDEATV to 55456 - Rs. 3/- per sms.
2- Dial *567*1500# - (Toll Free).
and follow the steps shown here

Step 1: Sms IDEATV to 55456

Step 2: You will receive a WAP link/service message in your inbox. Click on the same and download the IDEATV application

Step 3: Install the application in the phone memory of your handset

Step 4: Click on the application and open it to see the TV channel logos. Choose the channel you want to watch and click on its icon.

Step 5: You will see the subscription packages available as given below. Choose the option that suits you.

Step 6: You will receive a confirmation that your registration has been successful. Now click on the channel and watch the content.


Channel Packages and Pricing.


Watch All channels for Rs.150/- month
Watch channels for Rs.35/- per week
Watch your favorite channel for Rs.50/- month
Watch your favorite channel for Rs.10/- per day

gravatar

Lock Folder Without any Software

Securing confidential and personal data is always considered as a sophisticated task.You can use freeware third party softwares like Axcryp, Disguise Folders etc to encrypt your data.If somehow you can’t use these softwares (installation restrictions) then you can secure your data using notepad.This trick works in windows xp,vista and windows 7.

Trick to Lock Folder without any Software

  • Open Notepad [Start-->Run-->Notepad].
  • In your Notepad just Copy/Paste the below code.
cls
:End
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u 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 Locker "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 folder
set/p "pass=>"
if NOT %pass%==teckgyan goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End

 
  • In the above batch code the password has been set as teckgyan.You can change it by editing the following line
if NOT %pass%==teckgyan goto FAIL
Now save this notepad file as yourfoldername.bat ,here .bat is extension of your file. For now I am creating teckgyan.bat file.

saving a text file as *.bat file

 Now a .bat (system) file will be created.
icon of *.bat file








Double Click on this .bat file and you will see a Locker Folder at the same location where your .bat file is saved.
  • Double click on that Locker folder and store your personal data in it.
  • After storing all your data in that folder again double click on .bat file and press Y there to Lock the folder and press Enter.
  • Now your Locker will hide and only .bat file will be there.
  • Double Click on this .bat file and give your password (here teckgyan) and hit Enter.




That’s it. Now every time you want to open your secret folder you have to enter the password. You can update this folder any time and infinite number of times.