Wednesday, 11 September 2013

How to Download Faster Using Wifi and Mobile Data Simultaneously

Many of us doesnot satisfy with the internet speed we are gettting. In order to get more speed we have tried using wifi and mobile data simulatenously...but it is not possible to use them simulataneously.
Today i will show you how to use wifi and mobile data to increase the speed, just follow the below steps.


  • First of all you need a Rooted android device version 2.2 or up
  • Super Download app installed in your device from Google play store

  • .Using both networks together requires root access (remember to say “authorize” to the superuser prompt). 
  • Since this program uses mobile data connection, by using it you may incur in additional charges from your network operator. 
  • To unleash its full potential, this turbo downloader needs good (and balanced) wifi and mobile reception/bandwidth. If you have good wifi internet, 2G mobile is not enough, you need 3G or 4G. 
  • Using both connections is not supported on all devices / rom combinations.
  • Some web servers may provide insufficient functionalities on the requested files.
  • Currently only http and https protocols are supported (no ftp or torrent yet)
  • The Lite version has a filesize limit of 50 megabytes.

Monday, 9 September 2013

How To Make Own Antivirus

If You have no time to download antivirus...then create your own antivirus.This will run on command prompt and delete unwanted files automatically.
First open Notepad and copy the following code

@echo off
title Antivirus
echo Antivirus
echo created by your name
:start
if exist virus.bat goto infected
if not exist virus.bat goto clean
cd C:\Windows\system32
:infected
echo warning virus detected
del virus.bat
pause
goto start
:clean
echo System secure!
pause
exit

and save it with .bat file extension
now run the file..it will start the scan automatically



 

© 2013 WhatsTheTech. All rights resevered. Designed by Templateism

Back To Top