Stop Android AVD showing location change toast -


whenever change location on avd, whether it's via telnet or in ddms system toast message saying 'my current location .....'

it's annoying it's covering app showing these details.

i can't find way of removing , searching didn't show up. ideas?

enter image description here

checked on avds android 4.4 , can safely toast not part of android system, , can assume toast being shown tool or application installed on avd.

my suggestion track logcat whenever send mock location , see events being recorded log when toast being displayed. if such event recorded, track source package , remove package running adb uninstall <package_name>. if fails, try creating new avd , send mock location before making changes machine, incrementally install whatever tools , applications need identify culprit.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -

php - Accessing static methods using newly created $obj or using class Name -