How to Enable /Get Whatsapp Voice Calls Feature on Android SmartPhone [Without Root] :


Requirements :

Whatsapp latest version (version 2.11.508)
ApkTool
Notepad++

Procedure :

1. Decompile Whatsapp
2. Open Androidmanifest.xml
3. Search for the following code:
1234567
<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>
view rawgistfile1.xml hosted with ❤ by GitHub

4. Replace it with this



1
<activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:hardwareAccelerated="false" android:name="com.whatsapp.Main"/>
view rawgistfile1.xml hosted with ❤ by GitHub

5. Search for this line


1
<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"/>
view rawgistfile1.xml hosted with ❤ by GitHub

6. Replace it with this

1234567
<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>
view rawgistfile1.xml hosted with ❤ by GitHub
7. Compile it and sign it.
8. Uninstall the old WhatsApp app.
9. Install this new modded WhatsApp app.
And it’s done! Voila! You’ve got WhatsApp voice calling feature in your android smartphone without the need of root permissions or previleges.
If you think all this is too boring and you want the modified apk? Download it here


Download Apk
How to Enable /Get Whatsapp Voice Calls Feature on Android SmartPhone [Without Root] : How to Enable /Get Whatsapp Voice Calls Feature on Android SmartPhone [Without Root] : Reviewed by TechBlogger on 04:57 Rating: 5
Powered by Blogger.