how to hook BroadcastReceiver? - Xposed General

how to hook BroadcastReceiver?
onReceive is an abstract method.
i want to block the app from receiving sms.

The easiest way would be to unregister it, if possible.

Related

Need some help with SMS blacklisting

I'm a firefighter and I use an app called cadpage that sends my calls to my phone, with mapping and other info. Before kitkat, cadpage would intercept the messages and I would not receive them in my SMS client. Now with kitkat, because of the way SMS is handled, there is no way to block this. The problem with blacklisting these messages is that each new message has a different number, for example, 1210100302...they increase sequentially. Is there an app or does anyone know of a way to block a group or sequence of numbers?

[Q] Android Beam - "Tap to Beam" GUI remove

Hi,
I am a newbie in Xposed framework.
I am wondering how to remove "tap to send" from Android Beam during sending messages via NFC in P2P mode communication.
There is listener which waiting for tap.
I think that to do some changed in class P2pLinkManager and method onLlcpActivated(). There is a listener which is waiting for confirmation (i think that it is tap) mEventListener.onP2pSendConfirmationRequested() interface method;
I found information about this method, that to do it I have to use Callback interface.
//Called when a NDEF payload is prepared to send, and confirmation is
//* required. Call Callback.onP2pSendConfirmed() to make the confirmation.
Is it possible to use this callback on event waiting confirmation ? I guess that we can not do it after invoke method onLlcpActivated() because listener is invoked in this method.
Is there another solution than rewrite method onLlcpActivated?

How to implement a Type0 type of SMS?

Feature: This is a stealth message, will not be displayed on the phone! To determine the state of the switch machine according to the other mobile phone SMS receipt.
whaT? you want to implement a typo?

help: how to hook CallManager.mHandler.handlerMessage, thanks!

help: how to hook CallManager.mHandler.handlerMessage, thanks!
i just want to block the incoming calls, if there has block list, or any other exist mod already implement this function, thanks!
Use Xposed Call Blocker.

Tasker send Intent putExtra

I want to send an intent with longitude and latitude to an app.
The app tells you which options you have to choose in order to receive an intent from tasker.
1st extra: lat:16.65878D
2nd extra: lng:-45.0364D
Target: Service
When I set those settings in Tasker and send an intent to Tasker which triggers to send this intent it works perfectly fine but sending an intent which triggers sending an intent seems pointless to me.
Intent serviceIntent = new Intent("com.incorporateapps.fakegps.ENGAGE");
serviceIntent.putExtra(Intent.EXTRA_TITLE, "lat:16.65878D ");
serviceIntent.putExtra(Intent.EXTRA_TEXT, "lng:45.0364D ")
startService(serviceIntent);
The location app tells me it changed its location but always changes location to lat:0, and lng:0
I tried different options for putExtra like EXTRA_SUBJECT instead of EXTRA_TITLE but nothing works.
Do you guys know what the intent tasker sends looks like or what I am doing wrong?
thanks a lot
Autoshare intercept is your friend…
I found that there might be a line break or new line that i was omitting and it would cause Tasker, and the app to completely crash

Categories

Resources