Hello all ! well its time to give the try for free calling in whatsapp, even though its not well known to all users but those who are tech mad like me know it.. but its makes wiered when we not get invite for activating call nor even if we get invite we cant get the calling feature here i want to provide the trick in three methods one is official and other two are unofficial both for rooted and non rooted android mobiles

free calls,whatsapp tricks,rooted,non rooted,free,tricks,working,methods,manually,official,invites

Method 1(Official One):

  1. You have to update the app to version xx.xx.561 well you can get the official file from here direct download link
  2. After that find your friends who got calling feature to call you
  3. There you are you got into free calling world (dont worry if you want invite plz contact with your mobile number contact us )

 Method 2 (Rooted Mobiles):

  1. Make sure your mobile rooted and You have installed RootExplorer in your device ( root explorer v3.3 full version download here )
  2. Before starting the trick Force Stop your whatsapp ( Settings > Apps > All > WhatsApp   click on forcestop )
  3. Now open root explorer to data > data > com.whatsapp. > shredpreffrerences > com.whatsapp_preferences.xml open this file in texteditor (long press on the file select open in text editor)
  4. now add below two lines of code at the end of file before </map> tag
    <boolean name="call" value="true"/>
    <string name="call_allowed">all</string>
  5. save file and exit rootexplorer
  6. Now open whatsapp see the magic

Method 3 (Non Rooted Mobiles):


**This method is not like the old ones at all**
**This method makes the calls activity your home of whatsapp forever**
** Educational purpose only **

By editing AndroidManifest.xml of whatsapp

Requirements:

  •     Latest Whatsapp apk 
  •    ApkTool (HERE this is not download link redirect to developer site)
  •     Basic knowledge of decomipling
  •     Basic knowlegde of editing xml files
  •     notepad++

Steps :

  1.     Decompile whatsapp
  2.     open AndroidManifest.xml
    search for :
            <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:hardwareAccelerated="false" android:name="com.whatsapp.Main">
               <intent-filter>
                    <action android:name="android.intent.action.MAIN"/>
                   <category android:name="android.intent.category.LAUNCHER"/>
                    <category android:name="android.intent.category.MULTIWINDOW_LAUNCHER"/>
                </intent-filter>
            </activity>

    change it to :
        <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:hardwareAccelerated="false" android:name="com.whatsapp.Main"/>
   

3. Then search for this line
               <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:label="@string/app_name" android:launchMode="singleTask" android:name="com.whatsapp.HomeActivity" android:theme="@style/Theme.App.Home"/>
    change to :
              <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:label="@string/app_name" android:launchMode="singleTask" android:name="com.whatsapp.HomeActivity" android:theme="@style/Theme.App.Home">
       <intent-filter>
                  <action android:name="android.intent.action.MAIN"/>
                    <category android:name="android.intent.category.LAUNCHER"/>
                    <category android:name="android.intent.category.MULTIWINDOW_LAUNCHER"/>
             </intent-filter>
         </activity>
    4.Now compile and sign
    5.Uninstall the old whatsapp
    6.Install the modified one
    7.Voila ! you are done i know you are all lazy like me so download the modified one

NOTE: method2 and method3 just activate the calling menu .. but calls wont get activated you have to get invite to get calls

IMPORTANT NOTE:
             If you want to deactivate the calls in whats app please backup your chat and remove your account and wait for 1hour after that create account again now call feature will disable in your whatsapp..enjoy
Hope you love my post be in touch with my GUGLY4U world..have a great day
 
Top