Thursday, 11 July 2013

How to increase your browsing speed using Google Public DNS?

Using Google Public DNS

Configuring your network settings to use Google Public DNS

When you use Google Public DNS, you are changing your DNS "switchboard" operator from your ISP to Google Public DNS.
In most cases, the IP addresses used by your ISP's domain name servers are automatically set by your ISP via the Dynamic Host Configuration Protocol (DHCP). To use Google Public DNS, you need to explicitly change the DNS settings in your operating system or device to use the Google Public DNS IP addresses. The procedure for changing your DNS settings varies according to operating system and version (Windows, Mac or Linux) or the device (computer, phone, or router). We give general procedures here that might not apply for your OS or device; please consult your vendor documentation for authoritative information.
Note: We recommend that only users who are proficient with configuring operating system settings make these changes.

Important: Before you start

Before you change your DNS settings to use Google Public DNS, be sure to write down the current server addresses or settings on a piece of paper. It is very important that you keep these numbers for backup purposes, in case you need to revert to them at any time.
We also recommend that you print this page, in the event that you encounter a problem and need to refer to these instructions.

Google Public DNS IP addresses

The Google Public DNS IP addresses (IPv4) are as follows:
  • 8.8.8.8
  • 8.8.4.4
The Google Public DNS IPv6 addresses are as follows:
  • 2001:4860:4860::8888
  • 2001:4860:4860::8844
You can use either number as your primary or secondary DNS server. You can specify both numbers, but do not specify one number as both primary and secondary.
You can configure Google Public DNS addresses for either IPv4 or IPv6 connections, or both.

Changing your DNS servers settings

Because the instructions differ between different versions/releases of each operating system, we only give one version as an example. If you need specific instructions for your operating system/version, please consult your vendor's documentation. You may also find answers on our user group.
Many systems allow you to specify multiple DNS servers, to be contacted in a priority order. In the following instructions, we provide steps to specify only the Google Public DNS servers as the primary and secondary servers, to ensure that your setup will correctly use Google Public DNS in all cases.
Note: Depending on your network setup, you may need administrator/root privileges to change these settings.

Microsoft Windows

DNS settings are specified in the TCP/IP Properties window for the selected network connection. 
Example: Changing DNS server settings on Microsoft Windows 7
  1. Go the Control Panel.
  2. Click Network and Internet, then Network and Sharing Center, and click Change adapter settings.
  3. Select the connection for which you want to configure Google Public DNS. For example:
    • To change the settings for an Ethernet connection, right-click Local Area Connection, and click Properties.
    • To change the settings for a wireless connection, right-click Wireless Network Connection, and click Properties.
    If you are prompted for an administrator password or confirmation, type the password or provide confirmation.
  4. Select the Networking tab. Under This connection uses the following items, select Internet Protocol Version 4 (TCP/IPv4) or Internet Protocol Version 6 (TCP/IPv6) and then click Properties.
  5. Click Advanced and select the DNS tab. If there are any DNS server IP addresses listed there, write them down for future reference, and remove them from this window.
  6. Click OK.
  7. Select Use the following DNS server addresses. If there are any IP addresses listed in the Preferred DNS server or Alternate DNS server, write them down for future reference.
  8. Replace those addresses with the IP addresses of the Google DNS servers:
    • For IPv4: 8.8.8.8 and/or 8.8.4.4.
    • For IPv6: 2001:4860:4860::8888 and/or 2001:4860:4860::8844
  9. Restart the connection you selected in step 3.
  10. Test that your setup is working correctly; see Testing your new settings below.
  11. Repeat the procedure for additional network connections you want to change.

Mac OS X

DNS settings are specified in the Network window. 
Example: Changing DNS server settings on Mac OS 10.5
  1. From the Apple menu, click System Preferences, then click Network
  2. If the lock icon in the lower left-hand corner of the window is locked, click the icon to make changes, and when prompted to authenticate, enter your password.
  3. Select the connection for which you want to configure Google Public DNS. For example:
    • To change the settings for an Ethernet connection, select Built-In Ethernet, and click Advanced.
    • To change the settings for a wireless connection, select Airport, and click Advanced.
  4. Select the DNS tab.
  5. Click + to replace any listed addresses with, or add, the Google IP addresses at the top of the list:
    • For IPv4: 8.8.8.8 and/or 8.8.4.4.
    • For IPv6: 2001:4860:4860::8888 and/or 2001:4860:4860::8844
  6. Click Apply and OK.
  7. Test that your setup is working correctly; see Testing your new settings below.
  8. Repeat the procedure for additional network connections you want to change.

Linux

In most modern Linux distributions, DNS settings are configured through Network Manager.
Example: Changing DNS server settings on Ubuntu
  1. In the System menu, click Preferences, then click Network Connections.
  2. Select the connection for which you want to configure Google Public DNS. For example:
    • To change the settings for an Ethernet connection, select the Wired tab, then select your network interface in the list. It is usually called eth0.
    • To change the settings for a wireless connection, select the Wireless tab, then select the appropriate wireless network.
  3. Click Edit, and in the window that appears, select the IPv4 Settings or IPv6 Settings tab.
  4. If the selected method is Automatic (DHCP), open the dropdown and select Automatic (DHCP) addresses only instead. If the method is set to something else, do not change it.
  5. In the DNS servers field, enter the Google Public DNS IP addresses, separated by a space:
    • For IPv4: 8.8.8.8 and/or 8.8.4.4.
    • For IPv6: 2001:4860:4860::8888 and/or 2001:4860:4860::8844
  6. Click Apply to save the change. If you are prompted for a password or confirmation, type the password or provide confirmation.
  7. Test that your setup is working correctly; see Testing your new settings below.
  8. Repeat the procedure for additional network connections you want to change.
If your distribution doesn't use Network Manager, your DNS settings are specified in /etc/resolv.conf.
Example: Changing DNS server settings on a Debian server
  1. Edit /etc/resolv.conf:
    sudo vi /etc/resolv.conf
  2. If any nameserver lines appear, write down the IP addresses for future reference.
  3. Replace the nameserver lines with, or add, the following lines:
    For IPv4:
    nameserver 8.8.8.8
    nameserver 8.8.4.4
    For IPv6:
    nameserver 2001:4860:4860::8888
    nameserver 2001:4860:4860::8844
  4. Save and exit.
  5. Restart any Internet clients you are using.
  6. Test that your setup is working correctly; see Testing your new settings below.
Additionally, if you are using DHCP client software that overwrites the settings in /etc/resolv.conf, you will need to set up the client accordingly by editing the client's configuration file.
Example: Configuring DHCP client sofware on a Debian server
  1. Back up /etc/resolv.conf:
    sudo cp /etc/resolv.conf /etc/resolv.conf.auto
  2. Edit /etc/dhcp3/dhclient.conf:
    sudo vi /etc/dhcp3/dhclient.conf
  3. If there is a line containing domain-name-servers, write down the IP addresses for future reference.
  4. Replace that line with, or add, the following line:
    For IPv4:
    prepend domain-name-servers 8.8.8.8, 8.8.4.4;
    For IPv6:
    prepend domain-name-servers 2001:4860:4860::8888, 2001:4860:4860::8844;
  5. Save and exit.
  6. Restart any Internet clients you are using.
  7. Test that your setup is working correctly; see Testing your new settings below.

Routers

Every router uses a different user interface for configuring DNS server settings; we provide only a generic procedure below. For more information, please consult your router documentation.
Note: Some ISPs hard-code their DNS servers into the equipment they provide; if you are using such a device, you will not be able to configure it to use Google Public DNS. Instead, you can configure each of the computers connected to the router, as described above.
To change your settings on a router:
  1. In your browser, enter the IP address to access the router's administration console. 
  2. When prompted, enter the password to access network settings.
  3. Find the screen in which DNS server settings are specified. 
  4. If there are IP addresses specified in the fields for the primary and seconday DNS servers, write them down for future reference.
  5. Replace those addresses with the Google IP addresses:
    • For IPv4: 8.8.8.8 and/or 8.8.4.4.
    • For IPv6: 2001:4860:4860::8888 and/or 2001:4860:4860::8844
  6. Save and exit.
  7. Restart your browser.
  8. Test that your setup is working correctly; see Testing your new settings below.

Mobile or other devices

DNS servers are typically specified under advanced wi-fi settings. However, as every mobile device uses a different user interface for configuring DNS server settings, we provide only a generic procedure below. For more information, please consult your mobile provider's documentation.
To change your settings on a mobile device:
  1. Go to the screen in which wi-fi settings are specified.
  2. Find the screen in which DNS server settings are specified.
  3. If there are IP addresses specified in the fields for the primary and seconday DNS servers, write them down for future reference.
  4. Replace those addresses with the Google IP addresses:
    • For IPv4: 8.8.8.8 and/or 8.8.4.4.
    • For IPv6: 2001:4860:4860::8888 and/or 2001:4860:4860::8844
  5. Save and exit.
  6. Test that your setup is working correctly; see Testing your new settings below.

Testing your new settings

To test that the Google DNS resolver is working:
  1. From your browser, type in a hostname (such as http://www.google.com/). If it resolves correctly, bookmark the page, and try accessing the page from the bookmark. If both of these tests work, everything is working correctly. If not, go to step 2.
  2. From your browser, type in a fixed IP address. You can use http://18.62.0.96/ (which points to the website http://www.eecs.mit.edu/) as the URL.* If this works correctly, bookmark the page, and try accessing the page from the bookmark. If these tests work (but step 1 fails), then there is a problem with your DNS configuration; check the steps above to make sure you have configured everything correctly. If these tests do not work, go to step 3.
  3. Roll back the DNS changes you made and run the tests again. If the tests still do not work, then there is a problem with your network settings; contact your ISP or network administrator for assistance.
* Google thanks MIT for granting permission to use this URL for the purposes of testing web connectivity.

Diagnosing resolution problems

If you are encountering problems when resolving particular names, and want to verify whether the problem is with Google Public DNS, please try running the following diagnostic procedures. If you want to report a problem to the Google Public DNS user group, please copy and paste the results of the commands in your email. This information is vital to help us to identify the cause of the problem.

Step 1: Check to see if the authoritative nameservers are correct

If Google Public DNS (or any open resolver) has trouble resolving a site, or returns inconsistent answers, sometimes it is because the authoritative nameservers are having trouble. There are various tools and sites to help you check this.
Some users (and Google Public DNS engineers) have found intoDNS very helpful. For example, if you have trouble visiting www.example.com, visit intodns.comand enter example.com (the domain for www.example.com), or visit http://intodns.com/example.com directly.
Additionally, DNSViz is useful for diagnosing DNSSEC related issues. For example, visit dnsviz.net and enter example.com (the domain for www.example.com), or visit http://dnsviz.net/d/example.com/dnssec/ directly.
If these tools identify a nameserver configuration issue, please contact the owner of the nameserver to fix it.
If none of these tools finds any issue with the nameserver, continue to step 2.

Step 2: Verify that your client can communicate with the Google Public DNS servers

IPv4

Open a command prompt, and run the following command:
On Windows
tracert -d 8.8.8.8
On Mac OS X
/usr/sbin/traceroute -n -w 2 -q 2 -m 30 8.8.8.8
On Linux
sudo traceroute -n -w 2 -q 2 -m 30 8.8.8.8
If the last line of the output does not list 8.8.8.8 as the final hop, or if there are significant timeouts, there may be a network problem preventing you from contacting our servers. Please include the output of the command in any communication with the Google Public DNS team.
If the last line of the output does list 8.8.8.8 as the final hop, continue to step 3.

IPv6

Open a command prompt, and run the following command:
On Windows
tracert -d 2001:4860:4860::8888
On Mac OS X
/usr/sbin/traceroute6 -n -w 2 -q 2 -m 30 2001:4860:4860::8888
On Linux
sudo traceroute -n -w 2 -q 2 -m 30 2001:4860:4860::8888
If the last line of the output does not list 2001:4860:4860::8888 as the final hop, or if there are significant timeouts, there may be a network problem preventing you from contacting our servers. Try configuring Google Public DNS for IPv4 to diagnose whether the problem is due to IPv6 connectivity on your network. If IPv4 works for you, you may want to revert your IPv6 configuration and use Google Public DNS with IPv4 exclusively. Otherwise, please include the output of the command in any communication with the Google Public DNS team.
If the last line of the output does list 2001:4860:4860::8888 as the final hop, continue to step 3.

Step 3: Verify that Google Public DNS can resolve the selected hostname

In the following steps, replace www.example.com. with the name that you had difficulty resolving. (Put a period at the end of the name to avoid problems with domain suffixes and search lists.)

IPv4

At the command prompt, run the following command:
On Windows
nslookup -debug www.example.com. 8.8.8.8
On Mac and Linux
dig @8.8.8.8 www.example.com.
If the output shows an answer section with an A record for the hostname, then Google Public DNS is able to resolve the name. Check your settings to make sure your system is correctly configured to use Google Public DNS. If you are still unable to solve the problem, please include the output of the command in any communication with the Google Public DNS team.
If the output does not show an answer for the hostname, continue to step 4.

IPv6

At the command prompt, run the following command:*
On Windows
nslookup -debug -type=AAAA www.example.com. 2001:4860:4860::8888
On Mac and Linux
dig @2001:4860:4860::8888 www.example.com. AAAA
If the output shows an answer section with an AAAA record for the hostname, then Google Public DNS is able to resolve the name. Check your settings to make sure your system is correctly configured to use Google Public DNS. If you are still unable to solve the problem, please include the output of the command in any communication with the Google Public DNS team.
If the output shows an answer section with an A (IPv4) record for the hostname, then Google Public DNS is able to resolve the name, but the host and/or its nameserver are not configured to return IPv6 results. If you want to verify that you are correctly receiving AAAA records, you can use the hostnameipv6.google.com as a generic test.
If the output for ipv6.google.com, or another host for which you are certain IPv6 records exist, does not show an answer, continue to step 4.
* Note: Google properties will not return AAAA records for all users. Please see the Google over IPv6 page for more information about whether your system qualifies.

Step 4: Verify that Google Public DNS can resolve the selected hostname without performing DNSSEC validation

Google Public DNS performs DNSSEC validation for all DNS queries by default. When a nameserver fails DNSSEC validation, Google Public DNS returns SERVFAIL. To verify whether Google Public DNS can resolve the hostname without performing DNSSEC validation, run the following command:

On Windows

Unfortunately, nslookup does not support DNSSEC and cannot help diagnosis here. Continue to step 5.

On Mac and Linux

IPv4
dig @8.8.8.8 www.example.com. +cd
IPv6
dig @2001:4860:4860::8888 www.example.com. AAAA +cd
If you cannot get a successful result without DNSSEC validation either, continue to step 5.
If you get a successful result, this usually indicates a DNSSEC misconfiguration at the nameserver. Please make sure that you have followed through step 1. If none of the tools finds any issue with the nameserver, continue to step 5.

Step 5: Verify that another open resolver can resolve the selected hostname

At the command prompt, run one of the following commands:
On Windows
nslookup www.example.com. 4.2.2.1
nslookup www.example.com. 4.2.2.2
nslookup www.example.com. 208.67.222.222
nslookup www.example.com. 208.67.220.220
On Mac and Linux
dig www.example.com. @4.2.2.1
dig www.example.com. @4.2.2.2
dig www.example.com. @208.67.222.222
dig www.example.com. @208.67.220.220
(The first two commands test Level 3's DNS servers. The last two commands test OpenDNS's DNS servers.)
If you are unable to get a successful result, this means that there is most likely a problem with the server you are trying to contact. Wait some time and try running the tests again. This may be a temporary problem on the server's side that will likely resolve itself eventually. If it does not, you should contact the owner of the server.
If you are able to get a successful result, there may be a problem with Google Public DNS. Please follow the directions here to report an issue to the Google Public DNS team, and include the output of the commands you ran in the report.

Switching back to your old DNS settings

If you had not previously configured any customized DNS servers, to switch back to your old settings, in the window in which you specified the Google IP addresses, select the option to enable obtaining DNS server addresses automatically, and/or delete the Google IP addresses. This will revert your settings to using your ISP's default servers.
If you need to manually specify any addresses, use the procedures above to specify the old IP addresses.
If necessary, restart your system.
Reference : Google

Wednesday, 22 May 2013

X-box One First Look !!

Microsoft revealed a new Xbox console on Tuesday that not only integrates TV, internet and gaming, but also will measure your heartbeat and recognise your voice.

The company said the Xbox One will revolutionise its users' lifestyles by integrating the cloud, voice control and gesture technology into a simple, intuitive machine.
"It changes everything," Marc Whitten, an Xbox executive, told a packed hall of technology journalists at the company's campus in Redmond, Washington. "This is rocket-science stuff."
At the hour-long event in Richmond, Washington, Microsoft unveiled an ambitious vision for the new Xbox. It remains a games machine at heart, but Microsoft's broader aim was clear: to make the Xbox an all-in-one entertainment solution, funneling live TV, video-on-demand and web chat, and allowing users to swiftly and easily move between all three.
The integration with television goes deep: Microsoft announced a deal with the NFL to integrate coverage of the sport with game-like elements such as a Fantasy Football app, allowing viewers to manage their own fantasy sides while watching the real thing in action.
The announcement that Stephen Spiellberg will be producing a TV series based on the best-selling Halo games, exclusively avalable on Xbox One, indicates Microsoft sees itself as a content maker as well as a platform provider.
Analysts who had wondered whether the company could follow up on the success of its Xbox 360, first unveiled in 2005, said its successor offered a complete entertainment system designed for the family.
"The Xbox One really looks to advance the state of video game technology and entertainment in a way that we haven't seen before," said Brian Blau, a director of Gartner Research.
"The Xbox One is a real advancement, one that will transform the way we experience TV, games, music, movies and more. From what we can see so far Microsoft has met and far exceeded expectations for the Xbox One. This is Microsoft branching out into the living room to reach more of a family audience rather than a core gaming audience."
Fred Huet, a managing partner at Greenwich Consulting, said Microsoft had thrown down the gauntlet to Sony's PlayStation and other rivals. "The Xbox One is set to mark the beginning of a new generation of games, TV and entertainment."
The Xbox One, which will be available from the end of the year, will be powered by 300,000 servers, more than the entire world's computing power in 1999, said Whitten.
An improved, ultra-sensitive Kinect sensor will track wrist and shoulder rotations and be able to read users' heartbeats. Its main camera can record 1080P RGB video at 30 frames per second.
Microsoft executive Yusuf Mehdi wowed the audience by calling out commands and using minimal hand gestures to manipulate content on the Xbox One. He said "a new set of universal gestures to control your TV" would banish the fumbling confusion many feel with existing remotes.TechCruch called it a "massive, massive upgrade" from the original model.

A "snap mode" similar to Microsoft Windows 8 experience allows users to run two activities – such as watching TV and browsing the internet, or using Skype – simultaneously. It offers a second screen.
The Xbox One has 8GB of Ram, along with a Blu-ray drive, 64-bit architecture and a 500GB onboard hard drive. Microsoft also unveiled a new version of its camera-based Kinect system with better motion and voice detection. It showed how users can watch live sports on TV while getting updates on fantasy leagues on a split screen. In an effort to stay ahead of rivals, Microsoft said new content for the popular Call of Duty game can be downloaded on the Xbox One before any other system.
But Microsoft gave little detail on games, apart from glimpses of EA's Fifa and Madden stalwarts, some shiny cars in Forza Motorsport 5 and a confusing glance at Quantum Break, a futuristic action adventure that appears to mix televisual sequences with gameplay.
Microsoft said more games would be shown at next month's E3 video games conference in Los Angeles.
The previous model, the Xbox 360, was launched eight years ago, and has been the leading games console for the past two years.

Tuesday, 16 April 2013

How to download Torrent with IDM ?



Easy Method To Download Torrent File With Idm


How to download torrent files with IDM

What is Zbigz ? Zbigz is a torrent downloading site which helps us to download torrent file fast with our downloader like Idm or any other.For downloading torrent just download torrent file and upload it to Zbigz. It download full torrent file into their server and provide user to download torrent file easy and in fast way.
Now time to make some groove. Download torrent file with idm is very easy and fun way. Below are the steps to download torrent file with Zbigz or you can say with Idm.
Top methods to Download Torrent File with IDM or Zbigz
1.First of all go to a torrent site and choose your torrent file to download & make sure that you have .torrent file which you want to download thrugh IDM.
3. After downloading, Go to www.zbigz.com
Downloading Torrent Files With IDM
4.Make a free account in Zbigz,there us also premium option too
5.After completing signup process, login in your Zbigz account
6.Now upload a torrent file and press “Go” button like below picture
7.Now a popup window will appear with free and premium account
zbigz Torrent files
8.Choose free option and click on free button
9.Now sit back and let the site doing its work
10.It download torrent file with its powerful high speed server
11.After completing the process click on .Zip button which is in blue color
How to easily download torrent files step 5
Torrent Files Downloading Easy Method
Enjoy , Don't forget to share it...!
Regards,
.::Info-Tech::.

Saturday, 30 March 2013

How to Increase Torrent Speed PTCL DSL/EVO/WINGLE

Due to cable cut down in Arabian sea, the internet speed in India, Pakistan,Sri-Lanka, Malaysia, Thailand and Hong Kong,is very low. PTCL has taken a smart step by blocking the torrent's trackers and you are deprived of downloading torrents. Because PTCL do not want to waste its bandwidth on some crazy torrent downloading. But If you want to increase your torrent speed you can do it by downloading any VPN. It will increase your speed very much and you will be saved from waiting, saving you a lot of time.
You can download VPN by clicking here!

Tuesday, 26 March 2013

.::PTCL Introduces Smart TV Jadoo Plus with 125 Channels and Millions of Videos Archive::.

PTCL has introduced a new Smart TV Jadoo Plus box, a variation of its Smart TV service that offers TV streaming over IPTV.

PTCL claims that new Smart TV Jadoo PLUS will provide customers with 125 channels stream (IPTV multicast stream). More over it will offer customers with millions of videos and a huge library of free Movies. It also provides App store facility, through which customers will be able to use internet application like Facebook, twitter etc. on their television sets.

PTCL DSL broadband customers with minimum of 2 Mbps data rate or higher can avail this new Smart TV Jadoo Plus Service.

Charges
Device Price:
•Customer can get the Smart TV Jadoo Plus on monthly instalment of 2 year. The per month instalments is PKR 600/-
•The Smart TV Jadoo Plus device upfront charges (one time) are Rs 10,000.
Monthly Rental:
•for 2 MB DSL Customers: Rs. 600 per month
•for 4 MB DSL Customers: Rs. 500 per month
•for 6 MB DSL Customers: Rs. 400 per month
•for 8 MB DSL Customers: Rs. 300 per month
•for 10 MB DSL Customers: Rs. 200 per month

FAQs:
All the existing and new PTCL customers can avail this facility.

High speed internet access with 2Mbps or higher speed is required to avail the service.

A TV with composite or HDMI input support is required to enjoy the service.

Smart TV Jadoo Plus comes with one time device charges of Rs. 10,000 or a monthly instalment of Rs. 600 for two years.

Monthly charges depend on your DSL speed, rates are mentioned above.

Smart TV Jadoo Plus requires a one-time registration, which is done by the PTCL CPEI visiting your home at the time of installation.

The Smart TV Jadoo Plus supports both composite (1 video + 2 audio) and HDMI inputs.

Customers can shift from Smart TV Jadoo Plus to IPTV or vice versa. The customer
has first to unsubscribe to the existing service and apply for a new one.

Devices come with warranty period of 1 year.


Huawei Ascend W1 - Specifications and Review







Huawei’s introduced its first Windows Phone 8 smartphone the Huawei Ascend W1 at CES this year. We have heard that this phone is going to hit Pakistani stores soon, but we aren’t sure of the price yet.


Design:
To be honest this phone looks a like a member of Lumia family. It has the same block shape and same bright colored body with colors like Cyan and Red. The body material is mostly plastic with a rubbery feel especially the back cover. Above the screen there are ear speaker, Light Sensor, LED Indicator and front facing camera. Below the screen we have got three touch sensitive buttons for back, home and search. The microphone is almost hidden beneath the screen.The Volume rocker is on the left (same color as casing) and the silver coated dedicated two step camera shutter key is located on the right. On the top we have got 3.55 mm headset jack and power/lock key. The Micro-USB slot for charging and data transfer is located on the right bottom side. On the back there is the primary Camera with a nice circle around it, with LED flash light and microphone. On the bottom of the backside there is a loudspeaker. Beneath the removable battery cover we have slots for Mini SIM, micro-SD card and Battery.

Hardware:
The Huawei Ascend W1 is packed with a dual core 1.2 GHz Qualcomm Snapdragon processor, 512MB of RAM and 4GB of internal storage. It has a 4 inch IPS LCD touchscreen with a resolution of 480×800 pixels. The Huawei Ascend W1 offers nothing special as compared to the other Windows Phone 8 devices like Lumia 920 and HTC 8x, but don’t worry it won’t be costly like those devices.


Operating System:
Like I have told you earlier this phone is powered by Windows Phone 8 OS, and yes its purely Windows Phone, unlike other manufacturers like Nokia and HTC – Huawei left the OS untouched, no bloatware no customizations at all. Previously I have used Windows Phone 7 and the new OS looks pretty much same but its faster and some essential features are added like Bluetooth file transfer, Screenshot and SD Card support etc. but sadly no file manager or folder previews. You can now shrink the live tiles to quarter of their original size, which gives you more space on the home screen. Windows Phone 8 also offers improved “Multi-tasking”, long pressing the back key takes you to the recent apps preview where you can quickly resume the application. Though developers have to add this functionality to their applications, otherwise it won’t work. Windows Phone 8 also brings IE 10 that has much better support for HTML5, The browsing experience of this phone is great. The Kids corner is also a useful feature, by using this feature you can safely give your mobile phone to your kids. You have total control over the apps so you can only allow some of them like games and music and block others like Facebook, Email etc. The kids can also customize their screen and tiles. Its like creating a new user in Windows with limited access. If you are switching from Android of iOS you will surely miss the huge apps library. Windows Phone has a very limited number of apps with very limited functionality and most of them are paid ones though you can try them for free.



The Camera:
The phone is equipped with two Cameras, 5 MP primary camera on the back and a VGA camera for video calling on the front. The Camera has a dedicated two Step shutter button and the phone shape also makes it pretty comfortable to take pictures or record video. You can also take photos by touching the screen. The Primary camera result is mediocre, In good lighting conditions images turn out bright and clear but the shutter speed is definitely not the ideal one and you have to be very careful and stay still to take the images otherwise you will end up with a blurry image. It takes a little longer to focus and the LED light is quite irritating to eyes. There is no digital zoom and you only get white balance, ISO, Resolution and scene selection settings. You can record either 720P or VGA videos, like the still photos there is no digital zoom for video recording as well and and you only get white balance and scene selection settings. For low light situations you can turn on the LED light but as I mentioned earlier it is quite irritating to the eyes.



Battery:
The phone is packed with a 1950mAh battery which Huawei claims to offer 470 hours of standby. Huawei says that this life time of a battery is the longest on the market for this type of phone. For an average user the battery lasts for almost 2 days and you can always turn on the “Battery Saver” mode to reduce the battery consumption and extend its life. The LED indicator for battery is located near the front facing camera which turns red when battery is very low and green when it is fully charged.

Final Words:
Though the phone specs aren’t very impressive and the Windows Phone 8 OS doesn’t come with as many apps as Android or iOS, but the phone performance and build quality is great. Due to its small size, block shape and the scratch resistant rubbery plastic shape of the phone fits neatly in the hands. Although no word on the pricing yet but since it’s a mid-range phone and we hope that price will not cross Rs. 20,000 mark as the Nokia Lumia 620 — with nearly same specifications + NFC — is available in the market for almost Rs. 24,500

.::PTCL is Offering 100 Mbps Broadband over FTTH::.

PTCL FTTH Broadband PTCL is Offering 100 Mbps Broadband over FTTH


For long we know that PTCL is offering FTTH over GPON for high speed broadband services, however, it was only recently that above given advertisement was spotted by a WiredPakistan user at Centauros in Islamabad.

The advertisement clearly reveals that PTCL is offering 100 Mbps broadband internet over FTTH. PTCL hasn’t disavowed the advertisement but there is no mention of any such service on company’s official website.

PTCL first hinted the deployment of GPON and high speed broadband back in 2009 and later on we learnt that KHL was deploying the network for the company. Now it is confirmed that services are being offered to high-end corporate clients in Islamabad, Lahore and Karachi.

FTTH and FTTB (Fiber to the home & Fiber to the Building) services from PTCL allows its customers to enjoy a whooping 100 Mbps broadband internet.

PTCL, when inquired about the service and details, said that this super-natural broadband service (by Pakistani standards) is offered to select customers in Lahore, Karachi and Islamabad, while the cost of service varies depending on customers’ needs and situations.

PTCL said that such services are also availed by buildings/communities to offer internet to their inhabitants.

Those who are interested to get 100 Mbps broadband can contact corporate sales channels to know further details on the service.

Tuesday, 19 March 2013

Samsung Galaxy Note 8.0 Specs Revealed


Samsung is at it again as SamMobile posted the rumored specs of the new Samsung Galaxy Note 8.0 GT-N5100. The Note series seems to be doing really because Samsung decided to develop their line of devices further. Since this slate is an 8-incher, we might as well expect this one to go head to head with the iPad Mini if priced competitively.
If you find the 5.5-inch Galaxy Note 2 phablet a bit bigger for a phone, and the Galaxy Note 10.1 too large for a portable tablet, then this Galaxy Note 8.0 might be the one for you. But wait, it’s not yet available nor confirmed by Samsung.

Samsung Galaxy Note 8.0 Specs

  • Android 4.2 Jelly Bean
  • 8-inch 1280×800 TFT Super Clear LCD Display
  • 1.6GHz quad-core Exynos 4412 processor
  • 2GB RAM
  • 16GB and 32GB internal storage
  • microSD support (probably up to 64GB)
  • 5-megapixel main camera
  • 1.3-megapixel front-facing camera
  • Wi-Fi 802.11 a/b/g/n
  • HSPA+21.1Mbps
  • Bluetooth v4.0
  • microUSB v2.0
  • GPS, A-GPS
  • Weight: 330 grams
  • Dimensions: 211.3×136.3×7.95mm
  • 4600 mAh battery
Reports say that this tab will be officially announced on this year’s Mobile World Congress in Barcelona. What do you guys think about the Galaxy Note 8.0? We’re hoping that this tablet will be priced less than the Nexus 10 (Google-Samsung product) just like what ASUS did with the MeMo Pad.
[Source]