I\'m trying to find a way (or find out whether it\'s possible) to create an android app that can control transmissions on a cellphone\'s aerial and get it to transmit a desired
The closest you're going to get to the antenna of an Android phone is the Telephony API, which is documented here. http://developer.android.com/reference/android/telephony/package-summary.html
Unfortunately, it really isn't adequate for what you're looking for. If both phones have GPS and Data, why not use that? Have the stationary phone transmit it's coordinates to a central location, and have the second phone calculate it's distance from there. Then you can time the beeps based on the distance.