Tuesday, February 17, 2015

Whatsapp Free Calling addon - 4 different methods

New Method


Send your Whatsapp No. at  eranmol@live.in 

to receive an activation call (You will recive a call as soon as invites are renewed)




OLD METHOD
This procedure consists of 4 methods for both root and non-root users.....

to use this feature both the devices have call enabled...

REQUIREMENTS :-

  • A rooted device
  • Latest whatsapp apk from whatsapp.com/android
  • you have to receive a call from someone who has the feature active ( answer the call) before following these steps 
  • Android 5.0.x
Method 1 :-

1. Install the latest apk .
2.Open any root explorer (es file explorer preferred ) and navigate to /data/data/com.whatsapp/shared_prefs/com.whatsapp_preferences.xml
3Add these 2 lines anywhere in the file but within the <map></map> and save
Code:
<boolean name="call" value="true" />

<string name="call_allowed">all</string>
4.Then go to Settings/Apps/Whatsapp and force stop it.
5.Open the app again and you are done.




Method 2 :- ( Require terminal emulator)

1. open terminal emulator in your android phone 
2. type in the following:

HTML Code:
su

am start -n com.whatsapp/com.whatsapp.HomeActivity

3. whatsapp should now open with the calling feature enabled.



Method 3:- (NO ROOT)

Requirements:

Latest Whatsapp apk
ApkTool (HERE)
Basic knowledge of decomipling
Basic knowlegde of editing xml files
notepad++

Steps :

1. Decompile whatsapp
2. open AndroidManifest.xml
3. search for :
Code:

<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>


4. change it to :
Code:

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

5. Then search for this line 
Code:

<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"/>

6. change to :
Code:

<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>

7.Now compile and sign
8.Uninstall the old whatsapp
9.Install the modified one
10.AND YOU CAN HAVE THE FEATURE ENABLED...


Method 4:-
The simplest way download modified app (version 2.11.508 ) - click here
uninstall previous and install the downloaded apk.



free call whatsapp whatsapp calling

 

Copyright © 4AG Development™ is a registered trademark.
Blogger Templates Designed by Templateism. Hosted on Blogger Platform.