Recent content by jmspaggi

  1. jmspaggi

    full screen pop up ads

    Another easy way to find the culprit is to use ADB. When the ad is on the screen, plug your phone to the computer, using ADB list all application, and see which one is in the foreground. I had to do it twice in the last few year on 2 different phones and it takes 30 seconds to figure who it is...
  2. jmspaggi

    full screen pop up ads

    Small update here. I was not really sure Acrobat was the issue. And ads are still show. So I went the ABD way. And there it is root@t460s:/home/jmspaggiari/Téléchargements/android# adb shell "dumpsys window windows | grep -E 'mCurrentFocus|mFocusedApp'" mCurrentFocus=Window{d279e9e u0...
  3. jmspaggi

    full screen pop up ads

    GapDragon60 the recent apps list will not show anything. As soon as it goes in the background the application is killing itself. Maybe ADB can show it... Ok. Small update. I did a restart of my phone, no more ads popup. Perfect. Started to use it, starting new applications one after the...
  4. jmspaggi

    full screen pop up ads

    Ok guys. I'm having the exact same issue. Of course the list of running application doesn't help, because the ad closes itself too quickly to give me the time to see it. However, there is an (almost) simple way to find it! To be able to run those ad, the application has to.... be running ;)...