Skip to main content

How to Enable Whatsapp calls activity [NO Root Required - Guide] | APK Download Updated

Few days back we have found a few lucky Whatsapp users with a new feature which was hidden inside the whatsapp update. So even if you are not that lucky enough to get an invitation for the new feature but you still can get this hidden activity and amaze your friends or you might be the lucky Android 5.0 Lollipop user that gets an invitation.



Whats new ?

This can make the calls activity your home of whatsapp forever..!

So what you need to do..?

By just editing AndroidManifest.xml of whatsapp

Requirements


  1. Latest Whatsapp apk
  2. ApkTool (HERE)
  3. Basic knowledge of decomipling
  4. Basic knowlegde of editing xml files
  5. notepad++
So these are the 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

You are Done..!



Still Lazy .. ?



If you liked our post then please use the social bar to spread to your friends, let them know once you are ;)

Comments

Popular posts from this blog

How to Root Motorola Moto E

If you are one among those who want their phone to improve. Here the way how you can improve your phone in order to  gain admin rights through rooting. You can increase your battery life, flashing customs ROMs like CyanogenMod which provide a whole different look and feel, rooting moto E makes the device even more better. So here's how to root the Moto E. (Windows PC required) * go to the Android SDK site if you don't have the Android SDK with the Latest Updates. * Click on Get the SDK for an Existing IDE > Download the Stand Alone SDK for Windows. * Check that you agree to the terms and click Download the Stand Alone SDK for Windows. * Then Save the SDK to your Desktop. * Double click the exe file and follow the prompts. * Make sure it is c:\android-sdk\ in the text field when prompted before hitting Next. * Continue until it installs and then check the box that says Start SDK Manager and hit Finish. * Check off T...

Nexus 5 Debate Over Ubuntu Vs Android

Its really been a busy schedule in the mobile industry with launch of several new phones in the market aiming the festive season ahead. And one of the most awaited devices is the Google Nexus 5 smartphone and now there is a Nexus 5 debate over Ubuntu vs Android. Already there were several leaks and rumors about the upcoming Google Nexus 5. And one of the most interesting factor for owning an Nexus device is that the pure Google Android experience. Another aspect of using a Nexus phone is the appeal of being able to customize the device. As per the latest news the Google Nexus 5 is expected to come with the latest Android 4.4 Kitikat and the buyers are really excited for the launch of new nexus and the new operating system. We noted that as the Ubuntu for Phones operating system was also due to arrive in October, this could be exceptionally interesting for those waiting for the Nexus 5. Since then we’ve heard that the Ubuntu Touch OS is heading for an October 17 release....

Facing Problems With Your Samsung Galaxy S4 ? Here Are Some Tips To Solve It

Samsung Galaxy S4 is one of the popular Android phone. It doesnt mean that it is completely out of problems.There are some issues which arises at times. Most of them can be easily fixed. In this article we provide you some simple tips to fix those issues. This could make your phone better. Click here to continue reading.