Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Passive jammer failed to start #50

Open
octavo opened this issue Oct 18, 2022 · 9 comments
Open

Passive jammer failed to start #50

octavo opened this issue Oct 18, 2022 · 9 comments

Comments

@octavo
Copy link

octavo commented Oct 18, 2022

img_9.jpg

@kaputnikGo
Copy link
Owner

that means that another user app has hold of, or is using, the microphone. identifying it can be tricky due to the later versions of android allowing concurrent use of the microphone with certain conditions.

@octavo
Copy link
Author

octavo commented Oct 18, 2022

How do I find out?

On my phone, no apps are allowed to use it all the time; the camera and sms apps are allowed only while in use; and the communication apps ask every time.

@kaputnikGo
Copy link
Owner

using the pifershush app you can go to the Inspector tab and find a list user apps that have microphone access. this will give you an idea about which one may be using it. Selecting one of the apps listed will show the summary of that app and you can see the list of capabilities, including record_audio, and the list of services and receivers. It may be that an app is using a background service to periodically use the microphone for something. Finding which app it is can be tricky.

@octavo
Copy link
Author

octavo commented Oct 19, 2022

If I uninstall all the listed apps, will the jammer work?

@kaputnikGo
Copy link
Owner

i cant say for sure and i wouldnt recommend uninstalling all the apps. try to identify a suspect app, depending on your android version you may be able to revoke permissions and see if it helps. it could also be a system app or voice assistant app.

@octavo
Copy link
Author

octavo commented Oct 19, 2022

I uninstalled all the listed apps apart from pilfersush to no avail.

@kaputnikGo
Copy link
Owner

yes it could be a system app or assistant app. check settings and the list of assistant apps. if you have android 10 or above they allow concurrent audio recording and voice assistants to dominate the mic.

@octavo
Copy link
Author

octavo commented Dec 23, 2022

Which apps should I look for?

@kaputnikGo
Copy link
Owner

any that have record audio capability

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants