How To Use 2 Whatsapp Account In A Single Phone

Here now the biggest question comes in everyone’s mind is that…
  • can we use multiple whatsapp in a mobile??
  • can we use whatsapp dual sim??
  • can we have dual whatsapp account??
  • can we use 2 whatsapp account in single phone??
The more and more questions arises. So here we are having a solution for your question.


” The solution is OG WhatsApp 
dual-multiple-whatsapp-account

Whats is OGWhatsapp??

  • OGWhatsapp is a modded version of Whatsapp messenger for Android devices.
  • It is used to use 2 whatsapp account in one single android device i.e. dual whatsapp account for whatsapp dual sim
  • OG Whatsapp doesn’t require to ROOT your android device. [NO NEED OF ROOT]


Feature of OGWhatsapp:

  • 2 whatsapp account in one device (Android Device)
  • Whatsapp dual sim
  • Facility to backup and restore messages and data
  • Select app icon
  • and many more…

STEPS TO INSTALL OGWHATSAPP IN YOUR ANDROID DEVICES FOR 2 WHATSAPP ACCOUNT:

1. First take the full backup for your messages and data before going through OG Whatsapp:
og-whatsapp
2. Clear whatsApp data:
multiple-2-whatsapp-account


3. Go to /sdcard/WhatsApp folder and rename it to /sdcard/OGWhatsAp:
dual-whatsapp-account-ogwhatsapp
4. Uninstall Official WhatsApp
5. Install OGWhatsApp (Download links are given at bottom)


6. It will ask for your number. Give the old number which you have installed in official Whatsapp earlier.

multiple-whatsapp-dual-sim
7. Click OK
8. Now your OGWhatsApp is ready for old number
9. For second number to use, go to play store and download official WhatsApp application
10. It will ask for your number. Give the new second number.
whatsapp-dual-sim
Thatsheet: Now your mobile having multiple – 2 whatsapp account in single device (Whatsapp Dual Sim)
multiple-whatsapp

–>> DOWNLOAD OGWHATSAPP FOR 2 WHATSAPP ACCOUNT <<–


UPDATED: New Version – (04/09/2014)
- Based on the latest WhatsApp version
- Support ART runtime system (Tested on Android 4.4.2)
- Hide bars when clicking the preview picture
- Option to hide the name & the date when copying more than one message
- Add messages statistics for groups (See below snapshot)
ogwhatsapp

If the above given trick whatsapp account in one device i.e. whatsapp dual sim works for you then do share it with your friends.
If you have any query or facing any problem with given best mobile tricks, comment here.
We will guide you at our best.
 

How to install Windows 7 Using Pendrive (without any software)

featured win7 install   How To Make A USB Installation Disk For Windows 7 Without Extra Software
You’ll need:
  • A working Windows 7 system with a DVD drive and administrator rights.
  • A Windows 7 installation DVD.
  • 4GB USB drive or larger.
This will also work with larger external hard drives instead of a USB thumbdisk, but be aware that all the data on the drive will be formatted and deleted.

Open An Elevated Command Prompt

Click Start -> All Programs -> Accessories and right-click on Command Prompt. Select Run As Administrator. Of course, you need to be able to authenticate as the administrator on the PC you’re using.
run command prompt as administrator   How To Make A USB Installation Disk For Windows 7 Without Extra Software

Partitioning The Disk

Type:
DISKPART
diskpart command prompt   How To Make A USB Installation Disk For Windows 7 Without Extra Software
This will open up the partitioning application. Next, type:
LIST DISK
Figure out which of the drives listed is your USB drive, and note the number. It’s crucial you get this right, or you’re going to end up losing data on other drives.
list disk   How To Make A USB Installation Disk For Windows 7 Without Extra Software
Next, type the following series of commands, but replace the DISK number in the first line with the appropriate number from the above list. Here, my disk is number 1. Don’t confuse this with PARTITION 1. That number should not change, even if your disk is 3.
SELECT DISK 1
CLEAN
CREATE PARTITION PRIMARY
SELECT PARTITION 1
ACTIVE
FORMAT FS=NTFS
ASSIGN
EXIT
diskpart all steps   How To Make A USB Installation Disk For Windows 7 Without Extra Software

Make It Bootable!

The format step may take a little while (it actually took about 30 minutes on my machine). When you’re done, put in your installation DVD if you haven’t already. Note down which drive letter your USB disk and Windows installation DVD are located at.
identify drive letters   How To Make A USB Installation Disk For Windows 7 Without Extra Software
Go back to your command prompt and type – assuming D: is your DVD drive with the install DVD, and U: is your USB drive:
D:/BOOT/BOOTSECT.EXE /NT60 U:
This will basically make your USB drive bootable.
bootsect   How To Make A USB Installation Disk For Windows 7 Without Extra Software

Copy Everything

The final step can be done from My Computer. Just open up the installation DVD, highlight everything, and drag it over to your USB drive.
copy to usb   How To Make A USB Installation Disk For Windows 7 Without Extra Software
This will also take a while.
copy win7 files to usb takes ages   How To Make A USB Installation Disk For Windows 7 Without Extra Software
Now you should be all set – just insert the USB disk into your new PC, and enter the BIOS to adjust the boot order, or choose the option during start up which says Choose Boot Device.


Let’s hear it for computers with no noisy and clunky DVD drives! Death to physical media! Or not – what do you think? Are you ready to go DVD-less?
 

How To Speed Up My Blogger

One of the most important factors to improve the SEO your site is the download speed of your page

Well today we will provide added that code is added within Blog is delaying display images until the text is displayed first, which reduces process requests for the HTTP Requests, which leads to a clear improvement in the speed of your browsing Code.



Steps Add code 

Unlock template ---> Edit html ---> type Ctrl + F ---> Find <head /> 
Then add the code word of the highest <head /> directly


 <script type='text/javascript'>//<![CDATA[(function(a) {    a.fn.lazyload=function(b){var c={threshold: 0,failurelimit:0,event:"scroll",effect:"show",container:window;};if(b) {    a.extend(c,b);}var d=this;if("scroll"==c.event) {    a(c.container).bind("scroll",function(b){var e=0;d.each(function(){if(a.abovethetop(this,c)||a.leftofbegin(this,c)){}else if(!a.belowthefold(this,c)&&!a.rightoffold(this,c)) {    a(this).trigger("appear");}else {    if(e++>c.failurelimit){return false;}}});var f=a.grep(d,function(a) {    return!a.loaded;});d=a(f);})}this.each(function() {var b=this;if(undefined==a(b).attr("original")){a(b).attr("original",a(b).attr("src"));}if("scroll"!=c.event||undefined==a(b).attr("src")||c.placeholder==a(b).attr("src")||a.abovethetop(b,c)||a.leftofbegin(b,c)||a.belowthefold(b,c)||a.rightoffold(b,c)) {if(c.placeholder){a(b).attr("src",c.placeholder);}else {a(b).removeAttr("src");}b.loaded=false;}else {b.loaded=true;}a(b).one("appear",function() {if(!this.loaded){a("<img />").bind("load",function(){a(b).hide().attr("src",a(b).attr("original"))[c.effect](c.effectspeed);b.loaded=true;}).attr("src",a(b).attr("original"));}});if("scroll"!=c.event) {a(b).bind(c.event,function(c){if(!b.loaded){a(b).trigger("appear");}})}});a(c.container).trigger(c.event);return this;};a.belowthefold=function(b,c) {if(c.container===undefined||c.container===window){var d=a(window).height()+a(window).scrollTop();}else {var d=a(c.container).offset().top+a(c.container).height();}return d<=a(b).offset().top-c.threshold;};a.rightoffold=function(b,c) {if(c.container===undefined||c.container===window){var d=a(window).width()+a(window).scrollLeft();}else {var d=a(c.container).offset().left+a(c.container).width();}return d<=a(b).offset().left-c.threshold;};a.abovethetop=function(b,c) {if(c.container===undefined||c.container===window){var d=a(window).scrollTop();}else {var d=a(c.container).offset().top;}return d>=a(b).offset().top+c.threshold+a(b).height();};a.leftofbegin=function(b,c) {if(c.container===undefined||c.container===window){var d=a(window).scrollLeft();}else {var d=a(c.container).offset().left;}return d>=a(b).offset().left+c.threshold+a(b).width();};a.extend(a.expr[":"], {"below-the-fold":"$.belowthefold(a, {threshold : 0, container: window})","above-the-fold": "!$.belowthefold(a, {threshold : 0, container: window})","right-of-fold":"$.rightoffold(a, {threshold : 0, container: window})","left-of-fold":"!$.rightoffold(a, {threshold : 0, container: window})";})})(jQuery);$(function() {$("img").lazyload({placeholder: "http://i22.servimg.com/u/f22/15/42/72/40/grey10.gif",effect:"fadeIn",threshold:"-50";})})//]]></script>

Now save the template and go to check the speed of your blog through this function.