kaputnikGo / PilferShushJammer

Light Android AOSP application to test microphone jamming techniques to combat Cross-Device Tracking (XDT)
216 stars 25 forks source link

volume goes to maximum when 'passive' jamming is active #6

Closed puppykickr closed 5 years ago

puppykickr commented 6 years ago

I dont know if this is a requirement of function, but when the passive jammer is activated, the volume of the device immediately goes to max.

I understand why this is needed for the active jammer to operate, but not the passive.

kaputnikGo commented 6 years ago

There is a headphone connection listener that is supposed to mute output at certain times. I have noticed this is inconsistent across various APIs, so this will be reworked in the next major release.

puppykickr commented 6 years ago

Great. I will wait to see what you come up with.

Is there also going to be an addition to include the camera(s), either front, back, or both?

This could also prove to be useful.

kaputnikGo commented 5 years ago

update pushed to google play and f-droid.

puppykickr commented 5 years ago

This update fixed the volume issue with the passive jammer.

Thank you very much!

kaputnikGo commented 5 years ago

Excellent!