Wednesday, 30 September 2015

Boost Page Rank by generating META TAGS

DISPLAY MY BLOG IN SEARCH ENGINE USING META DATA 

Meta tags What it is?

Meta tags, these are the descriptive keywords or list of keywords written in HTML or Xml code and are used for providing the fundamental short information about the structured description of the site-page (in case of a blogger, it is post content).
Such meta tags are generally kept between HEAD section.
The meta tag is represented by the combination of post content, labels (say keywords), title of the post and some portion or say a short theory of the post.
METATAG

Why meta tag?
Considering that of the meta tags which describe the blog content and also every post in short note, any search engine will easily get the actual and accurate information of your site or blog.
Have you noticed that, for example, in Google search engine, when any query (keyword) is given to it, it not only searches that keyword but also the link, title of that page and some description too.
Yes! now you got my point. That is meta tag.

 

+BOOST POINTS
Meta tag also helps the engine to find some part of post, which causes the more traffic to your post directly from any search engine.

How to build the meta tag for bog?
Before go further, one point should be noted that, whenever you go to write the meta tag, make sure that the description should be actual high quality descriptive content, don't make redundant data (repetitive data) to get boosted into search engines. Always try to provide correct information, which accurately describe the particular page about which the meta tag is being build.
 
ADDING AND CREATING META TAG FOR YOUR SITE/BLOG/BLOG-POSTS
1. Go to your template HTML editor.
2. Don’t Check ‘Expand Widgets Templates’.
3. Find
<b:include data='blog' name='all-head-content'/>
If this line not found, find <head> and paste the following genarated meta tag exactly below <head>
4. Consider the following lines:
<b:if cond='data:blog.url == &quot;YOUR-SITE-URL&quot;'>
<TITLE>YOUR-TITLE</TITLE>
<META CONTENT='YOUR-DESCRIPTION' NAME='Description'/>
<META CONTENT='YOUR-STE-OR-POST-KEYWORDS' NAME='Keywords'/>
<META CONTENT='AUTHOR-NAME-OF-SITE-OR-BLOG' NAME='Author'/>
<META CONTENT='YOUR-CONTENT-LANGUAGE' NAME='Language'/>
<META CONTENT='Select All to crawl contents easily' NAME='Robots'/>
</b:if>
5. In above code pattern you have to Just change the colored lines with your data.
Detail explanation with example: (All fields are required for working meta tag) YOUR-SITE-URL (Enter the URL of the blog post with http://)
Example :
<b:if cond='data:blog.url == &quot;http://newolineworld.blogspot.com/&quot;'>
YOUR-TITLE (Maximum 100 Characters)
Example :
<TITLE>newolineworld</TITLE>
YOUR-DESCRIPTION (Maximum 250 Characters)
Example :
<META CONTENT='This blog is for getting the better than best stuff with tested fund for blog beginners and old master as well.This blog contains all new,latest,updated and working blogging, computer,windows,internet tricks.Find your solution by browsing the site.' NAME='Description'/>
YOUR-STE-OR-POST-KEYWORDS (Maximum 15 keywords separated by comma)
Example :
<META CONTENT='BLOG BOOST, COMPUTER BOOST, INTERNET BOOST, MY STUFF' NAME='Keywords'/>
AUTHOR-NAME-OF-SITE-OR-BLOG (Author of the post)
Example :
<META CONTENT='Vinayak' NAME='Author'/>
YOUR-CONTENT-LANGUAGE (Language of the post description)
Example :
<META CONTENT='English' NAME='Language'/>
Robots (Select All to crawl contents easily) Example :
<META CONTENT='All' NAME='Robots'/>
At the end, add </b:if> (Must)
Finally, the meta tags look like as shown below :
<b:if cond='data:blog.url == &quot;http://newolineworld.blogspot.com/&quot;'>
<TITLE>ProBlogBooster</TITLE>
<META CONTENT='This blog is for getting the better than best stuff with tested funda for blog beginners and old master as well.This blog contains all new,latest,updated and working blogging, computer,windows,internet tricks.Find your solution by browsing the site.' NAME='Description'/>
<META CONTENT='BLOG BOOST, COMPUTER BOOST, INTERNET BOOST, MY STUFF' NAME='Keywords'/>
<META CONTENT='Vinayak' NAME='Author'/>
<META CONTENT='English' NAME='Language'/>
<META CONTENT='All' NAME='Robots'/>
</b:if>
Building the meta tag for the particular post or site is very easy part, but in case the blog or site contains so much of posts or pages then it will becomes more lengthy work to do.
So I have made

Meta Tag Generator

to build a perfect meta tag for your blog or site.
NOTE: Once you add this meta tag to your pages, it may take some time for changes to appear in the index and for crawling entire website.
FINAL WORDS:
The meta tags are really helpful to bring more traffic to your site within a shorter period of time & gets much improved Page Rank.
 

Compose Direct Mail from Address Bar


How to Compose Direct Mail from Address Bar

Whenever you decide to mail someone you need 3 steps; first Open mailing site then wait to load your inbox and click on compose button. But there is much better way which skip these steps and directly go to composing step,




How to Compose Direct Mail from Address Bar

  1. Go to address bar in your browser
  2. Type "mailto:"
  3. Hit enter
Or drag this button    Direct Mail    to your bookmark bar, hit it whenever you need to compose a massage to send.

Troubleshoot

By default this trick opens your default mail sending program. So you need to set your default mail sending program to Gmail; How to?

  1. Go to: start >> All programs >> Default Programs >>
  2. Set program access and computer defaults >>
  3. Choose Custom & then set it as per your requirement.

If there is no option for Chrome, then How to?
  1. Download Gmail Notifier >> Right click on its icon in system tray >> Option >>
  2. Choose Use Gmail for Internet mailto: links >> Hit OK.

Allow site handler request to open mailto: links directly into your mail, How to?
  1. Chrome setting >> Show advanced setting >> Privacy >> Content Setting >>
  2. Handlers >> Manage Handlers >> Remove mailto if its not working for chrome.

Now set handler for chrome; How to?
  1. In chrome when you go to Gmail, a protocol handler icon Protocol Handler ProBlogBooster appeared in the address bar.
  2. It only appeared only if you removed related handlers from Chrome.
  3. Click on it >> Choose Use Gmail.

And then onwards your all Internet mailto: links will open in Gmail program by default.

Show Star Rating Review In Google Search Results


Rating Review In Google Search Results

Learn how to show star rating reviews for each link in Google search results page for better SEO. Lots of blogger are eager to know about this blogging tip. These star rating reviews are also a part of best search output used by Google wanting to show rich results for its every user.  

Rich Snippet

The user's decision of clicking the link observed in search page is mostly depends on these star ratings. Everybody want best content when they are on something to search. So how we suggest them that we have best content for them? Its simple; follow this post and you are on boost.

Show Star Rating Review In Google Search Results

  1. Search for the code:
    <div class='post-footer'>
  2. You will find it twice in your HTML, go for second code.
  3. Paste the following code below it;
    <!-- Review Star Rating In Google Search Results -->
    <b:if cond='data:blog.pageType == &quot;item&quot;'>
    <div><div itemscope='' itemtype='http://data-vocabulary.org/Review'>
    <div style='display:none;'>
    Item Reviewed: <span itemprop='itemreviewed'><data:post.title/></span>
    Description: <span itemprop='description'><data:blog.metaDescription/></span>
    Rating: <span itemprop='rating'>5</span>
    Reviewed By: <span itemprop='reviewer'><data:post.author/></span>
     </div></div></div>
    </b:if>
    <!-- Review Star Rating In Google Search Results -->
  4. Save template.
  5. Test results on rich snippet tool.

Create Free Email Account With Your Own Domain Name By The Best Email Host


CREATE CUSTOM EMAIL ACCOUNT IN OWN DOMAIN

Give your email address a pro and personal touch with your own custom domain name. Add your personal website or blog and your online identity is published. It's really easy to set up your professional email ID by your own name with custom domain email host for FREE. 

There are lots of small businesses willing to have own email address with their own custom domain name. Along with Google App; Microsoft also has stopped their services and sign-ups for FREE email hosting. Google buried Google Apps free edition back in December 2012. They are now charging pretty high for any type of organizations. We are here not for talking about their comparisons but to know How to get FREE CUSTOM DOMAIN EMAIL HOST. An email address on your own domain is a permanent address that is independent of your Internet service provider [like GoDaddy] and completely free of advertisements. And in case of need of recognition, free email domain registration is must.

Luckily, there is alternative still, which is stable and also completely FREE for those who want to track email for their custom domain through somewhat other than awful POP or IMAP email through their webhost named as ZOHO.

Best FREE Custom Domain Email Host 

Zoho.com is the best choice now for FREE and ADS FREE CUSTOM DOMAIN EMAIL HOST. It offers 10 free email accounts. Zoho Mail is part of a complete online office suite with hosted email for mail addresses under your business name. Their document management features allow real-time online editing and versioning for text documents, spreadsheets and presentations. An integrated calendar solution completes the offering and helps you to organise meetings and schedule events for yourself and your team.

Before start to setup, you need to know some basic things.

  • You should have YOUR OWN DOMAIN.
  • Basic knowledge about how to change MX records.

STEPS TO CREATE AND BUILD EMAIL SETUP

  1. Go to: https://www.zoho.com/mail/
    [You need to first create your email address @zoho.com]

  2. Signup and create your email account.
    [Your email ID will now be used as admin]

  3. Go to domain setup: https://mail.zoho.com/cpanel/verify.do.
    [This link itself tell you how to configure your domain as per currently updated settings and trends]

  4. Add your domain and verify your ownership.
    [As admin you need to prove that you are owner of your domain]

  5. Add users like; admin@yourdomain.com or support@yourdomain.com
    [These are the user's email IDs created on your domain.]

  6. Now you need to change MX records as per your DNS [domain name providers].
    [Now you need to setup email settings for incoming and outgoing messages]

  7. Now your mail gets migrated.
    [Now check all that your email is working]

Why Zoho Mail ?

Zoho mail is really easy to configure, quick setup and strong customer service support.

  • Get Up To 25 Free Mailboxes, Minus Ads

Because running a business on a modest budget, does not mean you have to compromise on quality and privacy by accepting ads.

  • Secure & Reliable

Being a provider of more than 25+ apps that go beyond email, Zoho data-centers are protected with multiple layers of secure infrastructure with 99.9% up-time guarantee.

  • Email Plus Online Office

Experience the charm of online office with Zoho Docs. Store & manage your documents, spreadsheets and presentations online, anytime, anywhere.

  • Seamless Access On-the-go

Stay connected while on the go from anywhere with push mail, 2-way sync and mobile sites optimized for phones & tablets.

NOTE: If you are now able to receive emails to your newly set up email accounts then make sure that there is no other MX records pointing to @ or the naked domain.
 

Root any Android Phone Without a Computer


Fastest Method to Root any Android Phone Without a Computer

Rooting an android phone can be a time taking process . Today we are going to show you the Fastest way to Root almost any android phone without a computer 

Framaroot is a one click application that roots almost any android phone or device without the need of a Computer . Framaroot was developed by alephzain from The XDA forums . With one click this app can install the Superuser and Su binary on your phone . Framaroot currently supports phones with Android versions from 2.0 to 4.2 . This is one of the easiest and fastest rooting methods


Framaroot user six major and safe exploits to root your android phone . which are Gandalf , Boromir ,Sam, , Frodo , Aragorn and Gimli . I know you must be thinking from where did these characters from The Lord of the rings came into the world of Android .  these exploits must have been discovered by A LOTR  fan .
Everybody with an Android phone has got into a dilemma of whether to root their phone or not to . While The advantages of rooting are many but a single mistake can make your device an instant paperweight . Rooting an Android phone helps unlocks the many restrictions and unleash the full performance of a phone . After all you’ve paid with your hard earned money and you need to experience the best out of your Android device . Since most manufacturers take a lot of time to release firmware updates on their android devices . You can use your rooted phone to enjoy custom roms with the latest version of android and many exciting features much before its is officially available on your phone .You can install the app in your android device and check out if it works  , The app wont brick your phone as it does not touch your kernel , nor flash anything .

 

Check the complete lists of phones supporting the Framaroot app in the end of the post and do check out the Advantages and Disadvantages of rooting an android device and the basic rooting terminology  before you proceed further .
IMPORTANT!  : Rooting your device will VOID your Android phone’s WARRANTY ! . I will not be responsible in any way .

Steps to root you android phone without a computer .

  • Step 1: Download the Framaroot app to your phone or computer.
Framaroot-1.9.3.apk –  (1.25 MB)
Framaroot-1.9.2.apk –  (1.23 MB)
Framaroot-1.9.1.apk –  (1.03 MB)
Framaroot-1.9.0.apk –  (1.03 MB)
Framaroot-1.8.1.apk –  (1.03 MB)
Framaroot-1.8.0.apk –  (1.03 MB)
Framaroot-1.7.0.apk –  (1.03 MB)
Framaroot-1.6.1.apk –  (908.2 KB)
Framaroot-1.6.0.apk –  (2.03 MB)
Framaroot-1.5.3.apk –  (2.03 MB)
Framaroot-1.5.2.apk –  (2.03 MB)
Framaroot-1.5.1.apk – (2.02 MB)
  • Step 2: Copy Framaroot from your computer to your phone memory.
  • Step 3: Install Framaroot from the apk file.
  • Step 4: Choose “install Superuser”  option inside Framaraoot.
  • Step 5: Select any of the exploits that appears in the app and wait for some time.
  • Step 6: If you see a “Success  … Superuser and su binary installed. You have to reboot your device” message then you have successfully rooted your phone .
  • Step 7: If you see “Failed … Try another exploit if available”  message then try selecting another exploit .
Note: On My Galaxy S3 i had selected the third exploit in Framaroot, which is Aragorn exploit and it worked successfully. Framaroot also has an Unroot option if you want to unroot your device later.




Rooting an android phone can be a time taking process . Today we are going to show you the Fastest way to Root almost any android phone without a computer .
Advertisements
Framaroot is a one click application that roots almost any android phone or device without the need of a Computer . Framaroot was developed by alephzain from The XDA forums . With one click this app can install the Superuser and Su binary on your phone . Framaroot currently supports phones with Android versions from 2.0 to 4.2 . This is one of the easiest and fastest rooting methods .
Root any android phone without computer
Framaroot user six major and safe exploits to root your android phone . which are Gandalf , Boromir ,Sam, , Frodo , Aragorn and Gimli . I know you must be thinking from where did these characters from The Lord of the rings came into the world of Android .  these exploits must have been discovered by A LOTR  fan .
Everybody with an Android phone has got into a dilemma of whether to root their phone or not to . While The advantages of rooting are many but a single mistake can make your device an instant paperweight . Rooting an Android phone helps unlocks the many restrictions and unleash the full performance of a phone . After all you’ve paid with your hard earned money and you need to experience the best out of your Android device . Since most manufacturers take a lot of time to release firmware updates on their android devices . You can use your rooted phone to enjoy custom roms with the latest version of android and many exciting features much before its is officially available on your phone .You can install the app in your android device and check out if it works  , The app wont brick your phone as it does not touch your kernel , nor flash anything .

Check the complete lists of phones supporting the Framaroot app in the end of the post and do check out the Advantages and Disadvantages of rooting an android device and the basic rooting terminology  before you proceed further .
IMPORTANT!  : Rooting your device will VOID your Android phone’s WARRANTY ! . I will not be responsible in any way .

Steps to root you android phone without a computer .

  • Step 1: Download the Framaroot app to your phone or computer.
Framaroot-1.9.3.apk –  (1.25 MB)
Framaroot-1.9.2.apk –  (1.23 MB)
Framaroot-1.9.1.apk –  (1.03 MB)
Framaroot-1.9.0.apk –  (1.03 MB)
Framaroot-1.8.1.apk –  (1.03 MB)
Framaroot-1.8.0.apk –  (1.03 MB)
Framaroot-1.7.0.apk –  (1.03 MB)
Framaroot-1.6.1.apk –  (908.2 KB)
Framaroot-1.6.0.apk –  (2.03 MB)
Framaroot-1.5.3.apk –  (2.03 MB)
Framaroot-1.5.2.apk –  (2.03 MB)
Framaroot-1.5.1.apk – (2.02 MB)
  • Step 2: Copy Framaroot from your computer to your phone memory.
  • Step 3: Install Framaroot from the apk file.
  • Step 4: Choose “install Superuser”  option inside Framaraoot.
  • Step 5: Select any of the exploits that appears in the app and wait for some time.
  • Step 6: If you see a “Success  … Superuser and su binary installed. You have to reboot your device” message then you have successfully rooted your phone .
  • Step 7: If you see “Failed … Try another exploit if available”  message then try selecting another exploit .
Note: On My Galaxy S3 i had selected the third exploit in Framaroot, which is Aragorn exploit and it worked successfully. Framaroot also has an Unroot option if you want to unroot your device later.
root android phone without computer    Framaroot rooted galaxy s3
Download Root checker to verify if your phone is rooted or not .


I have tried this app on my Samsung galaxy S3 running Android 4.1.2 . The app successfully rooted my phone using the third exploit provided in the app . which was the “Aragorn” exploit . Try the app on your android phone and do tell us if it works on your phone .

List of phones successfully rooted by our viewers :

  • Alcatel one touch fierce
  • Alcatel 992D
  • LENOVO A706_ROW
  • Samsung galaxy S3
  • Samsung Galaxy Note 2 GT-N7102
  • Walton Primo
  • Lava iris 454
  • Droid X
  • Samsung Galaxy note 2
  • Canvas HD
  • Samsung Infuse 4g
  • micromax a89
  • CHERRY MOBILE TITAN TV S360 ANDROID 4.1
  • karbonn a4+
  • spice coolpad
  • Rooted Lava Iris 402
  • Alcatel OT 4030D
  • Acer Liquid Z3
  • Alcatel OT-4033D (POP C3)
  • Alcatel MPop
  • A919duo myphone
  • Samsung galaxy proclaim
  • celkon signature a107
  • celkon signature a118
  • Celkon a119 HD
  • galaxy duos s7572

 List of Confirmed Android phones which can be rooted with this method

Compatibility for Qualcomm devices (Gandalf exploit only) :
  • Asus Padfone 1/2
  • Asus Padfone Infinity
  • Asus Transformer Pad Infinity TF700KL
  • BW T18+ (Fortis Evo)
  • Cloudfone Thrill 430x
  • Disgo 8400g
  • DNS S4504/S4503/S4502
  • FAEA F1
  • Gigabyte GSmart G1315 Skate
  • Gigabyte GSmart Rio R1
  • Google Nexus 4
  • Highscreen Spark/OMEGA Q/Blast/Strike/Boost
  • HTC One S
  • Huawei Honor Pro (U8950-1)
  • Huawei U8815/U8816 Ascend G300/G301
  • Huawei U8825D Ascend G330D
  • Karbonn Titanium S5
  • Kyocera Torque
  • Lenovo S870E
  • LG Nitro HD
  • LG L7 II P710/P714/P715
  • LG Optimus F5 (P875)
  • LG Optimus G E970/E975
  • LG Optimus L3 II E425
  • LG Optimus L5 E610/612/615
  • LG Optimus L7 II P710/P713/ P714/P715
  • LG Optimus L7 P700/Р705
  • LG Optimus LTE 2
  • MEDION LIFE P4013
  • Micromax A111 Canvas Doodle
  • Oppo Find 5
  • Orange Nivo
  • Pantech Discover
  • Pantech IM-A840S Vega S5
  • Samsung Galaxy Win I8552
  • Sharp Aquos Phone SH930W
  • Sony Xperia E C1505/Dual C1605
  • Sony Xperia L C210X
  • teXet TM-3204R
  • teXet TM-4677
  • Xiaomi Mi-2S
  • ZTE V880G/ZTE V955
  • Waiting feedbacks …
Compatibility for MTK devices (Boromir exploit only) :
  • Alcatel OT 4030D S’POP
  • Alcatel OT 8008D Scribe HD
  • Alcatel OT 997D
  • Alcatel OT Idol 6030X/6030D/6030H
  • Amoi N828
  • ASUS Memo Pad HD 7
  • Chinese Star S7589
  • DAXIAN XY100S
  • Explay HD Quad
  • Explay infinity II
  • Explay Polo
  • Explay Surfer 7.32 3G
  • Explay Surfer 8.31 3G
  • Fly IQ440 Energie
  • Fly IQ441 Radiance
  • Fly IQ442 Miracle
  • Fly IQ443 Trend
  • Fly IQ446 Magic
  • Fly IQ450 Quattro Horizon 2
  • Fly IQ451
  • GoClever Fone 570Q
  • Haipai I9389
  • Highscreen Alpha GTX
  • HKC Q79 3G
  • Huawei U8836D G500 Pro
  • IconBIT NetTAB Space 3G Duo
  • iOcean X7
  • Jiayu G2
  • Jiayu G3S
  • Jiayu G4
  • KENEKSI Beta
  • Lava iris 405
  • Lenovo IdeaPhone P700i
  • Lenovo IdeaPhone S720
  • Lenovo IdeaTab A3000-H
  • Lenovo IdeaTab S6000-H
  • Lenovo P770
  • Lenovo S820, S920, A390
  • Micromax Canvas HD
  • Motorola RAZR D3
  • Newman N1
  • Oppo findway U7015
  • OUMEI X5
  • Philips W536
  • Philips W736
  • Prestigio MultiPhone 4055
  • Prestigio MultiPhone PAP 4505DUO
  • Sharp AQUOS SH837W
  • Star S5 Butterfly
  • TeXet NaviPad TM-7055HD
  • Texet TM-5277
  • THL V12
  • THL W100 (130711)
  • THL W200
  • ZOPO C2 Platinum
  • ZOPO ZP 910
  • ZOPO ZP300+
  • ZOPO ZP900 Leader
  • ZTE V880G/H
  • ZTE V987 Grand X Quad
  • Waiting feedbacks …
Compatibility for Huawei K3V2 devices (Pippin exploit only) :
  • Waiting feedbacks …
Compatibility for Samsung devices (Legolas and Aragorn exploits only) :
  • Samsung Galaxy Core GT-I8262
  • Samsung Galaxy Proclaim S720C
  • Samsung Galaxy Young GT-S6312/GT-S6310
  • Samsung Lightray SCH-R940
  • Waiting feedbacks …
Compatibility for Exynos devices (Sam, Frodo, Legolas and Aragorn exploits only) :
  • Galaxy Note 2 SGH-I317
  • Highscreen Explosion
  • Hyundai T7s
  • Impression 9702 (Exynos 4412)
  • Lenovo K860/К860i
  • Newman N2
  • Meizu MX2
  • Samsung Galaxy Camera EK-GC100
  • Samsung Galaxy Note 10.1 GT-N8000, GT-N8010, GT-N8013, GT-N8020
  • Samsung Galaxy Note 2 GT-N7100
  • Samsung Galaxy Note 2 LTE GT-N7105
  • Samsung Galaxy Note 8.0
  • Samsung Galaxy Note GT-N7000
  • Samsung Galaxy S GT-i9000
  • Samsung Galaxy S2 SGH-I777
  • Samsung Galaxy S2 Epic 4G Touch – SPH-D710
  • Samsung Galaxy S2 GT-I9100
  • Samsung Galaxy S3 GT-I9300
  • Samsung Galaxy S3 LTE GT-I9305
  • Samsung Galaxy Tab Plus GT-P6200/GT-P6210
  • Samsung Galaxy Tab 7.7 GT-P6800/GT-P6810
  • Samsung SGH-i997 Infuse 4G
  • Galaxy Note 2 T-889
  • Galaxy Note 2 SCH-I605
  • iBerry Auxus CoreX2 3G and CoreX4 3G
Compatibility for Omap36XX devices (Gimli exploit only) :
  • Archos Gen8
  • Cliq 2 MB611
  • Coolpad Quattro 4G
  • Droid 2 (a955)
  • Droid 2 Global (a956)
  • Droid X (MB810)
  • LG Marquee LS855
  • LG P970 Optimus Black
  • Motorola DEFY+ (MB525 / MB526)
  • Motorola Droid PRO
  • Motorola Droid X
  • Motorola XPRT
  • Parrot ASTEROID Smart
  • R2D2 (a957)
Source: XDA

Why Root your Android Phone or Tablet


How to Root your Android Phone or Tablet and Why you Should


How to root any Android phone or tablet  : If you have a bought a new android phone and did somewhat research about new apps and games , You might have come across the ” Root ” word many times . Lets check out what does root mean and how to root your Android phone 

.

What is Rooting ?

Rooting is a term for getting users root access ( Privileged control ) into your Android phone’s operating system . Rooting your device allows you to gain total control over your android phone and removes all the restrictions imposed by the phone’s manufacturer or carriers .

Why should you root Android phone ?

Most Android phone manufacturers limit the users access to the android operating system and install a lot of bloatware in your android phone before selling it to you . These bloatware might not cause any problems in the beginning but after a few months of use you can see a noticeable lag on your android phone .  Rooting your android phone allows you to remove these restrictions and explore your phone’s full potential . Here are some of the benefits to root your android phone .
  1. Rooting your android phone give you full control of your phone .
  2. Install amazing apps : The Google app store bans any app that requires root access in your phone , So basically you are missing a lot of awesome apps that are not available on the Google play store.
  3. Get Android updates earlier : Most manufacturers and carriers delay in releasing the latest android updates to their phones . If you root your phone you can install custom ROM.s which will allow you to install latest android versions much before your phone’s manufacturer releases them officially .
  4. Install Custom ROM’s : If you root your phone you can install ROM’s , which are basically heavily modified version of Android OS and include plenty of awesome and cool features .
  5. Customize your phone : A phone with root access will let You install custom launchers which will allow you to personalize your phone to a greater extent .
  6. Extend battery life : If you root Android phone you can install custom kernels that will enable low power consumption on your android phone and help extend your phone’s battery life .
  7. Increase phone performance : If you like overclocking , Root will allow you to increase or decrease your phone’s processor speed and improve performance .
  8. Backup your apps : By default Android does not allow you to backup your apps if you want to reset your phone . By rooting your android phone you can use software’s like Titanium backup to backup your apps and restore them after a reset.
  9. Install apps on SD card : Most Android phone have a limited amount of internal storage . If you root your android phone , then you can use your microSD card to install apps rather than the default phone memory .
  10. There are infinite possibilities after you root Android phone .  you name it and there will be an app that can do it .

Why you should not root your android phone ?

But as there is no such thing as a free lunch , there is one major disadvantage. There are the major disadvantages of rooting your android phone .
  1. Voids warranty : Rooting your android phone will void its warranty . Well don’t be worried there is an easy solution to that . You can always download the official ROM of your phone and flash it to completely restore your rooted Android phone to its original state .
  2. Changes of Bricking : Not following the instructions to root your android phone may brick your android phone and make it an instant paperweight.
  3. Security risks : Rooting not only provides you complete access to your phone , Installing untrusted apps may lead to security risks on your android phone . it is always advised to install a proper antivirus to combat any threats .

What do you need to root Android phone ?

Before we start with the process of rooting your Android phone , lets make a list of files we require to root your phone .
  • A Custom Recovery tool
  • Odin
  • Root Checker to confirm if your phone has been rooted or not .

Preparation before rooting your android phone

  • Fully charge your android phone
  • Enable USB debugging on your android phone ,On the Galaxy S3 its located in the Menu > Settings > Developer options and check the box next to USB debugging. It will change across different android phones .
  • Make sure you have installed the latest drivers for your phone .
Since all the Android phones are not similar , there are various methods to root different android phones . XDA Developer Forums is an community where you can find a lot of discussions related to latest android root methods , guides and Lots of Amazing Custom ROM’s and apps . If you have any kind of doubt regarding modifying your android phone do visit XDA forums . It is definitely the one stop for your every android questions and needs .
These process of rooting requires a little patience , You can try a more faster and easier method to Root Android phone without any computer .
Check the below links for instructions to root your android phone .

How to root your Motorola phone

How to root your HTC phone

How to root your Samsung phone

How to root your LG phone

How to root your Sony phone

How to root other Android devices

Tuesday, 29 September 2015

Check Laptop Battery Health in Windows


Generate Battery Health Report with Power Efficiency Diagnostic Report Tool in Windows

Windows includes a powerful command-line tool called PowerCFG that is very useful in troubleshooting Power Plans. Moreover this tool, Power Efficiency Diagnostic Report Tool, will also allow you to enable and disable devices. In this article, we will learn how to use PowerCGF to find out the health of your laptop battery. Starting with Windows 7, the OS includes a “hidden” tool that examines your laptop’s power usage and gives you a report and suggestions on how you can improve the battery efficiency. In this post we will see how you can generate a Battery Health Report with Power Efficiency Diagnostic Report Tool in Windows 10 / 8 / 7/xp/vista.

Power Efficiency Diagnostic Report Tool


  1. Click Start button and type cmd in Search programs and files box
  2. Right click on cmd.exe listed at the top of the Start menu and click Run as administrator
  3. In the command prompt type cd %userprofile%/Desktop and press Enter
  4. Next type powercfg -energy in the command prompt and press Enter

    powercfg will enable a trace for 60 seconds. If you want to use it for more information than just the battery details, make sure no other processes are running during that time
 
 When finished, powercfg will generate a report (in html format) which shows errors, warnings etc. Since we directed the command prompt to your desktop, the report will be placed on your desktop as energy-report.html. Just open the report in your web browser & scroll down to the Battery Information section. 
 
 
Above are two samples. On the left is a relatively new battery (a few months old). As you can see, the last full charge is only some 5.5% below the design capacity.
On the right is an old battery (around 4 years old) which shows that the last full charge was nearly 40% below the design capacity. From experience I know that this battery will only last a few months more. I've had a battery fail a few months after it tested 45% below its design capacity. I recently did a 'stress test' on this battery (which will show you the minimum time you can expect while running the laptop at 'full power'), and it only managed 36 minutes. Compare that with 125 minutes for the new battery.

 

 

 

Saturday, 26 September 2015

Adding background images to windows drives



SET BACKGROUND IMAGES TO WINDOWS DRIVE


Isn't it cool to have great wallpaper for your desktop but it might be more fun to have amazing background images for your drives. Drives Background Image is a Windows freeware application that allows you to set a wallpaper for each disk drive on your computer. This program is very easy to use you only need to select wallpaper for your background, it also provide option to change icons of your drives, changing text color and it provide instant preview of your selected settings. But  keep in mind that Windows 7 users need administrator privileges while running this program, as the application attempts to modify the configuration of the local hard drives. Its pretty nice program for window customization and every one  should try this tool. Follow below steps to download and learn to use this program


Features of the program:


  • Autodetect Available Drives
  • Set Background To Multiple Drives
  • Remove Background From Multiple Drives
  • Set Icons To Multiple Drives
  • Remove Icon From Multiple Drives
  • Auto Recover Default Icons
  •  Events Log
  • Drive Preview
  • Icon Preview
  • Easy Clean GUI

Monday, 21 September 2015

Convert any Video to ASCII


Convert any Video to ASCII using VLC Media Player

 VLC is a video player with a lot of tricks. While you definitely would be aware about converting videos with it, the feature of converting any video to ASCII is one that is slightly less known. As ASCII version of movies like Star wars are very popular online, I think this feature of this amazing media player can be used to have lots of fun.

         Example of a video in ASCII form:

 

 All you need to do is open any video and VLC will automatically display its converted form. To convert any video in ASCII, just follow the steps given below:-

1) Open VLC Media Player.
2) Click on the Tools menu and in the drop down list, click on Preferences at the bottom of the list.
3) Click on Video icon in the left sidebar.
4) Click on the drop down box next to Output.
5) Select "Color ASCII art video output" from the drop down list.
6) Click Save and restart VLC.


Older versions of VLC might require you to modify these settings under the Advance tab or All Settings tab. As VLC runs on a variety of OSs, this trick will work on any PC capable of running this media player. However, it is interesting to point out that older PCs having poor hardware will slow down and give a stuttered output.

New ATM Card Request Letter Format For Indian Overseas Bank

New ATM Card Request Letter Format For Indian Overseas Bank Date :   From, Your name Your address To, Branch Manager Name of the...