WhatsApp is one of the most famous Social Chatting Platform available on almost all the Famous OS, like Android, iOS, Symbian, Windows, BB OS etc. not only does it provides an amazing Online Chatting experience, but unlike any other Social Chatting app, WhatsApp doesn’t sell ads instead they ask you to pay $0.99 per year and keep enjoying the service, in my opinion paying such amount is nothing, if you get to enjoy an ad free and uninterrupted Chating experience. But if you don’t want to pay this amount, then after a year just change your number and all is well to be used, totally free again
Although, there is one thing that distinguish WhatsApp from all the other Apps, is that this social chatting app doesn’t feature any Wi-Fi call option. Unlike any other app like Viber, Line, this app only lets you communicate with others on Terms of Text only. However, this is the world of Android, all type of things are possible in it as long as there is a way to do it, no matter how hard. XDA member shashanksetty, has found a way to enable Calling option in WhatsApp, however, there is a problem, if you want to call the other person, make sure they also have enable this option, using the same tutorial we are about to share with you. Without further ado, let us continue.
Contents
su am start -n com.whatsapp/com.whatsapp.HomeActivity
Snapchat is a popular social sharing platform so when something goes wrong it can be…
Android 12 Compatibility Definition Document (CDD) calls for device manufacturers to specify the performance classes…
New features in Telegram Beta 8.0.0 for Android include group video chat 2.0, live video…
Download the Blackout Bingo app on your PC. With a competitive twist to the classic…
Download the Wombo app on your PC. All you have to do is add a…
Download the Golf Rival app on your PC. Follow the steps discussed below to get…
This website uses cookies to provide you up-to-the-mark services.
View Comments
su
user@android:/$ am start -n com.whatsapp/com.whatsapp.HomeActivity
java.lang.SecurityException: Permission Denial: startActivity asks to run as user -2 but is calling from user 0; this requires android.permission.INTERACT_ACROSS_USERS_FULL
at android.os.Parcel.readException(Parcel.java:1465)
at android.os.Parcel.readException(Parcel.java:1419)
at android.app.ActivityManagerProxy.startActivityAsUser(ActivityManagerNative.java:2392)
at com.android.commands.am.Am.runStart(Am.java:680)
at com.android.commands.am.Am.onRun(Am.java:270)
at com.android.internal.os.BaseCommand.run(BaseCommand.java:47)
at com.android.commands.am.Am.main(Am.java:76)
at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:301)
at dalvik.system.NativeStart.main(Native Method)