Periferia traffik branded and nebrendirovannoj Yandex maps, it was determined that the first rush on mobile.maps.yandex.net and the second on mobile-partners.maps.yandex.net
Accordingly, using the power of Linux in Android there are two options how to make Yandex.maps be free:
\rusing iptables:
\riptables-t nat -A OUTPUT-m tcp -p tcp --dport 80 -d 93.158.134.138 -j DNAT --to-destination 93.158.134.156
iptables-t nat -A OUTPUT-m tcp -p tcp --dport 80 -d 213.180.204.138 -j DNAT --to-destination 213.180.204.156
iptables-t nat -A OUTPUT-m tcp -p tcp --dport 80 -d 87.250.250.138 -j DNAT --to-destination 213.180.204.156
\r
\rin /etc/hosts:
\r93.158.134.156 mobile.maps.yandex.net
213.180.204.156 mobile.maps.yandex.net
\r
\r
PS and Yes of course you must have root privileges on your phone — it is your phone, and you are its master.